diff --git a/english/nodejs/_index.md b/english/nodejs/_index.md index f398f4547..0264b82d5 100644 --- a/english/nodejs/_index.md +++ b/english/nodejs/_index.md @@ -1,20 +1,19 @@ --- title: "Aspose.BarCode for Node.js via Java API Reference" linktitle: "Aspose.BarCode for Node.js via Java" -articleTitle: "Aspose.BarCode for Node.js via Java API Reference" -description: "Aspose.BarCode for Node.js via Java enables developers to generate and read barcodes in Node.js applications using Java runtime." +description: "Aspose.BarCode for Node.js via Java enables developers to generate and read barcodes in over 50 symbologies, including QR, DataMatrix, and PDF417." type: docs weight: 10 url: /nodejs/ -keywords: "Aspose.BarCode for Node.js via Java, Aspose.BarCode, Aspose API Reference" +keywords: "Aspose.BarCode for Node.js via Java API Reference, Aspose.BarCode, Aspose API Reference" is_root: true --- -The API provides classes for barcode generation and recognition, supporting a wide range of symbologies such as QR Code, Data Matrix, PDF417, Code 128, EAN/UPC, and many more. All functionality is exposed through the aspose.barcode namespace, while utility types and constants reside in the Global namespace. Developers can integrate barcode processing into Node.js projects while leveraging the performance and compatibility of the underlying Java library. +The API provides classes for barcode creation, recognition, and manipulation, allowing seamless integration into Node.js applications via Java interop. Supported symbologies span linear, 2‑D, and postal codes such as Code128, EAN‑13, QR, DataMatrix, Aztec, and PDF417. All functionality is organized under the aspose.barcode namespace, with auxiliary utilities located in the Global namespace. ## Namespaces | Namespace | Description | | --- | --- | -| [aspose.barcode](./aspose.barcode/) | The aspose.barcode namespace provides classes and enums to configure and generate various barcode types, including postal, Aztec, and extended formats. | -| [Global](./global/) | Provides global enums and utility classes for barcode configuration, encoding modes, image formats, and quality settings in Aspose.BarCode for Node.js via Java. | +| [aspose.barcode](./aspose.barcode/) | The aspose.barcode namespace offers classes and enums for creating, customizing, and decoding a wide variety of barcode types in Node.js via Java. | +| [Global](./global/) | The Global namespace groups core enumerations and utility classes used across Aspose.BarCode for Node.js via Java. | diff --git a/english/nodejs/aspose.barcode/_index.md b/english/nodejs/aspose.barcode/_index.md index 93861458d..3ce113aa0 100644 --- a/english/nodejs/aspose.barcode/_index.md +++ b/english/nodejs/aspose.barcode/_index.md @@ -1,15 +1,13 @@ --- title: "aspose.barcode" linktitle: "aspose.barcode" -articleTitle: "aspose.barcode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "The aspose.barcode namespace provides classes and enums to configure and generate various barcode types, including postal, Aztec, and extended formats." +second_title: "Aspose.BarCode for Node.js via Java API Reference" +description: "The aspose.barcode namespace offers classes and enums for creating, customizing, and decoding a wide variety of barcode types in Node.js via Java." type: docs weight: 10 url: /nodejs/aspose.barcode/ --- - -This reference page lists all members of the aspose.barcode namespace, such as Address, AlternativeScheme, and the parameter classes for Australian Post, Aztec, and extended barcode configurations. Use these types to fine‑tune barcode generation and integrate postal standards into your Node.js applications. +Use these types to configure barcode generation settings such as address formatting, regional specifications, and advanced parameters for Aztec and other symbologies. The namespace includes helpers for building extended code texts and handling specialized postal standards. ## Classes diff --git a/english/nodejs/aspose.barcode/address/_index.md b/english/nodejs/aspose.barcode/address/_index.md index 3a93ae7c8..f410dafe4 100644 --- a/english/nodejs/aspose.barcode/address/_index.md +++ b/english/nodejs/aspose.barcode/address/_index.md @@ -1,9 +1,8 @@ --- -title: "Address Class" +title: "Address" linktitle: "Address" -articleTitle: "Address" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Address of creditor or debtor. You can either set street, house number, postal code and town (type structured address) or address line 1 and 2 (type combined..." +second_title: "Aspose.BarCode for Node.js via Java API Reference" +description: "Address of creditor or debtor." type: docs weight: 10 url: /nodejs/aspose.barcode/address/ @@ -21,23 +20,161 @@ new Address() | Name | Description | | --- | --- | -| [clear()](./clear/) | Clears all fields and sets the type to AddressType.UNDETERMINED. | -| [equals(obj)](./equals/) | Determines whether the specified object is equal to the current object. | -| [getAddressLine1()](./getaddressline1/) | Gets the address line 1. Address line 1 contains street name, house number or P.O. box. Setting this field sets the addr | -| [getAddressLine2()](./getaddressline2/) | Gets the address line 2. Address line 2 contains postal code and town. Setting this field sets the address type to Addre | -| [getCountryCode()](./getcountrycode/) | Gets the two-letter ISO country code. The country code is mandatory unless the entire address contains null or emtpy val | -| [getHouseNo()](./gethouseno/) | Gets the house number. Setting this field sets the address type to AddressType.STRUCTURED unless it's already AddressTyp | -| [getName()](./getname/) | Gets the name, either the first and last name of a natural person or the company name of a legal person. | -| [getPostalCode()](./getpostalcode/) | Gets the postal code. Setting this field sets the address type to AddressType.STRUCTURED unless it's already AddressType | -| [getStreet()](./getstreet/) | Gets the street. The street must be speicfied without house number. Setting this field sets the address type to AddressT | -| [getTown()](./gettown/) | Gets the town or city. Setting this field sets the address type to AddressType.STRUCTURED unless it's already AddressTyp | -| [getType()](./gettype/) | Gets the address type. The address type is automatically set by either setting street / house number or address line 1 a | -| [hashCode()](./hashcode/) | Gets the hash code for this instance. | -| [setAddressLine1(value:)](./setaddressline1/) | Sets the address line 1. Address line 1 contains street name, house number or P.O. box. Setting this field sets the addr | -| [setAddressLine2(value:)](./setaddressline2/) | Sets the address line 2. Address line 2 contains postal code and town. Setting this field sets the address type to Addre | -| [setCountryCode(value)](./setcountrycode/) | Sets the two-letter ISO country code. The country code is mandatory unless the entire address contains null or emtpy val | -| [setHouseNo(value:)](./sethouseno/) | Sets the house number. Setting this field sets the address type to AddressType.STRUCTURED unless it's already AddressTyp | -| [setName(value:)](./setname/) | Sets the name, either the first and last name of a natural person or the company name of a legal person. | -| [setPostalCode(value)](./setpostalcode/) | Sets the postal code. Setting this field sets the address type to AddressType.STRUCTURED unless it's already AddressType | -| [setStreet(value:)](./setstreet/) | Sets the street. The street must be speicfied without house number. Setting this field sets the address type to AddressT | -| [setTown(value)](./settown/) | Sets the town or city. Setting this field sets the address type to AddressType.STRUCTURED unless it's already AddressTyp | +| [clear()](#clear) | Clears all fields and sets the type to AddressType.UNDETERMINED. | +| [equals(obj)](#equals) | Determines whether the specified object is equal to the current object. | +| [getAddressLine1()](#getaddressline1) | Gets the address line 1. Address line 1 contains street name, house number or P.O. box. Setting this field sets the addr | +| [getAddressLine2()](#getaddressline2) | Gets the address line 2. Address line 2 contains postal code and town. Setting this field sets the address type to Addre | +| [getCountryCode()](#getcountrycode) | Gets the two-letter ISO country code. The country code is mandatory unless the entire address contains null or emtpy val | +| [getHouseNo()](#gethouseno) | Gets the house number. Setting this field sets the address type to AddressType.STRUCTURED unless it's already AddressTyp | +| [getName()](#getname) | Gets the name, either the first and last name of a natural person or the company name of a legal person. | +| [getPostalCode()](#getpostalcode) | Gets the postal code. Setting this field sets the address type to AddressType.STRUCTURED unless it's already AddressType | +| [getStreet()](#getstreet) | Gets the street. The street must be speicfied without house number. Setting this field sets the address type to AddressT | +| [getTown()](#gettown) | Gets the town or city. Setting this field sets the address type to AddressType.STRUCTURED unless it's already AddressTyp | +| [getType()](#gettype) | Gets the address type. The address type is automatically set by either setting street / house number or address line 1 a | +| [hashCode()](#hashcode) | Gets the hash code for this instance. | +| [setAddressLine1(value:)](#setaddressline1) | Sets the address line 1. Address line 1 contains street name, house number or P.O. box. Setting this field sets the addr | +| [setAddressLine2(value:)](#setaddressline2) | Sets the address line 2. Address line 2 contains postal code and town. Setting this field sets the address type to Addre | +| [setCountryCode(value)](#setcountrycode) | Sets the two-letter ISO country code. The country code is mandatory unless the entire address contains null or emtpy val | +| [setHouseNo(value:)](#sethouseno) | Sets the house number. Setting this field sets the address type to AddressType.STRUCTURED unless it's already AddressTyp | +| [setName(value:)](#setname) | Sets the name, either the first and last name of a natural person or the company name of a legal person. | +| [setPostalCode(value)](#setpostalcode) | Sets the postal code. Setting this field sets the address type to AddressType.STRUCTURED unless it's already AddressType | +| [setStreet(value:)](#setstreet) | Sets the street. The street must be speicfied without house number. Setting this field sets the address type to AddressT | +| [setTown(value)](#settown) | Sets the town or city. Setting this field sets the address type to AddressType.STRUCTURED unless it's already AddressTyp | + +### clear() {#clear} + +Clears all fields and sets the type to AddressType.UNDETERMINED. + +### equals(obj) {#equals} + +Determines whether the specified object is equal to the current object. + +| Parameter | Description | +| --- | --- | +| obj | The object to compare with the current object. | + +**Returns:** true if the specified object is equal to the current object; otherwise, false. + +### getAddressLine1() {#getaddressline1} + +Gets the address line 1. Address line 1 contains street name, house number or P.O. box. Setting this field sets the address type to AddressType.COMBINED_ELEMENTS unless it's already AddressType.STRUCTURED, in which case it becomes AddressType.CONFLICTING. This field is only used for combined elements addresses and is optional. + +**Returns:** The address line 1. + +### getAddressLine2() {#getaddressline2} + +Gets the address line 2. Address line 2 contains postal code and town. Setting this field sets the address type to AddressType.COMBINED_ELEMENTS unless it's already AddressType.STRUCTURED, in which case it becomes AddressType.CONFLICTING. This field is only used for combined elements addresses. For this type, it's mandatory. + +**Returns:** The address line 2. + +### getCountryCode() {#getcountrycode} + +Gets the two-letter ISO country code. The country code is mandatory unless the entire address contains null or emtpy values. + +**Returns:** The ISO country code. + +### getHouseNo() {#gethouseno} + +Gets the house number. Setting this field sets the address type to AddressType.STRUCTURED unless it's already AddressType.COMBINED_ELEMENTS, in which case it becomes AddressType.CONFLICTING. This field is only used for structured addresses and is optional. + +**Returns:** The house number. + +### getName() {#getname} + +Gets the name, either the first and last name of a natural person or the company name of a legal person. + +**Returns:** The name. + +### getPostalCode() {#getpostalcode} + +Gets the postal code. Setting this field sets the address type to AddressType.STRUCTURED unless it's already AddressType.COMBINED_ELEMENTS, in which case it becomes AddressType.CONFLICTING. This field is only used for structured addresses. For this type, it's mandatory. + +**Returns:** The postal code. + +### getStreet() {#getstreet} + +Gets the street. The street must be speicfied without house number. Setting this field sets the address type to AddressType.STRUCTURED unless it's already AddressType.COMBINED_ELEMENTS, in which case it becomes AddressType.CONFLICTING. This field is only used for structured addresses and is optional. + +**Returns:** The street. + +### getTown() {#gettown} + +Gets the town or city. Setting this field sets the address type to AddressType.STRUCTURED unless it's already AddressType.COMBINED_ELEMENTS, in which case it becomes AddressType.CONFLICTING. This field is only used for structured addresses. For this type, it's mandatory. + +**Returns:** The town or city. + +### getType() {#gettype} + +Gets the address type. The address type is automatically set by either setting street / house number or address line 1 and 2. Before setting the fields, the address type is Undetermined. If fields of both types are set, the address type becomes Conflicting. + +**Returns:** The address type. + +### hashCode() {#hashcode} + +Gets the hash code for this instance. + +**Returns:** A hash code for the current object . + +### setAddressLine1(value:) {#setaddressline1} + +Sets the address line 1. Address line 1 contains street name, house number or P.O. box. Setting this field sets the address type to AddressType.COMBINED_ELEMENTS unless it's already AddressType.STRUCTURED, in which case it becomes AddressType.CONFLICTING. This field is only used for combined elements addresses and is optional. + +| Parameter | Description | +| --- | --- | +| value: | The address line 1. | + +### setAddressLine2(value:) {#setaddressline2} + +Sets the address line 2. Address line 2 contains postal code and town. Setting this field sets the address type to AddressType.COMBINED_ELEMENTS unless it's already AddressType.STRUCTURED, in which case it becomes AddressType.CONFLICTING. This field is only used for combined elements addresses. For this type, it's mandatory. + +| Parameter | Description | +| --- | --- | +| value: | The address line 2. | + +### setCountryCode(value) {#setcountrycode} + +Sets the two-letter ISO country code. The country code is mandatory unless the entire address contains null or emtpy values. + +| Parameter | Description | +| --- | --- | +| value | The ISO country code. | + +### setHouseNo(value:) {#sethouseno} + +Sets the house number. Setting this field sets the address type to AddressType.STRUCTURED unless it's already AddressType.COMBINED_ELEMENTS, in which case it becomes AddressType.CONFLICTING. This field is only used for structured addresses and is optional. + +| Parameter | Description | +| --- | --- | +| value: | The house number. | + +### setName(value:) {#setname} + +Sets the name, either the first and last name of a natural person or the company name of a legal person. + +| Parameter | Description | +| --- | --- | +| value: | The name. | + +### setPostalCode(value) {#setpostalcode} + +Sets the postal code. Setting this field sets the address type to AddressType.STRUCTURED unless it's already AddressType.COMBINED_ELEMENTS, in which case it becomes AddressType.CONFLICTING. This field is only used for structured addresses. For this type, it's mandatory. + +| Parameter | Description | +| --- | --- | +| value | The postal code. | + +### setStreet(value:) {#setstreet} + +Sets the street. The street must be speicfied without house number. Setting this field sets the address type to AddressType.STRUCTURED unless it's already AddressType.COMBINED_ELEMENTS, in which case it becomes AddressType.CONFLICTING. This field is only used for structured addresses and is optional. + +| Parameter | Description | +| --- | --- | +| value: | The street. | + +### setTown(value) {#settown} + +Sets the town or city. Setting this field sets the address type to AddressType.STRUCTURED unless it's already AddressType.COMBINED_ELEMENTS, in which case it becomes AddressType.CONFLICTING. This field is only used for structured addresses. For this type, it's mandatory. + +| Parameter | Description | +| --- | --- | +| value | The town or city. | diff --git a/english/nodejs/aspose.barcode/address/clear/_index.md b/english/nodejs/aspose.barcode/address/clear/_index.md deleted file mode 100644 index 5244d4496..000000000 --- a/english/nodejs/aspose.barcode/address/clear/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Address.clear" -linktitle: "clear" -articleTitle: "clear" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Clears all fields and sets the type to AddressType.UNDETERMINED." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/address/clear/ ---- - -## clear() - -Clears all fields and sets the type to AddressType.UNDETERMINED. diff --git a/english/nodejs/aspose.barcode/address/equals/_index.md b/english/nodejs/aspose.barcode/address/equals/_index.md deleted file mode 100644 index 98334ce2b..000000000 --- a/english/nodejs/aspose.barcode/address/equals/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Address.equals" -linktitle: "equals" -articleTitle: "equals" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Determines whether the specified object is equal to the current object." -type: docs -weight: 20 -url: /nodejs/aspose.barcode/address/equals/ ---- - -## equals(obj) - -Determines whether the specified object is equal to the current object. - -| Parameter | Description | -| --- | --- | -| obj | The object to compare with the current object. | - -**Returns:** true if the specified object is equal to the current object; otherwise, false. diff --git a/english/nodejs/aspose.barcode/address/getaddressline1/_index.md b/english/nodejs/aspose.barcode/address/getaddressline1/_index.md deleted file mode 100644 index a4cc4b2db..000000000 --- a/english/nodejs/aspose.barcode/address/getaddressline1/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Address.getAddressLine1" -linktitle: "getAddressLine1" -articleTitle: "getAddressLine1" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the address line 1. Address line 1 contains street name, house number or P.O. box. Setting this field sets the address type to AddressType.COMBINED_ELEM..." -type: docs -weight: 30 -url: /nodejs/aspose.barcode/address/getaddressline1/ ---- - -## getAddressLine1() - -Gets the address line 1. Address line 1 contains street name, house number or P.O. box. Setting this field sets the address type to AddressType.COMBINED_ELEMENTS unless it's already AddressType.STRUCTURED, in which case it becomes AddressType.CONFLICTING. This field is only used for combined elements addresses and is optional. - -**Returns:** The address line 1. diff --git a/english/nodejs/aspose.barcode/address/getaddressline2/_index.md b/english/nodejs/aspose.barcode/address/getaddressline2/_index.md deleted file mode 100644 index eac986857..000000000 --- a/english/nodejs/aspose.barcode/address/getaddressline2/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Address.getAddressLine2" -linktitle: "getAddressLine2" -articleTitle: "getAddressLine2" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the address line 2. Address line 2 contains postal code and town. Setting this field sets the address type to AddressType.COMBINED_ELEMENTS unless it's ..." -type: docs -weight: 40 -url: /nodejs/aspose.barcode/address/getaddressline2/ ---- - -## getAddressLine2() - -Gets the address line 2. Address line 2 contains postal code and town. Setting this field sets the address type to AddressType.COMBINED_ELEMENTS unless it's already AddressType.STRUCTURED, in which case it becomes AddressType.CONFLICTING. This field is only used for combined elements addresses. For this type, it's mandatory. - -**Returns:** The address line 2. diff --git a/english/nodejs/aspose.barcode/address/getcountrycode/_index.md b/english/nodejs/aspose.barcode/address/getcountrycode/_index.md deleted file mode 100644 index 00647a032..000000000 --- a/english/nodejs/aspose.barcode/address/getcountrycode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Address.getCountryCode" -linktitle: "getCountryCode" -articleTitle: "getCountryCode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the two-letter ISO country code. The country code is mandatory unless the entire address contains null or emtpy values." -type: docs -weight: 50 -url: /nodejs/aspose.barcode/address/getcountrycode/ ---- - -## getCountryCode() - -Gets the two-letter ISO country code. The country code is mandatory unless the entire address contains null or emtpy values. - -**Returns:** The ISO country code. diff --git a/english/nodejs/aspose.barcode/address/gethouseno/_index.md b/english/nodejs/aspose.barcode/address/gethouseno/_index.md deleted file mode 100644 index bfa29d2f5..000000000 --- a/english/nodejs/aspose.barcode/address/gethouseno/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Address.getHouseNo" -linktitle: "getHouseNo" -articleTitle: "getHouseNo" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the house number. Setting this field sets the address type to AddressType.STRUCTURED unless it's already AddressType.COMBINED_ELEMENTS, in which case it..." -type: docs -weight: 60 -url: /nodejs/aspose.barcode/address/gethouseno/ ---- - -## getHouseNo() - -Gets the house number. Setting this field sets the address type to AddressType.STRUCTURED unless it's already AddressType.COMBINED_ELEMENTS, in which case it becomes AddressType.CONFLICTING. This field is only used for structured addresses and is optional. - -**Returns:** The house number. diff --git a/english/nodejs/aspose.barcode/address/getname/_index.md b/english/nodejs/aspose.barcode/address/getname/_index.md deleted file mode 100644 index e25dae7fc..000000000 --- a/english/nodejs/aspose.barcode/address/getname/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Address.getName" -linktitle: "getName" -articleTitle: "getName" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the name, either the first and last name of a natural person or the company name of a legal person." -type: docs -weight: 70 -url: /nodejs/aspose.barcode/address/getname/ ---- - -## getName() - -Gets the name, either the first and last name of a natural person or the company name of a legal person. - -**Returns:** The name. diff --git a/english/nodejs/aspose.barcode/address/getpostalcode/_index.md b/english/nodejs/aspose.barcode/address/getpostalcode/_index.md deleted file mode 100644 index 107f46882..000000000 --- a/english/nodejs/aspose.barcode/address/getpostalcode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Address.getPostalCode" -linktitle: "getPostalCode" -articleTitle: "getPostalCode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the postal code. Setting this field sets the address type to AddressType.STRUCTURED unless it's already AddressType.COMBINED_ELEMENTS, in which case it ..." -type: docs -weight: 80 -url: /nodejs/aspose.barcode/address/getpostalcode/ ---- - -## getPostalCode() - -Gets the postal code. Setting this field sets the address type to AddressType.STRUCTURED unless it's already AddressType.COMBINED_ELEMENTS, in which case it becomes AddressType.CONFLICTING. This field is only used for structured addresses. For this type, it's mandatory. - -**Returns:** The postal code. diff --git a/english/nodejs/aspose.barcode/address/getstreet/_index.md b/english/nodejs/aspose.barcode/address/getstreet/_index.md deleted file mode 100644 index a678ae149..000000000 --- a/english/nodejs/aspose.barcode/address/getstreet/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Address.getStreet" -linktitle: "getStreet" -articleTitle: "getStreet" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the street. The street must be speicfied without house number. Setting this field sets the address type to AddressType.STRUCTURED unless it's already Ad..." -type: docs -weight: 90 -url: /nodejs/aspose.barcode/address/getstreet/ ---- - -## getStreet() - -Gets the street. The street must be speicfied without house number. Setting this field sets the address type to AddressType.STRUCTURED unless it's already AddressType.COMBINED_ELEMENTS, in which case it becomes AddressType.CONFLICTING. This field is only used for structured addresses and is optional. - -**Returns:** The street. diff --git a/english/nodejs/aspose.barcode/address/gettown/_index.md b/english/nodejs/aspose.barcode/address/gettown/_index.md deleted file mode 100644 index 555bd3755..000000000 --- a/english/nodejs/aspose.barcode/address/gettown/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Address.getTown" -linktitle: "getTown" -articleTitle: "getTown" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the town or city. Setting this field sets the address type to AddressType.STRUCTURED unless it's already AddressType.COMBINED_ELEMENTS, in which case it..." -type: docs -weight: 100 -url: /nodejs/aspose.barcode/address/gettown/ ---- - -## getTown() - -Gets the town or city. Setting this field sets the address type to AddressType.STRUCTURED unless it's already AddressType.COMBINED_ELEMENTS, in which case it becomes AddressType.CONFLICTING. This field is only used for structured addresses. For this type, it's mandatory. - -**Returns:** The town or city. diff --git a/english/nodejs/aspose.barcode/address/gettype/_index.md b/english/nodejs/aspose.barcode/address/gettype/_index.md deleted file mode 100644 index 3ba1076d5..000000000 --- a/english/nodejs/aspose.barcode/address/gettype/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Address.getType" -linktitle: "getType" -articleTitle: "getType" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the address type. The address type is automatically set by either setting street / house number or address line 1 and 2. Before setting the fields, the ..." -type: docs -weight: 110 -url: /nodejs/aspose.barcode/address/gettype/ ---- - -## getType() - -Gets the address type. The address type is automatically set by either setting street / house number or address line 1 and 2. Before setting the fields, the address type is Undetermined. If fields of both types are set, the address type becomes Conflicting. - -**Returns:** The address type. diff --git a/english/nodejs/aspose.barcode/address/hashcode/_index.md b/english/nodejs/aspose.barcode/address/hashcode/_index.md deleted file mode 100644 index fc2d771d5..000000000 --- a/english/nodejs/aspose.barcode/address/hashcode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Address.hashCode" -linktitle: "hashCode" -articleTitle: "hashCode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the hash code for this instance." -type: docs -weight: 120 -url: /nodejs/aspose.barcode/address/hashcode/ ---- - -## hashCode() - -Gets the hash code for this instance. - -**Returns:** A hash code for the current object . diff --git a/english/nodejs/aspose.barcode/address/setaddressline1/_index.md b/english/nodejs/aspose.barcode/address/setaddressline1/_index.md deleted file mode 100644 index 63e260be6..000000000 --- a/english/nodejs/aspose.barcode/address/setaddressline1/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Address.setAddressLine1" -linktitle: "setAddressLine1" -articleTitle: "setAddressLine1" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets the address line 1. Address line 1 contains street name, house number or P.O. box. Setting this field sets the address type to AddressType.COMBINED_ELEM..." -type: docs -weight: 130 -url: /nodejs/aspose.barcode/address/setaddressline1/ ---- - -## setAddressLine1(value:) - -Sets the address line 1. Address line 1 contains street name, house number or P.O. box. Setting this field sets the address type to AddressType.COMBINED_ELEMENTS unless it's already AddressType.STRUCTURED, in which case it becomes AddressType.CONFLICTING. This field is only used for combined elements addresses and is optional. - -| Parameter | Description | -| --- | --- | -| value: | The address line 1. | diff --git a/english/nodejs/aspose.barcode/address/setaddressline2/_index.md b/english/nodejs/aspose.barcode/address/setaddressline2/_index.md deleted file mode 100644 index efcadb044..000000000 --- a/english/nodejs/aspose.barcode/address/setaddressline2/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Address.setAddressLine2" -linktitle: "setAddressLine2" -articleTitle: "setAddressLine2" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets the address line 2. Address line 2 contains postal code and town. Setting this field sets the address type to AddressType.COMBINED_ELEMENTS unless it's ..." -type: docs -weight: 140 -url: /nodejs/aspose.barcode/address/setaddressline2/ ---- - -## setAddressLine2(value:) - -Sets the address line 2. Address line 2 contains postal code and town. Setting this field sets the address type to AddressType.COMBINED_ELEMENTS unless it's already AddressType.STRUCTURED, in which case it becomes AddressType.CONFLICTING. This field is only used for combined elements addresses. For this type, it's mandatory. - -| Parameter | Description | -| --- | --- | -| value: | The address line 2. | diff --git a/english/nodejs/aspose.barcode/address/setcountrycode/_index.md b/english/nodejs/aspose.barcode/address/setcountrycode/_index.md deleted file mode 100644 index 447c7ed77..000000000 --- a/english/nodejs/aspose.barcode/address/setcountrycode/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Address.setCountryCode" -linktitle: "setCountryCode" -articleTitle: "setCountryCode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets the two-letter ISO country code. The country code is mandatory unless the entire address contains null or emtpy values." -type: docs -weight: 150 -url: /nodejs/aspose.barcode/address/setcountrycode/ ---- - -## setCountryCode(value) - -Sets the two-letter ISO country code. The country code is mandatory unless the entire address contains null or emtpy values. - -| Parameter | Description | -| --- | --- | -| value | The ISO country code. | diff --git a/english/nodejs/aspose.barcode/address/sethouseno/_index.md b/english/nodejs/aspose.barcode/address/sethouseno/_index.md deleted file mode 100644 index 5c4a93a0c..000000000 --- a/english/nodejs/aspose.barcode/address/sethouseno/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Address.setHouseNo" -linktitle: "setHouseNo" -articleTitle: "setHouseNo" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets the house number. Setting this field sets the address type to AddressType.STRUCTURED unless it's already AddressType.COMBINED_ELEMENTS, in which case it..." -type: docs -weight: 160 -url: /nodejs/aspose.barcode/address/sethouseno/ ---- - -## setHouseNo(value:) - -Sets the house number. Setting this field sets the address type to AddressType.STRUCTURED unless it's already AddressType.COMBINED_ELEMENTS, in which case it becomes AddressType.CONFLICTING. This field is only used for structured addresses and is optional. - -| Parameter | Description | -| --- | --- | -| value: | The house number. | diff --git a/english/nodejs/aspose.barcode/address/setname/_index.md b/english/nodejs/aspose.barcode/address/setname/_index.md deleted file mode 100644 index f96e2b9a8..000000000 --- a/english/nodejs/aspose.barcode/address/setname/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Address.setName" -linktitle: "setName" -articleTitle: "setName" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets the name, either the first and last name of a natural person or the company name of a legal person." -type: docs -weight: 170 -url: /nodejs/aspose.barcode/address/setname/ ---- - -## setName(value:) - -Sets the name, either the first and last name of a natural person or the company name of a legal person. - -| Parameter | Description | -| --- | --- | -| value: | The name. | diff --git a/english/nodejs/aspose.barcode/address/setpostalcode/_index.md b/english/nodejs/aspose.barcode/address/setpostalcode/_index.md deleted file mode 100644 index 27ec90a99..000000000 --- a/english/nodejs/aspose.barcode/address/setpostalcode/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Address.setPostalCode" -linktitle: "setPostalCode" -articleTitle: "setPostalCode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets the postal code. Setting this field sets the address type to AddressType.STRUCTURED unless it's already AddressType.COMBINED_ELEMENTS, in which case it ..." -type: docs -weight: 180 -url: /nodejs/aspose.barcode/address/setpostalcode/ ---- - -## setPostalCode(value) - -Sets the postal code. Setting this field sets the address type to AddressType.STRUCTURED unless it's already AddressType.COMBINED_ELEMENTS, in which case it becomes AddressType.CONFLICTING. This field is only used for structured addresses. For this type, it's mandatory. - -| Parameter | Description | -| --- | --- | -| value | The postal code. | diff --git a/english/nodejs/aspose.barcode/address/setstreet/_index.md b/english/nodejs/aspose.barcode/address/setstreet/_index.md deleted file mode 100644 index 508fec531..000000000 --- a/english/nodejs/aspose.barcode/address/setstreet/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Address.setStreet" -linktitle: "setStreet" -articleTitle: "setStreet" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets the street. The street must be speicfied without house number. Setting this field sets the address type to AddressType.STRUCTURED unless it's already Ad..." -type: docs -weight: 190 -url: /nodejs/aspose.barcode/address/setstreet/ ---- - -## setStreet(value:) - -Sets the street. The street must be speicfied without house number. Setting this field sets the address type to AddressType.STRUCTURED unless it's already AddressType.COMBINED_ELEMENTS, in which case it becomes AddressType.CONFLICTING. This field is only used for structured addresses and is optional. - -| Parameter | Description | -| --- | --- | -| value: | The street. | diff --git a/english/nodejs/aspose.barcode/address/settown/_index.md b/english/nodejs/aspose.barcode/address/settown/_index.md deleted file mode 100644 index 06dc69650..000000000 --- a/english/nodejs/aspose.barcode/address/settown/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Address.setTown" -linktitle: "setTown" -articleTitle: "setTown" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets the town or city. Setting this field sets the address type to AddressType.STRUCTURED unless it's already AddressType.COMBINED_ELEMENTS, in which case it..." -type: docs -weight: 200 -url: /nodejs/aspose.barcode/address/settown/ ---- - -## setTown(value) - -Sets the town or city. Setting this field sets the address type to AddressType.STRUCTURED unless it's already AddressType.COMBINED_ELEMENTS, in which case it becomes AddressType.CONFLICTING. This field is only used for structured addresses. For this type, it's mandatory. - -| Parameter | Description | -| --- | --- | -| value | The town or city. | diff --git a/english/nodejs/aspose.barcode/alternativescheme/_index.md b/english/nodejs/aspose.barcode/alternativescheme/_index.md index 9ca2ba5ed..48a944149 100644 --- a/english/nodejs/aspose.barcode/alternativescheme/_index.md +++ b/english/nodejs/aspose.barcode/alternativescheme/_index.md @@ -1,8 +1,7 @@ --- -title: "AlternativeScheme Class" +title: "AlternativeScheme" linktitle: "AlternativeScheme" -articleTitle: "AlternativeScheme" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Alternative payment scheme instructions" type: docs weight: 20 @@ -21,7 +20,31 @@ new AlternativeScheme() | Name | Description | | --- | --- | -| [equals(obj)](./equals/) | Determines whether the specified object is equal to the current object. | -| [getInstruction()](./getinstruction/) | Gets the payment instruction for a given bill. The instruction consists of a two letter abbreviation for the scheme, a s | -| [hashCode()](./hashcode/) | Gets the hash code for this instance. | -| [setInstruction()](./setinstruction/) | Gets the payment instruction for a given bill. The instruction consists of a two letter abbreviation for the scheme, a s | +| [equals(obj)](#equals) | Determines whether the specified object is equal to the current object. | +| [getInstruction()](#getinstruction) | Gets the payment instruction for a given bill. The instruction consists of a two letter abbreviation for the scheme, a s | +| [hashCode()](#hashcode) | Gets the hash code for this instance. | +| [setInstruction()](#setinstruction) | Gets the payment instruction for a given bill. The instruction consists of a two letter abbreviation for the scheme, a s | + +### equals(obj) {#equals} + +Determines whether the specified object is equal to the current object. + +| Parameter | Description | +| --- | --- | +| obj | The object to compare with the current object. | + +**Returns:** true if the specified object is equal to the current object; otherwise, false. + +### getInstruction() {#getinstruction} + +Gets the payment instruction for a given bill. The instruction consists of a two letter abbreviation for the scheme, a separator characters and a sequence of parameters(separated by the character at index 2). + +### hashCode() {#hashcode} + +Gets the hash code for this instance. + +**Returns:** hash code for the current object. + +### setInstruction() {#setinstruction} + +Gets the payment instruction for a given bill. The instruction consists of a two letter abbreviation for the scheme, a separator characters and a sequence of parameters(separated by the character at index 2). diff --git a/english/nodejs/aspose.barcode/alternativescheme/equals/_index.md b/english/nodejs/aspose.barcode/alternativescheme/equals/_index.md deleted file mode 100644 index 56fc60b6e..000000000 --- a/english/nodejs/aspose.barcode/alternativescheme/equals/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "AlternativeScheme.equals" -linktitle: "equals" -articleTitle: "equals" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Determines whether the specified object is equal to the current object." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/alternativescheme/equals/ ---- - -## equals(obj) - -Determines whether the specified object is equal to the current object. - -| Parameter | Description | -| --- | --- | -| obj | The object to compare with the current object. | - -**Returns:** true if the specified object is equal to the current object; otherwise, false. diff --git a/english/nodejs/aspose.barcode/alternativescheme/getinstruction/_index.md b/english/nodejs/aspose.barcode/alternativescheme/getinstruction/_index.md deleted file mode 100644 index 692b1ab60..000000000 --- a/english/nodejs/aspose.barcode/alternativescheme/getinstruction/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "AlternativeScheme.getInstruction" -linktitle: "getInstruction" -articleTitle: "getInstruction" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the payment instruction for a given bill. The instruction consists of a two letter abbreviation for the scheme, a separator characters and a sequence of..." -type: docs -weight: 20 -url: /nodejs/aspose.barcode/alternativescheme/getinstruction/ ---- - -## getInstruction() - -Gets the payment instruction for a given bill. The instruction consists of a two letter abbreviation for the scheme, a separator characters and a sequence of parameters(separated by the character at index 2). diff --git a/english/nodejs/aspose.barcode/alternativescheme/hashcode/_index.md b/english/nodejs/aspose.barcode/alternativescheme/hashcode/_index.md deleted file mode 100644 index 848fbc03d..000000000 --- a/english/nodejs/aspose.barcode/alternativescheme/hashcode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "AlternativeScheme.hashCode" -linktitle: "hashCode" -articleTitle: "hashCode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the hash code for this instance." -type: docs -weight: 30 -url: /nodejs/aspose.barcode/alternativescheme/hashcode/ ---- - -## hashCode() - -Gets the hash code for this instance. - -**Returns:** hash code for the current object. diff --git a/english/nodejs/aspose.barcode/alternativescheme/setinstruction/_index.md b/english/nodejs/aspose.barcode/alternativescheme/setinstruction/_index.md deleted file mode 100644 index c4bfe5411..000000000 --- a/english/nodejs/aspose.barcode/alternativescheme/setinstruction/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "AlternativeScheme.setInstruction" -linktitle: "setInstruction" -articleTitle: "setInstruction" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the payment instruction for a given bill. The instruction consists of a two letter abbreviation for the scheme, a separator characters and a sequence of..." -type: docs -weight: 40 -url: /nodejs/aspose.barcode/alternativescheme/setinstruction/ ---- - -## setInstruction() - -Gets the payment instruction for a given bill. The instruction consists of a two letter abbreviation for the scheme, a separator characters and a sequence of parameters(separated by the character at index 2). diff --git a/english/nodejs/aspose.barcode/australianpostparameters/_index.md b/english/nodejs/aspose.barcode/australianpostparameters/_index.md index 18c44ae3b..ea7197b7c 100644 --- a/english/nodejs/aspose.barcode/australianpostparameters/_index.md +++ b/english/nodejs/aspose.barcode/australianpostparameters/_index.md @@ -1,8 +1,7 @@ --- -title: "AustralianPostParameters Class" +title: "AustralianPostParameters" linktitle: "AustralianPostParameters" -articleTitle: "AustralianPostParameters" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "AustralianPost barcode parameters." type: docs weight: 40 @@ -21,12 +20,58 @@ new AustralianPostParameters() | Name | Description | | --- | --- | -| [getAustralianPostEncodingTable()](./getaustralianpostencodingtable/) ~~(deprecated)~~ | Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other" | -| [getAustralianPostShortBarHeight()](./getaustralianpostshortbarheight/) ~~(deprecated)~~ | Short bar's height of AustralianPost barcode. | -| [getEncodingTable()](./getencodingtable/) | Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other" | -| [getShortBarHeight()](./getshortbarheight/) | Short bar's height of AustralianPost barcode. | -| [setAustralianPostEncodingTable()](./setaustralianpostencodingtable/) ~~(deprecated)~~ | Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other" | -| [setAustralianPostShortBarHeight()](./setaustralianpostshortbarheight/) ~~(deprecated)~~ | Short bar's height of AustralianPost barcode. | -| [setEncodingTable()](./setencodingtable/) | Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other" | -| [setShortBarHeight()](./setshortbarheight/) | Short bar's height of AustralianPost barcode. | -| [toString()](./tostring/) | Returns a human-readable string representation of this AustralianPostParameters. | +| [getAustralianPostEncodingTable()](#getaustralianpostencodingtable) ~~(deprecated)~~ | Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other" | +| [getAustralianPostShortBarHeight()](#getaustralianpostshortbarheight) ~~(deprecated)~~ | Short bar's height of AustralianPost barcode. | +| [getEncodingTable()](#getencodingtable) | Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other" | +| [getShortBarHeight()](#getshortbarheight) | Short bar's height of AustralianPost barcode. | +| [setAustralianPostEncodingTable()](#setaustralianpostencodingtable) ~~(deprecated)~~ | Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other" | +| [setAustralianPostShortBarHeight()](#setaustralianpostshortbarheight) ~~(deprecated)~~ | Short bar's height of AustralianPost barcode. | +| [setEncodingTable()](#setencodingtable) | Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other" | +| [setShortBarHeight()](#setshortbarheight) | Short bar's height of AustralianPost barcode. | +| [toString()](#tostring) | Returns a human-readable string representation of this AustralianPostParameters. | + +### getAustralianPostEncodingTable() {#getaustralianpostencodingtable} + +> **Deprecated.** See method description for replacement. + +Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other" + +### getAustralianPostShortBarHeight() {#getaustralianpostshortbarheight} + +> **Deprecated.** See method description for replacement. + +Short bar's height of AustralianPost barcode. + +### getEncodingTable() {#getencodingtable} + +Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other" + +### getShortBarHeight() {#getshortbarheight} + +Short bar's height of AustralianPost barcode. + +### setAustralianPostEncodingTable() {#setaustralianpostencodingtable} + +> **Deprecated.** See method description for replacement. + +Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other" + +### setAustralianPostShortBarHeight() {#setaustralianpostshortbarheight} + +> **Deprecated.** See method description for replacement. + +Short bar's height of AustralianPost barcode. + +### setEncodingTable() {#setencodingtable} + +Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other" + +### setShortBarHeight() {#setshortbarheight} + +Short bar's height of AustralianPost barcode. + +### toString() {#tostring} + +Returns a human-readable string representation of this AustralianPostParameters. + +**Returns:** string — Value that represents this AustralianPostParameters. diff --git a/english/nodejs/aspose.barcode/australianpostparameters/getaustralianpostencodingtable/_index.md b/english/nodejs/aspose.barcode/australianpostparameters/getaustralianpostencodingtable/_index.md deleted file mode 100644 index 0c9cbd52b..000000000 --- a/english/nodejs/aspose.barcode/australianpostparameters/getaustralianpostencodingtable/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "AustralianPostParameters.getAustralianPostEncodingTable" -linktitle: "getAustralianPostEncodingTable" -articleTitle: "getAustralianPostEncodingTable" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other'" -type: docs -weight: 10 -url: /nodejs/aspose.barcode/australianpostparameters/getaustralianpostencodingtable/ ---- - -## getAustralianPostEncodingTable() - -> **Deprecated.** See method description for replacement. - -Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other" diff --git a/english/nodejs/aspose.barcode/australianpostparameters/getaustralianpostshortbarheight/_index.md b/english/nodejs/aspose.barcode/australianpostparameters/getaustralianpostshortbarheight/_index.md deleted file mode 100644 index d985c6746..000000000 --- a/english/nodejs/aspose.barcode/australianpostparameters/getaustralianpostshortbarheight/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "AustralianPostParameters.getAustralianPostShortBarHeight" -linktitle: "getAustralianPostShortBarHeight" -articleTitle: "getAustralianPostShortBarHeight" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Short bar's height of AustralianPost barcode." -type: docs -weight: 20 -url: /nodejs/aspose.barcode/australianpostparameters/getaustralianpostshortbarheight/ ---- - -## getAustralianPostShortBarHeight() - -> **Deprecated.** See method description for replacement. - -Short bar's height of AustralianPost barcode. diff --git a/english/nodejs/aspose.barcode/australianpostparameters/getencodingtable/_index.md b/english/nodejs/aspose.barcode/australianpostparameters/getencodingtable/_index.md deleted file mode 100644 index e87f563de..000000000 --- a/english/nodejs/aspose.barcode/australianpostparameters/getencodingtable/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "AustralianPostParameters.getEncodingTable" -linktitle: "getEncodingTable" -articleTitle: "getEncodingTable" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other'" -type: docs -weight: 30 -url: /nodejs/aspose.barcode/australianpostparameters/getencodingtable/ ---- - -## getEncodingTable() - -Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other" diff --git a/english/nodejs/aspose.barcode/australianpostparameters/getshortbarheight/_index.md b/english/nodejs/aspose.barcode/australianpostparameters/getshortbarheight/_index.md deleted file mode 100644 index 92d88076a..000000000 --- a/english/nodejs/aspose.barcode/australianpostparameters/getshortbarheight/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "AustralianPostParameters.getShortBarHeight" -linktitle: "getShortBarHeight" -articleTitle: "getShortBarHeight" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Short bar's height of AustralianPost barcode." -type: docs -weight: 40 -url: /nodejs/aspose.barcode/australianpostparameters/getshortbarheight/ ---- - -## getShortBarHeight() - -Short bar's height of AustralianPost barcode. diff --git a/english/nodejs/aspose.barcode/australianpostparameters/setaustralianpostencodingtable/_index.md b/english/nodejs/aspose.barcode/australianpostparameters/setaustralianpostencodingtable/_index.md deleted file mode 100644 index 413ccb0a9..000000000 --- a/english/nodejs/aspose.barcode/australianpostparameters/setaustralianpostencodingtable/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "AustralianPostParameters.setAustralianPostEncodingTable" -linktitle: "setAustralianPostEncodingTable" -articleTitle: "setAustralianPostEncodingTable" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other'" -type: docs -weight: 50 -url: /nodejs/aspose.barcode/australianpostparameters/setaustralianpostencodingtable/ ---- - -## setAustralianPostEncodingTable() - -> **Deprecated.** See method description for replacement. - -Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other" diff --git a/english/nodejs/aspose.barcode/australianpostparameters/setaustralianpostshortbarheight/_index.md b/english/nodejs/aspose.barcode/australianpostparameters/setaustralianpostshortbarheight/_index.md deleted file mode 100644 index b9580296e..000000000 --- a/english/nodejs/aspose.barcode/australianpostparameters/setaustralianpostshortbarheight/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "AustralianPostParameters.setAustralianPostShortBarHeight" -linktitle: "setAustralianPostShortBarHeight" -articleTitle: "setAustralianPostShortBarHeight" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Short bar's height of AustralianPost barcode." -type: docs -weight: 60 -url: /nodejs/aspose.barcode/australianpostparameters/setaustralianpostshortbarheight/ ---- - -## setAustralianPostShortBarHeight() - -> **Deprecated.** See method description for replacement. - -Short bar's height of AustralianPost barcode. diff --git a/english/nodejs/aspose.barcode/australianpostparameters/setencodingtable/_index.md b/english/nodejs/aspose.barcode/australianpostparameters/setencodingtable/_index.md deleted file mode 100644 index d7e843989..000000000 --- a/english/nodejs/aspose.barcode/australianpostparameters/setencodingtable/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "AustralianPostParameters.setEncodingTable" -linktitle: "setEncodingTable" -articleTitle: "setEncodingTable" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other'" -type: docs -weight: 70 -url: /nodejs/aspose.barcode/australianpostparameters/setencodingtable/ ---- - -## setEncodingTable() - -Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other" diff --git a/english/nodejs/aspose.barcode/australianpostparameters/setshortbarheight/_index.md b/english/nodejs/aspose.barcode/australianpostparameters/setshortbarheight/_index.md deleted file mode 100644 index aec457425..000000000 --- a/english/nodejs/aspose.barcode/australianpostparameters/setshortbarheight/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "AustralianPostParameters.setShortBarHeight" -linktitle: "setShortBarHeight" -articleTitle: "setShortBarHeight" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Short bar's height of AustralianPost barcode." -type: docs -weight: 80 -url: /nodejs/aspose.barcode/australianpostparameters/setshortbarheight/ ---- - -## setShortBarHeight() - -Short bar's height of AustralianPost barcode. diff --git a/english/nodejs/aspose.barcode/australianpostparameters/tostring/_index.md b/english/nodejs/aspose.barcode/australianpostparameters/tostring/_index.md deleted file mode 100644 index 24912feaa..000000000 --- a/english/nodejs/aspose.barcode/australianpostparameters/tostring/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "AustralianPostParameters.toString" -linktitle: "toString" -articleTitle: "toString" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns a human-readable string representation of this AustralianPostParameters." -type: docs -weight: 90 -url: /nodejs/aspose.barcode/australianpostparameters/tostring/ ---- - -## toString() - -Returns a human-readable string representation of this AustralianPostParameters. - -**Returns:** string — Value that represents this AustralianPostParameters. diff --git a/english/nodejs/aspose.barcode/australiapostsettings/_index.md b/english/nodejs/aspose.barcode/australiapostsettings/_index.md index 5f9410a43..460c28208 100644 --- a/english/nodejs/aspose.barcode/australiapostsettings/_index.md +++ b/english/nodejs/aspose.barcode/australiapostsettings/_index.md @@ -1,9 +1,8 @@ --- -title: "AustraliaPostSettings Class" +title: "AustraliaPostSettings" linktitle: "AustraliaPostSettings" -articleTitle: "AustraliaPostSettings" -second_title: "Aspose.BarCode for Node.js via Java" -description: "AustraliaPost decoding parameters. Contains parameters which make influence on recognized data of AustraliaPost symbology." +second_title: "Aspose.BarCode for Node.js via Java API Reference" +description: "AustraliaPost decoding parameters." type: docs weight: 30 url: /nodejs/aspose.barcode/australiapostsettings/ @@ -23,7 +22,69 @@ AustraliaPostSettings constructor | Name | Description | | --- | --- | -| [getCustomerInformationInterpretingType()](./getcustomerinformationinterpretingtype/) | Gets the Interpreting Type for the Customer Information of AustralianPost BarCode.DEFAULT is CustomerInformationInterpre | -| [getIgnoreEndingFillingPatternsForCTable()](./getignoreendingfillingpatternsforctable/) | The flag which force AustraliaPost decoder to ignore last filling patterns in Customer Information Field during decoding | -| [setCustomerInformationInterpretingType(value)](./setcustomerinformationinterpretingtype/) | Sets the Interpreting Type for the Customer Information of AustralianPost BarCode.DEFAULT is CustomerInformationInterpre | -| [setIgnoreEndingFillingPatternsForCTable()](./setignoreendingfillingpatternsforctable/) | The flag which force AustraliaPost decoder to ignore last filling patterns in Customer Information Field during decoding | +| [getCustomerInformationInterpretingType()](#getcustomerinformationinterpretingtype) | Gets the Interpreting Type for the Customer Information of AustralianPost BarCode.DEFAULT is CustomerInformationInterpre | +| [getIgnoreEndingFillingPatternsForCTable()](#getignoreendingfillingpatternsforctable) | The flag which force AustraliaPost decoder to ignore last filling patterns in Customer Information Field during decoding | +| [setCustomerInformationInterpretingType(value)](#setcustomerinformationinterpretingtype) | Sets the Interpreting Type for the Customer Information of AustralianPost BarCode.DEFAULT is CustomerInformationInterpre | +| [setIgnoreEndingFillingPatternsForCTable()](#setignoreendingfillingpatternsforctable) | The flag which force AustraliaPost decoder to ignore last filling patterns in Customer Information Field during decoding | + +### getCustomerInformationInterpretingType() {#getcustomerinformationinterpretingtype} + +Gets the Interpreting Type for the Customer Information of AustralianPost BarCode.DEFAULT is CustomerInformationInterpretingType.OTHER. + +**Returns:** The interpreting type (CTable, NTable or Other) of customer information for AustralianPost BarCode + +### getIgnoreEndingFillingPatternsForCTable() {#getignoreendingfillingpatternsforctable} + +The flag which force AustraliaPost decoder to ignore last filling patterns in Customer Information Field during decoding as CTable method. CTable encoding method does not have any gaps in encoding table and sequnce "333" of filling paterns is decoded as letter "z". + +**Returns:** The flag which force AustraliaPost decoder to ignore last filling patterns during CTable method decoding + +**Example:** + +```js +let generator = new BarcodeGenerator(EncodeTypes.AUSTRALIA_POST, "5912345678AB"); +generator.getParameters().getBarcode().getAustralianPost().setAustralianPostEncodingTable(CustomerInformationInterpretingType.C_TABLE); +let image = generator.generateBarCodeImage(BarcodeImageFormat.PNG); +let reader = new BarCodeReader(image, null, DecodeType.AUSTRALIA_POST); +reader.getBarcodeSettings().getAustraliaPost().setCustomerInformationInterpretingType(CustomerInformationInterpretingType.C_TABLE); +reader.getBarcodeSettings().getAustraliaPost().setIgnoreEndingFillingPatternsForCTable(true); +let results = reader.readBarCodes(); +for(let i = 0; i < results.length; i++) +{ + let result = results[i]; + console.log("BarCode Type: " + result.getCodeType()); + console.log("BarCode CodeText: " + result.getCodeText()); +} +``` + +### setCustomerInformationInterpretingType(value) {#setcustomerinformationinterpretingtype} + +Sets the Interpreting Type for the Customer Information of AustralianPost BarCode.DEFAULT is CustomerInformationInterpretingType.OTHER. + +| Parameter | Description | +| --- | --- | +| value | The interpreting type (CTable, NTable or Other) of customer information for AustralianPost BarCode | + +### setIgnoreEndingFillingPatternsForCTable() {#setignoreendingfillingpatternsforctable} + +The flag which force AustraliaPost decoder to ignore last filling patterns in Customer Information Field during decoding as CTable method. CTable encoding method does not have any gaps in encoding table and sequnce "333" of filling paterns is decoded as letter "z". + +**Returns:** The flag which force AustraliaPost decoder to ignore last filling patterns during CTable method decoding + +**Example:** + +```js +let generator = new BarcodeGenerator(EncodeTypes.AUSTRALIA_POST, "5912345678AB"); +generator.getParameters().getBarcode().getAustralianPost().setAustralianPostEncodingTable(CustomerInformationInterpretingType.C_TABLE); +let image = generator.generateBarCodeImage(BarcodeImageFormat.PNG); +let reader = new BarCodeReader(image, null, DecodeType.AUSTRALIA_POST); +reader.getBarcodeSettings().getAustraliaPost().setCustomerInformationInterpretingType(CustomerInformationInterpretingType.C_TABLE); +reader.getBarcodeSettings().getAustraliaPost().setIgnoreEndingFillingPatternsForCTable(true); +let results = reader.readBarCodes(); +for(let i = 0; i < results.length; i++) +{ + let result = results[i]; + console.log("BarCode Type: " + result.getCodeType()); + console.log("BarCode CodeText: " + result.getCodeText()); +} +``` diff --git a/english/nodejs/aspose.barcode/australiapostsettings/getcustomerinformationinterpretingtype/_index.md b/english/nodejs/aspose.barcode/australiapostsettings/getcustomerinformationinterpretingtype/_index.md deleted file mode 100644 index b71c56e93..000000000 --- a/english/nodejs/aspose.barcode/australiapostsettings/getcustomerinformationinterpretingtype/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "AustraliaPostSettings.getCustomerInformationInterpretingType" -linktitle: "getCustomerInformationInterpretingType" -articleTitle: "getCustomerInformationInterpretingType" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the Interpreting Type for the Customer Information of AustralianPost BarCode.DEFAULT is CustomerInformationInterpretingType.OTHER." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/australiapostsettings/getcustomerinformationinterpretingtype/ ---- - -## getCustomerInformationInterpretingType() - -Gets the Interpreting Type for the Customer Information of AustralianPost BarCode.DEFAULT is CustomerInformationInterpretingType.OTHER. - -**Returns:** The interpreting type (CTable, NTable or Other) of customer information for AustralianPost BarCode diff --git a/english/nodejs/aspose.barcode/australiapostsettings/getignoreendingfillingpatternsforctable/_index.md b/english/nodejs/aspose.barcode/australiapostsettings/getignoreendingfillingpatternsforctable/_index.md deleted file mode 100644 index 08adabfca..000000000 --- a/english/nodejs/aspose.barcode/australiapostsettings/getignoreendingfillingpatternsforctable/_index.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: "AustraliaPostSettings.getIgnoreEndingFillingPatternsForCTable" -linktitle: "getIgnoreEndingFillingPatternsForCTable" -articleTitle: "getIgnoreEndingFillingPatternsForCTable" -second_title: "Aspose.BarCode for Node.js via Java" -description: "The flag which force AustraliaPost decoder to ignore last filling patterns in Customer Information Field during decoding as CTable method. CTable encoding me..." -type: docs -weight: 20 -url: /nodejs/aspose.barcode/australiapostsettings/getignoreendingfillingpatternsforctable/ ---- - -## getIgnoreEndingFillingPatternsForCTable() - -The flag which force AustraliaPost decoder to ignore last filling patterns in Customer Information Field during decoding as CTable method. CTable encoding method does not have any gaps in encoding table and sequnce "333" of filling paterns is decoded as letter "z". - -**Returns:** The flag which force AustraliaPost decoder to ignore last filling patterns during CTable method decoding - -**Example:** - -```js -let generator = new BarcodeGenerator(EncodeTypes.AUSTRALIA_POST, "5912345678AB"); -generator.getParameters().getBarcode().getAustralianPost().setAustralianPostEncodingTable(CustomerInformationInterpretingType.C_TABLE); -let image = generator.generateBarCodeImage(BarcodeImageFormat.PNG); -let reader = new BarCodeReader(image, null, DecodeType.AUSTRALIA_POST); -reader.getBarcodeSettings().getAustraliaPost().setCustomerInformationInterpretingType(CustomerInformationInterpretingType.C_TABLE); -reader.getBarcodeSettings().getAustraliaPost().setIgnoreEndingFillingPatternsForCTable(true); -let results = reader.readBarCodes(); -for(let i = 0; i < results.length; i++) -{ - let result = results[i]; - console.log("BarCode Type: " + result.getCodeType()); - console.log("BarCode CodeText: " + result.getCodeText()); -} -``` diff --git a/english/nodejs/aspose.barcode/australiapostsettings/setcustomerinformationinterpretingtype/_index.md b/english/nodejs/aspose.barcode/australiapostsettings/setcustomerinformationinterpretingtype/_index.md deleted file mode 100644 index f55436659..000000000 --- a/english/nodejs/aspose.barcode/australiapostsettings/setcustomerinformationinterpretingtype/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "AustraliaPostSettings.setCustomerInformationInterpretingType" -linktitle: "setCustomerInformationInterpretingType" -articleTitle: "setCustomerInformationInterpretingType" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets the Interpreting Type for the Customer Information of AustralianPost BarCode.DEFAULT is CustomerInformationInterpretingType.OTHER." -type: docs -weight: 30 -url: /nodejs/aspose.barcode/australiapostsettings/setcustomerinformationinterpretingtype/ ---- - -## setCustomerInformationInterpretingType(value) - -Sets the Interpreting Type for the Customer Information of AustralianPost BarCode.DEFAULT is CustomerInformationInterpretingType.OTHER. - -| Parameter | Description | -| --- | --- | -| value | The interpreting type (CTable, NTable or Other) of customer information for AustralianPost BarCode | diff --git a/english/nodejs/aspose.barcode/australiapostsettings/setignoreendingfillingpatternsforctable/_index.md b/english/nodejs/aspose.barcode/australiapostsettings/setignoreendingfillingpatternsforctable/_index.md deleted file mode 100644 index 06d67c523..000000000 --- a/english/nodejs/aspose.barcode/australiapostsettings/setignoreendingfillingpatternsforctable/_index.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: "AustraliaPostSettings.setIgnoreEndingFillingPatternsForCTable" -linktitle: "setIgnoreEndingFillingPatternsForCTable" -articleTitle: "setIgnoreEndingFillingPatternsForCTable" -second_title: "Aspose.BarCode for Node.js via Java" -description: "The flag which force AustraliaPost decoder to ignore last filling patterns in Customer Information Field during decoding as CTable method. CTable encoding me..." -type: docs -weight: 40 -url: /nodejs/aspose.barcode/australiapostsettings/setignoreendingfillingpatternsforctable/ ---- - -## setIgnoreEndingFillingPatternsForCTable() - -The flag which force AustraliaPost decoder to ignore last filling patterns in Customer Information Field during decoding as CTable method. CTable encoding method does not have any gaps in encoding table and sequnce "333" of filling paterns is decoded as letter "z". - -**Returns:** The flag which force AustraliaPost decoder to ignore last filling patterns during CTable method decoding - -**Example:** - -```js -let generator = new BarcodeGenerator(EncodeTypes.AUSTRALIA_POST, "5912345678AB"); -generator.getParameters().getBarcode().getAustralianPost().setAustralianPostEncodingTable(CustomerInformationInterpretingType.C_TABLE); -let image = generator.generateBarCodeImage(BarcodeImageFormat.PNG); -let reader = new BarCodeReader(image, null, DecodeType.AUSTRALIA_POST); -reader.getBarcodeSettings().getAustraliaPost().setCustomerInformationInterpretingType(CustomerInformationInterpretingType.C_TABLE); -reader.getBarcodeSettings().getAustraliaPost().setIgnoreEndingFillingPatternsForCTable(true); -let results = reader.readBarCodes(); -for(let i = 0; i < results.length; i++) -{ - let result = results[i]; - console.log("BarCode Type: " + result.getCodeType()); - console.log("BarCode CodeText: " + result.getCodeText()); -} -``` diff --git a/english/nodejs/aspose.barcode/aztecextcodetextbuilder/_index.md b/english/nodejs/aspose.barcode/aztecextcodetextbuilder/_index.md index 016a351ab..cb5ca3e79 100644 --- a/english/nodejs/aspose.barcode/aztecextcodetextbuilder/_index.md +++ b/english/nodejs/aspose.barcode/aztecextcodetextbuilder/_index.md @@ -1,9 +1,8 @@ --- -title: "AztecExtCodetextBuilder Class" +title: "AztecExtCodetextBuilder" linktitle: "AztecExtCodetextBuilder" -articleTitle: "AztecExtCodetextBuilder" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Extended codetext generator for Aztec barcodes for ExtendedCodetext Mode of AztecEncodeMode Use TwoDDisplayText property of BarcodeGenerator to set visible t..." +second_title: "Aspose.BarCode for Node.js via Java API Reference" +description: "Extended codetext generator for Aztec barcodes for ExtendedCodetext Mode of AztecEncodeMode Use TwoDDisplayText property of BarcodeGenerator to set visible text" type: docs weight: 50 url: /nodejs/aspose.barcode/aztecextcodetextbuilder/ @@ -38,4 +37,10 @@ new AztecExtCodetextBuilder() | Name | Description | | --- | --- | -| [getExtendedCodetext()](./getextendedcodetext/) | Generates Extended codetext from the extended codetext list. | +| [getExtendedCodetext()](#getextendedcodetext) | Generates Extended codetext from the extended codetext list. | + +### getExtendedCodetext() {#getextendedcodetext} + +Generates Extended codetext from the extended codetext list. + +**Returns:** Extended codetext as string diff --git a/english/nodejs/aspose.barcode/aztecextcodetextbuilder/getextendedcodetext/_index.md b/english/nodejs/aspose.barcode/aztecextcodetextbuilder/getextendedcodetext/_index.md deleted file mode 100644 index 385bc3590..000000000 --- a/english/nodejs/aspose.barcode/aztecextcodetextbuilder/getextendedcodetext/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "AztecExtCodetextBuilder.getExtendedCodetext" -linktitle: "getExtendedCodetext" -articleTitle: "getExtendedCodetext" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Generates Extended codetext from the extended codetext list." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/aztecextcodetextbuilder/getextendedcodetext/ ---- - -## getExtendedCodetext() - -Generates Extended codetext from the extended codetext list. - -**Returns:** Extended codetext as string diff --git a/english/nodejs/aspose.barcode/aztecextendedparameters/_index.md b/english/nodejs/aspose.barcode/aztecextendedparameters/_index.md index c4036f69e..949898f15 100644 --- a/english/nodejs/aspose.barcode/aztecextendedparameters/_index.md +++ b/english/nodejs/aspose.barcode/aztecextendedparameters/_index.md @@ -1,9 +1,8 @@ --- -title: "AztecExtendedParameters Class" +title: "AztecExtendedParameters" linktitle: "AztecExtendedParameters" -articleTitle: "AztecExtendedParameters" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Stores special data of Aztec recognized barcode This sample shows how to get Aztec raw values let generator = new BarcodeGenerator(EncodeTypes.AZTEC, '12345'..." +second_title: "Aspose.BarCode for Node.js via Java API Reference" +description: "Stores special data of Aztec recognized barcode This sample shows how to get Aztec raw values let generator = new BarcodeGenerator(EncodeTypes.AZTEC, \"12345\"); " type: docs weight: 60 url: /nodejs/aspose.barcode/aztecextendedparameters/ @@ -40,10 +39,48 @@ for(let i = 0; i < results.length; i++) | Name | Description | | --- | --- | -| [equals(obj)](./equals/) | Returns a value indicating whether this instance is equal to a specified `AztecExtendedParameters` value. | -| [getStructuredAppendBarcodeId()](./getstructuredappendbarcodeid/) | Gets the ID of the Aztec structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. D | -| [getStructuredAppendBarcodesCount()](./getstructuredappendbarcodescount/) | Gets the Aztec structured append mode barcodes count. Default value is 0. Count must be a value from 1 to 26. Value: The | -| [getStructuredAppendFileId()](./getstructuredappendfileid/) | Gets the File ID of the Aztec structured append mode. Default value is empty string Value: The File ID of the Aztec stru | -| [hashCode()](./hashcode/) | Returns the hash code for this instance. | -| [isReaderInitialization()](./isreaderinitialization/) | Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or | -| [toString()](./tostring/) | Returns a human-readable string representation of this `AztecExtendedParameters`. | +| [equals(obj)](#equals) | Returns a value indicating whether this instance is equal to a specified `AztecExtendedParameters` value. | +| [getStructuredAppendBarcodeId()](#getstructuredappendbarcodeid) | Gets the ID of the Aztec structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. D | +| [getStructuredAppendBarcodesCount()](#getstructuredappendbarcodescount) | Gets the Aztec structured append mode barcodes count. Default value is 0. Count must be a value from 1 to 26. Value: The | +| [getStructuredAppendFileId()](#getstructuredappendfileid) | Gets the File ID of the Aztec structured append mode. Default value is empty string Value: The File ID of the Aztec stru | +| [hashCode()](#hashcode) | Returns the hash code for this instance. | +| [isReaderInitialization()](#isreaderinitialization) | Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or | +| [toString()](#tostring) | Returns a human-readable string representation of this `AztecExtendedParameters`. | + +### equals(obj) {#equals} + +Returns a value indicating whether this instance is equal to a specified `AztecExtendedParameters` value. + +| Parameter | Description | +| --- | --- | +| obj | An System.Object value to compare to this instance. | + +**Returns:** `true ` if obj has the same value as this instance; otherwise, `false `. + +### getStructuredAppendBarcodeId() {#getstructuredappendbarcodeid} + +Gets the ID of the Aztec structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is 0. Value: The barcode ID of the Aztec structured append mode. + +### getStructuredAppendBarcodesCount() {#getstructuredappendbarcodescount} + +Gets the Aztec structured append mode barcodes count. Default value is 0. Count must be a value from 1 to 26. Value: The barcodes count of the Aztec structured append mode. + +### getStructuredAppendFileId() {#getstructuredappendfileid} + +Gets the File ID of the Aztec structured append mode. Default value is empty string Value: The File ID of the Aztec structured append mode. + +### hashCode() {#hashcode} + +Returns the hash code for this instance. + +**Returns:** 32-bit signed integer hash code. + +### isReaderInitialization() {#isreaderinitialization} + +Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false. + +### toString() {#tostring} + +Returns a human-readable string representation of this `AztecExtendedParameters`. + +**Returns:** A string that represents this `AztecExtendedParameters`. diff --git a/english/nodejs/aspose.barcode/aztecextendedparameters/equals/_index.md b/english/nodejs/aspose.barcode/aztecextendedparameters/equals/_index.md deleted file mode 100644 index 3815105af..000000000 --- a/english/nodejs/aspose.barcode/aztecextendedparameters/equals/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "AztecExtendedParameters.equals" -linktitle: "equals" -articleTitle: "equals" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns a value indicating whether this instance is equal to a specified `AztecExtendedParameters` value." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/aztecextendedparameters/equals/ ---- - -## equals(obj) - -Returns a value indicating whether this instance is equal to a specified `AztecExtendedParameters` value. - -| Parameter | Description | -| --- | --- | -| obj | An System.Object value to compare to this instance. | - -**Returns:** `true ` if obj has the same value as this instance; otherwise, `false `. diff --git a/english/nodejs/aspose.barcode/aztecextendedparameters/getstructuredappendbarcodeid/_index.md b/english/nodejs/aspose.barcode/aztecextendedparameters/getstructuredappendbarcodeid/_index.md deleted file mode 100644 index 0f8e7b0c4..000000000 --- a/english/nodejs/aspose.barcode/aztecextendedparameters/getstructuredappendbarcodeid/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "AztecExtendedParameters.getStructuredAppendBarcodeId" -linktitle: "getStructuredAppendBarcodeId" -articleTitle: "getStructuredAppendBarcodeId" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the ID of the Aztec structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is 0. Value: The barcode..." -type: docs -weight: 20 -url: /nodejs/aspose.barcode/aztecextendedparameters/getstructuredappendbarcodeid/ ---- - -## getStructuredAppendBarcodeId() - -Gets the ID of the Aztec structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is 0. Value: The barcode ID of the Aztec structured append mode. diff --git a/english/nodejs/aspose.barcode/aztecextendedparameters/getstructuredappendbarcodescount/_index.md b/english/nodejs/aspose.barcode/aztecextendedparameters/getstructuredappendbarcodescount/_index.md deleted file mode 100644 index ec347e2c2..000000000 --- a/english/nodejs/aspose.barcode/aztecextendedparameters/getstructuredappendbarcodescount/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "AztecExtendedParameters.getStructuredAppendBarcodesCount" -linktitle: "getStructuredAppendBarcodesCount" -articleTitle: "getStructuredAppendBarcodesCount" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the Aztec structured append mode barcodes count. Default value is 0. Count must be a value from 1 to 26. Value: The barcodes count of the Aztec structur..." -type: docs -weight: 30 -url: /nodejs/aspose.barcode/aztecextendedparameters/getstructuredappendbarcodescount/ ---- - -## getStructuredAppendBarcodesCount() - -Gets the Aztec structured append mode barcodes count. Default value is 0. Count must be a value from 1 to 26. Value: The barcodes count of the Aztec structured append mode. diff --git a/english/nodejs/aspose.barcode/aztecextendedparameters/getstructuredappendfileid/_index.md b/english/nodejs/aspose.barcode/aztecextendedparameters/getstructuredappendfileid/_index.md deleted file mode 100644 index feab86f37..000000000 --- a/english/nodejs/aspose.barcode/aztecextendedparameters/getstructuredappendfileid/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "AztecExtendedParameters.getStructuredAppendFileId" -linktitle: "getStructuredAppendFileId" -articleTitle: "getStructuredAppendFileId" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the File ID of the Aztec structured append mode. Default value is empty string Value: The File ID of the Aztec structured append mode." -type: docs -weight: 40 -url: /nodejs/aspose.barcode/aztecextendedparameters/getstructuredappendfileid/ ---- - -## getStructuredAppendFileId() - -Gets the File ID of the Aztec structured append mode. Default value is empty string Value: The File ID of the Aztec structured append mode. diff --git a/english/nodejs/aspose.barcode/aztecextendedparameters/hashcode/_index.md b/english/nodejs/aspose.barcode/aztecextendedparameters/hashcode/_index.md deleted file mode 100644 index c5d432167..000000000 --- a/english/nodejs/aspose.barcode/aztecextendedparameters/hashcode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "AztecExtendedParameters.hashCode" -linktitle: "hashCode" -articleTitle: "hashCode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns the hash code for this instance." -type: docs -weight: 50 -url: /nodejs/aspose.barcode/aztecextendedparameters/hashcode/ ---- - -## hashCode() - -Returns the hash code for this instance. - -**Returns:** 32-bit signed integer hash code. diff --git a/english/nodejs/aspose.barcode/aztecextendedparameters/isreaderinitialization/_index.md b/english/nodejs/aspose.barcode/aztecextendedparameters/isreaderinitialization/_index.md deleted file mode 100644 index 0e234cfce..000000000 --- a/english/nodejs/aspose.barcode/aztecextendedparameters/isreaderinitialization/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "AztecExtendedParameters.isReaderInitialization" -linktitle: "isReaderInitialization" -articleTitle: "isReaderInitialization" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader..." -type: docs -weight: 60 -url: /nodejs/aspose.barcode/aztecextendedparameters/isreaderinitialization/ ---- - -## isReaderInitialization() - -Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false. diff --git a/english/nodejs/aspose.barcode/aztecextendedparameters/tostring/_index.md b/english/nodejs/aspose.barcode/aztecextendedparameters/tostring/_index.md deleted file mode 100644 index 15e55d2e5..000000000 --- a/english/nodejs/aspose.barcode/aztecextendedparameters/tostring/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "AztecExtendedParameters.toString" -linktitle: "toString" -articleTitle: "toString" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns a human-readable string representation of this `AztecExtendedParameters`." -type: docs -weight: 70 -url: /nodejs/aspose.barcode/aztecextendedparameters/tostring/ ---- - -## toString() - -Returns a human-readable string representation of this `AztecExtendedParameters`. - -**Returns:** A string that represents this `AztecExtendedParameters`. diff --git a/english/nodejs/aspose.barcode/aztecparameters/_index.md b/english/nodejs/aspose.barcode/aztecparameters/_index.md index e581406c6..95d044a49 100644 --- a/english/nodejs/aspose.barcode/aztecparameters/_index.md +++ b/english/nodejs/aspose.barcode/aztecparameters/_index.md @@ -1,8 +1,7 @@ --- -title: "AztecParameters Class" +title: "AztecParameters" linktitle: "AztecParameters" -articleTitle: "AztecParameters" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Aztec parameters." type: docs weight: 70 @@ -21,30 +20,164 @@ new AztecParameters() | Name | Description | | --- | --- | -| [getAspectRatio()](./getaspectratio/) | Height/Width ratio of 2D BarCode module. | -| [getAztecEncodeMode()](./getaztecencodemode/) ~~(deprecated)~~ | Gets a Aztec encode mode. Default value: Auto. | -| [getAztecErrorLevel()](./getaztecerrorlevel/) ~~(deprecated)~~ | Level of error correction of Aztec types of barcode. Value should between 5 to 95. | -| [getAztecSymbolMode()](./getaztecsymbolmode/) ~~(deprecated)~~ | Gets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto. | -| [getECIEncoding()](./geteciencoding/) | Gets ECI encoding. Used when AztecEncodeMode is Auto. Default value: ISO-8859-1 | -| [getEncodeMode()](./getencodemode/) | Gets a Aztec encode mode. Default value: Auto. | -| [getErrorLevel()](./geterrorlevel/) | Level of error correction of Aztec types of barcode. Value should between 5 to 95. | -| [getLayersCount()](./getlayerscount/) | 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 3 | -| [getStructuredAppendBarcodeId()](./getstructuredappendbarcodeid/) | Barcode ID for Structured Append mode of Aztec barcode. Barcode ID should be in range from 1 to barcodes count. Default | -| [getStructuredAppendBarcodesCount()](./getstructuredappendbarcodescount/) | Barcodes count for Structured Append mode of Aztec barcode. Barcodes count should be in range from 1 to 26. Default valu | -| [getStructuredAppendFileId()](./getstructuredappendfileid/) | File ID for Structured Append mode of Aztec barcode (optional field). File ID should not contain spaces. Default value: | -| [getSymbolMode()](./getsymbolmode/) | Gets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto. | -| [isReaderInitialization()](./isreaderinitialization/) | Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. | -| [setAspectRatio()](./setaspectratio/) | Height/Width ratio of 2D BarCode module. | -| [setAztecEncodeMode()](./setaztecencodemode/) ~~(deprecated)~~ | Sets a Aztec encode mode. Default value: Auto. | -| [setAztecErrorLevel()](./setaztecerrorlevel/) ~~(deprecated)~~ | Level of error correction of Aztec types of barcode. Value should between 5 to 95. | -| [setAztecSymbolMode()](./setaztecsymbolmode/) ~~(deprecated)~~ | Sets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto. | -| [setECIEncoding()](./seteciencoding/) | Sets ECI encoding. Used when AztecEncodeMode is Auto. Default value: ISO-8859-1 | -| [setEncodeMode(value)](./setencodemode/) | Sets a Aztec encode mode. Default value: Auto. | -| [setErrorLevel()](./seterrorlevel/) | Level of error correction of Aztec types of barcode. Value should between 5 to 95. | -| [setLayersCount()](./setlayerscount/) | 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 3 | -| [setReaderInitialization()](./setreaderinitialization/) | Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. | -| [setStructuredAppendBarcodeId()](./setstructuredappendbarcodeid/) | Barcode ID for Structured Append mode of Aztec barcode. Barcode ID should be in range from 1 to barcodes count. Default | -| [setStructuredAppendBarcodesCount()](./setstructuredappendbarcodescount/) | Barcodes count for Structured Append mode of Aztec barcode. Barcodes count should be in range from 1 to 26. Default valu | -| [setStructuredAppendFileId()](./setstructuredappendfileid/) | File ID for Structured Append mode of Aztec barcode (optional field). File ID should not contain spaces. Default value: | -| [setSymbolMode(value)](./setsymbolmode/) | Sets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto. | -| [toString()](./tostring/) | Returns a human-readable string representation of this `AztecParameters`. | +| [getAspectRatio()](#getaspectratio) | Height/Width ratio of 2D BarCode module. | +| [getAztecEncodeMode()](#getaztecencodemode) ~~(deprecated)~~ | Gets a Aztec encode mode. Default value: Auto. | +| [getAztecErrorLevel()](#getaztecerrorlevel) ~~(deprecated)~~ | Level of error correction of Aztec types of barcode. Value should between 5 to 95. | +| [getAztecSymbolMode()](#getaztecsymbolmode) ~~(deprecated)~~ | Gets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto. | +| [getECIEncoding()](#geteciencoding) | Gets ECI encoding. Used when AztecEncodeMode is Auto. Default value: ISO-8859-1 | +| [getEncodeMode()](#getencodemode) | Gets a Aztec encode mode. Default value: Auto. | +| [getErrorLevel()](#geterrorlevel) | Level of error correction of Aztec types of barcode. Value should between 5 to 95. | +| [getLayersCount()](#getlayerscount) | 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 3 | +| [getStructuredAppendBarcodeId()](#getstructuredappendbarcodeid) | Barcode ID for Structured Append mode of Aztec barcode. Barcode ID should be in range from 1 to barcodes count. Default | +| [getStructuredAppendBarcodesCount()](#getstructuredappendbarcodescount) | Barcodes count for Structured Append mode of Aztec barcode. Barcodes count should be in range from 1 to 26. Default valu | +| [getStructuredAppendFileId()](#getstructuredappendfileid) | File ID for Structured Append mode of Aztec barcode (optional field). File ID should not contain spaces. Default value: | +| [getSymbolMode()](#getsymbolmode) | Gets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto. | +| [isReaderInitialization()](#isreaderinitialization) | Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. | +| [setAspectRatio()](#setaspectratio) | Height/Width ratio of 2D BarCode module. | +| [setAztecEncodeMode()](#setaztecencodemode) ~~(deprecated)~~ | Sets a Aztec encode mode. Default value: Auto. | +| [setAztecErrorLevel()](#setaztecerrorlevel) ~~(deprecated)~~ | Level of error correction of Aztec types of barcode. Value should between 5 to 95. | +| [setAztecSymbolMode()](#setaztecsymbolmode) ~~(deprecated)~~ | Sets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto. | +| [setECIEncoding()](#seteciencoding) | Sets ECI encoding. Used when AztecEncodeMode is Auto. Default value: ISO-8859-1 | +| [setEncodeMode(value)](#setencodemode) | Sets a Aztec encode mode. Default value: Auto. | +| [setErrorLevel()](#seterrorlevel) | Level of error correction of Aztec types of barcode. Value should between 5 to 95. | +| [setLayersCount()](#setlayerscount) | 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 3 | +| [setReaderInitialization()](#setreaderinitialization) | Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. | +| [setStructuredAppendBarcodeId()](#setstructuredappendbarcodeid) | Barcode ID for Structured Append mode of Aztec barcode. Barcode ID should be in range from 1 to barcodes count. Default | +| [setStructuredAppendBarcodesCount()](#setstructuredappendbarcodescount) | Barcodes count for Structured Append mode of Aztec barcode. Barcodes count should be in range from 1 to 26. Default valu | +| [setStructuredAppendFileId()](#setstructuredappendfileid) | File ID for Structured Append mode of Aztec barcode (optional field). File ID should not contain spaces. Default value: | +| [setSymbolMode(value)](#setsymbolmode) | Sets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto. | +| [toString()](#tostring) | Returns a human-readable string representation of this `AztecParameters`. | + +### getAspectRatio() {#getaspectratio} + +Height/Width ratio of 2D BarCode module. + +### getAztecEncodeMode() {#getaztecencodemode} + +> **Deprecated.** See method description for replacement. + +Gets a Aztec encode mode. Default value: Auto. + +### getAztecErrorLevel() {#getaztecerrorlevel} + +> **Deprecated.** See method description for replacement. + +Level of error correction of Aztec types of barcode. Value should between 5 to 95. + +### getAztecSymbolMode() {#getaztecsymbolmode} + +> **Deprecated.** See method description for replacement. + +Gets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto. + +### getECIEncoding() {#geteciencoding} + +Gets ECI encoding. Used when AztecEncodeMode is Auto. Default value: ISO-8859-1 + +### getEncodeMode() {#getencodemode} + +Gets a Aztec encode mode. Default value: Auto. + +**Returns:** a Aztec encode mode. + +### getErrorLevel() {#geterrorlevel} + +Level of error correction of Aztec types of barcode. Value should between 5 to 95. + +### getLayersCount() {#getlayerscount} + +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). + +### getStructuredAppendBarcodeId() {#getstructuredappendbarcodeid} + +Barcode ID for Structured Append mode of Aztec barcode. Barcode ID should be in range from 1 to barcodes count. Default value: 0 + +### getStructuredAppendBarcodesCount() {#getstructuredappendbarcodescount} + +Barcodes count for Structured Append mode of Aztec barcode. Barcodes count should be in range from 1 to 26. Default value: 0 + +### getStructuredAppendFileId() {#getstructuredappendfileid} + +File ID for Structured Append mode of Aztec barcode (optional field). File ID should not contain spaces. Default value: empty string + +### getSymbolMode() {#getsymbolmode} + +Gets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto. + +**Returns:** a Aztec Symbol mode. + +### isReaderInitialization() {#isreaderinitialization} + +Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. + +### setAspectRatio() {#setaspectratio} + +Height/Width ratio of 2D BarCode module. + +### setAztecEncodeMode() {#setaztecencodemode} + +> **Deprecated.** See method description for replacement. + +Sets a Aztec encode mode. Default value: Auto. + +### setAztecErrorLevel() {#setaztecerrorlevel} + +> **Deprecated.** See method description for replacement. + +Level of error correction of Aztec types of barcode. Value should between 5 to 95. + +### setAztecSymbolMode() {#setaztecsymbolmode} + +> **Deprecated.** See method description for replacement. + +Sets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto. + +### setECIEncoding() {#seteciencoding} + +Sets ECI encoding. Used when AztecEncodeMode is Auto. Default value: ISO-8859-1 + +### setEncodeMode(value) {#setencodemode} + +Sets a Aztec encode mode. Default value: Auto. + +| Parameter | Description | +| --- | --- | +| value | a Aztec encode mode. | + +### setErrorLevel() {#seterrorlevel} + +Level of error correction of Aztec types of barcode. Value should between 5 to 95. + +### setLayersCount() {#setlayerscount} + +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). + +### setReaderInitialization() {#setreaderinitialization} + +Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. + +### setStructuredAppendBarcodeId() {#setstructuredappendbarcodeid} + +Barcode ID for Structured Append mode of Aztec barcode. Barcode ID should be in range from 1 to barcodes count. Default value: 0 + +### setStructuredAppendBarcodesCount() {#setstructuredappendbarcodescount} + +Barcodes count for Structured Append mode of Aztec barcode. Barcodes count should be in range from 1 to 26. Default value: 0 + +### setStructuredAppendFileId() {#setstructuredappendfileid} + +File ID for Structured Append mode of Aztec barcode (optional field). File ID should not contain spaces. Default value: empty string + +### setSymbolMode(value) {#setsymbolmode} + +Sets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto. + +| Parameter | Description | +| --- | --- | +| value | a Aztec Symbol mode. | + +### toString() {#tostring} + +Returns a human-readable string representation of this `AztecParameters`. + +**Returns:** A string that represents this `AztecParameters`. diff --git a/english/nodejs/aspose.barcode/aztecparameters/getaspectratio/_index.md b/english/nodejs/aspose.barcode/aztecparameters/getaspectratio/_index.md deleted file mode 100644 index ec1272292..000000000 --- a/english/nodejs/aspose.barcode/aztecparameters/getaspectratio/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "AztecParameters.getAspectRatio" -linktitle: "getAspectRatio" -articleTitle: "getAspectRatio" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Height/Width ratio of 2D BarCode module." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/aztecparameters/getaspectratio/ ---- - -## getAspectRatio() - -Height/Width ratio of 2D BarCode module. diff --git a/english/nodejs/aspose.barcode/aztecparameters/getaztecencodemode/_index.md b/english/nodejs/aspose.barcode/aztecparameters/getaztecencodemode/_index.md deleted file mode 100644 index 95bc1198b..000000000 --- a/english/nodejs/aspose.barcode/aztecparameters/getaztecencodemode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "AztecParameters.getAztecEncodeMode" -linktitle: "getAztecEncodeMode" -articleTitle: "getAztecEncodeMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets a Aztec encode mode. Default value: Auto." -type: docs -weight: 20 -url: /nodejs/aspose.barcode/aztecparameters/getaztecencodemode/ ---- - -## getAztecEncodeMode() - -> **Deprecated.** See method description for replacement. - -Gets a Aztec encode mode. Default value: Auto. diff --git a/english/nodejs/aspose.barcode/aztecparameters/getaztecerrorlevel/_index.md b/english/nodejs/aspose.barcode/aztecparameters/getaztecerrorlevel/_index.md deleted file mode 100644 index cd7a1fcf0..000000000 --- a/english/nodejs/aspose.barcode/aztecparameters/getaztecerrorlevel/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "AztecParameters.getAztecErrorLevel" -linktitle: "getAztecErrorLevel" -articleTitle: "getAztecErrorLevel" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Level of error correction of Aztec types of barcode. Value should between 5 to 95." -type: docs -weight: 30 -url: /nodejs/aspose.barcode/aztecparameters/getaztecerrorlevel/ ---- - -## getAztecErrorLevel() - -> **Deprecated.** See method description for replacement. - -Level of error correction of Aztec types of barcode. Value should between 5 to 95. diff --git a/english/nodejs/aspose.barcode/aztecparameters/getaztecsymbolmode/_index.md b/english/nodejs/aspose.barcode/aztecparameters/getaztecsymbolmode/_index.md deleted file mode 100644 index 091606bd3..000000000 --- a/english/nodejs/aspose.barcode/aztecparameters/getaztecsymbolmode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "AztecParameters.getAztecSymbolMode" -linktitle: "getAztecSymbolMode" -articleTitle: "getAztecSymbolMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto." -type: docs -weight: 40 -url: /nodejs/aspose.barcode/aztecparameters/getaztecsymbolmode/ ---- - -## getAztecSymbolMode() - -> **Deprecated.** See method description for replacement. - -Gets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto. diff --git a/english/nodejs/aspose.barcode/aztecparameters/geteciencoding/_index.md b/english/nodejs/aspose.barcode/aztecparameters/geteciencoding/_index.md deleted file mode 100644 index cdab532e1..000000000 --- a/english/nodejs/aspose.barcode/aztecparameters/geteciencoding/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "AztecParameters.getECIEncoding" -linktitle: "getECIEncoding" -articleTitle: "getECIEncoding" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets ECI encoding. Used when AztecEncodeMode is Auto. Default value: ISO-8859-1" -type: docs -weight: 50 -url: /nodejs/aspose.barcode/aztecparameters/geteciencoding/ ---- - -## getECIEncoding() - -Gets ECI encoding. Used when AztecEncodeMode is Auto. Default value: ISO-8859-1 diff --git a/english/nodejs/aspose.barcode/aztecparameters/getencodemode/_index.md b/english/nodejs/aspose.barcode/aztecparameters/getencodemode/_index.md deleted file mode 100644 index a7776127c..000000000 --- a/english/nodejs/aspose.barcode/aztecparameters/getencodemode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "AztecParameters.getEncodeMode" -linktitle: "getEncodeMode" -articleTitle: "getEncodeMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets a Aztec encode mode. Default value: Auto." -type: docs -weight: 60 -url: /nodejs/aspose.barcode/aztecparameters/getencodemode/ ---- - -## getEncodeMode() - -Gets a Aztec encode mode. Default value: Auto. - -**Returns:** a Aztec encode mode. diff --git a/english/nodejs/aspose.barcode/aztecparameters/geterrorlevel/_index.md b/english/nodejs/aspose.barcode/aztecparameters/geterrorlevel/_index.md deleted file mode 100644 index 03d77e00e..000000000 --- a/english/nodejs/aspose.barcode/aztecparameters/geterrorlevel/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "AztecParameters.getErrorLevel" -linktitle: "getErrorLevel" -articleTitle: "getErrorLevel" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Level of error correction of Aztec types of barcode. Value should between 5 to 95." -type: docs -weight: 70 -url: /nodejs/aspose.barcode/aztecparameters/geterrorlevel/ ---- - -## getErrorLevel() - -Level of error correction of Aztec types of barcode. Value should between 5 to 95. diff --git a/english/nodejs/aspose.barcode/aztecparameters/getlayerscount/_index.md b/english/nodejs/aspose.barcode/aztecparameters/getlayerscount/_index.md deleted file mode 100644 index 7cf466dfa..000000000 --- a/english/nodejs/aspose.barcode/aztecparameters/getlayerscount/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "AztecParameters.getLayersCount" -linktitle: "getLayersCount" -articleTitle: "getLayersCount" -second_title: "Aspose.BarCode for Node.js via Java" -description: "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:..." -type: docs -weight: 80 -url: /nodejs/aspose.barcode/aztecparameters/getlayerscount/ ---- - -## getLayersCount() - -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). diff --git a/english/nodejs/aspose.barcode/aztecparameters/getstructuredappendbarcodeid/_index.md b/english/nodejs/aspose.barcode/aztecparameters/getstructuredappendbarcodeid/_index.md deleted file mode 100644 index e0e0fdd35..000000000 --- a/english/nodejs/aspose.barcode/aztecparameters/getstructuredappendbarcodeid/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "AztecParameters.getStructuredAppendBarcodeId" -linktitle: "getStructuredAppendBarcodeId" -articleTitle: "getStructuredAppendBarcodeId" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Barcode ID for Structured Append mode of Aztec barcode. Barcode ID should be in range from 1 to barcodes count. Default value: 0" -type: docs -weight: 90 -url: /nodejs/aspose.barcode/aztecparameters/getstructuredappendbarcodeid/ ---- - -## getStructuredAppendBarcodeId() - -Barcode ID for Structured Append mode of Aztec barcode. Barcode ID should be in range from 1 to barcodes count. Default value: 0 diff --git a/english/nodejs/aspose.barcode/aztecparameters/getstructuredappendbarcodescount/_index.md b/english/nodejs/aspose.barcode/aztecparameters/getstructuredappendbarcodescount/_index.md deleted file mode 100644 index 86f9d0a24..000000000 --- a/english/nodejs/aspose.barcode/aztecparameters/getstructuredappendbarcodescount/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "AztecParameters.getStructuredAppendBarcodesCount" -linktitle: "getStructuredAppendBarcodesCount" -articleTitle: "getStructuredAppendBarcodesCount" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Barcodes count for Structured Append mode of Aztec barcode. Barcodes count should be in range from 1 to 26. Default value: 0" -type: docs -weight: 100 -url: /nodejs/aspose.barcode/aztecparameters/getstructuredappendbarcodescount/ ---- - -## getStructuredAppendBarcodesCount() - -Barcodes count for Structured Append mode of Aztec barcode. Barcodes count should be in range from 1 to 26. Default value: 0 diff --git a/english/nodejs/aspose.barcode/aztecparameters/getstructuredappendfileid/_index.md b/english/nodejs/aspose.barcode/aztecparameters/getstructuredappendfileid/_index.md deleted file mode 100644 index a92400258..000000000 --- a/english/nodejs/aspose.barcode/aztecparameters/getstructuredappendfileid/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "AztecParameters.getStructuredAppendFileId" -linktitle: "getStructuredAppendFileId" -articleTitle: "getStructuredAppendFileId" -second_title: "Aspose.BarCode for Node.js via Java" -description: "File ID for Structured Append mode of Aztec barcode (optional field). File ID should not contain spaces. Default value: empty string" -type: docs -weight: 110 -url: /nodejs/aspose.barcode/aztecparameters/getstructuredappendfileid/ ---- - -## getStructuredAppendFileId() - -File ID for Structured Append mode of Aztec barcode (optional field). File ID should not contain spaces. Default value: empty string diff --git a/english/nodejs/aspose.barcode/aztecparameters/getsymbolmode/_index.md b/english/nodejs/aspose.barcode/aztecparameters/getsymbolmode/_index.md deleted file mode 100644 index 385e65460..000000000 --- a/english/nodejs/aspose.barcode/aztecparameters/getsymbolmode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "AztecParameters.getSymbolMode" -linktitle: "getSymbolMode" -articleTitle: "getSymbolMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto." -type: docs -weight: 120 -url: /nodejs/aspose.barcode/aztecparameters/getsymbolmode/ ---- - -## getSymbolMode() - -Gets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto. - -**Returns:** a Aztec Symbol mode. diff --git a/english/nodejs/aspose.barcode/aztecparameters/isreaderinitialization/_index.md b/english/nodejs/aspose.barcode/aztecparameters/isreaderinitialization/_index.md deleted file mode 100644 index 241e42725..000000000 --- a/english/nodejs/aspose.barcode/aztecparameters/isreaderinitialization/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "AztecParameters.isReaderInitialization" -linktitle: "isReaderInitialization" -articleTitle: "isReaderInitialization" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization." -type: docs -weight: 130 -url: /nodejs/aspose.barcode/aztecparameters/isreaderinitialization/ ---- - -## isReaderInitialization() - -Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. diff --git a/english/nodejs/aspose.barcode/aztecparameters/setaspectratio/_index.md b/english/nodejs/aspose.barcode/aztecparameters/setaspectratio/_index.md deleted file mode 100644 index 28816f05e..000000000 --- a/english/nodejs/aspose.barcode/aztecparameters/setaspectratio/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "AztecParameters.setAspectRatio" -linktitle: "setAspectRatio" -articleTitle: "setAspectRatio" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Height/Width ratio of 2D BarCode module." -type: docs -weight: 140 -url: /nodejs/aspose.barcode/aztecparameters/setaspectratio/ ---- - -## setAspectRatio() - -Height/Width ratio of 2D BarCode module. diff --git a/english/nodejs/aspose.barcode/aztecparameters/setaztecencodemode/_index.md b/english/nodejs/aspose.barcode/aztecparameters/setaztecencodemode/_index.md deleted file mode 100644 index 302390bde..000000000 --- a/english/nodejs/aspose.barcode/aztecparameters/setaztecencodemode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "AztecParameters.setAztecEncodeMode" -linktitle: "setAztecEncodeMode" -articleTitle: "setAztecEncodeMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets a Aztec encode mode. Default value: Auto." -type: docs -weight: 150 -url: /nodejs/aspose.barcode/aztecparameters/setaztecencodemode/ ---- - -## setAztecEncodeMode() - -> **Deprecated.** See method description for replacement. - -Sets a Aztec encode mode. Default value: Auto. diff --git a/english/nodejs/aspose.barcode/aztecparameters/setaztecerrorlevel/_index.md b/english/nodejs/aspose.barcode/aztecparameters/setaztecerrorlevel/_index.md deleted file mode 100644 index df43b3f8e..000000000 --- a/english/nodejs/aspose.barcode/aztecparameters/setaztecerrorlevel/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "AztecParameters.setAztecErrorLevel" -linktitle: "setAztecErrorLevel" -articleTitle: "setAztecErrorLevel" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Level of error correction of Aztec types of barcode. Value should between 5 to 95." -type: docs -weight: 160 -url: /nodejs/aspose.barcode/aztecparameters/setaztecerrorlevel/ ---- - -## setAztecErrorLevel() - -> **Deprecated.** See method description for replacement. - -Level of error correction of Aztec types of barcode. Value should between 5 to 95. diff --git a/english/nodejs/aspose.barcode/aztecparameters/setaztecsymbolmode/_index.md b/english/nodejs/aspose.barcode/aztecparameters/setaztecsymbolmode/_index.md deleted file mode 100644 index 40d19508c..000000000 --- a/english/nodejs/aspose.barcode/aztecparameters/setaztecsymbolmode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "AztecParameters.setAztecSymbolMode" -linktitle: "setAztecSymbolMode" -articleTitle: "setAztecSymbolMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto." -type: docs -weight: 170 -url: /nodejs/aspose.barcode/aztecparameters/setaztecsymbolmode/ ---- - -## setAztecSymbolMode() - -> **Deprecated.** See method description for replacement. - -Sets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto. diff --git a/english/nodejs/aspose.barcode/aztecparameters/seteciencoding/_index.md b/english/nodejs/aspose.barcode/aztecparameters/seteciencoding/_index.md deleted file mode 100644 index a6074e4b6..000000000 --- a/english/nodejs/aspose.barcode/aztecparameters/seteciencoding/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "AztecParameters.setECIEncoding" -linktitle: "setECIEncoding" -articleTitle: "setECIEncoding" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets ECI encoding. Used when AztecEncodeMode is Auto. Default value: ISO-8859-1" -type: docs -weight: 180 -url: /nodejs/aspose.barcode/aztecparameters/seteciencoding/ ---- - -## setECIEncoding() - -Sets ECI encoding. Used when AztecEncodeMode is Auto. Default value: ISO-8859-1 diff --git a/english/nodejs/aspose.barcode/aztecparameters/setencodemode/_index.md b/english/nodejs/aspose.barcode/aztecparameters/setencodemode/_index.md deleted file mode 100644 index 86cf2d4da..000000000 --- a/english/nodejs/aspose.barcode/aztecparameters/setencodemode/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "AztecParameters.setEncodeMode" -linktitle: "setEncodeMode" -articleTitle: "setEncodeMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets a Aztec encode mode. Default value: Auto." -type: docs -weight: 190 -url: /nodejs/aspose.barcode/aztecparameters/setencodemode/ ---- - -## setEncodeMode(value) - -Sets a Aztec encode mode. Default value: Auto. - -| Parameter | Description | -| --- | --- | -| value | a Aztec encode mode. | diff --git a/english/nodejs/aspose.barcode/aztecparameters/seterrorlevel/_index.md b/english/nodejs/aspose.barcode/aztecparameters/seterrorlevel/_index.md deleted file mode 100644 index 034808850..000000000 --- a/english/nodejs/aspose.barcode/aztecparameters/seterrorlevel/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "AztecParameters.setErrorLevel" -linktitle: "setErrorLevel" -articleTitle: "setErrorLevel" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Level of error correction of Aztec types of barcode. Value should between 5 to 95." -type: docs -weight: 200 -url: /nodejs/aspose.barcode/aztecparameters/seterrorlevel/ ---- - -## setErrorLevel() - -Level of error correction of Aztec types of barcode. Value should between 5 to 95. diff --git a/english/nodejs/aspose.barcode/aztecparameters/setlayerscount/_index.md b/english/nodejs/aspose.barcode/aztecparameters/setlayerscount/_index.md deleted file mode 100644 index 615097089..000000000 --- a/english/nodejs/aspose.barcode/aztecparameters/setlayerscount/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "AztecParameters.setLayersCount" -linktitle: "setLayersCount" -articleTitle: "setLayersCount" -second_title: "Aspose.BarCode for Node.js via Java" -description: "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:..." -type: docs -weight: 210 -url: /nodejs/aspose.barcode/aztecparameters/setlayerscount/ ---- - -## setLayersCount() - -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). diff --git a/english/nodejs/aspose.barcode/aztecparameters/setreaderinitialization/_index.md b/english/nodejs/aspose.barcode/aztecparameters/setreaderinitialization/_index.md deleted file mode 100644 index 0ef4bd78e..000000000 --- a/english/nodejs/aspose.barcode/aztecparameters/setreaderinitialization/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "AztecParameters.setReaderInitialization" -linktitle: "setReaderInitialization" -articleTitle: "setReaderInitialization" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization." -type: docs -weight: 220 -url: /nodejs/aspose.barcode/aztecparameters/setreaderinitialization/ ---- - -## setReaderInitialization() - -Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. diff --git a/english/nodejs/aspose.barcode/aztecparameters/setstructuredappendbarcodeid/_index.md b/english/nodejs/aspose.barcode/aztecparameters/setstructuredappendbarcodeid/_index.md deleted file mode 100644 index f70bc86d3..000000000 --- a/english/nodejs/aspose.barcode/aztecparameters/setstructuredappendbarcodeid/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "AztecParameters.setStructuredAppendBarcodeId" -linktitle: "setStructuredAppendBarcodeId" -articleTitle: "setStructuredAppendBarcodeId" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Barcode ID for Structured Append mode of Aztec barcode. Barcode ID should be in range from 1 to barcodes count. Default value: 0" -type: docs -weight: 230 -url: /nodejs/aspose.barcode/aztecparameters/setstructuredappendbarcodeid/ ---- - -## setStructuredAppendBarcodeId() - -Barcode ID for Structured Append mode of Aztec barcode. Barcode ID should be in range from 1 to barcodes count. Default value: 0 diff --git a/english/nodejs/aspose.barcode/aztecparameters/setstructuredappendbarcodescount/_index.md b/english/nodejs/aspose.barcode/aztecparameters/setstructuredappendbarcodescount/_index.md deleted file mode 100644 index a2da45662..000000000 --- a/english/nodejs/aspose.barcode/aztecparameters/setstructuredappendbarcodescount/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "AztecParameters.setStructuredAppendBarcodesCount" -linktitle: "setStructuredAppendBarcodesCount" -articleTitle: "setStructuredAppendBarcodesCount" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Barcodes count for Structured Append mode of Aztec barcode. Barcodes count should be in range from 1 to 26. Default value: 0" -type: docs -weight: 240 -url: /nodejs/aspose.barcode/aztecparameters/setstructuredappendbarcodescount/ ---- - -## setStructuredAppendBarcodesCount() - -Barcodes count for Structured Append mode of Aztec barcode. Barcodes count should be in range from 1 to 26. Default value: 0 diff --git a/english/nodejs/aspose.barcode/aztecparameters/setstructuredappendfileid/_index.md b/english/nodejs/aspose.barcode/aztecparameters/setstructuredappendfileid/_index.md deleted file mode 100644 index ba7116113..000000000 --- a/english/nodejs/aspose.barcode/aztecparameters/setstructuredappendfileid/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "AztecParameters.setStructuredAppendFileId" -linktitle: "setStructuredAppendFileId" -articleTitle: "setStructuredAppendFileId" -second_title: "Aspose.BarCode for Node.js via Java" -description: "File ID for Structured Append mode of Aztec barcode (optional field). File ID should not contain spaces. Default value: empty string" -type: docs -weight: 250 -url: /nodejs/aspose.barcode/aztecparameters/setstructuredappendfileid/ ---- - -## setStructuredAppendFileId() - -File ID for Structured Append mode of Aztec barcode (optional field). File ID should not contain spaces. Default value: empty string diff --git a/english/nodejs/aspose.barcode/aztecparameters/setsymbolmode/_index.md b/english/nodejs/aspose.barcode/aztecparameters/setsymbolmode/_index.md deleted file mode 100644 index bdf30b200..000000000 --- a/english/nodejs/aspose.barcode/aztecparameters/setsymbolmode/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "AztecParameters.setSymbolMode" -linktitle: "setSymbolMode" -articleTitle: "setSymbolMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto." -type: docs -weight: 260 -url: /nodejs/aspose.barcode/aztecparameters/setsymbolmode/ ---- - -## setSymbolMode(value) - -Sets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto. - -| Parameter | Description | -| --- | --- | -| value | a Aztec Symbol mode. | diff --git a/english/nodejs/aspose.barcode/aztecparameters/tostring/_index.md b/english/nodejs/aspose.barcode/aztecparameters/tostring/_index.md deleted file mode 100644 index 236c5b069..000000000 --- a/english/nodejs/aspose.barcode/aztecparameters/tostring/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "AztecParameters.toString" -linktitle: "toString" -articleTitle: "toString" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns a human-readable string representation of this `AztecParameters`." -type: docs -weight: 270 -url: /nodejs/aspose.barcode/aztecparameters/tostring/ ---- - -## toString() - -Returns a human-readable string representation of this `AztecParameters`. - -**Returns:** A string that represents this `AztecParameters`. diff --git a/english/nodejs/aspose.barcode/barcodeexception/_index.md b/english/nodejs/aspose.barcode/barcodeexception/_index.md index bd7ac5099..448753d8a 100644 --- a/english/nodejs/aspose.barcode/barcodeexception/_index.md +++ b/english/nodejs/aspose.barcode/barcodeexception/_index.md @@ -1,8 +1,7 @@ --- -title: "BarcodeException Class" +title: "BarcodeException" linktitle: "BarcodeException" -articleTitle: "BarcodeException" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "" type: docs weight: 120 @@ -25,4 +24,14 @@ Constructor of BarcodeException. | Name | Description | | --- | --- | -| [getDetails(exc)](./getdetails/) | Gets the exception details. | +| [getDetails(exc)](#getdetails) | Gets the exception details. | + +### getDetails(exc) {#getdetails} + +Gets the exception details. + +| Parameter | Type | Description | +| --- | --- | --- | +| exc | Error\|string | The exception or error message. | + +**Returns:** string — The exception details. diff --git a/english/nodejs/aspose.barcode/barcodeexception/getdetails/_index.md b/english/nodejs/aspose.barcode/barcodeexception/getdetails/_index.md deleted file mode 100644 index b304d5ed8..000000000 --- a/english/nodejs/aspose.barcode/barcodeexception/getdetails/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BarcodeException.getDetails" -linktitle: "getDetails" -articleTitle: "getDetails" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the exception details." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/barcodeexception/getdetails/ ---- - -## getDetails(exc) - -Gets the exception details. - -| Parameter | Type | Description | -| --- | --- | --- | -| exc | Error\|string | The exception or error message. | - -**Returns:** string — The exception details. diff --git a/english/nodejs/aspose.barcode/barcodeextendedparameters/_index.md b/english/nodejs/aspose.barcode/barcodeextendedparameters/_index.md index ac6783ae3..c848e6d6d 100644 --- a/english/nodejs/aspose.barcode/barcodeextendedparameters/_index.md +++ b/english/nodejs/aspose.barcode/barcodeextendedparameters/_index.md @@ -1,8 +1,7 @@ --- -title: "BarCodeExtendedParameters Class" +title: "BarCodeExtendedParameters" linktitle: "BarCodeExtendedParameters" -articleTitle: "BarCodeExtendedParameters" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Stores extended parameters of recognized barcode" type: docs weight: 80 @@ -21,17 +20,89 @@ new BarCodeExtendedParameters() | Name | Description | | --- | --- | -| [equals(obj)](./equals/) | Returns a value indicating whether this instance is equal to a specified BarCodeExtendedParameters value. | -| [getAztec()](./getaztec/) | Gets a Aztec additional information`AztecExtendedParameters` of recognized barcode Value: A Aztec additional information | -| [getCodabar()](./getcodabar/) | Gets a Codabar additional information`CodabarExtendedParameters` of recognized barcode | -| [getCode128()](./getcode128/) | Gets a special data Code128ExtendedParameters of Code128 recognized barcode Value: A special data Code128ExtendedParamet | -| [getDataBar()](./getdatabar/) | Gets a DataBar additional information DataBarExtendedParameters of recognized barcode | -| [getDataMatrix()](./getdatamatrix/) | Gets a DotCode additional information`DotCodeExtendedParameters` of recognized barcode Value: A DotCode additional infor | -| [getDotCode()](./getdotcode/) | Gets a DotCode additional information`DotCodeExtendedParameters` of recognized barcode Value: A DotCode additional infor | -| [getGS1CompositeBar()](./getgs1compositebar/) | Gets a GS1CompositeBar additional information`GS1CompositeBarExtendedParameters` of recognized barcode Value: A GS1Compo | -| [getMaxiCode()](./getmaxicode/) | Gets a MaxiCode additional information of recognized barcode | -| [getOneD()](./getoned/) | Gets a special data OneDExtendedParameters of 1D recognized barcode Value: A special data OneDExtendedParameters of 1D r | -| [getPdf417()](./getpdf417/) | Gets a MacroPdf417 metadata information Pdf417ExtendedParameters of recognized barcode Value: A MacroPdf417 metadata inf | -| [getQR()](./getqr/) | Gets a QR Structured Append information QRExtendedParameters of recognized barcode Value: A QR Structured Append informa | -| [hashCode()](./hashcode/) | Returns the hash code for this instance. | -| [toString()](./tostring/) | Returns a human-readable string representation of this BarCodeExtendedParameters. | +| [equals(obj)](#equals) | Returns a value indicating whether this instance is equal to a specified BarCodeExtendedParameters value. | +| [getAztec()](#getaztec) | Gets a Aztec additional information`AztecExtendedParameters` of recognized barcode Value: A Aztec additional information | +| [getCodabar()](#getcodabar) | Gets a Codabar additional information`CodabarExtendedParameters` of recognized barcode | +| [getCode128()](#getcode128) | Gets a special data Code128ExtendedParameters of Code128 recognized barcode Value: A special data Code128ExtendedParamet | +| [getDataBar()](#getdatabar) | Gets a DataBar additional information DataBarExtendedParameters of recognized barcode | +| [getDataMatrix()](#getdatamatrix) | Gets a DotCode additional information`DotCodeExtendedParameters` of recognized barcode Value: A DotCode additional infor | +| [getDotCode()](#getdotcode) | Gets a DotCode additional information`DotCodeExtendedParameters` of recognized barcode Value: A DotCode additional infor | +| [getGS1CompositeBar()](#getgs1compositebar) | Gets a GS1CompositeBar additional information`GS1CompositeBarExtendedParameters` of recognized barcode Value: A GS1Compo | +| [getMaxiCode()](#getmaxicode) | Gets a MaxiCode additional information of recognized barcode | +| [getOneD()](#getoned) | Gets a special data OneDExtendedParameters of 1D recognized barcode Value: A special data OneDExtendedParameters of 1D r | +| [getPdf417()](#getpdf417) | Gets a MacroPdf417 metadata information Pdf417ExtendedParameters of recognized barcode Value: A MacroPdf417 metadata inf | +| [getQR()](#getqr) | Gets a QR Structured Append information QRExtendedParameters of recognized barcode Value: A QR Structured Append informa | +| [hashCode()](#hashcode) | Returns the hash code for this instance. | +| [toString()](#tostring) | Returns a human-readable string representation of this BarCodeExtendedParameters. | + +### equals(obj) {#equals} + +Returns a value indicating whether this instance is equal to a specified BarCodeExtendedParameters value. + +| Parameter | Description | +| --- | --- | +| obj | An System.Object value to compare to this instance. | + +**Returns:** true if obj has the same value as this instance; otherwise, false. + +### getAztec() {#getaztec} + +Gets a Aztec additional information`AztecExtendedParameters` of recognized barcode Value: A Aztec additional information`AztecExtendedParameters` of recognized barcode + +### getCodabar() {#getcodabar} + +Gets a Codabar additional information`CodabarExtendedParameters` of recognized barcode + +**Returns:** A Codabar additional information`CodabarExtendedParameters` of recognized barcode + +### getCode128() {#getcode128} + +Gets a special data Code128ExtendedParameters of Code128 recognized barcode Value: A special data Code128ExtendedParameters of Code128 recognized barcode + +### getDataBar() {#getdatabar} + +Gets a DataBar additional information DataBarExtendedParameters of recognized barcode + +**Returns:** mixed A DataBar additional information DataBarExtendedParameters of recognized barcode + +### getDataMatrix() {#getdatamatrix} + +Gets a DotCode additional information`DotCodeExtendedParameters` of recognized barcode Value: A DotCode additional information`DotCodeExtendedParameters` of recognized barcode + +### getDotCode() {#getdotcode} + +Gets a DotCode additional information`DotCodeExtendedParameters` of recognized barcode Value: A DotCode additional information`DotCodeExtendedParameters` of recognized barcode + +### getGS1CompositeBar() {#getgs1compositebar} + +Gets a GS1CompositeBar additional information`GS1CompositeBarExtendedParameters` of recognized barcode Value: A GS1CompositeBar additional information`GS1CompositeBarExtendedParameters` of recognized barcode + +### getMaxiCode() {#getmaxicode} + +Gets a MaxiCode additional information of recognized barcode + +**Returns:** A MaxiCode additional information of recognized barcode + +### getOneD() {#getoned} + +Gets a special data OneDExtendedParameters of 1D recognized barcode Value: A special data OneDExtendedParameters of 1D recognized barcode + +### getPdf417() {#getpdf417} + +Gets a MacroPdf417 metadata information Pdf417ExtendedParameters of recognized barcode Value: A MacroPdf417 metadata information Pdf417ExtendedParameters of recognized barcode + +### getQR() {#getqr} + +Gets a QR Structured Append information QRExtendedParameters of recognized barcode Value: A QR Structured Append information QRExtendedParameters of recognized barcode + +### hashCode() {#hashcode} + +Returns the hash code for this instance. + +**Returns:** A 32-bit signed integer hash code. + +### toString() {#tostring} + +Returns a human-readable string representation of this BarCodeExtendedParameters. + +**Returns:** A string that represents this BarCodeExtendedParameters. diff --git a/english/nodejs/aspose.barcode/barcodeextendedparameters/equals/_index.md b/english/nodejs/aspose.barcode/barcodeextendedparameters/equals/_index.md deleted file mode 100644 index 66a253a35..000000000 --- a/english/nodejs/aspose.barcode/barcodeextendedparameters/equals/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BarCodeExtendedParameters.equals" -linktitle: "equals" -articleTitle: "equals" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns a value indicating whether this instance is equal to a specified BarCodeExtendedParameters value." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/barcodeextendedparameters/equals/ ---- - -## equals(obj) - -Returns a value indicating whether this instance is equal to a specified BarCodeExtendedParameters value. - -| Parameter | Description | -| --- | --- | -| obj | An System.Object value to compare to this instance. | - -**Returns:** true if obj has the same value as this instance; otherwise, false. diff --git a/english/nodejs/aspose.barcode/barcodeextendedparameters/getaztec/_index.md b/english/nodejs/aspose.barcode/barcodeextendedparameters/getaztec/_index.md deleted file mode 100644 index 7d602a99c..000000000 --- a/english/nodejs/aspose.barcode/barcodeextendedparameters/getaztec/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BarCodeExtendedParameters.getAztec" -linktitle: "getAztec" -articleTitle: "getAztec" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets a Aztec additional information`AztecExtendedParameters` of recognized barcode Value: A Aztec additional information`AztecExtendedParameters` of recogniz..." -type: docs -weight: 20 -url: /nodejs/aspose.barcode/barcodeextendedparameters/getaztec/ ---- - -## getAztec() - -Gets a Aztec additional information`AztecExtendedParameters` of recognized barcode Value: A Aztec additional information`AztecExtendedParameters` of recognized barcode diff --git a/english/nodejs/aspose.barcode/barcodeextendedparameters/getcodabar/_index.md b/english/nodejs/aspose.barcode/barcodeextendedparameters/getcodabar/_index.md deleted file mode 100644 index 26c014947..000000000 --- a/english/nodejs/aspose.barcode/barcodeextendedparameters/getcodabar/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "BarCodeExtendedParameters.getCodabar" -linktitle: "getCodabar" -articleTitle: "getCodabar" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets a Codabar additional information`CodabarExtendedParameters` of recognized barcode" -type: docs -weight: 30 -url: /nodejs/aspose.barcode/barcodeextendedparameters/getcodabar/ ---- - -## getCodabar() - -Gets a Codabar additional information`CodabarExtendedParameters` of recognized barcode - -**Returns:** A Codabar additional information`CodabarExtendedParameters` of recognized barcode diff --git a/english/nodejs/aspose.barcode/barcodeextendedparameters/getcode128/_index.md b/english/nodejs/aspose.barcode/barcodeextendedparameters/getcode128/_index.md deleted file mode 100644 index befa95b3d..000000000 --- a/english/nodejs/aspose.barcode/barcodeextendedparameters/getcode128/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BarCodeExtendedParameters.getCode128" -linktitle: "getCode128" -articleTitle: "getCode128" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets a special data Code128ExtendedParameters of Code128 recognized barcode Value: A special data Code128ExtendedParameters of Code128 recognized barcode" -type: docs -weight: 40 -url: /nodejs/aspose.barcode/barcodeextendedparameters/getcode128/ ---- - -## getCode128() - -Gets a special data Code128ExtendedParameters of Code128 recognized barcode Value: A special data Code128ExtendedParameters of Code128 recognized barcode diff --git a/english/nodejs/aspose.barcode/barcodeextendedparameters/getdatabar/_index.md b/english/nodejs/aspose.barcode/barcodeextendedparameters/getdatabar/_index.md deleted file mode 100644 index 9f364e4dd..000000000 --- a/english/nodejs/aspose.barcode/barcodeextendedparameters/getdatabar/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "BarCodeExtendedParameters.getDataBar" -linktitle: "getDataBar" -articleTitle: "getDataBar" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets a DataBar additional information DataBarExtendedParameters of recognized barcode" -type: docs -weight: 50 -url: /nodejs/aspose.barcode/barcodeextendedparameters/getdatabar/ ---- - -## getDataBar() - -Gets a DataBar additional information DataBarExtendedParameters of recognized barcode - -**Returns:** mixed A DataBar additional information DataBarExtendedParameters of recognized barcode diff --git a/english/nodejs/aspose.barcode/barcodeextendedparameters/getdatamatrix/_index.md b/english/nodejs/aspose.barcode/barcodeextendedparameters/getdatamatrix/_index.md deleted file mode 100644 index f9cf41749..000000000 --- a/english/nodejs/aspose.barcode/barcodeextendedparameters/getdatamatrix/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BarCodeExtendedParameters.getDataMatrix" -linktitle: "getDataMatrix" -articleTitle: "getDataMatrix" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets a DotCode additional information`DotCodeExtendedParameters` of recognized barcode Value: A DotCode additional information`DotCodeExtendedParameters` of ..." -type: docs -weight: 60 -url: /nodejs/aspose.barcode/barcodeextendedparameters/getdatamatrix/ ---- - -## getDataMatrix() - -Gets a DotCode additional information`DotCodeExtendedParameters` of recognized barcode Value: A DotCode additional information`DotCodeExtendedParameters` of recognized barcode diff --git a/english/nodejs/aspose.barcode/barcodeextendedparameters/getdotcode/_index.md b/english/nodejs/aspose.barcode/barcodeextendedparameters/getdotcode/_index.md deleted file mode 100644 index eb5fca816..000000000 --- a/english/nodejs/aspose.barcode/barcodeextendedparameters/getdotcode/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BarCodeExtendedParameters.getDotCode" -linktitle: "getDotCode" -articleTitle: "getDotCode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets a DotCode additional information`DotCodeExtendedParameters` of recognized barcode Value: A DotCode additional information`DotCodeExtendedParameters` of ..." -type: docs -weight: 70 -url: /nodejs/aspose.barcode/barcodeextendedparameters/getdotcode/ ---- - -## getDotCode() - -Gets a DotCode additional information`DotCodeExtendedParameters` of recognized barcode Value: A DotCode additional information`DotCodeExtendedParameters` of recognized barcode diff --git a/english/nodejs/aspose.barcode/barcodeextendedparameters/getgs1compositebar/_index.md b/english/nodejs/aspose.barcode/barcodeextendedparameters/getgs1compositebar/_index.md deleted file mode 100644 index 83b0ccce1..000000000 --- a/english/nodejs/aspose.barcode/barcodeextendedparameters/getgs1compositebar/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BarCodeExtendedParameters.getGS1CompositeBar" -linktitle: "getGS1CompositeBar" -articleTitle: "getGS1CompositeBar" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets a GS1CompositeBar additional information`GS1CompositeBarExtendedParameters` of recognized barcode Value: A GS1CompositeBar additional information`GS1Com..." -type: docs -weight: 80 -url: /nodejs/aspose.barcode/barcodeextendedparameters/getgs1compositebar/ ---- - -## getGS1CompositeBar() - -Gets a GS1CompositeBar additional information`GS1CompositeBarExtendedParameters` of recognized barcode Value: A GS1CompositeBar additional information`GS1CompositeBarExtendedParameters` of recognized barcode diff --git a/english/nodejs/aspose.barcode/barcodeextendedparameters/getmaxicode/_index.md b/english/nodejs/aspose.barcode/barcodeextendedparameters/getmaxicode/_index.md deleted file mode 100644 index 241aa4dac..000000000 --- a/english/nodejs/aspose.barcode/barcodeextendedparameters/getmaxicode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "BarCodeExtendedParameters.getMaxiCode" -linktitle: "getMaxiCode" -articleTitle: "getMaxiCode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets a MaxiCode additional information of recognized barcode" -type: docs -weight: 90 -url: /nodejs/aspose.barcode/barcodeextendedparameters/getmaxicode/ ---- - -## getMaxiCode() - -Gets a MaxiCode additional information of recognized barcode - -**Returns:** A MaxiCode additional information of recognized barcode diff --git a/english/nodejs/aspose.barcode/barcodeextendedparameters/getoned/_index.md b/english/nodejs/aspose.barcode/barcodeextendedparameters/getoned/_index.md deleted file mode 100644 index 55ceb4810..000000000 --- a/english/nodejs/aspose.barcode/barcodeextendedparameters/getoned/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BarCodeExtendedParameters.getOneD" -linktitle: "getOneD" -articleTitle: "getOneD" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets a special data OneDExtendedParameters of 1D recognized barcode Value: A special data OneDExtendedParameters of 1D recognized barcode" -type: docs -weight: 100 -url: /nodejs/aspose.barcode/barcodeextendedparameters/getoned/ ---- - -## getOneD() - -Gets a special data OneDExtendedParameters of 1D recognized barcode Value: A special data OneDExtendedParameters of 1D recognized barcode diff --git a/english/nodejs/aspose.barcode/barcodeextendedparameters/getpdf417/_index.md b/english/nodejs/aspose.barcode/barcodeextendedparameters/getpdf417/_index.md deleted file mode 100644 index 32f9eb4f1..000000000 --- a/english/nodejs/aspose.barcode/barcodeextendedparameters/getpdf417/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BarCodeExtendedParameters.getPdf417" -linktitle: "getPdf417" -articleTitle: "getPdf417" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets a MacroPdf417 metadata information Pdf417ExtendedParameters of recognized barcode Value: A MacroPdf417 metadata information Pdf417ExtendedParameters of ..." -type: docs -weight: 110 -url: /nodejs/aspose.barcode/barcodeextendedparameters/getpdf417/ ---- - -## getPdf417() - -Gets a MacroPdf417 metadata information Pdf417ExtendedParameters of recognized barcode Value: A MacroPdf417 metadata information Pdf417ExtendedParameters of recognized barcode diff --git a/english/nodejs/aspose.barcode/barcodeextendedparameters/getqr/_index.md b/english/nodejs/aspose.barcode/barcodeextendedparameters/getqr/_index.md deleted file mode 100644 index af0135b3d..000000000 --- a/english/nodejs/aspose.barcode/barcodeextendedparameters/getqr/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BarCodeExtendedParameters.getQR" -linktitle: "getQR" -articleTitle: "getQR" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets a QR Structured Append information QRExtendedParameters of recognized barcode Value: A QR Structured Append information QRExtendedParameters of recogniz..." -type: docs -weight: 120 -url: /nodejs/aspose.barcode/barcodeextendedparameters/getqr/ ---- - -## getQR() - -Gets a QR Structured Append information QRExtendedParameters of recognized barcode Value: A QR Structured Append information QRExtendedParameters of recognized barcode diff --git a/english/nodejs/aspose.barcode/barcodeextendedparameters/hashcode/_index.md b/english/nodejs/aspose.barcode/barcodeextendedparameters/hashcode/_index.md deleted file mode 100644 index 7cd7b9d0d..000000000 --- a/english/nodejs/aspose.barcode/barcodeextendedparameters/hashcode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "BarCodeExtendedParameters.hashCode" -linktitle: "hashCode" -articleTitle: "hashCode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns the hash code for this instance." -type: docs -weight: 130 -url: /nodejs/aspose.barcode/barcodeextendedparameters/hashcode/ ---- - -## hashCode() - -Returns the hash code for this instance. - -**Returns:** A 32-bit signed integer hash code. diff --git a/english/nodejs/aspose.barcode/barcodeextendedparameters/tostring/_index.md b/english/nodejs/aspose.barcode/barcodeextendedparameters/tostring/_index.md deleted file mode 100644 index ed209558d..000000000 --- a/english/nodejs/aspose.barcode/barcodeextendedparameters/tostring/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "BarCodeExtendedParameters.toString" -linktitle: "toString" -articleTitle: "toString" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns a human-readable string representation of this BarCodeExtendedParameters." -type: docs -weight: 140 -url: /nodejs/aspose.barcode/barcodeextendedparameters/tostring/ ---- - -## toString() - -Returns a human-readable string representation of this BarCodeExtendedParameters. - -**Returns:** A string that represents this BarCodeExtendedParameters. diff --git a/english/nodejs/aspose.barcode/barcodegenerator/_index.md b/english/nodejs/aspose.barcode/barcodegenerator/_index.md index f354a68ea..8f2ea2f2d 100644 --- a/english/nodejs/aspose.barcode/barcodegenerator/_index.md +++ b/english/nodejs/aspose.barcode/barcodegenerator/_index.md @@ -1,9 +1,8 @@ --- -title: "BarcodeGenerator Class" +title: "BarcodeGenerator" linktitle: "BarcodeGenerator" -articleTitle: "BarcodeGenerator" -second_title: "Aspose.BarCode for Node.js via Java" -description: "BarcodeGenerator for backend barcode images generation. supported symbologies: 1D: Codabar, Code11, Code128, Code39Standard, Code39Extended Code93Standard, C..." +second_title: "Aspose.BarCode for Node.js via Java API Reference" +description: "BarcodeGenerator for backend barcode images generation." type: docs weight: 130 url: /nodejs/aspose.barcode/barcodegenerator/ @@ -39,12 +38,95 @@ generator.setCodeText("123ABC"); | Name | Description | | --- | --- | -| [importFromXml(filePath)](./importfromxml/) *(static)* | Imports BarCode properties from the xml-file specified and creates BarcodeGenerator instance. | -| [exportToXml(filePath)](./exporttoxml/) | Exports BarCode properties to the xml file specified | -| [generateBarCodeImage(format)](./generatebarcodeimage/) | Generate the barcode image under current settings. This sample shows how to create and save a barcode image. | -| [getBarcodeType()](./getbarcodetype/) | Barcode symbology type. | -| [getCodeText()](./getcodetext/) | Text to be encoded. | -| [getParameters()](./getparameters/) | Generation parameters. | -| [save(filePath, format)](./save/) | Save barcode image to specific file in specific format. | -| [setBarcodeType()](./setbarcodetype/) | Barcode symbology type. | -| [setCodeText(codeText, encoding, insertBOM)](./setcodetext/) | Encodes the Unicode `codeText ` into a byte sequence using the specified `encoding `. UTF-8 is the most commonly used en | +| [importFromXml(filePath)](#importfromxml) *(static)* | Imports BarCode properties from the xml-file specified and creates BarcodeGenerator instance. | +| [exportToXml(filePath)](#exporttoxml) | Exports BarCode properties to the xml file specified | +| [generateBarCodeImage(format)](#generatebarcodeimage) | Generate the barcode image under current settings. This sample shows how to create and save a barcode image. | +| [getBarcodeType()](#getbarcodetype) | Barcode symbology type. | +| [getCodeText()](#getcodetext) | Text to be encoded. | +| [getParameters()](#getparameters) | Generation parameters. | +| [save(filePath, format)](#save) | Save barcode image to specific file in specific format. | +| [setBarcodeType()](#setbarcodetype) | Barcode symbology type. | +| [setCodeText(codeText, encoding, insertBOM)](#setcodetext) | Encodes the Unicode `codeText ` into a byte sequence using the specified `encoding `. UTF-8 is the most commonly used en | + +### importFromXml(filePath) (static) {#importfromxml} + +Imports BarCode properties from the xml-file specified and creates BarcodeGenerator instance. + +| Parameter | Description | +| --- | --- | +| filePath | The name of the file | + +**Returns:** BarcodeGenerator instance + +### exportToXml(filePath) {#exporttoxml} + +Exports BarCode properties to the xml file specified + +| Parameter | Description | +| --- | --- | +| filePath | The xml file | + +**Returns:** Whether or not export completed successfully. Returns True in case of success; False Otherwise + +**Throws:** IOException + +### generateBarCodeImage(format) {#generatebarcodeimage} + +Generate the barcode image under current settings. This sample shows how to create and save a barcode image. + +| Parameter | Type | Description | +| --- | --- | --- | +| format | BarCodeImageFormat | BarCodeImageFormat value (PNG, BMP, JPEG, GIF) | + +**Returns:** String — base64 representation of image. + +**Example:** + +```js +let generator = new BarCodeGenerator(EncodeTypes.CODE_128); +let image = generator.generateBarCodeImage(BarCodeImageFormat.GIF); +``` + +### getBarcodeType() {#getbarcodetype} + +Barcode symbology type. + +### getCodeText() {#getcodetext} + +Text to be encoded. + +### getParameters() {#getparameters} + +Generation parameters. + +**Returns:** BaseGenerationParameters + +### save(filePath, format) {#save} + +Save barcode image to specific file in specific format. + +| Parameter | Type | Description | +| --- | --- | --- | +| filePath | String | Path to save to. | +| format | BarCodeImageFormat | BarCodeImageFormat value (PNG, BMP, JPEG, GIF) | + +**Example:** + +```js +let generator = new BarCodeGenerator(EncodeTypes.CODE_128); +generator.save("file path", BarCodeImageFormat.GIF); +``` + +### setBarcodeType() {#setbarcodetype} + +Barcode symbology type. + +### setCodeText(codeText, encoding, insertBOM) {#setcodetext} + +Encodes the Unicode `codeText ` into a byte sequence using the specified `encoding `. UTF-8 is the most commonly used encoding. If the encoding supports it and `insertBOM ` is set to `true`, the function includes a `byte order mark (BOM) `. This function is intended for use with 2D barcodes only (e.g., Aztec, QR, DataMatrix, PDF417, MaxiCode, DotCode, HanXin, RectMicroQR, etc.). It enables manual encoding of Unicode text using national or special encodings; however, this method is considered obsolete in modern applications. For modern use cases, `ECI ` encoding is recommended for Unicode data. Using this function with 1D barcodes, GS1-compliant barcodes (including 2D), or HIBC barcodes (including 2D) is not supported by the corresponding barcode standards and may lead to unpredictable results. This example shows how to use `SetCodeText` with or without a BOM for 2D barcodes. //Encode codetext using UTF-8 with BOM let gen = new BarcodeGenerator(EncodeTypes.QR, null); gen.setCodeText("車種名", "UTF-8", true); gen.save("barcode.png", BarCodeImageFormat.PNG); let reader = new BarCodeReader("barcode.png", null, DecodeType.QR); let results = reader.readBarCodes(); for(let i = 0; i < results.length; i++) { let result = results[i]; console.log("BarCode CodeText: " + result.getCodeText()); } //Encode codetext using UTF-8 without BOM let gen = new BarcodeGenerator(EncodeTypes.QR, null); gen.setCodeText("車種名", "UTF-8", false); gen.save("barcode.png", BarCodeImageFormat.PNG); let reader = new BarCodeReader("barcode.png", null, DecodeType.QR); let results = reader.readBarCodes(); for(let i = 0; i < results.length; i++) { let result = results[i]; console.log("BarCode CodeText: " + result.getCodeText()); } + +| Parameter | Description | +| --- | --- | +| codeText | CodeText string | +| encoding | Applied encoding | +| insertBOM | Indicates whether to insert a byte order mark (BOM) when the specified encoding supports it (e.g., UTF-8, UTF-16, UTF-32). If set to `true`, the BOM is added; if `false`, the BOM is omitted even if the encoding normally uses one. | diff --git a/english/nodejs/aspose.barcode/barcodegenerator/exporttoxml/_index.md b/english/nodejs/aspose.barcode/barcodegenerator/exporttoxml/_index.md deleted file mode 100644 index f37aaa395..000000000 --- a/english/nodejs/aspose.barcode/barcodegenerator/exporttoxml/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "BarcodeGenerator.exportToXml" -linktitle: "exportToXml" -articleTitle: "exportToXml" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Exports BarCode properties to the xml file specified" -type: docs -weight: 20 -url: /nodejs/aspose.barcode/barcodegenerator/exporttoxml/ ---- - -## exportToXml(filePath) - -Exports BarCode properties to the xml file specified - -| Parameter | Description | -| --- | --- | -| filePath | The xml file | - -**Returns:** Whether or not export completed successfully. Returns True in case of success; False Otherwise - -**Throws:** IOException diff --git a/english/nodejs/aspose.barcode/barcodegenerator/generatebarcodeimage/_index.md b/english/nodejs/aspose.barcode/barcodegenerator/generatebarcodeimage/_index.md deleted file mode 100644 index 5d7b7f823..000000000 --- a/english/nodejs/aspose.barcode/barcodegenerator/generatebarcodeimage/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "BarcodeGenerator.generateBarCodeImage" -linktitle: "generateBarCodeImage" -articleTitle: "generateBarCodeImage" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Generate the barcode image under current settings. This sample shows how to create and save a barcode image." -type: docs -weight: 30 -url: /nodejs/aspose.barcode/barcodegenerator/generatebarcodeimage/ ---- - -## generateBarCodeImage(format) - -Generate the barcode image under current settings. This sample shows how to create and save a barcode image. - -| Parameter | Type | Description | -| --- | --- | --- | -| format | BarCodeImageFormat | BarCodeImageFormat value (PNG, BMP, JPEG, GIF) | - -**Returns:** String — base64 representation of image. - -**Example:** - -```js -let generator = new BarCodeGenerator(EncodeTypes.CODE_128); -let image = generator.generateBarCodeImage(BarCodeImageFormat.GIF); -``` diff --git a/english/nodejs/aspose.barcode/barcodegenerator/getbarcodetype/_index.md b/english/nodejs/aspose.barcode/barcodegenerator/getbarcodetype/_index.md deleted file mode 100644 index e10f5684d..000000000 --- a/english/nodejs/aspose.barcode/barcodegenerator/getbarcodetype/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BarcodeGenerator.getBarcodeType" -linktitle: "getBarcodeType" -articleTitle: "getBarcodeType" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Barcode symbology type." -type: docs -weight: 40 -url: /nodejs/aspose.barcode/barcodegenerator/getbarcodetype/ ---- - -## getBarcodeType() - -Barcode symbology type. diff --git a/english/nodejs/aspose.barcode/barcodegenerator/getcodetext/_index.md b/english/nodejs/aspose.barcode/barcodegenerator/getcodetext/_index.md deleted file mode 100644 index 011990c4b..000000000 --- a/english/nodejs/aspose.barcode/barcodegenerator/getcodetext/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BarcodeGenerator.getCodeText" -linktitle: "getCodeText" -articleTitle: "getCodeText" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Text to be encoded." -type: docs -weight: 50 -url: /nodejs/aspose.barcode/barcodegenerator/getcodetext/ ---- - -## getCodeText() - -Text to be encoded. diff --git a/english/nodejs/aspose.barcode/barcodegenerator/getparameters/_index.md b/english/nodejs/aspose.barcode/barcodegenerator/getparameters/_index.md deleted file mode 100644 index 0903b7c52..000000000 --- a/english/nodejs/aspose.barcode/barcodegenerator/getparameters/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "BarcodeGenerator.getParameters" -linktitle: "getParameters" -articleTitle: "getParameters" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Generation parameters." -type: docs -weight: 60 -url: /nodejs/aspose.barcode/barcodegenerator/getparameters/ ---- - -## getParameters() - -Generation parameters. - -**Returns:** BaseGenerationParameters diff --git a/english/nodejs/aspose.barcode/barcodegenerator/importfromxml/_index.md b/english/nodejs/aspose.barcode/barcodegenerator/importfromxml/_index.md deleted file mode 100644 index 14254e049..000000000 --- a/english/nodejs/aspose.barcode/barcodegenerator/importfromxml/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BarcodeGenerator.importFromXml" -linktitle: "importFromXml" -articleTitle: "importFromXml" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Imports BarCode properties from the xml-file specified and creates BarcodeGenerator instance." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/barcodegenerator/importfromxml/ ---- - -## importFromXml(filePath) (static) - -Imports BarCode properties from the xml-file specified and creates BarcodeGenerator instance. - -| Parameter | Description | -| --- | --- | -| filePath | The name of the file | - -**Returns:** BarcodeGenerator instance diff --git a/english/nodejs/aspose.barcode/barcodegenerator/save/_index.md b/english/nodejs/aspose.barcode/barcodegenerator/save/_index.md deleted file mode 100644 index 626e7ada1..000000000 --- a/english/nodejs/aspose.barcode/barcodegenerator/save/_index.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: "BarcodeGenerator.save" -linktitle: "save" -articleTitle: "save" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Save barcode image to specific file in specific format." -type: docs -weight: 70 -url: /nodejs/aspose.barcode/barcodegenerator/save/ ---- - -## save(filePath, format) - -Save barcode image to specific file in specific format. - -| Parameter | Type | Description | -| --- | --- | --- | -| filePath | String | Path to save to. | -| format | BarCodeImageFormat | BarCodeImageFormat value (PNG, BMP, JPEG, GIF) | - -**Example:** - -```js -let generator = new BarCodeGenerator(EncodeTypes.CODE_128); -generator.save("file path", BarCodeImageFormat.GIF); -``` diff --git a/english/nodejs/aspose.barcode/barcodegenerator/setbarcodetype/_index.md b/english/nodejs/aspose.barcode/barcodegenerator/setbarcodetype/_index.md deleted file mode 100644 index bde2c2ccf..000000000 --- a/english/nodejs/aspose.barcode/barcodegenerator/setbarcodetype/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BarcodeGenerator.setBarcodeType" -linktitle: "setBarcodeType" -articleTitle: "setBarcodeType" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Barcode symbology type." -type: docs -weight: 80 -url: /nodejs/aspose.barcode/barcodegenerator/setbarcodetype/ ---- - -## setBarcodeType() - -Barcode symbology type. diff --git a/english/nodejs/aspose.barcode/barcodegenerator/setcodetext/_index.md b/english/nodejs/aspose.barcode/barcodegenerator/setcodetext/_index.md deleted file mode 100644 index 1448cbfba..000000000 --- a/english/nodejs/aspose.barcode/barcodegenerator/setcodetext/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BarcodeGenerator.setCodeText" -linktitle: "setCodeText" -articleTitle: "setCodeText" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Encodes the Unicode `codeText ` into a byte sequence using the specified `encoding `. UTF-8 is the most commonly used encoding. If the encoding supports it a..." -type: docs -weight: 90 -url: /nodejs/aspose.barcode/barcodegenerator/setcodetext/ ---- - -## setCodeText(codeText, encoding, insertBOM) - -Encodes the Unicode `codeText ` into a byte sequence using the specified `encoding `. UTF-8 is the most commonly used encoding. If the encoding supports it and `insertBOM ` is set to `true`, the function includes a `byte order mark (BOM) `. This function is intended for use with 2D barcodes only (e.g., Aztec, QR, DataMatrix, PDF417, MaxiCode, DotCode, HanXin, RectMicroQR, etc.). It enables manual encoding of Unicode text using national or special encodings; however, this method is considered obsolete in modern applications. For modern use cases, `ECI ` encoding is recommended for Unicode data. Using this function with 1D barcodes, GS1-compliant barcodes (including 2D), or HIBC barcodes (including 2D) is not supported by the corresponding barcode standards and may lead to unpredictable results. This example shows how to use `SetCodeText` with or without a BOM for 2D barcodes. //Encode codetext using UTF-8 with BOM let gen = new BarcodeGenerator(EncodeTypes.QR, null); gen.setCodeText("車種名", "UTF-8", true); gen.save("barcode.png", BarCodeImageFormat.PNG); let reader = new BarCodeReader("barcode.png", null, DecodeType.QR); let results = reader.readBarCodes(); for(let i = 0; i < results.length; i++) { let result = results[i]; console.log("BarCode CodeText: " + result.getCodeText()); } //Encode codetext using UTF-8 without BOM let gen = new BarcodeGenerator(EncodeTypes.QR, null); gen.setCodeText("車種名", "UTF-8", false); gen.save("barcode.png", BarCodeImageFormat.PNG); let reader = new BarCodeReader("barcode.png", null, DecodeType.QR); let results = reader.readBarCodes(); for(let i = 0; i < results.length; i++) { let result = results[i]; console.log("BarCode CodeText: " + result.getCodeText()); } - -| Parameter | Description | -| --- | --- | -| codeText | CodeText string | -| encoding | Applied encoding | -| insertBOM | Indicates whether to insert a byte order mark (BOM) when the specified encoding supports it (e.g., UTF-8, UTF-16, UTF-32). If set to `true`, the BOM is added; if `false`, the BOM is omitted even if the encoding normally uses one. | diff --git a/english/nodejs/aspose.barcode/barcodeparameters/_index.md b/english/nodejs/aspose.barcode/barcodeparameters/_index.md index 98e65f437..f378420c3 100644 --- a/english/nodejs/aspose.barcode/barcodeparameters/_index.md +++ b/english/nodejs/aspose.barcode/barcodeparameters/_index.md @@ -1,8 +1,7 @@ --- -title: "BarcodeParameters Class" +title: "BarcodeParameters" linktitle: "BarcodeParameters" -articleTitle: "BarcodeParameters" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Barcode generation parameters." type: docs weight: 140 @@ -21,44 +20,266 @@ new BarcodeParameters() | Name | Description | | --- | --- | -| [getAustralianPost()](./getaustralianpost/) | AustralianPost barcode parameters. | -| [getAztec()](./getaztec/) | Aztec parameters. | -| [getBarColor()](./getbarcolor/) | Bars color. | -| [getBarHeight()](./getbarheight/) | Height of 1D barcodes' bars in Unit value. Ignored if AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMo | -| [getBarWidthReduction()](./getbarwidthreduction/) | Get bars reduction value that is used to compensate ink spread while printing. | -| [getChecksumAlwaysShow()](./getchecksumalwaysshow/) | Always display checksum digit in the human readable text for Code128 and GS1Code128 barcodes. | -| [getCodabar()](./getcodabar/) | Codabar parameters. | -| [getCodablock()](./getcodablock/) | Codablock parameters. | -| [getCode16K()](./getcode16k/) | Code16K parameters. | -| [getCode128()](./getcode128/) | Code128 parameters. | -| [getCodeTextParameters()](./getcodetextparameters/) | Codetext parameters. | -| [getCoupon()](./getcoupon/) | Coupon parameters. Used for UpcaGs1DatabarCoupon, UpcaGs1Code128Coupon. | -| [getDataBar()](./getdatabar/) | Databar parameters. | -| [getDataMatrix()](./getdatamatrix/) | DataMatrix parameters. | -| [getDotCode()](./getdotcode/) | DotCode parameters. | -| [getEnableEscape()](./getenableescape/) | Indicates whether explains the character "\" as an escape character in CodeText property. Used for Pdf417, DataMatrix, C | -| [getFilledBars()](./getfilledbars/) | Gets a value indicating whether bars filled. Only for 1D barcodes. Default value: true. | -| [getGS1CompositeBar()](./getgs1compositebar/) | GS1 Composite Bar parameters. This sample shows how to create and save a GS1 Composite Bar image. Note that 1D codetext | -| [getHanXin()](./gethanxin/) | HanXin parameters. | -| [getITF()](./getitf/) | ITF parameters. | -| [getMaxiCode()](./getmaxicode/) | MaxiCode parameters. | -| [getPadding()](./getpadding/) | Barcode paddings. Default value: 5pt 5pt 5pt 5pt. | -| [getPatchCode()](./getpatchcode/) | PatchCode parameters. | -| [getPdf417()](./getpdf417/) | PDF417 parameters. | -| [getPostal()](./getpostal/) | Postal parameters. Used for Postnet, Planet. | -| [getQR()](./getqr/) | QR parameters. | -| [getSupplement()](./getsupplement/) | Supplement parameters. Used for Interleaved2of5, Standard2of5, EAN13, EAN8, UPCA, UPCE, ISBN, ISSN, ISMN. | -| [getWideNarrowRatio()](./getwidenarrowratio/) | Wide bars to Narrow bars ratio . Default value: 3, that is, wide bars are 3 times as wide as narrow bars . Used for ITF, | -| [getXDimension()](./getxdimension/) | x-dimension is the smallest width of the unit of BarCode bars or spaces. Increase this will increase the whole barcode i | -| [isChecksumEnabled()](./ischecksumenabled/) | Enable checksum during generation 1D barcodes. Default is treated as Yes for symbology which must contain checksum, as N | -| [setBarColor(value)](./setbarcolor/) | Bars color. | -| [setBarHeight()](./setbarheight/) | Height of 1D barcodes' bars in Unit value. Ignored if AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMo | -| [setBarWidthReduction()](./setbarwidthreduction/) | Sets bars reduction value that is used to compensate ink spread while printing. | -| [setChecksumAlwaysShow()](./setchecksumalwaysshow/) | Always display checksum digit in the human readable text for Code128 and GS1Code128 barcodes. | -| [setChecksumEnabled()](./setchecksumenabled/) | Enable checksum during generation 1D barcodes. Default is treated as Yes for symbology which must contain checksum, as N | -| [setEnableEscape()](./setenableescape/) | Indicates whether explains the character "\" as an escape character in CodeText property. Used for Pdf417, DataMatrix, C | -| [setFilledBars()](./setfilledbars/) | Sets a value indicating whether bars filled. Only for 1D barcodes. Default value: true. | -| [setGS1CompositeBar()](./setgs1compositebar/) | GS1 Composite Bar parameters. This sample shows how to create and save a GS1 Composite Bar image. Note that 1D codetext | -| [setPadding()](./setpadding/) | Barcode paddings. Default value: 5pt 5pt 5pt 5pt. | -| [setWideNarrowRatio()](./setwidenarrowratio/) | Wide bars to Narrow bars ratio. Default value: 3, that is, wide bars are 3 times as wide as narrow bars. Used for ITF, P | -| [setXDimension()](./setxdimension/) | x-dimension is the smallest width of the unit of BarCode bars or spaces. Increase this will increase the whole barcode i | +| [getAustralianPost()](#getaustralianpost) | AustralianPost barcode parameters. | +| [getAztec()](#getaztec) | Aztec parameters. | +| [getBarColor()](#getbarcolor) | Bars color. | +| [getBarHeight()](#getbarheight) | Height of 1D barcodes' bars in Unit value. Ignored if AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMo | +| [getBarWidthReduction()](#getbarwidthreduction) | Get bars reduction value that is used to compensate ink spread while printing. | +| [getChecksumAlwaysShow()](#getchecksumalwaysshow) | Always display checksum digit in the human readable text for Code128 and GS1Code128 barcodes. | +| [getCodabar()](#getcodabar) | Codabar parameters. | +| [getCodablock()](#getcodablock) | Codablock parameters. | +| [getCode16K()](#getcode16k) | Code16K parameters. | +| [getCode128()](#getcode128) | Code128 parameters. | +| [getCodeTextParameters()](#getcodetextparameters) | Codetext parameters. | +| [getCoupon()](#getcoupon) | Coupon parameters. Used for UpcaGs1DatabarCoupon, UpcaGs1Code128Coupon. | +| [getDataBar()](#getdatabar) | Databar parameters. | +| [getDataMatrix()](#getdatamatrix) | DataMatrix parameters. | +| [getDotCode()](#getdotcode) | DotCode parameters. | +| [getEnableEscape()](#getenableescape) | Indicates whether explains the character "\" as an escape character in CodeText property. Used for Pdf417, DataMatrix, C | +| [getFilledBars()](#getfilledbars) | Gets a value indicating whether bars filled. Only for 1D barcodes. Default value: true. | +| [getGS1CompositeBar()](#getgs1compositebar) | GS1 Composite Bar parameters. This sample shows how to create and save a GS1 Composite Bar image. Note that 1D codetext | +| [getHanXin()](#gethanxin) | HanXin parameters. | +| [getITF()](#getitf) | ITF parameters. | +| [getMaxiCode()](#getmaxicode) | MaxiCode parameters. | +| [getPadding()](#getpadding) | Barcode paddings. Default value: 5pt 5pt 5pt 5pt. | +| [getPatchCode()](#getpatchcode) | PatchCode parameters. | +| [getPdf417()](#getpdf417) | PDF417 parameters. | +| [getPostal()](#getpostal) | Postal parameters. Used for Postnet, Planet. | +| [getQR()](#getqr) | QR parameters. | +| [getSupplement()](#getsupplement) | Supplement parameters. Used for Interleaved2of5, Standard2of5, EAN13, EAN8, UPCA, UPCE, ISBN, ISSN, ISMN. | +| [getWideNarrowRatio()](#getwidenarrowratio) | Wide bars to Narrow bars ratio . Default value: 3, that is, wide bars are 3 times as wide as narrow bars . Used for ITF, | +| [getXDimension()](#getxdimension) | x-dimension is the smallest width of the unit of BarCode bars or spaces. Increase this will increase the whole barcode i | +| [isChecksumEnabled()](#ischecksumenabled) | Enable checksum during generation 1D barcodes. Default is treated as Yes for symbology which must contain checksum, as N | +| [setBarColor(value)](#setbarcolor) | Bars color. | +| [setBarHeight()](#setbarheight) | Height of 1D barcodes' bars in Unit value. Ignored if AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMo | +| [setBarWidthReduction()](#setbarwidthreduction) | Sets bars reduction value that is used to compensate ink spread while printing. | +| [setChecksumAlwaysShow()](#setchecksumalwaysshow) | Always display checksum digit in the human readable text for Code128 and GS1Code128 barcodes. | +| [setChecksumEnabled()](#setchecksumenabled) | Enable checksum during generation 1D barcodes. Default is treated as Yes for symbology which must contain checksum, as N | +| [setEnableEscape()](#setenableescape) | Indicates whether explains the character "\" as an escape character in CodeText property. Used for Pdf417, DataMatrix, C | +| [setFilledBars()](#setfilledbars) | Sets a value indicating whether bars filled. Only for 1D barcodes. Default value: true. | +| [setGS1CompositeBar()](#setgs1compositebar) | GS1 Composite Bar parameters. This sample shows how to create and save a GS1 Composite Bar image. Note that 1D codetext | +| [setPadding()](#setpadding) | Barcode paddings. Default value: 5pt 5pt 5pt 5pt. | +| [setWideNarrowRatio()](#setwidenarrowratio) | Wide bars to Narrow bars ratio. Default value: 3, that is, wide bars are 3 times as wide as narrow bars. Used for ITF, P | +| [setXDimension()](#setxdimension) | x-dimension is the smallest width of the unit of BarCode bars or spaces. Increase this will increase the whole barcode i | + +### getAustralianPost() {#getaustralianpost} + +AustralianPost barcode parameters. + +### getAztec() {#getaztec} + +Aztec parameters. + +### getBarColor() {#getbarcolor} + +Bars color. + +**Returns:** value of Bar color Default value: #000000 + +### getBarHeight() {#getbarheight} + +Height of 1D barcodes' bars in Unit value. Ignored if AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION. + +**Throws:** BarcodeException + +### getBarWidthReduction() {#getbarwidthreduction} + +Get bars reduction value that is used to compensate ink spread while printing. + +**Returns:** Unit value of BarWidthReduction + +### getChecksumAlwaysShow() {#getchecksumalwaysshow} + +Always display checksum digit in the human readable text for Code128 and GS1Code128 barcodes. + +### getCodabar() {#getcodabar} + +Codabar parameters. + +### getCodablock() {#getcodablock} + +Codablock parameters. + +### getCode16K() {#getcode16k} + +Code16K parameters. + +### getCode128() {#getcode128} + +Code128 parameters. + +### getCodeTextParameters() {#getcodetextparameters} + +Codetext parameters. + +### getCoupon() {#getcoupon} + +Coupon parameters. Used for UpcaGs1DatabarCoupon, UpcaGs1Code128Coupon. + +### getDataBar() {#getdatabar} + +Databar parameters. + +### getDataMatrix() {#getdatamatrix} + +DataMatrix parameters. + +### getDotCode() {#getdotcode} + +DotCode parameters. + +### getEnableEscape() {#getenableescape} + +Indicates whether explains the character "\" as an escape character in CodeText property. Used for Pdf417, DataMatrix, Code128 only If the EnableEscape is true, "\" will be explained as a special escape character. Otherwise, "\" acts as normal characters. Aspose.BarCode supports inputing decimal ascii code and mnemonic for ASCII control-code characters. For example, \013 and \\CR stands for CR. + +### getFilledBars() {#getfilledbars} + +Gets a value indicating whether bars filled. Only for 1D barcodes. Default value: true. + +### getGS1CompositeBar() {#getgs1compositebar} + +GS1 Composite Bar parameters. This sample shows how to create and save a GS1 Composite Bar image. Note that 1D codetext and 2D codetext are separated by symbol '/' + +**Returns:** GS1CompositeBarParameters GS1 Composite Bar parameters. + +**Example:** + +```js +let codetext = "(01)03212345678906/(21)A1B2C3D4E5F6G7H8"; +let generator = new BarcodeGenerator(EncodeTypes.GS_1_COMPOSITE_BAR, codetext); + +generator.getParameters().getBarcode().getGS1CompositeBar().setLinearComponentType(EncodeTypes.GS_1_CODE_128); +generator.getParameters().getBarcode().getGS1CompositeBar().setTwoDComponentType(TwoDComponentType.CC_A); + +// Aspect ratio of 2D component +generator.getParameters().getBarcode().getPdf417().setAspectRatio(3); + +// X-Dimension of 1D and 2D components +generator.getParameters().getBarcode().getXDimension().setPixels(3); +/// +// Height of 1D component +generator.getParameters().getBarcode().getBarHeight().setPixels(100); +/// +generator.save("test.png", BarcodeImageFormat.PNG); +``` + +### getHanXin() {#gethanxin} + +HanXin parameters. + +### getITF() {#getitf} + +ITF parameters. + +### getMaxiCode() {#getmaxicode} + +MaxiCode parameters. + +### getPadding() {#getpadding} + +Barcode paddings. Default value: 5pt 5pt 5pt 5pt. + +### getPatchCode() {#getpatchcode} + +PatchCode parameters. + +### getPdf417() {#getpdf417} + +PDF417 parameters. + +### getPostal() {#getpostal} + +Postal parameters. Used for Postnet, Planet. + +### getQR() {#getqr} + +QR parameters. + +### getSupplement() {#getsupplement} + +Supplement parameters. Used for Interleaved2of5, Standard2of5, EAN13, EAN8, UPCA, UPCE, ISBN, ISSN, ISMN. + +### getWideNarrowRatio() {#getwidenarrowratio} + +Wide bars to Narrow bars ratio . Default value: 3, that is, wide bars are 3 times as wide as narrow bars . Used for ITF, PZN, PharmaCode, Standard2of5, Interleaved2of5, Matrix2of5, ItalianPost25, IATA2of5, VIN, DeutschePost, OPC, Code32, DataLogic2of5, PatchCode, Code39Extended, Code39Standard The WideNarrowRatio parameter value is less than or equal to 0. + +### getXDimension() {#getxdimension} + +x-dimension is the smallest width of the unit of BarCode bars or spaces. Increase this will increase the whole barcode image width. Ignored if AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION. + +### isChecksumEnabled() {#ischecksumenabled} + +Enable checksum during generation 1D barcodes. Default is treated as Yes for symbology which must contain checksum, as No where checksum only possible. Checksum is possible: Code39 Standard/Extended, Standard2of5, Interleaved2of5, Matrix2of5, ItalianPost25, DeutschePostIdentcode, DeutschePostLeitcode, VIN, Codabar Checksum always used: Rest symbology + +### setBarColor(value) {#setbarcolor} + +Bars color. + +| Parameter | Type | Description | +| --- | --- | --- | +| value | String | for Bar color Default value: #000000. | + +### setBarHeight() {#setbarheight} + +Height of 1D barcodes' bars in Unit value. Ignored if AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION. + +**Throws:** BarcodeException + +### setBarWidthReduction() {#setbarwidthreduction} + +Sets bars reduction value that is used to compensate ink spread while printing. + +### setChecksumAlwaysShow() {#setchecksumalwaysshow} + +Always display checksum digit in the human readable text for Code128 and GS1Code128 barcodes. + +### setChecksumEnabled() {#setchecksumenabled} + +Enable checksum during generation 1D barcodes. Default is treated as Yes for symbology which must contain checksum, as No where checksum only possible. Checksum is possible: Code39 Standard/Extended, Standard2of5, Interleaved2of5, Matrix2of5, ItalianPost25, DeutschePostIdentcode, DeutschePostLeitcode, VIN, Codabar Checksum always used: Rest symbology + +### setEnableEscape() {#setenableescape} + +Indicates whether explains the character "\" as an escape character in CodeText property. Used for Pdf417, DataMatrix, Code128 only If the EnableEscape is true, "\" will be explained as a special escape character. Otherwise, "\" acts as normal characters. Aspose.BarCode supports the decimal ascii code and mnemonic for ASCII control-code characters. For example, \013 and \\CR stands for CR. + +### setFilledBars() {#setfilledbars} + +Sets a value indicating whether bars filled. Only for 1D barcodes. Default value: true. + +### setGS1CompositeBar() {#setgs1compositebar} + +GS1 Composite Bar parameters. This sample shows how to create and save a GS1 Composite Bar image. Note that 1D codetext and 2D codetext are separated by symbol '/' + +**Example:** + +```js +let codetext = "(01)03212345678906/(21)A1B2C3D4E5F6G7H8"; +let generator = new BarcodeGenerator(EncodeTypes.GS_1_COMPOSITE_BAR, codetext); + +generator.getParameters().getBarcode().getGS1CompositeBar().setLinearComponentType(EncodeTypes.GS_1_CODE_128); +generator.getParameters().getBarcode().getGS1CompositeBar().setTwoDComponentType(TwoDComponentType.CC_A); + +// Aspect ratio of 2D component +generator.getParameters().getBarcode().getPdf417().setAspectRatio(3); + +// X-Dimension of 1D and 2D components +generator.getParameters().getBarcode().getXDimension().setPixels(3); + +// Height of 1D component +generator.getParameters().getBarcode().getBarHeight().setPixels(100); + +generator.save("test.png", BarcodeImageFormat.PNG); +``` + +### setPadding() {#setpadding} + +Barcode paddings. Default value: 5pt 5pt 5pt 5pt. + +### setWideNarrowRatio() {#setwidenarrowratio} + +Wide bars to Narrow bars ratio. Default value: 3, that is, wide bars are 3 times as wide as narrow bars. Used for ITF, PZN, PharmaCode, Standard2of5, Interleaved2of5, Matrix2of5, ItalianPost25, IATA2of5, VIN, DeutschePost, OPC, Code32, DataLogic2of5, PatchCode, Code39Extended, Code39Standard The WideNarrowRatio parameter value is less than or equal to 0. + +### setXDimension() {#setxdimension} + +x-dimension is the smallest width of the unit of BarCode bars or spaces. Increase this will increase the whole barcode image width. Ignored if AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION. + +**Throws:** BarcodeException diff --git a/english/nodejs/aspose.barcode/barcodeparameters/getaustralianpost/_index.md b/english/nodejs/aspose.barcode/barcodeparameters/getaustralianpost/_index.md deleted file mode 100644 index fd28cb56c..000000000 --- a/english/nodejs/aspose.barcode/barcodeparameters/getaustralianpost/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BarcodeParameters.getAustralianPost" -linktitle: "getAustralianPost" -articleTitle: "getAustralianPost" -second_title: "Aspose.BarCode for Node.js via Java" -description: "AustralianPost barcode parameters." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/barcodeparameters/getaustralianpost/ ---- - -## getAustralianPost() - -AustralianPost barcode parameters. diff --git a/english/nodejs/aspose.barcode/barcodeparameters/getaztec/_index.md b/english/nodejs/aspose.barcode/barcodeparameters/getaztec/_index.md deleted file mode 100644 index 1aba147b5..000000000 --- a/english/nodejs/aspose.barcode/barcodeparameters/getaztec/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BarcodeParameters.getAztec" -linktitle: "getAztec" -articleTitle: "getAztec" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Aztec parameters." -type: docs -weight: 20 -url: /nodejs/aspose.barcode/barcodeparameters/getaztec/ ---- - -## getAztec() - -Aztec parameters. diff --git a/english/nodejs/aspose.barcode/barcodeparameters/getbarcolor/_index.md b/english/nodejs/aspose.barcode/barcodeparameters/getbarcolor/_index.md deleted file mode 100644 index 6d4c5c93f..000000000 --- a/english/nodejs/aspose.barcode/barcodeparameters/getbarcolor/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "BarcodeParameters.getBarColor" -linktitle: "getBarColor" -articleTitle: "getBarColor" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Bars color." -type: docs -weight: 30 -url: /nodejs/aspose.barcode/barcodeparameters/getbarcolor/ ---- - -## getBarColor() - -Bars color. - -**Returns:** value of Bar color Default value: #000000 diff --git a/english/nodejs/aspose.barcode/barcodeparameters/getbarheight/_index.md b/english/nodejs/aspose.barcode/barcodeparameters/getbarheight/_index.md deleted file mode 100644 index 62988db89..000000000 --- a/english/nodejs/aspose.barcode/barcodeparameters/getbarheight/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "BarcodeParameters.getBarHeight" -linktitle: "getBarHeight" -articleTitle: "getBarHeight" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Height of 1D barcodes' bars in Unit value. Ignored if AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION." -type: docs -weight: 40 -url: /nodejs/aspose.barcode/barcodeparameters/getbarheight/ ---- - -## getBarHeight() - -Height of 1D barcodes' bars in Unit value. Ignored if AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION. - -**Throws:** BarcodeException diff --git a/english/nodejs/aspose.barcode/barcodeparameters/getbarwidthreduction/_index.md b/english/nodejs/aspose.barcode/barcodeparameters/getbarwidthreduction/_index.md deleted file mode 100644 index f4f488880..000000000 --- a/english/nodejs/aspose.barcode/barcodeparameters/getbarwidthreduction/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "BarcodeParameters.getBarWidthReduction" -linktitle: "getBarWidthReduction" -articleTitle: "getBarWidthReduction" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Get bars reduction value that is used to compensate ink spread while printing." -type: docs -weight: 50 -url: /nodejs/aspose.barcode/barcodeparameters/getbarwidthreduction/ ---- - -## getBarWidthReduction() - -Get bars reduction value that is used to compensate ink spread while printing. - -**Returns:** Unit value of BarWidthReduction diff --git a/english/nodejs/aspose.barcode/barcodeparameters/getchecksumalwaysshow/_index.md b/english/nodejs/aspose.barcode/barcodeparameters/getchecksumalwaysshow/_index.md deleted file mode 100644 index ec24b5190..000000000 --- a/english/nodejs/aspose.barcode/barcodeparameters/getchecksumalwaysshow/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BarcodeParameters.getChecksumAlwaysShow" -linktitle: "getChecksumAlwaysShow" -articleTitle: "getChecksumAlwaysShow" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Always display checksum digit in the human readable text for Code128 and GS1Code128 barcodes." -type: docs -weight: 60 -url: /nodejs/aspose.barcode/barcodeparameters/getchecksumalwaysshow/ ---- - -## getChecksumAlwaysShow() - -Always display checksum digit in the human readable text for Code128 and GS1Code128 barcodes. diff --git a/english/nodejs/aspose.barcode/barcodeparameters/getcodabar/_index.md b/english/nodejs/aspose.barcode/barcodeparameters/getcodabar/_index.md deleted file mode 100644 index baca36bf5..000000000 --- a/english/nodejs/aspose.barcode/barcodeparameters/getcodabar/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BarcodeParameters.getCodabar" -linktitle: "getCodabar" -articleTitle: "getCodabar" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Codabar parameters." -type: docs -weight: 70 -url: /nodejs/aspose.barcode/barcodeparameters/getcodabar/ ---- - -## getCodabar() - -Codabar parameters. diff --git a/english/nodejs/aspose.barcode/barcodeparameters/getcodablock/_index.md b/english/nodejs/aspose.barcode/barcodeparameters/getcodablock/_index.md deleted file mode 100644 index 3d9518255..000000000 --- a/english/nodejs/aspose.barcode/barcodeparameters/getcodablock/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BarcodeParameters.getCodablock" -linktitle: "getCodablock" -articleTitle: "getCodablock" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Codablock parameters." -type: docs -weight: 80 -url: /nodejs/aspose.barcode/barcodeparameters/getcodablock/ ---- - -## getCodablock() - -Codablock parameters. diff --git a/english/nodejs/aspose.barcode/barcodeparameters/getcode128/_index.md b/english/nodejs/aspose.barcode/barcodeparameters/getcode128/_index.md deleted file mode 100644 index 297058881..000000000 --- a/english/nodejs/aspose.barcode/barcodeparameters/getcode128/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BarcodeParameters.getCode128" -linktitle: "getCode128" -articleTitle: "getCode128" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Code128 parameters." -type: docs -weight: 100 -url: /nodejs/aspose.barcode/barcodeparameters/getcode128/ ---- - -## getCode128() - -Code128 parameters. diff --git a/english/nodejs/aspose.barcode/barcodeparameters/getcode16k/_index.md b/english/nodejs/aspose.barcode/barcodeparameters/getcode16k/_index.md deleted file mode 100644 index 0289dbc5a..000000000 --- a/english/nodejs/aspose.barcode/barcodeparameters/getcode16k/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BarcodeParameters.getCode16K" -linktitle: "getCode16K" -articleTitle: "getCode16K" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Code16K parameters." -type: docs -weight: 90 -url: /nodejs/aspose.barcode/barcodeparameters/getcode16k/ ---- - -## getCode16K() - -Code16K parameters. diff --git a/english/nodejs/aspose.barcode/barcodeparameters/getcodetextparameters/_index.md b/english/nodejs/aspose.barcode/barcodeparameters/getcodetextparameters/_index.md deleted file mode 100644 index f98514f28..000000000 --- a/english/nodejs/aspose.barcode/barcodeparameters/getcodetextparameters/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BarcodeParameters.getCodeTextParameters" -linktitle: "getCodeTextParameters" -articleTitle: "getCodeTextParameters" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Codetext parameters." -type: docs -weight: 110 -url: /nodejs/aspose.barcode/barcodeparameters/getcodetextparameters/ ---- - -## getCodeTextParameters() - -Codetext parameters. diff --git a/english/nodejs/aspose.barcode/barcodeparameters/getcoupon/_index.md b/english/nodejs/aspose.barcode/barcodeparameters/getcoupon/_index.md deleted file mode 100644 index c12d0e667..000000000 --- a/english/nodejs/aspose.barcode/barcodeparameters/getcoupon/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BarcodeParameters.getCoupon" -linktitle: "getCoupon" -articleTitle: "getCoupon" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Coupon parameters. Used for UpcaGs1DatabarCoupon, UpcaGs1Code128Coupon." -type: docs -weight: 120 -url: /nodejs/aspose.barcode/barcodeparameters/getcoupon/ ---- - -## getCoupon() - -Coupon parameters. Used for UpcaGs1DatabarCoupon, UpcaGs1Code128Coupon. diff --git a/english/nodejs/aspose.barcode/barcodeparameters/getdatabar/_index.md b/english/nodejs/aspose.barcode/barcodeparameters/getdatabar/_index.md deleted file mode 100644 index 9a83b06cc..000000000 --- a/english/nodejs/aspose.barcode/barcodeparameters/getdatabar/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BarcodeParameters.getDataBar" -linktitle: "getDataBar" -articleTitle: "getDataBar" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Databar parameters." -type: docs -weight: 130 -url: /nodejs/aspose.barcode/barcodeparameters/getdatabar/ ---- - -## getDataBar() - -Databar parameters. diff --git a/english/nodejs/aspose.barcode/barcodeparameters/getdatamatrix/_index.md b/english/nodejs/aspose.barcode/barcodeparameters/getdatamatrix/_index.md deleted file mode 100644 index 9e0b3dbdc..000000000 --- a/english/nodejs/aspose.barcode/barcodeparameters/getdatamatrix/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BarcodeParameters.getDataMatrix" -linktitle: "getDataMatrix" -articleTitle: "getDataMatrix" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DataMatrix parameters." -type: docs -weight: 140 -url: /nodejs/aspose.barcode/barcodeparameters/getdatamatrix/ ---- - -## getDataMatrix() - -DataMatrix parameters. diff --git a/english/nodejs/aspose.barcode/barcodeparameters/getdotcode/_index.md b/english/nodejs/aspose.barcode/barcodeparameters/getdotcode/_index.md deleted file mode 100644 index 11e2db4a9..000000000 --- a/english/nodejs/aspose.barcode/barcodeparameters/getdotcode/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BarcodeParameters.getDotCode" -linktitle: "getDotCode" -articleTitle: "getDotCode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DotCode parameters." -type: docs -weight: 150 -url: /nodejs/aspose.barcode/barcodeparameters/getdotcode/ ---- - -## getDotCode() - -DotCode parameters. diff --git a/english/nodejs/aspose.barcode/barcodeparameters/getenableescape/_index.md b/english/nodejs/aspose.barcode/barcodeparameters/getenableescape/_index.md deleted file mode 100644 index 337b52c0c..000000000 --- a/english/nodejs/aspose.barcode/barcodeparameters/getenableescape/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BarcodeParameters.getEnableEscape" -linktitle: "getEnableEscape" -articleTitle: "getEnableEscape" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Indicates whether explains the character '\' as an escape character in CodeText property. Used for Pdf417, DataMatrix, Code128 only If the EnableEscape is tr..." -type: docs -weight: 160 -url: /nodejs/aspose.barcode/barcodeparameters/getenableescape/ ---- - -## getEnableEscape() - -Indicates whether explains the character "\" as an escape character in CodeText property. Used for Pdf417, DataMatrix, Code128 only If the EnableEscape is true, "\" will be explained as a special escape character. Otherwise, "\" acts as normal characters. Aspose.BarCode supports inputing decimal ascii code and mnemonic for ASCII control-code characters. For example, \013 and \\CR stands for CR. diff --git a/english/nodejs/aspose.barcode/barcodeparameters/getfilledbars/_index.md b/english/nodejs/aspose.barcode/barcodeparameters/getfilledbars/_index.md deleted file mode 100644 index debcf4aaf..000000000 --- a/english/nodejs/aspose.barcode/barcodeparameters/getfilledbars/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BarcodeParameters.getFilledBars" -linktitle: "getFilledBars" -articleTitle: "getFilledBars" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets a value indicating whether bars filled. Only for 1D barcodes. Default value: true." -type: docs -weight: 170 -url: /nodejs/aspose.barcode/barcodeparameters/getfilledbars/ ---- - -## getFilledBars() - -Gets a value indicating whether bars filled. Only for 1D barcodes. Default value: true. diff --git a/english/nodejs/aspose.barcode/barcodeparameters/getgs1compositebar/_index.md b/english/nodejs/aspose.barcode/barcodeparameters/getgs1compositebar/_index.md deleted file mode 100644 index 0aad39887..000000000 --- a/english/nodejs/aspose.barcode/barcodeparameters/getgs1compositebar/_index.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -title: "BarcodeParameters.getGS1CompositeBar" -linktitle: "getGS1CompositeBar" -articleTitle: "getGS1CompositeBar" -second_title: "Aspose.BarCode for Node.js via Java" -description: "GS1 Composite Bar parameters. This sample shows how to create and save a GS1 Composite Bar image. Note that 1D codetext and 2D codetext are separated by symb..." -type: docs -weight: 180 -url: /nodejs/aspose.barcode/barcodeparameters/getgs1compositebar/ ---- - -## getGS1CompositeBar() - -GS1 Composite Bar parameters. This sample shows how to create and save a GS1 Composite Bar image. Note that 1D codetext and 2D codetext are separated by symbol '/' - -**Returns:** GS1CompositeBarParameters GS1 Composite Bar parameters. - -**Example:** - -```js -let codetext = "(01)03212345678906/(21)A1B2C3D4E5F6G7H8"; -let generator = new BarcodeGenerator(EncodeTypes.GS_1_COMPOSITE_BAR, codetext); - -generator.getParameters().getBarcode().getGS1CompositeBar().setLinearComponentType(EncodeTypes.GS_1_CODE_128); -generator.getParameters().getBarcode().getGS1CompositeBar().setTwoDComponentType(TwoDComponentType.CC_A); - -// Aspect ratio of 2D component -generator.getParameters().getBarcode().getPdf417().setAspectRatio(3); - -// X-Dimension of 1D and 2D components -generator.getParameters().getBarcode().getXDimension().setPixels(3); -/// -// Height of 1D component -generator.getParameters().getBarcode().getBarHeight().setPixels(100); -/// -generator.save("test.png", BarcodeImageFormat.PNG); -``` diff --git a/english/nodejs/aspose.barcode/barcodeparameters/gethanxin/_index.md b/english/nodejs/aspose.barcode/barcodeparameters/gethanxin/_index.md deleted file mode 100644 index 230dc6b70..000000000 --- a/english/nodejs/aspose.barcode/barcodeparameters/gethanxin/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BarcodeParameters.getHanXin" -linktitle: "getHanXin" -articleTitle: "getHanXin" -second_title: "Aspose.BarCode for Node.js via Java" -description: "HanXin parameters." -type: docs -weight: 190 -url: /nodejs/aspose.barcode/barcodeparameters/gethanxin/ ---- - -## getHanXin() - -HanXin parameters. diff --git a/english/nodejs/aspose.barcode/barcodeparameters/getitf/_index.md b/english/nodejs/aspose.barcode/barcodeparameters/getitf/_index.md deleted file mode 100644 index 132b9d836..000000000 --- a/english/nodejs/aspose.barcode/barcodeparameters/getitf/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BarcodeParameters.getITF" -linktitle: "getITF" -articleTitle: "getITF" -second_title: "Aspose.BarCode for Node.js via Java" -description: "ITF parameters." -type: docs -weight: 200 -url: /nodejs/aspose.barcode/barcodeparameters/getitf/ ---- - -## getITF() - -ITF parameters. diff --git a/english/nodejs/aspose.barcode/barcodeparameters/getmaxicode/_index.md b/english/nodejs/aspose.barcode/barcodeparameters/getmaxicode/_index.md deleted file mode 100644 index 65dccff69..000000000 --- a/english/nodejs/aspose.barcode/barcodeparameters/getmaxicode/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BarcodeParameters.getMaxiCode" -linktitle: "getMaxiCode" -articleTitle: "getMaxiCode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "MaxiCode parameters." -type: docs -weight: 210 -url: /nodejs/aspose.barcode/barcodeparameters/getmaxicode/ ---- - -## getMaxiCode() - -MaxiCode parameters. diff --git a/english/nodejs/aspose.barcode/barcodeparameters/getpadding/_index.md b/english/nodejs/aspose.barcode/barcodeparameters/getpadding/_index.md deleted file mode 100644 index 567c6dafd..000000000 --- a/english/nodejs/aspose.barcode/barcodeparameters/getpadding/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BarcodeParameters.getPadding" -linktitle: "getPadding" -articleTitle: "getPadding" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Barcode paddings. Default value: 5pt 5pt 5pt 5pt." -type: docs -weight: 220 -url: /nodejs/aspose.barcode/barcodeparameters/getpadding/ ---- - -## getPadding() - -Barcode paddings. Default value: 5pt 5pt 5pt 5pt. diff --git a/english/nodejs/aspose.barcode/barcodeparameters/getpatchcode/_index.md b/english/nodejs/aspose.barcode/barcodeparameters/getpatchcode/_index.md deleted file mode 100644 index 00aa8c0a7..000000000 --- a/english/nodejs/aspose.barcode/barcodeparameters/getpatchcode/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BarcodeParameters.getPatchCode" -linktitle: "getPatchCode" -articleTitle: "getPatchCode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "PatchCode parameters." -type: docs -weight: 230 -url: /nodejs/aspose.barcode/barcodeparameters/getpatchcode/ ---- - -## getPatchCode() - -PatchCode parameters. diff --git a/english/nodejs/aspose.barcode/barcodeparameters/getpdf417/_index.md b/english/nodejs/aspose.barcode/barcodeparameters/getpdf417/_index.md deleted file mode 100644 index db2e2dc80..000000000 --- a/english/nodejs/aspose.barcode/barcodeparameters/getpdf417/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BarcodeParameters.getPdf417" -linktitle: "getPdf417" -articleTitle: "getPdf417" -second_title: "Aspose.BarCode for Node.js via Java" -description: "PDF417 parameters." -type: docs -weight: 240 -url: /nodejs/aspose.barcode/barcodeparameters/getpdf417/ ---- - -## getPdf417() - -PDF417 parameters. diff --git a/english/nodejs/aspose.barcode/barcodeparameters/getpostal/_index.md b/english/nodejs/aspose.barcode/barcodeparameters/getpostal/_index.md deleted file mode 100644 index 303587ee5..000000000 --- a/english/nodejs/aspose.barcode/barcodeparameters/getpostal/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BarcodeParameters.getPostal" -linktitle: "getPostal" -articleTitle: "getPostal" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Postal parameters. Used for Postnet, Planet." -type: docs -weight: 250 -url: /nodejs/aspose.barcode/barcodeparameters/getpostal/ ---- - -## getPostal() - -Postal parameters. Used for Postnet, Planet. diff --git a/english/nodejs/aspose.barcode/barcodeparameters/getqr/_index.md b/english/nodejs/aspose.barcode/barcodeparameters/getqr/_index.md deleted file mode 100644 index b9421fb55..000000000 --- a/english/nodejs/aspose.barcode/barcodeparameters/getqr/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BarcodeParameters.getQR" -linktitle: "getQR" -articleTitle: "getQR" -second_title: "Aspose.BarCode for Node.js via Java" -description: "QR parameters." -type: docs -weight: 260 -url: /nodejs/aspose.barcode/barcodeparameters/getqr/ ---- - -## getQR() - -QR parameters. diff --git a/english/nodejs/aspose.barcode/barcodeparameters/getsupplement/_index.md b/english/nodejs/aspose.barcode/barcodeparameters/getsupplement/_index.md deleted file mode 100644 index 7b15dcbe4..000000000 --- a/english/nodejs/aspose.barcode/barcodeparameters/getsupplement/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BarcodeParameters.getSupplement" -linktitle: "getSupplement" -articleTitle: "getSupplement" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Supplement parameters. Used for Interleaved2of5, Standard2of5, EAN13, EAN8, UPCA, UPCE, ISBN, ISSN, ISMN." -type: docs -weight: 270 -url: /nodejs/aspose.barcode/barcodeparameters/getsupplement/ ---- - -## getSupplement() - -Supplement parameters. Used for Interleaved2of5, Standard2of5, EAN13, EAN8, UPCA, UPCE, ISBN, ISSN, ISMN. diff --git a/english/nodejs/aspose.barcode/barcodeparameters/getwidenarrowratio/_index.md b/english/nodejs/aspose.barcode/barcodeparameters/getwidenarrowratio/_index.md deleted file mode 100644 index e6a7c2025..000000000 --- a/english/nodejs/aspose.barcode/barcodeparameters/getwidenarrowratio/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BarcodeParameters.getWideNarrowRatio" -linktitle: "getWideNarrowRatio" -articleTitle: "getWideNarrowRatio" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Wide bars to Narrow bars ratio . Default value: 3, that is, wide bars are 3 times as wide as narrow bars . Used for ITF, PZN, PharmaCode, Standard2of5, Inter..." -type: docs -weight: 280 -url: /nodejs/aspose.barcode/barcodeparameters/getwidenarrowratio/ ---- - -## getWideNarrowRatio() - -Wide bars to Narrow bars ratio . Default value: 3, that is, wide bars are 3 times as wide as narrow bars . Used for ITF, PZN, PharmaCode, Standard2of5, Interleaved2of5, Matrix2of5, ItalianPost25, IATA2of5, VIN, DeutschePost, OPC, Code32, DataLogic2of5, PatchCode, Code39Extended, Code39Standard The WideNarrowRatio parameter value is less than or equal to 0. diff --git a/english/nodejs/aspose.barcode/barcodeparameters/getxdimension/_index.md b/english/nodejs/aspose.barcode/barcodeparameters/getxdimension/_index.md deleted file mode 100644 index 446edd272..000000000 --- a/english/nodejs/aspose.barcode/barcodeparameters/getxdimension/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BarcodeParameters.getXDimension" -linktitle: "getXDimension" -articleTitle: "getXDimension" -second_title: "Aspose.BarCode for Node.js via Java" -description: "x-dimension is the smallest width of the unit of BarCode bars or spaces. Increase this will increase the whole barcode image width. Ignored if AutoSizeMode p..." -type: docs -weight: 290 -url: /nodejs/aspose.barcode/barcodeparameters/getxdimension/ ---- - -## getXDimension() - -x-dimension is the smallest width of the unit of BarCode bars or spaces. Increase this will increase the whole barcode image width. Ignored if AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION. diff --git a/english/nodejs/aspose.barcode/barcodeparameters/ischecksumenabled/_index.md b/english/nodejs/aspose.barcode/barcodeparameters/ischecksumenabled/_index.md deleted file mode 100644 index 7915a663b..000000000 --- a/english/nodejs/aspose.barcode/barcodeparameters/ischecksumenabled/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BarcodeParameters.isChecksumEnabled" -linktitle: "isChecksumEnabled" -articleTitle: "isChecksumEnabled" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Enable checksum during generation 1D barcodes. Default is treated as Yes for symbology which must contain checksum, as No where checksum only possible. Check..." -type: docs -weight: 300 -url: /nodejs/aspose.barcode/barcodeparameters/ischecksumenabled/ ---- - -## isChecksumEnabled() - -Enable checksum during generation 1D barcodes. Default is treated as Yes for symbology which must contain checksum, as No where checksum only possible. Checksum is possible: Code39 Standard/Extended, Standard2of5, Interleaved2of5, Matrix2of5, ItalianPost25, DeutschePostIdentcode, DeutschePostLeitcode, VIN, Codabar Checksum always used: Rest symbology diff --git a/english/nodejs/aspose.barcode/barcodeparameters/setbarcolor/_index.md b/english/nodejs/aspose.barcode/barcodeparameters/setbarcolor/_index.md deleted file mode 100644 index 4890c4150..000000000 --- a/english/nodejs/aspose.barcode/barcodeparameters/setbarcolor/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "BarcodeParameters.setBarColor" -linktitle: "setBarColor" -articleTitle: "setBarColor" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Bars color." -type: docs -weight: 310 -url: /nodejs/aspose.barcode/barcodeparameters/setbarcolor/ ---- - -## setBarColor(value) - -Bars color. - -| Parameter | Type | Description | -| --- | --- | --- | -| value | String | for Bar color Default value: #000000. | diff --git a/english/nodejs/aspose.barcode/barcodeparameters/setbarheight/_index.md b/english/nodejs/aspose.barcode/barcodeparameters/setbarheight/_index.md deleted file mode 100644 index 1cbe103c9..000000000 --- a/english/nodejs/aspose.barcode/barcodeparameters/setbarheight/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "BarcodeParameters.setBarHeight" -linktitle: "setBarHeight" -articleTitle: "setBarHeight" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Height of 1D barcodes' bars in Unit value. Ignored if AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION." -type: docs -weight: 320 -url: /nodejs/aspose.barcode/barcodeparameters/setbarheight/ ---- - -## setBarHeight() - -Height of 1D barcodes' bars in Unit value. Ignored if AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION. - -**Throws:** BarcodeException diff --git a/english/nodejs/aspose.barcode/barcodeparameters/setbarwidthreduction/_index.md b/english/nodejs/aspose.barcode/barcodeparameters/setbarwidthreduction/_index.md deleted file mode 100644 index cc7dd4676..000000000 --- a/english/nodejs/aspose.barcode/barcodeparameters/setbarwidthreduction/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BarcodeParameters.setBarWidthReduction" -linktitle: "setBarWidthReduction" -articleTitle: "setBarWidthReduction" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets bars reduction value that is used to compensate ink spread while printing." -type: docs -weight: 330 -url: /nodejs/aspose.barcode/barcodeparameters/setbarwidthreduction/ ---- - -## setBarWidthReduction() - -Sets bars reduction value that is used to compensate ink spread while printing. diff --git a/english/nodejs/aspose.barcode/barcodeparameters/setchecksumalwaysshow/_index.md b/english/nodejs/aspose.barcode/barcodeparameters/setchecksumalwaysshow/_index.md deleted file mode 100644 index cfbbc9a36..000000000 --- a/english/nodejs/aspose.barcode/barcodeparameters/setchecksumalwaysshow/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BarcodeParameters.setChecksumAlwaysShow" -linktitle: "setChecksumAlwaysShow" -articleTitle: "setChecksumAlwaysShow" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Always display checksum digit in the human readable text for Code128 and GS1Code128 barcodes." -type: docs -weight: 340 -url: /nodejs/aspose.barcode/barcodeparameters/setchecksumalwaysshow/ ---- - -## setChecksumAlwaysShow() - -Always display checksum digit in the human readable text for Code128 and GS1Code128 barcodes. diff --git a/english/nodejs/aspose.barcode/barcodeparameters/setchecksumenabled/_index.md b/english/nodejs/aspose.barcode/barcodeparameters/setchecksumenabled/_index.md deleted file mode 100644 index 1d999d636..000000000 --- a/english/nodejs/aspose.barcode/barcodeparameters/setchecksumenabled/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BarcodeParameters.setChecksumEnabled" -linktitle: "setChecksumEnabled" -articleTitle: "setChecksumEnabled" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Enable checksum during generation 1D barcodes. Default is treated as Yes for symbology which must contain checksum, as No where checksum only possible. Check..." -type: docs -weight: 350 -url: /nodejs/aspose.barcode/barcodeparameters/setchecksumenabled/ ---- - -## setChecksumEnabled() - -Enable checksum during generation 1D barcodes. Default is treated as Yes for symbology which must contain checksum, as No where checksum only possible. Checksum is possible: Code39 Standard/Extended, Standard2of5, Interleaved2of5, Matrix2of5, ItalianPost25, DeutschePostIdentcode, DeutschePostLeitcode, VIN, Codabar Checksum always used: Rest symbology diff --git a/english/nodejs/aspose.barcode/barcodeparameters/setenableescape/_index.md b/english/nodejs/aspose.barcode/barcodeparameters/setenableescape/_index.md deleted file mode 100644 index 78057ed73..000000000 --- a/english/nodejs/aspose.barcode/barcodeparameters/setenableescape/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BarcodeParameters.setEnableEscape" -linktitle: "setEnableEscape" -articleTitle: "setEnableEscape" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Indicates whether explains the character '\' as an escape character in CodeText property. Used for Pdf417, DataMatrix, Code128 only If the EnableEscape is tr..." -type: docs -weight: 360 -url: /nodejs/aspose.barcode/barcodeparameters/setenableescape/ ---- - -## setEnableEscape() - -Indicates whether explains the character "\" as an escape character in CodeText property. Used for Pdf417, DataMatrix, Code128 only If the EnableEscape is true, "\" will be explained as a special escape character. Otherwise, "\" acts as normal characters. Aspose.BarCode supports the decimal ascii code and mnemonic for ASCII control-code characters. For example, \013 and \\CR stands for CR. diff --git a/english/nodejs/aspose.barcode/barcodeparameters/setfilledbars/_index.md b/english/nodejs/aspose.barcode/barcodeparameters/setfilledbars/_index.md deleted file mode 100644 index 3ad176311..000000000 --- a/english/nodejs/aspose.barcode/barcodeparameters/setfilledbars/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BarcodeParameters.setFilledBars" -linktitle: "setFilledBars" -articleTitle: "setFilledBars" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets a value indicating whether bars filled. Only for 1D barcodes. Default value: true." -type: docs -weight: 370 -url: /nodejs/aspose.barcode/barcodeparameters/setfilledbars/ ---- - -## setFilledBars() - -Sets a value indicating whether bars filled. Only for 1D barcodes. Default value: true. diff --git a/english/nodejs/aspose.barcode/barcodeparameters/setgs1compositebar/_index.md b/english/nodejs/aspose.barcode/barcodeparameters/setgs1compositebar/_index.md deleted file mode 100644 index f761e1dc3..000000000 --- a/english/nodejs/aspose.barcode/barcodeparameters/setgs1compositebar/_index.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -title: "BarcodeParameters.setGS1CompositeBar" -linktitle: "setGS1CompositeBar" -articleTitle: "setGS1CompositeBar" -second_title: "Aspose.BarCode for Node.js via Java" -description: "GS1 Composite Bar parameters. This sample shows how to create and save a GS1 Composite Bar image. Note that 1D codetext and 2D codetext are separated by symb..." -type: docs -weight: 380 -url: /nodejs/aspose.barcode/barcodeparameters/setgs1compositebar/ ---- - -## setGS1CompositeBar() - -GS1 Composite Bar parameters. This sample shows how to create and save a GS1 Composite Bar image. Note that 1D codetext and 2D codetext are separated by symbol '/' - -**Example:** - -```js -let codetext = "(01)03212345678906/(21)A1B2C3D4E5F6G7H8"; -let generator = new BarcodeGenerator(EncodeTypes.GS_1_COMPOSITE_BAR, codetext); - -generator.getParameters().getBarcode().getGS1CompositeBar().setLinearComponentType(EncodeTypes.GS_1_CODE_128); -generator.getParameters().getBarcode().getGS1CompositeBar().setTwoDComponentType(TwoDComponentType.CC_A); - -// Aspect ratio of 2D component -generator.getParameters().getBarcode().getPdf417().setAspectRatio(3); - -// X-Dimension of 1D and 2D components -generator.getParameters().getBarcode().getXDimension().setPixels(3); - -// Height of 1D component -generator.getParameters().getBarcode().getBarHeight().setPixels(100); - -generator.save("test.png", BarcodeImageFormat.PNG); -``` diff --git a/english/nodejs/aspose.barcode/barcodeparameters/setpadding/_index.md b/english/nodejs/aspose.barcode/barcodeparameters/setpadding/_index.md deleted file mode 100644 index 2c80dff31..000000000 --- a/english/nodejs/aspose.barcode/barcodeparameters/setpadding/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BarcodeParameters.setPadding" -linktitle: "setPadding" -articleTitle: "setPadding" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Barcode paddings. Default value: 5pt 5pt 5pt 5pt." -type: docs -weight: 390 -url: /nodejs/aspose.barcode/barcodeparameters/setpadding/ ---- - -## setPadding() - -Barcode paddings. Default value: 5pt 5pt 5pt 5pt. diff --git a/english/nodejs/aspose.barcode/barcodeparameters/setwidenarrowratio/_index.md b/english/nodejs/aspose.barcode/barcodeparameters/setwidenarrowratio/_index.md deleted file mode 100644 index b52729786..000000000 --- a/english/nodejs/aspose.barcode/barcodeparameters/setwidenarrowratio/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BarcodeParameters.setWideNarrowRatio" -linktitle: "setWideNarrowRatio" -articleTitle: "setWideNarrowRatio" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Wide bars to Narrow bars ratio. Default value: 3, that is, wide bars are 3 times as wide as narrow bars. Used for ITF, PZN, PharmaCode, Standard2of5, Interle..." -type: docs -weight: 400 -url: /nodejs/aspose.barcode/barcodeparameters/setwidenarrowratio/ ---- - -## setWideNarrowRatio() - -Wide bars to Narrow bars ratio. Default value: 3, that is, wide bars are 3 times as wide as narrow bars. Used for ITF, PZN, PharmaCode, Standard2of5, Interleaved2of5, Matrix2of5, ItalianPost25, IATA2of5, VIN, DeutschePost, OPC, Code32, DataLogic2of5, PatchCode, Code39Extended, Code39Standard The WideNarrowRatio parameter value is less than or equal to 0. diff --git a/english/nodejs/aspose.barcode/barcodeparameters/setxdimension/_index.md b/english/nodejs/aspose.barcode/barcodeparameters/setxdimension/_index.md deleted file mode 100644 index ea352c238..000000000 --- a/english/nodejs/aspose.barcode/barcodeparameters/setxdimension/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "BarcodeParameters.setXDimension" -linktitle: "setXDimension" -articleTitle: "setXDimension" -second_title: "Aspose.BarCode for Node.js via Java" -description: "x-dimension is the smallest width of the unit of BarCode bars or spaces. Increase this will increase the whole barcode image width. Ignored if AutoSizeMode p..." -type: docs -weight: 410 -url: /nodejs/aspose.barcode/barcodeparameters/setxdimension/ ---- - -## setXDimension() - -x-dimension is the smallest width of the unit of BarCode bars or spaces. Increase this will increase the whole barcode image width. Ignored if AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION. - -**Throws:** BarcodeException diff --git a/english/nodejs/aspose.barcode/barcodereader/_index.md b/english/nodejs/aspose.barcode/barcodereader/_index.md index 1a8b096d7..79f48a664 100644 --- a/english/nodejs/aspose.barcode/barcodereader/_index.md +++ b/english/nodejs/aspose.barcode/barcodereader/_index.md @@ -1,8 +1,7 @@ --- -title: "BarCodeReader Class" +title: "BarCodeReader" linktitle: "BarCodeReader" -articleTitle: "BarCodeReader" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "BarCodeReader encapsulates an image which may contain one or several barcodes, it then can perform ReadBarCodes operation to detect barcodes." type: docs weight: 90 @@ -43,17 +42,250 @@ for(let i = 0; i < results.length; i++) | Name | Description | | --- | --- | -| [importFromXml(xmlFile)](./importfromxml/) *(static)* | Exports BarCode properties to the xml-file specified | -| [containsAny()](./containsany/) | Determines whether any of the given decode types is included into | -| [exportToXml(xmlFile)](./exporttoxml/) | Exports BarCode properties to the xml-file specified | -| [getBarCodeReadType()](./getbarcodereadtype/) | Gets the decode type of the input barcode decoding | -| [getBarcodeSettings()](./getbarcodesettings/) | The main BarCode decoding parameters. Contains parameters which make influence on recognized data. | -| [getFoundBarCodes()](./getfoundbarcodes/) | Gets recognized BarCodeResult array | -| [getFoundCount()](./getfoundcount/) | Gets recognized barcodes count | -| [getQualitySettings()](./getqualitysettings/) | QualitySettings allows to configure recognition quality and speed manually. You can quickly set up QualitySettings by em | -| [getTimeout()](./gettimeout/) | Gets the timeout of recognition process in milliseconds. | -| [readBarCodes()](./readbarcodes/) | Reads BarCodeResult from the image. | -| [setBarCodeImage(imageResource, …areas)](./setbarcodeimage/) | Sets bitmap image and areas for recognition. Must be called before ReadBarCodes() method. | -| [setBarCodeReadType(…types)](./setbarcodereadtype/) | Sets SingleDecodeType type array for recognition. Must be called before readBarCodes() method. | -| [setQualitySettings()](./setqualitysettings/) | QualitySettings allows to configure recognition quality and speed manually. You can quickly set up QualitySettings by em | -| [setTimeout(value)](./settimeout/) | Sets the timeout of recognition process in milliseconds. | +| [importFromXml(xmlFile)](#importfromxml) *(static)* | Exports BarCode properties to the xml-file specified | +| [containsAny()](#containsany) | Determines whether any of the given decode types is included into | +| [exportToXml(xmlFile)](#exporttoxml) | Exports BarCode properties to the xml-file specified | +| [getBarCodeReadType()](#getbarcodereadtype) | Gets the decode type of the input barcode decoding | +| [getBarcodeSettings()](#getbarcodesettings) | The main BarCode decoding parameters. Contains parameters which make influence on recognized data. | +| [getFoundBarCodes()](#getfoundbarcodes) | Gets recognized BarCodeResult array | +| [getFoundCount()](#getfoundcount) | Gets recognized barcodes count | +| [getQualitySettings()](#getqualitysettings) | QualitySettings allows to configure recognition quality and speed manually. You can quickly set up QualitySettings by em | +| [getTimeout()](#gettimeout) | Gets the timeout of recognition process in milliseconds. | +| [readBarCodes()](#readbarcodes) | Reads BarCodeResult from the image. | +| [setBarCodeImage(imageResource, …areas)](#setbarcodeimage) | Sets bitmap image and areas for recognition. Must be called before ReadBarCodes() method. | +| [setBarCodeReadType(…types)](#setbarcodereadtype) | Sets SingleDecodeType type array for recognition. Must be called before readBarCodes() method. | +| [setQualitySettings()](#setqualitysettings) | QualitySettings allows to configure recognition quality and speed manually. You can quickly set up QualitySettings by em | +| [setTimeout(value)](#settimeout) | Sets the timeout of recognition process in milliseconds. | + +### importFromXml(xmlFile) (static) {#importfromxml} + +Exports BarCode properties to the xml-file specified + +| Parameter | Description | +| --- | --- | +| xmlFile | The name of the file | + +**Returns:** Whether or not export completed successfully. Returns True in case of success; False Otherwise + +### containsAny() {#containsany} + +Determines whether any of the given decode types is included into + +| Parameter | Description | +| --- | --- | +| ...decodeTypes | Types to verify. | + +**Returns:** bool Value is a true if any types are included into. + +### exportToXml(xmlFile) {#exporttoxml} + +Exports BarCode properties to the xml-file specified + +| Parameter | Description | +| --- | --- | +| xmlFile | The name of the file | + +**Returns:** Whether or not export completed successfully. Returns True in case of success; False Otherwise + +### getBarCodeReadType() {#getbarcodereadtype} + +Gets the decode type of the input barcode decoding + +**Returns:** * + +### getBarcodeSettings() {#getbarcodesettings} + +The main BarCode decoding parameters. Contains parameters which make influence on recognized data. + +**Returns:** The main BarCode decoding parameters + +### getFoundBarCodes() {#getfoundbarcodes} + +Gets recognized BarCodeResult array + +**Returns:** recognized BarCodeResult array + +**Example:** + +```js +//This sample shows how to read barcodes with BarCodeReader +let reader = new BarCodeReader("test.png", null, [ DecodeType.CODE_39, DecodeType.CODE_128 ]); +reader.readBarCodes(); +for(let i = 0; reader.getFoundCount() > i; ++i) + console.log("BarCode CodeText: " + reader.getFoundBarCodes()[i].getCodeText()); +``` + +### getFoundCount() {#getfoundcount} + +Gets recognized barcodes count + +**Example:** + +```js +//This sample shows how to read barcodes with BarCodeReader +let reader = new BarCodeReader("test.png", null, [ DecodeType.CODE_39, DecodeType.CODE_128 ]); +reader.readBarCodes(); +for(let i = 0; reader.getFoundCount() > i; ++i) + console.log("BarCode CodeText: " + reader.getFoundBarCodes()[i].getCodeText()); +Value: The recognized barcodes count +``` + +### getQualitySettings() {#getqualitysettings} + +QualitySettings allows to configure recognition quality and speed manually. You can quickly set up QualitySettings by embedded presets: HighPerformance, NormalQuality, HighQuality, MaxBarCodes or you can manually configure separate options. Default value of QualitySettings is NormalQuality. + +**Returns:** QualitySettings to configure recognition quality and speed. + +**Example:** + +```js +//This sample shows how to use QualitySettings with BarCodeReader + +let reader = new BarCodeReader("test.png", null, null); + //set high performance mode +reader.setQualitySettings(QualitySettings.getHighPerformance()); +let results = reader.readBarCodes(); +for(let i = 0; i < results.length; i++) +{ + let result = results[i]; + console.log("BarCode CodeText: " + result.getCodeText()); +} +``` + +### getTimeout() {#gettimeout} + +Gets the timeout of recognition process in milliseconds. + +**Returns:** The timeout. + +**Example:** + +```js +let reader = new BarCodeReader("test.png", null, null); +reader.setTimeout(5000); +let results = reader.readBarCodes(); +for(let i = 0; i < results.length; i++) +{ + let result = results[i]; + console.log("BarCode CodeText: " + result.getCodeText()); +} +``` + +### readBarCodes() {#readbarcodes} + +Reads BarCodeResult from the image. + +**Returns:** Returns array of recognized `BarCodeResult`s on the image. If nothing is recognized, zero array is returned. + +**Example:** + +```js +//This sample shows how to read barcodes with BarCodeReader +let reader = new BarCodeReader("test.png", null, [ DecodeType.CODE_39, DecodeType.CODE_128 ]); +let results = reader.readBarCodes(); +for(let i = 0; i < results.length; i++) +{ + let result = results[i]; + console.log("BarCode CodeText: " + result.getCodeText()); +} +let reader = new BarCodeReader("test.png", null, [ DecodeType.CODE_39, DecodeType.CODE_128 ]); +reader.readBarCodes(); +for(let i = 0; reader.getFoundCount() > i; ++i) + console.log("BarCode CodeText: " + reader.getFoundBarCodes()[i].getCodeText()); +``` + +### setBarCodeImage(imageResource, …areas) {#setbarcodeimage} + +Sets bitmap image and areas for recognition. Must be called before ReadBarCodes() method. + +| Parameter | Description | +| --- | --- | +| imageResource | The image for recognition. | +| areas | areas list for recognition | + +**Throws:** BarcodeException + +**Example:** + +```js +//This sample shows how to detect Code39 and Code128 barcodes. +let bmp = "test.png"; +let reader = new BarCodeReader(); +reader.setBarCodeReadType([ DecodeType.CODE_39, DecodeType.CODE_128 ]); +var img = new Image(); +img.src = 'path_to_image'; +width = img.width; +height = img.height; +reader.setBarCodeImage(bmp, new Rectangle[] { new Rectangle(0, 0, width, height) }); +let results = reader.readBarCodes(); +for(let i = 0; i < results.length; i++) +{ + let result = results[i]; + console.log("BarCode Type: " + result.getCodeTypeName()); + console.log("BarCode CodeText: " + result.getCodeText()); +} +``` + +### setBarCodeReadType(…types) {#setbarcodereadtype} + +Sets SingleDecodeType type array for recognition. Must be called before readBarCodes() method. + +| Parameter | Description | +| --- | --- | +| types | The SingleDecodeType type array to read. | + +**Example:** + +```js +//This sample shows how to detect Code39 and Code128 barcodes. +let reader = new BarCodeReader(); +reader.setBarCodeReadType([ DecodeType.CODE_39, DecodeType.CODE_128 ]); +reader.setBarCodeImage("test.png"); +let results = reader.readBarCodes(); +for(let i = 0; i < results.length; i++) +{ + let result = results[i]; + console.log("BarCode Type: " + result.getCodeTypeName()); + console.log("BarCode CodeText: " + result.getCodeText()); +} +``` + +### setQualitySettings() {#setqualitysettings} + +QualitySettings allows to configure recognition quality and speed manually. You can quickly set up QualitySettings by embedded presets: HighPerformance, NormalQuality, HighQuality, MaxBarCodes or you can manually configure separate options. Default value of QualitySettings is NormalQuality. + +**Example:** + +```js +//This sample shows how to use QualitySettings with BarCodeReader +let reader = new BarCodeReader("test.png", null, [ DecodeType.CODE_39, DecodeType.CODE_128 ]); +//set high performance mode +reader.setQualitySettings(QualitySettings.getHighPerformance()); +let results = reader.readBarCodes(); +for(let i = 0; i < results.length; i++) +{ + let result = results[i]; + console.log("BarCode CodeText: " + result.getCodeText()); +} +``` + +### setTimeout(value) {#settimeout} + +Sets the timeout of recognition process in milliseconds. + +| Parameter | Description | +| --- | --- | +| value | The timeout. | + +**Example:** + +```js +let reader = new BarCodeReader("test.png", null, null); +reader.setTimeout(5000); +let results = reader.readBarCodes(); +for(let i = 0; i < results.length; i++) +{ + let result = results[i]; + console.log("BarCode CodeText: " + result.getCodeText()); +} +``` diff --git a/english/nodejs/aspose.barcode/barcodereader/containsany/_index.md b/english/nodejs/aspose.barcode/barcodereader/containsany/_index.md deleted file mode 100644 index b176fd7e9..000000000 --- a/english/nodejs/aspose.barcode/barcodereader/containsany/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BarCodeReader.containsAny" -linktitle: "containsAny" -articleTitle: "containsAny" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Determines whether any of the given decode types is included into" -type: docs -weight: 20 -url: /nodejs/aspose.barcode/barcodereader/containsany/ ---- - -## containsAny() - -Determines whether any of the given decode types is included into - -| Parameter | Description | -| --- | --- | -| ...decodeTypes | Types to verify. | - -**Returns:** bool Value is a true if any types are included into. diff --git a/english/nodejs/aspose.barcode/barcodereader/exporttoxml/_index.md b/english/nodejs/aspose.barcode/barcodereader/exporttoxml/_index.md deleted file mode 100644 index e616f0059..000000000 --- a/english/nodejs/aspose.barcode/barcodereader/exporttoxml/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BarCodeReader.exportToXml" -linktitle: "exportToXml" -articleTitle: "exportToXml" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Exports BarCode properties to the xml-file specified" -type: docs -weight: 30 -url: /nodejs/aspose.barcode/barcodereader/exporttoxml/ ---- - -## exportToXml(xmlFile) - -Exports BarCode properties to the xml-file specified - -| Parameter | Description | -| --- | --- | -| xmlFile | The name of the file | - -**Returns:** Whether or not export completed successfully. Returns True in case of success; False Otherwise diff --git a/english/nodejs/aspose.barcode/barcodereader/getbarcodereadtype/_index.md b/english/nodejs/aspose.barcode/barcodereader/getbarcodereadtype/_index.md deleted file mode 100644 index 039f91bc1..000000000 --- a/english/nodejs/aspose.barcode/barcodereader/getbarcodereadtype/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "BarCodeReader.getBarCodeReadType" -linktitle: "getBarCodeReadType" -articleTitle: "getBarCodeReadType" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the decode type of the input barcode decoding" -type: docs -weight: 40 -url: /nodejs/aspose.barcode/barcodereader/getbarcodereadtype/ ---- - -## getBarCodeReadType() - -Gets the decode type of the input barcode decoding - -**Returns:** * diff --git a/english/nodejs/aspose.barcode/barcodereader/getbarcodesettings/_index.md b/english/nodejs/aspose.barcode/barcodereader/getbarcodesettings/_index.md deleted file mode 100644 index 7eef3377a..000000000 --- a/english/nodejs/aspose.barcode/barcodereader/getbarcodesettings/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "BarCodeReader.getBarcodeSettings" -linktitle: "getBarcodeSettings" -articleTitle: "getBarcodeSettings" -second_title: "Aspose.BarCode for Node.js via Java" -description: "The main BarCode decoding parameters. Contains parameters which make influence on recognized data." -type: docs -weight: 50 -url: /nodejs/aspose.barcode/barcodereader/getbarcodesettings/ ---- - -## getBarcodeSettings() - -The main BarCode decoding parameters. Contains parameters which make influence on recognized data. - -**Returns:** The main BarCode decoding parameters diff --git a/english/nodejs/aspose.barcode/barcodereader/getfoundbarcodes/_index.md b/english/nodejs/aspose.barcode/barcodereader/getfoundbarcodes/_index.md deleted file mode 100644 index 0afda1bd1..000000000 --- a/english/nodejs/aspose.barcode/barcodereader/getfoundbarcodes/_index.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: "BarCodeReader.getFoundBarCodes" -linktitle: "getFoundBarCodes" -articleTitle: "getFoundBarCodes" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets recognized BarCodeResult array" -type: docs -weight: 60 -url: /nodejs/aspose.barcode/barcodereader/getfoundbarcodes/ ---- - -## getFoundBarCodes() - -Gets recognized BarCodeResult array - -**Returns:** recognized BarCodeResult array - -**Example:** - -```js -//This sample shows how to read barcodes with BarCodeReader -let reader = new BarCodeReader("test.png", null, [ DecodeType.CODE_39, DecodeType.CODE_128 ]); -reader.readBarCodes(); -for(let i = 0; reader.getFoundCount() > i; ++i) - console.log("BarCode CodeText: " + reader.getFoundBarCodes()[i].getCodeText()); -``` diff --git a/english/nodejs/aspose.barcode/barcodereader/getfoundcount/_index.md b/english/nodejs/aspose.barcode/barcodereader/getfoundcount/_index.md deleted file mode 100644 index 973a0229a..000000000 --- a/english/nodejs/aspose.barcode/barcodereader/getfoundcount/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: "BarCodeReader.getFoundCount" -linktitle: "getFoundCount" -articleTitle: "getFoundCount" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets recognized barcodes count" -type: docs -weight: 70 -url: /nodejs/aspose.barcode/barcodereader/getfoundcount/ ---- - -## getFoundCount() - -Gets recognized barcodes count - -**Example:** - -```js -//This sample shows how to read barcodes with BarCodeReader -let reader = new BarCodeReader("test.png", null, [ DecodeType.CODE_39, DecodeType.CODE_128 ]); -reader.readBarCodes(); -for(let i = 0; reader.getFoundCount() > i; ++i) - console.log("BarCode CodeText: " + reader.getFoundBarCodes()[i].getCodeText()); -Value: The recognized barcodes count -``` diff --git a/english/nodejs/aspose.barcode/barcodereader/getqualitysettings/_index.md b/english/nodejs/aspose.barcode/barcodereader/getqualitysettings/_index.md deleted file mode 100644 index f62f556e2..000000000 --- a/english/nodejs/aspose.barcode/barcodereader/getqualitysettings/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "BarCodeReader.getQualitySettings" -linktitle: "getQualitySettings" -articleTitle: "getQualitySettings" -second_title: "Aspose.BarCode for Node.js via Java" -description: "QualitySettings allows to configure recognition quality and speed manually. You can quickly set up QualitySettings by embedded presets: HighPerformance, Norm..." -type: docs -weight: 80 -url: /nodejs/aspose.barcode/barcodereader/getqualitysettings/ ---- - -## getQualitySettings() - -QualitySettings allows to configure recognition quality and speed manually. You can quickly set up QualitySettings by embedded presets: HighPerformance, NormalQuality, HighQuality, MaxBarCodes or you can manually configure separate options. Default value of QualitySettings is NormalQuality. - -**Returns:** QualitySettings to configure recognition quality and speed. - -**Example:** - -```js -//This sample shows how to use QualitySettings with BarCodeReader - -let reader = new BarCodeReader("test.png", null, null); - //set high performance mode -reader.setQualitySettings(QualitySettings.getHighPerformance()); -let results = reader.readBarCodes(); -for(let i = 0; i < results.length; i++) -{ - let result = results[i]; - console.log("BarCode CodeText: " + result.getCodeText()); -} -``` diff --git a/english/nodejs/aspose.barcode/barcodereader/gettimeout/_index.md b/english/nodejs/aspose.barcode/barcodereader/gettimeout/_index.md deleted file mode 100644 index 999583a1f..000000000 --- a/english/nodejs/aspose.barcode/barcodereader/gettimeout/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "BarCodeReader.getTimeout" -linktitle: "getTimeout" -articleTitle: "getTimeout" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the timeout of recognition process in milliseconds." -type: docs -weight: 90 -url: /nodejs/aspose.barcode/barcodereader/gettimeout/ ---- - -## getTimeout() - -Gets the timeout of recognition process in milliseconds. - -**Returns:** The timeout. - -**Example:** - -```js -let reader = new BarCodeReader("test.png", null, null); -reader.setTimeout(5000); -let results = reader.readBarCodes(); -for(let i = 0; i < results.length; i++) -{ - let result = results[i]; - console.log("BarCode CodeText: " + result.getCodeText()); -} -``` diff --git a/english/nodejs/aspose.barcode/barcodereader/importfromxml/_index.md b/english/nodejs/aspose.barcode/barcodereader/importfromxml/_index.md deleted file mode 100644 index 83a29b9df..000000000 --- a/english/nodejs/aspose.barcode/barcodereader/importfromxml/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BarCodeReader.importFromXml" -linktitle: "importFromXml" -articleTitle: "importFromXml" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Exports BarCode properties to the xml-file specified" -type: docs -weight: 10 -url: /nodejs/aspose.barcode/barcodereader/importfromxml/ ---- - -## importFromXml(xmlFile) (static) - -Exports BarCode properties to the xml-file specified - -| Parameter | Description | -| --- | --- | -| xmlFile | The name of the file | - -**Returns:** Whether or not export completed successfully. Returns True in case of success; False Otherwise diff --git a/english/nodejs/aspose.barcode/barcodereader/readbarcodes/_index.md b/english/nodejs/aspose.barcode/barcodereader/readbarcodes/_index.md deleted file mode 100644 index b0041f9c2..000000000 --- a/english/nodejs/aspose.barcode/barcodereader/readbarcodes/_index.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: "BarCodeReader.readBarCodes" -linktitle: "readBarCodes" -articleTitle: "readBarCodes" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Reads BarCodeResult from the image." -type: docs -weight: 100 -url: /nodejs/aspose.barcode/barcodereader/readbarcodes/ ---- - -## readBarCodes() - -Reads BarCodeResult from the image. - -**Returns:** Returns array of recognized `BarCodeResult`s on the image. If nothing is recognized, zero array is returned. - -**Example:** - -```js -//This sample shows how to read barcodes with BarCodeReader -let reader = new BarCodeReader("test.png", null, [ DecodeType.CODE_39, DecodeType.CODE_128 ]); -let results = reader.readBarCodes(); -for(let i = 0; i < results.length; i++) -{ - let result = results[i]; - console.log("BarCode CodeText: " + result.getCodeText()); -} -let reader = new BarCodeReader("test.png", null, [ DecodeType.CODE_39, DecodeType.CODE_128 ]); -reader.readBarCodes(); -for(let i = 0; reader.getFoundCount() > i; ++i) - console.log("BarCode CodeText: " + reader.getFoundBarCodes()[i].getCodeText()); -``` diff --git a/english/nodejs/aspose.barcode/barcodereader/setbarcodeimage/_index.md b/english/nodejs/aspose.barcode/barcodereader/setbarcodeimage/_index.md deleted file mode 100644 index 4231300de..000000000 --- a/english/nodejs/aspose.barcode/barcodereader/setbarcodeimage/_index.md +++ /dev/null @@ -1,42 +0,0 @@ ---- -title: "BarCodeReader.setBarCodeImage" -linktitle: "setBarCodeImage" -articleTitle: "setBarCodeImage" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets bitmap image and areas for recognition. Must be called before ReadBarCodes() method." -type: docs -weight: 110 -url: /nodejs/aspose.barcode/barcodereader/setbarcodeimage/ ---- - -## setBarCodeImage(imageResource, …areas) - -Sets bitmap image and areas for recognition. Must be called before ReadBarCodes() method. - -| Parameter | Description | -| --- | --- | -| imageResource | The image for recognition. | -| areas | areas list for recognition | - -**Throws:** BarcodeException - -**Example:** - -```js -//This sample shows how to detect Code39 and Code128 barcodes. -let bmp = "test.png"; -let reader = new BarCodeReader(); -reader.setBarCodeReadType([ DecodeType.CODE_39, DecodeType.CODE_128 ]); -var img = new Image(); -img.src = 'path_to_image'; -width = img.width; -height = img.height; -reader.setBarCodeImage(bmp, new Rectangle[] { new Rectangle(0, 0, width, height) }); -let results = reader.readBarCodes(); -for(let i = 0; i < results.length; i++) -{ - let result = results[i]; - console.log("BarCode Type: " + result.getCodeTypeName()); - console.log("BarCode CodeText: " + result.getCodeText()); -} -``` diff --git a/english/nodejs/aspose.barcode/barcodereader/setbarcodereadtype/_index.md b/english/nodejs/aspose.barcode/barcodereader/setbarcodereadtype/_index.md deleted file mode 100644 index 265c7e937..000000000 --- a/english/nodejs/aspose.barcode/barcodereader/setbarcodereadtype/_index.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: "BarCodeReader.setBarCodeReadType" -linktitle: "setBarCodeReadType" -articleTitle: "setBarCodeReadType" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets SingleDecodeType type array for recognition. Must be called before readBarCodes() method." -type: docs -weight: 120 -url: /nodejs/aspose.barcode/barcodereader/setbarcodereadtype/ ---- - -## setBarCodeReadType(…types) - -Sets SingleDecodeType type array for recognition. Must be called before readBarCodes() method. - -| Parameter | Description | -| --- | --- | -| types | The SingleDecodeType type array to read. | - -**Example:** - -```js -//This sample shows how to detect Code39 and Code128 barcodes. -let reader = new BarCodeReader(); -reader.setBarCodeReadType([ DecodeType.CODE_39, DecodeType.CODE_128 ]); -reader.setBarCodeImage("test.png"); -let results = reader.readBarCodes(); -for(let i = 0; i < results.length; i++) -{ - let result = results[i]; - console.log("BarCode Type: " + result.getCodeTypeName()); - console.log("BarCode CodeText: " + result.getCodeText()); -} -``` diff --git a/english/nodejs/aspose.barcode/barcodereader/setqualitysettings/_index.md b/english/nodejs/aspose.barcode/barcodereader/setqualitysettings/_index.md deleted file mode 100644 index 9f8d18df4..000000000 --- a/english/nodejs/aspose.barcode/barcodereader/setqualitysettings/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "BarCodeReader.setQualitySettings" -linktitle: "setQualitySettings" -articleTitle: "setQualitySettings" -second_title: "Aspose.BarCode for Node.js via Java" -description: "QualitySettings allows to configure recognition quality and speed manually. You can quickly set up QualitySettings by embedded presets: HighPerformance, Norm..." -type: docs -weight: 130 -url: /nodejs/aspose.barcode/barcodereader/setqualitysettings/ ---- - -## setQualitySettings() - -QualitySettings allows to configure recognition quality and speed manually. You can quickly set up QualitySettings by embedded presets: HighPerformance, NormalQuality, HighQuality, MaxBarCodes or you can manually configure separate options. Default value of QualitySettings is NormalQuality. - -**Example:** - -```js -//This sample shows how to use QualitySettings with BarCodeReader -let reader = new BarCodeReader("test.png", null, [ DecodeType.CODE_39, DecodeType.CODE_128 ]); -//set high performance mode -reader.setQualitySettings(QualitySettings.getHighPerformance()); -let results = reader.readBarCodes(); -for(let i = 0; i < results.length; i++) -{ - let result = results[i]; - console.log("BarCode CodeText: " + result.getCodeText()); -} -``` diff --git a/english/nodejs/aspose.barcode/barcodereader/settimeout/_index.md b/english/nodejs/aspose.barcode/barcodereader/settimeout/_index.md deleted file mode 100644 index db3c68470..000000000 --- a/english/nodejs/aspose.barcode/barcodereader/settimeout/_index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: "BarCodeReader.setTimeout" -linktitle: "setTimeout" -articleTitle: "setTimeout" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets the timeout of recognition process in milliseconds." -type: docs -weight: 140 -url: /nodejs/aspose.barcode/barcodereader/settimeout/ ---- - -## setTimeout(value) - -Sets the timeout of recognition process in milliseconds. - -| Parameter | Description | -| --- | --- | -| value | The timeout. | - -**Example:** - -```js -let reader = new BarCodeReader("test.png", null, null); -reader.setTimeout(5000); -let results = reader.readBarCodes(); -for(let i = 0; i < results.length; i++) -{ - let result = results[i]; - console.log("BarCode CodeText: " + result.getCodeText()); -} -``` diff --git a/english/nodejs/aspose.barcode/barcoderegionparameters/_index.md b/english/nodejs/aspose.barcode/barcoderegionparameters/_index.md index a6299d4e7..4c043f3e4 100644 --- a/english/nodejs/aspose.barcode/barcoderegionparameters/_index.md +++ b/english/nodejs/aspose.barcode/barcoderegionparameters/_index.md @@ -1,8 +1,7 @@ --- -title: "BarCodeRegionParameters Class" +title: "BarCodeRegionParameters" linktitle: "BarCodeRegionParameters" -articleTitle: "BarCodeRegionParameters" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Represents the recognized barcode's region and barcode angle" type: docs weight: 100 @@ -38,10 +37,48 @@ for(let i = 0; i < results.length; i++) | Name | Description | | --- | --- | -| [equals(obj)](./equals/) | Returns a value indicating whether this instance is equal to a specified BarCodeRegionParameters value. | -| [getAngle()](./getangle/) | Gets the angle of the barcode (0-360). Value: The angle for barcode (0-360). | -| [getPoints()](./getpoints/) | Gets Points array bounding barcode region Value: Returns Points array bounding barcode region | -| [getQuadrangle()](./getquadrangle/) | Gets Quadrangle bounding barcode region Value: Returns Quadrangle bounding barcode region | -| [getRectangle()](./getrectangle/) | Gets Rectangle bounding barcode region Value: Returns Rectangle bounding barcode region | -| [hashCode()](./hashcode/) | Returns the hash code for this instance. | -| [toString()](./tostring/) | Returns a human-readable string representation of this BarCodeRegionParameters. | +| [equals(obj)](#equals) | Returns a value indicating whether this instance is equal to a specified BarCodeRegionParameters value. | +| [getAngle()](#getangle) | Gets the angle of the barcode (0-360). Value: The angle for barcode (0-360). | +| [getPoints()](#getpoints) | Gets Points array bounding barcode region Value: Returns Points array bounding barcode region | +| [getQuadrangle()](#getquadrangle) | Gets Quadrangle bounding barcode region Value: Returns Quadrangle bounding barcode region | +| [getRectangle()](#getrectangle) | Gets Rectangle bounding barcode region Value: Returns Rectangle bounding barcode region | +| [hashCode()](#hashcode) | Returns the hash code for this instance. | +| [toString()](#tostring) | Returns a human-readable string representation of this BarCodeRegionParameters. | + +### equals(obj) {#equals} + +Returns a value indicating whether this instance is equal to a specified BarCodeRegionParameters value. + +| Parameter | Description | +| --- | --- | +| obj | An System.Object value to compare to this instance. | + +**Returns:** true if obj has the same value as this instance; otherwise, false. + +### getAngle() {#getangle} + +Gets the angle of the barcode (0-360). Value: The angle for barcode (0-360). + +### getPoints() {#getpoints} + +Gets Points array bounding barcode region Value: Returns Points array bounding barcode region + +### getQuadrangle() {#getquadrangle} + +Gets Quadrangle bounding barcode region Value: Returns Quadrangle bounding barcode region + +### getRectangle() {#getrectangle} + +Gets Rectangle bounding barcode region Value: Returns Rectangle bounding barcode region + +### hashCode() {#hashcode} + +Returns the hash code for this instance. + +**Returns:** A 32-bit signed integer hash code. + +### toString() {#tostring} + +Returns a human-readable string representation of this BarCodeRegionParameters. + +**Returns:** A string that represents this BarCodeRegionParameters. diff --git a/english/nodejs/aspose.barcode/barcoderegionparameters/equals/_index.md b/english/nodejs/aspose.barcode/barcoderegionparameters/equals/_index.md deleted file mode 100644 index a625d93bf..000000000 --- a/english/nodejs/aspose.barcode/barcoderegionparameters/equals/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BarCodeRegionParameters.equals" -linktitle: "equals" -articleTitle: "equals" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns a value indicating whether this instance is equal to a specified BarCodeRegionParameters value." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/barcoderegionparameters/equals/ ---- - -## equals(obj) - -Returns a value indicating whether this instance is equal to a specified BarCodeRegionParameters value. - -| Parameter | Description | -| --- | --- | -| obj | An System.Object value to compare to this instance. | - -**Returns:** true if obj has the same value as this instance; otherwise, false. diff --git a/english/nodejs/aspose.barcode/barcoderegionparameters/getangle/_index.md b/english/nodejs/aspose.barcode/barcoderegionparameters/getangle/_index.md deleted file mode 100644 index 665eeea02..000000000 --- a/english/nodejs/aspose.barcode/barcoderegionparameters/getangle/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BarCodeRegionParameters.getAngle" -linktitle: "getAngle" -articleTitle: "getAngle" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the angle of the barcode (0-360). Value: The angle for barcode (0-360)." -type: docs -weight: 20 -url: /nodejs/aspose.barcode/barcoderegionparameters/getangle/ ---- - -## getAngle() - -Gets the angle of the barcode (0-360). Value: The angle for barcode (0-360). diff --git a/english/nodejs/aspose.barcode/barcoderegionparameters/getpoints/_index.md b/english/nodejs/aspose.barcode/barcoderegionparameters/getpoints/_index.md deleted file mode 100644 index ce6c78bb2..000000000 --- a/english/nodejs/aspose.barcode/barcoderegionparameters/getpoints/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BarCodeRegionParameters.getPoints" -linktitle: "getPoints" -articleTitle: "getPoints" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets Points array bounding barcode region Value: Returns Points array bounding barcode region" -type: docs -weight: 30 -url: /nodejs/aspose.barcode/barcoderegionparameters/getpoints/ ---- - -## getPoints() - -Gets Points array bounding barcode region Value: Returns Points array bounding barcode region diff --git a/english/nodejs/aspose.barcode/barcoderegionparameters/getquadrangle/_index.md b/english/nodejs/aspose.barcode/barcoderegionparameters/getquadrangle/_index.md deleted file mode 100644 index 5b407cc89..000000000 --- a/english/nodejs/aspose.barcode/barcoderegionparameters/getquadrangle/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BarCodeRegionParameters.getQuadrangle" -linktitle: "getQuadrangle" -articleTitle: "getQuadrangle" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets Quadrangle bounding barcode region Value: Returns Quadrangle bounding barcode region" -type: docs -weight: 40 -url: /nodejs/aspose.barcode/barcoderegionparameters/getquadrangle/ ---- - -## getQuadrangle() - -Gets Quadrangle bounding barcode region Value: Returns Quadrangle bounding barcode region diff --git a/english/nodejs/aspose.barcode/barcoderegionparameters/getrectangle/_index.md b/english/nodejs/aspose.barcode/barcoderegionparameters/getrectangle/_index.md deleted file mode 100644 index 9f777dc3c..000000000 --- a/english/nodejs/aspose.barcode/barcoderegionparameters/getrectangle/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BarCodeRegionParameters.getRectangle" -linktitle: "getRectangle" -articleTitle: "getRectangle" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets Rectangle bounding barcode region Value: Returns Rectangle bounding barcode region" -type: docs -weight: 50 -url: /nodejs/aspose.barcode/barcoderegionparameters/getrectangle/ ---- - -## getRectangle() - -Gets Rectangle bounding barcode region Value: Returns Rectangle bounding barcode region diff --git a/english/nodejs/aspose.barcode/barcoderegionparameters/hashcode/_index.md b/english/nodejs/aspose.barcode/barcoderegionparameters/hashcode/_index.md deleted file mode 100644 index 2ef41f27e..000000000 --- a/english/nodejs/aspose.barcode/barcoderegionparameters/hashcode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "BarCodeRegionParameters.hashCode" -linktitle: "hashCode" -articleTitle: "hashCode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns the hash code for this instance." -type: docs -weight: 60 -url: /nodejs/aspose.barcode/barcoderegionparameters/hashcode/ ---- - -## hashCode() - -Returns the hash code for this instance. - -**Returns:** A 32-bit signed integer hash code. diff --git a/english/nodejs/aspose.barcode/barcoderegionparameters/tostring/_index.md b/english/nodejs/aspose.barcode/barcoderegionparameters/tostring/_index.md deleted file mode 100644 index 19a83abc6..000000000 --- a/english/nodejs/aspose.barcode/barcoderegionparameters/tostring/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "BarCodeRegionParameters.toString" -linktitle: "toString" -articleTitle: "toString" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns a human-readable string representation of this BarCodeRegionParameters." -type: docs -weight: 70 -url: /nodejs/aspose.barcode/barcoderegionparameters/tostring/ ---- - -## toString() - -Returns a human-readable string representation of this BarCodeRegionParameters. - -**Returns:** A string that represents this BarCodeRegionParameters. diff --git a/english/nodejs/aspose.barcode/barcoderesult/_index.md b/english/nodejs/aspose.barcode/barcoderesult/_index.md index d586dcfd1..3e15d698c 100644 --- a/english/nodejs/aspose.barcode/barcoderesult/_index.md +++ b/english/nodejs/aspose.barcode/barcoderesult/_index.md @@ -1,8 +1,7 @@ --- -title: "BarCodeResult Class" +title: "BarCodeResult" linktitle: "BarCodeResult" -articleTitle: "BarCodeResult" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Stores recognized barcode data like SingleDecodeType type, `string` codetext, BarCodeRegionParameters region and other parameters" type: docs weight: 110 @@ -40,15 +39,81 @@ for(let i = 0; i < results.length; i++) | Name | Description | | --- | --- | -| [deepClone()](./deepclone/) | Creates a copy of BarCodeResult class. | -| [equals(other)](./equals/) | Returns a value indicating whether this instance is equal to a specified BarCodeResult value. | -| [getCodeBytes()](./getcodebytes/) | Gets the encoded code bytes Value: The code bytes of the barcode | -| [getCodeText(encoding)](./getcodetext/) | Gets the code text with encoding. This example shows how to use `getCodeText`: let gen = new BarcodeGenerator(EncodeType | -| [getCodeType()](./getcodetype/) | Gets the barcode type Value: The type information of the recognized barcode | -| [getCodeTypeName()](./getcodetypename/) | Gets the name of the barcode type Value: The type name of the recognized barcode | -| [getConfidence()](./getconfidence/) | Gets recognition confidence level of the recognized barcode Value: BarCodeConfidence.Strong does not have fakes or misre | -| [getExtended()](./getextended/) | Gets extended parameters of recognized barcode Value: The extended parameters of recognized barcode | -| [getReadingQuality()](./getreadingquality/) | Gets the reading quality. Works for 1D and postal barcodes. Value: The reading quality percent | -| [getRegion()](./getregion/) | Gets the barcode region Value: The region of the recognized barcode | -| [hashCode()](./hashcode/) | Returns the hash code for this instance. | -| [toString()](./tostring/) | Returns a human-readable string representation of this BarCodeResult. | +| [deepClone()](#deepclone) | Creates a copy of BarCodeResult class. | +| [equals(other)](#equals) | Returns a value indicating whether this instance is equal to a specified BarCodeResult value. | +| [getCodeBytes()](#getcodebytes) | Gets the encoded code bytes Value: The code bytes of the barcode | +| [getCodeText(encoding)](#getcodetext) | Gets the code text with encoding. This example shows how to use `getCodeText`: let gen = new BarcodeGenerator(EncodeType | +| [getCodeType()](#getcodetype) | Gets the barcode type Value: The type information of the recognized barcode | +| [getCodeTypeName()](#getcodetypename) | Gets the name of the barcode type Value: The type name of the recognized barcode | +| [getConfidence()](#getconfidence) | Gets recognition confidence level of the recognized barcode Value: BarCodeConfidence.Strong does not have fakes or misre | +| [getExtended()](#getextended) | Gets extended parameters of recognized barcode Value: The extended parameters of recognized barcode | +| [getReadingQuality()](#getreadingquality) | Gets the reading quality. Works for 1D and postal barcodes. Value: The reading quality percent | +| [getRegion()](#getregion) | Gets the barcode region Value: The region of the recognized barcode | +| [hashCode()](#hashcode) | Returns the hash code for this instance. | +| [toString()](#tostring) | Returns a human-readable string representation of this BarCodeResult. | + +### deepClone() {#deepclone} + +Creates a copy of BarCodeResult class. + +**Returns:** Returns copy of BarCodeResult class. + +### equals(other) {#equals} + +Returns a value indicating whether this instance is equal to a specified BarCodeResult value. + +| Parameter | Description | +| --- | --- | +| other | An BarCodeResult value to compare to this instance. | + +**Returns:** true if obj has the same value as this instance; otherwise, false. + +### getCodeBytes() {#getcodebytes} + +Gets the encoded code bytes Value: The code bytes of the barcode + +### getCodeText(encoding) {#getcodetext} + +Gets the code text with encoding. This example shows how to use `getCodeText`: let gen = new BarcodeGenerator(EncodeTypes.DATA_MATRIX, null); gen.setCodeText("車種名", "932"); gen.save("barcode.png", BarCodeImageFormat.PNG); let reader = new BarCodeReader("barcode.png", null, DecodeType.DATA_MATRIX); let results = reader.readBarCodes(); for(let i = 0; i < results.length; i++) { let result = results[i]; console.log("BarCode CodeText: " + result.getCodeText("932")); } + +| Parameter | Description | +| --- | --- | +| encoding | The encoding for codetext. | + +**Returns:** A string containing recognized code text. + +### getCodeType() {#getcodetype} + +Gets the barcode type Value: The type information of the recognized barcode + +### getCodeTypeName() {#getcodetypename} + +Gets the name of the barcode type Value: The type name of the recognized barcode + +### getConfidence() {#getconfidence} + +Gets recognition confidence level of the recognized barcode Value: BarCodeConfidence.Strong does not have fakes or misrecognitions, BarCodeConfidence.Moderate could sometimes have fakes or incorrect codetext because this confidence level for barcodews with weak cheksum or even without it, BarCodeConfidence.NONE always has incorrect codetext and could be fake recognitions + +### getExtended() {#getextended} + +Gets extended parameters of recognized barcode Value: The extended parameters of recognized barcode + +### getReadingQuality() {#getreadingquality} + +Gets the reading quality. Works for 1D and postal barcodes. Value: The reading quality percent + +### getRegion() {#getregion} + +Gets the barcode region Value: The region of the recognized barcode + +### hashCode() {#hashcode} + +Returns the hash code for this instance. + +**Returns:** A 32-bit signed integer hash code. + +### toString() {#tostring} + +Returns a human-readable string representation of this BarCodeResult. + +**Returns:** A string that represents this BarCodeResult. diff --git a/english/nodejs/aspose.barcode/barcoderesult/deepclone/_index.md b/english/nodejs/aspose.barcode/barcoderesult/deepclone/_index.md deleted file mode 100644 index fccd6de25..000000000 --- a/english/nodejs/aspose.barcode/barcoderesult/deepclone/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "BarCodeResult.deepClone" -linktitle: "deepClone" -articleTitle: "deepClone" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Creates a copy of BarCodeResult class." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/barcoderesult/deepclone/ ---- - -## deepClone() - -Creates a copy of BarCodeResult class. - -**Returns:** Returns copy of BarCodeResult class. diff --git a/english/nodejs/aspose.barcode/barcoderesult/equals/_index.md b/english/nodejs/aspose.barcode/barcoderesult/equals/_index.md deleted file mode 100644 index 55be6be7f..000000000 --- a/english/nodejs/aspose.barcode/barcoderesult/equals/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BarCodeResult.equals" -linktitle: "equals" -articleTitle: "equals" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns a value indicating whether this instance is equal to a specified BarCodeResult value." -type: docs -weight: 20 -url: /nodejs/aspose.barcode/barcoderesult/equals/ ---- - -## equals(other) - -Returns a value indicating whether this instance is equal to a specified BarCodeResult value. - -| Parameter | Description | -| --- | --- | -| other | An BarCodeResult value to compare to this instance. | - -**Returns:** true if obj has the same value as this instance; otherwise, false. diff --git a/english/nodejs/aspose.barcode/barcoderesult/getcodebytes/_index.md b/english/nodejs/aspose.barcode/barcoderesult/getcodebytes/_index.md deleted file mode 100644 index e169444bd..000000000 --- a/english/nodejs/aspose.barcode/barcoderesult/getcodebytes/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BarCodeResult.getCodeBytes" -linktitle: "getCodeBytes" -articleTitle: "getCodeBytes" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the encoded code bytes Value: The code bytes of the barcode" -type: docs -weight: 30 -url: /nodejs/aspose.barcode/barcoderesult/getcodebytes/ ---- - -## getCodeBytes() - -Gets the encoded code bytes Value: The code bytes of the barcode diff --git a/english/nodejs/aspose.barcode/barcoderesult/getcodetext/_index.md b/english/nodejs/aspose.barcode/barcoderesult/getcodetext/_index.md deleted file mode 100644 index 9bb93b08e..000000000 --- a/english/nodejs/aspose.barcode/barcoderesult/getcodetext/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BarCodeResult.getCodeText" -linktitle: "getCodeText" -articleTitle: "getCodeText" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the code text with encoding. This example shows how to use `getCodeText`: let gen = new BarcodeGenerator(EncodeTypes.DATA_MATRIX, null); gen.setCodeText..." -type: docs -weight: 40 -url: /nodejs/aspose.barcode/barcoderesult/getcodetext/ ---- - -## getCodeText(encoding) - -Gets the code text with encoding. This example shows how to use `getCodeText`: let gen = new BarcodeGenerator(EncodeTypes.DATA_MATRIX, null); gen.setCodeText("車種名", "932"); gen.save("barcode.png", BarCodeImageFormat.PNG); let reader = new BarCodeReader("barcode.png", null, DecodeType.DATA_MATRIX); let results = reader.readBarCodes(); for(let i = 0; i < results.length; i++) { let result = results[i]; console.log("BarCode CodeText: " + result.getCodeText("932")); } - -| Parameter | Description | -| --- | --- | -| encoding | The encoding for codetext. | - -**Returns:** A string containing recognized code text. diff --git a/english/nodejs/aspose.barcode/barcoderesult/getcodetype/_index.md b/english/nodejs/aspose.barcode/barcoderesult/getcodetype/_index.md deleted file mode 100644 index a768b2bc5..000000000 --- a/english/nodejs/aspose.barcode/barcoderesult/getcodetype/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BarCodeResult.getCodeType" -linktitle: "getCodeType" -articleTitle: "getCodeType" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the barcode type Value: The type information of the recognized barcode" -type: docs -weight: 50 -url: /nodejs/aspose.barcode/barcoderesult/getcodetype/ ---- - -## getCodeType() - -Gets the barcode type Value: The type information of the recognized barcode diff --git a/english/nodejs/aspose.barcode/barcoderesult/getcodetypename/_index.md b/english/nodejs/aspose.barcode/barcoderesult/getcodetypename/_index.md deleted file mode 100644 index 195f9ffd9..000000000 --- a/english/nodejs/aspose.barcode/barcoderesult/getcodetypename/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BarCodeResult.getCodeTypeName" -linktitle: "getCodeTypeName" -articleTitle: "getCodeTypeName" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the name of the barcode type Value: The type name of the recognized barcode" -type: docs -weight: 60 -url: /nodejs/aspose.barcode/barcoderesult/getcodetypename/ ---- - -## getCodeTypeName() - -Gets the name of the barcode type Value: The type name of the recognized barcode diff --git a/english/nodejs/aspose.barcode/barcoderesult/getconfidence/_index.md b/english/nodejs/aspose.barcode/barcoderesult/getconfidence/_index.md deleted file mode 100644 index 939a09878..000000000 --- a/english/nodejs/aspose.barcode/barcoderesult/getconfidence/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BarCodeResult.getConfidence" -linktitle: "getConfidence" -articleTitle: "getConfidence" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets recognition confidence level of the recognized barcode Value: BarCodeConfidence.Strong does not have fakes or misrecognitions, BarCodeConfidence.Moderat..." -type: docs -weight: 70 -url: /nodejs/aspose.barcode/barcoderesult/getconfidence/ ---- - -## getConfidence() - -Gets recognition confidence level of the recognized barcode Value: BarCodeConfidence.Strong does not have fakes or misrecognitions, BarCodeConfidence.Moderate could sometimes have fakes or incorrect codetext because this confidence level for barcodews with weak cheksum or even without it, BarCodeConfidence.NONE always has incorrect codetext and could be fake recognitions diff --git a/english/nodejs/aspose.barcode/barcoderesult/getextended/_index.md b/english/nodejs/aspose.barcode/barcoderesult/getextended/_index.md deleted file mode 100644 index 4b4c8f916..000000000 --- a/english/nodejs/aspose.barcode/barcoderesult/getextended/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BarCodeResult.getExtended" -linktitle: "getExtended" -articleTitle: "getExtended" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets extended parameters of recognized barcode Value: The extended parameters of recognized barcode" -type: docs -weight: 80 -url: /nodejs/aspose.barcode/barcoderesult/getextended/ ---- - -## getExtended() - -Gets extended parameters of recognized barcode Value: The extended parameters of recognized barcode diff --git a/english/nodejs/aspose.barcode/barcoderesult/getreadingquality/_index.md b/english/nodejs/aspose.barcode/barcoderesult/getreadingquality/_index.md deleted file mode 100644 index 394243546..000000000 --- a/english/nodejs/aspose.barcode/barcoderesult/getreadingquality/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BarCodeResult.getReadingQuality" -linktitle: "getReadingQuality" -articleTitle: "getReadingQuality" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the reading quality. Works for 1D and postal barcodes. Value: The reading quality percent" -type: docs -weight: 90 -url: /nodejs/aspose.barcode/barcoderesult/getreadingquality/ ---- - -## getReadingQuality() - -Gets the reading quality. Works for 1D and postal barcodes. Value: The reading quality percent diff --git a/english/nodejs/aspose.barcode/barcoderesult/getregion/_index.md b/english/nodejs/aspose.barcode/barcoderesult/getregion/_index.md deleted file mode 100644 index 1ba82b7f3..000000000 --- a/english/nodejs/aspose.barcode/barcoderesult/getregion/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BarCodeResult.getRegion" -linktitle: "getRegion" -articleTitle: "getRegion" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the barcode region Value: The region of the recognized barcode" -type: docs -weight: 100 -url: /nodejs/aspose.barcode/barcoderesult/getregion/ ---- - -## getRegion() - -Gets the barcode region Value: The region of the recognized barcode diff --git a/english/nodejs/aspose.barcode/barcoderesult/hashcode/_index.md b/english/nodejs/aspose.barcode/barcoderesult/hashcode/_index.md deleted file mode 100644 index b4b1befef..000000000 --- a/english/nodejs/aspose.barcode/barcoderesult/hashcode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "BarCodeResult.hashCode" -linktitle: "hashCode" -articleTitle: "hashCode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns the hash code for this instance." -type: docs -weight: 110 -url: /nodejs/aspose.barcode/barcoderesult/hashcode/ ---- - -## hashCode() - -Returns the hash code for this instance. - -**Returns:** A 32-bit signed integer hash code. diff --git a/english/nodejs/aspose.barcode/barcoderesult/tostring/_index.md b/english/nodejs/aspose.barcode/barcoderesult/tostring/_index.md deleted file mode 100644 index b9a619aad..000000000 --- a/english/nodejs/aspose.barcode/barcoderesult/tostring/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "BarCodeResult.toString" -linktitle: "toString" -articleTitle: "toString" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns a human-readable string representation of this BarCodeResult." -type: docs -weight: 120 -url: /nodejs/aspose.barcode/barcoderesult/tostring/ ---- - -## toString() - -Returns a human-readable string representation of this BarCodeResult. - -**Returns:** A string that represents this BarCodeResult. diff --git a/english/nodejs/aspose.barcode/barcodesettings/_index.md b/english/nodejs/aspose.barcode/barcodesettings/_index.md index ca5ec28ca..d08a6792a 100644 --- a/english/nodejs/aspose.barcode/barcodesettings/_index.md +++ b/english/nodejs/aspose.barcode/barcodesettings/_index.md @@ -1,9 +1,8 @@ --- -title: "BarcodeSettings Class" +title: "BarcodeSettings" linktitle: "BarcodeSettings" -articleTitle: "BarcodeSettings" -second_title: "Aspose.BarCode for Node.js via Java" -description: "The main BarCode decoding parameters. Contains parameters which make influence on recognized data." +second_title: "Aspose.BarCode for Node.js via Java API Reference" +description: "The main BarCode decoding parameters." type: docs weight: 150 url: /nodejs/aspose.barcode/barcodesettings/ @@ -27,12 +26,174 @@ BarcodeSettings copy constructor | Name | Description | | --- | --- | -| [getAustraliaPost()](./getaustraliapost/) | Gets AustraliaPost decoding parameters | -| [getChecksumValidation()](./getchecksumvalidation/) | Enable checksum validation during recognition for 1D and Postal barcodes. Default is treated as Yes for symbologies whic | -| [getDetectEncoding()](./getdetectencoding/) | The flag which force engine to detect codetext encoding for Unicode codesets. Default value is true. | -| [getStripFNC()](./getstripfnc/) | Strip FNC1, FNC2, FNC3 characters from codetext. Default value is false. | -| [isOnlyRequestedTypes()](./isonlyrequestedtypes/) | Returns only barcode types explicitly specified for recognition. When enabled, recognized barcodes of other compatible o | -| [setChecksumValidation(value)](./setchecksumvalidation/) | Enable checksum validation during recognition for 1D and Postal barcodes. Default is treated as Yes for symbologies whic | -| [setDetectEncoding()](./setdetectencoding/) | The flag which force engine to detect codetext encoding for Unicode codesets. Default value is true. | -| [setOnlyRequestedTypes()](./setonlyrequestedtypes/) | Returns only barcode types explicitly specified for recognition. When enabled, recognized barcodes of other compatible o | -| [setStripFNC(value)](./setstripfnc/) | Strip FNC1, FNC2, FNC3 characters from codetext. Default value is false. | +| [getAustraliaPost()](#getaustraliapost) | Gets AustraliaPost decoding parameters | +| [getChecksumValidation()](#getchecksumvalidation) | Enable checksum validation during recognition for 1D and Postal barcodes. Default is treated as Yes for symbologies whic | +| [getDetectEncoding()](#getdetectencoding) | The flag which force engine to detect codetext encoding for Unicode codesets. Default value is true. | +| [getStripFNC()](#getstripfnc) | Strip FNC1, FNC2, FNC3 characters from codetext. Default value is false. | +| [isOnlyRequestedTypes()](#isonlyrequestedtypes) | Returns only barcode types explicitly specified for recognition. When enabled, recognized barcodes of other compatible o | +| [setChecksumValidation(value)](#setchecksumvalidation) | Enable checksum validation during recognition for 1D and Postal barcodes. Default is treated as Yes for symbologies whic | +| [setDetectEncoding()](#setdetectencoding) | The flag which force engine to detect codetext encoding for Unicode codesets. Default value is true. | +| [setOnlyRequestedTypes()](#setonlyrequestedtypes) | Returns only barcode types explicitly specified for recognition. When enabled, recognized barcodes of other compatible o | +| [setStripFNC(value)](#setstripfnc) | Strip FNC1, FNC2, FNC3 characters from codetext. Default value is false. | + +### getAustraliaPost() {#getaustraliapost} + +Gets AustraliaPost decoding parameters + +**Returns:** The AustraliaPost decoding parameters which make influence on recognized data of AustraliaPost symbology + +### getChecksumValidation() {#getchecksumvalidation} + +Enable checksum validation during recognition for 1D and Postal barcodes. Default is treated as Yes for symbologies which must contain checksum, as No where checksum only possible. Checksum never used: Codabar, PatchCode, Pharmacode, DataLogic2of5 Checksum is possible: Code39 Standard/Extended, Standard2of5, Interleaved2of5, ItalianPost25, Matrix2of5, MSI, ItalianPost25, DeutschePostIdentcode, DeutschePostLeitcode, VIN Checksum always used: Rest symbologies + +**Returns:** Enable checksum validation during recognition for 1D and Postal barcodes. + +**Example:** + +```js +let generator = new BarcodeGenerator(EncodeTypes.EAN_13, "1234567890128"); +generator.save("c:/test.png", BarcodeImageFormat.PNG); +let reader = new BarCodeReader("c:/test.png", DecodeType.EAN_13); +//checksum disabled +reader.getBarcodeSettings().setChecksumValidation(ChecksumValidation.OFF); +let results = reader.readBarCodes(); +for(let i = 0; i < results.length; i++) +{ + let result = results[i]; + console.log ("BarCode CodeText: " + result.getCodeText()); + console.log ("BarCode Value: " + result.getExtended().getOneD().getValue()); + console.log ("BarCode Checksum: " + result.getExtended().getOneD().getCheckSum()); +} +``` + +### getDetectEncoding() {#getdetectencoding} + +The flag which force engine to detect codetext encoding for Unicode codesets. Default value is true. + +**Returns:** The flag which force engine to detect codetext encoding for Unicode codesets + +**Example:** + +```js +let generator = new BarcodeGenerator(EncodeTypes.QR, "Слово")) +im = generator.generateBarcodeImage(BarcodeImageFormat.PNG); + +//detects encoding for Unicode codesets is enabled +let reader = new BarCodeReader(im, DecodeType.QR); +reader.getBarcodeSettings().setDetectEncoding(true); +let results = reader.readBarCodes(); +for(let i = 0; i < results.length; i++) +{ + let result = results[i]; + console.log ("BarCode CodeText: " + result.getCodeText()); +} +``` + +### getStripFNC() {#getstripfnc} + +Strip FNC1, FNC2, FNC3 characters from codetext. Default value is false. + +**Returns:** Strip FNC1, FNC2, FNC3 characters from codetext. Default value is false. + +**Example:** + +```js +let generator = new BarcodeGenerator(EncodeTypes.GS_1_CODE_128, "(02)04006664241007(37)1(400)7019590754"); +generator.save("c:/test.png", BarcodeImageFormat.PNG); +let reader = new BarCodeReader("c:/test.png", DecodeType.CODE_128); + +//StripFNC disabled +reader.getBarcodeSettings().setStripFNC(false); +let results = reader.readBarCodes(); +for(let i = 0; i < results.length; i++) +{ + let result = results[i]; + console.log ("BarCode CodeText: " + result.getCodeText()); +} +``` + +### isOnlyRequestedTypes() {#isonlyrequestedtypes} + +Returns only barcode types explicitly specified for recognition. When enabled, recognized barcodes of other compatible or equivalent types are filtered out. Default value is false. Example: // generate EAN13 barcode let generator = new BarcodeGenerator(EncodeTypes.EAN_13, "2383823482894"); generator.save("test.png"); // recognize only UPCA barcodes (no results, because source is EAN13) const reader = new BarCodeReader("test.png", null, DecodeType.UPCA); reader.getBarcodeSettings().setOnlyRequestedTypes(true); let results = reader.readBarCodes(); for (let i = 0; i < results.length; i++) { console.log("BarCode CodeText: " + results[i].getCodeText()); } // recognize compatible types: EAN13, UPCA, ISSN, ISMN, ISBN // (EAN13 will be returned as UPCA-equivalent) let reader2 = new BarCodeReader("test.png", null, DecodeType.UPCA); reader2.getBarcodeSettings().setOnlyRequestedTypes(false); let results2 = reader2.readBarCodes(); for (let i = 0; i < results2.length; i++) { console.log("BarCode CodeText: " + results2[i].getCodeText()); } + +**Returns:** true if only explicitly requested barcode types are returned; otherwise false + +### setChecksumValidation(value) {#setchecksumvalidation} + +Enable checksum validation during recognition for 1D and Postal barcodes. Default is treated as Yes for symbologies which must contain checksum, as No where checksum only possible. Checksum never used: Codabar, PatchCode, Pharmacode, DataLogic2of5 Checksum is possible: Code39 Standard/Extended, Standard2of5, Interleaved2of5, ItalianPost25, Matrix2of5, MSI, ItalianPost25, DeutschePostIdentcode, DeutschePostLeitcode, VIN Checksum always used: Rest symbologies + +| Parameter | Description | +| --- | --- | +| value | Enable checksum validation during recognition for 1D and Postal barcodes. | + +**Example:** + +```js +let generator = new BarcodeGenerator(EncodeTypes.EAN_13, "1234567890128"); +generator.save("c:/test.png", BarcodeImageFormat.PNG); +let reader = new BarCodeReader("c:/test.png", DecodeType.EAN_13); +//checksum disabled +reader.getBarcodeSettings().setChecksumValidation(ChecksumValidation.OFF); +let results = reader.readBarCodes(); +for(let i = 0; i < results.length; i++) +{ + let result = results[i]; + console.log ("BarCode CodeText: " + result.getCodeText()); + console.log ("BarCode Value: " + result.getExtended().getOneD().getValue()); + console.log ("BarCode Checksum: " + result.getExtended().getOneD().getCheckSum()); +} +``` + +### setDetectEncoding() {#setdetectencoding} + +The flag which force engine to detect codetext encoding for Unicode codesets. Default value is true. + +**Returns:** The flag which force engine to detect codetext encoding for Unicode codesets + +**Example:** + +```js +let generator = new BarcodeGenerator(EncodeTypes.QR, "Слово")) +im = generator.generateBarcodeImage(BarcodeImageFormat.PNG); + +//detects encoding for Unicode codesets is enabled +let reader = new BarCodeReader(im, DecodeType.QR); +reader.getBarcodeSettings().setDetectEncoding(true); +let results = reader.readBarCodes(); +for(let i = 0; i < results.length; i++) +{ + let result = results[i]; + console.log ("BarCode CodeText: " + result.getCodeText()); +} +``` + +### setOnlyRequestedTypes() {#setonlyrequestedtypes} + +Returns only barcode types explicitly specified for recognition. When enabled, recognized barcodes of other compatible or equivalent types are filtered out. Default value is false. Example: // generate EAN13 barcode let generator = new BarcodeGenerator(EncodeTypes.EAN_13, "2383823482894"); generator.save("test.png"); // recognize only UPCA barcodes (no results, because source is EAN13) const reader = new BarCodeReader("test.png", null, DecodeType.UPCA); reader.getBarcodeSettings().setOnlyRequestedTypes(true); let results = reader.readBarCodes(); for (let i = 0; i < results.length; i++) { console.log("BarCode CodeText: " + results[i].getCodeText()); } // recognize compatible types: EAN13, UPCA, ISSN, ISMN, ISBN // (EAN13 will be returned as UPCA-equivalent) let reader2 = new BarCodeReader("test.png", null, DecodeType.UPCA); reader2.getBarcodeSettings().setOnlyRequestedTypes(false); let results2 = reader2.readBarCodes(); for (let i = 0; i < results2.length; i++) { console.log("BarCode CodeText: " + results2[i].getCodeText()); } + +**Returns:** true if only explicitly requested barcode types are returned; otherwise false + +### setStripFNC(value) {#setstripfnc} + +Strip FNC1, FNC2, FNC3 characters from codetext. Default value is false. + +| Parameter | Description | +| --- | --- | +| value | Strip FNC1, FNC2, FNC3 characters from codetext. Default value is false. | + +**Example:** + +```js +let generator = new BarcodeGenerator(EncodeTypes.GS_1_CODE_128, "(02)04006664241007(37)1(400)7019590754"); +generator.save("c:/test.png", BarcodeImageFormat.PNG); +let reader = new BarCodeReader("c:/test.png", DecodeType.CODE_128); + +//StripFNC disabled +reader.getBarcodeSettings().setStripFNC(false); +let results = reader.readBarCodes(); +for(let i = 0; i < results.length; i++) +{ + let result = results[i]; + console.log ("BarCode CodeText: " + result.getCodeText()); +} +``` diff --git a/english/nodejs/aspose.barcode/barcodesettings/getaustraliapost/_index.md b/english/nodejs/aspose.barcode/barcodesettings/getaustraliapost/_index.md deleted file mode 100644 index eb4922a4e..000000000 --- a/english/nodejs/aspose.barcode/barcodesettings/getaustraliapost/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "BarcodeSettings.getAustraliaPost" -linktitle: "getAustraliaPost" -articleTitle: "getAustraliaPost" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets AustraliaPost decoding parameters" -type: docs -weight: 10 -url: /nodejs/aspose.barcode/barcodesettings/getaustraliapost/ ---- - -## getAustraliaPost() - -Gets AustraliaPost decoding parameters - -**Returns:** The AustraliaPost decoding parameters which make influence on recognized data of AustraliaPost symbology diff --git a/english/nodejs/aspose.barcode/barcodesettings/getchecksumvalidation/_index.md b/english/nodejs/aspose.barcode/barcodesettings/getchecksumvalidation/_index.md deleted file mode 100644 index 3dcae4f24..000000000 --- a/english/nodejs/aspose.barcode/barcodesettings/getchecksumvalidation/_index.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: "BarcodeSettings.getChecksumValidation" -linktitle: "getChecksumValidation" -articleTitle: "getChecksumValidation" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Enable checksum validation during recognition for 1D and Postal barcodes. Default is treated as Yes for symbologies which must contain checksum, as No where ..." -type: docs -weight: 20 -url: /nodejs/aspose.barcode/barcodesettings/getchecksumvalidation/ ---- - -## getChecksumValidation() - -Enable checksum validation during recognition for 1D and Postal barcodes. Default is treated as Yes for symbologies which must contain checksum, as No where checksum only possible. Checksum never used: Codabar, PatchCode, Pharmacode, DataLogic2of5 Checksum is possible: Code39 Standard/Extended, Standard2of5, Interleaved2of5, ItalianPost25, Matrix2of5, MSI, ItalianPost25, DeutschePostIdentcode, DeutschePostLeitcode, VIN Checksum always used: Rest symbologies - -**Returns:** Enable checksum validation during recognition for 1D and Postal barcodes. - -**Example:** - -```js -let generator = new BarcodeGenerator(EncodeTypes.EAN_13, "1234567890128"); -generator.save("c:/test.png", BarcodeImageFormat.PNG); -let reader = new BarCodeReader("c:/test.png", DecodeType.EAN_13); -//checksum disabled -reader.getBarcodeSettings().setChecksumValidation(ChecksumValidation.OFF); -let results = reader.readBarCodes(); -for(let i = 0; i < results.length; i++) -{ - let result = results[i]; - console.log ("BarCode CodeText: " + result.getCodeText()); - console.log ("BarCode Value: " + result.getExtended().getOneD().getValue()); - console.log ("BarCode Checksum: " + result.getExtended().getOneD().getCheckSum()); -} -``` diff --git a/english/nodejs/aspose.barcode/barcodesettings/getdetectencoding/_index.md b/english/nodejs/aspose.barcode/barcodesettings/getdetectencoding/_index.md deleted file mode 100644 index e36d9d3f9..000000000 --- a/english/nodejs/aspose.barcode/barcodesettings/getdetectencoding/_index.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: "BarcodeSettings.getDetectEncoding" -linktitle: "getDetectEncoding" -articleTitle: "getDetectEncoding" -second_title: "Aspose.BarCode for Node.js via Java" -description: "The flag which force engine to detect codetext encoding for Unicode codesets. Default value is true." -type: docs -weight: 30 -url: /nodejs/aspose.barcode/barcodesettings/getdetectencoding/ ---- - -## getDetectEncoding() - -The flag which force engine to detect codetext encoding for Unicode codesets. Default value is true. - -**Returns:** The flag which force engine to detect codetext encoding for Unicode codesets - -**Example:** - -```js -let generator = new BarcodeGenerator(EncodeTypes.QR, "Слово")) -im = generator.generateBarcodeImage(BarcodeImageFormat.PNG); - -//detects encoding for Unicode codesets is enabled -let reader = new BarCodeReader(im, DecodeType.QR); -reader.getBarcodeSettings().setDetectEncoding(true); -let results = reader.readBarCodes(); -for(let i = 0; i < results.length; i++) -{ - let result = results[i]; - console.log ("BarCode CodeText: " + result.getCodeText()); -} -``` diff --git a/english/nodejs/aspose.barcode/barcodesettings/getstripfnc/_index.md b/english/nodejs/aspose.barcode/barcodesettings/getstripfnc/_index.md deleted file mode 100644 index 1b47a8700..000000000 --- a/english/nodejs/aspose.barcode/barcodesettings/getstripfnc/_index.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: "BarcodeSettings.getStripFNC" -linktitle: "getStripFNC" -articleTitle: "getStripFNC" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Strip FNC1, FNC2, FNC3 characters from codetext. Default value is false." -type: docs -weight: 40 -url: /nodejs/aspose.barcode/barcodesettings/getstripfnc/ ---- - -## getStripFNC() - -Strip FNC1, FNC2, FNC3 characters from codetext. Default value is false. - -**Returns:** Strip FNC1, FNC2, FNC3 characters from codetext. Default value is false. - -**Example:** - -```js -let generator = new BarcodeGenerator(EncodeTypes.GS_1_CODE_128, "(02)04006664241007(37)1(400)7019590754"); -generator.save("c:/test.png", BarcodeImageFormat.PNG); -let reader = new BarCodeReader("c:/test.png", DecodeType.CODE_128); - -//StripFNC disabled -reader.getBarcodeSettings().setStripFNC(false); -let results = reader.readBarCodes(); -for(let i = 0; i < results.length; i++) -{ - let result = results[i]; - console.log ("BarCode CodeText: " + result.getCodeText()); -} -``` diff --git a/english/nodejs/aspose.barcode/barcodesettings/isonlyrequestedtypes/_index.md b/english/nodejs/aspose.barcode/barcodesettings/isonlyrequestedtypes/_index.md deleted file mode 100644 index 38d100c9e..000000000 --- a/english/nodejs/aspose.barcode/barcodesettings/isonlyrequestedtypes/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "BarcodeSettings.isOnlyRequestedTypes" -linktitle: "isOnlyRequestedTypes" -articleTitle: "isOnlyRequestedTypes" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns only barcode types explicitly specified for recognition. When enabled, recognized barcodes of other compatible or equivalent types are filtered out. ..." -type: docs -weight: 50 -url: /nodejs/aspose.barcode/barcodesettings/isonlyrequestedtypes/ ---- - -## isOnlyRequestedTypes() - -Returns only barcode types explicitly specified for recognition. When enabled, recognized barcodes of other compatible or equivalent types are filtered out. Default value is false. Example: // generate EAN13 barcode let generator = new BarcodeGenerator(EncodeTypes.EAN_13, "2383823482894"); generator.save("test.png"); // recognize only UPCA barcodes (no results, because source is EAN13) const reader = new BarCodeReader("test.png", null, DecodeType.UPCA); reader.getBarcodeSettings().setOnlyRequestedTypes(true); let results = reader.readBarCodes(); for (let i = 0; i < results.length; i++) { console.log("BarCode CodeText: " + results[i].getCodeText()); } // recognize compatible types: EAN13, UPCA, ISSN, ISMN, ISBN // (EAN13 will be returned as UPCA-equivalent) let reader2 = new BarCodeReader("test.png", null, DecodeType.UPCA); reader2.getBarcodeSettings().setOnlyRequestedTypes(false); let results2 = reader2.readBarCodes(); for (let i = 0; i < results2.length; i++) { console.log("BarCode CodeText: " + results2[i].getCodeText()); } - -**Returns:** true if only explicitly requested barcode types are returned; otherwise false diff --git a/english/nodejs/aspose.barcode/barcodesettings/setchecksumvalidation/_index.md b/english/nodejs/aspose.barcode/barcodesettings/setchecksumvalidation/_index.md deleted file mode 100644 index 764853970..000000000 --- a/english/nodejs/aspose.barcode/barcodesettings/setchecksumvalidation/_index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: "BarcodeSettings.setChecksumValidation" -linktitle: "setChecksumValidation" -articleTitle: "setChecksumValidation" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Enable checksum validation during recognition for 1D and Postal barcodes. Default is treated as Yes for symbologies which must contain checksum, as No where ..." -type: docs -weight: 60 -url: /nodejs/aspose.barcode/barcodesettings/setchecksumvalidation/ ---- - -## setChecksumValidation(value) - -Enable checksum validation during recognition for 1D and Postal barcodes. Default is treated as Yes for symbologies which must contain checksum, as No where checksum only possible. Checksum never used: Codabar, PatchCode, Pharmacode, DataLogic2of5 Checksum is possible: Code39 Standard/Extended, Standard2of5, Interleaved2of5, ItalianPost25, Matrix2of5, MSI, ItalianPost25, DeutschePostIdentcode, DeutschePostLeitcode, VIN Checksum always used: Rest symbologies - -| Parameter | Description | -| --- | --- | -| value | Enable checksum validation during recognition for 1D and Postal barcodes. | - -**Example:** - -```js -let generator = new BarcodeGenerator(EncodeTypes.EAN_13, "1234567890128"); -generator.save("c:/test.png", BarcodeImageFormat.PNG); -let reader = new BarCodeReader("c:/test.png", DecodeType.EAN_13); -//checksum disabled -reader.getBarcodeSettings().setChecksumValidation(ChecksumValidation.OFF); -let results = reader.readBarCodes(); -for(let i = 0; i < results.length; i++) -{ - let result = results[i]; - console.log ("BarCode CodeText: " + result.getCodeText()); - console.log ("BarCode Value: " + result.getExtended().getOneD().getValue()); - console.log ("BarCode Checksum: " + result.getExtended().getOneD().getCheckSum()); -} -``` diff --git a/english/nodejs/aspose.barcode/barcodesettings/setdetectencoding/_index.md b/english/nodejs/aspose.barcode/barcodesettings/setdetectencoding/_index.md deleted file mode 100644 index a50b6267b..000000000 --- a/english/nodejs/aspose.barcode/barcodesettings/setdetectencoding/_index.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: "BarcodeSettings.setDetectEncoding" -linktitle: "setDetectEncoding" -articleTitle: "setDetectEncoding" -second_title: "Aspose.BarCode for Node.js via Java" -description: "The flag which force engine to detect codetext encoding for Unicode codesets. Default value is true." -type: docs -weight: 70 -url: /nodejs/aspose.barcode/barcodesettings/setdetectencoding/ ---- - -## setDetectEncoding() - -The flag which force engine to detect codetext encoding for Unicode codesets. Default value is true. - -**Returns:** The flag which force engine to detect codetext encoding for Unicode codesets - -**Example:** - -```js -let generator = new BarcodeGenerator(EncodeTypes.QR, "Слово")) -im = generator.generateBarcodeImage(BarcodeImageFormat.PNG); - -//detects encoding for Unicode codesets is enabled -let reader = new BarCodeReader(im, DecodeType.QR); -reader.getBarcodeSettings().setDetectEncoding(true); -let results = reader.readBarCodes(); -for(let i = 0; i < results.length; i++) -{ - let result = results[i]; - console.log ("BarCode CodeText: " + result.getCodeText()); -} -``` diff --git a/english/nodejs/aspose.barcode/barcodesettings/setonlyrequestedtypes/_index.md b/english/nodejs/aspose.barcode/barcodesettings/setonlyrequestedtypes/_index.md deleted file mode 100644 index 320c6869f..000000000 --- a/english/nodejs/aspose.barcode/barcodesettings/setonlyrequestedtypes/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "BarcodeSettings.setOnlyRequestedTypes" -linktitle: "setOnlyRequestedTypes" -articleTitle: "setOnlyRequestedTypes" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns only barcode types explicitly specified for recognition. When enabled, recognized barcodes of other compatible or equivalent types are filtered out. ..." -type: docs -weight: 80 -url: /nodejs/aspose.barcode/barcodesettings/setonlyrequestedtypes/ ---- - -## setOnlyRequestedTypes() - -Returns only barcode types explicitly specified for recognition. When enabled, recognized barcodes of other compatible or equivalent types are filtered out. Default value is false. Example: // generate EAN13 barcode let generator = new BarcodeGenerator(EncodeTypes.EAN_13, "2383823482894"); generator.save("test.png"); // recognize only UPCA barcodes (no results, because source is EAN13) const reader = new BarCodeReader("test.png", null, DecodeType.UPCA); reader.getBarcodeSettings().setOnlyRequestedTypes(true); let results = reader.readBarCodes(); for (let i = 0; i < results.length; i++) { console.log("BarCode CodeText: " + results[i].getCodeText()); } // recognize compatible types: EAN13, UPCA, ISSN, ISMN, ISBN // (EAN13 will be returned as UPCA-equivalent) let reader2 = new BarCodeReader("test.png", null, DecodeType.UPCA); reader2.getBarcodeSettings().setOnlyRequestedTypes(false); let results2 = reader2.readBarCodes(); for (let i = 0; i < results2.length; i++) { console.log("BarCode CodeText: " + results2[i].getCodeText()); } - -**Returns:** true if only explicitly requested barcode types are returned; otherwise false diff --git a/english/nodejs/aspose.barcode/barcodesettings/setstripfnc/_index.md b/english/nodejs/aspose.barcode/barcodesettings/setstripfnc/_index.md deleted file mode 100644 index 133ea2bc8..000000000 --- a/english/nodejs/aspose.barcode/barcodesettings/setstripfnc/_index.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -title: "BarcodeSettings.setStripFNC" -linktitle: "setStripFNC" -articleTitle: "setStripFNC" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Strip FNC1, FNC2, FNC3 characters from codetext. Default value is false." -type: docs -weight: 90 -url: /nodejs/aspose.barcode/barcodesettings/setstripfnc/ ---- - -## setStripFNC(value) - -Strip FNC1, FNC2, FNC3 characters from codetext. Default value is false. - -| Parameter | Description | -| --- | --- | -| value | Strip FNC1, FNC2, FNC3 characters from codetext. Default value is false. | - -**Example:** - -```js -let generator = new BarcodeGenerator(EncodeTypes.GS_1_CODE_128, "(02)04006664241007(37)1(400)7019590754"); -generator.save("c:/test.png", BarcodeImageFormat.PNG); -let reader = new BarCodeReader("c:/test.png", DecodeType.CODE_128); - -//StripFNC disabled -reader.getBarcodeSettings().setStripFNC(false); -let results = reader.readBarCodes(); -for(let i = 0; i < results.length; i++) -{ - let result = results[i]; - console.log ("BarCode CodeText: " + result.getCodeText()); -} -``` diff --git a/english/nodejs/aspose.barcode/basegenerationparameters/_index.md b/english/nodejs/aspose.barcode/basegenerationparameters/_index.md index 85d19dbaa..d5da790c3 100644 --- a/english/nodejs/aspose.barcode/basegenerationparameters/_index.md +++ b/english/nodejs/aspose.barcode/basegenerationparameters/_index.md @@ -1,8 +1,7 @@ --- -title: "BaseGenerationParameters Class" +title: "BaseGenerationParameters" linktitle: "BaseGenerationParameters" -articleTitle: "BaseGenerationParameters" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Barcode image generation parameters." type: docs weight: 160 @@ -21,22 +20,118 @@ new BaseGenerationParameters() | Name | Description | | --- | --- | -| [getAutoSizeMode()](./getautosizemode/) | Specifies the different types of automatic sizing modes. Default value: AutoSizeMode.NONE. | -| [getBackColor()](./getbackcolor/) | Background color of the barcode image. Default value: #FFFFFF | -| [getBarcode()](./getbarcode/) | Gets the BarcodeParameters that contains all barcode properties. | -| [getBorder()](./getborder/) | Gets the BorderParameters that contains all configuration properties for barcode border. | -| [getCaptionAbove()](./getcaptionabove/) | Caption Above the BarCode image. See CaptionParameters. | -| [getCaptionBelow()](./getcaptionbelow/) | Caption Below the BarCode image. See CaptionParameters. | -| [getImage()](./getimage/) | Image parameters. See ImageParameters. | -| [getImageHeight()](./getimageheight/) | BarCode image height when AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION. | -| [getImageWidth()](./getimagewidth/) | BarCode image width when AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION. | -| [getResolution()](./getresolution/) | Gets the resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. The Resolution parameter | -| [getRotationAngle()](./getrotationangle/) | BarCode image rotation angle, measured in degree, e.g. RotationAngle = 0 or RotationAngle = 360 means no rotation. If Ro | -| [getUseAntiAlias()](./getuseantialias/) | Gets a value indicating whether is used anti-aliasing mode to render image | -| [setAutoSizeMode()](./setautosizemode/) | Specifies the different types of automatic sizing modes. Default value: AutoSizeMode.NONE. | -| [setBackColor()](./setbackcolor/) | Background color of the barcode image. Default value: #FFFFFF | -| [setImageHeight()](./setimageheight/) | BarCode image height when AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION. | -| [setImageWidth()](./setimagewidth/) | BarCode image width when AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION. | -| [setResolution()](./setresolution/) | Sets the resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. The Resolution parameter | -| [setRotationAngle()](./setrotationangle/) | BarCode image rotation angle, measured in degree, e.g. RotationAngle = 0 or RotationAngle = 360 means no rotation. If Ro | -| [setUseAntiAlias()](./setuseantialias/) | Sets a value indicating whether is used anti-aliasing mode to render image | +| [getAutoSizeMode()](#getautosizemode) | Specifies the different types of automatic sizing modes. Default value: AutoSizeMode.NONE. | +| [getBackColor()](#getbackcolor) | Background color of the barcode image. Default value: #FFFFFF | +| [getBarcode()](#getbarcode) | Gets the BarcodeParameters that contains all barcode properties. | +| [getBorder()](#getborder) | Gets the BorderParameters that contains all configuration properties for barcode border. | +| [getCaptionAbove()](#getcaptionabove) | Caption Above the BarCode image. See CaptionParameters. | +| [getCaptionBelow()](#getcaptionbelow) | Caption Below the BarCode image. See CaptionParameters. | +| [getImage()](#getimage) | Image parameters. See ImageParameters. | +| [getImageHeight()](#getimageheight) | BarCode image height when AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION. | +| [getImageWidth()](#getimagewidth) | BarCode image width when AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION. | +| [getResolution()](#getresolution) | Gets the resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. The Resolution parameter | +| [getRotationAngle()](#getrotationangle) | BarCode image rotation angle, measured in degree, e.g. RotationAngle = 0 or RotationAngle = 360 means no rotation. If Ro | +| [getUseAntiAlias()](#getuseantialias) | Gets a value indicating whether is used anti-aliasing mode to render image | +| [setAutoSizeMode()](#setautosizemode) | Specifies the different types of automatic sizing modes. Default value: AutoSizeMode.NONE. | +| [setBackColor()](#setbackcolor) | Background color of the barcode image. Default value: #FFFFFF | +| [setImageHeight()](#setimageheight) | BarCode image height when AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION. | +| [setImageWidth()](#setimagewidth) | BarCode image width when AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION. | +| [setResolution()](#setresolution) | Sets the resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. The Resolution parameter | +| [setRotationAngle()](#setrotationangle) | BarCode image rotation angle, measured in degree, e.g. RotationAngle = 0 or RotationAngle = 360 means no rotation. If Ro | +| [setUseAntiAlias()](#setuseantialias) | Sets a value indicating whether is used anti-aliasing mode to render image | + +### getAutoSizeMode() {#getautosizemode} + +Specifies the different types of automatic sizing modes. Default value: AutoSizeMode.NONE. + +### getBackColor() {#getbackcolor} + +Background color of the barcode image. Default value: #FFFFFF + +### getBarcode() {#getbarcode} + +Gets the BarcodeParameters that contains all barcode properties. + +### getBorder() {#getborder} + +Gets the BorderParameters that contains all configuration properties for barcode border. + +### getCaptionAbove() {#getcaptionabove} + +Caption Above the BarCode image. See CaptionParameters. + +### getCaptionBelow() {#getcaptionbelow} + +Caption Below the BarCode image. See CaptionParameters. + +### getImage() {#getimage} + +Image parameters. See ImageParameters. + +**Returns:** ImageParameters + +### getImageHeight() {#getimageheight} + +BarCode image height when AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION. + +### getImageWidth() {#getimagewidth} + +BarCode image width when AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION. + +### getResolution() {#getresolution} + +Gets the resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. The Resolution parameter value is less than or equal to 0. + +### getRotationAngle() {#getrotationangle} + +BarCode image rotation angle, measured in degree, e.g. RotationAngle = 0 or RotationAngle = 360 means no rotation. If RotationAngle NOT equal to 90, 180, 270 or 0, it may increase the difficulty for the scanner to read the image . Default value: 0. + +**Example:** + +```js +//This sample shows how to create and save a BarCode image. + let generator = new BarcodeGenerator( EncodeTypes.DATA_MATRIX); + generator.getParameters().setRotationAngle(7); + generator.save("test.png", BarcodeImageFormat.PNG); +``` + +### getUseAntiAlias() {#getuseantialias} + +Gets a value indicating whether is used anti-aliasing mode to render image + +### setAutoSizeMode() {#setautosizemode} + +Specifies the different types of automatic sizing modes. Default value: AutoSizeMode.NONE. + +### setBackColor() {#setbackcolor} + +Background color of the barcode image. Default value: #FFFFFF + +### setImageHeight() {#setimageheight} + +BarCode image height when AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION. + +### setImageWidth() {#setimagewidth} + +BarCode image width when AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION. + +### setResolution() {#setresolution} + +Sets the resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. The Resolution parameter value is less than or equal to 0. + +### setRotationAngle() {#setrotationangle} + +BarCode image rotation angle, measured in degree, e.g. RotationAngle = 0 or RotationAngle = 360 means no rotation. If RotationAngle NOT equal to 90, 180, 270 or 0, it may increase the difficulty for the scanner to read the image. Default value: 0. + +**Example:** + +```js +//This sample shows how to create and save a BarCode image. + let generator = new BarcodeGenerator( EncodeTypes.DATA_MATRIX); + generator.getParameters().setRotationAngle(7); + generator.save("test.png", BarcodeImageFormat.PNG); +``` + +### setUseAntiAlias() {#setuseantialias} + +Sets a value indicating whether is used anti-aliasing mode to render image diff --git a/english/nodejs/aspose.barcode/basegenerationparameters/getautosizemode/_index.md b/english/nodejs/aspose.barcode/basegenerationparameters/getautosizemode/_index.md deleted file mode 100644 index ffbcc914d..000000000 --- a/english/nodejs/aspose.barcode/basegenerationparameters/getautosizemode/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BaseGenerationParameters.getAutoSizeMode" -linktitle: "getAutoSizeMode" -articleTitle: "getAutoSizeMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Specifies the different types of automatic sizing modes. Default value: AutoSizeMode.NONE." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/basegenerationparameters/getautosizemode/ ---- - -## getAutoSizeMode() - -Specifies the different types of automatic sizing modes. Default value: AutoSizeMode.NONE. diff --git a/english/nodejs/aspose.barcode/basegenerationparameters/getbackcolor/_index.md b/english/nodejs/aspose.barcode/basegenerationparameters/getbackcolor/_index.md deleted file mode 100644 index b27dc868c..000000000 --- a/english/nodejs/aspose.barcode/basegenerationparameters/getbackcolor/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BaseGenerationParameters.getBackColor" -linktitle: "getBackColor" -articleTitle: "getBackColor" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Background color of the barcode image. Default value: #FFFFFF" -type: docs -weight: 20 -url: /nodejs/aspose.barcode/basegenerationparameters/getbackcolor/ ---- - -## getBackColor() - -Background color of the barcode image. Default value: #FFFFFF diff --git a/english/nodejs/aspose.barcode/basegenerationparameters/getbarcode/_index.md b/english/nodejs/aspose.barcode/basegenerationparameters/getbarcode/_index.md deleted file mode 100644 index b2cbc87c9..000000000 --- a/english/nodejs/aspose.barcode/basegenerationparameters/getbarcode/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BaseGenerationParameters.getBarcode" -linktitle: "getBarcode" -articleTitle: "getBarcode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the BarcodeParameters that contains all barcode properties." -type: docs -weight: 30 -url: /nodejs/aspose.barcode/basegenerationparameters/getbarcode/ ---- - -## getBarcode() - -Gets the BarcodeParameters that contains all barcode properties. diff --git a/english/nodejs/aspose.barcode/basegenerationparameters/getborder/_index.md b/english/nodejs/aspose.barcode/basegenerationparameters/getborder/_index.md deleted file mode 100644 index dcf596974..000000000 --- a/english/nodejs/aspose.barcode/basegenerationparameters/getborder/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BaseGenerationParameters.getBorder" -linktitle: "getBorder" -articleTitle: "getBorder" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the BorderParameters that contains all configuration properties for barcode border." -type: docs -weight: 40 -url: /nodejs/aspose.barcode/basegenerationparameters/getborder/ ---- - -## getBorder() - -Gets the BorderParameters that contains all configuration properties for barcode border. diff --git a/english/nodejs/aspose.barcode/basegenerationparameters/getcaptionabove/_index.md b/english/nodejs/aspose.barcode/basegenerationparameters/getcaptionabove/_index.md deleted file mode 100644 index 95b75a3f6..000000000 --- a/english/nodejs/aspose.barcode/basegenerationparameters/getcaptionabove/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BaseGenerationParameters.getCaptionAbove" -linktitle: "getCaptionAbove" -articleTitle: "getCaptionAbove" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Caption Above the BarCode image. See CaptionParameters." -type: docs -weight: 50 -url: /nodejs/aspose.barcode/basegenerationparameters/getcaptionabove/ ---- - -## getCaptionAbove() - -Caption Above the BarCode image. See CaptionParameters. diff --git a/english/nodejs/aspose.barcode/basegenerationparameters/getcaptionbelow/_index.md b/english/nodejs/aspose.barcode/basegenerationparameters/getcaptionbelow/_index.md deleted file mode 100644 index 36f9d864d..000000000 --- a/english/nodejs/aspose.barcode/basegenerationparameters/getcaptionbelow/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BaseGenerationParameters.getCaptionBelow" -linktitle: "getCaptionBelow" -articleTitle: "getCaptionBelow" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Caption Below the BarCode image. See CaptionParameters." -type: docs -weight: 60 -url: /nodejs/aspose.barcode/basegenerationparameters/getcaptionbelow/ ---- - -## getCaptionBelow() - -Caption Below the BarCode image. See CaptionParameters. diff --git a/english/nodejs/aspose.barcode/basegenerationparameters/getimage/_index.md b/english/nodejs/aspose.barcode/basegenerationparameters/getimage/_index.md deleted file mode 100644 index 3b16c2a21..000000000 --- a/english/nodejs/aspose.barcode/basegenerationparameters/getimage/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "BaseGenerationParameters.getImage" -linktitle: "getImage" -articleTitle: "getImage" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Image parameters. See ImageParameters." -type: docs -weight: 70 -url: /nodejs/aspose.barcode/basegenerationparameters/getimage/ ---- - -## getImage() - -Image parameters. See ImageParameters. - -**Returns:** ImageParameters diff --git a/english/nodejs/aspose.barcode/basegenerationparameters/getimageheight/_index.md b/english/nodejs/aspose.barcode/basegenerationparameters/getimageheight/_index.md deleted file mode 100644 index 814254001..000000000 --- a/english/nodejs/aspose.barcode/basegenerationparameters/getimageheight/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BaseGenerationParameters.getImageHeight" -linktitle: "getImageHeight" -articleTitle: "getImageHeight" -second_title: "Aspose.BarCode for Node.js via Java" -description: "BarCode image height when AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION." -type: docs -weight: 80 -url: /nodejs/aspose.barcode/basegenerationparameters/getimageheight/ ---- - -## getImageHeight() - -BarCode image height when AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION. diff --git a/english/nodejs/aspose.barcode/basegenerationparameters/getimagewidth/_index.md b/english/nodejs/aspose.barcode/basegenerationparameters/getimagewidth/_index.md deleted file mode 100644 index 55494fb3a..000000000 --- a/english/nodejs/aspose.barcode/basegenerationparameters/getimagewidth/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BaseGenerationParameters.getImageWidth" -linktitle: "getImageWidth" -articleTitle: "getImageWidth" -second_title: "Aspose.BarCode for Node.js via Java" -description: "BarCode image width when AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION." -type: docs -weight: 90 -url: /nodejs/aspose.barcode/basegenerationparameters/getimagewidth/ ---- - -## getImageWidth() - -BarCode image width when AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION. diff --git a/english/nodejs/aspose.barcode/basegenerationparameters/getresolution/_index.md b/english/nodejs/aspose.barcode/basegenerationparameters/getresolution/_index.md deleted file mode 100644 index 8b202d1b0..000000000 --- a/english/nodejs/aspose.barcode/basegenerationparameters/getresolution/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BaseGenerationParameters.getResolution" -linktitle: "getResolution" -articleTitle: "getResolution" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. The Resolution parameter value is less than or equal to 0." -type: docs -weight: 100 -url: /nodejs/aspose.barcode/basegenerationparameters/getresolution/ ---- - -## getResolution() - -Gets the resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. The Resolution parameter value is less than or equal to 0. diff --git a/english/nodejs/aspose.barcode/basegenerationparameters/getrotationangle/_index.md b/english/nodejs/aspose.barcode/basegenerationparameters/getrotationangle/_index.md deleted file mode 100644 index 667f810e4..000000000 --- a/english/nodejs/aspose.barcode/basegenerationparameters/getrotationangle/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "BaseGenerationParameters.getRotationAngle" -linktitle: "getRotationAngle" -articleTitle: "getRotationAngle" -second_title: "Aspose.BarCode for Node.js via Java" -description: "BarCode image rotation angle, measured in degree, e.g. RotationAngle = 0 or RotationAngle = 360 means no rotation. If RotationAngle NOT equal to 90, 180, 270..." -type: docs -weight: 110 -url: /nodejs/aspose.barcode/basegenerationparameters/getrotationangle/ ---- - -## getRotationAngle() - -BarCode image rotation angle, measured in degree, e.g. RotationAngle = 0 or RotationAngle = 360 means no rotation. If RotationAngle NOT equal to 90, 180, 270 or 0, it may increase the difficulty for the scanner to read the image . Default value: 0. - -**Example:** - -```js -//This sample shows how to create and save a BarCode image. - let generator = new BarcodeGenerator( EncodeTypes.DATA_MATRIX); - generator.getParameters().setRotationAngle(7); - generator.save("test.png", BarcodeImageFormat.PNG); -``` diff --git a/english/nodejs/aspose.barcode/basegenerationparameters/getuseantialias/_index.md b/english/nodejs/aspose.barcode/basegenerationparameters/getuseantialias/_index.md deleted file mode 100644 index 8bc110b05..000000000 --- a/english/nodejs/aspose.barcode/basegenerationparameters/getuseantialias/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BaseGenerationParameters.getUseAntiAlias" -linktitle: "getUseAntiAlias" -articleTitle: "getUseAntiAlias" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets a value indicating whether is used anti-aliasing mode to render image" -type: docs -weight: 120 -url: /nodejs/aspose.barcode/basegenerationparameters/getuseantialias/ ---- - -## getUseAntiAlias() - -Gets a value indicating whether is used anti-aliasing mode to render image diff --git a/english/nodejs/aspose.barcode/basegenerationparameters/setautosizemode/_index.md b/english/nodejs/aspose.barcode/basegenerationparameters/setautosizemode/_index.md deleted file mode 100644 index 92609c738..000000000 --- a/english/nodejs/aspose.barcode/basegenerationparameters/setautosizemode/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BaseGenerationParameters.setAutoSizeMode" -linktitle: "setAutoSizeMode" -articleTitle: "setAutoSizeMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Specifies the different types of automatic sizing modes. Default value: AutoSizeMode.NONE." -type: docs -weight: 130 -url: /nodejs/aspose.barcode/basegenerationparameters/setautosizemode/ ---- - -## setAutoSizeMode() - -Specifies the different types of automatic sizing modes. Default value: AutoSizeMode.NONE. diff --git a/english/nodejs/aspose.barcode/basegenerationparameters/setbackcolor/_index.md b/english/nodejs/aspose.barcode/basegenerationparameters/setbackcolor/_index.md deleted file mode 100644 index 90083ab37..000000000 --- a/english/nodejs/aspose.barcode/basegenerationparameters/setbackcolor/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BaseGenerationParameters.setBackColor" -linktitle: "setBackColor" -articleTitle: "setBackColor" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Background color of the barcode image. Default value: #FFFFFF" -type: docs -weight: 140 -url: /nodejs/aspose.barcode/basegenerationparameters/setbackcolor/ ---- - -## setBackColor() - -Background color of the barcode image. Default value: #FFFFFF diff --git a/english/nodejs/aspose.barcode/basegenerationparameters/setimageheight/_index.md b/english/nodejs/aspose.barcode/basegenerationparameters/setimageheight/_index.md deleted file mode 100644 index 761d9c3d3..000000000 --- a/english/nodejs/aspose.barcode/basegenerationparameters/setimageheight/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BaseGenerationParameters.setImageHeight" -linktitle: "setImageHeight" -articleTitle: "setImageHeight" -second_title: "Aspose.BarCode for Node.js via Java" -description: "BarCode image height when AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION." -type: docs -weight: 150 -url: /nodejs/aspose.barcode/basegenerationparameters/setimageheight/ ---- - -## setImageHeight() - -BarCode image height when AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION. diff --git a/english/nodejs/aspose.barcode/basegenerationparameters/setimagewidth/_index.md b/english/nodejs/aspose.barcode/basegenerationparameters/setimagewidth/_index.md deleted file mode 100644 index d150eda6e..000000000 --- a/english/nodejs/aspose.barcode/basegenerationparameters/setimagewidth/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BaseGenerationParameters.setImageWidth" -linktitle: "setImageWidth" -articleTitle: "setImageWidth" -second_title: "Aspose.BarCode for Node.js via Java" -description: "BarCode image width when AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION." -type: docs -weight: 160 -url: /nodejs/aspose.barcode/basegenerationparameters/setimagewidth/ ---- - -## setImageWidth() - -BarCode image width when AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION. diff --git a/english/nodejs/aspose.barcode/basegenerationparameters/setresolution/_index.md b/english/nodejs/aspose.barcode/basegenerationparameters/setresolution/_index.md deleted file mode 100644 index 113f4d58c..000000000 --- a/english/nodejs/aspose.barcode/basegenerationparameters/setresolution/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BaseGenerationParameters.setResolution" -linktitle: "setResolution" -articleTitle: "setResolution" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets the resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. The Resolution parameter value is less than or equal to 0." -type: docs -weight: 170 -url: /nodejs/aspose.barcode/basegenerationparameters/setresolution/ ---- - -## setResolution() - -Sets the resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. The Resolution parameter value is less than or equal to 0. diff --git a/english/nodejs/aspose.barcode/basegenerationparameters/setrotationangle/_index.md b/english/nodejs/aspose.barcode/basegenerationparameters/setrotationangle/_index.md deleted file mode 100644 index a6443db7b..000000000 --- a/english/nodejs/aspose.barcode/basegenerationparameters/setrotationangle/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "BaseGenerationParameters.setRotationAngle" -linktitle: "setRotationAngle" -articleTitle: "setRotationAngle" -second_title: "Aspose.BarCode for Node.js via Java" -description: "BarCode image rotation angle, measured in degree, e.g. RotationAngle = 0 or RotationAngle = 360 means no rotation. If RotationAngle NOT equal to 90, 180, 270..." -type: docs -weight: 180 -url: /nodejs/aspose.barcode/basegenerationparameters/setrotationangle/ ---- - -## setRotationAngle() - -BarCode image rotation angle, measured in degree, e.g. RotationAngle = 0 or RotationAngle = 360 means no rotation. If RotationAngle NOT equal to 90, 180, 270 or 0, it may increase the difficulty for the scanner to read the image. Default value: 0. - -**Example:** - -```js -//This sample shows how to create and save a BarCode image. - let generator = new BarcodeGenerator( EncodeTypes.DATA_MATRIX); - generator.getParameters().setRotationAngle(7); - generator.save("test.png", BarcodeImageFormat.PNG); -``` diff --git a/english/nodejs/aspose.barcode/basegenerationparameters/setuseantialias/_index.md b/english/nodejs/aspose.barcode/basegenerationparameters/setuseantialias/_index.md deleted file mode 100644 index 90ec81977..000000000 --- a/english/nodejs/aspose.barcode/basegenerationparameters/setuseantialias/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BaseGenerationParameters.setUseAntiAlias" -linktitle: "setUseAntiAlias" -articleTitle: "setUseAntiAlias" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets a value indicating whether is used anti-aliasing mode to render image" -type: docs -weight: 190 -url: /nodejs/aspose.barcode/basegenerationparameters/setuseantialias/ ---- - -## setUseAntiAlias() - -Sets a value indicating whether is used anti-aliasing mode to render image diff --git a/english/nodejs/aspose.barcode/borderparameters/_index.md b/english/nodejs/aspose.barcode/borderparameters/_index.md index 3090ad545..2260d415a 100644 --- a/english/nodejs/aspose.barcode/borderparameters/_index.md +++ b/english/nodejs/aspose.barcode/borderparameters/_index.md @@ -1,8 +1,7 @@ --- -title: "BorderParameters Class" +title: "BorderParameters" linktitle: "BorderParameters" -articleTitle: "BorderParameters" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Barcode image border parameters" type: docs weight: 170 @@ -21,12 +20,50 @@ new BorderParameters() | Name | Description | | --- | --- | -| [getColor()](./getcolor/) | Border color. Default value: #000000 | -| [getDashStyle()](./getdashstyle/) | Border dash style. Default value: BorderDashStyle.SOLID. | -| [getVisible()](./getvisible/) | Border visibility. If false than parameter Width is always ignored (0). Default value: false. | -| [getWidth()](./getwidth/) | Border width. Default value: 0. Ignored if Visible is set to false. | -| [setColor()](./setcolor/) | Border color. Default value: #000000 | -| [setDashStyle()](./setdashstyle/) | Border dash style. Default value: BorderDashStyle.SOLID. | -| [setVisible()](./setvisible/) | Border visibility. If false than parameter Width is always ignored (0). Default value: false. | -| [setWidth()](./setwidth/) | Border width. Default value: 0. Ignored if Visible is set to false. | -| [toString()](./tostring/) | Returns a human-readable string representation of this BorderParameters. | +| [getColor()](#getcolor) | Border color. Default value: #000000 | +| [getDashStyle()](#getdashstyle) | Border dash style. Default value: BorderDashStyle.SOLID. | +| [getVisible()](#getvisible) | Border visibility. If false than parameter Width is always ignored (0). Default value: false. | +| [getWidth()](#getwidth) | Border width. Default value: 0. Ignored if Visible is set to false. | +| [setColor()](#setcolor) | Border color. Default value: #000000 | +| [setDashStyle()](#setdashstyle) | Border dash style. Default value: BorderDashStyle.SOLID. | +| [setVisible()](#setvisible) | Border visibility. If false than parameter Width is always ignored (0). Default value: false. | +| [setWidth()](#setwidth) | Border width. Default value: 0. Ignored if Visible is set to false. | +| [toString()](#tostring) | Returns a human-readable string representation of this BorderParameters. | + +### getColor() {#getcolor} + +Border color. Default value: #000000 + +### getDashStyle() {#getdashstyle} + +Border dash style. Default value: BorderDashStyle.SOLID. + +### getVisible() {#getvisible} + +Border visibility. If false than parameter Width is always ignored (0). Default value: false. + +### getWidth() {#getwidth} + +Border width. Default value: 0. Ignored if Visible is set to false. + +### setColor() {#setcolor} + +Border color. Default value: #000000 + +### setDashStyle() {#setdashstyle} + +Border dash style. Default value: BorderDashStyle.SOLID. + +### setVisible() {#setvisible} + +Border visibility. If false than parameter Width is always ignored (0). Default value: false. + +### setWidth() {#setwidth} + +Border width. Default value: 0. Ignored if Visible is set to false. + +### toString() {#tostring} + +Returns a human-readable string representation of this BorderParameters. + +**Returns:** A string that represents this BorderParameters. diff --git a/english/nodejs/aspose.barcode/borderparameters/getcolor/_index.md b/english/nodejs/aspose.barcode/borderparameters/getcolor/_index.md deleted file mode 100644 index 7effe0947..000000000 --- a/english/nodejs/aspose.barcode/borderparameters/getcolor/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BorderParameters.getColor" -linktitle: "getColor" -articleTitle: "getColor" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Border color. Default value: #000000" -type: docs -weight: 10 -url: /nodejs/aspose.barcode/borderparameters/getcolor/ ---- - -## getColor() - -Border color. Default value: #000000 diff --git a/english/nodejs/aspose.barcode/borderparameters/getdashstyle/_index.md b/english/nodejs/aspose.barcode/borderparameters/getdashstyle/_index.md deleted file mode 100644 index 625397245..000000000 --- a/english/nodejs/aspose.barcode/borderparameters/getdashstyle/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BorderParameters.getDashStyle" -linktitle: "getDashStyle" -articleTitle: "getDashStyle" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Border dash style. Default value: BorderDashStyle.SOLID." -type: docs -weight: 20 -url: /nodejs/aspose.barcode/borderparameters/getdashstyle/ ---- - -## getDashStyle() - -Border dash style. Default value: BorderDashStyle.SOLID. diff --git a/english/nodejs/aspose.barcode/borderparameters/getvisible/_index.md b/english/nodejs/aspose.barcode/borderparameters/getvisible/_index.md deleted file mode 100644 index 5ba0b29a1..000000000 --- a/english/nodejs/aspose.barcode/borderparameters/getvisible/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BorderParameters.getVisible" -linktitle: "getVisible" -articleTitle: "getVisible" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Border visibility. If false than parameter Width is always ignored (0). Default value: false." -type: docs -weight: 30 -url: /nodejs/aspose.barcode/borderparameters/getvisible/ ---- - -## getVisible() - -Border visibility. If false than parameter Width is always ignored (0). Default value: false. diff --git a/english/nodejs/aspose.barcode/borderparameters/getwidth/_index.md b/english/nodejs/aspose.barcode/borderparameters/getwidth/_index.md deleted file mode 100644 index 6be849064..000000000 --- a/english/nodejs/aspose.barcode/borderparameters/getwidth/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BorderParameters.getWidth" -linktitle: "getWidth" -articleTitle: "getWidth" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Border width. Default value: 0. Ignored if Visible is set to false." -type: docs -weight: 40 -url: /nodejs/aspose.barcode/borderparameters/getwidth/ ---- - -## getWidth() - -Border width. Default value: 0. Ignored if Visible is set to false. diff --git a/english/nodejs/aspose.barcode/borderparameters/setcolor/_index.md b/english/nodejs/aspose.barcode/borderparameters/setcolor/_index.md deleted file mode 100644 index 4a9318d42..000000000 --- a/english/nodejs/aspose.barcode/borderparameters/setcolor/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BorderParameters.setColor" -linktitle: "setColor" -articleTitle: "setColor" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Border color. Default value: #000000" -type: docs -weight: 50 -url: /nodejs/aspose.barcode/borderparameters/setcolor/ ---- - -## setColor() - -Border color. Default value: #000000 diff --git a/english/nodejs/aspose.barcode/borderparameters/setdashstyle/_index.md b/english/nodejs/aspose.barcode/borderparameters/setdashstyle/_index.md deleted file mode 100644 index b7024d2ef..000000000 --- a/english/nodejs/aspose.barcode/borderparameters/setdashstyle/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BorderParameters.setDashStyle" -linktitle: "setDashStyle" -articleTitle: "setDashStyle" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Border dash style. Default value: BorderDashStyle.SOLID." -type: docs -weight: 60 -url: /nodejs/aspose.barcode/borderparameters/setdashstyle/ ---- - -## setDashStyle() - -Border dash style. Default value: BorderDashStyle.SOLID. diff --git a/english/nodejs/aspose.barcode/borderparameters/setvisible/_index.md b/english/nodejs/aspose.barcode/borderparameters/setvisible/_index.md deleted file mode 100644 index 0823274f5..000000000 --- a/english/nodejs/aspose.barcode/borderparameters/setvisible/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BorderParameters.setVisible" -linktitle: "setVisible" -articleTitle: "setVisible" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Border visibility. If false than parameter Width is always ignored (0). Default value: false." -type: docs -weight: 70 -url: /nodejs/aspose.barcode/borderparameters/setvisible/ ---- - -## setVisible() - -Border visibility. If false than parameter Width is always ignored (0). Default value: false. diff --git a/english/nodejs/aspose.barcode/borderparameters/setwidth/_index.md b/english/nodejs/aspose.barcode/borderparameters/setwidth/_index.md deleted file mode 100644 index 286658dec..000000000 --- a/english/nodejs/aspose.barcode/borderparameters/setwidth/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "BorderParameters.setWidth" -linktitle: "setWidth" -articleTitle: "setWidth" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Border width. Default value: 0. Ignored if Visible is set to false." -type: docs -weight: 80 -url: /nodejs/aspose.barcode/borderparameters/setwidth/ ---- - -## setWidth() - -Border width. Default value: 0. Ignored if Visible is set to false. diff --git a/english/nodejs/aspose.barcode/borderparameters/tostring/_index.md b/english/nodejs/aspose.barcode/borderparameters/tostring/_index.md deleted file mode 100644 index 7e5b91414..000000000 --- a/english/nodejs/aspose.barcode/borderparameters/tostring/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "BorderParameters.toString" -linktitle: "toString" -articleTitle: "toString" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns a human-readable string representation of this BorderParameters." -type: docs -weight: 90 -url: /nodejs/aspose.barcode/borderparameters/tostring/ ---- - -## toString() - -Returns a human-readable string representation of this BorderParameters. - -**Returns:** A string that represents this BorderParameters. diff --git a/english/nodejs/aspose.barcode/captionparameters/_index.md b/english/nodejs/aspose.barcode/captionparameters/_index.md index 5337b8d4f..119f0568c 100644 --- a/english/nodejs/aspose.barcode/captionparameters/_index.md +++ b/english/nodejs/aspose.barcode/captionparameters/_index.md @@ -1,8 +1,7 @@ --- -title: "CaptionParameters Class" +title: "CaptionParameters" linktitle: "CaptionParameters" -articleTitle: "CaptionParameters" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Caption parameters." type: docs weight: 190 @@ -21,17 +20,73 @@ new CaptionParameters() | Name | Description | | --- | --- | -| [getAlignment()](./getalignment/) | Caption test horizontal alignment. Default TextAlignment.CENTER. | -| [getFont()](./getfont/) | Caption font. Default value: Arial 8pt regular. | -| [getNoWrap()](./getnowrap/) | Specify word wraps (line breaks) within text. Default value: false. | -| [getPadding()](./getpadding/) | Captions paddings. Default value for CaptionAbove: 5pt 5pt 0 5pt. Default value for CaptionBelow: 0 5pt 5pt 5pt. | -| [getText()](./gettext/) | Caption text. Default value: empty string. | -| [getTextColor()](./gettextcolor/) | Caption text color. Default value BLACK. | -| [getVisible()](./getvisible/) | Caption text visibility. Default value: false. | -| [setAlignment()](./setalignment/) | Caption test horizontal alignment. Default TextAlignment.CENTER. | -| [setNoWrap()](./setnowrap/) | Specify word wraps (line breaks) within text. Default value: false. | -| [setPadding()](./setpadding/) | Captions paddings. Default value for CaptionAbove: 5pt 5pt 0 5pt. Default value for CaptionBelow: 0 5pt 5pt 5pt. | -| [setText()](./settext/) | Caption text. Default value: empty string. | -| [setTextColor()](./settextcolor/) | Caption text color. Default value BLACK. | -| [setVisible()](./setvisible/) | Caption text visibility. Default value: false. | -| [toString()](./tostring/) | Specify word wraps (line breaks) within text. Default value: false. | +| [getAlignment()](#getalignment) | Caption test horizontal alignment. Default TextAlignment.CENTER. | +| [getFont()](#getfont) | Caption font. Default value: Arial 8pt regular. | +| [getNoWrap()](#getnowrap) | Specify word wraps (line breaks) within text. Default value: false. | +| [getPadding()](#getpadding) | Captions paddings. Default value for CaptionAbove: 5pt 5pt 0 5pt. Default value for CaptionBelow: 0 5pt 5pt 5pt. | +| [getText()](#gettext) | Caption text. Default value: empty string. | +| [getTextColor()](#gettextcolor) | Caption text color. Default value BLACK. | +| [getVisible()](#getvisible) | Caption text visibility. Default value: false. | +| [setAlignment()](#setalignment) | Caption test horizontal alignment. Default TextAlignment.CENTER. | +| [setNoWrap()](#setnowrap) | Specify word wraps (line breaks) within text. Default value: false. | +| [setPadding()](#setpadding) | Captions paddings. Default value for CaptionAbove: 5pt 5pt 0 5pt. Default value for CaptionBelow: 0 5pt 5pt 5pt. | +| [setText()](#settext) | Caption text. Default value: empty string. | +| [setTextColor()](#settextcolor) | Caption text color. Default value BLACK. | +| [setVisible()](#setvisible) | Caption text visibility. Default value: false. | +| [toString()](#tostring) | Specify word wraps (line breaks) within text. Default value: false. | + +### getAlignment() {#getalignment} + +Caption test horizontal alignment. Default TextAlignment.CENTER. + +### getFont() {#getfont} + +Caption font. Default value: Arial 8pt regular. + +### getNoWrap() {#getnowrap} + +Specify word wraps (line breaks) within text. Default value: false. + +### getPadding() {#getpadding} + +Captions paddings. Default value for CaptionAbove: 5pt 5pt 0 5pt. Default value for CaptionBelow: 0 5pt 5pt 5pt. + +### getText() {#gettext} + +Caption text. Default value: empty string. + +### getTextColor() {#gettextcolor} + +Caption text color. Default value BLACK. + +### getVisible() {#getvisible} + +Caption text visibility. Default value: false. + +### setAlignment() {#setalignment} + +Caption test horizontal alignment. Default TextAlignment.CENTER. + +### setNoWrap() {#setnowrap} + +Specify word wraps (line breaks) within text. Default value: false. + +### setPadding() {#setpadding} + +Captions paddings. Default value for CaptionAbove: 5pt 5pt 0 5pt. Default value for CaptionBelow: 0 5pt 5pt 5pt. + +### setText() {#settext} + +Caption text. Default value: empty string. + +### setTextColor() {#settextcolor} + +Caption text color. Default value BLACK. + +### setVisible() {#setvisible} + +Caption text visibility. Default value: false. + +### toString() {#tostring} + +Specify word wraps (line breaks) within text. Default value: false. diff --git a/english/nodejs/aspose.barcode/captionparameters/getalignment/_index.md b/english/nodejs/aspose.barcode/captionparameters/getalignment/_index.md deleted file mode 100644 index 1cdc1c3ff..000000000 --- a/english/nodejs/aspose.barcode/captionparameters/getalignment/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "CaptionParameters.getAlignment" -linktitle: "getAlignment" -articleTitle: "getAlignment" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Caption test horizontal alignment. Default TextAlignment.CENTER." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/captionparameters/getalignment/ ---- - -## getAlignment() - -Caption test horizontal alignment. Default TextAlignment.CENTER. diff --git a/english/nodejs/aspose.barcode/captionparameters/getfont/_index.md b/english/nodejs/aspose.barcode/captionparameters/getfont/_index.md deleted file mode 100644 index b56c8055b..000000000 --- a/english/nodejs/aspose.barcode/captionparameters/getfont/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "CaptionParameters.getFont" -linktitle: "getFont" -articleTitle: "getFont" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Caption font. Default value: Arial 8pt regular." -type: docs -weight: 20 -url: /nodejs/aspose.barcode/captionparameters/getfont/ ---- - -## getFont() - -Caption font. Default value: Arial 8pt regular. diff --git a/english/nodejs/aspose.barcode/captionparameters/getnowrap/_index.md b/english/nodejs/aspose.barcode/captionparameters/getnowrap/_index.md deleted file mode 100644 index 70588f8b4..000000000 --- a/english/nodejs/aspose.barcode/captionparameters/getnowrap/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "CaptionParameters.getNoWrap" -linktitle: "getNoWrap" -articleTitle: "getNoWrap" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Specify word wraps (line breaks) within text. Default value: false." -type: docs -weight: 30 -url: /nodejs/aspose.barcode/captionparameters/getnowrap/ ---- - -## getNoWrap() - -Specify word wraps (line breaks) within text. Default value: false. diff --git a/english/nodejs/aspose.barcode/captionparameters/getpadding/_index.md b/english/nodejs/aspose.barcode/captionparameters/getpadding/_index.md deleted file mode 100644 index 9e0efd66c..000000000 --- a/english/nodejs/aspose.barcode/captionparameters/getpadding/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "CaptionParameters.getPadding" -linktitle: "getPadding" -articleTitle: "getPadding" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Captions paddings. Default value for CaptionAbove: 5pt 5pt 0 5pt. Default value for CaptionBelow: 0 5pt 5pt 5pt." -type: docs -weight: 40 -url: /nodejs/aspose.barcode/captionparameters/getpadding/ ---- - -## getPadding() - -Captions paddings. Default value for CaptionAbove: 5pt 5pt 0 5pt. Default value for CaptionBelow: 0 5pt 5pt 5pt. diff --git a/english/nodejs/aspose.barcode/captionparameters/gettext/_index.md b/english/nodejs/aspose.barcode/captionparameters/gettext/_index.md deleted file mode 100644 index 594a2c3fa..000000000 --- a/english/nodejs/aspose.barcode/captionparameters/gettext/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "CaptionParameters.getText" -linktitle: "getText" -articleTitle: "getText" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Caption text. Default value: empty string." -type: docs -weight: 50 -url: /nodejs/aspose.barcode/captionparameters/gettext/ ---- - -## getText() - -Caption text. Default value: empty string. diff --git a/english/nodejs/aspose.barcode/captionparameters/gettextcolor/_index.md b/english/nodejs/aspose.barcode/captionparameters/gettextcolor/_index.md deleted file mode 100644 index a7f5a34b0..000000000 --- a/english/nodejs/aspose.barcode/captionparameters/gettextcolor/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "CaptionParameters.getTextColor" -linktitle: "getTextColor" -articleTitle: "getTextColor" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Caption text color. Default value BLACK." -type: docs -weight: 60 -url: /nodejs/aspose.barcode/captionparameters/gettextcolor/ ---- - -## getTextColor() - -Caption text color. Default value BLACK. diff --git a/english/nodejs/aspose.barcode/captionparameters/getvisible/_index.md b/english/nodejs/aspose.barcode/captionparameters/getvisible/_index.md deleted file mode 100644 index 61e182365..000000000 --- a/english/nodejs/aspose.barcode/captionparameters/getvisible/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "CaptionParameters.getVisible" -linktitle: "getVisible" -articleTitle: "getVisible" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Caption text visibility. Default value: false." -type: docs -weight: 70 -url: /nodejs/aspose.barcode/captionparameters/getvisible/ ---- - -## getVisible() - -Caption text visibility. Default value: false. diff --git a/english/nodejs/aspose.barcode/captionparameters/setalignment/_index.md b/english/nodejs/aspose.barcode/captionparameters/setalignment/_index.md deleted file mode 100644 index b3a433316..000000000 --- a/english/nodejs/aspose.barcode/captionparameters/setalignment/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "CaptionParameters.setAlignment" -linktitle: "setAlignment" -articleTitle: "setAlignment" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Caption test horizontal alignment. Default TextAlignment.CENTER." -type: docs -weight: 80 -url: /nodejs/aspose.barcode/captionparameters/setalignment/ ---- - -## setAlignment() - -Caption test horizontal alignment. Default TextAlignment.CENTER. diff --git a/english/nodejs/aspose.barcode/captionparameters/setnowrap/_index.md b/english/nodejs/aspose.barcode/captionparameters/setnowrap/_index.md deleted file mode 100644 index 51283bf79..000000000 --- a/english/nodejs/aspose.barcode/captionparameters/setnowrap/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "CaptionParameters.setNoWrap" -linktitle: "setNoWrap" -articleTitle: "setNoWrap" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Specify word wraps (line breaks) within text. Default value: false." -type: docs -weight: 90 -url: /nodejs/aspose.barcode/captionparameters/setnowrap/ ---- - -## setNoWrap() - -Specify word wraps (line breaks) within text. Default value: false. diff --git a/english/nodejs/aspose.barcode/captionparameters/setpadding/_index.md b/english/nodejs/aspose.barcode/captionparameters/setpadding/_index.md deleted file mode 100644 index 81046e39b..000000000 --- a/english/nodejs/aspose.barcode/captionparameters/setpadding/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "CaptionParameters.setPadding" -linktitle: "setPadding" -articleTitle: "setPadding" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Captions paddings. Default value for CaptionAbove: 5pt 5pt 0 5pt. Default value for CaptionBelow: 0 5pt 5pt 5pt." -type: docs -weight: 100 -url: /nodejs/aspose.barcode/captionparameters/setpadding/ ---- - -## setPadding() - -Captions paddings. Default value for CaptionAbove: 5pt 5pt 0 5pt. Default value for CaptionBelow: 0 5pt 5pt 5pt. diff --git a/english/nodejs/aspose.barcode/captionparameters/settext/_index.md b/english/nodejs/aspose.barcode/captionparameters/settext/_index.md deleted file mode 100644 index 165cb4dea..000000000 --- a/english/nodejs/aspose.barcode/captionparameters/settext/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "CaptionParameters.setText" -linktitle: "setText" -articleTitle: "setText" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Caption text. Default value: empty string." -type: docs -weight: 110 -url: /nodejs/aspose.barcode/captionparameters/settext/ ---- - -## setText() - -Caption text. Default value: empty string. diff --git a/english/nodejs/aspose.barcode/captionparameters/settextcolor/_index.md b/english/nodejs/aspose.barcode/captionparameters/settextcolor/_index.md deleted file mode 100644 index 185bb8d14..000000000 --- a/english/nodejs/aspose.barcode/captionparameters/settextcolor/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "CaptionParameters.setTextColor" -linktitle: "setTextColor" -articleTitle: "setTextColor" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Caption text color. Default value BLACK." -type: docs -weight: 120 -url: /nodejs/aspose.barcode/captionparameters/settextcolor/ ---- - -## setTextColor() - -Caption text color. Default value BLACK. diff --git a/english/nodejs/aspose.barcode/captionparameters/setvisible/_index.md b/english/nodejs/aspose.barcode/captionparameters/setvisible/_index.md deleted file mode 100644 index bcfde860f..000000000 --- a/english/nodejs/aspose.barcode/captionparameters/setvisible/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "CaptionParameters.setVisible" -linktitle: "setVisible" -articleTitle: "setVisible" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Caption text visibility. Default value: false." -type: docs -weight: 130 -url: /nodejs/aspose.barcode/captionparameters/setvisible/ ---- - -## setVisible() - -Caption text visibility. Default value: false. diff --git a/english/nodejs/aspose.barcode/captionparameters/tostring/_index.md b/english/nodejs/aspose.barcode/captionparameters/tostring/_index.md deleted file mode 100644 index fee201a96..000000000 --- a/english/nodejs/aspose.barcode/captionparameters/tostring/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "CaptionParameters.toString" -linktitle: "toString" -articleTitle: "toString" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Specify word wraps (line breaks) within text. Default value: false." -type: docs -weight: 140 -url: /nodejs/aspose.barcode/captionparameters/tostring/ ---- - -## toString() - -Specify word wraps (line breaks) within text. Default value: false. diff --git a/english/nodejs/aspose.barcode/cmykcolor/_index.md b/english/nodejs/aspose.barcode/cmykcolor/_index.md index a4e8ada60..09099faf9 100644 --- a/english/nodejs/aspose.barcode/cmykcolor/_index.md +++ b/english/nodejs/aspose.barcode/cmykcolor/_index.md @@ -1,9 +1,8 @@ --- -title: "CMYKColor Class" +title: "CMYKColor" linktitle: "CMYKColor" -articleTitle: "CMYKColor" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Class for CMYK color. A null instance means CMYK is not used, and default RGB color is in use." +second_title: "Aspose.BarCode for Node.js via Java API Reference" +description: "Class for CMYK color." type: docs weight: 180 url: /nodejs/aspose.barcode/cmykcolor/ @@ -30,6 +29,26 @@ Initializes a new instance of the CMYKColor class from CMYK values. CMYK values | Name | Description | | --- | --- | -| [parseCMYK(str)](./parsecmyk/) *(static)* | Parse a CMYK string of the form "C_M_Y_K" into a CMYKColor instance. | -| [formatCMYK()](./formatcmyk/) | Format this CMYKColor into a string "C_M_Y_K", multiplying each internal component (0–1) by 100 and rounding. | -| [toString()](./tostring/) | Optional: a human-readable representation. | +| [parseCMYK(str)](#parsecmyk) *(static)* | Parse a CMYK string of the form "C_M_Y_K" into a CMYKColor instance. | +| [formatCMYK()](#formatcmyk) | Format this CMYKColor into a string "C_M_Y_K", multiplying each internal component (0–1) by 100 and rounding. | +| [toString()](#tostring) | Optional: a human-readable representation. | + +### parseCMYK(str) (static) {#parsecmyk} + +Parse a CMYK string of the form "C_M_Y_K" into a CMYKColor instance. + +| Parameter | Type | Description | +| --- | --- | --- | +| str | string | – a string like "30_100_0_30" | + +**Returns:** CMYKColor + +### formatCMYK() {#formatcmyk} + +Format this CMYKColor into a string "C_M_Y_K", multiplying each internal component (0–1) by 100 and rounding. + +**Returns:** string — e.g. "30_100_0_30" + +### toString() {#tostring} + +Optional: a human-readable representation. diff --git a/english/nodejs/aspose.barcode/cmykcolor/formatcmyk/_index.md b/english/nodejs/aspose.barcode/cmykcolor/formatcmyk/_index.md deleted file mode 100644 index 5f1824181..000000000 --- a/english/nodejs/aspose.barcode/cmykcolor/formatcmyk/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "CMYKColor.formatCMYK" -linktitle: "formatCMYK" -articleTitle: "formatCMYK" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Format this CMYKColor into a string 'C_M_Y_K', multiplying each internal component (0–1) by 100 and rounding." -type: docs -weight: 20 -url: /nodejs/aspose.barcode/cmykcolor/formatcmyk/ ---- - -## formatCMYK() - -Format this CMYKColor into a string "C_M_Y_K", multiplying each internal component (0–1) by 100 and rounding. - -**Returns:** string — e.g. "30_100_0_30" diff --git a/english/nodejs/aspose.barcode/cmykcolor/parsecmyk/_index.md b/english/nodejs/aspose.barcode/cmykcolor/parsecmyk/_index.md deleted file mode 100644 index f30932e3e..000000000 --- a/english/nodejs/aspose.barcode/cmykcolor/parsecmyk/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "CMYKColor.parseCMYK" -linktitle: "parseCMYK" -articleTitle: "parseCMYK" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Parse a CMYK string of the form 'C_M_Y_K' into a CMYKColor instance." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/cmykcolor/parsecmyk/ ---- - -## parseCMYK(str) (static) - -Parse a CMYK string of the form "C_M_Y_K" into a CMYKColor instance. - -| Parameter | Type | Description | -| --- | --- | --- | -| str | string | – a string like "30_100_0_30" | - -**Returns:** CMYKColor diff --git a/english/nodejs/aspose.barcode/cmykcolor/tostring/_index.md b/english/nodejs/aspose.barcode/cmykcolor/tostring/_index.md deleted file mode 100644 index ff633f304..000000000 --- a/english/nodejs/aspose.barcode/cmykcolor/tostring/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "CMYKColor.toString" -linktitle: "toString" -articleTitle: "toString" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Optional: a human-readable representation." -type: docs -weight: 30 -url: /nodejs/aspose.barcode/cmykcolor/tostring/ ---- - -## toString() - -Optional: a human-readable representation. diff --git a/english/nodejs/aspose.barcode/codabarextendedparameters/_index.md b/english/nodejs/aspose.barcode/codabarextendedparameters/_index.md index 6b7335ff2..1372a8b6c 100644 --- a/english/nodejs/aspose.barcode/codabarextendedparameters/_index.md +++ b/english/nodejs/aspose.barcode/codabarextendedparameters/_index.md @@ -1,8 +1,7 @@ --- -title: "CodabarExtendedParameters Class" +title: "CodabarExtendedParameters" linktitle: "CodabarExtendedParameters" -articleTitle: "CodabarExtendedParameters" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Stores a Codabar additional information of recognized barcode" type: docs weight: 200 @@ -21,14 +20,88 @@ new CodabarExtendedParameters() | Name | Description | | --- | --- | -| [equals(obj)](./equals/) | Returns a value indicating whether this instance is equal to a specified `CodabarExtendedParameters` value. | -| [getCodabarStartSymbol()](./getcodabarstartsymbol/) ~~(deprecated)~~ | Gets or sets a Codabar start symbol. Default value: CodabarSymbol.A | -| [getCodabarStopSymbol()](./getcodabarstopsymbol/) ~~(deprecated)~~ | Gets or sets a Codabar stop symbol. Default value: CodabarSymbol.A | -| [getStartSymbol()](./getstartsymbol/) | Gets a Codabar start symbol. Default value: CodabarSymbol.A | -| [getStopSymbol()](./getstopsymbol/) | Gets a Codabar stop symbol. Default value: CodabarSymbol.A | -| [hashCode()](./hashcode/) | Returns the hash code for this instance. | -| [setCodabarStartSymbol()](./setcodabarstartsymbol/) ~~(deprecated)~~ | Gets or sets a Codabar start symbol. Default value: CodabarSymbol.A | -| [setCodabarStopSymbol()](./setcodabarstopsymbol/) ~~(deprecated)~~ | Gets or sets a Codabar stop symbol. Default value: CodabarSymbol.A | -| [setStartSymbol(value)](./setstartsymbol/) | Sets a Codabar start symbol. Default value: CodabarSymbol.A | -| [setStopSymbol(value)](./setstopsymbol/) | Sets a Codabar stop symbol. Default value: CodabarSymbol.A | -| [toString()](./tostring/) | Returns a human-readable string representation of this `CodabarExtendedParameters`. | +| [equals(obj)](#equals) | Returns a value indicating whether this instance is equal to a specified `CodabarExtendedParameters` value. | +| [getCodabarStartSymbol()](#getcodabarstartsymbol) ~~(deprecated)~~ | Gets or sets a Codabar start symbol. Default value: CodabarSymbol.A | +| [getCodabarStopSymbol()](#getcodabarstopsymbol) ~~(deprecated)~~ | Gets or sets a Codabar stop symbol. Default value: CodabarSymbol.A | +| [getStartSymbol()](#getstartsymbol) | Gets a Codabar start symbol. Default value: CodabarSymbol.A | +| [getStopSymbol()](#getstopsymbol) | Gets a Codabar stop symbol. Default value: CodabarSymbol.A | +| [hashCode()](#hashcode) | Returns the hash code for this instance. | +| [setCodabarStartSymbol()](#setcodabarstartsymbol) ~~(deprecated)~~ | Gets or sets a Codabar start symbol. Default value: CodabarSymbol.A | +| [setCodabarStopSymbol()](#setcodabarstopsymbol) ~~(deprecated)~~ | Gets or sets a Codabar stop symbol. Default value: CodabarSymbol.A | +| [setStartSymbol(value)](#setstartsymbol) | Sets a Codabar start symbol. Default value: CodabarSymbol.A | +| [setStopSymbol(value)](#setstopsymbol) | Sets a Codabar stop symbol. Default value: CodabarSymbol.A | +| [toString()](#tostring) | Returns a human-readable string representation of this `CodabarExtendedParameters`. | + +### equals(obj) {#equals} + +Returns a value indicating whether this instance is equal to a specified `CodabarExtendedParameters` value. + +| Parameter | Description | +| --- | --- | +| obj | An System.Object value to compare to this instance. | + +**Returns:** `true ` if obj has the same value as this instance; otherwise, `false `. + +### getCodabarStartSymbol() {#getcodabarstartsymbol} + +> **Deprecated.** See method description for replacement. + +Gets or sets a Codabar start symbol. Default value: CodabarSymbol.A + +### getCodabarStopSymbol() {#getcodabarstopsymbol} + +> **Deprecated.** See method description for replacement. + +Gets or sets a Codabar stop symbol. Default value: CodabarSymbol.A + +### getStartSymbol() {#getstartsymbol} + +Gets a Codabar start symbol. Default value: CodabarSymbol.A + +**Returns:** a Codabar start symbol. + +### getStopSymbol() {#getstopsymbol} + +Gets a Codabar stop symbol. Default value: CodabarSymbol.A + +**Returns:** a Codabar stop symbol. + +### hashCode() {#hashcode} + +Returns the hash code for this instance. + +**Returns:** A 32-bit signed integer hash code. + +### setCodabarStartSymbol() {#setcodabarstartsymbol} + +> **Deprecated.** See method description for replacement. + +Gets or sets a Codabar start symbol. Default value: CodabarSymbol.A + +### setCodabarStopSymbol() {#setcodabarstopsymbol} + +> **Deprecated.** See method description for replacement. + +Gets or sets a Codabar stop symbol. Default value: CodabarSymbol.A + +### setStartSymbol(value) {#setstartsymbol} + +Sets a Codabar start symbol. Default value: CodabarSymbol.A + +| Parameter | Description | +| --- | --- | +| value | a Codabar start symbol. | + +### setStopSymbol(value) {#setstopsymbol} + +Sets a Codabar stop symbol. Default value: CodabarSymbol.A + +| Parameter | Description | +| --- | --- | +| value | a Codabar stop symbol. | + +### toString() {#tostring} + +Returns a human-readable string representation of this `CodabarExtendedParameters`. + +**Returns:** A string that represents this `CodabarExtendedParameters`. diff --git a/english/nodejs/aspose.barcode/codabarextendedparameters/equals/_index.md b/english/nodejs/aspose.barcode/codabarextendedparameters/equals/_index.md deleted file mode 100644 index 3cc1bc49e..000000000 --- a/english/nodejs/aspose.barcode/codabarextendedparameters/equals/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "CodabarExtendedParameters.equals" -linktitle: "equals" -articleTitle: "equals" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns a value indicating whether this instance is equal to a specified `CodabarExtendedParameters` value." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/codabarextendedparameters/equals/ ---- - -## equals(obj) - -Returns a value indicating whether this instance is equal to a specified `CodabarExtendedParameters` value. - -| Parameter | Description | -| --- | --- | -| obj | An System.Object value to compare to this instance. | - -**Returns:** `true ` if obj has the same value as this instance; otherwise, `false `. diff --git a/english/nodejs/aspose.barcode/codabarextendedparameters/getcodabarstartsymbol/_index.md b/english/nodejs/aspose.barcode/codabarextendedparameters/getcodabarstartsymbol/_index.md deleted file mode 100644 index c8f07f500..000000000 --- a/english/nodejs/aspose.barcode/codabarextendedparameters/getcodabarstartsymbol/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "CodabarExtendedParameters.getCodabarStartSymbol" -linktitle: "getCodabarStartSymbol" -articleTitle: "getCodabarStartSymbol" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets or sets a Codabar start symbol. Default value: CodabarSymbol.A" -type: docs -weight: 20 -url: /nodejs/aspose.barcode/codabarextendedparameters/getcodabarstartsymbol/ ---- - -## getCodabarStartSymbol() - -> **Deprecated.** See method description for replacement. - -Gets or sets a Codabar start symbol. Default value: CodabarSymbol.A diff --git a/english/nodejs/aspose.barcode/codabarextendedparameters/getcodabarstopsymbol/_index.md b/english/nodejs/aspose.barcode/codabarextendedparameters/getcodabarstopsymbol/_index.md deleted file mode 100644 index 2c0c11361..000000000 --- a/english/nodejs/aspose.barcode/codabarextendedparameters/getcodabarstopsymbol/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "CodabarExtendedParameters.getCodabarStopSymbol" -linktitle: "getCodabarStopSymbol" -articleTitle: "getCodabarStopSymbol" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets or sets a Codabar stop symbol. Default value: CodabarSymbol.A" -type: docs -weight: 30 -url: /nodejs/aspose.barcode/codabarextendedparameters/getcodabarstopsymbol/ ---- - -## getCodabarStopSymbol() - -> **Deprecated.** See method description for replacement. - -Gets or sets a Codabar stop symbol. Default value: CodabarSymbol.A diff --git a/english/nodejs/aspose.barcode/codabarextendedparameters/getstartsymbol/_index.md b/english/nodejs/aspose.barcode/codabarextendedparameters/getstartsymbol/_index.md deleted file mode 100644 index da2fd87dd..000000000 --- a/english/nodejs/aspose.barcode/codabarextendedparameters/getstartsymbol/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "CodabarExtendedParameters.getStartSymbol" -linktitle: "getStartSymbol" -articleTitle: "getStartSymbol" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets a Codabar start symbol. Default value: CodabarSymbol.A" -type: docs -weight: 40 -url: /nodejs/aspose.barcode/codabarextendedparameters/getstartsymbol/ ---- - -## getStartSymbol() - -Gets a Codabar start symbol. Default value: CodabarSymbol.A - -**Returns:** a Codabar start symbol. diff --git a/english/nodejs/aspose.barcode/codabarextendedparameters/getstopsymbol/_index.md b/english/nodejs/aspose.barcode/codabarextendedparameters/getstopsymbol/_index.md deleted file mode 100644 index bd5671c10..000000000 --- a/english/nodejs/aspose.barcode/codabarextendedparameters/getstopsymbol/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "CodabarExtendedParameters.getStopSymbol" -linktitle: "getStopSymbol" -articleTitle: "getStopSymbol" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets a Codabar stop symbol. Default value: CodabarSymbol.A" -type: docs -weight: 50 -url: /nodejs/aspose.barcode/codabarextendedparameters/getstopsymbol/ ---- - -## getStopSymbol() - -Gets a Codabar stop symbol. Default value: CodabarSymbol.A - -**Returns:** a Codabar stop symbol. diff --git a/english/nodejs/aspose.barcode/codabarextendedparameters/hashcode/_index.md b/english/nodejs/aspose.barcode/codabarextendedparameters/hashcode/_index.md deleted file mode 100644 index a802cb889..000000000 --- a/english/nodejs/aspose.barcode/codabarextendedparameters/hashcode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "CodabarExtendedParameters.hashCode" -linktitle: "hashCode" -articleTitle: "hashCode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns the hash code for this instance." -type: docs -weight: 60 -url: /nodejs/aspose.barcode/codabarextendedparameters/hashcode/ ---- - -## hashCode() - -Returns the hash code for this instance. - -**Returns:** A 32-bit signed integer hash code. diff --git a/english/nodejs/aspose.barcode/codabarextendedparameters/setcodabarstartsymbol/_index.md b/english/nodejs/aspose.barcode/codabarextendedparameters/setcodabarstartsymbol/_index.md deleted file mode 100644 index f750838ab..000000000 --- a/english/nodejs/aspose.barcode/codabarextendedparameters/setcodabarstartsymbol/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "CodabarExtendedParameters.setCodabarStartSymbol" -linktitle: "setCodabarStartSymbol" -articleTitle: "setCodabarStartSymbol" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets or sets a Codabar start symbol. Default value: CodabarSymbol.A" -type: docs -weight: 70 -url: /nodejs/aspose.barcode/codabarextendedparameters/setcodabarstartsymbol/ ---- - -## setCodabarStartSymbol() - -> **Deprecated.** See method description for replacement. - -Gets or sets a Codabar start symbol. Default value: CodabarSymbol.A diff --git a/english/nodejs/aspose.barcode/codabarextendedparameters/setcodabarstopsymbol/_index.md b/english/nodejs/aspose.barcode/codabarextendedparameters/setcodabarstopsymbol/_index.md deleted file mode 100644 index e69b4124d..000000000 --- a/english/nodejs/aspose.barcode/codabarextendedparameters/setcodabarstopsymbol/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "CodabarExtendedParameters.setCodabarStopSymbol" -linktitle: "setCodabarStopSymbol" -articleTitle: "setCodabarStopSymbol" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets or sets a Codabar stop symbol. Default value: CodabarSymbol.A" -type: docs -weight: 80 -url: /nodejs/aspose.barcode/codabarextendedparameters/setcodabarstopsymbol/ ---- - -## setCodabarStopSymbol() - -> **Deprecated.** See method description for replacement. - -Gets or sets a Codabar stop symbol. Default value: CodabarSymbol.A diff --git a/english/nodejs/aspose.barcode/codabarextendedparameters/setstartsymbol/_index.md b/english/nodejs/aspose.barcode/codabarextendedparameters/setstartsymbol/_index.md deleted file mode 100644 index 548010df5..000000000 --- a/english/nodejs/aspose.barcode/codabarextendedparameters/setstartsymbol/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "CodabarExtendedParameters.setStartSymbol" -linktitle: "setStartSymbol" -articleTitle: "setStartSymbol" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets a Codabar start symbol. Default value: CodabarSymbol.A" -type: docs -weight: 90 -url: /nodejs/aspose.barcode/codabarextendedparameters/setstartsymbol/ ---- - -## setStartSymbol(value) - -Sets a Codabar start symbol. Default value: CodabarSymbol.A - -| Parameter | Description | -| --- | --- | -| value | a Codabar start symbol. | diff --git a/english/nodejs/aspose.barcode/codabarextendedparameters/setstopsymbol/_index.md b/english/nodejs/aspose.barcode/codabarextendedparameters/setstopsymbol/_index.md deleted file mode 100644 index 2137911af..000000000 --- a/english/nodejs/aspose.barcode/codabarextendedparameters/setstopsymbol/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "CodabarExtendedParameters.setStopSymbol" -linktitle: "setStopSymbol" -articleTitle: "setStopSymbol" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets a Codabar stop symbol. Default value: CodabarSymbol.A" -type: docs -weight: 100 -url: /nodejs/aspose.barcode/codabarextendedparameters/setstopsymbol/ ---- - -## setStopSymbol(value) - -Sets a Codabar stop symbol. Default value: CodabarSymbol.A - -| Parameter | Description | -| --- | --- | -| value | a Codabar stop symbol. | diff --git a/english/nodejs/aspose.barcode/codabarextendedparameters/tostring/_index.md b/english/nodejs/aspose.barcode/codabarextendedparameters/tostring/_index.md deleted file mode 100644 index fc4d0d470..000000000 --- a/english/nodejs/aspose.barcode/codabarextendedparameters/tostring/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "CodabarExtendedParameters.toString" -linktitle: "toString" -articleTitle: "toString" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns a human-readable string representation of this `CodabarExtendedParameters`." -type: docs -weight: 110 -url: /nodejs/aspose.barcode/codabarextendedparameters/tostring/ ---- - -## toString() - -Returns a human-readable string representation of this `CodabarExtendedParameters`. - -**Returns:** A string that represents this `CodabarExtendedParameters`. diff --git a/english/nodejs/aspose.barcode/codabarparameters/_index.md b/english/nodejs/aspose.barcode/codabarparameters/_index.md index f054508c4..31acc4181 100644 --- a/english/nodejs/aspose.barcode/codabarparameters/_index.md +++ b/english/nodejs/aspose.barcode/codabarparameters/_index.md @@ -1,8 +1,7 @@ --- -title: "CodabarParameters Class" +title: "CodabarParameters" linktitle: "CodabarParameters" -articleTitle: "CodabarParameters" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Codabar parameters." type: docs weight: 210 @@ -21,16 +20,88 @@ new CodabarParameters() | Name | Description | | --- | --- | -| [getChecksumMode()](./getchecksummode/) | Get the checksum algorithm for Codabar barcodes. Default value: CodabarChecksumMode.Mod16. To enable checksum calculatio | -| [getCodabarChecksumMode()](./getcodabarchecksummode/) ~~(deprecated)~~ | Get the checksum algorithm for Codabar barcodes. Default value: CodabarChecksumMode.MOD_16. To enable checksum calculati | -| [getCodabarStartSymbol()](./getcodabarstartsymbol/) ~~(deprecated)~~ | Start symbol (character) of Codabar symbology. Default value: CodabarSymbol.A | -| [getCodabarStopSymbol()](./getcodabarstopsymbol/) ~~(deprecated)~~ | Stop symbol (character) of Codabar symbology. Default value: CodabarSymbol.A | -| [getStartSymbol()](./getstartsymbol/) | Start symbol (character) of Codabar symbology. Default value: CodabarSymbol.A | -| [getStopSymbol()](./getstopsymbol/) | Stop symbol (character) of Codabar symbology. Default value: CodabarSymbol.A | -| [setChecksumMode(value)](./setchecksummode/) | Set the checksum algorithm for Codabar barcodes. Default value: CodabarChecksumMode.Mod16. To enable checksum calculatio | -| [setCodabarChecksumMode()](./setcodabarchecksummode/) ~~(deprecated)~~ | Set the checksum algorithm for Codabar barcodes. Default value: CodabarChecksumMode.MOD_16. To enable checksum calculati | -| [setCodabarStartSymbol()](./setcodabarstartsymbol/) ~~(deprecated)~~ | Start symbol (character) of Codabar symbology. Default value: CodabarSymbol.A | -| [setCodabarStopSymbol()](./setcodabarstopsymbol/) ~~(deprecated)~~ | Stop symbol (character) of Codabar symbology. Default value: CodabarSymbol.A | -| [setStartSymbol()](./setstartsymbol/) | Start symbol (character) of Codabar symbology. Default value: CodabarSymbol.A | -| [setStopSymbol()](./setstopsymbol/) | Stop symbol (character) of Codabar symbology. Default value: CodabarSymbol.A | -| [toString()](./tostring/) | Returns a human-readable string representation of this CodabarParameters. | +| [getChecksumMode()](#getchecksummode) | Get the checksum algorithm for Codabar barcodes. Default value: CodabarChecksumMode.Mod16. To enable checksum calculatio | +| [getCodabarChecksumMode()](#getcodabarchecksummode) ~~(deprecated)~~ | Get the checksum algorithm for Codabar barcodes. Default value: CodabarChecksumMode.MOD_16. To enable checksum calculati | +| [getCodabarStartSymbol()](#getcodabarstartsymbol) ~~(deprecated)~~ | Start symbol (character) of Codabar symbology. Default value: CodabarSymbol.A | +| [getCodabarStopSymbol()](#getcodabarstopsymbol) ~~(deprecated)~~ | Stop symbol (character) of Codabar symbology. Default value: CodabarSymbol.A | +| [getStartSymbol()](#getstartsymbol) | Start symbol (character) of Codabar symbology. Default value: CodabarSymbol.A | +| [getStopSymbol()](#getstopsymbol) | Stop symbol (character) of Codabar symbology. Default value: CodabarSymbol.A | +| [setChecksumMode(value)](#setchecksummode) | Set the checksum algorithm for Codabar barcodes. Default value: CodabarChecksumMode.Mod16. To enable checksum calculatio | +| [setCodabarChecksumMode()](#setcodabarchecksummode) ~~(deprecated)~~ | Set the checksum algorithm for Codabar barcodes. Default value: CodabarChecksumMode.MOD_16. To enable checksum calculati | +| [setCodabarStartSymbol()](#setcodabarstartsymbol) ~~(deprecated)~~ | Start symbol (character) of Codabar symbology. Default value: CodabarSymbol.A | +| [setCodabarStopSymbol()](#setcodabarstopsymbol) ~~(deprecated)~~ | Stop symbol (character) of Codabar symbology. Default value: CodabarSymbol.A | +| [setStartSymbol()](#setstartsymbol) | Start symbol (character) of Codabar symbology. Default value: CodabarSymbol.A | +| [setStopSymbol()](#setstopsymbol) | Stop symbol (character) of Codabar symbology. Default value: CodabarSymbol.A | +| [toString()](#tostring) | Returns a human-readable string representation of this CodabarParameters. | + +### getChecksumMode() {#getchecksummode} + +Get the checksum algorithm for Codabar barcodes. Default value: CodabarChecksumMode.Mod16. To enable checksum calculation set value EnableChecksum.Yes to property EnableChecksum. See `ChecksumMode`(#getChecksumMode/#setChecksumMode). + +**Returns:** the checksum algorithm for Codabar barcodes. + +### getCodabarChecksumMode() {#getcodabarchecksummode} + +> **Deprecated.** See method description for replacement. + +Get the checksum algorithm for Codabar barcodes. Default value: CodabarChecksumMode.MOD_16. To enable checksum calculation set value EnableChecksum.YES to property EnableChecksum. See CodabarChecksumMode. + +### getCodabarStartSymbol() {#getcodabarstartsymbol} + +> **Deprecated.** See method description for replacement. + +Start symbol (character) of Codabar symbology. Default value: CodabarSymbol.A + +### getCodabarStopSymbol() {#getcodabarstopsymbol} + +> **Deprecated.** See method description for replacement. + +Stop symbol (character) of Codabar symbology. Default value: CodabarSymbol.A + +### getStartSymbol() {#getstartsymbol} + +Start symbol (character) of Codabar symbology. Default value: CodabarSymbol.A + +### getStopSymbol() {#getstopsymbol} + +Stop symbol (character) of Codabar symbology. Default value: CodabarSymbol.A + +### setChecksumMode(value) {#setchecksummode} + +Set the checksum algorithm for Codabar barcodes. Default value: CodabarChecksumMode.Mod16. To enable checksum calculation set value EnableChecksum.Yes to property EnableChecksum. See `ChecksumMode`(#getChecksumMode/#setChecksumMode). + +| Parameter | Description | +| --- | --- | +| value | the checksum algorithm for Codabar barcodes. | + +### setCodabarChecksumMode() {#setcodabarchecksummode} + +> **Deprecated.** See method description for replacement. + +Set the checksum algorithm for Codabar barcodes. Default value: CodabarChecksumMode.MOD_16. To enable checksum calculation set value EnableChecksum.YES to property EnableChecksum. See CodabarChecksumMode. + +### setCodabarStartSymbol() {#setcodabarstartsymbol} + +> **Deprecated.** See method description for replacement. + +Start symbol (character) of Codabar symbology. Default value: CodabarSymbol.A + +### setCodabarStopSymbol() {#setcodabarstopsymbol} + +> **Deprecated.** See method description for replacement. + +Stop symbol (character) of Codabar symbology. Default value: CodabarSymbol.A + +### setStartSymbol() {#setstartsymbol} + +Start symbol (character) of Codabar symbology. Default value: CodabarSymbol.A + +### setStopSymbol() {#setstopsymbol} + +Stop symbol (character) of Codabar symbology. Default value: CodabarSymbol.A + +### toString() {#tostring} + +Returns a human-readable string representation of this CodabarParameters. + +**Returns:** A string that represents this CodabarParameters. diff --git a/english/nodejs/aspose.barcode/codabarparameters/getchecksummode/_index.md b/english/nodejs/aspose.barcode/codabarparameters/getchecksummode/_index.md deleted file mode 100644 index fa4955e77..000000000 --- a/english/nodejs/aspose.barcode/codabarparameters/getchecksummode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "CodabarParameters.getChecksumMode" -linktitle: "getChecksumMode" -articleTitle: "getChecksumMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Get the checksum algorithm for Codabar barcodes. Default value: CodabarChecksumMode.Mod16. To enable checksum calculation set value EnableChecksum.Yes to pro..." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/codabarparameters/getchecksummode/ ---- - -## getChecksumMode() - -Get the checksum algorithm for Codabar barcodes. Default value: CodabarChecksumMode.Mod16. To enable checksum calculation set value EnableChecksum.Yes to property EnableChecksum. See `ChecksumMode`(#getChecksumMode/#setChecksumMode). - -**Returns:** the checksum algorithm for Codabar barcodes. diff --git a/english/nodejs/aspose.barcode/codabarparameters/getcodabarchecksummode/_index.md b/english/nodejs/aspose.barcode/codabarparameters/getcodabarchecksummode/_index.md deleted file mode 100644 index bcc6f2278..000000000 --- a/english/nodejs/aspose.barcode/codabarparameters/getcodabarchecksummode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "CodabarParameters.getCodabarChecksumMode" -linktitle: "getCodabarChecksumMode" -articleTitle: "getCodabarChecksumMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Get the checksum algorithm for Codabar barcodes. Default value: CodabarChecksumMode.MOD_16. To enable checksum calculation set value EnableChecksum.YES to pr..." -type: docs -weight: 20 -url: /nodejs/aspose.barcode/codabarparameters/getcodabarchecksummode/ ---- - -## getCodabarChecksumMode() - -> **Deprecated.** See method description for replacement. - -Get the checksum algorithm for Codabar barcodes. Default value: CodabarChecksumMode.MOD_16. To enable checksum calculation set value EnableChecksum.YES to property EnableChecksum. See CodabarChecksumMode. diff --git a/english/nodejs/aspose.barcode/codabarparameters/getcodabarstartsymbol/_index.md b/english/nodejs/aspose.barcode/codabarparameters/getcodabarstartsymbol/_index.md deleted file mode 100644 index 347178377..000000000 --- a/english/nodejs/aspose.barcode/codabarparameters/getcodabarstartsymbol/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "CodabarParameters.getCodabarStartSymbol" -linktitle: "getCodabarStartSymbol" -articleTitle: "getCodabarStartSymbol" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Start symbol (character) of Codabar symbology. Default value: CodabarSymbol.A" -type: docs -weight: 30 -url: /nodejs/aspose.barcode/codabarparameters/getcodabarstartsymbol/ ---- - -## getCodabarStartSymbol() - -> **Deprecated.** See method description for replacement. - -Start symbol (character) of Codabar symbology. Default value: CodabarSymbol.A diff --git a/english/nodejs/aspose.barcode/codabarparameters/getcodabarstopsymbol/_index.md b/english/nodejs/aspose.barcode/codabarparameters/getcodabarstopsymbol/_index.md deleted file mode 100644 index 4ae08eb89..000000000 --- a/english/nodejs/aspose.barcode/codabarparameters/getcodabarstopsymbol/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "CodabarParameters.getCodabarStopSymbol" -linktitle: "getCodabarStopSymbol" -articleTitle: "getCodabarStopSymbol" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Stop symbol (character) of Codabar symbology. Default value: CodabarSymbol.A" -type: docs -weight: 40 -url: /nodejs/aspose.barcode/codabarparameters/getcodabarstopsymbol/ ---- - -## getCodabarStopSymbol() - -> **Deprecated.** See method description for replacement. - -Stop symbol (character) of Codabar symbology. Default value: CodabarSymbol.A diff --git a/english/nodejs/aspose.barcode/codabarparameters/getstartsymbol/_index.md b/english/nodejs/aspose.barcode/codabarparameters/getstartsymbol/_index.md deleted file mode 100644 index d51b9246b..000000000 --- a/english/nodejs/aspose.barcode/codabarparameters/getstartsymbol/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "CodabarParameters.getStartSymbol" -linktitle: "getStartSymbol" -articleTitle: "getStartSymbol" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Start symbol (character) of Codabar symbology. Default value: CodabarSymbol.A" -type: docs -weight: 50 -url: /nodejs/aspose.barcode/codabarparameters/getstartsymbol/ ---- - -## getStartSymbol() - -Start symbol (character) of Codabar symbology. Default value: CodabarSymbol.A diff --git a/english/nodejs/aspose.barcode/codabarparameters/getstopsymbol/_index.md b/english/nodejs/aspose.barcode/codabarparameters/getstopsymbol/_index.md deleted file mode 100644 index 422f883f3..000000000 --- a/english/nodejs/aspose.barcode/codabarparameters/getstopsymbol/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "CodabarParameters.getStopSymbol" -linktitle: "getStopSymbol" -articleTitle: "getStopSymbol" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Stop symbol (character) of Codabar symbology. Default value: CodabarSymbol.A" -type: docs -weight: 60 -url: /nodejs/aspose.barcode/codabarparameters/getstopsymbol/ ---- - -## getStopSymbol() - -Stop symbol (character) of Codabar symbology. Default value: CodabarSymbol.A diff --git a/english/nodejs/aspose.barcode/codabarparameters/setchecksummode/_index.md b/english/nodejs/aspose.barcode/codabarparameters/setchecksummode/_index.md deleted file mode 100644 index 7c6e24601..000000000 --- a/english/nodejs/aspose.barcode/codabarparameters/setchecksummode/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "CodabarParameters.setChecksumMode" -linktitle: "setChecksumMode" -articleTitle: "setChecksumMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Set the checksum algorithm for Codabar barcodes. Default value: CodabarChecksumMode.Mod16. To enable checksum calculation set value EnableChecksum.Yes to pro..." -type: docs -weight: 70 -url: /nodejs/aspose.barcode/codabarparameters/setchecksummode/ ---- - -## setChecksumMode(value) - -Set the checksum algorithm for Codabar barcodes. Default value: CodabarChecksumMode.Mod16. To enable checksum calculation set value EnableChecksum.Yes to property EnableChecksum. See `ChecksumMode`(#getChecksumMode/#setChecksumMode). - -| Parameter | Description | -| --- | --- | -| value | the checksum algorithm for Codabar barcodes. | diff --git a/english/nodejs/aspose.barcode/codabarparameters/setcodabarchecksummode/_index.md b/english/nodejs/aspose.barcode/codabarparameters/setcodabarchecksummode/_index.md deleted file mode 100644 index 6215f67d5..000000000 --- a/english/nodejs/aspose.barcode/codabarparameters/setcodabarchecksummode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "CodabarParameters.setCodabarChecksumMode" -linktitle: "setCodabarChecksumMode" -articleTitle: "setCodabarChecksumMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Set the checksum algorithm for Codabar barcodes. Default value: CodabarChecksumMode.MOD_16. To enable checksum calculation set value EnableChecksum.YES to pr..." -type: docs -weight: 80 -url: /nodejs/aspose.barcode/codabarparameters/setcodabarchecksummode/ ---- - -## setCodabarChecksumMode() - -> **Deprecated.** See method description for replacement. - -Set the checksum algorithm for Codabar barcodes. Default value: CodabarChecksumMode.MOD_16. To enable checksum calculation set value EnableChecksum.YES to property EnableChecksum. See CodabarChecksumMode. diff --git a/english/nodejs/aspose.barcode/codabarparameters/setcodabarstartsymbol/_index.md b/english/nodejs/aspose.barcode/codabarparameters/setcodabarstartsymbol/_index.md deleted file mode 100644 index 365cfbdec..000000000 --- a/english/nodejs/aspose.barcode/codabarparameters/setcodabarstartsymbol/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "CodabarParameters.setCodabarStartSymbol" -linktitle: "setCodabarStartSymbol" -articleTitle: "setCodabarStartSymbol" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Start symbol (character) of Codabar symbology. Default value: CodabarSymbol.A" -type: docs -weight: 90 -url: /nodejs/aspose.barcode/codabarparameters/setcodabarstartsymbol/ ---- - -## setCodabarStartSymbol() - -> **Deprecated.** See method description for replacement. - -Start symbol (character) of Codabar symbology. Default value: CodabarSymbol.A diff --git a/english/nodejs/aspose.barcode/codabarparameters/setcodabarstopsymbol/_index.md b/english/nodejs/aspose.barcode/codabarparameters/setcodabarstopsymbol/_index.md deleted file mode 100644 index 7a5f48f87..000000000 --- a/english/nodejs/aspose.barcode/codabarparameters/setcodabarstopsymbol/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "CodabarParameters.setCodabarStopSymbol" -linktitle: "setCodabarStopSymbol" -articleTitle: "setCodabarStopSymbol" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Stop symbol (character) of Codabar symbology. Default value: CodabarSymbol.A" -type: docs -weight: 100 -url: /nodejs/aspose.barcode/codabarparameters/setcodabarstopsymbol/ ---- - -## setCodabarStopSymbol() - -> **Deprecated.** See method description for replacement. - -Stop symbol (character) of Codabar symbology. Default value: CodabarSymbol.A diff --git a/english/nodejs/aspose.barcode/codabarparameters/setstartsymbol/_index.md b/english/nodejs/aspose.barcode/codabarparameters/setstartsymbol/_index.md deleted file mode 100644 index a85b283ea..000000000 --- a/english/nodejs/aspose.barcode/codabarparameters/setstartsymbol/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "CodabarParameters.setStartSymbol" -linktitle: "setStartSymbol" -articleTitle: "setStartSymbol" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Start symbol (character) of Codabar symbology. Default value: CodabarSymbol.A" -type: docs -weight: 110 -url: /nodejs/aspose.barcode/codabarparameters/setstartsymbol/ ---- - -## setStartSymbol() - -Start symbol (character) of Codabar symbology. Default value: CodabarSymbol.A diff --git a/english/nodejs/aspose.barcode/codabarparameters/setstopsymbol/_index.md b/english/nodejs/aspose.barcode/codabarparameters/setstopsymbol/_index.md deleted file mode 100644 index 3e09a4487..000000000 --- a/english/nodejs/aspose.barcode/codabarparameters/setstopsymbol/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "CodabarParameters.setStopSymbol" -linktitle: "setStopSymbol" -articleTitle: "setStopSymbol" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Stop symbol (character) of Codabar symbology. Default value: CodabarSymbol.A" -type: docs -weight: 120 -url: /nodejs/aspose.barcode/codabarparameters/setstopsymbol/ ---- - -## setStopSymbol() - -Stop symbol (character) of Codabar symbology. Default value: CodabarSymbol.A diff --git a/english/nodejs/aspose.barcode/codabarparameters/tostring/_index.md b/english/nodejs/aspose.barcode/codabarparameters/tostring/_index.md deleted file mode 100644 index c3cb4530c..000000000 --- a/english/nodejs/aspose.barcode/codabarparameters/tostring/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "CodabarParameters.toString" -linktitle: "toString" -articleTitle: "toString" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns a human-readable string representation of this CodabarParameters." -type: docs -weight: 130 -url: /nodejs/aspose.barcode/codabarparameters/tostring/ ---- - -## toString() - -Returns a human-readable string representation of this CodabarParameters. - -**Returns:** A string that represents this CodabarParameters. diff --git a/english/nodejs/aspose.barcode/codablockparameters/_index.md b/english/nodejs/aspose.barcode/codablockparameters/_index.md index b0aa56bf5..c8b7ef781 100644 --- a/english/nodejs/aspose.barcode/codablockparameters/_index.md +++ b/english/nodejs/aspose.barcode/codablockparameters/_index.md @@ -1,8 +1,7 @@ --- -title: "CodablockParameters Class" +title: "CodablockParameters" linktitle: "CodablockParameters" -articleTitle: "CodablockParameters" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Codablock parameters." type: docs weight: 220 @@ -21,10 +20,40 @@ new CodablockParameters() | Name | Description | | --- | --- | -| [getAspectRatio()](./getaspectratio/) | Height/Width ratio of 2D BarCode module. | -| [getColumns()](./getcolumns/) | Columns count. | -| [getRows()](./getrows/) | Rows count. | -| [setAspectRatio()](./setaspectratio/) | Height/Width ratio of 2D BarCode module. | -| [setColumns()](./setcolumns/) | Columns count. | -| [setRows()](./setrows/) | Rows count. | -| [toString()](./tostring/) | Returns a human-readable string representation of this CodablockParameters. | +| [getAspectRatio()](#getaspectratio) | Height/Width ratio of 2D BarCode module. | +| [getColumns()](#getcolumns) | Columns count. | +| [getRows()](#getrows) | Rows count. | +| [setAspectRatio()](#setaspectratio) | Height/Width ratio of 2D BarCode module. | +| [setColumns()](#setcolumns) | Columns count. | +| [setRows()](#setrows) | Rows count. | +| [toString()](#tostring) | Returns a human-readable string representation of this CodablockParameters. | + +### getAspectRatio() {#getaspectratio} + +Height/Width ratio of 2D BarCode module. + +### getColumns() {#getcolumns} + +Columns count. + +### getRows() {#getrows} + +Rows count. + +### setAspectRatio() {#setaspectratio} + +Height/Width ratio of 2D BarCode module. + +### setColumns() {#setcolumns} + +Columns count. + +### setRows() {#setrows} + +Rows count. + +### toString() {#tostring} + +Returns a human-readable string representation of this CodablockParameters. + +**Returns:** string — value that represents this CodablockParameters. diff --git a/english/nodejs/aspose.barcode/codablockparameters/getaspectratio/_index.md b/english/nodejs/aspose.barcode/codablockparameters/getaspectratio/_index.md deleted file mode 100644 index e90814c34..000000000 --- a/english/nodejs/aspose.barcode/codablockparameters/getaspectratio/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "CodablockParameters.getAspectRatio" -linktitle: "getAspectRatio" -articleTitle: "getAspectRatio" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Height/Width ratio of 2D BarCode module." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/codablockparameters/getaspectratio/ ---- - -## getAspectRatio() - -Height/Width ratio of 2D BarCode module. diff --git a/english/nodejs/aspose.barcode/codablockparameters/getcolumns/_index.md b/english/nodejs/aspose.barcode/codablockparameters/getcolumns/_index.md deleted file mode 100644 index c15aa52f6..000000000 --- a/english/nodejs/aspose.barcode/codablockparameters/getcolumns/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "CodablockParameters.getColumns" -linktitle: "getColumns" -articleTitle: "getColumns" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Columns count." -type: docs -weight: 20 -url: /nodejs/aspose.barcode/codablockparameters/getcolumns/ ---- - -## getColumns() - -Columns count. diff --git a/english/nodejs/aspose.barcode/codablockparameters/getrows/_index.md b/english/nodejs/aspose.barcode/codablockparameters/getrows/_index.md deleted file mode 100644 index 692c1eb98..000000000 --- a/english/nodejs/aspose.barcode/codablockparameters/getrows/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "CodablockParameters.getRows" -linktitle: "getRows" -articleTitle: "getRows" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Rows count." -type: docs -weight: 30 -url: /nodejs/aspose.barcode/codablockparameters/getrows/ ---- - -## getRows() - -Rows count. diff --git a/english/nodejs/aspose.barcode/codablockparameters/setaspectratio/_index.md b/english/nodejs/aspose.barcode/codablockparameters/setaspectratio/_index.md deleted file mode 100644 index dca4fbfa4..000000000 --- a/english/nodejs/aspose.barcode/codablockparameters/setaspectratio/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "CodablockParameters.setAspectRatio" -linktitle: "setAspectRatio" -articleTitle: "setAspectRatio" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Height/Width ratio of 2D BarCode module." -type: docs -weight: 40 -url: /nodejs/aspose.barcode/codablockparameters/setaspectratio/ ---- - -## setAspectRatio() - -Height/Width ratio of 2D BarCode module. diff --git a/english/nodejs/aspose.barcode/codablockparameters/setcolumns/_index.md b/english/nodejs/aspose.barcode/codablockparameters/setcolumns/_index.md deleted file mode 100644 index 73008711f..000000000 --- a/english/nodejs/aspose.barcode/codablockparameters/setcolumns/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "CodablockParameters.setColumns" -linktitle: "setColumns" -articleTitle: "setColumns" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Columns count." -type: docs -weight: 50 -url: /nodejs/aspose.barcode/codablockparameters/setcolumns/ ---- - -## setColumns() - -Columns count. diff --git a/english/nodejs/aspose.barcode/codablockparameters/setrows/_index.md b/english/nodejs/aspose.barcode/codablockparameters/setrows/_index.md deleted file mode 100644 index 163b2b42b..000000000 --- a/english/nodejs/aspose.barcode/codablockparameters/setrows/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "CodablockParameters.setRows" -linktitle: "setRows" -articleTitle: "setRows" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Rows count." -type: docs -weight: 60 -url: /nodejs/aspose.barcode/codablockparameters/setrows/ ---- - -## setRows() - -Rows count. diff --git a/english/nodejs/aspose.barcode/codablockparameters/tostring/_index.md b/english/nodejs/aspose.barcode/codablockparameters/tostring/_index.md deleted file mode 100644 index 864651606..000000000 --- a/english/nodejs/aspose.barcode/codablockparameters/tostring/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "CodablockParameters.toString" -linktitle: "toString" -articleTitle: "toString" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns a human-readable string representation of this CodablockParameters." -type: docs -weight: 70 -url: /nodejs/aspose.barcode/codablockparameters/tostring/ ---- - -## toString() - -Returns a human-readable string representation of this CodablockParameters. - -**Returns:** string — value that represents this CodablockParameters. diff --git a/english/nodejs/aspose.barcode/code128dataportion/_index.md b/english/nodejs/aspose.barcode/code128dataportion/_index.md index 906b26b48..2fb682649 100644 --- a/english/nodejs/aspose.barcode/code128dataportion/_index.md +++ b/english/nodejs/aspose.barcode/code128dataportion/_index.md @@ -1,8 +1,7 @@ --- -title: "Code128DataPortion Class" +title: "Code128DataPortion" linktitle: "Code128DataPortion" -articleTitle: "Code128DataPortion" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Contains the data of subtype for Code128 type barcode" type: docs weight: 230 @@ -23,6 +22,24 @@ Creates a new instance of the `Code128DataPortion` class with start code symbol | Name | Description | | --- | --- | -| [getCode128SubType()](./getcode128subtype/) | Gets the type of Code128 subset | -| [getData()](./getdata/) | Gets the part of code text related to subtype. | -| [toString()](./tostring/) | Returns a human-readable string representation of this `Code128DataPortion`. | +| [getCode128SubType()](#getcode128subtype) | Gets the type of Code128 subset | +| [getData()](#getdata) | Gets the part of code text related to subtype. | +| [toString()](#tostring) | Returns a human-readable string representation of this `Code128DataPortion`. | + +### getCode128SubType() {#getcode128subtype} + +Gets the type of Code128 subset + +**Returns:** The type of Code128 subset + +### getData() {#getdata} + +Gets the part of code text related to subtype. + +**Returns:** The part of code text related to subtype + +### toString() {#tostring} + +Returns a human-readable string representation of this `Code128DataPortion`. + +**Returns:** A string that represents this `Code128DataPortion`. diff --git a/english/nodejs/aspose.barcode/code128dataportion/getcode128subtype/_index.md b/english/nodejs/aspose.barcode/code128dataportion/getcode128subtype/_index.md deleted file mode 100644 index 3ef236484..000000000 --- a/english/nodejs/aspose.barcode/code128dataportion/getcode128subtype/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Code128DataPortion.getCode128SubType" -linktitle: "getCode128SubType" -articleTitle: "getCode128SubType" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the type of Code128 subset" -type: docs -weight: 10 -url: /nodejs/aspose.barcode/code128dataportion/getcode128subtype/ ---- - -## getCode128SubType() - -Gets the type of Code128 subset - -**Returns:** The type of Code128 subset diff --git a/english/nodejs/aspose.barcode/code128dataportion/getdata/_index.md b/english/nodejs/aspose.barcode/code128dataportion/getdata/_index.md deleted file mode 100644 index ed991255e..000000000 --- a/english/nodejs/aspose.barcode/code128dataportion/getdata/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Code128DataPortion.getData" -linktitle: "getData" -articleTitle: "getData" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the part of code text related to subtype." -type: docs -weight: 20 -url: /nodejs/aspose.barcode/code128dataportion/getdata/ ---- - -## getData() - -Gets the part of code text related to subtype. - -**Returns:** The part of code text related to subtype diff --git a/english/nodejs/aspose.barcode/code128dataportion/tostring/_index.md b/english/nodejs/aspose.barcode/code128dataportion/tostring/_index.md deleted file mode 100644 index f92b4ede0..000000000 --- a/english/nodejs/aspose.barcode/code128dataportion/tostring/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Code128DataPortion.toString" -linktitle: "toString" -articleTitle: "toString" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns a human-readable string representation of this `Code128DataPortion`." -type: docs -weight: 30 -url: /nodejs/aspose.barcode/code128dataportion/tostring/ ---- - -## toString() - -Returns a human-readable string representation of this `Code128DataPortion`. - -**Returns:** A string that represents this `Code128DataPortion`. diff --git a/english/nodejs/aspose.barcode/code128extendedparameters/_index.md b/english/nodejs/aspose.barcode/code128extendedparameters/_index.md index dabdec5fe..46504009d 100644 --- a/english/nodejs/aspose.barcode/code128extendedparameters/_index.md +++ b/english/nodejs/aspose.barcode/code128extendedparameters/_index.md @@ -1,8 +1,7 @@ --- -title: "Code128ExtendedParameters Class" +title: "Code128ExtendedParameters" linktitle: "Code128ExtendedParameters" -articleTitle: "Code128ExtendedParameters" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Stores special data of Code128 recognized barcode Represents the recognized barcode's region and barcode angle" type: docs weight: 240 @@ -38,7 +37,33 @@ for(let i = 0; i < results.length; i++) | Name | Description | | --- | --- | -| [equals(obj)](./equals/) | Returns a value indicating whether this instance is equal to a specified Code128ExtendedParameters value. | -| [getCode128DataPortions()](./getcode128dataportions/) | Gets Code128DataPortion array of recognized Code128 barcode Value of the Code128DataPortion. | -| [hashCode()](./hashcode/) | Returns the hash code for this instance. | -| [toString()](./tostring/) | Returns a human-readable string representation of this Code128ExtendedParameters. | +| [equals(obj)](#equals) | Returns a value indicating whether this instance is equal to a specified Code128ExtendedParameters value. | +| [getCode128DataPortions()](#getcode128dataportions) | Gets Code128DataPortion array of recognized Code128 barcode Value of the Code128DataPortion. | +| [hashCode()](#hashcode) | Returns the hash code for this instance. | +| [toString()](#tostring) | Returns a human-readable string representation of this Code128ExtendedParameters. | + +### equals(obj) {#equals} + +Returns a value indicating whether this instance is equal to a specified Code128ExtendedParameters value. + +| Parameter | Description | +| --- | --- | +| obj | An System.Object value to compare to this instance. | + +**Returns:** true if obj has the same value as this instance; otherwise, false. + +### getCode128DataPortions() {#getcode128dataportions} + +Gets Code128DataPortion array of recognized Code128 barcode Value of the Code128DataPortion. + +### hashCode() {#hashcode} + +Returns the hash code for this instance. + +**Returns:** A 32-bit signed integer hash code. + +### toString() {#tostring} + +Returns a human-readable string representation of this Code128ExtendedParameters. + +**Returns:** A string that represents this Code128ExtendedParameters. diff --git a/english/nodejs/aspose.barcode/code128extendedparameters/equals/_index.md b/english/nodejs/aspose.barcode/code128extendedparameters/equals/_index.md deleted file mode 100644 index ebc475ef8..000000000 --- a/english/nodejs/aspose.barcode/code128extendedparameters/equals/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Code128ExtendedParameters.equals" -linktitle: "equals" -articleTitle: "equals" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns a value indicating whether this instance is equal to a specified Code128ExtendedParameters value." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/code128extendedparameters/equals/ ---- - -## equals(obj) - -Returns a value indicating whether this instance is equal to a specified Code128ExtendedParameters value. - -| Parameter | Description | -| --- | --- | -| obj | An System.Object value to compare to this instance. | - -**Returns:** true if obj has the same value as this instance; otherwise, false. diff --git a/english/nodejs/aspose.barcode/code128extendedparameters/getcode128dataportions/_index.md b/english/nodejs/aspose.barcode/code128extendedparameters/getcode128dataportions/_index.md deleted file mode 100644 index 70b8af60c..000000000 --- a/english/nodejs/aspose.barcode/code128extendedparameters/getcode128dataportions/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Code128ExtendedParameters.getCode128DataPortions" -linktitle: "getCode128DataPortions" -articleTitle: "getCode128DataPortions" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets Code128DataPortion array of recognized Code128 barcode Value of the Code128DataPortion." -type: docs -weight: 20 -url: /nodejs/aspose.barcode/code128extendedparameters/getcode128dataportions/ ---- - -## getCode128DataPortions() - -Gets Code128DataPortion array of recognized Code128 barcode Value of the Code128DataPortion. diff --git a/english/nodejs/aspose.barcode/code128extendedparameters/hashcode/_index.md b/english/nodejs/aspose.barcode/code128extendedparameters/hashcode/_index.md deleted file mode 100644 index e4fd6713e..000000000 --- a/english/nodejs/aspose.barcode/code128extendedparameters/hashcode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Code128ExtendedParameters.hashCode" -linktitle: "hashCode" -articleTitle: "hashCode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns the hash code for this instance." -type: docs -weight: 30 -url: /nodejs/aspose.barcode/code128extendedparameters/hashcode/ ---- - -## hashCode() - -Returns the hash code for this instance. - -**Returns:** A 32-bit signed integer hash code. diff --git a/english/nodejs/aspose.barcode/code128extendedparameters/tostring/_index.md b/english/nodejs/aspose.barcode/code128extendedparameters/tostring/_index.md deleted file mode 100644 index 1f754bb96..000000000 --- a/english/nodejs/aspose.barcode/code128extendedparameters/tostring/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Code128ExtendedParameters.toString" -linktitle: "toString" -articleTitle: "toString" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns a human-readable string representation of this Code128ExtendedParameters." -type: docs -weight: 40 -url: /nodejs/aspose.barcode/code128extendedparameters/tostring/ ---- - -## toString() - -Returns a human-readable string representation of this Code128ExtendedParameters. - -**Returns:** A string that represents this Code128ExtendedParameters. diff --git a/english/nodejs/aspose.barcode/code128parameters/_index.md b/english/nodejs/aspose.barcode/code128parameters/_index.md index 117ef57ab..28a19c0bb 100644 --- a/english/nodejs/aspose.barcode/code128parameters/_index.md +++ b/english/nodejs/aspose.barcode/code128parameters/_index.md @@ -1,8 +1,7 @@ --- -title: "Code128Parameters Class" +title: "Code128Parameters" linktitle: "Code128Parameters" -articleTitle: "Code128Parameters" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Code128 parameters." type: docs weight: 250 @@ -21,8 +20,40 @@ new Code128Parameters() | Name | Description | | --- | --- | -| [getCode128EncodeMode()](./getcode128encodemode/) ~~(deprecated)~~ | Gets a Code128 encode mode. Default value: Code128EncodeMode.Auto | -| [getEncodeMode()](./getencodemode/) | Gets a Code128 encode mode. Default value: Code128EncodeMode.Auto | -| [setCode128EncodeMode()](./setcode128encodemode/) ~~(deprecated)~~ | Sets a Code128 encode mode. Default value: Code128EncodeMode.Auto | -| [setEncodeMode(value)](./setencodemode/) | Sets a Code128 encode mode. Default value: Code128EncodeMode.Auto | -| [toString()](./tostring/) | Returns a human-readable string representation of this PatchCodeParameters. | +| [getCode128EncodeMode()](#getcode128encodemode) ~~(deprecated)~~ | Gets a Code128 encode mode. Default value: Code128EncodeMode.Auto | +| [getEncodeMode()](#getencodemode) | Gets a Code128 encode mode. Default value: Code128EncodeMode.Auto | +| [setCode128EncodeMode()](#setcode128encodemode) ~~(deprecated)~~ | Sets a Code128 encode mode. Default value: Code128EncodeMode.Auto | +| [setEncodeMode(value)](#setencodemode) | Sets a Code128 encode mode. Default value: Code128EncodeMode.Auto | +| [toString()](#tostring) | Returns a human-readable string representation of this PatchCodeParameters. | + +### getCode128EncodeMode() {#getcode128encodemode} + +> **Deprecated.** See method description for replacement. + +Gets a Code128 encode mode. Default value: Code128EncodeMode.Auto + +### getEncodeMode() {#getencodemode} + +Gets a Code128 encode mode. Default value: Code128EncodeMode.Auto + +**Returns:** a Code128 encode mode. + +### setCode128EncodeMode() {#setcode128encodemode} + +> **Deprecated.** See method description for replacement. + +Sets a Code128 encode mode. Default value: Code128EncodeMode.Auto + +### setEncodeMode(value) {#setencodemode} + +Sets a Code128 encode mode. Default value: Code128EncodeMode.Auto + +| Parameter | Description | +| --- | --- | +| value | a Code128 encode mode. | + +### toString() {#tostring} + +Returns a human-readable string representation of this PatchCodeParameters. + +**Returns:** string A string that represents this PatchCodeParameters. diff --git a/english/nodejs/aspose.barcode/code128parameters/getcode128encodemode/_index.md b/english/nodejs/aspose.barcode/code128parameters/getcode128encodemode/_index.md deleted file mode 100644 index 849c954bf..000000000 --- a/english/nodejs/aspose.barcode/code128parameters/getcode128encodemode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Code128Parameters.getCode128EncodeMode" -linktitle: "getCode128EncodeMode" -articleTitle: "getCode128EncodeMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets a Code128 encode mode. Default value: Code128EncodeMode.Auto" -type: docs -weight: 10 -url: /nodejs/aspose.barcode/code128parameters/getcode128encodemode/ ---- - -## getCode128EncodeMode() - -> **Deprecated.** See method description for replacement. - -Gets a Code128 encode mode. Default value: Code128EncodeMode.Auto diff --git a/english/nodejs/aspose.barcode/code128parameters/getencodemode/_index.md b/english/nodejs/aspose.barcode/code128parameters/getencodemode/_index.md deleted file mode 100644 index 4f52376c8..000000000 --- a/english/nodejs/aspose.barcode/code128parameters/getencodemode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Code128Parameters.getEncodeMode" -linktitle: "getEncodeMode" -articleTitle: "getEncodeMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets a Code128 encode mode. Default value: Code128EncodeMode.Auto" -type: docs -weight: 20 -url: /nodejs/aspose.barcode/code128parameters/getencodemode/ ---- - -## getEncodeMode() - -Gets a Code128 encode mode. Default value: Code128EncodeMode.Auto - -**Returns:** a Code128 encode mode. diff --git a/english/nodejs/aspose.barcode/code128parameters/setcode128encodemode/_index.md b/english/nodejs/aspose.barcode/code128parameters/setcode128encodemode/_index.md deleted file mode 100644 index 69a233572..000000000 --- a/english/nodejs/aspose.barcode/code128parameters/setcode128encodemode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Code128Parameters.setCode128EncodeMode" -linktitle: "setCode128EncodeMode" -articleTitle: "setCode128EncodeMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets a Code128 encode mode. Default value: Code128EncodeMode.Auto" -type: docs -weight: 30 -url: /nodejs/aspose.barcode/code128parameters/setcode128encodemode/ ---- - -## setCode128EncodeMode() - -> **Deprecated.** See method description for replacement. - -Sets a Code128 encode mode. Default value: Code128EncodeMode.Auto diff --git a/english/nodejs/aspose.barcode/code128parameters/setencodemode/_index.md b/english/nodejs/aspose.barcode/code128parameters/setencodemode/_index.md deleted file mode 100644 index 618da9c63..000000000 --- a/english/nodejs/aspose.barcode/code128parameters/setencodemode/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Code128Parameters.setEncodeMode" -linktitle: "setEncodeMode" -articleTitle: "setEncodeMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets a Code128 encode mode. Default value: Code128EncodeMode.Auto" -type: docs -weight: 40 -url: /nodejs/aspose.barcode/code128parameters/setencodemode/ ---- - -## setEncodeMode(value) - -Sets a Code128 encode mode. Default value: Code128EncodeMode.Auto - -| Parameter | Description | -| --- | --- | -| value | a Code128 encode mode. | diff --git a/english/nodejs/aspose.barcode/code128parameters/tostring/_index.md b/english/nodejs/aspose.barcode/code128parameters/tostring/_index.md deleted file mode 100644 index a28f798cd..000000000 --- a/english/nodejs/aspose.barcode/code128parameters/tostring/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Code128Parameters.toString" -linktitle: "toString" -articleTitle: "toString" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns a human-readable string representation of this PatchCodeParameters." -type: docs -weight: 50 -url: /nodejs/aspose.barcode/code128parameters/tostring/ ---- - -## toString() - -Returns a human-readable string representation of this PatchCodeParameters. - -**Returns:** string A string that represents this PatchCodeParameters. diff --git a/english/nodejs/aspose.barcode/code16kparameters/_index.md b/english/nodejs/aspose.barcode/code16kparameters/_index.md index b3ffdfec1..ecb1fd755 100644 --- a/english/nodejs/aspose.barcode/code16kparameters/_index.md +++ b/english/nodejs/aspose.barcode/code16kparameters/_index.md @@ -1,8 +1,7 @@ --- -title: "Code16KParameters Class" +title: "Code16KParameters" linktitle: "Code16KParameters" -articleTitle: "Code16KParameters" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Code16K parameters." type: docs weight: 260 @@ -21,10 +20,40 @@ new Code16KParameters() | Name | Description | | --- | --- | -| [getAspectRatio()](./getaspectratio/) | Height/Width ratio of 2D BarCode module. | -| [getQuietZoneLeftCoef()](./getquietzoneleftcoef/) | Size of the left quiet zone in xDimension. Default value: 10, meaning if xDimension = 2px than left quiet zone will be 2 | -| [getQuietZoneRightCoef()](./getquietzonerightcoef/) | Size of the right quiet zone in xDimension. Default value: 1, meaning if xDimension = 2px than right quiet zone will be | -| [setAspectRatio()](./setaspectratio/) | Height/Width ratio of 2D BarCode module. | -| [setQuietZoneLeftCoef()](./setquietzoneleftcoef/) | Size of the left quiet zone in xDimension. Default value: 10, meaning if xDimension = 2px than left quiet zone will be 2 | -| [setQuietZoneRightCoef()](./setquietzonerightcoef/) | Size of the right quiet zone in xDimension. Default value: 1, meaning if xDimension = 2px than right quiet zone will be | -| [toString()](./tostring/) | Returns a human-readable string representation of this Code16KParameters. | +| [getAspectRatio()](#getaspectratio) | Height/Width ratio of 2D BarCode module. | +| [getQuietZoneLeftCoef()](#getquietzoneleftcoef) | Size of the left quiet zone in xDimension. Default value: 10, meaning if xDimension = 2px than left quiet zone will be 2 | +| [getQuietZoneRightCoef()](#getquietzonerightcoef) | Size of the right quiet zone in xDimension. Default value: 1, meaning if xDimension = 2px than right quiet zone will be | +| [setAspectRatio()](#setaspectratio) | Height/Width ratio of 2D BarCode module. | +| [setQuietZoneLeftCoef()](#setquietzoneleftcoef) | Size of the left quiet zone in xDimension. Default value: 10, meaning if xDimension = 2px than left quiet zone will be 2 | +| [setQuietZoneRightCoef()](#setquietzonerightcoef) | Size of the right quiet zone in xDimension. Default value: 1, meaning if xDimension = 2px than right quiet zone will be | +| [toString()](#tostring) | Returns a human-readable string representation of this Code16KParameters. | + +### getAspectRatio() {#getaspectratio} + +Height/Width ratio of 2D BarCode module. + +### getQuietZoneLeftCoef() {#getquietzoneleftcoef} + +Size of the left quiet zone in xDimension. Default value: 10, meaning if xDimension = 2px than left quiet zone will be 20px. + +### getQuietZoneRightCoef() {#getquietzonerightcoef} + +Size of the right quiet zone in xDimension. Default value: 1, meaning if xDimension = 2px than right quiet zone will be 2px. + +### setAspectRatio() {#setaspectratio} + +Height/Width ratio of 2D BarCode module. + +### setQuietZoneLeftCoef() {#setquietzoneleftcoef} + +Size of the left quiet zone in xDimension. Default value: 10, meaning if xDimension = 2px than left quiet zone will be 20px. + +### setQuietZoneRightCoef() {#setquietzonerightcoef} + +Size of the right quiet zone in xDimension. Default value: 1, meaning if xDimension = 2px than right quiet zone will be 2px. + +### toString() {#tostring} + +Returns a human-readable string representation of this Code16KParameters. + +**Returns:** A string that represents this Code16KParameters. diff --git a/english/nodejs/aspose.barcode/code16kparameters/getaspectratio/_index.md b/english/nodejs/aspose.barcode/code16kparameters/getaspectratio/_index.md deleted file mode 100644 index 26be4c0c6..000000000 --- a/english/nodejs/aspose.barcode/code16kparameters/getaspectratio/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Code16KParameters.getAspectRatio" -linktitle: "getAspectRatio" -articleTitle: "getAspectRatio" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Height/Width ratio of 2D BarCode module." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/code16kparameters/getaspectratio/ ---- - -## getAspectRatio() - -Height/Width ratio of 2D BarCode module. diff --git a/english/nodejs/aspose.barcode/code16kparameters/getquietzoneleftcoef/_index.md b/english/nodejs/aspose.barcode/code16kparameters/getquietzoneleftcoef/_index.md deleted file mode 100644 index c94ff7655..000000000 --- a/english/nodejs/aspose.barcode/code16kparameters/getquietzoneleftcoef/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Code16KParameters.getQuietZoneLeftCoef" -linktitle: "getQuietZoneLeftCoef" -articleTitle: "getQuietZoneLeftCoef" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Size of the left quiet zone in xDimension. Default value: 10, meaning if xDimension = 2px than left quiet zone will be 20px." -type: docs -weight: 20 -url: /nodejs/aspose.barcode/code16kparameters/getquietzoneleftcoef/ ---- - -## getQuietZoneLeftCoef() - -Size of the left quiet zone in xDimension. Default value: 10, meaning if xDimension = 2px than left quiet zone will be 20px. diff --git a/english/nodejs/aspose.barcode/code16kparameters/getquietzonerightcoef/_index.md b/english/nodejs/aspose.barcode/code16kparameters/getquietzonerightcoef/_index.md deleted file mode 100644 index 1014d23a1..000000000 --- a/english/nodejs/aspose.barcode/code16kparameters/getquietzonerightcoef/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Code16KParameters.getQuietZoneRightCoef" -linktitle: "getQuietZoneRightCoef" -articleTitle: "getQuietZoneRightCoef" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Size of the right quiet zone in xDimension. Default value: 1, meaning if xDimension = 2px than right quiet zone will be 2px." -type: docs -weight: 30 -url: /nodejs/aspose.barcode/code16kparameters/getquietzonerightcoef/ ---- - -## getQuietZoneRightCoef() - -Size of the right quiet zone in xDimension. Default value: 1, meaning if xDimension = 2px than right quiet zone will be 2px. diff --git a/english/nodejs/aspose.barcode/code16kparameters/setaspectratio/_index.md b/english/nodejs/aspose.barcode/code16kparameters/setaspectratio/_index.md deleted file mode 100644 index 08ef31ef6..000000000 --- a/english/nodejs/aspose.barcode/code16kparameters/setaspectratio/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Code16KParameters.setAspectRatio" -linktitle: "setAspectRatio" -articleTitle: "setAspectRatio" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Height/Width ratio of 2D BarCode module." -type: docs -weight: 40 -url: /nodejs/aspose.barcode/code16kparameters/setaspectratio/ ---- - -## setAspectRatio() - -Height/Width ratio of 2D BarCode module. diff --git a/english/nodejs/aspose.barcode/code16kparameters/setquietzoneleftcoef/_index.md b/english/nodejs/aspose.barcode/code16kparameters/setquietzoneleftcoef/_index.md deleted file mode 100644 index 011908468..000000000 --- a/english/nodejs/aspose.barcode/code16kparameters/setquietzoneleftcoef/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Code16KParameters.setQuietZoneLeftCoef" -linktitle: "setQuietZoneLeftCoef" -articleTitle: "setQuietZoneLeftCoef" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Size of the left quiet zone in xDimension. Default value: 10, meaning if xDimension = 2px than left quiet zone will be 20px." -type: docs -weight: 50 -url: /nodejs/aspose.barcode/code16kparameters/setquietzoneleftcoef/ ---- - -## setQuietZoneLeftCoef() - -Size of the left quiet zone in xDimension. Default value: 10, meaning if xDimension = 2px than left quiet zone will be 20px. diff --git a/english/nodejs/aspose.barcode/code16kparameters/setquietzonerightcoef/_index.md b/english/nodejs/aspose.barcode/code16kparameters/setquietzonerightcoef/_index.md deleted file mode 100644 index 48c1f194a..000000000 --- a/english/nodejs/aspose.barcode/code16kparameters/setquietzonerightcoef/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Code16KParameters.setQuietZoneRightCoef" -linktitle: "setQuietZoneRightCoef" -articleTitle: "setQuietZoneRightCoef" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Size of the right quiet zone in xDimension. Default value: 1, meaning if xDimension = 2px than right quiet zone will be 2px." -type: docs -weight: 60 -url: /nodejs/aspose.barcode/code16kparameters/setquietzonerightcoef/ ---- - -## setQuietZoneRightCoef() - -Size of the right quiet zone in xDimension. Default value: 1, meaning if xDimension = 2px than right quiet zone will be 2px. diff --git a/english/nodejs/aspose.barcode/code16kparameters/tostring/_index.md b/english/nodejs/aspose.barcode/code16kparameters/tostring/_index.md deleted file mode 100644 index 681e568a9..000000000 --- a/english/nodejs/aspose.barcode/code16kparameters/tostring/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Code16KParameters.toString" -linktitle: "toString" -articleTitle: "toString" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns a human-readable string representation of this Code16KParameters." -type: docs -weight: 70 -url: /nodejs/aspose.barcode/code16kparameters/tostring/ ---- - -## toString() - -Returns a human-readable string representation of this Code16KParameters. - -**Returns:** A string that represents this Code16KParameters. diff --git a/english/nodejs/aspose.barcode/codetextparameters/_index.md b/english/nodejs/aspose.barcode/codetextparameters/_index.md index 1a91f0214..495ce28f4 100644 --- a/english/nodejs/aspose.barcode/codetextparameters/_index.md +++ b/english/nodejs/aspose.barcode/codetextparameters/_index.md @@ -1,8 +1,7 @@ --- -title: "CodetextParameters Class" +title: "CodetextParameters" linktitle: "CodetextParameters" -articleTitle: "CodetextParameters" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Codetext parameters." type: docs weight: 270 @@ -21,20 +20,90 @@ new CodetextParameters() | Name | Description | | --- | --- | -| [getAlignment()](./getalignment/) | Gets the alignment of the code text. Default value: TextAlignment.CENTER. | -| [getColor()](./getcolor/) | Specify the displaying CodeText's Color. Default value BLACK. | -| [getFont()](./getfont/) | Specify the displaying CodeText's font. Default value: Arial 5pt regular. Ignored if FontMode is set to FontMode.AUTO. | -| [getFontMode()](./getfontmode/) | Specify FontMode. If FontMode is set to Auto, font size will be calculated automatically based on xDimension value. It i | -| [getLocation()](./getlocation/) | Specify the displaying CodeText Location, set to CodeLocation.NONE to hide CodeText. Default value: CodeLocation.BELOW. | -| [getNoWrap()](./getnowrap/) | Specify word wraps (line breaks) within text. Default value: false. | -| [getSpace()](./getspace/) | Space between the CodeText and the BarCode in Unit value. Default value: 2pt. Ignored for EAN8, EAN13, UPCE, UPCA, ISBN, | -| [getTwoDDisplayText()](./gettwoddisplaytext/) | Text that will be displayed instead of codetext in 2D barcodes. Used for: Aztec, Pdf417, DataMatrix, QR, MaxiCode, DotCo | -| [setAlignment()](./setalignment/) | Sets the alignment of the code text. Default value: TextAlignment.CENTER. | -| [setColor()](./setcolor/) | Specify the displaying CodeText's Color. Default value BLACK. | -| [setFont()](./setfont/) | Specify the displaying CodeText's font. Default value: Arial 5pt regular. Ignored if FontMode is set to FontMode.AUTO. | -| [setFontMode()](./setfontmode/) | Specify FontMode. If FontMode is set to Auto, font size will be calculated automatically based on xDimension value. It i | -| [setLocation()](./setlocation/) | Specify the displaying CodeText Location, set to CodeLocation.NONE to hide CodeText. Default value: CodeLocation.NONE. | -| [setNoWrap()](./setnowrap/) | Specify word wraps (line breaks) within text. Default value: false. | -| [setSpace()](./setspace/) | Space between the CodeText and the BarCode in Unit value. Default value: 2pt. Ignored for EAN8, EAN13, UPCE, UPCA, ISBN, | -| [setTwoDDisplayText()](./settwoddisplaytext/) | Text that will be displayed instead of codetext in 2D barcodes. Used for: Aztec, Pdf417, DataMatrix, QR, MaxiCode, DotCo | -| [toString()](./tostring/) | Returns a human-readable string representation of this CodetextParameters. | +| [getAlignment()](#getalignment) | Gets the alignment of the code text. Default value: TextAlignment.CENTER. | +| [getColor()](#getcolor) | Specify the displaying CodeText's Color. Default value BLACK. | +| [getFont()](#getfont) | Specify the displaying CodeText's font. Default value: Arial 5pt regular. Ignored if FontMode is set to FontMode.AUTO. | +| [getFontMode()](#getfontmode) | Specify FontMode. If FontMode is set to Auto, font size will be calculated automatically based on xDimension value. It i | +| [getLocation()](#getlocation) | Specify the displaying CodeText Location, set to CodeLocation.NONE to hide CodeText. Default value: CodeLocation.BELOW. | +| [getNoWrap()](#getnowrap) | Specify word wraps (line breaks) within text. Default value: false. | +| [getSpace()](#getspace) | Space between the CodeText and the BarCode in Unit value. Default value: 2pt. Ignored for EAN8, EAN13, UPCE, UPCA, ISBN, | +| [getTwoDDisplayText()](#gettwoddisplaytext) | Text that will be displayed instead of codetext in 2D barcodes. Used for: Aztec, Pdf417, DataMatrix, QR, MaxiCode, DotCo | +| [setAlignment()](#setalignment) | Sets the alignment of the code text. Default value: TextAlignment.CENTER. | +| [setColor()](#setcolor) | Specify the displaying CodeText's Color. Default value BLACK. | +| [setFont()](#setfont) | Specify the displaying CodeText's font. Default value: Arial 5pt regular. Ignored if FontMode is set to FontMode.AUTO. | +| [setFontMode()](#setfontmode) | Specify FontMode. If FontMode is set to Auto, font size will be calculated automatically based on xDimension value. It i | +| [setLocation()](#setlocation) | Specify the displaying CodeText Location, set to CodeLocation.NONE to hide CodeText. Default value: CodeLocation.NONE. | +| [setNoWrap()](#setnowrap) | Specify word wraps (line breaks) within text. Default value: false. | +| [setSpace()](#setspace) | Space between the CodeText and the BarCode in Unit value. Default value: 2pt. Ignored for EAN8, EAN13, UPCE, UPCA, ISBN, | +| [setTwoDDisplayText()](#settwoddisplaytext) | Text that will be displayed instead of codetext in 2D barcodes. Used for: Aztec, Pdf417, DataMatrix, QR, MaxiCode, DotCo | +| [toString()](#tostring) | Returns a human-readable string representation of this CodetextParameters. | + +### getAlignment() {#getalignment} + +Gets the alignment of the code text. Default value: TextAlignment.CENTER. + +### getColor() {#getcolor} + +Specify the displaying CodeText's Color. Default value BLACK. + +### getFont() {#getfont} + +Specify the displaying CodeText's font. Default value: Arial 5pt regular. Ignored if FontMode is set to FontMode.AUTO. + +### getFontMode() {#getfontmode} + +Specify FontMode. If FontMode is set to Auto, font size will be calculated automatically based on xDimension value. It is recommended to use FontMode.AUTO especially in AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION. Default value: FontMode.AUTO. + +### getLocation() {#getlocation} + +Specify the displaying CodeText Location, set to CodeLocation.NONE to hide CodeText. Default value: CodeLocation.BELOW. + +### getNoWrap() {#getnowrap} + +Specify word wraps (line breaks) within text. Default value: false. + +### getSpace() {#getspace} + +Space between the CodeText and the BarCode in Unit value. Default value: 2pt. Ignored for EAN8, EAN13, UPCE, UPCA, ISBN, ISMN, ISSN, UpcaGs1DatabarCoupon. + +### getTwoDDisplayText() {#gettwoddisplaytext} + +Text that will be displayed instead of codetext in 2D barcodes. Used for: Aztec, Pdf417, DataMatrix, QR, MaxiCode, DotCode + +### setAlignment() {#setalignment} + +Sets the alignment of the code text. Default value: TextAlignment.CENTER. + +### setColor() {#setcolor} + +Specify the displaying CodeText's Color. Default value BLACK. + +### setFont() {#setfont} + +Specify the displaying CodeText's font. Default value: Arial 5pt regular. Ignored if FontMode is set to FontMode.AUTO. + +### setFontMode() {#setfontmode} + +Specify FontMode. If FontMode is set to Auto, font size will be calculated automatically based on xDimension value. It is recommended to use FontMode.AUTO especially in AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION. Default value: FontMode.AUTO. + +### setLocation() {#setlocation} + +Specify the displaying CodeText Location, set to CodeLocation.NONE to hide CodeText. Default value: CodeLocation.NONE. + +### setNoWrap() {#setnowrap} + +Specify word wraps (line breaks) within text. Default value: false. + +### setSpace() {#setspace} + +Space between the CodeText and the BarCode in Unit value. Default value: 2pt. Ignored for EAN8, EAN13, UPCE, UPCA, ISBN, ISMN, ISSN, UpcaGs1DatabarCoupon. + +### setTwoDDisplayText() {#settwoddisplaytext} + +Text that will be displayed instead of codetext in 2D barcodes. Used for: Aztec, Pdf417, DataMatrix, QR, MaxiCode, DotCode + +### toString() {#tostring} + +Returns a human-readable string representation of this CodetextParameters. + +**Returns:** A string that represents this CodetextParameters. diff --git a/english/nodejs/aspose.barcode/codetextparameters/getalignment/_index.md b/english/nodejs/aspose.barcode/codetextparameters/getalignment/_index.md deleted file mode 100644 index 5808189c4..000000000 --- a/english/nodejs/aspose.barcode/codetextparameters/getalignment/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "CodetextParameters.getAlignment" -linktitle: "getAlignment" -articleTitle: "getAlignment" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the alignment of the code text. Default value: TextAlignment.CENTER." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/codetextparameters/getalignment/ ---- - -## getAlignment() - -Gets the alignment of the code text. Default value: TextAlignment.CENTER. diff --git a/english/nodejs/aspose.barcode/codetextparameters/getcolor/_index.md b/english/nodejs/aspose.barcode/codetextparameters/getcolor/_index.md deleted file mode 100644 index e02436425..000000000 --- a/english/nodejs/aspose.barcode/codetextparameters/getcolor/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "CodetextParameters.getColor" -linktitle: "getColor" -articleTitle: "getColor" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Specify the displaying CodeText's Color. Default value BLACK." -type: docs -weight: 20 -url: /nodejs/aspose.barcode/codetextparameters/getcolor/ ---- - -## getColor() - -Specify the displaying CodeText's Color. Default value BLACK. diff --git a/english/nodejs/aspose.barcode/codetextparameters/getfont/_index.md b/english/nodejs/aspose.barcode/codetextparameters/getfont/_index.md deleted file mode 100644 index 61198e31d..000000000 --- a/english/nodejs/aspose.barcode/codetextparameters/getfont/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "CodetextParameters.getFont" -linktitle: "getFont" -articleTitle: "getFont" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Specify the displaying CodeText's font. Default value: Arial 5pt regular. Ignored if FontMode is set to FontMode.AUTO." -type: docs -weight: 30 -url: /nodejs/aspose.barcode/codetextparameters/getfont/ ---- - -## getFont() - -Specify the displaying CodeText's font. Default value: Arial 5pt regular. Ignored if FontMode is set to FontMode.AUTO. diff --git a/english/nodejs/aspose.barcode/codetextparameters/getfontmode/_index.md b/english/nodejs/aspose.barcode/codetextparameters/getfontmode/_index.md deleted file mode 100644 index d71d23035..000000000 --- a/english/nodejs/aspose.barcode/codetextparameters/getfontmode/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "CodetextParameters.getFontMode" -linktitle: "getFontMode" -articleTitle: "getFontMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Specify FontMode. If FontMode is set to Auto, font size will be calculated automatically based on xDimension value. It is recommended to use FontMode.AUTO es..." -type: docs -weight: 40 -url: /nodejs/aspose.barcode/codetextparameters/getfontmode/ ---- - -## getFontMode() - -Specify FontMode. If FontMode is set to Auto, font size will be calculated automatically based on xDimension value. It is recommended to use FontMode.AUTO especially in AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION. Default value: FontMode.AUTO. diff --git a/english/nodejs/aspose.barcode/codetextparameters/getlocation/_index.md b/english/nodejs/aspose.barcode/codetextparameters/getlocation/_index.md deleted file mode 100644 index 11d765ce2..000000000 --- a/english/nodejs/aspose.barcode/codetextparameters/getlocation/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "CodetextParameters.getLocation" -linktitle: "getLocation" -articleTitle: "getLocation" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Specify the displaying CodeText Location, set to CodeLocation.NONE to hide CodeText. Default value: CodeLocation.BELOW." -type: docs -weight: 50 -url: /nodejs/aspose.barcode/codetextparameters/getlocation/ ---- - -## getLocation() - -Specify the displaying CodeText Location, set to CodeLocation.NONE to hide CodeText. Default value: CodeLocation.BELOW. diff --git a/english/nodejs/aspose.barcode/codetextparameters/getnowrap/_index.md b/english/nodejs/aspose.barcode/codetextparameters/getnowrap/_index.md deleted file mode 100644 index 7a90d6cda..000000000 --- a/english/nodejs/aspose.barcode/codetextparameters/getnowrap/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "CodetextParameters.getNoWrap" -linktitle: "getNoWrap" -articleTitle: "getNoWrap" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Specify word wraps (line breaks) within text. Default value: false." -type: docs -weight: 60 -url: /nodejs/aspose.barcode/codetextparameters/getnowrap/ ---- - -## getNoWrap() - -Specify word wraps (line breaks) within text. Default value: false. diff --git a/english/nodejs/aspose.barcode/codetextparameters/getspace/_index.md b/english/nodejs/aspose.barcode/codetextparameters/getspace/_index.md deleted file mode 100644 index 2aa0b06b6..000000000 --- a/english/nodejs/aspose.barcode/codetextparameters/getspace/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "CodetextParameters.getSpace" -linktitle: "getSpace" -articleTitle: "getSpace" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Space between the CodeText and the BarCode in Unit value. Default value: 2pt. Ignored for EAN8, EAN13, UPCE, UPCA, ISBN, ISMN, ISSN, UpcaGs1DatabarCoupon." -type: docs -weight: 70 -url: /nodejs/aspose.barcode/codetextparameters/getspace/ ---- - -## getSpace() - -Space between the CodeText and the BarCode in Unit value. Default value: 2pt. Ignored for EAN8, EAN13, UPCE, UPCA, ISBN, ISMN, ISSN, UpcaGs1DatabarCoupon. diff --git a/english/nodejs/aspose.barcode/codetextparameters/gettwoddisplaytext/_index.md b/english/nodejs/aspose.barcode/codetextparameters/gettwoddisplaytext/_index.md deleted file mode 100644 index 9aab9be9c..000000000 --- a/english/nodejs/aspose.barcode/codetextparameters/gettwoddisplaytext/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "CodetextParameters.getTwoDDisplayText" -linktitle: "getTwoDDisplayText" -articleTitle: "getTwoDDisplayText" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Text that will be displayed instead of codetext in 2D barcodes. Used for: Aztec, Pdf417, DataMatrix, QR, MaxiCode, DotCode" -type: docs -weight: 80 -url: /nodejs/aspose.barcode/codetextparameters/gettwoddisplaytext/ ---- - -## getTwoDDisplayText() - -Text that will be displayed instead of codetext in 2D barcodes. Used for: Aztec, Pdf417, DataMatrix, QR, MaxiCode, DotCode diff --git a/english/nodejs/aspose.barcode/codetextparameters/setalignment/_index.md b/english/nodejs/aspose.barcode/codetextparameters/setalignment/_index.md deleted file mode 100644 index 4078a7d2d..000000000 --- a/english/nodejs/aspose.barcode/codetextparameters/setalignment/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "CodetextParameters.setAlignment" -linktitle: "setAlignment" -articleTitle: "setAlignment" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets the alignment of the code text. Default value: TextAlignment.CENTER." -type: docs -weight: 90 -url: /nodejs/aspose.barcode/codetextparameters/setalignment/ ---- - -## setAlignment() - -Sets the alignment of the code text. Default value: TextAlignment.CENTER. diff --git a/english/nodejs/aspose.barcode/codetextparameters/setcolor/_index.md b/english/nodejs/aspose.barcode/codetextparameters/setcolor/_index.md deleted file mode 100644 index 058d1081d..000000000 --- a/english/nodejs/aspose.barcode/codetextparameters/setcolor/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "CodetextParameters.setColor" -linktitle: "setColor" -articleTitle: "setColor" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Specify the displaying CodeText's Color. Default value BLACK." -type: docs -weight: 100 -url: /nodejs/aspose.barcode/codetextparameters/setcolor/ ---- - -## setColor() - -Specify the displaying CodeText's Color. Default value BLACK. diff --git a/english/nodejs/aspose.barcode/codetextparameters/setfont/_index.md b/english/nodejs/aspose.barcode/codetextparameters/setfont/_index.md deleted file mode 100644 index a8860f413..000000000 --- a/english/nodejs/aspose.barcode/codetextparameters/setfont/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "CodetextParameters.setFont" -linktitle: "setFont" -articleTitle: "setFont" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Specify the displaying CodeText's font. Default value: Arial 5pt regular. Ignored if FontMode is set to FontMode.AUTO." -type: docs -weight: 110 -url: /nodejs/aspose.barcode/codetextparameters/setfont/ ---- - -## setFont() - -Specify the displaying CodeText's font. Default value: Arial 5pt regular. Ignored if FontMode is set to FontMode.AUTO. diff --git a/english/nodejs/aspose.barcode/codetextparameters/setfontmode/_index.md b/english/nodejs/aspose.barcode/codetextparameters/setfontmode/_index.md deleted file mode 100644 index 1fb142e12..000000000 --- a/english/nodejs/aspose.barcode/codetextparameters/setfontmode/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "CodetextParameters.setFontMode" -linktitle: "setFontMode" -articleTitle: "setFontMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Specify FontMode. If FontMode is set to Auto, font size will be calculated automatically based on xDimension value. It is recommended to use FontMode.AUTO es..." -type: docs -weight: 120 -url: /nodejs/aspose.barcode/codetextparameters/setfontmode/ ---- - -## setFontMode() - -Specify FontMode. If FontMode is set to Auto, font size will be calculated automatically based on xDimension value. It is recommended to use FontMode.AUTO especially in AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION. Default value: FontMode.AUTO. diff --git a/english/nodejs/aspose.barcode/codetextparameters/setlocation/_index.md b/english/nodejs/aspose.barcode/codetextparameters/setlocation/_index.md deleted file mode 100644 index 7cc6b72b0..000000000 --- a/english/nodejs/aspose.barcode/codetextparameters/setlocation/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "CodetextParameters.setLocation" -linktitle: "setLocation" -articleTitle: "setLocation" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Specify the displaying CodeText Location, set to CodeLocation.NONE to hide CodeText. Default value: CodeLocation.NONE." -type: docs -weight: 130 -url: /nodejs/aspose.barcode/codetextparameters/setlocation/ ---- - -## setLocation() - -Specify the displaying CodeText Location, set to CodeLocation.NONE to hide CodeText. Default value: CodeLocation.NONE. diff --git a/english/nodejs/aspose.barcode/codetextparameters/setnowrap/_index.md b/english/nodejs/aspose.barcode/codetextparameters/setnowrap/_index.md deleted file mode 100644 index 5ebb26ae0..000000000 --- a/english/nodejs/aspose.barcode/codetextparameters/setnowrap/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "CodetextParameters.setNoWrap" -linktitle: "setNoWrap" -articleTitle: "setNoWrap" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Specify word wraps (line breaks) within text. Default value: false." -type: docs -weight: 140 -url: /nodejs/aspose.barcode/codetextparameters/setnowrap/ ---- - -## setNoWrap() - -Specify word wraps (line breaks) within text. Default value: false. diff --git a/english/nodejs/aspose.barcode/codetextparameters/setspace/_index.md b/english/nodejs/aspose.barcode/codetextparameters/setspace/_index.md deleted file mode 100644 index 9cd01c5ea..000000000 --- a/english/nodejs/aspose.barcode/codetextparameters/setspace/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "CodetextParameters.setSpace" -linktitle: "setSpace" -articleTitle: "setSpace" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Space between the CodeText and the BarCode in Unit value. Default value: 2pt. Ignored for EAN8, EAN13, UPCE, UPCA, ISBN, ISMN, ISSN, UpcaGs1DatabarCoupon." -type: docs -weight: 150 -url: /nodejs/aspose.barcode/codetextparameters/setspace/ ---- - -## setSpace() - -Space between the CodeText and the BarCode in Unit value. Default value: 2pt. Ignored for EAN8, EAN13, UPCE, UPCA, ISBN, ISMN, ISSN, UpcaGs1DatabarCoupon. diff --git a/english/nodejs/aspose.barcode/codetextparameters/settwoddisplaytext/_index.md b/english/nodejs/aspose.barcode/codetextparameters/settwoddisplaytext/_index.md deleted file mode 100644 index 433284db3..000000000 --- a/english/nodejs/aspose.barcode/codetextparameters/settwoddisplaytext/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "CodetextParameters.setTwoDDisplayText" -linktitle: "setTwoDDisplayText" -articleTitle: "setTwoDDisplayText" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Text that will be displayed instead of codetext in 2D barcodes. Used for: Aztec, Pdf417, DataMatrix, QR, MaxiCode, DotCode" -type: docs -weight: 160 -url: /nodejs/aspose.barcode/codetextparameters/settwoddisplaytext/ ---- - -## setTwoDDisplayText() - -Text that will be displayed instead of codetext in 2D barcodes. Used for: Aztec, Pdf417, DataMatrix, QR, MaxiCode, DotCode diff --git a/english/nodejs/aspose.barcode/codetextparameters/tostring/_index.md b/english/nodejs/aspose.barcode/codetextparameters/tostring/_index.md deleted file mode 100644 index c7909e00d..000000000 --- a/english/nodejs/aspose.barcode/codetextparameters/tostring/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "CodetextParameters.toString" -linktitle: "toString" -articleTitle: "toString" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns a human-readable string representation of this CodetextParameters." -type: docs -weight: 170 -url: /nodejs/aspose.barcode/codetextparameters/tostring/ ---- - -## toString() - -Returns a human-readable string representation of this CodetextParameters. - -**Returns:** A string that represents this CodetextParameters. diff --git a/english/nodejs/aspose.barcode/complexbarcodegenerator/_index.md b/english/nodejs/aspose.barcode/complexbarcodegenerator/_index.md index 006fa5adc..e849e090c 100644 --- a/english/nodejs/aspose.barcode/complexbarcodegenerator/_index.md +++ b/english/nodejs/aspose.barcode/complexbarcodegenerator/_index.md @@ -1,9 +1,8 @@ --- -title: "ComplexBarcodeGenerator Class" +title: "ComplexBarcodeGenerator" linktitle: "ComplexBarcodeGenerator" -articleTitle: "ComplexBarcodeGenerator" -second_title: "Aspose.BarCode for Node.js via Java" -description: "ComplexBarcodeGenerator for backend complex barcode (e.g. SwissQR) images generation." +second_title: "Aspose.BarCode for Node.js via Java API Reference" +description: "ComplexBarcodeGenerator for backend complex barcode (e.g." type: docs weight: 280 url: /nodejs/aspose.barcode/complexbarcodegenerator/ @@ -52,6 +51,25 @@ This sample shows how to create and save a SwissQR image. | Name | Description | | --- | --- | -| [generateBarCodeImage()](./generatebarcodeimage/) | Generates complex barcode image under current settings. | -| [getParameters()](./getparameters/) | Generation parameters. | -| [save(filePath, format)](./save/) | Generates and saves complex barcode image under current settings. | +| [generateBarCodeImage()](#generatebarcodeimage) | Generates complex barcode image under current settings. | +| [getParameters()](#getparameters) | Generation parameters. | +| [save(filePath, format)](#save) | Generates and saves complex barcode image under current settings. | + +### generateBarCodeImage() {#generatebarcodeimage} + +Generates complex barcode image under current settings. + +**Returns:** Base64 presentation of image. + +### getParameters() {#getparameters} + +Generation parameters. + +### save(filePath, format) {#save} + +Generates and saves complex barcode image under current settings. + +| Parameter | Description | +| --- | --- | +| filePath | Path to save to. | +| format | BarCodeImageFormat(PNG, BMP, JPEG, GIF) | diff --git a/english/nodejs/aspose.barcode/complexbarcodegenerator/generatebarcodeimage/_index.md b/english/nodejs/aspose.barcode/complexbarcodegenerator/generatebarcodeimage/_index.md deleted file mode 100644 index e1f71b9ba..000000000 --- a/english/nodejs/aspose.barcode/complexbarcodegenerator/generatebarcodeimage/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "ComplexBarcodeGenerator.generateBarCodeImage" -linktitle: "generateBarCodeImage" -articleTitle: "generateBarCodeImage" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Generates complex barcode image under current settings." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/complexbarcodegenerator/generatebarcodeimage/ ---- - -## generateBarCodeImage() - -Generates complex barcode image under current settings. - -**Returns:** Base64 presentation of image. diff --git a/english/nodejs/aspose.barcode/complexbarcodegenerator/getparameters/_index.md b/english/nodejs/aspose.barcode/complexbarcodegenerator/getparameters/_index.md deleted file mode 100644 index c234323e4..000000000 --- a/english/nodejs/aspose.barcode/complexbarcodegenerator/getparameters/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "ComplexBarcodeGenerator.getParameters" -linktitle: "getParameters" -articleTitle: "getParameters" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Generation parameters." -type: docs -weight: 20 -url: /nodejs/aspose.barcode/complexbarcodegenerator/getparameters/ ---- - -## getParameters() - -Generation parameters. diff --git a/english/nodejs/aspose.barcode/complexbarcodegenerator/save/_index.md b/english/nodejs/aspose.barcode/complexbarcodegenerator/save/_index.md deleted file mode 100644 index 9cf843264..000000000 --- a/english/nodejs/aspose.barcode/complexbarcodegenerator/save/_index.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "ComplexBarcodeGenerator.save" -linktitle: "save" -articleTitle: "save" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Generates and saves complex barcode image under current settings." -type: docs -weight: 30 -url: /nodejs/aspose.barcode/complexbarcodegenerator/save/ ---- - -## save(filePath, format) - -Generates and saves complex barcode image under current settings. - -| Parameter | Description | -| --- | --- | -| filePath | Path to save to. | -| format | BarCodeImageFormat(PNG, BMP, JPEG, GIF) | diff --git a/english/nodejs/aspose.barcode/complexcodetextreader/_index.md b/english/nodejs/aspose.barcode/complexcodetextreader/_index.md index c6149b23d..5dc49db59 100644 --- a/english/nodejs/aspose.barcode/complexcodetextreader/_index.md +++ b/english/nodejs/aspose.barcode/complexcodetextreader/_index.md @@ -1,8 +1,7 @@ --- -title: "ComplexCodetextReader Class" +title: "ComplexCodetextReader" linktitle: "ComplexCodetextReader" -articleTitle: "ComplexCodetextReader" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "ComplexCodetextReader decodes codetext to specified complex barcode type." type: docs weight: 290 @@ -31,10 +30,81 @@ This sample shows how to recognize and decode SwissQR image. | Name | Description | | --- | --- | -| [tryDecodeHIBCLIC(encodedCodetext)](./trydecodehibclic/) *(static)* | Decodes HIBC LIC codetext. | -| [tryDecodeHIBCPAS(encodedCodetext)](./trydecodehibcpas/) *(static)* | Decodes HIBC PAS codetext. | -| [tryDecodeMailmark(encodedCodetext)](./trydecodemailmark/) *(static)* | Decodes Mailmark Barcode C and L codetext. | -| [tryDecodeMailmark2D(encodedCodetext)](./trydecodemailmark2d/) *(static)* | Decodes Royal Mail Mailmark 2D codetext. | -| [tryDecodeMaxiCode(maxiCodeMode, encodedCodetext)](./trydecodemaxicode/) *(static)* | Decodes MaxiCode codetext. | -| [tryDecodeSwissQR(encodedCodetext)](./trydecodeswissqr/) *(static)* | Decodes SwissQR codetext. | -| [tryDecodeUSADriveId(encodedCodetext)](./trydecodeusadriveid/) *(static)* | Decodes USADriveId codetext. | +| [tryDecodeHIBCLIC(encodedCodetext)](#trydecodehibclic) *(static)* | Decodes HIBC LIC codetext. | +| [tryDecodeHIBCPAS(encodedCodetext)](#trydecodehibcpas) *(static)* | Decodes HIBC PAS codetext. | +| [tryDecodeMailmark(encodedCodetext)](#trydecodemailmark) *(static)* | Decodes Mailmark Barcode C and L codetext. | +| [tryDecodeMailmark2D(encodedCodetext)](#trydecodemailmark2d) *(static)* | Decodes Royal Mail Mailmark 2D codetext. | +| [tryDecodeMaxiCode(maxiCodeMode, encodedCodetext)](#trydecodemaxicode) *(static)* | Decodes MaxiCode codetext. | +| [tryDecodeSwissQR(encodedCodetext)](#trydecodeswissqr) *(static)* | Decodes SwissQR codetext. | +| [tryDecodeUSADriveId(encodedCodetext)](#trydecodeusadriveid) *(static)* | Decodes USADriveId codetext. | + +### tryDecodeHIBCLIC(encodedCodetext) (static) {#trydecodehibclic} + +Decodes HIBC LIC codetext. + +| Parameter | Description | +| --- | --- | +| encodedCodetext | encoded codetext | + +**Returns:** decoded HIBC LIC Complex Codetext or null. + +### tryDecodeHIBCPAS(encodedCodetext) (static) {#trydecodehibcpas} + +Decodes HIBC PAS codetext. + +| Parameter | Description | +| --- | --- | +| encodedCodetext | encoded codetext | + +**Returns:** decoded HIBC PAS Complex Codetext or null. + +### tryDecodeMailmark(encodedCodetext) (static) {#trydecodemailmark} + +Decodes Mailmark Barcode C and L codetext. + +| Parameter | Description | +| --- | --- | +| encodedCodetext | encoded codetext | + +**Returns:** Decoded Mailmark Barcode C and L or null. + +### tryDecodeMailmark2D(encodedCodetext) (static) {#trydecodemailmark2d} + +Decodes Royal Mail Mailmark 2D codetext. + +| Parameter | Description | +| --- | --- | +| encodedCodetext | encoded codetext | + +**Returns:** decoded Royal Mail Mailmark 2D or null. + +### tryDecodeMaxiCode(maxiCodeMode, encodedCodetext) (static) {#trydecodemaxicode} + +Decodes MaxiCode codetext. + +| Parameter | Description | +| --- | --- | +| maxiCodeMode | MaxiCode mode | +| encodedCodetext | encoded codetext | + +**Returns:** Decoded MaxiCode codetext. + +### tryDecodeSwissQR(encodedCodetext) (static) {#trydecodeswissqr} + +Decodes SwissQR codetext. + +| Parameter | Description | +| --- | --- | +| encodedCodetext | encoded codetext | + +**Returns:** decoded SwissQRCodetext or null. + +### tryDecodeUSADriveId(encodedCodetext) (static) {#trydecodeusadriveid} + +Decodes USADriveId codetext. + +| Parameter | Description | +| --- | --- | +| encodedCodetext | Encoded codetext | + +**Returns:** Decoded USADriveId or null. diff --git a/english/nodejs/aspose.barcode/complexcodetextreader/trydecodehibclic/_index.md b/english/nodejs/aspose.barcode/complexcodetextreader/trydecodehibclic/_index.md deleted file mode 100644 index 1b5e238ad..000000000 --- a/english/nodejs/aspose.barcode/complexcodetextreader/trydecodehibclic/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "ComplexCodetextReader.tryDecodeHIBCLIC" -linktitle: "tryDecodeHIBCLIC" -articleTitle: "tryDecodeHIBCLIC" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Decodes HIBC LIC codetext." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/complexcodetextreader/trydecodehibclic/ ---- - -## tryDecodeHIBCLIC(encodedCodetext) (static) - -Decodes HIBC LIC codetext. - -| Parameter | Description | -| --- | --- | -| encodedCodetext | encoded codetext | - -**Returns:** decoded HIBC LIC Complex Codetext or null. diff --git a/english/nodejs/aspose.barcode/complexcodetextreader/trydecodehibcpas/_index.md b/english/nodejs/aspose.barcode/complexcodetextreader/trydecodehibcpas/_index.md deleted file mode 100644 index 743421bb6..000000000 --- a/english/nodejs/aspose.barcode/complexcodetextreader/trydecodehibcpas/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "ComplexCodetextReader.tryDecodeHIBCPAS" -linktitle: "tryDecodeHIBCPAS" -articleTitle: "tryDecodeHIBCPAS" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Decodes HIBC PAS codetext." -type: docs -weight: 20 -url: /nodejs/aspose.barcode/complexcodetextreader/trydecodehibcpas/ ---- - -## tryDecodeHIBCPAS(encodedCodetext) (static) - -Decodes HIBC PAS codetext. - -| Parameter | Description | -| --- | --- | -| encodedCodetext | encoded codetext | - -**Returns:** decoded HIBC PAS Complex Codetext or null. diff --git a/english/nodejs/aspose.barcode/complexcodetextreader/trydecodemailmark/_index.md b/english/nodejs/aspose.barcode/complexcodetextreader/trydecodemailmark/_index.md deleted file mode 100644 index 06da36b9a..000000000 --- a/english/nodejs/aspose.barcode/complexcodetextreader/trydecodemailmark/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "ComplexCodetextReader.tryDecodeMailmark" -linktitle: "tryDecodeMailmark" -articleTitle: "tryDecodeMailmark" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Decodes Mailmark Barcode C and L codetext." -type: docs -weight: 30 -url: /nodejs/aspose.barcode/complexcodetextreader/trydecodemailmark/ ---- - -## tryDecodeMailmark(encodedCodetext) (static) - -Decodes Mailmark Barcode C and L codetext. - -| Parameter | Description | -| --- | --- | -| encodedCodetext | encoded codetext | - -**Returns:** Decoded Mailmark Barcode C and L or null. diff --git a/english/nodejs/aspose.barcode/complexcodetextreader/trydecodemailmark2d/_index.md b/english/nodejs/aspose.barcode/complexcodetextreader/trydecodemailmark2d/_index.md deleted file mode 100644 index dec9abcb0..000000000 --- a/english/nodejs/aspose.barcode/complexcodetextreader/trydecodemailmark2d/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "ComplexCodetextReader.tryDecodeMailmark2D" -linktitle: "tryDecodeMailmark2D" -articleTitle: "tryDecodeMailmark2D" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Decodes Royal Mail Mailmark 2D codetext." -type: docs -weight: 40 -url: /nodejs/aspose.barcode/complexcodetextreader/trydecodemailmark2d/ ---- - -## tryDecodeMailmark2D(encodedCodetext) (static) - -Decodes Royal Mail Mailmark 2D codetext. - -| Parameter | Description | -| --- | --- | -| encodedCodetext | encoded codetext | - -**Returns:** decoded Royal Mail Mailmark 2D or null. diff --git a/english/nodejs/aspose.barcode/complexcodetextreader/trydecodemaxicode/_index.md b/english/nodejs/aspose.barcode/complexcodetextreader/trydecodemaxicode/_index.md deleted file mode 100644 index a8a0a516b..000000000 --- a/english/nodejs/aspose.barcode/complexcodetextreader/trydecodemaxicode/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "ComplexCodetextReader.tryDecodeMaxiCode" -linktitle: "tryDecodeMaxiCode" -articleTitle: "tryDecodeMaxiCode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Decodes MaxiCode codetext." -type: docs -weight: 50 -url: /nodejs/aspose.barcode/complexcodetextreader/trydecodemaxicode/ ---- - -## tryDecodeMaxiCode(maxiCodeMode, encodedCodetext) (static) - -Decodes MaxiCode codetext. - -| Parameter | Description | -| --- | --- | -| maxiCodeMode | MaxiCode mode | -| encodedCodetext | encoded codetext | - -**Returns:** Decoded MaxiCode codetext. diff --git a/english/nodejs/aspose.barcode/complexcodetextreader/trydecodeswissqr/_index.md b/english/nodejs/aspose.barcode/complexcodetextreader/trydecodeswissqr/_index.md deleted file mode 100644 index 71d2de480..000000000 --- a/english/nodejs/aspose.barcode/complexcodetextreader/trydecodeswissqr/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "ComplexCodetextReader.tryDecodeSwissQR" -linktitle: "tryDecodeSwissQR" -articleTitle: "tryDecodeSwissQR" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Decodes SwissQR codetext." -type: docs -weight: 60 -url: /nodejs/aspose.barcode/complexcodetextreader/trydecodeswissqr/ ---- - -## tryDecodeSwissQR(encodedCodetext) (static) - -Decodes SwissQR codetext. - -| Parameter | Description | -| --- | --- | -| encodedCodetext | encoded codetext | - -**Returns:** decoded SwissQRCodetext or null. diff --git a/english/nodejs/aspose.barcode/complexcodetextreader/trydecodeusadriveid/_index.md b/english/nodejs/aspose.barcode/complexcodetextreader/trydecodeusadriveid/_index.md deleted file mode 100644 index 6790d8675..000000000 --- a/english/nodejs/aspose.barcode/complexcodetextreader/trydecodeusadriveid/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "ComplexCodetextReader.tryDecodeUSADriveId" -linktitle: "tryDecodeUSADriveId" -articleTitle: "tryDecodeUSADriveId" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Decodes USADriveId codetext." -type: docs -weight: 70 -url: /nodejs/aspose.barcode/complexcodetextreader/trydecodeusadriveid/ ---- - -## tryDecodeUSADriveId(encodedCodetext) (static) - -Decodes USADriveId codetext. - -| Parameter | Description | -| --- | --- | -| encodedCodetext | Encoded codetext | - -**Returns:** Decoded USADriveId or null. diff --git a/english/nodejs/aspose.barcode/couponparameters/_index.md b/english/nodejs/aspose.barcode/couponparameters/_index.md index 5d6e3b7b8..bb151b7ed 100644 --- a/english/nodejs/aspose.barcode/couponparameters/_index.md +++ b/english/nodejs/aspose.barcode/couponparameters/_index.md @@ -1,9 +1,8 @@ --- -title: "CouponParameters Class" +title: "CouponParameters" linktitle: "CouponParameters" -articleTitle: "CouponParameters" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Coupon parameters. Used for UpcaGs1DatabarCoupon, UpcaGs1Code128Coupon." +second_title: "Aspose.BarCode for Node.js via Java API Reference" +description: "Coupon parameters." type: docs weight: 300 url: /nodejs/aspose.barcode/couponparameters/ @@ -21,6 +20,24 @@ new CouponParameters() | Name | Description | | --- | --- | -| [getSupplementSpace()](./getsupplementspace/) | Space between main the BarCode and supplement BarCode in Unit value. | -| [setSupplementSpace()](./setsupplementspace/) | Space between main the BarCode and supplement BarCode in Unit value. | -| [toString()](./tostring/) | Returns a human-readable string representation of this CouponParameters. | +| [getSupplementSpace()](#getsupplementspace) | Space between main the BarCode and supplement BarCode in Unit value. | +| [setSupplementSpace()](#setsupplementspace) | Space between main the BarCode and supplement BarCode in Unit value. | +| [toString()](#tostring) | Returns a human-readable string representation of this CouponParameters. | + +### getSupplementSpace() {#getsupplementspace} + +Space between main the BarCode and supplement BarCode in Unit value. + +**Throws:** IllegalArgumentExceptionThe Space parameter value is less than 0. + +### setSupplementSpace() {#setsupplementspace} + +Space between main the BarCode and supplement BarCode in Unit value. + +**Throws:** IllegalArgumentExceptionThe Space parameter value is less than 0. + +### toString() {#tostring} + +Returns a human-readable string representation of this CouponParameters. + +**Returns:** A string that represents this CouponParameters. diff --git a/english/nodejs/aspose.barcode/couponparameters/getsupplementspace/_index.md b/english/nodejs/aspose.barcode/couponparameters/getsupplementspace/_index.md deleted file mode 100644 index 4bdb801b8..000000000 --- a/english/nodejs/aspose.barcode/couponparameters/getsupplementspace/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "CouponParameters.getSupplementSpace" -linktitle: "getSupplementSpace" -articleTitle: "getSupplementSpace" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Space between main the BarCode and supplement BarCode in Unit value." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/couponparameters/getsupplementspace/ ---- - -## getSupplementSpace() - -Space between main the BarCode and supplement BarCode in Unit value. - -**Throws:** IllegalArgumentExceptionThe Space parameter value is less than 0. diff --git a/english/nodejs/aspose.barcode/couponparameters/setsupplementspace/_index.md b/english/nodejs/aspose.barcode/couponparameters/setsupplementspace/_index.md deleted file mode 100644 index bf7df3002..000000000 --- a/english/nodejs/aspose.barcode/couponparameters/setsupplementspace/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "CouponParameters.setSupplementSpace" -linktitle: "setSupplementSpace" -articleTitle: "setSupplementSpace" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Space between main the BarCode and supplement BarCode in Unit value." -type: docs -weight: 20 -url: /nodejs/aspose.barcode/couponparameters/setsupplementspace/ ---- - -## setSupplementSpace() - -Space between main the BarCode and supplement BarCode in Unit value. - -**Throws:** IllegalArgumentExceptionThe Space parameter value is less than 0. diff --git a/english/nodejs/aspose.barcode/couponparameters/tostring/_index.md b/english/nodejs/aspose.barcode/couponparameters/tostring/_index.md deleted file mode 100644 index cbe073b9f..000000000 --- a/english/nodejs/aspose.barcode/couponparameters/tostring/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "CouponParameters.toString" -linktitle: "toString" -articleTitle: "toString" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns a human-readable string representation of this CouponParameters." -type: docs -weight: 30 -url: /nodejs/aspose.barcode/couponparameters/tostring/ ---- - -## toString() - -Returns a human-readable string representation of this CouponParameters. - -**Returns:** A string that represents this CouponParameters. diff --git a/english/nodejs/aspose.barcode/databarextendedparameters/_index.md b/english/nodejs/aspose.barcode/databarextendedparameters/_index.md index 76271686a..ba7089540 100644 --- a/english/nodejs/aspose.barcode/databarextendedparameters/_index.md +++ b/english/nodejs/aspose.barcode/databarextendedparameters/_index.md @@ -1,8 +1,7 @@ --- -title: "DataBarExtendedParameters Class" +title: "DataBarExtendedParameters" linktitle: "DataBarExtendedParameters" -articleTitle: "DataBarExtendedParameters" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Stores a DataBar additional information of recognized barcode" type: docs weight: 310 @@ -35,7 +34,35 @@ for(let i = 0; i < results.length; i++) | Name | Description | | --- | --- | -| [equals(obj)](./equals/) | Returns a value indicating whether this instance is equal to a specified DataBarExtendedParameters value. | -| [hashCode()](./hashcode/) | Returns the hash code for this instance. | -| [is2DCompositeComponent()](./is2dcompositecomponent/) | Gets the DataBar 2D composite component flag. Default value is false. | -| [toString()](./tostring/) | Returns a human-readable string representation of this . | +| [equals(obj)](#equals) | Returns a value indicating whether this instance is equal to a specified DataBarExtendedParameters value. | +| [hashCode()](#hashcode) | Returns the hash code for this instance. | +| [is2DCompositeComponent()](#is2dcompositecomponent) | Gets the DataBar 2D composite component flag. Default value is false. | +| [toString()](#tostring) | Returns a human-readable string representation of this . | + +### equals(obj) {#equals} + +Returns a value indicating whether this instance is equal to a specified DataBarExtendedParameters value. + +| Parameter | Description | +| --- | --- | +| obj | DataBarExtendedParameters value to compare to this instance. | + +**Returns:** true if obj has the same value as this instance; otherwise, false . + +### hashCode() {#hashcode} + +Returns the hash code for this instance. + +**Returns:** A 32-bit signed integer hash code. + +### is2DCompositeComponent() {#is2dcompositecomponent} + +Gets the DataBar 2D composite component flag. Default value is false. + +**Returns:** The DataBar 2D composite component flag. + +### toString() {#tostring} + +Returns a human-readable string representation of this . + +**Returns:** A string that represents this . diff --git a/english/nodejs/aspose.barcode/databarextendedparameters/equals/_index.md b/english/nodejs/aspose.barcode/databarextendedparameters/equals/_index.md deleted file mode 100644 index 9d4dba2a7..000000000 --- a/english/nodejs/aspose.barcode/databarextendedparameters/equals/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "DataBarExtendedParameters.equals" -linktitle: "equals" -articleTitle: "equals" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns a value indicating whether this instance is equal to a specified DataBarExtendedParameters value." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/databarextendedparameters/equals/ ---- - -## equals(obj) - -Returns a value indicating whether this instance is equal to a specified DataBarExtendedParameters value. - -| Parameter | Description | -| --- | --- | -| obj | DataBarExtendedParameters value to compare to this instance. | - -**Returns:** true if obj has the same value as this instance; otherwise, false . diff --git a/english/nodejs/aspose.barcode/databarextendedparameters/hashcode/_index.md b/english/nodejs/aspose.barcode/databarextendedparameters/hashcode/_index.md deleted file mode 100644 index a3b3fba8f..000000000 --- a/english/nodejs/aspose.barcode/databarextendedparameters/hashcode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "DataBarExtendedParameters.hashCode" -linktitle: "hashCode" -articleTitle: "hashCode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns the hash code for this instance." -type: docs -weight: 20 -url: /nodejs/aspose.barcode/databarextendedparameters/hashcode/ ---- - -## hashCode() - -Returns the hash code for this instance. - -**Returns:** A 32-bit signed integer hash code. diff --git a/english/nodejs/aspose.barcode/databarextendedparameters/is2dcompositecomponent/_index.md b/english/nodejs/aspose.barcode/databarextendedparameters/is2dcompositecomponent/_index.md deleted file mode 100644 index f8462ee66..000000000 --- a/english/nodejs/aspose.barcode/databarextendedparameters/is2dcompositecomponent/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "DataBarExtendedParameters.is2DCompositeComponent" -linktitle: "is2DCompositeComponent" -articleTitle: "is2DCompositeComponent" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the DataBar 2D composite component flag. Default value is false." -type: docs -weight: 30 -url: /nodejs/aspose.barcode/databarextendedparameters/is2dcompositecomponent/ ---- - -## is2DCompositeComponent() - -Gets the DataBar 2D composite component flag. Default value is false. - -**Returns:** The DataBar 2D composite component flag. diff --git a/english/nodejs/aspose.barcode/databarextendedparameters/tostring/_index.md b/english/nodejs/aspose.barcode/databarextendedparameters/tostring/_index.md deleted file mode 100644 index 81c8e85d3..000000000 --- a/english/nodejs/aspose.barcode/databarextendedparameters/tostring/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "DataBarExtendedParameters.toString" -linktitle: "toString" -articleTitle: "toString" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns a human-readable string representation of this ." -type: docs -weight: 40 -url: /nodejs/aspose.barcode/databarextendedparameters/tostring/ ---- - -## toString() - -Returns a human-readable string representation of this . - -**Returns:** A string that represents this . diff --git a/english/nodejs/aspose.barcode/databarparameters/_index.md b/english/nodejs/aspose.barcode/databarparameters/_index.md index 5d3c84fe9..6350f9192 100644 --- a/english/nodejs/aspose.barcode/databarparameters/_index.md +++ b/english/nodejs/aspose.barcode/databarparameters/_index.md @@ -1,8 +1,7 @@ --- -title: "DataBarParameters Class" +title: "DataBarParameters" linktitle: "DataBarParameters" -articleTitle: "DataBarParameters" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Databar parameters." type: docs weight: 320 @@ -21,14 +20,60 @@ new DataBarParameters() | Name | Description | | --- | --- | -| [getAspectRatio()](./getaspectratio/) | Height/Width ratio of 2D BarCode module. Used for DataBar stacked. | -| [getColumns()](./getcolumns/) | Columns count. | -| [getRows()](./getrows/) | Rows count. | -| [is2DCompositeComponent()](./is2dcompositecomponent/) | Enables flag of 2D composite component with DataBar barcode | -| [isAllowOnlyGS1Encoding()](./isallowonlygs1encoding/) | If this flag is set, it allows only GS1 encoding standard for Databar barcode types | -| [set2DCompositeComponent()](./set2dcompositecomponent/) | Enables flag of 2D composite component with DataBar barcode | -| [setAllowOnlyGS1Encoding()](./setallowonlygs1encoding/) | If this flag is set, it allows only GS1 encoding standard for Databar barcode types | -| [setAspectRatio()](./setaspectratio/) | Height/Width ratio of 2D BarCode module. Used for DataBar stacked. | -| [setColumns()](./setcolumns/) | Columns count. | -| [setRows()](./setrows/) | Rows count. | -| [toString()](./tostring/) | Returns a human-readable string representation of this DataBarParameters. | +| [getAspectRatio()](#getaspectratio) | Height/Width ratio of 2D BarCode module. Used for DataBar stacked. | +| [getColumns()](#getcolumns) | Columns count. | +| [getRows()](#getrows) | Rows count. | +| [is2DCompositeComponent()](#is2dcompositecomponent) | Enables flag of 2D composite component with DataBar barcode | +| [isAllowOnlyGS1Encoding()](#isallowonlygs1encoding) | If this flag is set, it allows only GS1 encoding standard for Databar barcode types | +| [set2DCompositeComponent()](#set2dcompositecomponent) | Enables flag of 2D composite component with DataBar barcode | +| [setAllowOnlyGS1Encoding()](#setallowonlygs1encoding) | If this flag is set, it allows only GS1 encoding standard for Databar barcode types | +| [setAspectRatio()](#setaspectratio) | Height/Width ratio of 2D BarCode module. Used for DataBar stacked. | +| [setColumns()](#setcolumns) | Columns count. | +| [setRows()](#setrows) | Rows count. | +| [toString()](#tostring) | Returns a human-readable string representation of this DataBarParameters. | + +### getAspectRatio() {#getaspectratio} + +Height/Width ratio of 2D BarCode module. Used for DataBar stacked. + +### getColumns() {#getcolumns} + +Columns count. + +### getRows() {#getrows} + +Rows count. + +### is2DCompositeComponent() {#is2dcompositecomponent} + +Enables flag of 2D composite component with DataBar barcode + +### isAllowOnlyGS1Encoding() {#isallowonlygs1encoding} + +If this flag is set, it allows only GS1 encoding standard for Databar barcode types + +### set2DCompositeComponent() {#set2dcompositecomponent} + +Enables flag of 2D composite component with DataBar barcode + +### setAllowOnlyGS1Encoding() {#setallowonlygs1encoding} + +If this flag is set, it allows only GS1 encoding standard for Databar barcode types + +### setAspectRatio() {#setaspectratio} + +Height/Width ratio of 2D BarCode module. Used for DataBar stacked. + +### setColumns() {#setcolumns} + +Columns count. + +### setRows() {#setrows} + +Rows count. + +### toString() {#tostring} + +Returns a human-readable string representation of this DataBarParameters. + +**Returns:** A string that represents this DataBarParameters. diff --git a/english/nodejs/aspose.barcode/databarparameters/getaspectratio/_index.md b/english/nodejs/aspose.barcode/databarparameters/getaspectratio/_index.md deleted file mode 100644 index a75c3fe95..000000000 --- a/english/nodejs/aspose.barcode/databarparameters/getaspectratio/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "DataBarParameters.getAspectRatio" -linktitle: "getAspectRatio" -articleTitle: "getAspectRatio" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Height/Width ratio of 2D BarCode module. Used for DataBar stacked." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/databarparameters/getaspectratio/ ---- - -## getAspectRatio() - -Height/Width ratio of 2D BarCode module. Used for DataBar stacked. diff --git a/english/nodejs/aspose.barcode/databarparameters/getcolumns/_index.md b/english/nodejs/aspose.barcode/databarparameters/getcolumns/_index.md deleted file mode 100644 index 2b34a0c28..000000000 --- a/english/nodejs/aspose.barcode/databarparameters/getcolumns/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "DataBarParameters.getColumns" -linktitle: "getColumns" -articleTitle: "getColumns" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Columns count." -type: docs -weight: 20 -url: /nodejs/aspose.barcode/databarparameters/getcolumns/ ---- - -## getColumns() - -Columns count. diff --git a/english/nodejs/aspose.barcode/databarparameters/getrows/_index.md b/english/nodejs/aspose.barcode/databarparameters/getrows/_index.md deleted file mode 100644 index 279dc18b4..000000000 --- a/english/nodejs/aspose.barcode/databarparameters/getrows/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "DataBarParameters.getRows" -linktitle: "getRows" -articleTitle: "getRows" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Rows count." -type: docs -weight: 30 -url: /nodejs/aspose.barcode/databarparameters/getrows/ ---- - -## getRows() - -Rows count. diff --git a/english/nodejs/aspose.barcode/databarparameters/is2dcompositecomponent/_index.md b/english/nodejs/aspose.barcode/databarparameters/is2dcompositecomponent/_index.md deleted file mode 100644 index f71a70dfb..000000000 --- a/english/nodejs/aspose.barcode/databarparameters/is2dcompositecomponent/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "DataBarParameters.is2DCompositeComponent" -linktitle: "is2DCompositeComponent" -articleTitle: "is2DCompositeComponent" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Enables flag of 2D composite component with DataBar barcode" -type: docs -weight: 40 -url: /nodejs/aspose.barcode/databarparameters/is2dcompositecomponent/ ---- - -## is2DCompositeComponent() - -Enables flag of 2D composite component with DataBar barcode diff --git a/english/nodejs/aspose.barcode/databarparameters/isallowonlygs1encoding/_index.md b/english/nodejs/aspose.barcode/databarparameters/isallowonlygs1encoding/_index.md deleted file mode 100644 index e2f85f81b..000000000 --- a/english/nodejs/aspose.barcode/databarparameters/isallowonlygs1encoding/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "DataBarParameters.isAllowOnlyGS1Encoding" -linktitle: "isAllowOnlyGS1Encoding" -articleTitle: "isAllowOnlyGS1Encoding" -second_title: "Aspose.BarCode for Node.js via Java" -description: "If this flag is set, it allows only GS1 encoding standard for Databar barcode types" -type: docs -weight: 50 -url: /nodejs/aspose.barcode/databarparameters/isallowonlygs1encoding/ ---- - -## isAllowOnlyGS1Encoding() - -If this flag is set, it allows only GS1 encoding standard for Databar barcode types diff --git a/english/nodejs/aspose.barcode/databarparameters/set2dcompositecomponent/_index.md b/english/nodejs/aspose.barcode/databarparameters/set2dcompositecomponent/_index.md deleted file mode 100644 index 4c406bf5c..000000000 --- a/english/nodejs/aspose.barcode/databarparameters/set2dcompositecomponent/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "DataBarParameters.set2DCompositeComponent" -linktitle: "set2DCompositeComponent" -articleTitle: "set2DCompositeComponent" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Enables flag of 2D composite component with DataBar barcode" -type: docs -weight: 60 -url: /nodejs/aspose.barcode/databarparameters/set2dcompositecomponent/ ---- - -## set2DCompositeComponent() - -Enables flag of 2D composite component with DataBar barcode diff --git a/english/nodejs/aspose.barcode/databarparameters/setallowonlygs1encoding/_index.md b/english/nodejs/aspose.barcode/databarparameters/setallowonlygs1encoding/_index.md deleted file mode 100644 index 40d88f9fd..000000000 --- a/english/nodejs/aspose.barcode/databarparameters/setallowonlygs1encoding/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "DataBarParameters.setAllowOnlyGS1Encoding" -linktitle: "setAllowOnlyGS1Encoding" -articleTitle: "setAllowOnlyGS1Encoding" -second_title: "Aspose.BarCode for Node.js via Java" -description: "If this flag is set, it allows only GS1 encoding standard for Databar barcode types" -type: docs -weight: 70 -url: /nodejs/aspose.barcode/databarparameters/setallowonlygs1encoding/ ---- - -## setAllowOnlyGS1Encoding() - -If this flag is set, it allows only GS1 encoding standard for Databar barcode types diff --git a/english/nodejs/aspose.barcode/databarparameters/setaspectratio/_index.md b/english/nodejs/aspose.barcode/databarparameters/setaspectratio/_index.md deleted file mode 100644 index 3da1e9586..000000000 --- a/english/nodejs/aspose.barcode/databarparameters/setaspectratio/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "DataBarParameters.setAspectRatio" -linktitle: "setAspectRatio" -articleTitle: "setAspectRatio" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Height/Width ratio of 2D BarCode module. Used for DataBar stacked." -type: docs -weight: 80 -url: /nodejs/aspose.barcode/databarparameters/setaspectratio/ ---- - -## setAspectRatio() - -Height/Width ratio of 2D BarCode module. Used for DataBar stacked. diff --git a/english/nodejs/aspose.barcode/databarparameters/setcolumns/_index.md b/english/nodejs/aspose.barcode/databarparameters/setcolumns/_index.md deleted file mode 100644 index 9a17dfdde..000000000 --- a/english/nodejs/aspose.barcode/databarparameters/setcolumns/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "DataBarParameters.setColumns" -linktitle: "setColumns" -articleTitle: "setColumns" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Columns count." -type: docs -weight: 90 -url: /nodejs/aspose.barcode/databarparameters/setcolumns/ ---- - -## setColumns() - -Columns count. diff --git a/english/nodejs/aspose.barcode/databarparameters/setrows/_index.md b/english/nodejs/aspose.barcode/databarparameters/setrows/_index.md deleted file mode 100644 index 18e09a0ca..000000000 --- a/english/nodejs/aspose.barcode/databarparameters/setrows/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "DataBarParameters.setRows" -linktitle: "setRows" -articleTitle: "setRows" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Rows count." -type: docs -weight: 100 -url: /nodejs/aspose.barcode/databarparameters/setrows/ ---- - -## setRows() - -Rows count. diff --git a/english/nodejs/aspose.barcode/databarparameters/tostring/_index.md b/english/nodejs/aspose.barcode/databarparameters/tostring/_index.md deleted file mode 100644 index f40722ed6..000000000 --- a/english/nodejs/aspose.barcode/databarparameters/tostring/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "DataBarParameters.toString" -linktitle: "toString" -articleTitle: "toString" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns a human-readable string representation of this DataBarParameters." -type: docs -weight: 110 -url: /nodejs/aspose.barcode/databarparameters/tostring/ ---- - -## toString() - -Returns a human-readable string representation of this DataBarParameters. - -**Returns:** A string that represents this DataBarParameters. diff --git a/english/nodejs/aspose.barcode/dataelement/_index.md b/english/nodejs/aspose.barcode/dataelement/_index.md index 3cbc9b13b..642c13a70 100644 --- a/english/nodejs/aspose.barcode/dataelement/_index.md +++ b/english/nodejs/aspose.barcode/dataelement/_index.md @@ -1,9 +1,8 @@ --- -title: "DataElement Class" +title: "DataElement" linktitle: "DataElement" -articleTitle: "DataElement" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Represents a jurisdiction-specific data field used in documents, for example ElementID = 'ZVA' with Value = '01'." +second_title: "Aspose.BarCode for Node.js via Java API Reference" +description: "Represents a jurisdiction-specific data field used in documents, for example ElementID = \"ZVA\" with Value = \"01\"." type: docs weight: 330 url: /nodejs/aspose.barcode/dataelement/ @@ -21,7 +20,23 @@ new DataElement() | Name | Description | | --- | --- | -| [getElementID()](./getelementid/) | A 3-character code that identifies the jurisdiction-specific field, e.g., "ZVA". | -| [getValue()](./getvalue/) | The text value associated with the field, typically defined by jurisdiction rules. | -| [setElementID()](./setelementid/) | A 3-character code that identifies the jurisdiction-specific field, e.g., "ZVA". | -| [setValue()](./setvalue/) | The text value associated with the field, typically defined by jurisdiction rules. | +| [getElementID()](#getelementid) | A 3-character code that identifies the jurisdiction-specific field, e.g., "ZVA". | +| [getValue()](#getvalue) | The text value associated with the field, typically defined by jurisdiction rules. | +| [setElementID()](#setelementid) | A 3-character code that identifies the jurisdiction-specific field, e.g., "ZVA". | +| [setValue()](#setvalue) | The text value associated with the field, typically defined by jurisdiction rules. | + +### getElementID() {#getelementid} + +A 3-character code that identifies the jurisdiction-specific field, e.g., "ZVA". + +### getValue() {#getvalue} + +The text value associated with the field, typically defined by jurisdiction rules. + +### setElementID() {#setelementid} + +A 3-character code that identifies the jurisdiction-specific field, e.g., "ZVA". + +### setValue() {#setvalue} + +The text value associated with the field, typically defined by jurisdiction rules. diff --git a/english/nodejs/aspose.barcode/dataelement/getelementid/_index.md b/english/nodejs/aspose.barcode/dataelement/getelementid/_index.md deleted file mode 100644 index 484cad5a8..000000000 --- a/english/nodejs/aspose.barcode/dataelement/getelementid/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "DataElement.getElementID" -linktitle: "getElementID" -articleTitle: "getElementID" -second_title: "Aspose.BarCode for Node.js via Java" -description: "A 3-character code that identifies the jurisdiction-specific field, e.g., 'ZVA'." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/dataelement/getelementid/ ---- - -## getElementID() - -A 3-character code that identifies the jurisdiction-specific field, e.g., "ZVA". diff --git a/english/nodejs/aspose.barcode/dataelement/getvalue/_index.md b/english/nodejs/aspose.barcode/dataelement/getvalue/_index.md deleted file mode 100644 index a92569e4d..000000000 --- a/english/nodejs/aspose.barcode/dataelement/getvalue/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "DataElement.getValue" -linktitle: "getValue" -articleTitle: "getValue" -second_title: "Aspose.BarCode for Node.js via Java" -description: "The text value associated with the field, typically defined by jurisdiction rules." -type: docs -weight: 20 -url: /nodejs/aspose.barcode/dataelement/getvalue/ ---- - -## getValue() - -The text value associated with the field, typically defined by jurisdiction rules. diff --git a/english/nodejs/aspose.barcode/dataelement/setelementid/_index.md b/english/nodejs/aspose.barcode/dataelement/setelementid/_index.md deleted file mode 100644 index ef735dc9e..000000000 --- a/english/nodejs/aspose.barcode/dataelement/setelementid/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "DataElement.setElementID" -linktitle: "setElementID" -articleTitle: "setElementID" -second_title: "Aspose.BarCode for Node.js via Java" -description: "A 3-character code that identifies the jurisdiction-specific field, e.g., 'ZVA'." -type: docs -weight: 30 -url: /nodejs/aspose.barcode/dataelement/setelementid/ ---- - -## setElementID() - -A 3-character code that identifies the jurisdiction-specific field, e.g., "ZVA". diff --git a/english/nodejs/aspose.barcode/dataelement/setvalue/_index.md b/english/nodejs/aspose.barcode/dataelement/setvalue/_index.md deleted file mode 100644 index 7a9534d07..000000000 --- a/english/nodejs/aspose.barcode/dataelement/setvalue/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "DataElement.setValue" -linktitle: "setValue" -articleTitle: "setValue" -second_title: "Aspose.BarCode for Node.js via Java" -description: "The text value associated with the field, typically defined by jurisdiction rules." -type: docs -weight: 40 -url: /nodejs/aspose.barcode/dataelement/setvalue/ ---- - -## setValue() - -The text value associated with the field, typically defined by jurisdiction rules. diff --git a/english/nodejs/aspose.barcode/datamatrixextcodetextbuilder/_index.md b/english/nodejs/aspose.barcode/datamatrixextcodetextbuilder/_index.md index acc644599..ac07a752b 100644 --- a/english/nodejs/aspose.barcode/datamatrixextcodetextbuilder/_index.md +++ b/english/nodejs/aspose.barcode/datamatrixextcodetextbuilder/_index.md @@ -1,9 +1,8 @@ --- -title: "DataMatrixExtCodetextBuilder Class" +title: "DataMatrixExtCodetextBuilder" linktitle: "DataMatrixExtCodetextBuilder" -articleTitle: "DataMatrixExtCodetextBuilder" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Extended codetext generator for 2D DataMatrix barcodes for ExtendedCodetext Mode of DataMatrixEncodeMode //Extended codetext mode //create codetext let textB..." +second_title: "Aspose.BarCode for Node.js via Java API Reference" +description: "Extended codetext generator for 2D DataMatrix barcodes for ExtendedCodetext Mode of DataMatrixEncodeMode //Extended codetext mode //create codetext let textBuil" type: docs weight: 340 url: /nodejs/aspose.barcode/datamatrixextcodetextbuilder/ @@ -21,6 +20,31 @@ new DataMatrixExtCodetextBuilder() | Name | Description | | --- | --- | -| [addCodetextWithEncodeMode(encodeMode, codetext)](./addcodetextwithencodemode/) | Adds codetext with defined encode mode to the extended codetext items | -| [addECICodetextWithEncodeMode(ECIEncoding, encodeMode, codetext)](./addecicodetextwithencodemode/) | Adds codetext with Extended Channel Identifier with defined encode mode | -| [getExtendedCodetext()](./getextendedcodetext/) | Generates Extended codetext from the extended codetext list. | +| [addCodetextWithEncodeMode(encodeMode, codetext)](#addcodetextwithencodemode) | Adds codetext with defined encode mode to the extended codetext items | +| [addECICodetextWithEncodeMode(ECIEncoding, encodeMode, codetext)](#addecicodetextwithencodemode) | Adds codetext with Extended Channel Identifier with defined encode mode | +| [getExtendedCodetext()](#getextendedcodetext) | Generates Extended codetext from the extended codetext list. | + +### addCodetextWithEncodeMode(encodeMode, codetext) {#addcodetextwithencodemode} + +Adds codetext with defined encode mode to the extended codetext items + +| Parameter | Description | +| --- | --- | +| encodeMode | Encode mode value | +| codetext | Codetext in unicode to add as extended codetext item | + +### addECICodetextWithEncodeMode(ECIEncoding, encodeMode, codetext) {#addecicodetextwithencodemode} + +Adds codetext with Extended Channel Identifier with defined encode mode + +| Parameter | Description | +| --- | --- | +| ECIEncoding | Extended Channel Identifier | +| encodeMode | Encode mode value | +| codetext | Codetext in unicode to add as extended codetext item with Extended Channel Identifier with defined encode mode | + +### getExtendedCodetext() {#getextendedcodetext} + +Generates Extended codetext from the extended codetext list. + +**Returns:** Extended codetext as string diff --git a/english/nodejs/aspose.barcode/datamatrixextcodetextbuilder/addcodetextwithencodemode/_index.md b/english/nodejs/aspose.barcode/datamatrixextcodetextbuilder/addcodetextwithencodemode/_index.md deleted file mode 100644 index 801e08382..000000000 --- a/english/nodejs/aspose.barcode/datamatrixextcodetextbuilder/addcodetextwithencodemode/_index.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "DataMatrixExtCodetextBuilder.addCodetextWithEncodeMode" -linktitle: "addCodetextWithEncodeMode" -articleTitle: "addCodetextWithEncodeMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Adds codetext with defined encode mode to the extended codetext items" -type: docs -weight: 10 -url: /nodejs/aspose.barcode/datamatrixextcodetextbuilder/addcodetextwithencodemode/ ---- - -## addCodetextWithEncodeMode(encodeMode, codetext) - -Adds codetext with defined encode mode to the extended codetext items - -| Parameter | Description | -| --- | --- | -| encodeMode | Encode mode value | -| codetext | Codetext in unicode to add as extended codetext item | diff --git a/english/nodejs/aspose.barcode/datamatrixextcodetextbuilder/addecicodetextwithencodemode/_index.md b/english/nodejs/aspose.barcode/datamatrixextcodetextbuilder/addecicodetextwithencodemode/_index.md deleted file mode 100644 index 1403d4fd2..000000000 --- a/english/nodejs/aspose.barcode/datamatrixextcodetextbuilder/addecicodetextwithencodemode/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "DataMatrixExtCodetextBuilder.addECICodetextWithEncodeMode" -linktitle: "addECICodetextWithEncodeMode" -articleTitle: "addECICodetextWithEncodeMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Adds codetext with Extended Channel Identifier with defined encode mode" -type: docs -weight: 20 -url: /nodejs/aspose.barcode/datamatrixextcodetextbuilder/addecicodetextwithencodemode/ ---- - -## addECICodetextWithEncodeMode(ECIEncoding, encodeMode, codetext) - -Adds codetext with Extended Channel Identifier with defined encode mode - -| Parameter | Description | -| --- | --- | -| ECIEncoding | Extended Channel Identifier | -| encodeMode | Encode mode value | -| codetext | Codetext in unicode to add as extended codetext item with Extended Channel Identifier with defined encode mode | diff --git a/english/nodejs/aspose.barcode/datamatrixextcodetextbuilder/getextendedcodetext/_index.md b/english/nodejs/aspose.barcode/datamatrixextcodetextbuilder/getextendedcodetext/_index.md deleted file mode 100644 index e979df782..000000000 --- a/english/nodejs/aspose.barcode/datamatrixextcodetextbuilder/getextendedcodetext/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "DataMatrixExtCodetextBuilder.getExtendedCodetext" -linktitle: "getExtendedCodetext" -articleTitle: "getExtendedCodetext" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Generates Extended codetext from the extended codetext list." -type: docs -weight: 30 -url: /nodejs/aspose.barcode/datamatrixextcodetextbuilder/getextendedcodetext/ ---- - -## getExtendedCodetext() - -Generates Extended codetext from the extended codetext list. - -**Returns:** Extended codetext as string diff --git a/english/nodejs/aspose.barcode/datamatrixextendedparameters/_index.md b/english/nodejs/aspose.barcode/datamatrixextendedparameters/_index.md index 3fad8188a..3ab57a4bc 100644 --- a/english/nodejs/aspose.barcode/datamatrixextendedparameters/_index.md +++ b/english/nodejs/aspose.barcode/datamatrixextendedparameters/_index.md @@ -1,9 +1,8 @@ --- -title: "DataMatrixExtendedParameters Class" +title: "DataMatrixExtendedParameters" linktitle: "DataMatrixExtendedParameters" -articleTitle: "DataMatrixExtendedParameters" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Stores special data of DataMatrix recognized barcode This sample shows how to get DataMatrix raw values let generator = new BarcodeGenerator(EncodeTypes.DATA..." +second_title: "Aspose.BarCode for Node.js via Java API Reference" +description: "Stores special data of DataMatrix recognized barcode This sample shows how to get DataMatrix raw values let generator = new BarcodeGenerator(EncodeTypes.DATA_MA" type: docs weight: 350 url: /nodejs/aspose.barcode/datamatrixextendedparameters/ @@ -21,10 +20,48 @@ new DataMatrixExtendedParameters() | Name | Description | | --- | --- | -| [equals(obj)](./equals/) | Returns a value indicating whether this instance is equal to a specified `DataMatrixExtendedParameters` value. | -| [getStructuredAppendBarcodeId()](./getstructuredappendbarcodeid/) | Gets the ID of the DataMatrix structured append mode barcode. ID starts from 1 and must be less or equal to barcodes cou | -| [getStructuredAppendBarcodesCount()](./getstructuredappendbarcodescount/) | Gets the DataMatrix structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. Valu | -| [getStructuredAppendFileId()](./getstructuredappendfileid/) | Gets the ID of the DataMatrix structured append mode barcode. ID starts from 1 and must be less or equal to barcodes cou | -| [hashCode()](./hashcode/) | Returns the hash code for this instance. | -| [isReaderProgramming()](./isreaderprogramming/) | Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or | -| [toString()](./tostring/) | Returns a human-readable string representation of this `DataMatrixExtendedParameters`. | +| [equals(obj)](#equals) | Returns a value indicating whether this instance is equal to a specified `DataMatrixExtendedParameters` value. | +| [getStructuredAppendBarcodeId()](#getstructuredappendbarcodeid) | Gets the ID of the DataMatrix structured append mode barcode. ID starts from 1 and must be less or equal to barcodes cou | +| [getStructuredAppendBarcodesCount()](#getstructuredappendbarcodescount) | Gets the DataMatrix structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. Valu | +| [getStructuredAppendFileId()](#getstructuredappendfileid) | Gets the ID of the DataMatrix structured append mode barcode. ID starts from 1 and must be less or equal to barcodes cou | +| [hashCode()](#hashcode) | Returns the hash code for this instance. | +| [isReaderProgramming()](#isreaderprogramming) | Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or | +| [toString()](#tostring) | Returns a human-readable string representation of this `DataMatrixExtendedParameters`. | + +### equals(obj) {#equals} + +Returns a value indicating whether this instance is equal to a specified `DataMatrixExtendedParameters` value. + +| Parameter | Description | +| --- | --- | +| obj | An System.Object value to compare to this instance. | + +**Returns:** `true ` if obj has the same value as this instance; otherwise, `false `. + +### getStructuredAppendBarcodeId() {#getstructuredappendbarcodeid} + +Gets the ID of the DataMatrix structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. Value: The ID of the DataMatrix structured append mode barcode. + +### getStructuredAppendBarcodesCount() {#getstructuredappendbarcodescount} + +Gets the DataMatrix structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. Value: The count of the DataMatrix structured append mode barcode. + +### getStructuredAppendFileId() {#getstructuredappendfileid} + +Gets the ID of the DataMatrix structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. Value: The ID of the DataMatrix structured append mode barcode. + +### hashCode() {#hashcode} + +Returns the hash code for this instance. + +**Returns:** A 32-bit signed integer hash code. + +### isReaderProgramming() {#isreaderprogramming} + +Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false. + +### toString() {#tostring} + +Returns a human-readable string representation of this `DataMatrixExtendedParameters`. + +**Returns:** A string that represents this `DataMatrixExtendedParameters`. diff --git a/english/nodejs/aspose.barcode/datamatrixextendedparameters/equals/_index.md b/english/nodejs/aspose.barcode/datamatrixextendedparameters/equals/_index.md deleted file mode 100644 index e6ce7fec1..000000000 --- a/english/nodejs/aspose.barcode/datamatrixextendedparameters/equals/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "DataMatrixExtendedParameters.equals" -linktitle: "equals" -articleTitle: "equals" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns a value indicating whether this instance is equal to a specified `DataMatrixExtendedParameters` value." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/datamatrixextendedparameters/equals/ ---- - -## equals(obj) - -Returns a value indicating whether this instance is equal to a specified `DataMatrixExtendedParameters` value. - -| Parameter | Description | -| --- | --- | -| obj | An System.Object value to compare to this instance. | - -**Returns:** `true ` if obj has the same value as this instance; otherwise, `false `. diff --git a/english/nodejs/aspose.barcode/datamatrixextendedparameters/getstructuredappendbarcodeid/_index.md b/english/nodejs/aspose.barcode/datamatrixextendedparameters/getstructuredappendbarcodeid/_index.md deleted file mode 100644 index 27129e841..000000000 --- a/english/nodejs/aspose.barcode/datamatrixextendedparameters/getstructuredappendbarcodeid/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "DataMatrixExtendedParameters.getStructuredAppendBarcodeId" -linktitle: "getStructuredAppendBarcodeId" -articleTitle: "getStructuredAppendBarcodeId" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the ID of the DataMatrix structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. Value: The I..." -type: docs -weight: 20 -url: /nodejs/aspose.barcode/datamatrixextendedparameters/getstructuredappendbarcodeid/ ---- - -## getStructuredAppendBarcodeId() - -Gets the ID of the DataMatrix structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. Value: The ID of the DataMatrix structured append mode barcode. diff --git a/english/nodejs/aspose.barcode/datamatrixextendedparameters/getstructuredappendbarcodescount/_index.md b/english/nodejs/aspose.barcode/datamatrixextendedparameters/getstructuredappendbarcodescount/_index.md deleted file mode 100644 index 909c9da5d..000000000 --- a/english/nodejs/aspose.barcode/datamatrixextendedparameters/getstructuredappendbarcodescount/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "DataMatrixExtendedParameters.getStructuredAppendBarcodesCount" -linktitle: "getStructuredAppendBarcodesCount" -articleTitle: "getStructuredAppendBarcodesCount" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the DataMatrix structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. Value: The count of the DataMatrix struct..." -type: docs -weight: 30 -url: /nodejs/aspose.barcode/datamatrixextendedparameters/getstructuredappendbarcodescount/ ---- - -## getStructuredAppendBarcodesCount() - -Gets the DataMatrix structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. Value: The count of the DataMatrix structured append mode barcode. diff --git a/english/nodejs/aspose.barcode/datamatrixextendedparameters/getstructuredappendfileid/_index.md b/english/nodejs/aspose.barcode/datamatrixextendedparameters/getstructuredappendfileid/_index.md deleted file mode 100644 index ae6538003..000000000 --- a/english/nodejs/aspose.barcode/datamatrixextendedparameters/getstructuredappendfileid/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "DataMatrixExtendedParameters.getStructuredAppendFileId" -linktitle: "getStructuredAppendFileId" -articleTitle: "getStructuredAppendFileId" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the ID of the DataMatrix structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. Value: The I..." -type: docs -weight: 40 -url: /nodejs/aspose.barcode/datamatrixextendedparameters/getstructuredappendfileid/ ---- - -## getStructuredAppendFileId() - -Gets the ID of the DataMatrix structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. Value: The ID of the DataMatrix structured append mode barcode. diff --git a/english/nodejs/aspose.barcode/datamatrixextendedparameters/hashcode/_index.md b/english/nodejs/aspose.barcode/datamatrixextendedparameters/hashcode/_index.md deleted file mode 100644 index 83c2ec10b..000000000 --- a/english/nodejs/aspose.barcode/datamatrixextendedparameters/hashcode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "DataMatrixExtendedParameters.hashCode" -linktitle: "hashCode" -articleTitle: "hashCode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns the hash code for this instance." -type: docs -weight: 50 -url: /nodejs/aspose.barcode/datamatrixextendedparameters/hashcode/ ---- - -## hashCode() - -Returns the hash code for this instance. - -**Returns:** A 32-bit signed integer hash code. diff --git a/english/nodejs/aspose.barcode/datamatrixextendedparameters/isreaderprogramming/_index.md b/english/nodejs/aspose.barcode/datamatrixextendedparameters/isreaderprogramming/_index.md deleted file mode 100644 index 18450a081..000000000 --- a/english/nodejs/aspose.barcode/datamatrixextendedparameters/isreaderprogramming/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "DataMatrixExtendedParameters.isReaderProgramming" -linktitle: "isReaderProgramming" -articleTitle: "isReaderProgramming" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader..." -type: docs -weight: 60 -url: /nodejs/aspose.barcode/datamatrixextendedparameters/isreaderprogramming/ ---- - -## isReaderProgramming() - -Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false. diff --git a/english/nodejs/aspose.barcode/datamatrixextendedparameters/tostring/_index.md b/english/nodejs/aspose.barcode/datamatrixextendedparameters/tostring/_index.md deleted file mode 100644 index 89ccca7a2..000000000 --- a/english/nodejs/aspose.barcode/datamatrixextendedparameters/tostring/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "DataMatrixExtendedParameters.toString" -linktitle: "toString" -articleTitle: "toString" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns a human-readable string representation of this `DataMatrixExtendedParameters`." -type: docs -weight: 70 -url: /nodejs/aspose.barcode/datamatrixextendedparameters/tostring/ ---- - -## toString() - -Returns a human-readable string representation of this `DataMatrixExtendedParameters`. - -**Returns:** A string that represents this `DataMatrixExtendedParameters`. diff --git a/english/nodejs/aspose.barcode/datamatrixparameters/_index.md b/english/nodejs/aspose.barcode/datamatrixparameters/_index.md index 63d18cfdd..d7edec0d3 100644 --- a/english/nodejs/aspose.barcode/datamatrixparameters/_index.md +++ b/english/nodejs/aspose.barcode/datamatrixparameters/_index.md @@ -1,8 +1,7 @@ --- -title: "DataMatrixParameters Class" +title: "DataMatrixParameters" linktitle: "DataMatrixParameters" -articleTitle: "DataMatrixParameters" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "DataMatrix parameters." type: docs weight: 360 @@ -21,34 +20,184 @@ new DataMatrixParameters() | Name | Description | | --- | --- | -| [getAspectRatio()](./getaspectratio/) | Height/Width ratio of 2D BarCode module. | -| [getColumns()](./getcolumns/) | Columns count. | -| [getDataMatrixEcc()](./getdatamatrixecc/) ~~(deprecated)~~ | Gets a Datamatrix ECC type. Default value: DataMatrixEccType.ECC_200. | -| [getDataMatrixEncodeMode()](./getdatamatrixencodemode/) ~~(deprecated)~~ | Encode mode of Datamatrix barcode. Default value: DataMatrixEncodeMode.AUTO. | -| [getDataMatrixVersion()](./getdatamatrixversion/) ~~(deprecated)~~ | Gets a Datamatrix symbol size. Default value: DataMatrixVersion.Auto. | -| [getEccType()](./getecctype/) | Gets a Datamatrix ECC type. Default value: DataMatrixEccType.Ecc200. | -| [getECIEncoding()](./geteciencoding/) | Gets ECI encoding. Used when DataMatrixEncodeMode is Auto. Default value: ISO-8859-1 | -| [getEncodeMode()](./getencodemode/) | Encode mode of Datamatrix barcode. Default value: EncodeMode.Auto. | -| [getMacroCharacters()](./getmacrocharacters/) | ISO/IEC 16022 5.2.4.7 Macro characters 11.3 Protocol for Macro characters in the first position (ECC 200 only) Macro Cha | -| [getRows()](./getrows/) | Rows count. | -| [getStructuredAppendBarcodeId()](./getstructuredappendbarcodeid/) | Barcode ID for Structured Append mode of Datamatrix barcode. Default value: 0 | -| [getStructuredAppendBarcodesCount()](./getstructuredappendbarcodescount/) | Barcodes count for Structured Append mode of Datamatrix barcode. Default value: 0 | -| [getStructuredAppendFileId()](./getstructuredappendfileid/) | File ID for Structured Append mode of Datamatrix barcode. Default value: 0 | -| [getVersion()](./getversion/) | Gets a Datamatrix symbol size. Default value: Version.Auto. | -| [isReaderProgramming()](./isreaderprogramming/) | Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. | -| [setAspectRatio()](./setaspectratio/) | Height/Width ratio of 2D BarCode module. | -| [setColumns()](./setcolumns/) | Columns count. | -| [setDataMatrixEcc()](./setdatamatrixecc/) ~~(deprecated)~~ | Sets a Datamatrix ECC type. Default value: DataMatrixEccType.ECC_200. | -| [setDataMatrixEncodeMode()](./setdatamatrixencodemode/) ~~(deprecated)~~ | Encode mode of Datamatrix barcode. Default value: DataMatrixEncodeMode.AUTO. | -| [setDataMatrixVersion()](./setdatamatrixversion/) ~~(deprecated)~~ | Sets a Datamatrix symbol size. Default value: DataMatrixVersion.Auto. | -| [setEccType(value)](./setecctype/) | Sets a Datamatrix ECC type. Default value: DataMatrixEccType.Ecc200. | -| [setECIEncoding()](./seteciencoding/) | Sets ECI encoding. Used when DataMatrixEncodeMode is Auto. Default value: ISO-8859-1 | -| [setEncodeMode()](./setencodemode/) | Encode mode of Datamatrix barcode. Default value: EncodeMode.Auto. | -| [setMacroCharacters()](./setmacrocharacters/) | ISO/IEC 16022 5.2.4.7 Macro characters 11.3 Protocol for Macro characters in the first position (ECC 200 only) Macro Cha | -| [setReaderProgramming()](./setreaderprogramming/) | Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. | -| [setRows()](./setrows/) | Rows count. | -| [setStructuredAppendBarcodeId()](./setstructuredappendbarcodeid/) | Barcode ID for Structured Append mode of Datamatrix barcode. Default value: 0 | -| [setStructuredAppendBarcodesCount()](./setstructuredappendbarcodescount/) | Barcodes count for Structured Append mode of Datamatrix barcode. Default value: 0 | -| [setStructuredAppendFileId()](./setstructuredappendfileid/) | File ID for Structured Append mode of Datamatrix barcode. Default value: 0 | -| [setVersion(value)](./setversion/) | Sets a Datamatrix symbol size. Default value: Version.Auto. | -| [toString()](./tostring/) | Returns a human-readable string representation of this DataMatrixParameters. | +| [getAspectRatio()](#getaspectratio) | Height/Width ratio of 2D BarCode module. | +| [getColumns()](#getcolumns) | Columns count. | +| [getDataMatrixEcc()](#getdatamatrixecc) ~~(deprecated)~~ | Gets a Datamatrix ECC type. Default value: DataMatrixEccType.ECC_200. | +| [getDataMatrixEncodeMode()](#getdatamatrixencodemode) ~~(deprecated)~~ | Encode mode of Datamatrix barcode. Default value: DataMatrixEncodeMode.AUTO. | +| [getDataMatrixVersion()](#getdatamatrixversion) ~~(deprecated)~~ | Gets a Datamatrix symbol size. Default value: DataMatrixVersion.Auto. | +| [getEccType()](#getecctype) | Gets a Datamatrix ECC type. Default value: DataMatrixEccType.Ecc200. | +| [getECIEncoding()](#geteciencoding) | Gets ECI encoding. Used when DataMatrixEncodeMode is Auto. Default value: ISO-8859-1 | +| [getEncodeMode()](#getencodemode) | Encode mode of Datamatrix barcode. Default value: EncodeMode.Auto. | +| [getMacroCharacters()](#getmacrocharacters) | ISO/IEC 16022 5.2.4.7 Macro characters 11.3 Protocol for Macro characters in the first position (ECC 200 only) Macro Cha | +| [getRows()](#getrows) | Rows count. | +| [getStructuredAppendBarcodeId()](#getstructuredappendbarcodeid) | Barcode ID for Structured Append mode of Datamatrix barcode. Default value: 0 | +| [getStructuredAppendBarcodesCount()](#getstructuredappendbarcodescount) | Barcodes count for Structured Append mode of Datamatrix barcode. Default value: 0 | +| [getStructuredAppendFileId()](#getstructuredappendfileid) | File ID for Structured Append mode of Datamatrix barcode. Default value: 0 | +| [getVersion()](#getversion) | Gets a Datamatrix symbol size. Default value: Version.Auto. | +| [isReaderProgramming()](#isreaderprogramming) | Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. | +| [setAspectRatio()](#setaspectratio) | Height/Width ratio of 2D BarCode module. | +| [setColumns()](#setcolumns) | Columns count. | +| [setDataMatrixEcc()](#setdatamatrixecc) ~~(deprecated)~~ | Sets a Datamatrix ECC type. Default value: DataMatrixEccType.ECC_200. | +| [setDataMatrixEncodeMode()](#setdatamatrixencodemode) ~~(deprecated)~~ | Encode mode of Datamatrix barcode. Default value: DataMatrixEncodeMode.AUTO. | +| [setDataMatrixVersion()](#setdatamatrixversion) ~~(deprecated)~~ | Sets a Datamatrix symbol size. Default value: DataMatrixVersion.Auto. | +| [setEccType(value)](#setecctype) | Sets a Datamatrix ECC type. Default value: DataMatrixEccType.Ecc200. | +| [setECIEncoding()](#seteciencoding) | Sets ECI encoding. Used when DataMatrixEncodeMode is Auto. Default value: ISO-8859-1 | +| [setEncodeMode()](#setencodemode) | Encode mode of Datamatrix barcode. Default value: EncodeMode.Auto. | +| [setMacroCharacters()](#setmacrocharacters) | ISO/IEC 16022 5.2.4.7 Macro characters 11.3 Protocol for Macro characters in the first position (ECC 200 only) Macro Cha | +| [setReaderProgramming()](#setreaderprogramming) | Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. | +| [setRows()](#setrows) | Rows count. | +| [setStructuredAppendBarcodeId()](#setstructuredappendbarcodeid) | Barcode ID for Structured Append mode of Datamatrix barcode. Default value: 0 | +| [setStructuredAppendBarcodesCount()](#setstructuredappendbarcodescount) | Barcodes count for Structured Append mode of Datamatrix barcode. Default value: 0 | +| [setStructuredAppendFileId()](#setstructuredappendfileid) | File ID for Structured Append mode of Datamatrix barcode. Default value: 0 | +| [setVersion(value)](#setversion) | Sets a Datamatrix symbol size. Default value: Version.Auto. | +| [toString()](#tostring) | Returns a human-readable string representation of this DataMatrixParameters. | + +### getAspectRatio() {#getaspectratio} + +Height/Width ratio of 2D BarCode module. + +### getColumns() {#getcolumns} + +Columns count. + +### getDataMatrixEcc() {#getdatamatrixecc} + +> **Deprecated.** See method description for replacement. + +Gets a Datamatrix ECC type. Default value: DataMatrixEccType.ECC_200. + +### getDataMatrixEncodeMode() {#getdatamatrixencodemode} + +> **Deprecated.** See method description for replacement. + +Encode mode of Datamatrix barcode. Default value: DataMatrixEncodeMode.AUTO. + +### getDataMatrixVersion() {#getdatamatrixversion} + +> **Deprecated.** See method description for replacement. + +Gets a Datamatrix symbol size. Default value: DataMatrixVersion.Auto. + +### getEccType() {#getecctype} + +Gets a Datamatrix ECC type. Default value: DataMatrixEccType.Ecc200. + +**Returns:** a Datamatrix ECC type. + +### getECIEncoding() {#geteciencoding} + +Gets ECI encoding. Used when DataMatrixEncodeMode is Auto. Default value: ISO-8859-1 + +### getEncodeMode() {#getencodemode} + +Encode mode of Datamatrix barcode. Default value: EncodeMode.Auto. + +### getMacroCharacters() {#getmacrocharacters} + +ISO/IEC 16022 5.2.4.7 Macro characters 11.3 Protocol for Macro characters in the first position (ECC 200 only) Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with DataMatrixEccType.ECC_200 or DataMatrixEccType.ECC_AUTO. Cannot be used with EncodeTypes.GS_1_DATA_MATRIX Default value: MacroCharacter.NONE. + +### getRows() {#getrows} + +Rows count. + +### getStructuredAppendBarcodeId() {#getstructuredappendbarcodeid} + +Barcode ID for Structured Append mode of Datamatrix barcode. Default value: 0 + +### getStructuredAppendBarcodesCount() {#getstructuredappendbarcodescount} + +Barcodes count for Structured Append mode of Datamatrix barcode. Default value: 0 + +### getStructuredAppendFileId() {#getstructuredappendfileid} + +File ID for Structured Append mode of Datamatrix barcode. Default value: 0 + +### getVersion() {#getversion} + +Gets a Datamatrix symbol size. Default value: Version.Auto. + +**Returns:** a Datamatrix symbol size. + +### isReaderProgramming() {#isreaderprogramming} + +Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. Default value: false + +### setAspectRatio() {#setaspectratio} + +Height/Width ratio of 2D BarCode module. + +### setColumns() {#setcolumns} + +Columns count. + +### setDataMatrixEcc() {#setdatamatrixecc} + +> **Deprecated.** See method description for replacement. + +Sets a Datamatrix ECC type. Default value: DataMatrixEccType.ECC_200. + +### setDataMatrixEncodeMode() {#setdatamatrixencodemode} + +> **Deprecated.** See method description for replacement. + +Encode mode of Datamatrix barcode. Default value: DataMatrixEncodeMode.AUTO. + +### setDataMatrixVersion() {#setdatamatrixversion} + +> **Deprecated.** See method description for replacement. + +Sets a Datamatrix symbol size. Default value: DataMatrixVersion.Auto. + +### setEccType(value) {#setecctype} + +Sets a Datamatrix ECC type. Default value: DataMatrixEccType.Ecc200. + +| Parameter | Description | +| --- | --- | +| value | a Datamatrix ECC type. | + +### setECIEncoding() {#seteciencoding} + +Sets ECI encoding. Used when DataMatrixEncodeMode is Auto. Default value: ISO-8859-1 + +### setEncodeMode() {#setencodemode} + +Encode mode of Datamatrix barcode. Default value: EncodeMode.Auto. + +### setMacroCharacters() {#setmacrocharacters} + +ISO/IEC 16022 5.2.4.7 Macro characters 11.3 Protocol for Macro characters in the first position (ECC 200 only) Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with DataMatrixEccType.ECC_200 or DataMatrixEccType.ECC_AUTO. Cannot be used with EncodeTypes.GS_1_DATA_MATRIX Default value: MacroCharacter.NONE. + +### setReaderProgramming() {#setreaderprogramming} + +Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. Default value: false + +### setRows() {#setrows} + +Rows count. + +### setStructuredAppendBarcodeId() {#setstructuredappendbarcodeid} + +Barcode ID for Structured Append mode of Datamatrix barcode. Default value: 0 + +### setStructuredAppendBarcodesCount() {#setstructuredappendbarcodescount} + +Barcodes count for Structured Append mode of Datamatrix barcode. Default value: 0 + +### setStructuredAppendFileId() {#setstructuredappendfileid} + +File ID for Structured Append mode of Datamatrix barcode. Default value: 0 + +### setVersion(value) {#setversion} + +Sets a Datamatrix symbol size. Default value: Version.Auto. + +| Parameter | Description | +| --- | --- | +| value | a Datamatrix symbol size. | + +### toString() {#tostring} + +Returns a human-readable string representation of this DataMatrixParameters. + +**Returns:** presentation of this DataMatrixParameters. diff --git a/english/nodejs/aspose.barcode/datamatrixparameters/getaspectratio/_index.md b/english/nodejs/aspose.barcode/datamatrixparameters/getaspectratio/_index.md deleted file mode 100644 index 91db33092..000000000 --- a/english/nodejs/aspose.barcode/datamatrixparameters/getaspectratio/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "DataMatrixParameters.getAspectRatio" -linktitle: "getAspectRatio" -articleTitle: "getAspectRatio" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Height/Width ratio of 2D BarCode module." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/datamatrixparameters/getaspectratio/ ---- - -## getAspectRatio() - -Height/Width ratio of 2D BarCode module. diff --git a/english/nodejs/aspose.barcode/datamatrixparameters/getcolumns/_index.md b/english/nodejs/aspose.barcode/datamatrixparameters/getcolumns/_index.md deleted file mode 100644 index 3e02ef8d2..000000000 --- a/english/nodejs/aspose.barcode/datamatrixparameters/getcolumns/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "DataMatrixParameters.getColumns" -linktitle: "getColumns" -articleTitle: "getColumns" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Columns count." -type: docs -weight: 20 -url: /nodejs/aspose.barcode/datamatrixparameters/getcolumns/ ---- - -## getColumns() - -Columns count. diff --git a/english/nodejs/aspose.barcode/datamatrixparameters/getdatamatrixecc/_index.md b/english/nodejs/aspose.barcode/datamatrixparameters/getdatamatrixecc/_index.md deleted file mode 100644 index 7a0a9e158..000000000 --- a/english/nodejs/aspose.barcode/datamatrixparameters/getdatamatrixecc/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "DataMatrixParameters.getDataMatrixEcc" -linktitle: "getDataMatrixEcc" -articleTitle: "getDataMatrixEcc" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets a Datamatrix ECC type. Default value: DataMatrixEccType.ECC_200." -type: docs -weight: 30 -url: /nodejs/aspose.barcode/datamatrixparameters/getdatamatrixecc/ ---- - -## getDataMatrixEcc() - -> **Deprecated.** See method description for replacement. - -Gets a Datamatrix ECC type. Default value: DataMatrixEccType.ECC_200. diff --git a/english/nodejs/aspose.barcode/datamatrixparameters/getdatamatrixencodemode/_index.md b/english/nodejs/aspose.barcode/datamatrixparameters/getdatamatrixencodemode/_index.md deleted file mode 100644 index fb83cf558..000000000 --- a/english/nodejs/aspose.barcode/datamatrixparameters/getdatamatrixencodemode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "DataMatrixParameters.getDataMatrixEncodeMode" -linktitle: "getDataMatrixEncodeMode" -articleTitle: "getDataMatrixEncodeMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Encode mode of Datamatrix barcode. Default value: DataMatrixEncodeMode.AUTO." -type: docs -weight: 40 -url: /nodejs/aspose.barcode/datamatrixparameters/getdatamatrixencodemode/ ---- - -## getDataMatrixEncodeMode() - -> **Deprecated.** See method description for replacement. - -Encode mode of Datamatrix barcode. Default value: DataMatrixEncodeMode.AUTO. diff --git a/english/nodejs/aspose.barcode/datamatrixparameters/getdatamatrixversion/_index.md b/english/nodejs/aspose.barcode/datamatrixparameters/getdatamatrixversion/_index.md deleted file mode 100644 index df05ec7bc..000000000 --- a/english/nodejs/aspose.barcode/datamatrixparameters/getdatamatrixversion/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "DataMatrixParameters.getDataMatrixVersion" -linktitle: "getDataMatrixVersion" -articleTitle: "getDataMatrixVersion" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets a Datamatrix symbol size. Default value: DataMatrixVersion.Auto." -type: docs -weight: 50 -url: /nodejs/aspose.barcode/datamatrixparameters/getdatamatrixversion/ ---- - -## getDataMatrixVersion() - -> **Deprecated.** See method description for replacement. - -Gets a Datamatrix symbol size. Default value: DataMatrixVersion.Auto. diff --git a/english/nodejs/aspose.barcode/datamatrixparameters/getecctype/_index.md b/english/nodejs/aspose.barcode/datamatrixparameters/getecctype/_index.md deleted file mode 100644 index 36c765e73..000000000 --- a/english/nodejs/aspose.barcode/datamatrixparameters/getecctype/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "DataMatrixParameters.getEccType" -linktitle: "getEccType" -articleTitle: "getEccType" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets a Datamatrix ECC type. Default value: DataMatrixEccType.Ecc200." -type: docs -weight: 60 -url: /nodejs/aspose.barcode/datamatrixparameters/getecctype/ ---- - -## getEccType() - -Gets a Datamatrix ECC type. Default value: DataMatrixEccType.Ecc200. - -**Returns:** a Datamatrix ECC type. diff --git a/english/nodejs/aspose.barcode/datamatrixparameters/geteciencoding/_index.md b/english/nodejs/aspose.barcode/datamatrixparameters/geteciencoding/_index.md deleted file mode 100644 index 16c9595f4..000000000 --- a/english/nodejs/aspose.barcode/datamatrixparameters/geteciencoding/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "DataMatrixParameters.getECIEncoding" -linktitle: "getECIEncoding" -articleTitle: "getECIEncoding" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets ECI encoding. Used when DataMatrixEncodeMode is Auto. Default value: ISO-8859-1" -type: docs -weight: 70 -url: /nodejs/aspose.barcode/datamatrixparameters/geteciencoding/ ---- - -## getECIEncoding() - -Gets ECI encoding. Used when DataMatrixEncodeMode is Auto. Default value: ISO-8859-1 diff --git a/english/nodejs/aspose.barcode/datamatrixparameters/getencodemode/_index.md b/english/nodejs/aspose.barcode/datamatrixparameters/getencodemode/_index.md deleted file mode 100644 index 27095be80..000000000 --- a/english/nodejs/aspose.barcode/datamatrixparameters/getencodemode/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "DataMatrixParameters.getEncodeMode" -linktitle: "getEncodeMode" -articleTitle: "getEncodeMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Encode mode of Datamatrix barcode. Default value: EncodeMode.Auto." -type: docs -weight: 80 -url: /nodejs/aspose.barcode/datamatrixparameters/getencodemode/ ---- - -## getEncodeMode() - -Encode mode of Datamatrix barcode. Default value: EncodeMode.Auto. diff --git a/english/nodejs/aspose.barcode/datamatrixparameters/getmacrocharacters/_index.md b/english/nodejs/aspose.barcode/datamatrixparameters/getmacrocharacters/_index.md deleted file mode 100644 index 4726a4da8..000000000 --- a/english/nodejs/aspose.barcode/datamatrixparameters/getmacrocharacters/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "DataMatrixParameters.getMacroCharacters" -linktitle: "getMacroCharacters" -articleTitle: "getMacroCharacters" -second_title: "Aspose.BarCode for Node.js via Java" -description: "ISO/IEC 16022 5.2.4.7 Macro characters 11.3 Protocol for Macro characters in the first position (ECC 200 only) Macro Characters 05 and 06 values are used to ..." -type: docs -weight: 90 -url: /nodejs/aspose.barcode/datamatrixparameters/getmacrocharacters/ ---- - -## getMacroCharacters() - -ISO/IEC 16022 5.2.4.7 Macro characters 11.3 Protocol for Macro characters in the first position (ECC 200 only) Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with DataMatrixEccType.ECC_200 or DataMatrixEccType.ECC_AUTO. Cannot be used with EncodeTypes.GS_1_DATA_MATRIX Default value: MacroCharacter.NONE. diff --git a/english/nodejs/aspose.barcode/datamatrixparameters/getrows/_index.md b/english/nodejs/aspose.barcode/datamatrixparameters/getrows/_index.md deleted file mode 100644 index 68eb85aee..000000000 --- a/english/nodejs/aspose.barcode/datamatrixparameters/getrows/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "DataMatrixParameters.getRows" -linktitle: "getRows" -articleTitle: "getRows" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Rows count." -type: docs -weight: 100 -url: /nodejs/aspose.barcode/datamatrixparameters/getrows/ ---- - -## getRows() - -Rows count. diff --git a/english/nodejs/aspose.barcode/datamatrixparameters/getstructuredappendbarcodeid/_index.md b/english/nodejs/aspose.barcode/datamatrixparameters/getstructuredappendbarcodeid/_index.md deleted file mode 100644 index 2d5fab17d..000000000 --- a/english/nodejs/aspose.barcode/datamatrixparameters/getstructuredappendbarcodeid/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "DataMatrixParameters.getStructuredAppendBarcodeId" -linktitle: "getStructuredAppendBarcodeId" -articleTitle: "getStructuredAppendBarcodeId" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Barcode ID for Structured Append mode of Datamatrix barcode. Default value: 0" -type: docs -weight: 110 -url: /nodejs/aspose.barcode/datamatrixparameters/getstructuredappendbarcodeid/ ---- - -## getStructuredAppendBarcodeId() - -Barcode ID for Structured Append mode of Datamatrix barcode. Default value: 0 diff --git a/english/nodejs/aspose.barcode/datamatrixparameters/getstructuredappendbarcodescount/_index.md b/english/nodejs/aspose.barcode/datamatrixparameters/getstructuredappendbarcodescount/_index.md deleted file mode 100644 index 0cabe9a9d..000000000 --- a/english/nodejs/aspose.barcode/datamatrixparameters/getstructuredappendbarcodescount/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "DataMatrixParameters.getStructuredAppendBarcodesCount" -linktitle: "getStructuredAppendBarcodesCount" -articleTitle: "getStructuredAppendBarcodesCount" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Barcodes count for Structured Append mode of Datamatrix barcode. Default value: 0" -type: docs -weight: 120 -url: /nodejs/aspose.barcode/datamatrixparameters/getstructuredappendbarcodescount/ ---- - -## getStructuredAppendBarcodesCount() - -Barcodes count for Structured Append mode of Datamatrix barcode. Default value: 0 diff --git a/english/nodejs/aspose.barcode/datamatrixparameters/getstructuredappendfileid/_index.md b/english/nodejs/aspose.barcode/datamatrixparameters/getstructuredappendfileid/_index.md deleted file mode 100644 index 5edcf148a..000000000 --- a/english/nodejs/aspose.barcode/datamatrixparameters/getstructuredappendfileid/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "DataMatrixParameters.getStructuredAppendFileId" -linktitle: "getStructuredAppendFileId" -articleTitle: "getStructuredAppendFileId" -second_title: "Aspose.BarCode for Node.js via Java" -description: "File ID for Structured Append mode of Datamatrix barcode. Default value: 0" -type: docs -weight: 130 -url: /nodejs/aspose.barcode/datamatrixparameters/getstructuredappendfileid/ ---- - -## getStructuredAppendFileId() - -File ID for Structured Append mode of Datamatrix barcode. Default value: 0 diff --git a/english/nodejs/aspose.barcode/datamatrixparameters/getversion/_index.md b/english/nodejs/aspose.barcode/datamatrixparameters/getversion/_index.md deleted file mode 100644 index b684021a4..000000000 --- a/english/nodejs/aspose.barcode/datamatrixparameters/getversion/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "DataMatrixParameters.getVersion" -linktitle: "getVersion" -articleTitle: "getVersion" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets a Datamatrix symbol size. Default value: Version.Auto." -type: docs -weight: 140 -url: /nodejs/aspose.barcode/datamatrixparameters/getversion/ ---- - -## getVersion() - -Gets a Datamatrix symbol size. Default value: Version.Auto. - -**Returns:** a Datamatrix symbol size. diff --git a/english/nodejs/aspose.barcode/datamatrixparameters/isreaderprogramming/_index.md b/english/nodejs/aspose.barcode/datamatrixparameters/isreaderprogramming/_index.md deleted file mode 100644 index 22c12dee7..000000000 --- a/english/nodejs/aspose.barcode/datamatrixparameters/isreaderprogramming/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "DataMatrixParameters.isReaderProgramming" -linktitle: "isReaderProgramming" -articleTitle: "isReaderProgramming" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. Default value: false" -type: docs -weight: 150 -url: /nodejs/aspose.barcode/datamatrixparameters/isreaderprogramming/ ---- - -## isReaderProgramming() - -Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. Default value: false diff --git a/english/nodejs/aspose.barcode/datamatrixparameters/setaspectratio/_index.md b/english/nodejs/aspose.barcode/datamatrixparameters/setaspectratio/_index.md deleted file mode 100644 index b0cee0fb8..000000000 --- a/english/nodejs/aspose.barcode/datamatrixparameters/setaspectratio/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "DataMatrixParameters.setAspectRatio" -linktitle: "setAspectRatio" -articleTitle: "setAspectRatio" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Height/Width ratio of 2D BarCode module." -type: docs -weight: 160 -url: /nodejs/aspose.barcode/datamatrixparameters/setaspectratio/ ---- - -## setAspectRatio() - -Height/Width ratio of 2D BarCode module. diff --git a/english/nodejs/aspose.barcode/datamatrixparameters/setcolumns/_index.md b/english/nodejs/aspose.barcode/datamatrixparameters/setcolumns/_index.md deleted file mode 100644 index 22692e550..000000000 --- a/english/nodejs/aspose.barcode/datamatrixparameters/setcolumns/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "DataMatrixParameters.setColumns" -linktitle: "setColumns" -articleTitle: "setColumns" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Columns count." -type: docs -weight: 170 -url: /nodejs/aspose.barcode/datamatrixparameters/setcolumns/ ---- - -## setColumns() - -Columns count. diff --git a/english/nodejs/aspose.barcode/datamatrixparameters/setdatamatrixecc/_index.md b/english/nodejs/aspose.barcode/datamatrixparameters/setdatamatrixecc/_index.md deleted file mode 100644 index 8cc10c33d..000000000 --- a/english/nodejs/aspose.barcode/datamatrixparameters/setdatamatrixecc/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "DataMatrixParameters.setDataMatrixEcc" -linktitle: "setDataMatrixEcc" -articleTitle: "setDataMatrixEcc" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets a Datamatrix ECC type. Default value: DataMatrixEccType.ECC_200." -type: docs -weight: 180 -url: /nodejs/aspose.barcode/datamatrixparameters/setdatamatrixecc/ ---- - -## setDataMatrixEcc() - -> **Deprecated.** See method description for replacement. - -Sets a Datamatrix ECC type. Default value: DataMatrixEccType.ECC_200. diff --git a/english/nodejs/aspose.barcode/datamatrixparameters/setdatamatrixencodemode/_index.md b/english/nodejs/aspose.barcode/datamatrixparameters/setdatamatrixencodemode/_index.md deleted file mode 100644 index 8044aaad9..000000000 --- a/english/nodejs/aspose.barcode/datamatrixparameters/setdatamatrixencodemode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "DataMatrixParameters.setDataMatrixEncodeMode" -linktitle: "setDataMatrixEncodeMode" -articleTitle: "setDataMatrixEncodeMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Encode mode of Datamatrix barcode. Default value: DataMatrixEncodeMode.AUTO." -type: docs -weight: 190 -url: /nodejs/aspose.barcode/datamatrixparameters/setdatamatrixencodemode/ ---- - -## setDataMatrixEncodeMode() - -> **Deprecated.** See method description for replacement. - -Encode mode of Datamatrix barcode. Default value: DataMatrixEncodeMode.AUTO. diff --git a/english/nodejs/aspose.barcode/datamatrixparameters/setdatamatrixversion/_index.md b/english/nodejs/aspose.barcode/datamatrixparameters/setdatamatrixversion/_index.md deleted file mode 100644 index 9123f8522..000000000 --- a/english/nodejs/aspose.barcode/datamatrixparameters/setdatamatrixversion/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "DataMatrixParameters.setDataMatrixVersion" -linktitle: "setDataMatrixVersion" -articleTitle: "setDataMatrixVersion" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets a Datamatrix symbol size. Default value: DataMatrixVersion.Auto." -type: docs -weight: 200 -url: /nodejs/aspose.barcode/datamatrixparameters/setdatamatrixversion/ ---- - -## setDataMatrixVersion() - -> **Deprecated.** See method description for replacement. - -Sets a Datamatrix symbol size. Default value: DataMatrixVersion.Auto. diff --git a/english/nodejs/aspose.barcode/datamatrixparameters/setecctype/_index.md b/english/nodejs/aspose.barcode/datamatrixparameters/setecctype/_index.md deleted file mode 100644 index b7fb5f11a..000000000 --- a/english/nodejs/aspose.barcode/datamatrixparameters/setecctype/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixParameters.setEccType" -linktitle: "setEccType" -articleTitle: "setEccType" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets a Datamatrix ECC type. Default value: DataMatrixEccType.Ecc200." -type: docs -weight: 210 -url: /nodejs/aspose.barcode/datamatrixparameters/setecctype/ ---- - -## setEccType(value) - -Sets a Datamatrix ECC type. Default value: DataMatrixEccType.Ecc200. - -| Parameter | Description | -| --- | --- | -| value | a Datamatrix ECC type. | diff --git a/english/nodejs/aspose.barcode/datamatrixparameters/seteciencoding/_index.md b/english/nodejs/aspose.barcode/datamatrixparameters/seteciencoding/_index.md deleted file mode 100644 index 344d63b53..000000000 --- a/english/nodejs/aspose.barcode/datamatrixparameters/seteciencoding/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "DataMatrixParameters.setECIEncoding" -linktitle: "setECIEncoding" -articleTitle: "setECIEncoding" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets ECI encoding. Used when DataMatrixEncodeMode is Auto. Default value: ISO-8859-1" -type: docs -weight: 220 -url: /nodejs/aspose.barcode/datamatrixparameters/seteciencoding/ ---- - -## setECIEncoding() - -Sets ECI encoding. Used when DataMatrixEncodeMode is Auto. Default value: ISO-8859-1 diff --git a/english/nodejs/aspose.barcode/datamatrixparameters/setencodemode/_index.md b/english/nodejs/aspose.barcode/datamatrixparameters/setencodemode/_index.md deleted file mode 100644 index 11b16bf28..000000000 --- a/english/nodejs/aspose.barcode/datamatrixparameters/setencodemode/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "DataMatrixParameters.setEncodeMode" -linktitle: "setEncodeMode" -articleTitle: "setEncodeMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Encode mode of Datamatrix barcode. Default value: EncodeMode.Auto." -type: docs -weight: 230 -url: /nodejs/aspose.barcode/datamatrixparameters/setencodemode/ ---- - -## setEncodeMode() - -Encode mode of Datamatrix barcode. Default value: EncodeMode.Auto. diff --git a/english/nodejs/aspose.barcode/datamatrixparameters/setmacrocharacters/_index.md b/english/nodejs/aspose.barcode/datamatrixparameters/setmacrocharacters/_index.md deleted file mode 100644 index b5f52dfc2..000000000 --- a/english/nodejs/aspose.barcode/datamatrixparameters/setmacrocharacters/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "DataMatrixParameters.setMacroCharacters" -linktitle: "setMacroCharacters" -articleTitle: "setMacroCharacters" -second_title: "Aspose.BarCode for Node.js via Java" -description: "ISO/IEC 16022 5.2.4.7 Macro characters 11.3 Protocol for Macro characters in the first position (ECC 200 only) Macro Characters 05 and 06 values are used to ..." -type: docs -weight: 240 -url: /nodejs/aspose.barcode/datamatrixparameters/setmacrocharacters/ ---- - -## setMacroCharacters() - -ISO/IEC 16022 5.2.4.7 Macro characters 11.3 Protocol for Macro characters in the first position (ECC 200 only) Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with DataMatrixEccType.ECC_200 or DataMatrixEccType.ECC_AUTO. Cannot be used with EncodeTypes.GS_1_DATA_MATRIX Default value: MacroCharacter.NONE. diff --git a/english/nodejs/aspose.barcode/datamatrixparameters/setreaderprogramming/_index.md b/english/nodejs/aspose.barcode/datamatrixparameters/setreaderprogramming/_index.md deleted file mode 100644 index d978cc20b..000000000 --- a/english/nodejs/aspose.barcode/datamatrixparameters/setreaderprogramming/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "DataMatrixParameters.setReaderProgramming" -linktitle: "setReaderProgramming" -articleTitle: "setReaderProgramming" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. Default value: false" -type: docs -weight: 250 -url: /nodejs/aspose.barcode/datamatrixparameters/setreaderprogramming/ ---- - -## setReaderProgramming() - -Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. Default value: false diff --git a/english/nodejs/aspose.barcode/datamatrixparameters/setrows/_index.md b/english/nodejs/aspose.barcode/datamatrixparameters/setrows/_index.md deleted file mode 100644 index db128d047..000000000 --- a/english/nodejs/aspose.barcode/datamatrixparameters/setrows/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "DataMatrixParameters.setRows" -linktitle: "setRows" -articleTitle: "setRows" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Rows count." -type: docs -weight: 260 -url: /nodejs/aspose.barcode/datamatrixparameters/setrows/ ---- - -## setRows() - -Rows count. diff --git a/english/nodejs/aspose.barcode/datamatrixparameters/setstructuredappendbarcodeid/_index.md b/english/nodejs/aspose.barcode/datamatrixparameters/setstructuredappendbarcodeid/_index.md deleted file mode 100644 index 800e37d82..000000000 --- a/english/nodejs/aspose.barcode/datamatrixparameters/setstructuredappendbarcodeid/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "DataMatrixParameters.setStructuredAppendBarcodeId" -linktitle: "setStructuredAppendBarcodeId" -articleTitle: "setStructuredAppendBarcodeId" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Barcode ID for Structured Append mode of Datamatrix barcode. Default value: 0" -type: docs -weight: 270 -url: /nodejs/aspose.barcode/datamatrixparameters/setstructuredappendbarcodeid/ ---- - -## setStructuredAppendBarcodeId() - -Barcode ID for Structured Append mode of Datamatrix barcode. Default value: 0 diff --git a/english/nodejs/aspose.barcode/datamatrixparameters/setstructuredappendbarcodescount/_index.md b/english/nodejs/aspose.barcode/datamatrixparameters/setstructuredappendbarcodescount/_index.md deleted file mode 100644 index 7e5868533..000000000 --- a/english/nodejs/aspose.barcode/datamatrixparameters/setstructuredappendbarcodescount/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "DataMatrixParameters.setStructuredAppendBarcodesCount" -linktitle: "setStructuredAppendBarcodesCount" -articleTitle: "setStructuredAppendBarcodesCount" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Barcodes count for Structured Append mode of Datamatrix barcode. Default value: 0" -type: docs -weight: 280 -url: /nodejs/aspose.barcode/datamatrixparameters/setstructuredappendbarcodescount/ ---- - -## setStructuredAppendBarcodesCount() - -Barcodes count for Structured Append mode of Datamatrix barcode. Default value: 0 diff --git a/english/nodejs/aspose.barcode/datamatrixparameters/setstructuredappendfileid/_index.md b/english/nodejs/aspose.barcode/datamatrixparameters/setstructuredappendfileid/_index.md deleted file mode 100644 index 8444d6e0b..000000000 --- a/english/nodejs/aspose.barcode/datamatrixparameters/setstructuredappendfileid/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "DataMatrixParameters.setStructuredAppendFileId" -linktitle: "setStructuredAppendFileId" -articleTitle: "setStructuredAppendFileId" -second_title: "Aspose.BarCode for Node.js via Java" -description: "File ID for Structured Append mode of Datamatrix barcode. Default value: 0" -type: docs -weight: 290 -url: /nodejs/aspose.barcode/datamatrixparameters/setstructuredappendfileid/ ---- - -## setStructuredAppendFileId() - -File ID for Structured Append mode of Datamatrix barcode. Default value: 0 diff --git a/english/nodejs/aspose.barcode/datamatrixparameters/setversion/_index.md b/english/nodejs/aspose.barcode/datamatrixparameters/setversion/_index.md deleted file mode 100644 index 1d890ee3c..000000000 --- a/english/nodejs/aspose.barcode/datamatrixparameters/setversion/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixParameters.setVersion" -linktitle: "setVersion" -articleTitle: "setVersion" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets a Datamatrix symbol size. Default value: Version.Auto." -type: docs -weight: 300 -url: /nodejs/aspose.barcode/datamatrixparameters/setversion/ ---- - -## setVersion(value) - -Sets a Datamatrix symbol size. Default value: Version.Auto. - -| Parameter | Description | -| --- | --- | -| value | a Datamatrix symbol size. | diff --git a/english/nodejs/aspose.barcode/datamatrixparameters/tostring/_index.md b/english/nodejs/aspose.barcode/datamatrixparameters/tostring/_index.md deleted file mode 100644 index 6f0ec8bb6..000000000 --- a/english/nodejs/aspose.barcode/datamatrixparameters/tostring/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "DataMatrixParameters.toString" -linktitle: "toString" -articleTitle: "toString" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns a human-readable string representation of this DataMatrixParameters." -type: docs -weight: 310 -url: /nodejs/aspose.barcode/datamatrixparameters/tostring/ ---- - -## toString() - -Returns a human-readable string representation of this DataMatrixParameters. - -**Returns:** presentation of this DataMatrixParameters. diff --git a/english/nodejs/aspose.barcode/dotcodeextcodetextbuilder/_index.md b/english/nodejs/aspose.barcode/dotcodeextcodetextbuilder/_index.md index 9527a0271..7b6058a2d 100644 --- a/english/nodejs/aspose.barcode/dotcodeextcodetextbuilder/_index.md +++ b/english/nodejs/aspose.barcode/dotcodeextcodetextbuilder/_index.md @@ -1,8 +1,7 @@ --- -title: "DotCodeExtCodetextBuilder Class" +title: "DotCodeExtCodetextBuilder" linktitle: "DotCodeExtCodetextBuilder" -articleTitle: "DotCodeExtCodetextBuilder" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Extended codetext generator for 2D DotCode barcodes for ExtendedCodetext Mode of DotCodeEncodeMode" type: docs weight: 370 @@ -45,8 +44,35 @@ generator.save("test.bmp", BarCodeImageFormat.BMP); | Name | Description | | --- | --- | -| [addFNC1FormatIdentifier()](./addfnc1formatidentifier/) | Adds FNC1 format identifier to the extended codetext items | -| [addFNC3ReaderInitialization()](./addfnc3readerinitialization/) | Adds FNC3 reader initialization to the extended codetext items | -| [addFNC3SymbolSeparator()](./addfnc3symbolseparator/) | Adds FNC3 symbol separator to the extended codetext items | -| [addStructuredAppendMode(barcodeId, barcodesCount)](./addstructuredappendmode/) | Adds structured append mode to the extended codetext items | -| [getExtendedCodetext()](./getextendedcodetext/) | Generates Extended codetext from the extended codetext list. | +| [addFNC1FormatIdentifier()](#addfnc1formatidentifier) | Adds FNC1 format identifier to the extended codetext items | +| [addFNC3ReaderInitialization()](#addfnc3readerinitialization) | Adds FNC3 reader initialization to the extended codetext items | +| [addFNC3SymbolSeparator()](#addfnc3symbolseparator) | Adds FNC3 symbol separator to the extended codetext items | +| [addStructuredAppendMode(barcodeId, barcodesCount)](#addstructuredappendmode) | Adds structured append mode to the extended codetext items | +| [getExtendedCodetext()](#getextendedcodetext) | Generates Extended codetext from the extended codetext list. | + +### addFNC1FormatIdentifier() {#addfnc1formatidentifier} + +Adds FNC1 format identifier to the extended codetext items + +### addFNC3ReaderInitialization() {#addfnc3readerinitialization} + +Adds FNC3 reader initialization to the extended codetext items + +### addFNC3SymbolSeparator() {#addfnc3symbolseparator} + +Adds FNC3 symbol separator to the extended codetext items + +### addStructuredAppendMode(barcodeId, barcodesCount) {#addstructuredappendmode} + +Adds structured append mode to the extended codetext items + +| Parameter | Description | +| --- | --- | +| barcodeId | ID of barcode | +| barcodesCount | Barcodes count | + +### getExtendedCodetext() {#getextendedcodetext} + +Generates Extended codetext from the extended codetext list. + +**Returns:** Extended codetext as string diff --git a/english/nodejs/aspose.barcode/dotcodeextcodetextbuilder/addfnc1formatidentifier/_index.md b/english/nodejs/aspose.barcode/dotcodeextcodetextbuilder/addfnc1formatidentifier/_index.md deleted file mode 100644 index f2cab66e7..000000000 --- a/english/nodejs/aspose.barcode/dotcodeextcodetextbuilder/addfnc1formatidentifier/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "DotCodeExtCodetextBuilder.addFNC1FormatIdentifier" -linktitle: "addFNC1FormatIdentifier" -articleTitle: "addFNC1FormatIdentifier" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Adds FNC1 format identifier to the extended codetext items" -type: docs -weight: 10 -url: /nodejs/aspose.barcode/dotcodeextcodetextbuilder/addfnc1formatidentifier/ ---- - -## addFNC1FormatIdentifier() - -Adds FNC1 format identifier to the extended codetext items diff --git a/english/nodejs/aspose.barcode/dotcodeextcodetextbuilder/addfnc3readerinitialization/_index.md b/english/nodejs/aspose.barcode/dotcodeextcodetextbuilder/addfnc3readerinitialization/_index.md deleted file mode 100644 index 429dc5eb5..000000000 --- a/english/nodejs/aspose.barcode/dotcodeextcodetextbuilder/addfnc3readerinitialization/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "DotCodeExtCodetextBuilder.addFNC3ReaderInitialization" -linktitle: "addFNC3ReaderInitialization" -articleTitle: "addFNC3ReaderInitialization" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Adds FNC3 reader initialization to the extended codetext items" -type: docs -weight: 20 -url: /nodejs/aspose.barcode/dotcodeextcodetextbuilder/addfnc3readerinitialization/ ---- - -## addFNC3ReaderInitialization() - -Adds FNC3 reader initialization to the extended codetext items diff --git a/english/nodejs/aspose.barcode/dotcodeextcodetextbuilder/addfnc3symbolseparator/_index.md b/english/nodejs/aspose.barcode/dotcodeextcodetextbuilder/addfnc3symbolseparator/_index.md deleted file mode 100644 index 964fc1464..000000000 --- a/english/nodejs/aspose.barcode/dotcodeextcodetextbuilder/addfnc3symbolseparator/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "DotCodeExtCodetextBuilder.addFNC3SymbolSeparator" -linktitle: "addFNC3SymbolSeparator" -articleTitle: "addFNC3SymbolSeparator" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Adds FNC3 symbol separator to the extended codetext items" -type: docs -weight: 30 -url: /nodejs/aspose.barcode/dotcodeextcodetextbuilder/addfnc3symbolseparator/ ---- - -## addFNC3SymbolSeparator() - -Adds FNC3 symbol separator to the extended codetext items diff --git a/english/nodejs/aspose.barcode/dotcodeextcodetextbuilder/addstructuredappendmode/_index.md b/english/nodejs/aspose.barcode/dotcodeextcodetextbuilder/addstructuredappendmode/_index.md deleted file mode 100644 index 63a825dcf..000000000 --- a/english/nodejs/aspose.barcode/dotcodeextcodetextbuilder/addstructuredappendmode/_index.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "DotCodeExtCodetextBuilder.addStructuredAppendMode" -linktitle: "addStructuredAppendMode" -articleTitle: "addStructuredAppendMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Adds structured append mode to the extended codetext items" -type: docs -weight: 40 -url: /nodejs/aspose.barcode/dotcodeextcodetextbuilder/addstructuredappendmode/ ---- - -## addStructuredAppendMode(barcodeId, barcodesCount) - -Adds structured append mode to the extended codetext items - -| Parameter | Description | -| --- | --- | -| barcodeId | ID of barcode | -| barcodesCount | Barcodes count | diff --git a/english/nodejs/aspose.barcode/dotcodeextcodetextbuilder/getextendedcodetext/_index.md b/english/nodejs/aspose.barcode/dotcodeextcodetextbuilder/getextendedcodetext/_index.md deleted file mode 100644 index 8edf60390..000000000 --- a/english/nodejs/aspose.barcode/dotcodeextcodetextbuilder/getextendedcodetext/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "DotCodeExtCodetextBuilder.getExtendedCodetext" -linktitle: "getExtendedCodetext" -articleTitle: "getExtendedCodetext" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Generates Extended codetext from the extended codetext list." -type: docs -weight: 50 -url: /nodejs/aspose.barcode/dotcodeextcodetextbuilder/getextendedcodetext/ ---- - -## getExtendedCodetext() - -Generates Extended codetext from the extended codetext list. - -**Returns:** Extended codetext as string diff --git a/english/nodejs/aspose.barcode/dotcodeextendedparameters/_index.md b/english/nodejs/aspose.barcode/dotcodeextendedparameters/_index.md index 613e0686f..62c131b5a 100644 --- a/english/nodejs/aspose.barcode/dotcodeextendedparameters/_index.md +++ b/english/nodejs/aspose.barcode/dotcodeextendedparameters/_index.md @@ -1,8 +1,7 @@ --- -title: "DotCodeExtendedParameters Class" +title: "DotCodeExtendedParameters" linktitle: "DotCodeExtendedParameters" -articleTitle: "DotCodeExtendedParameters" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Stores special data of DotCode recognized barcode This sample shows how to get DotCode raw values" type: docs weight: 380 @@ -39,12 +38,68 @@ for(let i = 0; i < results.length; i++) | Name | Description | | --- | --- | -| [equals(obj)](./equals/) | Returns a value indicating whether this instance is equal to a specified `DotCodeExtendedParameters` value. | -| [getDotCodeIsReaderInitialization()](./getdotcodeisreaderinitialization/) ~~(deprecated)~~ | Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or | -| [getDotCodeStructuredAppendModeBarcodeId()](./getdotcodestructuredappendmodebarcodeid/) ~~(deprecated)~~ | Gets the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. | -| [getDotCodeStructuredAppendModeBarcodesCount()](./getdotcodestructuredappendmodebarcodescount/) ~~(deprecated)~~ | Gets the DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. Value: | -| [getStructuredAppendModeBarcodeId()](./getstructuredappendmodebarcodeid/) | Gets the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. | -| [getStructuredAppendModeBarcodesCount()](./getstructuredappendmodebarcodescount/) | Gets the DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. Value: | -| [hashCode()](./hashcode/) | Returns the hash code for this instance. | -| [isReaderInitialization()](./isreaderinitialization/) | Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or | -| [toString()](./tostring/) | Returns a human-readable string representation of this `DotCodeExtendedParameters`. | +| [equals(obj)](#equals) | Returns a value indicating whether this instance is equal to a specified `DotCodeExtendedParameters` value. | +| [getDotCodeIsReaderInitialization()](#getdotcodeisreaderinitialization) ~~(deprecated)~~ | Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or | +| [getDotCodeStructuredAppendModeBarcodeId()](#getdotcodestructuredappendmodebarcodeid) ~~(deprecated)~~ | Gets the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. | +| [getDotCodeStructuredAppendModeBarcodesCount()](#getdotcodestructuredappendmodebarcodescount) ~~(deprecated)~~ | Gets the DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. Value: | +| [getStructuredAppendModeBarcodeId()](#getstructuredappendmodebarcodeid) | Gets the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. | +| [getStructuredAppendModeBarcodesCount()](#getstructuredappendmodebarcodescount) | Gets the DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. Value: | +| [hashCode()](#hashcode) | Returns the hash code for this instance. | +| [isReaderInitialization()](#isreaderinitialization) | Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or | +| [toString()](#tostring) | Returns a human-readable string representation of this `DotCodeExtendedParameters`. | + +### equals(obj) {#equals} + +Returns a value indicating whether this instance is equal to a specified `DotCodeExtendedParameters` value. + +| Parameter | Description | +| --- | --- | +| obj | An System.Object value to compare to this instance. | + +**Returns:** `true ` if obj has the same value as this instance; otherwise, `false `. + +### getDotCodeIsReaderInitialization() {#getdotcodeisreaderinitialization} + +> **Deprecated.** See method description for replacement. + +Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false. + +### getDotCodeStructuredAppendModeBarcodeId() {#getdotcodestructuredappendmodebarcodeid} + +> **Deprecated.** See method description for replacement. + +Gets the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. Value: The ID of the DotCode structured append mode barcode. + +### getDotCodeStructuredAppendModeBarcodesCount() {#getdotcodestructuredappendmodebarcodescount} + +> **Deprecated.** See method description for replacement. + +Gets the DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. Value: The count of the DotCode structured append mode barcode. + +### getStructuredAppendModeBarcodeId() {#getstructuredappendmodebarcodeid} + +Gets the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. Value: The ID of the DotCode structured append mode barcode. + +**Returns:** the ID of the DotCode structured append mode barcode. + +### getStructuredAppendModeBarcodesCount() {#getstructuredappendmodebarcodescount} + +Gets the DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. Value: The count of the DotCode structured append mode barcode. + +**Returns:** the DotCode structured append mode barcodes count. + +### hashCode() {#hashcode} + +Returns the hash code for this instance. + +**Returns:** A 32-bit signed integer hash code. + +### isReaderInitialization() {#isreaderinitialization} + +Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false. + +### toString() {#tostring} + +Returns a human-readable string representation of this `DotCodeExtendedParameters`. + +**Returns:** A string that represents this `DotCodeExtendedParameters`. diff --git a/english/nodejs/aspose.barcode/dotcodeextendedparameters/equals/_index.md b/english/nodejs/aspose.barcode/dotcodeextendedparameters/equals/_index.md deleted file mode 100644 index 0ad63e8ed..000000000 --- a/english/nodejs/aspose.barcode/dotcodeextendedparameters/equals/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "DotCodeExtendedParameters.equals" -linktitle: "equals" -articleTitle: "equals" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns a value indicating whether this instance is equal to a specified `DotCodeExtendedParameters` value." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/dotcodeextendedparameters/equals/ ---- - -## equals(obj) - -Returns a value indicating whether this instance is equal to a specified `DotCodeExtendedParameters` value. - -| Parameter | Description | -| --- | --- | -| obj | An System.Object value to compare to this instance. | - -**Returns:** `true ` if obj has the same value as this instance; otherwise, `false `. diff --git a/english/nodejs/aspose.barcode/dotcodeextendedparameters/getdotcodeisreaderinitialization/_index.md b/english/nodejs/aspose.barcode/dotcodeextendedparameters/getdotcodeisreaderinitialization/_index.md deleted file mode 100644 index e08cd3d34..000000000 --- a/english/nodejs/aspose.barcode/dotcodeextendedparameters/getdotcodeisreaderinitialization/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "DotCodeExtendedParameters.getDotCodeIsReaderInitialization" -linktitle: "getDotCodeIsReaderInitialization" -articleTitle: "getDotCodeIsReaderInitialization" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader..." -type: docs -weight: 20 -url: /nodejs/aspose.barcode/dotcodeextendedparameters/getdotcodeisreaderinitialization/ ---- - -## getDotCodeIsReaderInitialization() - -> **Deprecated.** See method description for replacement. - -Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false. diff --git a/english/nodejs/aspose.barcode/dotcodeextendedparameters/getdotcodestructuredappendmodebarcodeid/_index.md b/english/nodejs/aspose.barcode/dotcodeextendedparameters/getdotcodestructuredappendmodebarcodeid/_index.md deleted file mode 100644 index c8d799541..000000000 --- a/english/nodejs/aspose.barcode/dotcodeextendedparameters/getdotcodestructuredappendmodebarcodeid/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "DotCodeExtendedParameters.getDotCodeStructuredAppendModeBarcodeId" -linktitle: "getDotCodeStructuredAppendModeBarcodeId" -articleTitle: "getDotCodeStructuredAppendModeBarcodeId" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. Value: The ID o..." -type: docs -weight: 30 -url: /nodejs/aspose.barcode/dotcodeextendedparameters/getdotcodestructuredappendmodebarcodeid/ ---- - -## getDotCodeStructuredAppendModeBarcodeId() - -> **Deprecated.** See method description for replacement. - -Gets the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. Value: The ID of the DotCode structured append mode barcode. diff --git a/english/nodejs/aspose.barcode/dotcodeextendedparameters/getdotcodestructuredappendmodebarcodescount/_index.md b/english/nodejs/aspose.barcode/dotcodeextendedparameters/getdotcodestructuredappendmodebarcodescount/_index.md deleted file mode 100644 index ee4da02ea..000000000 --- a/english/nodejs/aspose.barcode/dotcodeextendedparameters/getdotcodestructuredappendmodebarcodescount/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "DotCodeExtendedParameters.getDotCodeStructuredAppendModeBarcodesCount" -linktitle: "getDotCodeStructuredAppendModeBarcodesCount" -articleTitle: "getDotCodeStructuredAppendModeBarcodesCount" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. Value: The count of the DotCode structured a..." -type: docs -weight: 40 -url: /nodejs/aspose.barcode/dotcodeextendedparameters/getdotcodestructuredappendmodebarcodescount/ ---- - -## getDotCodeStructuredAppendModeBarcodesCount() - -> **Deprecated.** See method description for replacement. - -Gets the DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. Value: The count of the DotCode structured append mode barcode. diff --git a/english/nodejs/aspose.barcode/dotcodeextendedparameters/getstructuredappendmodebarcodeid/_index.md b/english/nodejs/aspose.barcode/dotcodeextendedparameters/getstructuredappendmodebarcodeid/_index.md deleted file mode 100644 index 21f9c918f..000000000 --- a/english/nodejs/aspose.barcode/dotcodeextendedparameters/getstructuredappendmodebarcodeid/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "DotCodeExtendedParameters.getStructuredAppendModeBarcodeId" -linktitle: "getStructuredAppendModeBarcodeId" -articleTitle: "getStructuredAppendModeBarcodeId" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. Value: The ID o..." -type: docs -weight: 50 -url: /nodejs/aspose.barcode/dotcodeextendedparameters/getstructuredappendmodebarcodeid/ ---- - -## getStructuredAppendModeBarcodeId() - -Gets the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. Value: The ID of the DotCode structured append mode barcode. - -**Returns:** the ID of the DotCode structured append mode barcode. diff --git a/english/nodejs/aspose.barcode/dotcodeextendedparameters/getstructuredappendmodebarcodescount/_index.md b/english/nodejs/aspose.barcode/dotcodeextendedparameters/getstructuredappendmodebarcodescount/_index.md deleted file mode 100644 index 54dcff146..000000000 --- a/english/nodejs/aspose.barcode/dotcodeextendedparameters/getstructuredappendmodebarcodescount/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "DotCodeExtendedParameters.getStructuredAppendModeBarcodesCount" -linktitle: "getStructuredAppendModeBarcodesCount" -articleTitle: "getStructuredAppendModeBarcodesCount" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. Value: The count of the DotCode structured a..." -type: docs -weight: 60 -url: /nodejs/aspose.barcode/dotcodeextendedparameters/getstructuredappendmodebarcodescount/ ---- - -## getStructuredAppendModeBarcodesCount() - -Gets the DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. Value: The count of the DotCode structured append mode barcode. - -**Returns:** the DotCode structured append mode barcodes count. diff --git a/english/nodejs/aspose.barcode/dotcodeextendedparameters/hashcode/_index.md b/english/nodejs/aspose.barcode/dotcodeextendedparameters/hashcode/_index.md deleted file mode 100644 index c6da4deeb..000000000 --- a/english/nodejs/aspose.barcode/dotcodeextendedparameters/hashcode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "DotCodeExtendedParameters.hashCode" -linktitle: "hashCode" -articleTitle: "hashCode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns the hash code for this instance." -type: docs -weight: 70 -url: /nodejs/aspose.barcode/dotcodeextendedparameters/hashcode/ ---- - -## hashCode() - -Returns the hash code for this instance. - -**Returns:** A 32-bit signed integer hash code. diff --git a/english/nodejs/aspose.barcode/dotcodeextendedparameters/isreaderinitialization/_index.md b/english/nodejs/aspose.barcode/dotcodeextendedparameters/isreaderinitialization/_index.md deleted file mode 100644 index 928574925..000000000 --- a/english/nodejs/aspose.barcode/dotcodeextendedparameters/isreaderinitialization/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "DotCodeExtendedParameters.isReaderInitialization" -linktitle: "isReaderInitialization" -articleTitle: "isReaderInitialization" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader..." -type: docs -weight: 80 -url: /nodejs/aspose.barcode/dotcodeextendedparameters/isreaderinitialization/ ---- - -## isReaderInitialization() - -Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false. diff --git a/english/nodejs/aspose.barcode/dotcodeextendedparameters/tostring/_index.md b/english/nodejs/aspose.barcode/dotcodeextendedparameters/tostring/_index.md deleted file mode 100644 index f87417a4c..000000000 --- a/english/nodejs/aspose.barcode/dotcodeextendedparameters/tostring/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "DotCodeExtendedParameters.toString" -linktitle: "toString" -articleTitle: "toString" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns a human-readable string representation of this `DotCodeExtendedParameters`." -type: docs -weight: 90 -url: /nodejs/aspose.barcode/dotcodeextendedparameters/tostring/ ---- - -## toString() - -Returns a human-readable string representation of this `DotCodeExtendedParameters`. - -**Returns:** A string that represents this `DotCodeExtendedParameters`. diff --git a/english/nodejs/aspose.barcode/dotcodeparameters/_index.md b/english/nodejs/aspose.barcode/dotcodeparameters/_index.md index 4ac5a3016..a81d7532f 100644 --- a/english/nodejs/aspose.barcode/dotcodeparameters/_index.md +++ b/english/nodejs/aspose.barcode/dotcodeparameters/_index.md @@ -1,8 +1,7 @@ --- -title: "DotCodeParameters Class" +title: "DotCodeParameters" linktitle: "DotCodeParameters" -articleTitle: "DotCodeParameters" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "DotCode parameters." type: docs weight: 390 @@ -21,26 +20,132 @@ new DotCodeParameters() | Name | Description | | --- | --- | -| [getAspectRatio()](./getaspectratio/) | Height/Width ratio of 2D BarCode module. | -| [getColumns()](./getcolumns/) | Identifies columns count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number o | -| [getDotCodeEncodeMode()](./getdotcodeencodemode/) ~~(deprecated)~~ | Identifies DotCode encode mode. Default value: Auto. | -| [getDotCodeStructuredAppendModeBarcodeId()](./getdotcodestructuredappendmodebarcodeid/) ~~(deprecated)~~ | Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes | -| [getDotCodeStructuredAppendModeBarcodesCount()](./getdotcodestructuredappendmodebarcodescount/) ~~(deprecated)~~ | Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. | -| [getECIEncoding()](./geteciencoding/) | Identifies ECI encoding. Used when DotCodeEncodeMode is AUTO. Default value: ISO-8859-1 | -| [getEncodeMode()](./getencodemode/) | Identifies DotCode encode mode. Default value: Auto. | -| [getRows()](./getrows/) | Identifies rows count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of r | -| [getStructuredAppendModeBarcodeId()](./getstructuredappendmodebarcodeid/) | Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes | -| [getStructuredAppendModeBarcodesCount()](./getstructuredappendmodebarcodescount/) | Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. | -| [isReaderInitialization()](./isreaderinitialization/) | Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or | -| [setAspectRatio()](./setaspectratio/) | Height/Width ratio of 2D BarCode module. | -| [setColumns()](./setcolumns/) | Identifies columns count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number o | -| [setDotCodeEncodeMode()](./setdotcodeencodemode/) ~~(deprecated)~~ | Identifies DotCode encode mode. Default value: Auto. | -| [setDotCodeStructuredAppendModeBarcodeId()](./setdotcodestructuredappendmodebarcodeid/) ~~(deprecated)~~ | Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes | -| [setDotCodeStructuredAppendModeBarcodesCount()](./setdotcodestructuredappendmodebarcodescount/) ~~(deprecated)~~ | Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. | -| [setECIEncoding()](./seteciencoding/) | Identifies ECI encoding. Used when DotCodeEncodeMode is AUTO. Default value: ISO-8859-1 | -| [setEncodeMode()](./setencodemode/) | Identifies DotCode encode mode. Default value: Auto. | -| [setReaderInitialization()](./setreaderinitialization/) | Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or | -| [setRows()](./setrows/) | Identifies rows count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of r | -| [setStructuredAppendModeBarcodeId()](./setstructuredappendmodebarcodeid/) | Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes | -| [setStructuredAppendModeBarcodesCount()](./setstructuredappendmodebarcodescount/) | Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. | -| [toString()](./tostring/) | Returns a human-readable string representation of this DotCodeParameters. | +| [getAspectRatio()](#getaspectratio) | Height/Width ratio of 2D BarCode module. | +| [getColumns()](#getcolumns) | Identifies columns count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number o | +| [getDotCodeEncodeMode()](#getdotcodeencodemode) ~~(deprecated)~~ | Identifies DotCode encode mode. Default value: Auto. | +| [getDotCodeStructuredAppendModeBarcodeId()](#getdotcodestructuredappendmodebarcodeid) ~~(deprecated)~~ | Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes | +| [getDotCodeStructuredAppendModeBarcodesCount()](#getdotcodestructuredappendmodebarcodescount) ~~(deprecated)~~ | Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. | +| [getECIEncoding()](#geteciencoding) | Identifies ECI encoding. Used when DotCodeEncodeMode is AUTO. Default value: ISO-8859-1 | +| [getEncodeMode()](#getencodemode) | Identifies DotCode encode mode. Default value: Auto. | +| [getRows()](#getrows) | Identifies rows count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of r | +| [getStructuredAppendModeBarcodeId()](#getstructuredappendmodebarcodeid) | Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes | +| [getStructuredAppendModeBarcodesCount()](#getstructuredappendmodebarcodescount) | Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. | +| [isReaderInitialization()](#isreaderinitialization) | Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or | +| [setAspectRatio()](#setaspectratio) | Height/Width ratio of 2D BarCode module. | +| [setColumns()](#setcolumns) | Identifies columns count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number o | +| [setDotCodeEncodeMode()](#setdotcodeencodemode) ~~(deprecated)~~ | Identifies DotCode encode mode. Default value: Auto. | +| [setDotCodeStructuredAppendModeBarcodeId()](#setdotcodestructuredappendmodebarcodeid) ~~(deprecated)~~ | Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes | +| [setDotCodeStructuredAppendModeBarcodesCount()](#setdotcodestructuredappendmodebarcodescount) ~~(deprecated)~~ | Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. | +| [setECIEncoding()](#seteciencoding) | Identifies ECI encoding. Used when DotCodeEncodeMode is AUTO. Default value: ISO-8859-1 | +| [setEncodeMode()](#setencodemode) | Identifies DotCode encode mode. Default value: Auto. | +| [setReaderInitialization()](#setreaderinitialization) | Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or | +| [setRows()](#setrows) | Identifies rows count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of r | +| [setStructuredAppendModeBarcodeId()](#setstructuredappendmodebarcodeid) | Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes | +| [setStructuredAppendModeBarcodesCount()](#setstructuredappendmodebarcodescount) | Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. | +| [toString()](#tostring) | Returns a human-readable string representation of this DotCodeParameters. | + +### getAspectRatio() {#getaspectratio} + +Height/Width ratio of 2D BarCode module. + +### getColumns() {#getcolumns} + +Identifies columns count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of columns must be at least 5. Default value: -1 + +### getDotCodeEncodeMode() {#getdotcodeencodemode} + +> **Deprecated.** See method description for replacement. + +Identifies DotCode encode mode. Default value: Auto. + +### getDotCodeStructuredAppendModeBarcodeId() {#getdotcodestructuredappendmodebarcodeid} + +> **Deprecated.** See method description for replacement. + +Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. + +### getDotCodeStructuredAppendModeBarcodesCount() {#getdotcodestructuredappendmodebarcodescount} + +> **Deprecated.** See method description for replacement. + +Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. + +### getECIEncoding() {#geteciencoding} + +Identifies ECI encoding. Used when DotCodeEncodeMode is AUTO. Default value: ISO-8859-1 + +### getEncodeMode() {#getencodemode} + +Identifies DotCode encode mode. Default value: Auto. + +### getRows() {#getrows} + +Identifies rows count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of rows must be at least 5. Default value: -1 + +### getStructuredAppendModeBarcodeId() {#getstructuredappendmodebarcodeid} + +Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. + +### getStructuredAppendModeBarcodesCount() {#getstructuredappendmodebarcodescount} + +Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. + +### isReaderInitialization() {#isreaderinitialization} + +Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false. + +### setAspectRatio() {#setaspectratio} + +Height/Width ratio of 2D BarCode module. + +### setColumns() {#setcolumns} + +Identifies columns count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of columns must be at least 5. Default value: -1 + +### setDotCodeEncodeMode() {#setdotcodeencodemode} + +> **Deprecated.** See method description for replacement. + +Identifies DotCode encode mode. Default value: Auto. + +### setDotCodeStructuredAppendModeBarcodeId() {#setdotcodestructuredappendmodebarcodeid} + +> **Deprecated.** See method description for replacement. + +Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. + +### setDotCodeStructuredAppendModeBarcodesCount() {#setdotcodestructuredappendmodebarcodescount} + +> **Deprecated.** See method description for replacement. + +Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. + +### setECIEncoding() {#seteciencoding} + +Identifies ECI encoding. Used when DotCodeEncodeMode is AUTO. Default value: ISO-8859-1 + +### setEncodeMode() {#setencodemode} + +Identifies DotCode encode mode. Default value: Auto. + +### setReaderInitialization() {#setreaderinitialization} + +Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false. + +### setRows() {#setrows} + +Identifies rows count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of rows must be at least 5. Default value: -1 + +### setStructuredAppendModeBarcodeId() {#setstructuredappendmodebarcodeid} + +Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. + +### setStructuredAppendModeBarcodesCount() {#setstructuredappendmodebarcodescount} + +Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. + +### toString() {#tostring} + +Returns a human-readable string representation of this DotCodeParameters. + +**Returns:** A string that represents this DotCodeParameters. diff --git a/english/nodejs/aspose.barcode/dotcodeparameters/getaspectratio/_index.md b/english/nodejs/aspose.barcode/dotcodeparameters/getaspectratio/_index.md deleted file mode 100644 index b2afebc58..000000000 --- a/english/nodejs/aspose.barcode/dotcodeparameters/getaspectratio/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "DotCodeParameters.getAspectRatio" -linktitle: "getAspectRatio" -articleTitle: "getAspectRatio" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Height/Width ratio of 2D BarCode module." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/dotcodeparameters/getaspectratio/ ---- - -## getAspectRatio() - -Height/Width ratio of 2D BarCode module. diff --git a/english/nodejs/aspose.barcode/dotcodeparameters/getcolumns/_index.md b/english/nodejs/aspose.barcode/dotcodeparameters/getcolumns/_index.md deleted file mode 100644 index 180b58f44..000000000 --- a/english/nodejs/aspose.barcode/dotcodeparameters/getcolumns/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "DotCodeParameters.getColumns" -linktitle: "getColumns" -articleTitle: "getColumns" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies columns count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of columns must be at least 5. Default..." -type: docs -weight: 20 -url: /nodejs/aspose.barcode/dotcodeparameters/getcolumns/ ---- - -## getColumns() - -Identifies columns count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of columns must be at least 5. Default value: -1 diff --git a/english/nodejs/aspose.barcode/dotcodeparameters/getdotcodeencodemode/_index.md b/english/nodejs/aspose.barcode/dotcodeparameters/getdotcodeencodemode/_index.md deleted file mode 100644 index fca7617c1..000000000 --- a/english/nodejs/aspose.barcode/dotcodeparameters/getdotcodeencodemode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "DotCodeParameters.getDotCodeEncodeMode" -linktitle: "getDotCodeEncodeMode" -articleTitle: "getDotCodeEncodeMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies DotCode encode mode. Default value: Auto." -type: docs -weight: 30 -url: /nodejs/aspose.barcode/dotcodeparameters/getdotcodeencodemode/ ---- - -## getDotCodeEncodeMode() - -> **Deprecated.** See method description for replacement. - -Identifies DotCode encode mode. Default value: Auto. diff --git a/english/nodejs/aspose.barcode/dotcodeparameters/getdotcodestructuredappendmodebarcodeid/_index.md b/english/nodejs/aspose.barcode/dotcodeparameters/getdotcodestructuredappendmodebarcodeid/_index.md deleted file mode 100644 index 131f0b01e..000000000 --- a/english/nodejs/aspose.barcode/dotcodeparameters/getdotcodestructuredappendmodebarcodeid/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "DotCodeParameters.getDotCodeStructuredAppendModeBarcodeId" -linktitle: "getDotCodeStructuredAppendModeBarcodeId" -articleTitle: "getDotCodeStructuredAppendModeBarcodeId" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1." -type: docs -weight: 40 -url: /nodejs/aspose.barcode/dotcodeparameters/getdotcodestructuredappendmodebarcodeid/ ---- - -## getDotCodeStructuredAppendModeBarcodeId() - -> **Deprecated.** See method description for replacement. - -Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. diff --git a/english/nodejs/aspose.barcode/dotcodeparameters/getdotcodestructuredappendmodebarcodescount/_index.md b/english/nodejs/aspose.barcode/dotcodeparameters/getdotcodestructuredappendmodebarcodescount/_index.md deleted file mode 100644 index 8636cc382..000000000 --- a/english/nodejs/aspose.barcode/dotcodeparameters/getdotcodestructuredappendmodebarcodescount/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "DotCodeParameters.getDotCodeStructuredAppendModeBarcodesCount" -linktitle: "getDotCodeStructuredAppendModeBarcodesCount" -articleTitle: "getDotCodeStructuredAppendModeBarcodesCount" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35." -type: docs -weight: 50 -url: /nodejs/aspose.barcode/dotcodeparameters/getdotcodestructuredappendmodebarcodescount/ ---- - -## getDotCodeStructuredAppendModeBarcodesCount() - -> **Deprecated.** See method description for replacement. - -Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. diff --git a/english/nodejs/aspose.barcode/dotcodeparameters/geteciencoding/_index.md b/english/nodejs/aspose.barcode/dotcodeparameters/geteciencoding/_index.md deleted file mode 100644 index 2c07338f2..000000000 --- a/english/nodejs/aspose.barcode/dotcodeparameters/geteciencoding/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "DotCodeParameters.getECIEncoding" -linktitle: "getECIEncoding" -articleTitle: "getECIEncoding" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies ECI encoding. Used when DotCodeEncodeMode is AUTO. Default value: ISO-8859-1" -type: docs -weight: 60 -url: /nodejs/aspose.barcode/dotcodeparameters/geteciencoding/ ---- - -## getECIEncoding() - -Identifies ECI encoding. Used when DotCodeEncodeMode is AUTO. Default value: ISO-8859-1 diff --git a/english/nodejs/aspose.barcode/dotcodeparameters/getencodemode/_index.md b/english/nodejs/aspose.barcode/dotcodeparameters/getencodemode/_index.md deleted file mode 100644 index 5aed81467..000000000 --- a/english/nodejs/aspose.barcode/dotcodeparameters/getencodemode/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "DotCodeParameters.getEncodeMode" -linktitle: "getEncodeMode" -articleTitle: "getEncodeMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies DotCode encode mode. Default value: Auto." -type: docs -weight: 70 -url: /nodejs/aspose.barcode/dotcodeparameters/getencodemode/ ---- - -## getEncodeMode() - -Identifies DotCode encode mode. Default value: Auto. diff --git a/english/nodejs/aspose.barcode/dotcodeparameters/getrows/_index.md b/english/nodejs/aspose.barcode/dotcodeparameters/getrows/_index.md deleted file mode 100644 index 4d955bd76..000000000 --- a/english/nodejs/aspose.barcode/dotcodeparameters/getrows/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "DotCodeParameters.getRows" -linktitle: "getRows" -articleTitle: "getRows" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies rows count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of rows must be at least 5. Default value..." -type: docs -weight: 80 -url: /nodejs/aspose.barcode/dotcodeparameters/getrows/ ---- - -## getRows() - -Identifies rows count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of rows must be at least 5. Default value: -1 diff --git a/english/nodejs/aspose.barcode/dotcodeparameters/getstructuredappendmodebarcodeid/_index.md b/english/nodejs/aspose.barcode/dotcodeparameters/getstructuredappendmodebarcodeid/_index.md deleted file mode 100644 index 0a2da138c..000000000 --- a/english/nodejs/aspose.barcode/dotcodeparameters/getstructuredappendmodebarcodeid/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "DotCodeParameters.getStructuredAppendModeBarcodeId" -linktitle: "getStructuredAppendModeBarcodeId" -articleTitle: "getStructuredAppendModeBarcodeId" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1." -type: docs -weight: 90 -url: /nodejs/aspose.barcode/dotcodeparameters/getstructuredappendmodebarcodeid/ ---- - -## getStructuredAppendModeBarcodeId() - -Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. diff --git a/english/nodejs/aspose.barcode/dotcodeparameters/getstructuredappendmodebarcodescount/_index.md b/english/nodejs/aspose.barcode/dotcodeparameters/getstructuredappendmodebarcodescount/_index.md deleted file mode 100644 index 8038dfb9f..000000000 --- a/english/nodejs/aspose.barcode/dotcodeparameters/getstructuredappendmodebarcodescount/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "DotCodeParameters.getStructuredAppendModeBarcodesCount" -linktitle: "getStructuredAppendModeBarcodesCount" -articleTitle: "getStructuredAppendModeBarcodesCount" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35." -type: docs -weight: 100 -url: /nodejs/aspose.barcode/dotcodeparameters/getstructuredappendmodebarcodescount/ ---- - -## getStructuredAppendModeBarcodesCount() - -Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. diff --git a/english/nodejs/aspose.barcode/dotcodeparameters/isreaderinitialization/_index.md b/english/nodejs/aspose.barcode/dotcodeparameters/isreaderinitialization/_index.md deleted file mode 100644 index 79fe4c666..000000000 --- a/english/nodejs/aspose.barcode/dotcodeparameters/isreaderinitialization/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "DotCodeParameters.isReaderInitialization" -linktitle: "isReaderInitialization" -articleTitle: "isReaderInitialization" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader..." -type: docs -weight: 110 -url: /nodejs/aspose.barcode/dotcodeparameters/isreaderinitialization/ ---- - -## isReaderInitialization() - -Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false. diff --git a/english/nodejs/aspose.barcode/dotcodeparameters/setaspectratio/_index.md b/english/nodejs/aspose.barcode/dotcodeparameters/setaspectratio/_index.md deleted file mode 100644 index fb4821595..000000000 --- a/english/nodejs/aspose.barcode/dotcodeparameters/setaspectratio/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "DotCodeParameters.setAspectRatio" -linktitle: "setAspectRatio" -articleTitle: "setAspectRatio" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Height/Width ratio of 2D BarCode module." -type: docs -weight: 120 -url: /nodejs/aspose.barcode/dotcodeparameters/setaspectratio/ ---- - -## setAspectRatio() - -Height/Width ratio of 2D BarCode module. diff --git a/english/nodejs/aspose.barcode/dotcodeparameters/setcolumns/_index.md b/english/nodejs/aspose.barcode/dotcodeparameters/setcolumns/_index.md deleted file mode 100644 index d34bcd8df..000000000 --- a/english/nodejs/aspose.barcode/dotcodeparameters/setcolumns/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "DotCodeParameters.setColumns" -linktitle: "setColumns" -articleTitle: "setColumns" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies columns count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of columns must be at least 5. Default..." -type: docs -weight: 130 -url: /nodejs/aspose.barcode/dotcodeparameters/setcolumns/ ---- - -## setColumns() - -Identifies columns count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of columns must be at least 5. Default value: -1 diff --git a/english/nodejs/aspose.barcode/dotcodeparameters/setdotcodeencodemode/_index.md b/english/nodejs/aspose.barcode/dotcodeparameters/setdotcodeencodemode/_index.md deleted file mode 100644 index 8da9ceb12..000000000 --- a/english/nodejs/aspose.barcode/dotcodeparameters/setdotcodeencodemode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "DotCodeParameters.setDotCodeEncodeMode" -linktitle: "setDotCodeEncodeMode" -articleTitle: "setDotCodeEncodeMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies DotCode encode mode. Default value: Auto." -type: docs -weight: 140 -url: /nodejs/aspose.barcode/dotcodeparameters/setdotcodeencodemode/ ---- - -## setDotCodeEncodeMode() - -> **Deprecated.** See method description for replacement. - -Identifies DotCode encode mode. Default value: Auto. diff --git a/english/nodejs/aspose.barcode/dotcodeparameters/setdotcodestructuredappendmodebarcodeid/_index.md b/english/nodejs/aspose.barcode/dotcodeparameters/setdotcodestructuredappendmodebarcodeid/_index.md deleted file mode 100644 index 154ca6745..000000000 --- a/english/nodejs/aspose.barcode/dotcodeparameters/setdotcodestructuredappendmodebarcodeid/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "DotCodeParameters.setDotCodeStructuredAppendModeBarcodeId" -linktitle: "setDotCodeStructuredAppendModeBarcodeId" -articleTitle: "setDotCodeStructuredAppendModeBarcodeId" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1." -type: docs -weight: 150 -url: /nodejs/aspose.barcode/dotcodeparameters/setdotcodestructuredappendmodebarcodeid/ ---- - -## setDotCodeStructuredAppendModeBarcodeId() - -> **Deprecated.** See method description for replacement. - -Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. diff --git a/english/nodejs/aspose.barcode/dotcodeparameters/setdotcodestructuredappendmodebarcodescount/_index.md b/english/nodejs/aspose.barcode/dotcodeparameters/setdotcodestructuredappendmodebarcodescount/_index.md deleted file mode 100644 index 964ca6dc9..000000000 --- a/english/nodejs/aspose.barcode/dotcodeparameters/setdotcodestructuredappendmodebarcodescount/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "DotCodeParameters.setDotCodeStructuredAppendModeBarcodesCount" -linktitle: "setDotCodeStructuredAppendModeBarcodesCount" -articleTitle: "setDotCodeStructuredAppendModeBarcodesCount" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35." -type: docs -weight: 160 -url: /nodejs/aspose.barcode/dotcodeparameters/setdotcodestructuredappendmodebarcodescount/ ---- - -## setDotCodeStructuredAppendModeBarcodesCount() - -> **Deprecated.** See method description for replacement. - -Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. diff --git a/english/nodejs/aspose.barcode/dotcodeparameters/seteciencoding/_index.md b/english/nodejs/aspose.barcode/dotcodeparameters/seteciencoding/_index.md deleted file mode 100644 index 622b2c229..000000000 --- a/english/nodejs/aspose.barcode/dotcodeparameters/seteciencoding/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "DotCodeParameters.setECIEncoding" -linktitle: "setECIEncoding" -articleTitle: "setECIEncoding" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies ECI encoding. Used when DotCodeEncodeMode is AUTO. Default value: ISO-8859-1" -type: docs -weight: 170 -url: /nodejs/aspose.barcode/dotcodeparameters/seteciencoding/ ---- - -## setECIEncoding() - -Identifies ECI encoding. Used when DotCodeEncodeMode is AUTO. Default value: ISO-8859-1 diff --git a/english/nodejs/aspose.barcode/dotcodeparameters/setencodemode/_index.md b/english/nodejs/aspose.barcode/dotcodeparameters/setencodemode/_index.md deleted file mode 100644 index 5d656362c..000000000 --- a/english/nodejs/aspose.barcode/dotcodeparameters/setencodemode/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "DotCodeParameters.setEncodeMode" -linktitle: "setEncodeMode" -articleTitle: "setEncodeMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies DotCode encode mode. Default value: Auto." -type: docs -weight: 180 -url: /nodejs/aspose.barcode/dotcodeparameters/setencodemode/ ---- - -## setEncodeMode() - -Identifies DotCode encode mode. Default value: Auto. diff --git a/english/nodejs/aspose.barcode/dotcodeparameters/setreaderinitialization/_index.md b/english/nodejs/aspose.barcode/dotcodeparameters/setreaderinitialization/_index.md deleted file mode 100644 index 4636abe2e..000000000 --- a/english/nodejs/aspose.barcode/dotcodeparameters/setreaderinitialization/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "DotCodeParameters.setReaderInitialization" -linktitle: "setReaderInitialization" -articleTitle: "setReaderInitialization" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader..." -type: docs -weight: 190 -url: /nodejs/aspose.barcode/dotcodeparameters/setreaderinitialization/ ---- - -## setReaderInitialization() - -Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false. diff --git a/english/nodejs/aspose.barcode/dotcodeparameters/setrows/_index.md b/english/nodejs/aspose.barcode/dotcodeparameters/setrows/_index.md deleted file mode 100644 index 41fd5735b..000000000 --- a/english/nodejs/aspose.barcode/dotcodeparameters/setrows/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "DotCodeParameters.setRows" -linktitle: "setRows" -articleTitle: "setRows" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies rows count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of rows must be at least 5. Default value..." -type: docs -weight: 200 -url: /nodejs/aspose.barcode/dotcodeparameters/setrows/ ---- - -## setRows() - -Identifies rows count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of rows must be at least 5. Default value: -1 diff --git a/english/nodejs/aspose.barcode/dotcodeparameters/setstructuredappendmodebarcodeid/_index.md b/english/nodejs/aspose.barcode/dotcodeparameters/setstructuredappendmodebarcodeid/_index.md deleted file mode 100644 index b4c8649e5..000000000 --- a/english/nodejs/aspose.barcode/dotcodeparameters/setstructuredappendmodebarcodeid/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "DotCodeParameters.setStructuredAppendModeBarcodeId" -linktitle: "setStructuredAppendModeBarcodeId" -articleTitle: "setStructuredAppendModeBarcodeId" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1." -type: docs -weight: 210 -url: /nodejs/aspose.barcode/dotcodeparameters/setstructuredappendmodebarcodeid/ ---- - -## setStructuredAppendModeBarcodeId() - -Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. diff --git a/english/nodejs/aspose.barcode/dotcodeparameters/setstructuredappendmodebarcodescount/_index.md b/english/nodejs/aspose.barcode/dotcodeparameters/setstructuredappendmodebarcodescount/_index.md deleted file mode 100644 index 986b85abd..000000000 --- a/english/nodejs/aspose.barcode/dotcodeparameters/setstructuredappendmodebarcodescount/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "DotCodeParameters.setStructuredAppendModeBarcodesCount" -linktitle: "setStructuredAppendModeBarcodesCount" -articleTitle: "setStructuredAppendModeBarcodesCount" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35." -type: docs -weight: 220 -url: /nodejs/aspose.barcode/dotcodeparameters/setstructuredappendmodebarcodescount/ ---- - -## setStructuredAppendModeBarcodesCount() - -Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. diff --git a/english/nodejs/aspose.barcode/dotcodeparameters/tostring/_index.md b/english/nodejs/aspose.barcode/dotcodeparameters/tostring/_index.md deleted file mode 100644 index 7356bdb03..000000000 --- a/english/nodejs/aspose.barcode/dotcodeparameters/tostring/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "DotCodeParameters.toString" -linktitle: "toString" -articleTitle: "toString" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns a human-readable string representation of this DotCodeParameters." -type: docs -weight: 230 -url: /nodejs/aspose.barcode/dotcodeparameters/tostring/ ---- - -## toString() - -Returns a human-readable string representation of this DotCodeParameters. - -**Returns:** A string that represents this DotCodeParameters. diff --git a/english/nodejs/aspose.barcode/extcodetextbuilder/_index.md b/english/nodejs/aspose.barcode/extcodetextbuilder/_index.md index 670fe6b25..824327b1d 100644 --- a/english/nodejs/aspose.barcode/extcodetextbuilder/_index.md +++ b/english/nodejs/aspose.barcode/extcodetextbuilder/_index.md @@ -1,8 +1,7 @@ --- -title: "ExtCodetextBuilder Class" +title: "ExtCodetextBuilder" linktitle: "ExtCodetextBuilder" -articleTitle: "ExtCodetextBuilder" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Helper class for automatic codetext generation of the Extended Codetext Mode" type: docs weight: 400 @@ -21,7 +20,34 @@ new ExtCodetextBuilder() | Name | Description | | --- | --- | -| [addECICodetext(ECIEncoding, codetext)](./addecicodetext/) | Adds codetext with Extended Channel Identifier | -| [addPlainCodetext(codetext)](./addplaincodetext/) | Adds plain codetext to the extended codetext items | -| [clear()](./clear/) | Clears extended codetext items | -| [getExtendedCodetext()](./getextendedcodetext/) | Generate extended codetext from generation items list | +| [addECICodetext(ECIEncoding, codetext)](#addecicodetext) | Adds codetext with Extended Channel Identifier | +| [addPlainCodetext(codetext)](#addplaincodetext) | Adds plain codetext to the extended codetext items | +| [clear()](#clear) | Clears extended codetext items | +| [getExtendedCodetext()](#getextendedcodetext) | Generate extended codetext from generation items list | + +### addECICodetext(ECIEncoding, codetext) {#addecicodetext} + +Adds codetext with Extended Channel Identifier + +| Parameter | Description | +| --- | --- | +| ECIEncoding | Extended Channel Identifier | +| codetext | Codetext in unicode to add as extended codetext item with Extended Channel Identifier | + +### addPlainCodetext(codetext) {#addplaincodetext} + +Adds plain codetext to the extended codetext items + +| Parameter | Description | +| --- | --- | +| codetext | Codetext in unicode to add as extended codetext item | + +### clear() {#clear} + +Clears extended codetext items + +### getExtendedCodetext() {#getextendedcodetext} + +Generate extended codetext from generation items list + +**Returns:** Return string of extended codetext diff --git a/english/nodejs/aspose.barcode/extcodetextbuilder/addecicodetext/_index.md b/english/nodejs/aspose.barcode/extcodetextbuilder/addecicodetext/_index.md deleted file mode 100644 index b8638648b..000000000 --- a/english/nodejs/aspose.barcode/extcodetextbuilder/addecicodetext/_index.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "ExtCodetextBuilder.addECICodetext" -linktitle: "addECICodetext" -articleTitle: "addECICodetext" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Adds codetext with Extended Channel Identifier" -type: docs -weight: 10 -url: /nodejs/aspose.barcode/extcodetextbuilder/addecicodetext/ ---- - -## addECICodetext(ECIEncoding, codetext) - -Adds codetext with Extended Channel Identifier - -| Parameter | Description | -| --- | --- | -| ECIEncoding | Extended Channel Identifier | -| codetext | Codetext in unicode to add as extended codetext item with Extended Channel Identifier | diff --git a/english/nodejs/aspose.barcode/extcodetextbuilder/addplaincodetext/_index.md b/english/nodejs/aspose.barcode/extcodetextbuilder/addplaincodetext/_index.md deleted file mode 100644 index e1ae49f0d..000000000 --- a/english/nodejs/aspose.barcode/extcodetextbuilder/addplaincodetext/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "ExtCodetextBuilder.addPlainCodetext" -linktitle: "addPlainCodetext" -articleTitle: "addPlainCodetext" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Adds plain codetext to the extended codetext items" -type: docs -weight: 20 -url: /nodejs/aspose.barcode/extcodetextbuilder/addplaincodetext/ ---- - -## addPlainCodetext(codetext) - -Adds plain codetext to the extended codetext items - -| Parameter | Description | -| --- | --- | -| codetext | Codetext in unicode to add as extended codetext item | diff --git a/english/nodejs/aspose.barcode/extcodetextbuilder/clear/_index.md b/english/nodejs/aspose.barcode/extcodetextbuilder/clear/_index.md deleted file mode 100644 index 53dbe9d0f..000000000 --- a/english/nodejs/aspose.barcode/extcodetextbuilder/clear/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "ExtCodetextBuilder.clear" -linktitle: "clear" -articleTitle: "clear" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Clears extended codetext items" -type: docs -weight: 30 -url: /nodejs/aspose.barcode/extcodetextbuilder/clear/ ---- - -## clear() - -Clears extended codetext items diff --git a/english/nodejs/aspose.barcode/extcodetextbuilder/getextendedcodetext/_index.md b/english/nodejs/aspose.barcode/extcodetextbuilder/getextendedcodetext/_index.md deleted file mode 100644 index e4903eae2..000000000 --- a/english/nodejs/aspose.barcode/extcodetextbuilder/getextendedcodetext/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "ExtCodetextBuilder.getExtendedCodetext" -linktitle: "getExtendedCodetext" -articleTitle: "getExtendedCodetext" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Generate extended codetext from generation items list" -type: docs -weight: 40 -url: /nodejs/aspose.barcode/extcodetextbuilder/getextendedcodetext/ ---- - -## getExtendedCodetext() - -Generate extended codetext from generation items list - -**Returns:** Return string of extended codetext diff --git a/english/nodejs/aspose.barcode/fontunit/_index.md b/english/nodejs/aspose.barcode/fontunit/_index.md index 419476e1e..d04e1db34 100644 --- a/english/nodejs/aspose.barcode/fontunit/_index.md +++ b/english/nodejs/aspose.barcode/fontunit/_index.md @@ -1,8 +1,7 @@ --- -title: "FontUnit Class" +title: "FontUnit" linktitle: "FontUnit" -articleTitle: "FontUnit" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Defines a particular format for text, including font face, size, and style attributes where size in Unit value property." type: docs weight: 410 @@ -33,8 +32,30 @@ This sample shows how to create and save a BarCode image. | Name | Description | | --- | --- | -| [getFamilyName()](./getfamilyname/) | Gets the face name of this Font. | -| [getSize()](./getsize/) | Gets size of this FontUnit in Unit value. | -| [getStyle()](./getstyle/) | Gets style information for this FontUnit. | -| [setFamilyName()](./setfamilyname/) | Sets the face name of this Font. | -| [setStyle()](./setstyle/) | Sets style information for this FontUnit. | +| [getFamilyName()](#getfamilyname) | Gets the face name of this Font. | +| [getSize()](#getsize) | Gets size of this FontUnit in Unit value. | +| [getStyle()](#getstyle) | Gets style information for this FontUnit. | +| [setFamilyName()](#setfamilyname) | Sets the face name of this Font. | +| [setStyle()](#setstyle) | Sets style information for this FontUnit. | + +### getFamilyName() {#getfamilyname} + +Gets the face name of this Font. + +### getSize() {#getsize} + +Gets size of this FontUnit in Unit value. + +**Throws:** IllegalArgumentExceptionThe Size parameter value is less than or equal to 0. + +### getStyle() {#getstyle} + +Gets style information for this FontUnit. + +### setFamilyName() {#setfamilyname} + +Sets the face name of this Font. + +### setStyle() {#setstyle} + +Sets style information for this FontUnit. diff --git a/english/nodejs/aspose.barcode/fontunit/getfamilyname/_index.md b/english/nodejs/aspose.barcode/fontunit/getfamilyname/_index.md deleted file mode 100644 index 8bc19a52d..000000000 --- a/english/nodejs/aspose.barcode/fontunit/getfamilyname/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "FontUnit.getFamilyName" -linktitle: "getFamilyName" -articleTitle: "getFamilyName" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the face name of this Font." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/fontunit/getfamilyname/ ---- - -## getFamilyName() - -Gets the face name of this Font. diff --git a/english/nodejs/aspose.barcode/fontunit/getsize/_index.md b/english/nodejs/aspose.barcode/fontunit/getsize/_index.md deleted file mode 100644 index ff70a838b..000000000 --- a/english/nodejs/aspose.barcode/fontunit/getsize/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "FontUnit.getSize" -linktitle: "getSize" -articleTitle: "getSize" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets size of this FontUnit in Unit value." -type: docs -weight: 20 -url: /nodejs/aspose.barcode/fontunit/getsize/ ---- - -## getSize() - -Gets size of this FontUnit in Unit value. - -**Throws:** IllegalArgumentExceptionThe Size parameter value is less than or equal to 0. diff --git a/english/nodejs/aspose.barcode/fontunit/getstyle/_index.md b/english/nodejs/aspose.barcode/fontunit/getstyle/_index.md deleted file mode 100644 index ff1dc877a..000000000 --- a/english/nodejs/aspose.barcode/fontunit/getstyle/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "FontUnit.getStyle" -linktitle: "getStyle" -articleTitle: "getStyle" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets style information for this FontUnit." -type: docs -weight: 30 -url: /nodejs/aspose.barcode/fontunit/getstyle/ ---- - -## getStyle() - -Gets style information for this FontUnit. diff --git a/english/nodejs/aspose.barcode/fontunit/setfamilyname/_index.md b/english/nodejs/aspose.barcode/fontunit/setfamilyname/_index.md deleted file mode 100644 index 7deaa3244..000000000 --- a/english/nodejs/aspose.barcode/fontunit/setfamilyname/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "FontUnit.setFamilyName" -linktitle: "setFamilyName" -articleTitle: "setFamilyName" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets the face name of this Font." -type: docs -weight: 40 -url: /nodejs/aspose.barcode/fontunit/setfamilyname/ ---- - -## setFamilyName() - -Sets the face name of this Font. diff --git a/english/nodejs/aspose.barcode/fontunit/setstyle/_index.md b/english/nodejs/aspose.barcode/fontunit/setstyle/_index.md deleted file mode 100644 index dd0a25541..000000000 --- a/english/nodejs/aspose.barcode/fontunit/setstyle/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "FontUnit.setStyle" -linktitle: "setStyle" -articleTitle: "setStyle" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets style information for this FontUnit." -type: docs -weight: 50 -url: /nodejs/aspose.barcode/fontunit/setstyle/ ---- - -## setStyle() - -Sets style information for this FontUnit. diff --git a/english/nodejs/aspose.barcode/gs1compositebarextendedparameters/_index.md b/english/nodejs/aspose.barcode/gs1compositebarextendedparameters/_index.md index f138a0853..db3623b19 100644 --- a/english/nodejs/aspose.barcode/gs1compositebarextendedparameters/_index.md +++ b/english/nodejs/aspose.barcode/gs1compositebarextendedparameters/_index.md @@ -1,8 +1,7 @@ --- -title: "GS1CompositeBarExtendedParameters Class" +title: "GS1CompositeBarExtendedParameters" linktitle: "GS1CompositeBarExtendedParameters" -articleTitle: "GS1CompositeBarExtendedParameters" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Stores special data of `GS1 Composite Bar ` recognized barcode" type: docs weight: 420 @@ -21,10 +20,48 @@ new GS1CompositeBarExtendedParameters() | Name | Description | | --- | --- | -| [equals(obj)](./equals/) | Returns a value indicating whether this instance is equal to a specified `GS1CompositeBarExtendedParameters` value. | -| [getOneDCodeText()](./getonedcodetext/) | Gets the 1D (linear) barcode value of GS1 Composite Value: 1D barcode value | -| [getOneDType()](./getonedtype/) | Gets the 1D (linear) barcode type of GS1 Composite Value: 2D barcode type | -| [getTwoDCodeText()](./gettwodcodetext/) | Gets the 2D barcode value of GS1 Composite Value: 2D barcode value | -| [getTwoDType()](./gettwodtype/) | Gets the 2D barcode type of GS1 Composite Value: 2D barcode type | -| [hashCode()](./hashcode/) | Returns the hash code for this instance. | -| [toString()](./tostring/) | Returns a human-readable string representation of this `GS1CompositeBarExtendedParameters`. | +| [equals(obj)](#equals) | Returns a value indicating whether this instance is equal to a specified `GS1CompositeBarExtendedParameters` value. | +| [getOneDCodeText()](#getonedcodetext) | Gets the 1D (linear) barcode value of GS1 Composite Value: 1D barcode value | +| [getOneDType()](#getonedtype) | Gets the 1D (linear) barcode type of GS1 Composite Value: 2D barcode type | +| [getTwoDCodeText()](#gettwodcodetext) | Gets the 2D barcode value of GS1 Composite Value: 2D barcode value | +| [getTwoDType()](#gettwodtype) | Gets the 2D barcode type of GS1 Composite Value: 2D barcode type | +| [hashCode()](#hashcode) | Returns the hash code for this instance. | +| [toString()](#tostring) | Returns a human-readable string representation of this `GS1CompositeBarExtendedParameters`. | + +### equals(obj) {#equals} + +Returns a value indicating whether this instance is equal to a specified `GS1CompositeBarExtendedParameters` value. + +| Parameter | Description | +| --- | --- | +| obj | An System.Object value to compare to this instance. | + +**Returns:** `true ` if obj has the same value as this instance; otherwise, `false `. + +### getOneDCodeText() {#getonedcodetext} + +Gets the 1D (linear) barcode value of GS1 Composite Value: 1D barcode value + +### getOneDType() {#getonedtype} + +Gets the 1D (linear) barcode type of GS1 Composite Value: 2D barcode type + +### getTwoDCodeText() {#gettwodcodetext} + +Gets the 2D barcode value of GS1 Composite Value: 2D barcode value + +### getTwoDType() {#gettwodtype} + +Gets the 2D barcode type of GS1 Composite Value: 2D barcode type + +### hashCode() {#hashcode} + +Returns the hash code for this instance. + +**Returns:** A 32-bit signed integer hash code. + +### toString() {#tostring} + +Returns a human-readable string representation of this `GS1CompositeBarExtendedParameters`. + +**Returns:** A string that represents this `GS1CompositeBarExtendedParameters`. diff --git a/english/nodejs/aspose.barcode/gs1compositebarextendedparameters/equals/_index.md b/english/nodejs/aspose.barcode/gs1compositebarextendedparameters/equals/_index.md deleted file mode 100644 index 19c25d226..000000000 --- a/english/nodejs/aspose.barcode/gs1compositebarextendedparameters/equals/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "GS1CompositeBarExtendedParameters.equals" -linktitle: "equals" -articleTitle: "equals" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns a value indicating whether this instance is equal to a specified `GS1CompositeBarExtendedParameters` value." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/gs1compositebarextendedparameters/equals/ ---- - -## equals(obj) - -Returns a value indicating whether this instance is equal to a specified `GS1CompositeBarExtendedParameters` value. - -| Parameter | Description | -| --- | --- | -| obj | An System.Object value to compare to this instance. | - -**Returns:** `true ` if obj has the same value as this instance; otherwise, `false `. diff --git a/english/nodejs/aspose.barcode/gs1compositebarextendedparameters/getonedcodetext/_index.md b/english/nodejs/aspose.barcode/gs1compositebarextendedparameters/getonedcodetext/_index.md deleted file mode 100644 index ed20b3c39..000000000 --- a/english/nodejs/aspose.barcode/gs1compositebarextendedparameters/getonedcodetext/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "GS1CompositeBarExtendedParameters.getOneDCodeText" -linktitle: "getOneDCodeText" -articleTitle: "getOneDCodeText" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the 1D (linear) barcode value of GS1 Composite Value: 1D barcode value" -type: docs -weight: 20 -url: /nodejs/aspose.barcode/gs1compositebarextendedparameters/getonedcodetext/ ---- - -## getOneDCodeText() - -Gets the 1D (linear) barcode value of GS1 Composite Value: 1D barcode value diff --git a/english/nodejs/aspose.barcode/gs1compositebarextendedparameters/getonedtype/_index.md b/english/nodejs/aspose.barcode/gs1compositebarextendedparameters/getonedtype/_index.md deleted file mode 100644 index bf9961a46..000000000 --- a/english/nodejs/aspose.barcode/gs1compositebarextendedparameters/getonedtype/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "GS1CompositeBarExtendedParameters.getOneDType" -linktitle: "getOneDType" -articleTitle: "getOneDType" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the 1D (linear) barcode type of GS1 Composite Value: 2D barcode type" -type: docs -weight: 30 -url: /nodejs/aspose.barcode/gs1compositebarextendedparameters/getonedtype/ ---- - -## getOneDType() - -Gets the 1D (linear) barcode type of GS1 Composite Value: 2D barcode type diff --git a/english/nodejs/aspose.barcode/gs1compositebarextendedparameters/gettwodcodetext/_index.md b/english/nodejs/aspose.barcode/gs1compositebarextendedparameters/gettwodcodetext/_index.md deleted file mode 100644 index 408bb7beb..000000000 --- a/english/nodejs/aspose.barcode/gs1compositebarextendedparameters/gettwodcodetext/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "GS1CompositeBarExtendedParameters.getTwoDCodeText" -linktitle: "getTwoDCodeText" -articleTitle: "getTwoDCodeText" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the 2D barcode value of GS1 Composite Value: 2D barcode value" -type: docs -weight: 40 -url: /nodejs/aspose.barcode/gs1compositebarextendedparameters/gettwodcodetext/ ---- - -## getTwoDCodeText() - -Gets the 2D barcode value of GS1 Composite Value: 2D barcode value diff --git a/english/nodejs/aspose.barcode/gs1compositebarextendedparameters/gettwodtype/_index.md b/english/nodejs/aspose.barcode/gs1compositebarextendedparameters/gettwodtype/_index.md deleted file mode 100644 index 101c3b373..000000000 --- a/english/nodejs/aspose.barcode/gs1compositebarextendedparameters/gettwodtype/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "GS1CompositeBarExtendedParameters.getTwoDType" -linktitle: "getTwoDType" -articleTitle: "getTwoDType" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the 2D barcode type of GS1 Composite Value: 2D barcode type" -type: docs -weight: 50 -url: /nodejs/aspose.barcode/gs1compositebarextendedparameters/gettwodtype/ ---- - -## getTwoDType() - -Gets the 2D barcode type of GS1 Composite Value: 2D barcode type diff --git a/english/nodejs/aspose.barcode/gs1compositebarextendedparameters/hashcode/_index.md b/english/nodejs/aspose.barcode/gs1compositebarextendedparameters/hashcode/_index.md deleted file mode 100644 index 857a5a5c3..000000000 --- a/english/nodejs/aspose.barcode/gs1compositebarextendedparameters/hashcode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "GS1CompositeBarExtendedParameters.hashCode" -linktitle: "hashCode" -articleTitle: "hashCode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns the hash code for this instance." -type: docs -weight: 60 -url: /nodejs/aspose.barcode/gs1compositebarextendedparameters/hashcode/ ---- - -## hashCode() - -Returns the hash code for this instance. - -**Returns:** A 32-bit signed integer hash code. diff --git a/english/nodejs/aspose.barcode/gs1compositebarextendedparameters/tostring/_index.md b/english/nodejs/aspose.barcode/gs1compositebarextendedparameters/tostring/_index.md deleted file mode 100644 index 1c8d27fa5..000000000 --- a/english/nodejs/aspose.barcode/gs1compositebarextendedparameters/tostring/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "GS1CompositeBarExtendedParameters.toString" -linktitle: "toString" -articleTitle: "toString" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns a human-readable string representation of this `GS1CompositeBarExtendedParameters`." -type: docs -weight: 70 -url: /nodejs/aspose.barcode/gs1compositebarextendedparameters/tostring/ ---- - -## toString() - -Returns a human-readable string representation of this `GS1CompositeBarExtendedParameters`. - -**Returns:** A string that represents this `GS1CompositeBarExtendedParameters`. diff --git a/english/nodejs/aspose.barcode/gs1compositebarparameters/_index.md b/english/nodejs/aspose.barcode/gs1compositebarparameters/_index.md index d68740413..1652e6e0c 100644 --- a/english/nodejs/aspose.barcode/gs1compositebarparameters/_index.md +++ b/english/nodejs/aspose.barcode/gs1compositebarparameters/_index.md @@ -1,8 +1,7 @@ --- -title: "GS1CompositeBarParameters Class" +title: "GS1CompositeBarParameters" linktitle: "GS1CompositeBarParameters" -articleTitle: "GS1CompositeBarParameters" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "GS1 Composite bar parameters." type: docs weight: 430 @@ -21,10 +20,40 @@ new GS1CompositeBarParameters() | Name | Description | | --- | --- | -| [getLinearComponentType()](./getlinearcomponenttype/) | Linear component type | -| [getTwoDComponentType()](./gettwodcomponenttype/) | 2D component type | -| [isAllowOnlyGS1Encoding()](./isallowonlygs1encoding/) | If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component | -| [setAllowOnlyGS1Encoding()](./setallowonlygs1encoding/) | If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component | -| [setLinearComponentType()](./setlinearcomponenttype/) | Linear component type | -| [setTwoDComponentType()](./settwodcomponenttype/) | 2D component type | -| [toString()](./tostring/) | Returns a human-readable string representation of this DataBarParameters. | +| [getLinearComponentType()](#getlinearcomponenttype) | Linear component type | +| [getTwoDComponentType()](#gettwodcomponenttype) | 2D component type | +| [isAllowOnlyGS1Encoding()](#isallowonlygs1encoding) | If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component | +| [setAllowOnlyGS1Encoding()](#setallowonlygs1encoding) | If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component | +| [setLinearComponentType()](#setlinearcomponenttype) | Linear component type | +| [setTwoDComponentType()](#settwodcomponenttype) | 2D component type | +| [toString()](#tostring) | Returns a human-readable string representation of this DataBarParameters. | + +### getLinearComponentType() {#getlinearcomponenttype} + +Linear component type + +### getTwoDComponentType() {#gettwodcomponenttype} + +2D component type + +### isAllowOnlyGS1Encoding() {#isallowonlygs1encoding} + +If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component + +### setAllowOnlyGS1Encoding() {#setallowonlygs1encoding} + +If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component + +### setLinearComponentType() {#setlinearcomponenttype} + +Linear component type + +### setTwoDComponentType() {#settwodcomponenttype} + +2D component type + +### toString() {#tostring} + +Returns a human-readable string representation of this DataBarParameters. + +**Returns:** A string that represents this DataBarParameters diff --git a/english/nodejs/aspose.barcode/gs1compositebarparameters/getlinearcomponenttype/_index.md b/english/nodejs/aspose.barcode/gs1compositebarparameters/getlinearcomponenttype/_index.md deleted file mode 100644 index 440b02744..000000000 --- a/english/nodejs/aspose.barcode/gs1compositebarparameters/getlinearcomponenttype/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "GS1CompositeBarParameters.getLinearComponentType" -linktitle: "getLinearComponentType" -articleTitle: "getLinearComponentType" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Linear component type" -type: docs -weight: 10 -url: /nodejs/aspose.barcode/gs1compositebarparameters/getlinearcomponenttype/ ---- - -## getLinearComponentType() - -Linear component type diff --git a/english/nodejs/aspose.barcode/gs1compositebarparameters/gettwodcomponenttype/_index.md b/english/nodejs/aspose.barcode/gs1compositebarparameters/gettwodcomponenttype/_index.md deleted file mode 100644 index 54c76a2c8..000000000 --- a/english/nodejs/aspose.barcode/gs1compositebarparameters/gettwodcomponenttype/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "GS1CompositeBarParameters.getTwoDComponentType" -linktitle: "getTwoDComponentType" -articleTitle: "getTwoDComponentType" -second_title: "Aspose.BarCode for Node.js via Java" -description: "2D component type" -type: docs -weight: 20 -url: /nodejs/aspose.barcode/gs1compositebarparameters/gettwodcomponenttype/ ---- - -## getTwoDComponentType() - -2D component type diff --git a/english/nodejs/aspose.barcode/gs1compositebarparameters/isallowonlygs1encoding/_index.md b/english/nodejs/aspose.barcode/gs1compositebarparameters/isallowonlygs1encoding/_index.md deleted file mode 100644 index e5ae0a5e7..000000000 --- a/english/nodejs/aspose.barcode/gs1compositebarparameters/isallowonlygs1encoding/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "GS1CompositeBarParameters.isAllowOnlyGS1Encoding" -linktitle: "isAllowOnlyGS1Encoding" -articleTitle: "isAllowOnlyGS1Encoding" -second_title: "Aspose.BarCode for Node.js via Java" -description: "If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component" -type: docs -weight: 30 -url: /nodejs/aspose.barcode/gs1compositebarparameters/isallowonlygs1encoding/ ---- - -## isAllowOnlyGS1Encoding() - -If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component diff --git a/english/nodejs/aspose.barcode/gs1compositebarparameters/setallowonlygs1encoding/_index.md b/english/nodejs/aspose.barcode/gs1compositebarparameters/setallowonlygs1encoding/_index.md deleted file mode 100644 index 65445dfe4..000000000 --- a/english/nodejs/aspose.barcode/gs1compositebarparameters/setallowonlygs1encoding/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "GS1CompositeBarParameters.setAllowOnlyGS1Encoding" -linktitle: "setAllowOnlyGS1Encoding" -articleTitle: "setAllowOnlyGS1Encoding" -second_title: "Aspose.BarCode for Node.js via Java" -description: "If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component" -type: docs -weight: 40 -url: /nodejs/aspose.barcode/gs1compositebarparameters/setallowonlygs1encoding/ ---- - -## setAllowOnlyGS1Encoding() - -If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component diff --git a/english/nodejs/aspose.barcode/gs1compositebarparameters/setlinearcomponenttype/_index.md b/english/nodejs/aspose.barcode/gs1compositebarparameters/setlinearcomponenttype/_index.md deleted file mode 100644 index c89bb329b..000000000 --- a/english/nodejs/aspose.barcode/gs1compositebarparameters/setlinearcomponenttype/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "GS1CompositeBarParameters.setLinearComponentType" -linktitle: "setLinearComponentType" -articleTitle: "setLinearComponentType" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Linear component type" -type: docs -weight: 50 -url: /nodejs/aspose.barcode/gs1compositebarparameters/setlinearcomponenttype/ ---- - -## setLinearComponentType() - -Linear component type diff --git a/english/nodejs/aspose.barcode/gs1compositebarparameters/settwodcomponenttype/_index.md b/english/nodejs/aspose.barcode/gs1compositebarparameters/settwodcomponenttype/_index.md deleted file mode 100644 index 4aa3f51ca..000000000 --- a/english/nodejs/aspose.barcode/gs1compositebarparameters/settwodcomponenttype/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "GS1CompositeBarParameters.setTwoDComponentType" -linktitle: "setTwoDComponentType" -articleTitle: "setTwoDComponentType" -second_title: "Aspose.BarCode for Node.js via Java" -description: "2D component type" -type: docs -weight: 60 -url: /nodejs/aspose.barcode/gs1compositebarparameters/settwodcomponenttype/ ---- - -## setTwoDComponentType() - -2D component type diff --git a/english/nodejs/aspose.barcode/gs1compositebarparameters/tostring/_index.md b/english/nodejs/aspose.barcode/gs1compositebarparameters/tostring/_index.md deleted file mode 100644 index 76b323771..000000000 --- a/english/nodejs/aspose.barcode/gs1compositebarparameters/tostring/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "GS1CompositeBarParameters.toString" -linktitle: "toString" -articleTitle: "toString" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns a human-readable string representation of this DataBarParameters." -type: docs -weight: 70 -url: /nodejs/aspose.barcode/gs1compositebarparameters/tostring/ ---- - -## toString() - -Returns a human-readable string representation of this DataBarParameters. - -**Returns:** A string that represents this DataBarParameters diff --git a/english/nodejs/aspose.barcode/hanxinextcodetextbuilder/_index.md b/english/nodejs/aspose.barcode/hanxinextcodetextbuilder/_index.md index 446981abc..cade414ac 100644 --- a/english/nodejs/aspose.barcode/hanxinextcodetextbuilder/_index.md +++ b/english/nodejs/aspose.barcode/hanxinextcodetextbuilder/_index.md @@ -1,9 +1,8 @@ --- -title: "HanXinExtCodetextBuilder Class" +title: "HanXinExtCodetextBuilder" linktitle: "HanXinExtCodetextBuilder" -articleTitle: "HanXinExtCodetextBuilder" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Extended codetext generator for Han Xin Code for Extended Mode of HanXinEncodeMode //Extended codetext mode //create codetext let codeTextBuilder = new HanXi..." +second_title: "Aspose.BarCode for Node.js via Java API Reference" +description: "Extended codetext generator for Han Xin Code for Extended Mode of HanXinEncodeMode //Extended codetext mode //create codetext let codeTextBuilder = new HanXinEx" type: docs weight: 500 url: /nodejs/aspose.barcode/hanxinextcodetextbuilder/ @@ -21,16 +20,119 @@ new HanXinExtCodetextBuilder() | Name | Description | | --- | --- | -| [addAuto(text)](./addauto/) | Adds codetext fragment in Auto mode | -| [addBinary(text)](./addbinary/) | Adds codetext fragment in Binary mode | -| [addCommonChineseRegionOne(text)](./addcommonchineseregionone/) | Adds codetext fragment in Common Chinese Region One mode | -| [addCommonChineseRegionTwo(text)](./addcommonchineseregiontwo/) | Adds codetext fragment in Common Chinese Region Two mode | -| [addECI(text, encoding)](./addeci/) | Adds codetext fragment in ECI mode | -| [addGB18030FourByte(text)](./addgb18030fourbyte/) | Adds codetext fragment in GB18030 Four Byte mode | -| [addGB18030TwoByte(text)](./addgb18030twobyte/) | Adds codetext fragment in GB18030 Two Byte mode | -| [addGS1(text)](./addgs1/) | Adds codetext fragment in GS1 mode | -| [addNumeric(text)](./addnumeric/) | Adds codetext fragment in Numeric mode | -| [addText(text)](./addtext/) | Adds codetext fragment in Text mode | -| [addUnicode(text)](./addunicode/) | Adds codetext fragment in Unicode mode | -| [addURI(text)](./adduri/) | Adds codetext fragment in URI mode | -| [getExtendedCodetext()](./getextendedcodetext/) | Returns codetext from Extended mode codetext builder | +| [addAuto(text)](#addauto) | Adds codetext fragment in Auto mode | +| [addBinary(text)](#addbinary) | Adds codetext fragment in Binary mode | +| [addCommonChineseRegionOne(text)](#addcommonchineseregionone) | Adds codetext fragment in Common Chinese Region One mode | +| [addCommonChineseRegionTwo(text)](#addcommonchineseregiontwo) | Adds codetext fragment in Common Chinese Region Two mode | +| [addECI(text, encoding)](#addeci) | Adds codetext fragment in ECI mode | +| [addGB18030FourByte(text)](#addgb18030fourbyte) | Adds codetext fragment in GB18030 Four Byte mode | +| [addGB18030TwoByte(text)](#addgb18030twobyte) | Adds codetext fragment in GB18030 Two Byte mode | +| [addGS1(text)](#addgs1) | Adds codetext fragment in GS1 mode | +| [addNumeric(text)](#addnumeric) | Adds codetext fragment in Numeric mode | +| [addText(text)](#addtext) | Adds codetext fragment in Text mode | +| [addUnicode(text)](#addunicode) | Adds codetext fragment in Unicode mode | +| [addURI(text)](#adduri) | Adds codetext fragment in URI mode | +| [getExtendedCodetext()](#getextendedcodetext) | Returns codetext from Extended mode codetext builder | + +### addAuto(text) {#addauto} + +Adds codetext fragment in Auto mode + +| Parameter | Description | +| --- | --- | +| text | Codetext string | + +### addBinary(text) {#addbinary} + +Adds codetext fragment in Binary mode + +| Parameter | Description | +| --- | --- | +| text | Codetext string | + +### addCommonChineseRegionOne(text) {#addcommonchineseregionone} + +Adds codetext fragment in Common Chinese Region One mode + +| Parameter | Description | +| --- | --- | +| text | Codetext string | + +### addCommonChineseRegionTwo(text) {#addcommonchineseregiontwo} + +Adds codetext fragment in Common Chinese Region Two mode + +| Parameter | Description | +| --- | --- | +| text | Codetext string | + +### addECI(text, encoding) {#addeci} + +Adds codetext fragment in ECI mode + +| Parameter | Description | +| --- | --- | +| text | Codetext string | +| encoding | ECI encoding in number format | + +### addGB18030FourByte(text) {#addgb18030fourbyte} + +Adds codetext fragment in GB18030 Four Byte mode + +| Parameter | Description | +| --- | --- | +| text | Codetext string | + +### addGB18030TwoByte(text) {#addgb18030twobyte} + +Adds codetext fragment in GB18030 Two Byte mode + +| Parameter | Description | +| --- | --- | +| text | Codetext string | + +### addGS1(text) {#addgs1} + +Adds codetext fragment in GS1 mode + +| Parameter | Description | +| --- | --- | +| text | Codetext string | + +### addNumeric(text) {#addnumeric} + +Adds codetext fragment in Numeric mode + +| Parameter | Description | +| --- | --- | +| text | Codetext string | + +### addText(text) {#addtext} + +Adds codetext fragment in Text mode + +| Parameter | Description | +| --- | --- | +| text | Codetext string | + +### addUnicode(text) {#addunicode} + +Adds codetext fragment in Unicode mode + +| Parameter | Description | +| --- | --- | +| text | Codetext string | + +### addURI(text) {#adduri} + +Adds codetext fragment in URI mode + +| Parameter | Description | +| --- | --- | +| text | Codetext string | + +### getExtendedCodetext() {#getextendedcodetext} + +Returns codetext from Extended mode codetext builder + +**Returns:** Codetext in Extended mode diff --git a/english/nodejs/aspose.barcode/hanxinextcodetextbuilder/addauto/_index.md b/english/nodejs/aspose.barcode/hanxinextcodetextbuilder/addauto/_index.md deleted file mode 100644 index 416792ea1..000000000 --- a/english/nodejs/aspose.barcode/hanxinextcodetextbuilder/addauto/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinExtCodetextBuilder.addAuto" -linktitle: "addAuto" -articleTitle: "addAuto" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Adds codetext fragment in Auto mode" -type: docs -weight: 10 -url: /nodejs/aspose.barcode/hanxinextcodetextbuilder/addauto/ ---- - -## addAuto(text) - -Adds codetext fragment in Auto mode - -| Parameter | Description | -| --- | --- | -| text | Codetext string | diff --git a/english/nodejs/aspose.barcode/hanxinextcodetextbuilder/addbinary/_index.md b/english/nodejs/aspose.barcode/hanxinextcodetextbuilder/addbinary/_index.md deleted file mode 100644 index 76e072e01..000000000 --- a/english/nodejs/aspose.barcode/hanxinextcodetextbuilder/addbinary/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinExtCodetextBuilder.addBinary" -linktitle: "addBinary" -articleTitle: "addBinary" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Adds codetext fragment in Binary mode" -type: docs -weight: 20 -url: /nodejs/aspose.barcode/hanxinextcodetextbuilder/addbinary/ ---- - -## addBinary(text) - -Adds codetext fragment in Binary mode - -| Parameter | Description | -| --- | --- | -| text | Codetext string | diff --git a/english/nodejs/aspose.barcode/hanxinextcodetextbuilder/addcommonchineseregionone/_index.md b/english/nodejs/aspose.barcode/hanxinextcodetextbuilder/addcommonchineseregionone/_index.md deleted file mode 100644 index ac24327a8..000000000 --- a/english/nodejs/aspose.barcode/hanxinextcodetextbuilder/addcommonchineseregionone/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinExtCodetextBuilder.addCommonChineseRegionOne" -linktitle: "addCommonChineseRegionOne" -articleTitle: "addCommonChineseRegionOne" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Adds codetext fragment in Common Chinese Region One mode" -type: docs -weight: 30 -url: /nodejs/aspose.barcode/hanxinextcodetextbuilder/addcommonchineseregionone/ ---- - -## addCommonChineseRegionOne(text) - -Adds codetext fragment in Common Chinese Region One mode - -| Parameter | Description | -| --- | --- | -| text | Codetext string | diff --git a/english/nodejs/aspose.barcode/hanxinextcodetextbuilder/addcommonchineseregiontwo/_index.md b/english/nodejs/aspose.barcode/hanxinextcodetextbuilder/addcommonchineseregiontwo/_index.md deleted file mode 100644 index 0489dfd97..000000000 --- a/english/nodejs/aspose.barcode/hanxinextcodetextbuilder/addcommonchineseregiontwo/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinExtCodetextBuilder.addCommonChineseRegionTwo" -linktitle: "addCommonChineseRegionTwo" -articleTitle: "addCommonChineseRegionTwo" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Adds codetext fragment in Common Chinese Region Two mode" -type: docs -weight: 40 -url: /nodejs/aspose.barcode/hanxinextcodetextbuilder/addcommonchineseregiontwo/ ---- - -## addCommonChineseRegionTwo(text) - -Adds codetext fragment in Common Chinese Region Two mode - -| Parameter | Description | -| --- | --- | -| text | Codetext string | diff --git a/english/nodejs/aspose.barcode/hanxinextcodetextbuilder/addeci/_index.md b/english/nodejs/aspose.barcode/hanxinextcodetextbuilder/addeci/_index.md deleted file mode 100644 index 7551216dd..000000000 --- a/english/nodejs/aspose.barcode/hanxinextcodetextbuilder/addeci/_index.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "HanXinExtCodetextBuilder.addECI" -linktitle: "addECI" -articleTitle: "addECI" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Adds codetext fragment in ECI mode" -type: docs -weight: 50 -url: /nodejs/aspose.barcode/hanxinextcodetextbuilder/addeci/ ---- - -## addECI(text, encoding) - -Adds codetext fragment in ECI mode - -| Parameter | Description | -| --- | --- | -| text | Codetext string | -| encoding | ECI encoding in number format | diff --git a/english/nodejs/aspose.barcode/hanxinextcodetextbuilder/addgb18030fourbyte/_index.md b/english/nodejs/aspose.barcode/hanxinextcodetextbuilder/addgb18030fourbyte/_index.md deleted file mode 100644 index 91e1e8830..000000000 --- a/english/nodejs/aspose.barcode/hanxinextcodetextbuilder/addgb18030fourbyte/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinExtCodetextBuilder.addGB18030FourByte" -linktitle: "addGB18030FourByte" -articleTitle: "addGB18030FourByte" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Adds codetext fragment in GB18030 Four Byte mode" -type: docs -weight: 60 -url: /nodejs/aspose.barcode/hanxinextcodetextbuilder/addgb18030fourbyte/ ---- - -## addGB18030FourByte(text) - -Adds codetext fragment in GB18030 Four Byte mode - -| Parameter | Description | -| --- | --- | -| text | Codetext string | diff --git a/english/nodejs/aspose.barcode/hanxinextcodetextbuilder/addgb18030twobyte/_index.md b/english/nodejs/aspose.barcode/hanxinextcodetextbuilder/addgb18030twobyte/_index.md deleted file mode 100644 index 34d19bc58..000000000 --- a/english/nodejs/aspose.barcode/hanxinextcodetextbuilder/addgb18030twobyte/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinExtCodetextBuilder.addGB18030TwoByte" -linktitle: "addGB18030TwoByte" -articleTitle: "addGB18030TwoByte" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Adds codetext fragment in GB18030 Two Byte mode" -type: docs -weight: 70 -url: /nodejs/aspose.barcode/hanxinextcodetextbuilder/addgb18030twobyte/ ---- - -## addGB18030TwoByte(text) - -Adds codetext fragment in GB18030 Two Byte mode - -| Parameter | Description | -| --- | --- | -| text | Codetext string | diff --git a/english/nodejs/aspose.barcode/hanxinextcodetextbuilder/addgs1/_index.md b/english/nodejs/aspose.barcode/hanxinextcodetextbuilder/addgs1/_index.md deleted file mode 100644 index 37cfcccaf..000000000 --- a/english/nodejs/aspose.barcode/hanxinextcodetextbuilder/addgs1/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinExtCodetextBuilder.addGS1" -linktitle: "addGS1" -articleTitle: "addGS1" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Adds codetext fragment in GS1 mode" -type: docs -weight: 80 -url: /nodejs/aspose.barcode/hanxinextcodetextbuilder/addgs1/ ---- - -## addGS1(text) - -Adds codetext fragment in GS1 mode - -| Parameter | Description | -| --- | --- | -| text | Codetext string | diff --git a/english/nodejs/aspose.barcode/hanxinextcodetextbuilder/addnumeric/_index.md b/english/nodejs/aspose.barcode/hanxinextcodetextbuilder/addnumeric/_index.md deleted file mode 100644 index 421ddbae7..000000000 --- a/english/nodejs/aspose.barcode/hanxinextcodetextbuilder/addnumeric/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinExtCodetextBuilder.addNumeric" -linktitle: "addNumeric" -articleTitle: "addNumeric" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Adds codetext fragment in Numeric mode" -type: docs -weight: 90 -url: /nodejs/aspose.barcode/hanxinextcodetextbuilder/addnumeric/ ---- - -## addNumeric(text) - -Adds codetext fragment in Numeric mode - -| Parameter | Description | -| --- | --- | -| text | Codetext string | diff --git a/english/nodejs/aspose.barcode/hanxinextcodetextbuilder/addtext/_index.md b/english/nodejs/aspose.barcode/hanxinextcodetextbuilder/addtext/_index.md deleted file mode 100644 index 003d016fa..000000000 --- a/english/nodejs/aspose.barcode/hanxinextcodetextbuilder/addtext/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinExtCodetextBuilder.addText" -linktitle: "addText" -articleTitle: "addText" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Adds codetext fragment in Text mode" -type: docs -weight: 100 -url: /nodejs/aspose.barcode/hanxinextcodetextbuilder/addtext/ ---- - -## addText(text) - -Adds codetext fragment in Text mode - -| Parameter | Description | -| --- | --- | -| text | Codetext string | diff --git a/english/nodejs/aspose.barcode/hanxinextcodetextbuilder/addunicode/_index.md b/english/nodejs/aspose.barcode/hanxinextcodetextbuilder/addunicode/_index.md deleted file mode 100644 index 4324f4cef..000000000 --- a/english/nodejs/aspose.barcode/hanxinextcodetextbuilder/addunicode/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinExtCodetextBuilder.addUnicode" -linktitle: "addUnicode" -articleTitle: "addUnicode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Adds codetext fragment in Unicode mode" -type: docs -weight: 110 -url: /nodejs/aspose.barcode/hanxinextcodetextbuilder/addunicode/ ---- - -## addUnicode(text) - -Adds codetext fragment in Unicode mode - -| Parameter | Description | -| --- | --- | -| text | Codetext string | diff --git a/english/nodejs/aspose.barcode/hanxinextcodetextbuilder/adduri/_index.md b/english/nodejs/aspose.barcode/hanxinextcodetextbuilder/adduri/_index.md deleted file mode 100644 index e56f1cef6..000000000 --- a/english/nodejs/aspose.barcode/hanxinextcodetextbuilder/adduri/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinExtCodetextBuilder.addURI" -linktitle: "addURI" -articleTitle: "addURI" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Adds codetext fragment in URI mode" -type: docs -weight: 120 -url: /nodejs/aspose.barcode/hanxinextcodetextbuilder/adduri/ ---- - -## addURI(text) - -Adds codetext fragment in URI mode - -| Parameter | Description | -| --- | --- | -| text | Codetext string | diff --git a/english/nodejs/aspose.barcode/hanxinextcodetextbuilder/getextendedcodetext/_index.md b/english/nodejs/aspose.barcode/hanxinextcodetextbuilder/getextendedcodetext/_index.md deleted file mode 100644 index a192bdb0f..000000000 --- a/english/nodejs/aspose.barcode/hanxinextcodetextbuilder/getextendedcodetext/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "HanXinExtCodetextBuilder.getExtendedCodetext" -linktitle: "getExtendedCodetext" -articleTitle: "getExtendedCodetext" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns codetext from Extended mode codetext builder" -type: docs -weight: 130 -url: /nodejs/aspose.barcode/hanxinextcodetextbuilder/getextendedcodetext/ ---- - -## getExtendedCodetext() - -Returns codetext from Extended mode codetext builder - -**Returns:** Codetext in Extended mode diff --git a/english/nodejs/aspose.barcode/hanxinparameters/_index.md b/english/nodejs/aspose.barcode/hanxinparameters/_index.md index caa71ad5b..1c03411d8 100644 --- a/english/nodejs/aspose.barcode/hanxinparameters/_index.md +++ b/english/nodejs/aspose.barcode/hanxinparameters/_index.md @@ -1,8 +1,7 @@ --- -title: "HanXinParameters Class" +title: "HanXinParameters" linktitle: "HanXinParameters" -articleTitle: "HanXinParameters" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Han Xin parameters." type: docs weight: 510 @@ -21,20 +20,106 @@ new HanXinParameters() | Name | Description | | --- | --- | -| [getECIEncoding()](./geteciencoding/) | Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for | -| [getEncodeMode()](./getencodemode/) | HanXin encoding mode. Default value: EncodeMode.Mixed. | -| [getErrorLevel()](./geterrorlevel/) | Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see ErrorLevel. | -| [getHanXinECIEncoding()](./gethanxineciencoding/) ~~(deprecated)~~ | Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for | -| [getHanXinEncodeMode()](./gethanxinencodemode/) ~~(deprecated)~~ | HanXin encoding mode. Default value: HanXinEncodeMode.Mixed. | -| [getHanXinErrorLevel()](./gethanxinerrorlevel/) ~~(deprecated)~~ | Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see HanXinErrorLevel. | -| [getHanXinVersion()](./gethanxinversion/) ~~(deprecated)~~ | Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is HanXinVersion.Auto. | -| [getVersion()](./getversion/) | Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is Version.Auto. | -| [setECIEncoding()](./seteciencoding/) | Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for | -| [setEncodeMode()](./setencodemode/) | HanXin encoding mode. Default value: EncodeMode.Mixed. | -| [setErrorLevel()](./seterrorlevel/) | Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see ErrorLevel. | -| [setHanXinECIEncoding()](./sethanxineciencoding/) ~~(deprecated)~~ | Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for | -| [setHanXinEncodeMode()](./sethanxinencodemode/) ~~(deprecated)~~ | HanXin encoding mode. Default value: HanXinEncodeMode.Mixed. | -| [setHanXinErrorLevel()](./sethanxinerrorlevel/) ~~(deprecated)~~ | Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see HanXinErrorLevel. | -| [setHanXinVersion()](./sethanxinversion/) ~~(deprecated)~~ | Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is HanXinVersion.Auto. | -| [setVersion()](./setversion/) | Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is Version.Auto. | -| [toString()](./tostring/) | Returns a human-readable string representation of this `HanXinParameters`. | +| [getECIEncoding()](#geteciencoding) | Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for | +| [getEncodeMode()](#getencodemode) | HanXin encoding mode. Default value: EncodeMode.Mixed. | +| [getErrorLevel()](#geterrorlevel) | Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see ErrorLevel. | +| [getHanXinECIEncoding()](#gethanxineciencoding) ~~(deprecated)~~ | Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for | +| [getHanXinEncodeMode()](#gethanxinencodemode) ~~(deprecated)~~ | HanXin encoding mode. Default value: HanXinEncodeMode.Mixed. | +| [getHanXinErrorLevel()](#gethanxinerrorlevel) ~~(deprecated)~~ | Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see HanXinErrorLevel. | +| [getHanXinVersion()](#gethanxinversion) ~~(deprecated)~~ | Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is HanXinVersion.Auto. | +| [getVersion()](#getversion) | Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is Version.Auto. | +| [setECIEncoding()](#seteciencoding) | Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for | +| [setEncodeMode()](#setencodemode) | HanXin encoding mode. Default value: EncodeMode.Mixed. | +| [setErrorLevel()](#seterrorlevel) | Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see ErrorLevel. | +| [setHanXinECIEncoding()](#sethanxineciencoding) ~~(deprecated)~~ | Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for | +| [setHanXinEncodeMode()](#sethanxinencodemode) ~~(deprecated)~~ | HanXin encoding mode. Default value: HanXinEncodeMode.Mixed. | +| [setHanXinErrorLevel()](#sethanxinerrorlevel) ~~(deprecated)~~ | Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see HanXinErrorLevel. | +| [setHanXinVersion()](#sethanxinversion) ~~(deprecated)~~ | Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is HanXinVersion.Auto. | +| [setVersion()](#setversion) | Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is Version.Auto. | +| [toString()](#tostring) | Returns a human-readable string representation of this `HanXinParameters`. | + +### getECIEncoding() {#geteciencoding} + +Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation contains all well known charset encodings. + +### getEncodeMode() {#getencodemode} + +HanXin encoding mode. Default value: EncodeMode.Mixed. + +### getErrorLevel() {#geterrorlevel} + +Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see ErrorLevel. + +### getHanXinECIEncoding() {#gethanxineciencoding} + +> **Deprecated.** See method description for replacement. + +Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings. + +### getHanXinEncodeMode() {#gethanxinencodemode} + +> **Deprecated.** See method description for replacement. + +HanXin encoding mode. Default value: HanXinEncodeMode.Mixed. + +### getHanXinErrorLevel() {#gethanxinerrorlevel} + +> **Deprecated.** See method description for replacement. + +Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see HanXinErrorLevel. + +### getHanXinVersion() {#gethanxinversion} + +> **Deprecated.** See method description for replacement. + +Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is HanXinVersion.Auto. + +### getVersion() {#getversion} + +Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is Version.Auto. + +### setECIEncoding() {#seteciencoding} + +Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation contains all well known charset encodings. + +### setEncodeMode() {#setencodemode} + +HanXin encoding mode. Default value: EncodeMode.Mixed. + +### setErrorLevel() {#seterrorlevel} + +Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see ErrorLevel. + +### setHanXinECIEncoding() {#sethanxineciencoding} + +> **Deprecated.** See method description for replacement. + +Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings. + +### setHanXinEncodeMode() {#sethanxinencodemode} + +> **Deprecated.** See method description for replacement. + +HanXin encoding mode. Default value: HanXinEncodeMode.Mixed. + +### setHanXinErrorLevel() {#sethanxinerrorlevel} + +> **Deprecated.** See method description for replacement. + +Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see HanXinErrorLevel. + +### setHanXinVersion() {#sethanxinversion} + +> **Deprecated.** See method description for replacement. + +Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is HanXinVersion.Auto. + +### setVersion() {#setversion} + +Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is Version.Auto. + +### toString() {#tostring} + +Returns a human-readable string representation of this `HanXinParameters`. + +**Returns:** A string that represents this `HanXinParameters`. diff --git a/english/nodejs/aspose.barcode/hanxinparameters/geteciencoding/_index.md b/english/nodejs/aspose.barcode/hanxinparameters/geteciencoding/_index.md deleted file mode 100644 index 4a81ab7d2..000000000 --- a/english/nodejs/aspose.barcode/hanxinparameters/geteciencoding/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "HanXinParameters.getECIEncoding" -linktitle: "getECIEncoding" -articleTitle: "getECIEncoding" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Cur..." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/hanxinparameters/geteciencoding/ ---- - -## getECIEncoding() - -Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation contains all well known charset encodings. diff --git a/english/nodejs/aspose.barcode/hanxinparameters/getencodemode/_index.md b/english/nodejs/aspose.barcode/hanxinparameters/getencodemode/_index.md deleted file mode 100644 index b4e980c32..000000000 --- a/english/nodejs/aspose.barcode/hanxinparameters/getencodemode/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "HanXinParameters.getEncodeMode" -linktitle: "getEncodeMode" -articleTitle: "getEncodeMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "HanXin encoding mode. Default value: EncodeMode.Mixed." -type: docs -weight: 20 -url: /nodejs/aspose.barcode/hanxinparameters/getencodemode/ ---- - -## getEncodeMode() - -HanXin encoding mode. Default value: EncodeMode.Mixed. diff --git a/english/nodejs/aspose.barcode/hanxinparameters/geterrorlevel/_index.md b/english/nodejs/aspose.barcode/hanxinparameters/geterrorlevel/_index.md deleted file mode 100644 index ca83de06e..000000000 --- a/english/nodejs/aspose.barcode/hanxinparameters/geterrorlevel/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "HanXinParameters.getErrorLevel" -linktitle: "getErrorLevel" -articleTitle: "getErrorLevel" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see ErrorLevel." -type: docs -weight: 30 -url: /nodejs/aspose.barcode/hanxinparameters/geterrorlevel/ ---- - -## getErrorLevel() - -Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see ErrorLevel. diff --git a/english/nodejs/aspose.barcode/hanxinparameters/gethanxineciencoding/_index.md b/english/nodejs/aspose.barcode/hanxinparameters/gethanxineciencoding/_index.md deleted file mode 100644 index 1f2dd63c6..000000000 --- a/english/nodejs/aspose.barcode/hanxinparameters/gethanxineciencoding/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "HanXinParameters.getHanXinECIEncoding" -linktitle: "getHanXinECIEncoding" -articleTitle: "getHanXinECIEncoding" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Cur..." -type: docs -weight: 40 -url: /nodejs/aspose.barcode/hanxinparameters/gethanxineciencoding/ ---- - -## getHanXinECIEncoding() - -> **Deprecated.** See method description for replacement. - -Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings. diff --git a/english/nodejs/aspose.barcode/hanxinparameters/gethanxinencodemode/_index.md b/english/nodejs/aspose.barcode/hanxinparameters/gethanxinencodemode/_index.md deleted file mode 100644 index c1178a996..000000000 --- a/english/nodejs/aspose.barcode/hanxinparameters/gethanxinencodemode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "HanXinParameters.getHanXinEncodeMode" -linktitle: "getHanXinEncodeMode" -articleTitle: "getHanXinEncodeMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "HanXin encoding mode. Default value: HanXinEncodeMode.Mixed." -type: docs -weight: 50 -url: /nodejs/aspose.barcode/hanxinparameters/gethanxinencodemode/ ---- - -## getHanXinEncodeMode() - -> **Deprecated.** See method description for replacement. - -HanXin encoding mode. Default value: HanXinEncodeMode.Mixed. diff --git a/english/nodejs/aspose.barcode/hanxinparameters/gethanxinerrorlevel/_index.md b/english/nodejs/aspose.barcode/hanxinparameters/gethanxinerrorlevel/_index.md deleted file mode 100644 index 96bf40b2b..000000000 --- a/english/nodejs/aspose.barcode/hanxinparameters/gethanxinerrorlevel/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "HanXinParameters.getHanXinErrorLevel" -linktitle: "getHanXinErrorLevel" -articleTitle: "getHanXinErrorLevel" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see HanXinErrorLevel." -type: docs -weight: 60 -url: /nodejs/aspose.barcode/hanxinparameters/gethanxinerrorlevel/ ---- - -## getHanXinErrorLevel() - -> **Deprecated.** See method description for replacement. - -Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see HanXinErrorLevel. diff --git a/english/nodejs/aspose.barcode/hanxinparameters/gethanxinversion/_index.md b/english/nodejs/aspose.barcode/hanxinparameters/gethanxinversion/_index.md deleted file mode 100644 index 6b1db47f2..000000000 --- a/english/nodejs/aspose.barcode/hanxinparameters/gethanxinversion/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "HanXinParameters.getHanXinVersion" -linktitle: "getHanXinVersion" -articleTitle: "getHanXinVersion" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is HanXinVersion.Auto." -type: docs -weight: 70 -url: /nodejs/aspose.barcode/hanxinparameters/gethanxinversion/ ---- - -## getHanXinVersion() - -> **Deprecated.** See method description for replacement. - -Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is HanXinVersion.Auto. diff --git a/english/nodejs/aspose.barcode/hanxinparameters/getversion/_index.md b/english/nodejs/aspose.barcode/hanxinparameters/getversion/_index.md deleted file mode 100644 index 63369f1b8..000000000 --- a/english/nodejs/aspose.barcode/hanxinparameters/getversion/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "HanXinParameters.getVersion" -linktitle: "getVersion" -articleTitle: "getVersion" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is Version.Auto." -type: docs -weight: 80 -url: /nodejs/aspose.barcode/hanxinparameters/getversion/ ---- - -## getVersion() - -Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is Version.Auto. diff --git a/english/nodejs/aspose.barcode/hanxinparameters/seteciencoding/_index.md b/english/nodejs/aspose.barcode/hanxinparameters/seteciencoding/_index.md deleted file mode 100644 index 4bba1be5a..000000000 --- a/english/nodejs/aspose.barcode/hanxinparameters/seteciencoding/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "HanXinParameters.setECIEncoding" -linktitle: "setECIEncoding" -articleTitle: "setECIEncoding" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Cur..." -type: docs -weight: 90 -url: /nodejs/aspose.barcode/hanxinparameters/seteciencoding/ ---- - -## setECIEncoding() - -Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation contains all well known charset encodings. diff --git a/english/nodejs/aspose.barcode/hanxinparameters/setencodemode/_index.md b/english/nodejs/aspose.barcode/hanxinparameters/setencodemode/_index.md deleted file mode 100644 index e93b422b4..000000000 --- a/english/nodejs/aspose.barcode/hanxinparameters/setencodemode/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "HanXinParameters.setEncodeMode" -linktitle: "setEncodeMode" -articleTitle: "setEncodeMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "HanXin encoding mode. Default value: EncodeMode.Mixed." -type: docs -weight: 100 -url: /nodejs/aspose.barcode/hanxinparameters/setencodemode/ ---- - -## setEncodeMode() - -HanXin encoding mode. Default value: EncodeMode.Mixed. diff --git a/english/nodejs/aspose.barcode/hanxinparameters/seterrorlevel/_index.md b/english/nodejs/aspose.barcode/hanxinparameters/seterrorlevel/_index.md deleted file mode 100644 index 7fc144535..000000000 --- a/english/nodejs/aspose.barcode/hanxinparameters/seterrorlevel/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "HanXinParameters.setErrorLevel" -linktitle: "setErrorLevel" -articleTitle: "setErrorLevel" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see ErrorLevel." -type: docs -weight: 110 -url: /nodejs/aspose.barcode/hanxinparameters/seterrorlevel/ ---- - -## setErrorLevel() - -Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see ErrorLevel. diff --git a/english/nodejs/aspose.barcode/hanxinparameters/sethanxineciencoding/_index.md b/english/nodejs/aspose.barcode/hanxinparameters/sethanxineciencoding/_index.md deleted file mode 100644 index 3105aeb62..000000000 --- a/english/nodejs/aspose.barcode/hanxinparameters/sethanxineciencoding/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "HanXinParameters.setHanXinECIEncoding" -linktitle: "setHanXinECIEncoding" -articleTitle: "setHanXinECIEncoding" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Cur..." -type: docs -weight: 120 -url: /nodejs/aspose.barcode/hanxinparameters/sethanxineciencoding/ ---- - -## setHanXinECIEncoding() - -> **Deprecated.** See method description for replacement. - -Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings. diff --git a/english/nodejs/aspose.barcode/hanxinparameters/sethanxinencodemode/_index.md b/english/nodejs/aspose.barcode/hanxinparameters/sethanxinencodemode/_index.md deleted file mode 100644 index 32f5fbd53..000000000 --- a/english/nodejs/aspose.barcode/hanxinparameters/sethanxinencodemode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "HanXinParameters.setHanXinEncodeMode" -linktitle: "setHanXinEncodeMode" -articleTitle: "setHanXinEncodeMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "HanXin encoding mode. Default value: HanXinEncodeMode.Mixed." -type: docs -weight: 130 -url: /nodejs/aspose.barcode/hanxinparameters/sethanxinencodemode/ ---- - -## setHanXinEncodeMode() - -> **Deprecated.** See method description for replacement. - -HanXin encoding mode. Default value: HanXinEncodeMode.Mixed. diff --git a/english/nodejs/aspose.barcode/hanxinparameters/sethanxinerrorlevel/_index.md b/english/nodejs/aspose.barcode/hanxinparameters/sethanxinerrorlevel/_index.md deleted file mode 100644 index d8e372452..000000000 --- a/english/nodejs/aspose.barcode/hanxinparameters/sethanxinerrorlevel/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "HanXinParameters.setHanXinErrorLevel" -linktitle: "setHanXinErrorLevel" -articleTitle: "setHanXinErrorLevel" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see HanXinErrorLevel." -type: docs -weight: 140 -url: /nodejs/aspose.barcode/hanxinparameters/sethanxinerrorlevel/ ---- - -## setHanXinErrorLevel() - -> **Deprecated.** See method description for replacement. - -Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see HanXinErrorLevel. diff --git a/english/nodejs/aspose.barcode/hanxinparameters/sethanxinversion/_index.md b/english/nodejs/aspose.barcode/hanxinparameters/sethanxinversion/_index.md deleted file mode 100644 index 52446d181..000000000 --- a/english/nodejs/aspose.barcode/hanxinparameters/sethanxinversion/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "HanXinParameters.setHanXinVersion" -linktitle: "setHanXinVersion" -articleTitle: "setHanXinVersion" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is HanXinVersion.Auto." -type: docs -weight: 150 -url: /nodejs/aspose.barcode/hanxinparameters/sethanxinversion/ ---- - -## setHanXinVersion() - -> **Deprecated.** See method description for replacement. - -Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is HanXinVersion.Auto. diff --git a/english/nodejs/aspose.barcode/hanxinparameters/setversion/_index.md b/english/nodejs/aspose.barcode/hanxinparameters/setversion/_index.md deleted file mode 100644 index 019085581..000000000 --- a/english/nodejs/aspose.barcode/hanxinparameters/setversion/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "HanXinParameters.setVersion" -linktitle: "setVersion" -articleTitle: "setVersion" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is Version.Auto." -type: docs -weight: 160 -url: /nodejs/aspose.barcode/hanxinparameters/setversion/ ---- - -## setVersion() - -Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is Version.Auto. diff --git a/english/nodejs/aspose.barcode/hanxinparameters/tostring/_index.md b/english/nodejs/aspose.barcode/hanxinparameters/tostring/_index.md deleted file mode 100644 index 7bfbacfdf..000000000 --- a/english/nodejs/aspose.barcode/hanxinparameters/tostring/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "HanXinParameters.toString" -linktitle: "toString" -articleTitle: "toString" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns a human-readable string representation of this `HanXinParameters`." -type: docs -weight: 170 -url: /nodejs/aspose.barcode/hanxinparameters/tostring/ ---- - -## toString() - -Returns a human-readable string representation of this `HanXinParameters`. - -**Returns:** A string that represents this `HanXinParameters`. diff --git a/english/nodejs/aspose.barcode/hibcliccombinedcodetext/_index.md b/english/nodejs/aspose.barcode/hibcliccombinedcodetext/_index.md index d59ed69ee..5b47b0984 100644 --- a/english/nodejs/aspose.barcode/hibcliccombinedcodetext/_index.md +++ b/english/nodejs/aspose.barcode/hibcliccombinedcodetext/_index.md @@ -1,9 +1,8 @@ --- -title: "HIBCLICCombinedCodetext Class" +title: "HIBCLICCombinedCodetext" linktitle: "HIBCLICCombinedCodetext" -articleTitle: "HIBCLICCombinedCodetext" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Class for encoding and decoding the text embedded in the HIBC LIC code which stores primary and secodary data. This sample shows how to encode and decode HIB..." +second_title: "Aspose.BarCode for Node.js via Java API Reference" +description: "Class for encoding and decoding the text embedded in the HIBC LIC code which stores primary and secodary data." type: docs weight: 440 url: /nodejs/aspose.barcode/hibcliccombinedcodetext/ @@ -53,11 +52,57 @@ print("Date of manufacture: " + result.getSecondaryAndAdditionalData().getDateOf | Name | Description | | --- | --- | -| [equals(obj)](./equals/) | Returns a value indicating whether this instance is equal to a specified `HIBCLICCombinedCodetext` value. | -| [getConstructedCodetext()](./getconstructedcodetext/) | Constructs codetext | -| [getPrimaryData()](./getprimarydata/) | Identifies primary data. | -| [getSecondaryAndAdditionalData()](./getsecondaryandadditionaldata/) | Identifies secondary and additional supplemental data. | -| [hashCode()](./hashcode/) | Returns the hash code for this instance. | -| [initFromString(constructedCodetext)](./initfromstring/) | Initializes instance from constructed codetext. | -| [setPrimaryData()](./setprimarydata/) | Identifies primary data. | -| [setSecondaryAndAdditionalData()](./setsecondaryandadditionaldata/) | Identifies secondary and additional supplemental data. | +| [equals(obj)](#equals) | Returns a value indicating whether this instance is equal to a specified `HIBCLICCombinedCodetext` value. | +| [getConstructedCodetext()](#getconstructedcodetext) | Constructs codetext | +| [getPrimaryData()](#getprimarydata) | Identifies primary data. | +| [getSecondaryAndAdditionalData()](#getsecondaryandadditionaldata) | Identifies secondary and additional supplemental data. | +| [hashCode()](#hashcode) | Returns the hash code for this instance. | +| [initFromString(constructedCodetext)](#initfromstring) | Initializes instance from constructed codetext. | +| [setPrimaryData()](#setprimarydata) | Identifies primary data. | +| [setSecondaryAndAdditionalData()](#setsecondaryandadditionaldata) | Identifies secondary and additional supplemental data. | + +### equals(obj) {#equals} + +Returns a value indicating whether this instance is equal to a specified `HIBCLICCombinedCodetext` value. + +| Parameter | Description | +| --- | --- | +| obj | An `HIBCLICCombinedCodetext` value to compare to this instance. | + +**Returns:** `true ` if obj has the same value as this instance; otherwise, `false `. + +### getConstructedCodetext() {#getconstructedcodetext} + +Constructs codetext + +**Returns:** Constructed codetext + +### getPrimaryData() {#getprimarydata} + +Identifies primary data. + +### getSecondaryAndAdditionalData() {#getsecondaryandadditionaldata} + +Identifies secondary and additional supplemental data. + +### hashCode() {#hashcode} + +Returns the hash code for this instance. + +**Returns:** A 32-bit signed integer hash code. + +### initFromString(constructedCodetext) {#initfromstring} + +Initializes instance from constructed codetext. + +| Parameter | Description | +| --- | --- | +| constructedCodetext | Constructed codetext. | + +### setPrimaryData() {#setprimarydata} + +Identifies primary data. + +### setSecondaryAndAdditionalData() {#setsecondaryandadditionaldata} + +Identifies secondary and additional supplemental data. diff --git a/english/nodejs/aspose.barcode/hibcliccombinedcodetext/equals/_index.md b/english/nodejs/aspose.barcode/hibcliccombinedcodetext/equals/_index.md deleted file mode 100644 index 99eb6c429..000000000 --- a/english/nodejs/aspose.barcode/hibcliccombinedcodetext/equals/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "HIBCLICCombinedCodetext.equals" -linktitle: "equals" -articleTitle: "equals" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns a value indicating whether this instance is equal to a specified `HIBCLICCombinedCodetext` value." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/hibcliccombinedcodetext/equals/ ---- - -## equals(obj) - -Returns a value indicating whether this instance is equal to a specified `HIBCLICCombinedCodetext` value. - -| Parameter | Description | -| --- | --- | -| obj | An `HIBCLICCombinedCodetext` value to compare to this instance. | - -**Returns:** `true ` if obj has the same value as this instance; otherwise, `false `. diff --git a/english/nodejs/aspose.barcode/hibcliccombinedcodetext/getconstructedcodetext/_index.md b/english/nodejs/aspose.barcode/hibcliccombinedcodetext/getconstructedcodetext/_index.md deleted file mode 100644 index d5f83b841..000000000 --- a/english/nodejs/aspose.barcode/hibcliccombinedcodetext/getconstructedcodetext/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "HIBCLICCombinedCodetext.getConstructedCodetext" -linktitle: "getConstructedCodetext" -articleTitle: "getConstructedCodetext" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Constructs codetext" -type: docs -weight: 20 -url: /nodejs/aspose.barcode/hibcliccombinedcodetext/getconstructedcodetext/ ---- - -## getConstructedCodetext() - -Constructs codetext - -**Returns:** Constructed codetext diff --git a/english/nodejs/aspose.barcode/hibcliccombinedcodetext/getprimarydata/_index.md b/english/nodejs/aspose.barcode/hibcliccombinedcodetext/getprimarydata/_index.md deleted file mode 100644 index b25ac00dd..000000000 --- a/english/nodejs/aspose.barcode/hibcliccombinedcodetext/getprimarydata/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "HIBCLICCombinedCodetext.getPrimaryData" -linktitle: "getPrimaryData" -articleTitle: "getPrimaryData" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies primary data." -type: docs -weight: 30 -url: /nodejs/aspose.barcode/hibcliccombinedcodetext/getprimarydata/ ---- - -## getPrimaryData() - -Identifies primary data. diff --git a/english/nodejs/aspose.barcode/hibcliccombinedcodetext/getsecondaryandadditionaldata/_index.md b/english/nodejs/aspose.barcode/hibcliccombinedcodetext/getsecondaryandadditionaldata/_index.md deleted file mode 100644 index d2072020a..000000000 --- a/english/nodejs/aspose.barcode/hibcliccombinedcodetext/getsecondaryandadditionaldata/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "HIBCLICCombinedCodetext.getSecondaryAndAdditionalData" -linktitle: "getSecondaryAndAdditionalData" -articleTitle: "getSecondaryAndAdditionalData" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies secondary and additional supplemental data." -type: docs -weight: 40 -url: /nodejs/aspose.barcode/hibcliccombinedcodetext/getsecondaryandadditionaldata/ ---- - -## getSecondaryAndAdditionalData() - -Identifies secondary and additional supplemental data. diff --git a/english/nodejs/aspose.barcode/hibcliccombinedcodetext/hashcode/_index.md b/english/nodejs/aspose.barcode/hibcliccombinedcodetext/hashcode/_index.md deleted file mode 100644 index 52e2e88b4..000000000 --- a/english/nodejs/aspose.barcode/hibcliccombinedcodetext/hashcode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "HIBCLICCombinedCodetext.hashCode" -linktitle: "hashCode" -articleTitle: "hashCode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns the hash code for this instance." -type: docs -weight: 50 -url: /nodejs/aspose.barcode/hibcliccombinedcodetext/hashcode/ ---- - -## hashCode() - -Returns the hash code for this instance. - -**Returns:** A 32-bit signed integer hash code. diff --git a/english/nodejs/aspose.barcode/hibcliccombinedcodetext/initfromstring/_index.md b/english/nodejs/aspose.barcode/hibcliccombinedcodetext/initfromstring/_index.md deleted file mode 100644 index f6c187a17..000000000 --- a/english/nodejs/aspose.barcode/hibcliccombinedcodetext/initfromstring/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HIBCLICCombinedCodetext.initFromString" -linktitle: "initFromString" -articleTitle: "initFromString" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Initializes instance from constructed codetext." -type: docs -weight: 60 -url: /nodejs/aspose.barcode/hibcliccombinedcodetext/initfromstring/ ---- - -## initFromString(constructedCodetext) - -Initializes instance from constructed codetext. - -| Parameter | Description | -| --- | --- | -| constructedCodetext | Constructed codetext. | diff --git a/english/nodejs/aspose.barcode/hibcliccombinedcodetext/setprimarydata/_index.md b/english/nodejs/aspose.barcode/hibcliccombinedcodetext/setprimarydata/_index.md deleted file mode 100644 index 4a2917a63..000000000 --- a/english/nodejs/aspose.barcode/hibcliccombinedcodetext/setprimarydata/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "HIBCLICCombinedCodetext.setPrimaryData" -linktitle: "setPrimaryData" -articleTitle: "setPrimaryData" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies primary data." -type: docs -weight: 70 -url: /nodejs/aspose.barcode/hibcliccombinedcodetext/setprimarydata/ ---- - -## setPrimaryData() - -Identifies primary data. diff --git a/english/nodejs/aspose.barcode/hibcliccombinedcodetext/setsecondaryandadditionaldata/_index.md b/english/nodejs/aspose.barcode/hibcliccombinedcodetext/setsecondaryandadditionaldata/_index.md deleted file mode 100644 index 287f44b43..000000000 --- a/english/nodejs/aspose.barcode/hibcliccombinedcodetext/setsecondaryandadditionaldata/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "HIBCLICCombinedCodetext.setSecondaryAndAdditionalData" -linktitle: "setSecondaryAndAdditionalData" -articleTitle: "setSecondaryAndAdditionalData" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies secondary and additional supplemental data." -type: docs -weight: 80 -url: /nodejs/aspose.barcode/hibcliccombinedcodetext/setsecondaryandadditionaldata/ ---- - -## setSecondaryAndAdditionalData() - -Identifies secondary and additional supplemental data. diff --git a/english/nodejs/aspose.barcode/hibcliccomplexcodetext/_index.md b/english/nodejs/aspose.barcode/hibcliccomplexcodetext/_index.md index 6c62d02ee..804922dd9 100644 --- a/english/nodejs/aspose.barcode/hibcliccomplexcodetext/_index.md +++ b/english/nodejs/aspose.barcode/hibcliccomplexcodetext/_index.md @@ -1,9 +1,8 @@ --- -title: "HIBCLICComplexCodetext Class" +title: "HIBCLICComplexCodetext" linktitle: "HIBCLICComplexCodetext" -articleTitle: "HIBCLICComplexCodetext" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Base class for encoding and decoding the text embedded in the HIBC LIC code. This sample shows how to decode raw HIBC LIC codetext to HIBCLICComplexCodetext ..." +second_title: "Aspose.BarCode for Node.js via Java API Reference" +description: "Base class for encoding and decoding the text embedded in the HIBC LIC code." type: docs weight: 450 url: /nodejs/aspose.barcode/hibcliccomplexcodetext/ @@ -35,7 +34,33 @@ for(let i = 0; i < results.length; i++) | Name | Description | | --- | --- | -| [getBarcodeType()](./getbarcodetype/) | Gets or sets barcode type. HIBC LIC codetext can be encoded using HIBCCode39LIC, HIBCCode128LIC, HIBCAztecLIC, HIBCDataM | -| [getConstructedCodetext()](./getconstructedcodetext/) | Constructs codetext | -| [initFromString(constructedCodetext)](./initfromstring/) | Initializes instance from constructed codetext. | -| [setBarcodeType()](./setbarcodetype/) | Gets or sets barcode type. HIBC LIC codetext can be encoded using HIBCCode39LIC, HIBCCode128LIC, HIBCAztecLIC, HIBCDataM | +| [getBarcodeType()](#getbarcodetype) | Gets or sets barcode type. HIBC LIC codetext can be encoded using HIBCCode39LIC, HIBCCode128LIC, HIBCAztecLIC, HIBCDataM | +| [getConstructedCodetext()](#getconstructedcodetext) | Constructs codetext | +| [initFromString(constructedCodetext)](#initfromstring) | Initializes instance from constructed codetext. | +| [setBarcodeType()](#setbarcodetype) | Gets or sets barcode type. HIBC LIC codetext can be encoded using HIBCCode39LIC, HIBCCode128LIC, HIBCAztecLIC, HIBCDataM | + +### getBarcodeType() {#getbarcodetype} + +Gets or sets barcode type. HIBC LIC codetext can be encoded using HIBCCode39LIC, HIBCCode128LIC, HIBCAztecLIC, HIBCDataMatrixLIC and HIBCQRLIC encode types. Default value: HIBCCode39LIC. + +**Returns:** Barcode type. + +### getConstructedCodetext() {#getconstructedcodetext} + +Constructs codetext + +**Returns:** Constructed codetext + +### initFromString(constructedCodetext) {#initfromstring} + +Initializes instance from constructed codetext. + +| Parameter | Description | +| --- | --- | +| constructedCodetext | Constructed codetext. | + +### setBarcodeType() {#setbarcodetype} + +Gets or sets barcode type. HIBC LIC codetext can be encoded using HIBCCode39LIC, HIBCCode128LIC, HIBCAztecLIC, HIBCDataMatrixLIC and HIBCQRLIC encode types. Default value: HIBCCode39LIC. + +**Returns:** Barcode type. diff --git a/english/nodejs/aspose.barcode/hibcliccomplexcodetext/getbarcodetype/_index.md b/english/nodejs/aspose.barcode/hibcliccomplexcodetext/getbarcodetype/_index.md deleted file mode 100644 index 20d913924..000000000 --- a/english/nodejs/aspose.barcode/hibcliccomplexcodetext/getbarcodetype/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "HIBCLICComplexCodetext.getBarcodeType" -linktitle: "getBarcodeType" -articleTitle: "getBarcodeType" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets or sets barcode type. HIBC LIC codetext can be encoded using HIBCCode39LIC, HIBCCode128LIC, HIBCAztecLIC, HIBCDataMatrixLIC and HIBCQRLIC encode types. ..." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/hibcliccomplexcodetext/getbarcodetype/ ---- - -## getBarcodeType() - -Gets or sets barcode type. HIBC LIC codetext can be encoded using HIBCCode39LIC, HIBCCode128LIC, HIBCAztecLIC, HIBCDataMatrixLIC and HIBCQRLIC encode types. Default value: HIBCCode39LIC. - -**Returns:** Barcode type. diff --git a/english/nodejs/aspose.barcode/hibcliccomplexcodetext/getconstructedcodetext/_index.md b/english/nodejs/aspose.barcode/hibcliccomplexcodetext/getconstructedcodetext/_index.md deleted file mode 100644 index 7e8222bdc..000000000 --- a/english/nodejs/aspose.barcode/hibcliccomplexcodetext/getconstructedcodetext/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "HIBCLICComplexCodetext.getConstructedCodetext" -linktitle: "getConstructedCodetext" -articleTitle: "getConstructedCodetext" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Constructs codetext" -type: docs -weight: 20 -url: /nodejs/aspose.barcode/hibcliccomplexcodetext/getconstructedcodetext/ ---- - -## getConstructedCodetext() - -Constructs codetext - -**Returns:** Constructed codetext diff --git a/english/nodejs/aspose.barcode/hibcliccomplexcodetext/initfromstring/_index.md b/english/nodejs/aspose.barcode/hibcliccomplexcodetext/initfromstring/_index.md deleted file mode 100644 index a4a9a1984..000000000 --- a/english/nodejs/aspose.barcode/hibcliccomplexcodetext/initfromstring/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HIBCLICComplexCodetext.initFromString" -linktitle: "initFromString" -articleTitle: "initFromString" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Initializes instance from constructed codetext." -type: docs -weight: 30 -url: /nodejs/aspose.barcode/hibcliccomplexcodetext/initfromstring/ ---- - -## initFromString(constructedCodetext) - -Initializes instance from constructed codetext. - -| Parameter | Description | -| --- | --- | -| constructedCodetext | Constructed codetext. | diff --git a/english/nodejs/aspose.barcode/hibcliccomplexcodetext/setbarcodetype/_index.md b/english/nodejs/aspose.barcode/hibcliccomplexcodetext/setbarcodetype/_index.md deleted file mode 100644 index dbdf79fdf..000000000 --- a/english/nodejs/aspose.barcode/hibcliccomplexcodetext/setbarcodetype/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "HIBCLICComplexCodetext.setBarcodeType" -linktitle: "setBarcodeType" -articleTitle: "setBarcodeType" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets or sets barcode type. HIBC LIC codetext can be encoded using HIBCCode39LIC, HIBCCode128LIC, HIBCAztecLIC, HIBCDataMatrixLIC and HIBCQRLIC encode types. ..." -type: docs -weight: 40 -url: /nodejs/aspose.barcode/hibcliccomplexcodetext/setbarcodetype/ ---- - -## setBarcodeType() - -Gets or sets barcode type. HIBC LIC codetext can be encoded using HIBCCode39LIC, HIBCCode128LIC, HIBCAztecLIC, HIBCDataMatrixLIC and HIBCQRLIC encode types. Default value: HIBCCode39LIC. - -**Returns:** Barcode type. diff --git a/english/nodejs/aspose.barcode/hibclicprimarydatacodetext/_index.md b/english/nodejs/aspose.barcode/hibclicprimarydatacodetext/_index.md index d7e01159a..083e21b67 100644 --- a/english/nodejs/aspose.barcode/hibclicprimarydatacodetext/_index.md +++ b/english/nodejs/aspose.barcode/hibclicprimarydatacodetext/_index.md @@ -1,9 +1,8 @@ --- -title: "HIBCLICPrimaryDataCodetext Class" +title: "HIBCLICPrimaryDataCodetext" linktitle: "HIBCLICPrimaryDataCodetext" -articleTitle: "HIBCLICPrimaryDataCodetext" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Class for encoding and decoding the text embedded in the HIBC LIC code which stores primary data. This sample shows how to encode and decode HIBC LIC using H..." +second_title: "Aspose.BarCode for Node.js via Java API Reference" +description: "Class for encoding and decoding the text embedded in the HIBC LIC code which stores primary data." type: docs weight: 460 url: /nodejs/aspose.barcode/hibclicprimarydatacodetext/ @@ -41,9 +40,47 @@ print("Unit of measure ID: " + result.getData().getUnitOfMeasureID()); | Name | Description | | --- | --- | -| [equals(obj)](./equals/) | Returns a value indicating whether this instance is equal to a specified `HIBCLICPrimaryDataCodetext` value. | -| [getConstructedCodetext()](./getconstructedcodetext/) | Constructs codetext | -| [getData()](./getdata/) | Identifies primary data. | -| [hashCode()](./hashcode/) | Returns the hash code for this instance. | -| [initFromString(constructedCodetext)](./initfromstring/) | Initializes instance from constructed codetext. | -| [setData()](./setdata/) | Identifies primary data. | +| [equals(obj)](#equals) | Returns a value indicating whether this instance is equal to a specified `HIBCLICPrimaryDataCodetext` value. | +| [getConstructedCodetext()](#getconstructedcodetext) | Constructs codetext | +| [getData()](#getdata) | Identifies primary data. | +| [hashCode()](#hashcode) | Returns the hash code for this instance. | +| [initFromString(constructedCodetext)](#initfromstring) | Initializes instance from constructed codetext. | +| [setData()](#setdata) | Identifies primary data. | + +### equals(obj) {#equals} + +Returns a value indicating whether this instance is equal to a specified `HIBCLICPrimaryDataCodetext` value. + +| Parameter | Description | +| --- | --- | +| obj | An `HIBCLICPrimaryDataCodetext` value to compare to this instance. | + +**Returns:** `true ` if obj has the same value as this instance; otherwise, `false `. + +### getConstructedCodetext() {#getconstructedcodetext} + +Constructs codetext + +**Returns:** Constructed codetext + +### getData() {#getdata} + +Identifies primary data. + +### hashCode() {#hashcode} + +Returns the hash code for this instance. + +**Returns:** A 32-bit signed integer hash code. + +### initFromString(constructedCodetext) {#initfromstring} + +Initializes instance from constructed codetext. + +| Parameter | Description | +| --- | --- | +| constructedCodetext | Constructed codetext. | + +### setData() {#setdata} + +Identifies primary data. diff --git a/english/nodejs/aspose.barcode/hibclicprimarydatacodetext/equals/_index.md b/english/nodejs/aspose.barcode/hibclicprimarydatacodetext/equals/_index.md deleted file mode 100644 index ea0737987..000000000 --- a/english/nodejs/aspose.barcode/hibclicprimarydatacodetext/equals/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "HIBCLICPrimaryDataCodetext.equals" -linktitle: "equals" -articleTitle: "equals" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns a value indicating whether this instance is equal to a specified `HIBCLICPrimaryDataCodetext` value." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/hibclicprimarydatacodetext/equals/ ---- - -## equals(obj) - -Returns a value indicating whether this instance is equal to a specified `HIBCLICPrimaryDataCodetext` value. - -| Parameter | Description | -| --- | --- | -| obj | An `HIBCLICPrimaryDataCodetext` value to compare to this instance. | - -**Returns:** `true ` if obj has the same value as this instance; otherwise, `false `. diff --git a/english/nodejs/aspose.barcode/hibclicprimarydatacodetext/getconstructedcodetext/_index.md b/english/nodejs/aspose.barcode/hibclicprimarydatacodetext/getconstructedcodetext/_index.md deleted file mode 100644 index 7a31c1b19..000000000 --- a/english/nodejs/aspose.barcode/hibclicprimarydatacodetext/getconstructedcodetext/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "HIBCLICPrimaryDataCodetext.getConstructedCodetext" -linktitle: "getConstructedCodetext" -articleTitle: "getConstructedCodetext" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Constructs codetext" -type: docs -weight: 20 -url: /nodejs/aspose.barcode/hibclicprimarydatacodetext/getconstructedcodetext/ ---- - -## getConstructedCodetext() - -Constructs codetext - -**Returns:** Constructed codetext diff --git a/english/nodejs/aspose.barcode/hibclicprimarydatacodetext/getdata/_index.md b/english/nodejs/aspose.barcode/hibclicprimarydatacodetext/getdata/_index.md deleted file mode 100644 index 775cf7d4d..000000000 --- a/english/nodejs/aspose.barcode/hibclicprimarydatacodetext/getdata/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "HIBCLICPrimaryDataCodetext.getData" -linktitle: "getData" -articleTitle: "getData" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies primary data." -type: docs -weight: 30 -url: /nodejs/aspose.barcode/hibclicprimarydatacodetext/getdata/ ---- - -## getData() - -Identifies primary data. diff --git a/english/nodejs/aspose.barcode/hibclicprimarydatacodetext/hashcode/_index.md b/english/nodejs/aspose.barcode/hibclicprimarydatacodetext/hashcode/_index.md deleted file mode 100644 index 7c5ecc623..000000000 --- a/english/nodejs/aspose.barcode/hibclicprimarydatacodetext/hashcode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "HIBCLICPrimaryDataCodetext.hashCode" -linktitle: "hashCode" -articleTitle: "hashCode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns the hash code for this instance." -type: docs -weight: 40 -url: /nodejs/aspose.barcode/hibclicprimarydatacodetext/hashcode/ ---- - -## hashCode() - -Returns the hash code for this instance. - -**Returns:** A 32-bit signed integer hash code. diff --git a/english/nodejs/aspose.barcode/hibclicprimarydatacodetext/initfromstring/_index.md b/english/nodejs/aspose.barcode/hibclicprimarydatacodetext/initfromstring/_index.md deleted file mode 100644 index a0c8164bd..000000000 --- a/english/nodejs/aspose.barcode/hibclicprimarydatacodetext/initfromstring/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HIBCLICPrimaryDataCodetext.initFromString" -linktitle: "initFromString" -articleTitle: "initFromString" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Initializes instance from constructed codetext." -type: docs -weight: 50 -url: /nodejs/aspose.barcode/hibclicprimarydatacodetext/initfromstring/ ---- - -## initFromString(constructedCodetext) - -Initializes instance from constructed codetext. - -| Parameter | Description | -| --- | --- | -| constructedCodetext | Constructed codetext. | diff --git a/english/nodejs/aspose.barcode/hibclicprimarydatacodetext/setdata/_index.md b/english/nodejs/aspose.barcode/hibclicprimarydatacodetext/setdata/_index.md deleted file mode 100644 index d3e792cc1..000000000 --- a/english/nodejs/aspose.barcode/hibclicprimarydatacodetext/setdata/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "HIBCLICPrimaryDataCodetext.setData" -linktitle: "setData" -articleTitle: "setData" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies primary data." -type: docs -weight: 60 -url: /nodejs/aspose.barcode/hibclicprimarydatacodetext/setdata/ ---- - -## setData() - -Identifies primary data. diff --git a/english/nodejs/aspose.barcode/hibclicsecondaryandadditionaldatacodetext/_index.md b/english/nodejs/aspose.barcode/hibclicsecondaryandadditionaldatacodetext/_index.md index 522248113..e754270df 100644 --- a/english/nodejs/aspose.barcode/hibclicsecondaryandadditionaldatacodetext/_index.md +++ b/english/nodejs/aspose.barcode/hibclicsecondaryandadditionaldatacodetext/_index.md @@ -1,8 +1,7 @@ --- -title: "HIBCLICSecondaryAndAdditionalDataCodetext Class" +title: "HIBCLICSecondaryAndAdditionalDataCodetext" linktitle: "HIBCLICSecondaryAndAdditionalDataCodetext" -articleTitle: "HIBCLICSecondaryAndAdditionalDataCodetext" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Class for encoding and decoding the text embedded in the HIBC LIC code which stores seconday data." type: docs weight: 470 @@ -27,11 +26,57 @@ This sample shows how to encode and decode HIBC LIC using HIBCLICSecondaryAndAdd | Name | Description | | --- | --- | -| [equals(obj)](./equals/) | Returns a value indicating whether this instance is equal to a specified `HIBCLICSecondaryAndAdditionalDataCodetext` val | -| [getConstructedCodetext()](./getconstructedcodetext/) | Constructs codetext | -| [getData()](./getdata/) | Identifies secodary and additional supplemental data. | -| [getLinkCharacter()](./getlinkcharacter/) | Identifies link character. | -| [hashCode()](./hashcode/) | Returns the hash code for this instance. | -| [initFromString(constructedCodetext)](./initfromstring/) | Initializes instance from constructed codetext. | -| [setData()](./setdata/) | Identifies secodary and additional supplemental data. | -| [setLinkCharacter()](./setlinkcharacter/) | Identifies link character. | +| [equals(obj)](#equals) | Returns a value indicating whether this instance is equal to a specified `HIBCLICSecondaryAndAdditionalDataCodetext` val | +| [getConstructedCodetext()](#getconstructedcodetext) | Constructs codetext | +| [getData()](#getdata) | Identifies secodary and additional supplemental data. | +| [getLinkCharacter()](#getlinkcharacter) | Identifies link character. | +| [hashCode()](#hashcode) | Returns the hash code for this instance. | +| [initFromString(constructedCodetext)](#initfromstring) | Initializes instance from constructed codetext. | +| [setData()](#setdata) | Identifies secodary and additional supplemental data. | +| [setLinkCharacter()](#setlinkcharacter) | Identifies link character. | + +### equals(obj) {#equals} + +Returns a value indicating whether this instance is equal to a specified `HIBCLICSecondaryAndAdditionalDataCodetext` value. + +| Parameter | Description | +| --- | --- | +| obj | An `HIBCLICSecondaryAndAdditionalDataCodetext` value to compare to this instance. | + +**Returns:** `true ` if obj has the same value as this instance; otherwise, `false `. + +### getConstructedCodetext() {#getconstructedcodetext} + +Constructs codetext + +**Returns:** Constructed codetext + +### getData() {#getdata} + +Identifies secodary and additional supplemental data. + +### getLinkCharacter() {#getlinkcharacter} + +Identifies link character. + +### hashCode() {#hashcode} + +Returns the hash code for this instance. + +**Returns:** A 32-bit signed integer hash code. + +### initFromString(constructedCodetext) {#initfromstring} + +Initializes instance from constructed codetext. + +| Parameter | Description | +| --- | --- | +| constructedCodetext | Constructed codetext. | + +### setData() {#setdata} + +Identifies secodary and additional supplemental data. + +### setLinkCharacter() {#setlinkcharacter} + +Identifies link character. diff --git a/english/nodejs/aspose.barcode/hibclicsecondaryandadditionaldatacodetext/equals/_index.md b/english/nodejs/aspose.barcode/hibclicsecondaryandadditionaldatacodetext/equals/_index.md deleted file mode 100644 index 69070aaf7..000000000 --- a/english/nodejs/aspose.barcode/hibclicsecondaryandadditionaldatacodetext/equals/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "HIBCLICSecondaryAndAdditionalDataCodetext.equals" -linktitle: "equals" -articleTitle: "equals" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns a value indicating whether this instance is equal to a specified `HIBCLICSecondaryAndAdditionalDataCodetext` value." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/hibclicsecondaryandadditionaldatacodetext/equals/ ---- - -## equals(obj) - -Returns a value indicating whether this instance is equal to a specified `HIBCLICSecondaryAndAdditionalDataCodetext` value. - -| Parameter | Description | -| --- | --- | -| obj | An `HIBCLICSecondaryAndAdditionalDataCodetext` value to compare to this instance. | - -**Returns:** `true ` if obj has the same value as this instance; otherwise, `false `. diff --git a/english/nodejs/aspose.barcode/hibclicsecondaryandadditionaldatacodetext/getconstructedcodetext/_index.md b/english/nodejs/aspose.barcode/hibclicsecondaryandadditionaldatacodetext/getconstructedcodetext/_index.md deleted file mode 100644 index ab69ea5eb..000000000 --- a/english/nodejs/aspose.barcode/hibclicsecondaryandadditionaldatacodetext/getconstructedcodetext/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "HIBCLICSecondaryAndAdditionalDataCodetext.getConstructedCodetext" -linktitle: "getConstructedCodetext" -articleTitle: "getConstructedCodetext" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Constructs codetext" -type: docs -weight: 20 -url: /nodejs/aspose.barcode/hibclicsecondaryandadditionaldatacodetext/getconstructedcodetext/ ---- - -## getConstructedCodetext() - -Constructs codetext - -**Returns:** Constructed codetext diff --git a/english/nodejs/aspose.barcode/hibclicsecondaryandadditionaldatacodetext/getdata/_index.md b/english/nodejs/aspose.barcode/hibclicsecondaryandadditionaldatacodetext/getdata/_index.md deleted file mode 100644 index ca1e8431c..000000000 --- a/english/nodejs/aspose.barcode/hibclicsecondaryandadditionaldatacodetext/getdata/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "HIBCLICSecondaryAndAdditionalDataCodetext.getData" -linktitle: "getData" -articleTitle: "getData" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies secodary and additional supplemental data." -type: docs -weight: 30 -url: /nodejs/aspose.barcode/hibclicsecondaryandadditionaldatacodetext/getdata/ ---- - -## getData() - -Identifies secodary and additional supplemental data. diff --git a/english/nodejs/aspose.barcode/hibclicsecondaryandadditionaldatacodetext/getlinkcharacter/_index.md b/english/nodejs/aspose.barcode/hibclicsecondaryandadditionaldatacodetext/getlinkcharacter/_index.md deleted file mode 100644 index 87572cd5b..000000000 --- a/english/nodejs/aspose.barcode/hibclicsecondaryandadditionaldatacodetext/getlinkcharacter/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "HIBCLICSecondaryAndAdditionalDataCodetext.getLinkCharacter" -linktitle: "getLinkCharacter" -articleTitle: "getLinkCharacter" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies link character." -type: docs -weight: 40 -url: /nodejs/aspose.barcode/hibclicsecondaryandadditionaldatacodetext/getlinkcharacter/ ---- - -## getLinkCharacter() - -Identifies link character. diff --git a/english/nodejs/aspose.barcode/hibclicsecondaryandadditionaldatacodetext/hashcode/_index.md b/english/nodejs/aspose.barcode/hibclicsecondaryandadditionaldatacodetext/hashcode/_index.md deleted file mode 100644 index 530865049..000000000 --- a/english/nodejs/aspose.barcode/hibclicsecondaryandadditionaldatacodetext/hashcode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "HIBCLICSecondaryAndAdditionalDataCodetext.hashCode" -linktitle: "hashCode" -articleTitle: "hashCode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns the hash code for this instance." -type: docs -weight: 50 -url: /nodejs/aspose.barcode/hibclicsecondaryandadditionaldatacodetext/hashcode/ ---- - -## hashCode() - -Returns the hash code for this instance. - -**Returns:** A 32-bit signed integer hash code. diff --git a/english/nodejs/aspose.barcode/hibclicsecondaryandadditionaldatacodetext/initfromstring/_index.md b/english/nodejs/aspose.barcode/hibclicsecondaryandadditionaldatacodetext/initfromstring/_index.md deleted file mode 100644 index 892009bb2..000000000 --- a/english/nodejs/aspose.barcode/hibclicsecondaryandadditionaldatacodetext/initfromstring/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HIBCLICSecondaryAndAdditionalDataCodetext.initFromString" -linktitle: "initFromString" -articleTitle: "initFromString" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Initializes instance from constructed codetext." -type: docs -weight: 60 -url: /nodejs/aspose.barcode/hibclicsecondaryandadditionaldatacodetext/initfromstring/ ---- - -## initFromString(constructedCodetext) - -Initializes instance from constructed codetext. - -| Parameter | Description | -| --- | --- | -| constructedCodetext | Constructed codetext. | diff --git a/english/nodejs/aspose.barcode/hibclicsecondaryandadditionaldatacodetext/setdata/_index.md b/english/nodejs/aspose.barcode/hibclicsecondaryandadditionaldatacodetext/setdata/_index.md deleted file mode 100644 index 7d5ff0255..000000000 --- a/english/nodejs/aspose.barcode/hibclicsecondaryandadditionaldatacodetext/setdata/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "HIBCLICSecondaryAndAdditionalDataCodetext.setData" -linktitle: "setData" -articleTitle: "setData" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies secodary and additional supplemental data." -type: docs -weight: 70 -url: /nodejs/aspose.barcode/hibclicsecondaryandadditionaldatacodetext/setdata/ ---- - -## setData() - -Identifies secodary and additional supplemental data. diff --git a/english/nodejs/aspose.barcode/hibclicsecondaryandadditionaldatacodetext/setlinkcharacter/_index.md b/english/nodejs/aspose.barcode/hibclicsecondaryandadditionaldatacodetext/setlinkcharacter/_index.md deleted file mode 100644 index 9e7d8d41e..000000000 --- a/english/nodejs/aspose.barcode/hibclicsecondaryandadditionaldatacodetext/setlinkcharacter/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "HIBCLICSecondaryAndAdditionalDataCodetext.setLinkCharacter" -linktitle: "setLinkCharacter" -articleTitle: "setLinkCharacter" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies link character." -type: docs -weight: 80 -url: /nodejs/aspose.barcode/hibclicsecondaryandadditionaldatacodetext/setlinkcharacter/ ---- - -## setLinkCharacter() - -Identifies link character. diff --git a/english/nodejs/aspose.barcode/hibcpascodetext/-frommwobject/_index.md b/english/nodejs/aspose.barcode/hibcpascodetext/-frommwobject/_index.md deleted file mode 100644 index d35aa146a..000000000 --- a/english/nodejs/aspose.barcode/hibcpascodetext/-frommwobject/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "HIBCPASCodetext._fromMwObject" -linktitle: "_fromMwObject" -articleTitle: "_fromMwObject" -second_title: "Aspose.BarCode for Node.js via Java" -description: "HIBCPASRecord constructor" -type: docs -weight: 10 -url: /nodejs/aspose.barcode/hibcpascodetext/-frommwobject/ ---- - -## _fromMwObject() (static) - -HIBCPASRecord constructor diff --git a/english/nodejs/aspose.barcode/hibcpascodetext/_index.md b/english/nodejs/aspose.barcode/hibcpascodetext/_index.md index 612bcf0da..937451794 100644 --- a/english/nodejs/aspose.barcode/hibcpascodetext/_index.md +++ b/english/nodejs/aspose.barcode/hibcpascodetext/_index.md @@ -1,8 +1,7 @@ --- -title: "HIBCPASCodetext Class" +title: "HIBCPASCodetext" linktitle: "HIBCPASCodetext" -articleTitle: "HIBCPASCodetext" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Class for encoding and decoding the text embedded in the HIBC PAS code." type: docs weight: 480 @@ -43,16 +42,97 @@ This sample shows how to encode and decode HIBC PAS using HIBCPASCodetext. | Name | Description | | --- | --- | -| [_fromMwObject()](./-frommwobject/) *(static)* | HIBCPASRecord constructor | -| [addHIBCPASRecord(record)](./addhibcpasrecord/) | Adds new record | -| [addRecord(dataType, data)](./addrecord/) | Adds new record | -| [clear()](./clear/) | Clears records list | -| [equals(obj)](./equals/) | Returns a value indicating whether this instance is equal to a specified `HIBCPASCodetext` value. | -| [getBarcodeType()](./getbarcodetype/) | Gets barcode type. | -| [getConstructedCodetext()](./getconstructedcodetext/) | Constructs codetext | -| [getDataLocation()](./getdatalocation/) | Identifies data location. | -| [getRecords()](./getrecords/) | Gets records list | -| [hashCode()](./hashcode/) | Returns the hash code for this instance. | -| [initFromString(constructedCodetext)](./initfromstring/) | Initializes instance from constructed codetext. | -| [setBarcodeType()](./setbarcodetype/) | Gets or sets barcode type. HIBC PAS codetext can be encoded using HIBCCode39PAS, HIBCCode128PAS, HIBCAztec:PAS, HIBCData | -| [setDataLocation()](./setdatalocation/) | Identifies data location. | +| [_fromMwObject()](#-frommwobject) *(static)* | HIBCPASRecord constructor | +| [addHIBCPASRecord(record)](#addhibcpasrecord) | Adds new record | +| [addRecord(dataType, data)](#addrecord) | Adds new record | +| [clear()](#clear) | Clears records list | +| [equals(obj)](#equals) | Returns a value indicating whether this instance is equal to a specified `HIBCPASCodetext` value. | +| [getBarcodeType()](#getbarcodetype) | Gets barcode type. | +| [getConstructedCodetext()](#getconstructedcodetext) | Constructs codetext | +| [getDataLocation()](#getdatalocation) | Identifies data location. | +| [getRecords()](#getrecords) | Gets records list | +| [hashCode()](#hashcode) | Returns the hash code for this instance. | +| [initFromString(constructedCodetext)](#initfromstring) | Initializes instance from constructed codetext. | +| [setBarcodeType()](#setbarcodetype) | Gets or sets barcode type. HIBC PAS codetext can be encoded using HIBCCode39PAS, HIBCCode128PAS, HIBCAztec:PAS, HIBCData | +| [setDataLocation()](#setdatalocation) | Identifies data location. | + +### _fromMwObject() (static) {#-frommwobject} + +HIBCPASRecord constructor + +### addHIBCPASRecord(record) {#addhibcpasrecord} + +Adds new record + +| Parameter | Description | +| --- | --- | +| record | Record to be added | + +### addRecord(dataType, data) {#addrecord} + +Adds new record + +| Parameter | Description | +| --- | --- | +| dataType | Type of data | +| data | Data string | + +### clear() {#clear} + +Clears records list + +### equals(obj) {#equals} + +Returns a value indicating whether this instance is equal to a specified `HIBCPASCodetext` value. + +| Parameter | Description | +| --- | --- | +| obj | An `HIBCPASCodetext` value to compare to this instance. | + +**Returns:** `true ` if obj has the same value as this instance; otherwise, `false `. + +### getBarcodeType() {#getbarcodetype} + +Gets barcode type. + +**Returns:** Barcode type. + +### getConstructedCodetext() {#getconstructedcodetext} + +Constructs codetext + +**Returns:** Constructed codetext + +### getDataLocation() {#getdatalocation} + +Identifies data location. + +### getRecords() {#getrecords} + +Gets records list + +**Returns:** List of records + +### hashCode() {#hashcode} + +Returns the hash code for this instance. + +**Returns:** A 32-bit signed integer hash code. + +### initFromString(constructedCodetext) {#initfromstring} + +Initializes instance from constructed codetext. + +| Parameter | Description | +| --- | --- | +| constructedCodetext | Constructed codetext. | + +### setBarcodeType() {#setbarcodetype} + +Gets or sets barcode type. HIBC PAS codetext can be encoded using HIBCCode39PAS, HIBCCode128PAS, HIBCAztec:PAS, HIBCDataMatrixPAS and HIBCQRPAS encode types. Default value: HIBCCode39PAS. + +**Returns:** Barcode type. + +### setDataLocation() {#setdatalocation} + +Identifies data location. diff --git a/english/nodejs/aspose.barcode/hibcpascodetext/addhibcpasrecord/_index.md b/english/nodejs/aspose.barcode/hibcpascodetext/addhibcpasrecord/_index.md deleted file mode 100644 index c0e99bd1d..000000000 --- a/english/nodejs/aspose.barcode/hibcpascodetext/addhibcpasrecord/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HIBCPASCodetext.addHIBCPASRecord" -linktitle: "addHIBCPASRecord" -articleTitle: "addHIBCPASRecord" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Adds new record" -type: docs -weight: 20 -url: /nodejs/aspose.barcode/hibcpascodetext/addhibcpasrecord/ ---- - -## addHIBCPASRecord(record) - -Adds new record - -| Parameter | Description | -| --- | --- | -| record | Record to be added | diff --git a/english/nodejs/aspose.barcode/hibcpascodetext/addrecord/_index.md b/english/nodejs/aspose.barcode/hibcpascodetext/addrecord/_index.md deleted file mode 100644 index 5d3f369b4..000000000 --- a/english/nodejs/aspose.barcode/hibcpascodetext/addrecord/_index.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "HIBCPASCodetext.addRecord" -linktitle: "addRecord" -articleTitle: "addRecord" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Adds new record" -type: docs -weight: 30 -url: /nodejs/aspose.barcode/hibcpascodetext/addrecord/ ---- - -## addRecord(dataType, data) - -Adds new record - -| Parameter | Description | -| --- | --- | -| dataType | Type of data | -| data | Data string | diff --git a/english/nodejs/aspose.barcode/hibcpascodetext/clear/_index.md b/english/nodejs/aspose.barcode/hibcpascodetext/clear/_index.md deleted file mode 100644 index ee3f36298..000000000 --- a/english/nodejs/aspose.barcode/hibcpascodetext/clear/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "HIBCPASCodetext.clear" -linktitle: "clear" -articleTitle: "clear" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Clears records list" -type: docs -weight: 40 -url: /nodejs/aspose.barcode/hibcpascodetext/clear/ ---- - -## clear() - -Clears records list diff --git a/english/nodejs/aspose.barcode/hibcpascodetext/equals/_index.md b/english/nodejs/aspose.barcode/hibcpascodetext/equals/_index.md deleted file mode 100644 index 5b3bcc9fc..000000000 --- a/english/nodejs/aspose.barcode/hibcpascodetext/equals/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "HIBCPASCodetext.equals" -linktitle: "equals" -articleTitle: "equals" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns a value indicating whether this instance is equal to a specified `HIBCPASCodetext` value." -type: docs -weight: 50 -url: /nodejs/aspose.barcode/hibcpascodetext/equals/ ---- - -## equals(obj) - -Returns a value indicating whether this instance is equal to a specified `HIBCPASCodetext` value. - -| Parameter | Description | -| --- | --- | -| obj | An `HIBCPASCodetext` value to compare to this instance. | - -**Returns:** `true ` if obj has the same value as this instance; otherwise, `false `. diff --git a/english/nodejs/aspose.barcode/hibcpascodetext/getbarcodetype/_index.md b/english/nodejs/aspose.barcode/hibcpascodetext/getbarcodetype/_index.md deleted file mode 100644 index c7da2045d..000000000 --- a/english/nodejs/aspose.barcode/hibcpascodetext/getbarcodetype/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "HIBCPASCodetext.getBarcodeType" -linktitle: "getBarcodeType" -articleTitle: "getBarcodeType" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets barcode type." -type: docs -weight: 60 -url: /nodejs/aspose.barcode/hibcpascodetext/getbarcodetype/ ---- - -## getBarcodeType() - -Gets barcode type. - -**Returns:** Barcode type. diff --git a/english/nodejs/aspose.barcode/hibcpascodetext/getconstructedcodetext/_index.md b/english/nodejs/aspose.barcode/hibcpascodetext/getconstructedcodetext/_index.md deleted file mode 100644 index 81a144c28..000000000 --- a/english/nodejs/aspose.barcode/hibcpascodetext/getconstructedcodetext/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "HIBCPASCodetext.getConstructedCodetext" -linktitle: "getConstructedCodetext" -articleTitle: "getConstructedCodetext" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Constructs codetext" -type: docs -weight: 70 -url: /nodejs/aspose.barcode/hibcpascodetext/getconstructedcodetext/ ---- - -## getConstructedCodetext() - -Constructs codetext - -**Returns:** Constructed codetext diff --git a/english/nodejs/aspose.barcode/hibcpascodetext/getdatalocation/_index.md b/english/nodejs/aspose.barcode/hibcpascodetext/getdatalocation/_index.md deleted file mode 100644 index d547d3de2..000000000 --- a/english/nodejs/aspose.barcode/hibcpascodetext/getdatalocation/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "HIBCPASCodetext.getDataLocation" -linktitle: "getDataLocation" -articleTitle: "getDataLocation" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies data location." -type: docs -weight: 80 -url: /nodejs/aspose.barcode/hibcpascodetext/getdatalocation/ ---- - -## getDataLocation() - -Identifies data location. diff --git a/english/nodejs/aspose.barcode/hibcpascodetext/getrecords/_index.md b/english/nodejs/aspose.barcode/hibcpascodetext/getrecords/_index.md deleted file mode 100644 index fa0ca2d50..000000000 --- a/english/nodejs/aspose.barcode/hibcpascodetext/getrecords/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "HIBCPASCodetext.getRecords" -linktitle: "getRecords" -articleTitle: "getRecords" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets records list" -type: docs -weight: 90 -url: /nodejs/aspose.barcode/hibcpascodetext/getrecords/ ---- - -## getRecords() - -Gets records list - -**Returns:** List of records diff --git a/english/nodejs/aspose.barcode/hibcpascodetext/hashcode/_index.md b/english/nodejs/aspose.barcode/hibcpascodetext/hashcode/_index.md deleted file mode 100644 index 5acf3a13f..000000000 --- a/english/nodejs/aspose.barcode/hibcpascodetext/hashcode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "HIBCPASCodetext.hashCode" -linktitle: "hashCode" -articleTitle: "hashCode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns the hash code for this instance." -type: docs -weight: 100 -url: /nodejs/aspose.barcode/hibcpascodetext/hashcode/ ---- - -## hashCode() - -Returns the hash code for this instance. - -**Returns:** A 32-bit signed integer hash code. diff --git a/english/nodejs/aspose.barcode/hibcpascodetext/initfromstring/_index.md b/english/nodejs/aspose.barcode/hibcpascodetext/initfromstring/_index.md deleted file mode 100644 index a1985aee1..000000000 --- a/english/nodejs/aspose.barcode/hibcpascodetext/initfromstring/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HIBCPASCodetext.initFromString" -linktitle: "initFromString" -articleTitle: "initFromString" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Initializes instance from constructed codetext." -type: docs -weight: 110 -url: /nodejs/aspose.barcode/hibcpascodetext/initfromstring/ ---- - -## initFromString(constructedCodetext) - -Initializes instance from constructed codetext. - -| Parameter | Description | -| --- | --- | -| constructedCodetext | Constructed codetext. | diff --git a/english/nodejs/aspose.barcode/hibcpascodetext/setbarcodetype/_index.md b/english/nodejs/aspose.barcode/hibcpascodetext/setbarcodetype/_index.md deleted file mode 100644 index 5f76d2e75..000000000 --- a/english/nodejs/aspose.barcode/hibcpascodetext/setbarcodetype/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "HIBCPASCodetext.setBarcodeType" -linktitle: "setBarcodeType" -articleTitle: "setBarcodeType" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets or sets barcode type. HIBC PAS codetext can be encoded using HIBCCode39PAS, HIBCCode128PAS, HIBCAztec:PAS, HIBCDataMatrixPAS and HIBCQRPAS encode types...." -type: docs -weight: 120 -url: /nodejs/aspose.barcode/hibcpascodetext/setbarcodetype/ ---- - -## setBarcodeType() - -Gets or sets barcode type. HIBC PAS codetext can be encoded using HIBCCode39PAS, HIBCCode128PAS, HIBCAztec:PAS, HIBCDataMatrixPAS and HIBCQRPAS encode types. Default value: HIBCCode39PAS. - -**Returns:** Barcode type. diff --git a/english/nodejs/aspose.barcode/hibcpascodetext/setdatalocation/_index.md b/english/nodejs/aspose.barcode/hibcpascodetext/setdatalocation/_index.md deleted file mode 100644 index 17ab61fe2..000000000 --- a/english/nodejs/aspose.barcode/hibcpascodetext/setdatalocation/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "HIBCPASCodetext.setDataLocation" -linktitle: "setDataLocation" -articleTitle: "setDataLocation" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies data location." -type: docs -weight: 130 -url: /nodejs/aspose.barcode/hibcpascodetext/setdatalocation/ ---- - -## setDataLocation() - -Identifies data location. diff --git a/english/nodejs/aspose.barcode/hibcpasrecord/-frommwobject/_index.md b/english/nodejs/aspose.barcode/hibcpasrecord/-frommwobject/_index.md deleted file mode 100644 index 8b1290c74..000000000 --- a/english/nodejs/aspose.barcode/hibcpasrecord/-frommwobject/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "HIBCPASRecord._fromMwObject" -linktitle: "_fromMwObject" -articleTitle: "_fromMwObject" -second_title: "Aspose.BarCode for Node.js via Java" -description: "HIBCPASRecord constructor" -type: docs -weight: 10 -url: /nodejs/aspose.barcode/hibcpasrecord/-frommwobject/ ---- - -## _fromMwObject() (static) - -HIBCPASRecord constructor diff --git a/english/nodejs/aspose.barcode/hibcpasrecord/_index.md b/english/nodejs/aspose.barcode/hibcpasrecord/_index.md index c406172a5..9066b726b 100644 --- a/english/nodejs/aspose.barcode/hibcpasrecord/_index.md +++ b/english/nodejs/aspose.barcode/hibcpasrecord/_index.md @@ -1,8 +1,7 @@ --- -title: "HIBCPASRecord Class" +title: "HIBCPASRecord" linktitle: "HIBCPASRecord" -articleTitle: "HIBCPASRecord" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Class for storing HIBC PAS record." type: docs weight: 490 @@ -28,10 +27,46 @@ HIBCPASRecord constructor | Name | Description | | --- | --- | -| [_fromMwObject()](./-frommwobject/) *(static)* | HIBCPASRecord constructor | -| [equals(obj)](./equals/) | Returns a value indicating whether this instance is equal to a specified `HIBCPASDataType` value. | -| [getData()](./getdata/) | Identifies data. | -| [getDataType()](./getdatatype/) | Identifies data type. | -| [hashCode()](./hashcode/) | Returns the hash code for this instance. | -| [setData()](./setdata/) | Identifies data. | -| [setDataType()](./setdatatype/) | Identifies data type. | +| [_fromMwObject()](#-frommwobject) *(static)* | HIBCPASRecord constructor | +| [equals(obj)](#equals) | Returns a value indicating whether this instance is equal to a specified `HIBCPASDataType` value. | +| [getData()](#getdata) | Identifies data. | +| [getDataType()](#getdatatype) | Identifies data type. | +| [hashCode()](#hashcode) | Returns the hash code for this instance. | +| [setData()](#setdata) | Identifies data. | +| [setDataType()](#setdatatype) | Identifies data type. | + +### _fromMwObject() (static) {#-frommwobject} + +HIBCPASRecord constructor + +### equals(obj) {#equals} + +Returns a value indicating whether this instance is equal to a specified `HIBCPASDataType` value. + +| Parameter | Description | +| --- | --- | +| obj | An `HIBCPASDataType` value to compare to this instance. | + +**Returns:** `true ` if obj has the same value as this instance; otherwise, `false `. + +### getData() {#getdata} + +Identifies data. + +### getDataType() {#getdatatype} + +Identifies data type. + +### hashCode() {#hashcode} + +Returns the hash code for this instance. + +**Returns:** A 32-bit signed integer hash code. + +### setData() {#setdata} + +Identifies data. + +### setDataType() {#setdatatype} + +Identifies data type. diff --git a/english/nodejs/aspose.barcode/hibcpasrecord/equals/_index.md b/english/nodejs/aspose.barcode/hibcpasrecord/equals/_index.md deleted file mode 100644 index 5e75ce317..000000000 --- a/english/nodejs/aspose.barcode/hibcpasrecord/equals/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "HIBCPASRecord.equals" -linktitle: "equals" -articleTitle: "equals" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns a value indicating whether this instance is equal to a specified `HIBCPASDataType` value." -type: docs -weight: 20 -url: /nodejs/aspose.barcode/hibcpasrecord/equals/ ---- - -## equals(obj) - -Returns a value indicating whether this instance is equal to a specified `HIBCPASDataType` value. - -| Parameter | Description | -| --- | --- | -| obj | An `HIBCPASDataType` value to compare to this instance. | - -**Returns:** `true ` if obj has the same value as this instance; otherwise, `false `. diff --git a/english/nodejs/aspose.barcode/hibcpasrecord/getdata/_index.md b/english/nodejs/aspose.barcode/hibcpasrecord/getdata/_index.md deleted file mode 100644 index 8722447b8..000000000 --- a/english/nodejs/aspose.barcode/hibcpasrecord/getdata/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "HIBCPASRecord.getData" -linktitle: "getData" -articleTitle: "getData" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies data." -type: docs -weight: 30 -url: /nodejs/aspose.barcode/hibcpasrecord/getdata/ ---- - -## getData() - -Identifies data. diff --git a/english/nodejs/aspose.barcode/hibcpasrecord/getdatatype/_index.md b/english/nodejs/aspose.barcode/hibcpasrecord/getdatatype/_index.md deleted file mode 100644 index 7926c0f28..000000000 --- a/english/nodejs/aspose.barcode/hibcpasrecord/getdatatype/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "HIBCPASRecord.getDataType" -linktitle: "getDataType" -articleTitle: "getDataType" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies data type." -type: docs -weight: 40 -url: /nodejs/aspose.barcode/hibcpasrecord/getdatatype/ ---- - -## getDataType() - -Identifies data type. diff --git a/english/nodejs/aspose.barcode/hibcpasrecord/hashcode/_index.md b/english/nodejs/aspose.barcode/hibcpasrecord/hashcode/_index.md deleted file mode 100644 index 343dd3dac..000000000 --- a/english/nodejs/aspose.barcode/hibcpasrecord/hashcode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "HIBCPASRecord.hashCode" -linktitle: "hashCode" -articleTitle: "hashCode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns the hash code for this instance." -type: docs -weight: 50 -url: /nodejs/aspose.barcode/hibcpasrecord/hashcode/ ---- - -## hashCode() - -Returns the hash code for this instance. - -**Returns:** A 32-bit signed integer hash code. diff --git a/english/nodejs/aspose.barcode/hibcpasrecord/setdata/_index.md b/english/nodejs/aspose.barcode/hibcpasrecord/setdata/_index.md deleted file mode 100644 index d8a84a214..000000000 --- a/english/nodejs/aspose.barcode/hibcpasrecord/setdata/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "HIBCPASRecord.setData" -linktitle: "setData" -articleTitle: "setData" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies data." -type: docs -weight: 60 -url: /nodejs/aspose.barcode/hibcpasrecord/setdata/ ---- - -## setData() - -Identifies data. diff --git a/english/nodejs/aspose.barcode/hibcpasrecord/setdatatype/_index.md b/english/nodejs/aspose.barcode/hibcpasrecord/setdatatype/_index.md deleted file mode 100644 index be320812b..000000000 --- a/english/nodejs/aspose.barcode/hibcpasrecord/setdatatype/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "HIBCPASRecord.setDataType" -linktitle: "setDataType" -articleTitle: "setDataType" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies data type." -type: docs -weight: 70 -url: /nodejs/aspose.barcode/hibcpasrecord/setdatatype/ ---- - -## setDataType() - -Identifies data type. diff --git a/english/nodejs/aspose.barcode/hslacolor/_index.md b/english/nodejs/aspose.barcode/hslacolor/_index.md index 2d5c7db2e..6873c2f5e 100644 --- a/english/nodejs/aspose.barcode/hslacolor/_index.md +++ b/english/nodejs/aspose.barcode/hslacolor/_index.md @@ -1,8 +1,7 @@ --- -title: "HslaColor Class" +title: "HslaColor" linktitle: "HslaColor" -articleTitle: "HslaColor" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Class for representing HSLA color (Hue, Saturation, Lightness, Alpha)" type: docs weight: 520 @@ -30,4 +29,14 @@ Constructor for HslaColor | Name | Description | | --- | --- | -| [convertHslaToRgba(hslaColor)](./converthslatorgba/) *(static)* | Uses https://en.wikipedia.org/wiki/HSL_and_HSV#HSL_to_RGB | +| [convertHslaToRgba(hslaColor)](#converthslatorgba) *(static)* | Uses https://en.wikipedia.org/wiki/HSL_and_HSV#HSL_to_RGB | + +### convertHslaToRgba(hslaColor) (static) {#converthslatorgba} + +Uses https://en.wikipedia.org/wiki/HSL_and_HSV#HSL_to_RGB + +| Parameter | Description | +| --- | --- | +| hslaColor | HSLA color to convert | + +**Returns:** string with RGBA values diff --git a/english/nodejs/aspose.barcode/hslacolor/converthslatorgba/_index.md b/english/nodejs/aspose.barcode/hslacolor/converthslatorgba/_index.md deleted file mode 100644 index af1d363ac..000000000 --- a/english/nodejs/aspose.barcode/hslacolor/converthslatorgba/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "HslaColor.convertHslaToRgba" -linktitle: "convertHslaToRgba" -articleTitle: "convertHslaToRgba" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Uses https://en.wikipedia.org/wiki/HSL_and_HSV#HSL_to_RGB" -type: docs -weight: 10 -url: /nodejs/aspose.barcode/hslacolor/converthslatorgba/ ---- - -## convertHslaToRgba(hslaColor) (static) - -Uses https://en.wikipedia.org/wiki/HSL_and_HSV#HSL_to_RGB - -| Parameter | Description | -| --- | --- | -| hslaColor | HSLA color to convert | - -**Returns:** string with RGBA values diff --git a/english/nodejs/aspose.barcode/icomplexcodetext/_index.md b/english/nodejs/aspose.barcode/icomplexcodetext/_index.md index 5a227595e..92aebe7d7 100644 --- a/english/nodejs/aspose.barcode/icomplexcodetext/_index.md +++ b/english/nodejs/aspose.barcode/icomplexcodetext/_index.md @@ -1,8 +1,7 @@ --- -title: "IComplexCodetext Class" +title: "IComplexCodetext" linktitle: "IComplexCodetext" -articleTitle: "IComplexCodetext" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Interface for complex codetext used with ComplexBarcodeGenerator." type: docs weight: 530 @@ -21,6 +20,26 @@ new IComplexCodetext() | Name | Description | | --- | --- | -| [getBarcodeType()](./getbarcodetype/) | Gets barcode type. | -| [getConstructedCodetext()](./getconstructedcodetext/) | Construct codetext for complex barcode | -| [initFromString(constructedCodetext)](./initfromstring/) | Initializes instance with constructed codetext. | +| [getBarcodeType()](#getbarcodetype) | Gets barcode type. | +| [getConstructedCodetext()](#getconstructedcodetext) | Construct codetext for complex barcode | +| [initFromString(constructedCodetext)](#initfromstring) | Initializes instance with constructed codetext. | + +### getBarcodeType() {#getbarcodetype} + +Gets barcode type. + +**Returns:** Barcode type. + +### getConstructedCodetext() {#getconstructedcodetext} + +Construct codetext for complex barcode + +**Returns:** Constructed codetext + +### initFromString(constructedCodetext) {#initfromstring} + +Initializes instance with constructed codetext. + +| Parameter | Description | +| --- | --- | +| constructedCodetext | Constructed codetext. | diff --git a/english/nodejs/aspose.barcode/icomplexcodetext/getbarcodetype/_index.md b/english/nodejs/aspose.barcode/icomplexcodetext/getbarcodetype/_index.md deleted file mode 100644 index 1955757e7..000000000 --- a/english/nodejs/aspose.barcode/icomplexcodetext/getbarcodetype/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "IComplexCodetext.getBarcodeType" -linktitle: "getBarcodeType" -articleTitle: "getBarcodeType" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets barcode type." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/icomplexcodetext/getbarcodetype/ ---- - -## getBarcodeType() - -Gets barcode type. - -**Returns:** Barcode type. diff --git a/english/nodejs/aspose.barcode/icomplexcodetext/getconstructedcodetext/_index.md b/english/nodejs/aspose.barcode/icomplexcodetext/getconstructedcodetext/_index.md deleted file mode 100644 index 59a62c7be..000000000 --- a/english/nodejs/aspose.barcode/icomplexcodetext/getconstructedcodetext/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "IComplexCodetext.getConstructedCodetext" -linktitle: "getConstructedCodetext" -articleTitle: "getConstructedCodetext" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Construct codetext for complex barcode" -type: docs -weight: 20 -url: /nodejs/aspose.barcode/icomplexcodetext/getconstructedcodetext/ ---- - -## getConstructedCodetext() - -Construct codetext for complex barcode - -**Returns:** Constructed codetext diff --git a/english/nodejs/aspose.barcode/icomplexcodetext/initfromstring/_index.md b/english/nodejs/aspose.barcode/icomplexcodetext/initfromstring/_index.md deleted file mode 100644 index d7da0551b..000000000 --- a/english/nodejs/aspose.barcode/icomplexcodetext/initfromstring/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "IComplexCodetext.initFromString" -linktitle: "initFromString" -articleTitle: "initFromString" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Initializes instance with constructed codetext." -type: docs -weight: 30 -url: /nodejs/aspose.barcode/icomplexcodetext/initfromstring/ ---- - -## initFromString(constructedCodetext) - -Initializes instance with constructed codetext. - -| Parameter | Description | -| --- | --- | -| constructedCodetext | Constructed codetext. | diff --git a/english/nodejs/aspose.barcode/imageparameters/_index.md b/english/nodejs/aspose.barcode/imageparameters/_index.md index 034581365..c23456d6c 100644 --- a/english/nodejs/aspose.barcode/imageparameters/_index.md +++ b/english/nodejs/aspose.barcode/imageparameters/_index.md @@ -1,8 +1,7 @@ --- -title: "ImageParameters Class" +title: "ImageParameters" linktitle: "ImageParameters" -articleTitle: "ImageParameters" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Image parameters." type: docs weight: 550 @@ -21,7 +20,23 @@ new ImageParameters() | Name | Description | | --- | --- | -| [getPdf()](./getpdf/) | PDF parameters | -| [getSvg()](./getsvg/) | SVG parameters | -| [setPdf()](./setpdf/) | PDF parameters | -| [setSvg()](./setsvg/) | SVG parameters | +| [getPdf()](#getpdf) | PDF parameters | +| [getSvg()](#getsvg) | SVG parameters | +| [setPdf()](#setpdf) | PDF parameters | +| [setSvg()](#setsvg) | SVG parameters | + +### getPdf() {#getpdf} + +PDF parameters + +### getSvg() {#getsvg} + +SVG parameters + +### setPdf() {#setpdf} + +PDF parameters + +### setSvg() {#setsvg} + +SVG parameters diff --git a/english/nodejs/aspose.barcode/imageparameters/getpdf/_index.md b/english/nodejs/aspose.barcode/imageparameters/getpdf/_index.md deleted file mode 100644 index c5949db1f..000000000 --- a/english/nodejs/aspose.barcode/imageparameters/getpdf/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "ImageParameters.getPdf" -linktitle: "getPdf" -articleTitle: "getPdf" -second_title: "Aspose.BarCode for Node.js via Java" -description: "PDF parameters" -type: docs -weight: 10 -url: /nodejs/aspose.barcode/imageparameters/getpdf/ ---- - -## getPdf() - -PDF parameters diff --git a/english/nodejs/aspose.barcode/imageparameters/getsvg/_index.md b/english/nodejs/aspose.barcode/imageparameters/getsvg/_index.md deleted file mode 100644 index c3e86e15e..000000000 --- a/english/nodejs/aspose.barcode/imageparameters/getsvg/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "ImageParameters.getSvg" -linktitle: "getSvg" -articleTitle: "getSvg" -second_title: "Aspose.BarCode for Node.js via Java" -description: "SVG parameters" -type: docs -weight: 20 -url: /nodejs/aspose.barcode/imageparameters/getsvg/ ---- - -## getSvg() - -SVG parameters diff --git a/english/nodejs/aspose.barcode/imageparameters/setpdf/_index.md b/english/nodejs/aspose.barcode/imageparameters/setpdf/_index.md deleted file mode 100644 index 8249c004e..000000000 --- a/english/nodejs/aspose.barcode/imageparameters/setpdf/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "ImageParameters.setPdf" -linktitle: "setPdf" -articleTitle: "setPdf" -second_title: "Aspose.BarCode for Node.js via Java" -description: "PDF parameters" -type: docs -weight: 30 -url: /nodejs/aspose.barcode/imageparameters/setpdf/ ---- - -## setPdf() - -PDF parameters diff --git a/english/nodejs/aspose.barcode/imageparameters/setsvg/_index.md b/english/nodejs/aspose.barcode/imageparameters/setsvg/_index.md deleted file mode 100644 index f324684ff..000000000 --- a/english/nodejs/aspose.barcode/imageparameters/setsvg/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "ImageParameters.setSvg" -linktitle: "setSvg" -articleTitle: "setSvg" -second_title: "Aspose.BarCode for Node.js via Java" -description: "SVG parameters" -type: docs -weight: 40 -url: /nodejs/aspose.barcode/imageparameters/setsvg/ ---- - -## setSvg() - -SVG parameters diff --git a/english/nodejs/aspose.barcode/itfparameters/_index.md b/english/nodejs/aspose.barcode/itfparameters/_index.md index 8dfef911f..046904f7a 100644 --- a/english/nodejs/aspose.barcode/itfparameters/_index.md +++ b/english/nodejs/aspose.barcode/itfparameters/_index.md @@ -1,8 +1,7 @@ --- -title: "ITFParameters Class" +title: "ITFParameters" linktitle: "ITFParameters" -articleTitle: "ITFParameters" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "ITF parameters." type: docs weight: 540 @@ -21,14 +20,80 @@ new ITFParameters() | Name | Description | | --- | --- | -| [getBorderThickness()](./getborderthickness/) | Gets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt. | -| [getBorderType()](./getbordertype/) | Border type of ITF barcode. Default value: ITF14BorderType.Bar. | -| [getItfBorderThickness()](./getitfborderthickness/) ~~(deprecated)~~ | Gets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt. | -| [getItfBorderType()](./getitfbordertype/) ~~(deprecated)~~ | Border type of ITF barcode. Default value: ITF14BorderType.BAR. | -| [getQuietZoneCoef()](./getquietzonecoef/) | Size of the quiet zones in xDimension. Default value: 10, meaning if xDimension = 2px than quiet zones will be 20px. | -| [setBorderThickness(value)](./setborderthickness/) | Sets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt. | -| [setBorderType()](./setbordertype/) | Border type of ITF barcode. Default value: ITF14BorderType.Bar. | -| [setItfBorderThickness()](./setitfborderthickness/) ~~(deprecated)~~ | Sets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt. | -| [setItfBorderType()](./setitfbordertype/) ~~(deprecated)~~ | Border type of ITF barcode. Default value: ITF14BorderType.BAR. | -| [setQuietZoneCoef()](./setquietzonecoef/) | Size of the quiet zones in xDimension. Default value: 10, meaning if xDimension = 2px than quiet zones will be 20px. | -| [toString()](./tostring/) | Returns a human-readable string representation of this ITFParameters. | +| [getBorderThickness()](#getborderthickness) | Gets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt. | +| [getBorderType()](#getbordertype) | Border type of ITF barcode. Default value: ITF14BorderType.Bar. | +| [getItfBorderThickness()](#getitfborderthickness) ~~(deprecated)~~ | Gets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt. | +| [getItfBorderType()](#getitfbordertype) ~~(deprecated)~~ | Border type of ITF barcode. Default value: ITF14BorderType.BAR. | +| [getQuietZoneCoef()](#getquietzonecoef) | Size of the quiet zones in xDimension. Default value: 10, meaning if xDimension = 2px than quiet zones will be 20px. | +| [setBorderThickness(value)](#setborderthickness) | Sets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt. | +| [setBorderType()](#setbordertype) | Border type of ITF barcode. Default value: ITF14BorderType.Bar. | +| [setItfBorderThickness()](#setitfborderthickness) ~~(deprecated)~~ | Sets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt. | +| [setItfBorderType()](#setitfbordertype) ~~(deprecated)~~ | Border type of ITF barcode. Default value: ITF14BorderType.BAR. | +| [setQuietZoneCoef()](#setquietzonecoef) | Size of the quiet zones in xDimension. Default value: 10, meaning if xDimension = 2px than quiet zones will be 20px. | +| [toString()](#tostring) | Returns a human-readable string representation of this ITFParameters. | + +### getBorderThickness() {#getborderthickness} + +Gets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt. + +**Returns:** an ITF border (bearer bar) thickness in Unit value. + +### getBorderType() {#getbordertype} + +Border type of ITF barcode. Default value: ITF14BorderType.Bar. + +### getItfBorderThickness() {#getitfborderthickness} + +> **Deprecated.** See method description for replacement. + +Gets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt. + +### getItfBorderType() {#getitfbordertype} + +> **Deprecated.** See method description for replacement. + +Border type of ITF barcode. Default value: ITF14BorderType.BAR. + +### getQuietZoneCoef() {#getquietzonecoef} + +Size of the quiet zones in xDimension. Default value: 10, meaning if xDimension = 2px than quiet zones will be 20px. + +**Throws:** IllegalArgumentException +The QuietZoneCoef parameter value is less than 10. + +### setBorderThickness(value) {#setborderthickness} + +Sets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt. + +| Parameter | Description | +| --- | --- | +| value | an ITF border (bearer bar) thickness in Unit value. | + +### setBorderType() {#setbordertype} + +Border type of ITF barcode. Default value: ITF14BorderType.Bar. + +### setItfBorderThickness() {#setitfborderthickness} + +> **Deprecated.** See method description for replacement. + +Sets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt. + +### setItfBorderType() {#setitfbordertype} + +> **Deprecated.** See method description for replacement. + +Border type of ITF barcode. Default value: ITF14BorderType.BAR. + +### setQuietZoneCoef() {#setquietzonecoef} + +Size of the quiet zones in xDimension. Default value: 10, meaning if xDimension = 2px than quiet zones will be 20px. + +**Throws:** IllegalArgumentException +The QuietZoneCoef parameter value is less than 10. + +### toString() {#tostring} + +Returns a human-readable string representation of this ITFParameters. + +**Returns:** A string that represents this ITFParameters. diff --git a/english/nodejs/aspose.barcode/itfparameters/getborderthickness/_index.md b/english/nodejs/aspose.barcode/itfparameters/getborderthickness/_index.md deleted file mode 100644 index 8ee067384..000000000 --- a/english/nodejs/aspose.barcode/itfparameters/getborderthickness/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "ITFParameters.getBorderThickness" -linktitle: "getBorderThickness" -articleTitle: "getBorderThickness" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/itfparameters/getborderthickness/ ---- - -## getBorderThickness() - -Gets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt. - -**Returns:** an ITF border (bearer bar) thickness in Unit value. diff --git a/english/nodejs/aspose.barcode/itfparameters/getbordertype/_index.md b/english/nodejs/aspose.barcode/itfparameters/getbordertype/_index.md deleted file mode 100644 index 67d8190b4..000000000 --- a/english/nodejs/aspose.barcode/itfparameters/getbordertype/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "ITFParameters.getBorderType" -linktitle: "getBorderType" -articleTitle: "getBorderType" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Border type of ITF barcode. Default value: ITF14BorderType.Bar." -type: docs -weight: 20 -url: /nodejs/aspose.barcode/itfparameters/getbordertype/ ---- - -## getBorderType() - -Border type of ITF barcode. Default value: ITF14BorderType.Bar. diff --git a/english/nodejs/aspose.barcode/itfparameters/getitfborderthickness/_index.md b/english/nodejs/aspose.barcode/itfparameters/getitfborderthickness/_index.md deleted file mode 100644 index e624fc1b6..000000000 --- a/english/nodejs/aspose.barcode/itfparameters/getitfborderthickness/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "ITFParameters.getItfBorderThickness" -linktitle: "getItfBorderThickness" -articleTitle: "getItfBorderThickness" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt." -type: docs -weight: 30 -url: /nodejs/aspose.barcode/itfparameters/getitfborderthickness/ ---- - -## getItfBorderThickness() - -> **Deprecated.** See method description for replacement. - -Gets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt. diff --git a/english/nodejs/aspose.barcode/itfparameters/getitfbordertype/_index.md b/english/nodejs/aspose.barcode/itfparameters/getitfbordertype/_index.md deleted file mode 100644 index 594118100..000000000 --- a/english/nodejs/aspose.barcode/itfparameters/getitfbordertype/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "ITFParameters.getItfBorderType" -linktitle: "getItfBorderType" -articleTitle: "getItfBorderType" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Border type of ITF barcode. Default value: ITF14BorderType.BAR." -type: docs -weight: 40 -url: /nodejs/aspose.barcode/itfparameters/getitfbordertype/ ---- - -## getItfBorderType() - -> **Deprecated.** See method description for replacement. - -Border type of ITF barcode. Default value: ITF14BorderType.BAR. diff --git a/english/nodejs/aspose.barcode/itfparameters/getquietzonecoef/_index.md b/english/nodejs/aspose.barcode/itfparameters/getquietzonecoef/_index.md deleted file mode 100644 index 7cf1dc98b..000000000 --- a/english/nodejs/aspose.barcode/itfparameters/getquietzonecoef/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "ITFParameters.getQuietZoneCoef" -linktitle: "getQuietZoneCoef" -articleTitle: "getQuietZoneCoef" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Size of the quiet zones in xDimension. Default value: 10, meaning if xDimension = 2px than quiet zones will be 20px." -type: docs -weight: 50 -url: /nodejs/aspose.barcode/itfparameters/getquietzonecoef/ ---- - -## getQuietZoneCoef() - -Size of the quiet zones in xDimension. Default value: 10, meaning if xDimension = 2px than quiet zones will be 20px. - -**Throws:** IllegalArgumentException -The QuietZoneCoef parameter value is less than 10. diff --git a/english/nodejs/aspose.barcode/itfparameters/setborderthickness/_index.md b/english/nodejs/aspose.barcode/itfparameters/setborderthickness/_index.md deleted file mode 100644 index cf872d05a..000000000 --- a/english/nodejs/aspose.barcode/itfparameters/setborderthickness/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "ITFParameters.setBorderThickness" -linktitle: "setBorderThickness" -articleTitle: "setBorderThickness" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt." -type: docs -weight: 60 -url: /nodejs/aspose.barcode/itfparameters/setborderthickness/ ---- - -## setBorderThickness(value) - -Sets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt. - -| Parameter | Description | -| --- | --- | -| value | an ITF border (bearer bar) thickness in Unit value. | diff --git a/english/nodejs/aspose.barcode/itfparameters/setbordertype/_index.md b/english/nodejs/aspose.barcode/itfparameters/setbordertype/_index.md deleted file mode 100644 index 9bd651849..000000000 --- a/english/nodejs/aspose.barcode/itfparameters/setbordertype/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "ITFParameters.setBorderType" -linktitle: "setBorderType" -articleTitle: "setBorderType" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Border type of ITF barcode. Default value: ITF14BorderType.Bar." -type: docs -weight: 70 -url: /nodejs/aspose.barcode/itfparameters/setbordertype/ ---- - -## setBorderType() - -Border type of ITF barcode. Default value: ITF14BorderType.Bar. diff --git a/english/nodejs/aspose.barcode/itfparameters/setitfborderthickness/_index.md b/english/nodejs/aspose.barcode/itfparameters/setitfborderthickness/_index.md deleted file mode 100644 index 1992d4860..000000000 --- a/english/nodejs/aspose.barcode/itfparameters/setitfborderthickness/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "ITFParameters.setItfBorderThickness" -linktitle: "setItfBorderThickness" -articleTitle: "setItfBorderThickness" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt." -type: docs -weight: 80 -url: /nodejs/aspose.barcode/itfparameters/setitfborderthickness/ ---- - -## setItfBorderThickness() - -> **Deprecated.** See method description for replacement. - -Sets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt. diff --git a/english/nodejs/aspose.barcode/itfparameters/setitfbordertype/_index.md b/english/nodejs/aspose.barcode/itfparameters/setitfbordertype/_index.md deleted file mode 100644 index 98a7d9847..000000000 --- a/english/nodejs/aspose.barcode/itfparameters/setitfbordertype/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "ITFParameters.setItfBorderType" -linktitle: "setItfBorderType" -articleTitle: "setItfBorderType" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Border type of ITF barcode. Default value: ITF14BorderType.BAR." -type: docs -weight: 90 -url: /nodejs/aspose.barcode/itfparameters/setitfbordertype/ ---- - -## setItfBorderType() - -> **Deprecated.** See method description for replacement. - -Border type of ITF barcode. Default value: ITF14BorderType.BAR. diff --git a/english/nodejs/aspose.barcode/itfparameters/setquietzonecoef/_index.md b/english/nodejs/aspose.barcode/itfparameters/setquietzonecoef/_index.md deleted file mode 100644 index 9b2047802..000000000 --- a/english/nodejs/aspose.barcode/itfparameters/setquietzonecoef/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "ITFParameters.setQuietZoneCoef" -linktitle: "setQuietZoneCoef" -articleTitle: "setQuietZoneCoef" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Size of the quiet zones in xDimension. Default value: 10, meaning if xDimension = 2px than quiet zones will be 20px." -type: docs -weight: 100 -url: /nodejs/aspose.barcode/itfparameters/setquietzonecoef/ ---- - -## setQuietZoneCoef() - -Size of the quiet zones in xDimension. Default value: 10, meaning if xDimension = 2px than quiet zones will be 20px. - -**Throws:** IllegalArgumentException -The QuietZoneCoef parameter value is less than 10. diff --git a/english/nodejs/aspose.barcode/itfparameters/tostring/_index.md b/english/nodejs/aspose.barcode/itfparameters/tostring/_index.md deleted file mode 100644 index ac021191a..000000000 --- a/english/nodejs/aspose.barcode/itfparameters/tostring/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "ITFParameters.toString" -linktitle: "toString" -articleTitle: "toString" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns a human-readable string representation of this ITFParameters." -type: docs -weight: 110 -url: /nodejs/aspose.barcode/itfparameters/tostring/ ---- - -## toString() - -Returns a human-readable string representation of this ITFParameters. - -**Returns:** A string that represents this ITFParameters. diff --git a/english/nodejs/aspose.barcode/license/_index.md b/english/nodejs/aspose.barcode/license/_index.md index 0a47e4f95..6547c2dfc 100644 --- a/english/nodejs/aspose.barcode/license/_index.md +++ b/english/nodejs/aspose.barcode/license/_index.md @@ -1,8 +1,7 @@ --- -title: "License Class" +title: "License" linktitle: "License" -articleTitle: "License" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Provides methods to license the component." type: docs weight: 560 @@ -23,4 +22,12 @@ Initializes a new instance of this class. | Name | Description | | --- | --- | -| [setLicense(licensePath)](./setlicense/) | Licenses the component. | +| [setLicense(licensePath)](#setlicense) | Licenses the component. | + +### setLicense(licensePath) {#setlicense} + +Licenses the component. + +| Parameter | Description | +| --- | --- | +| licensePath | path to license file | diff --git a/english/nodejs/aspose.barcode/license/setlicense/_index.md b/english/nodejs/aspose.barcode/license/setlicense/_index.md deleted file mode 100644 index 1a2e45036..000000000 --- a/english/nodejs/aspose.barcode/license/setlicense/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "License.setLicense" -linktitle: "setLicense" -articleTitle: "setLicense" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Licenses the component." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/license/setlicense/ ---- - -## setLicense(licensePath) - -Licenses the component. - -| Parameter | Description | -| --- | --- | -| licensePath | path to license file | diff --git a/english/nodejs/aspose.barcode/mailmark2dcodetext/_index.md b/english/nodejs/aspose.barcode/mailmark2dcodetext/_index.md index 8d531d4a0..535f4f4ce 100644 --- a/english/nodejs/aspose.barcode/mailmark2dcodetext/_index.md +++ b/english/nodejs/aspose.barcode/mailmark2dcodetext/_index.md @@ -1,8 +1,7 @@ --- -title: "Mailmark2DCodetext Class" +title: "Mailmark2DCodetext" linktitle: "Mailmark2DCodetext" -articleTitle: "Mailmark2DCodetext" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Class for encoding and decoding the text embedded in the Royal Mail 2D Mailmark code." type: docs weight: 570 @@ -23,30 +22,216 @@ Create default instance of Mailmark2DCodetext class. | Name | Description | | --- | --- | -| [getBarcodeType()](./getbarcodetype/) | Gets barcode type. | -| [getClass_()](./getclass-/) | Identifies the class of the item. Valid Values: '1' - 1C (Retail) '2' - 2C (Retail) '3' - Economy (Retail) '5' - Deffere | -| [getConstructedCodetext()](./getconstructedcodetext/) | Construct codetext from Mailmark data. | -| [getCustomerContent()](./getcustomercontent/) | Optional space for use by customer. Max length by Type: Type 7: 6 characters Type 9: 45 characters Type 29: 25 character | -| [getCustomerContentEncodeMode()](./getcustomercontentencodemode/) | Encode mode of Datamatrix barcode. Default value: DataMatrixEncodeMode.C40. | -| [getDataMatrixType()](./getdatamatrixtype/) | 2D Mailmark Type defines size of Data Matrix barcode. | -| [getDestinationPostCodeAndDPS()](./getdestinationpostcodeanddps/) | Contains the Postcode of the Delivery Address with DPS If inland the Postcode/DP contains the following number of charac | -| [getInformationTypeID()](./getinformationtypeid/) | Identifies the Royal Mail Mailmark barcode payload for each product type. Valid Values: '0' - Domestic Sorted & Unsorted | -| [getItemID()](./getitemid/) | Identifies the unique item within the Supply Chain ID. Every Mailmark barcode is required to carry an ID so it can be un | -| [getReturnToSenderPostCode()](./getreturntosenderpostcode/) | Contains the Return to Sender Post Code but no DPS. The PC(without DPS) must comply with a PAF® format. | -| [getRTSFlag()](./getrtsflag/) | Flag which indicates what level of Return to Sender service is being requested. | -| [getSupplyChainID()](./getsupplychainid/) | Identifies the unique group of customers involved in the mailing. Max value: 9999999. | -| [getUPUCountryID()](./getupucountryid/) | Identifies the UPU Country ID.Max length: 4 characters. | -| [getVersionID()](./getversionid/) | Identifies the barcode version as relevant to each Information Type ID. Valid Values: Currently '1'. '0' & '2' to '9' an | -| [initFromString(constructedCodetext)](./initfromstring/) | Initializes Mailmark data from constructed codetext. | -| [setClass_(value)](./setclass-/) | Identifies the class of the item. Valid Values: '1' - 1C (Retail) '2' - 2C (Retail) '3' - Economy (Retail) '5' - Deffere | -| [setCustomerContent(value)](./setcustomercontent/) | Optional space for use by customer. Max length by Type: Type 7: 6 characters Type 9: 45 characters Type 29: 25 character | -| [setCustomerContentEncodeMode(value)](./setcustomercontentencodemode/) | Encode mode of Datamatrix barcode. Default value: DataMatrixEncodeMode.C40. | -| [setDataMatrixType(value)](./setdatamatrixtype/) | 2D Mailmark Type defines size of Data Matrix barcode. | -| [setDestinationPostCodeAndDPS(value)](./setdestinationpostcodeanddps/) | Contains the Postcode of the Delivery Address with DPS If inland the Postcode/DP contains the following number of charac | -| [setInformationTypeID(value)](./setinformationtypeid/) | Identifies the Royal Mail Mailmark barcode payload for each product type. Valid Values: '0' - Domestic Sorted & Unsorted | -| [setItemID(value)](./setitemid/) | Identifies the unique item within the Supply Chain ID. Every Mailmark barcode is required to carry an ID so it can be un | -| [setReturnToSenderPostCode(value)](./setreturntosenderpostcode/) | Contains the Return to Sender Post Code but no DPS. The PC(without DPS) must comply with a PAF® format. | -| [setRTSFlag()](./setrtsflag/) | Flag which indicates what level of Return to Sender service is being requested. | -| [setSupplyChainID(value)](./setsupplychainid/) | Identifies the unique group of customers involved in the mailing. Max value: 9999999. | -| [setUPUCountryID(value)](./setupucountryid/) | Identifies the UPU Country ID.Max length: 4 characters. | -| [setVersionID(value)](./setversionid/) | Identifies the barcode version as relevant to each Information Type ID. Valid Values: Currently '1'. '0' & '2' to '9' an | +| [getBarcodeType()](#getbarcodetype) | Gets barcode type. | +| [getClass_()](#getclass-) | Identifies the class of the item. Valid Values: '1' - 1C (Retail) '2' - 2C (Retail) '3' - Economy (Retail) '5' - Deffere | +| [getConstructedCodetext()](#getconstructedcodetext) | Construct codetext from Mailmark data. | +| [getCustomerContent()](#getcustomercontent) | Optional space for use by customer. Max length by Type: Type 7: 6 characters Type 9: 45 characters Type 29: 25 character | +| [getCustomerContentEncodeMode()](#getcustomercontentencodemode) | Encode mode of Datamatrix barcode. Default value: DataMatrixEncodeMode.C40. | +| [getDataMatrixType()](#getdatamatrixtype) | 2D Mailmark Type defines size of Data Matrix barcode. | +| [getDestinationPostCodeAndDPS()](#getdestinationpostcodeanddps) | Contains the Postcode of the Delivery Address with DPS If inland the Postcode/DP contains the following number of charac | +| [getInformationTypeID()](#getinformationtypeid) | Identifies the Royal Mail Mailmark barcode payload for each product type. Valid Values: '0' - Domestic Sorted & Unsorted | +| [getItemID()](#getitemid) | Identifies the unique item within the Supply Chain ID. Every Mailmark barcode is required to carry an ID so it can be un | +| [getReturnToSenderPostCode()](#getreturntosenderpostcode) | Contains the Return to Sender Post Code but no DPS. The PC(without DPS) must comply with a PAF® format. | +| [getRTSFlag()](#getrtsflag) | Flag which indicates what level of Return to Sender service is being requested. | +| [getSupplyChainID()](#getsupplychainid) | Identifies the unique group of customers involved in the mailing. Max value: 9999999. | +| [getUPUCountryID()](#getupucountryid) | Identifies the UPU Country ID.Max length: 4 characters. | +| [getVersionID()](#getversionid) | Identifies the barcode version as relevant to each Information Type ID. Valid Values: Currently '1'. '0' & '2' to '9' an | +| [initFromString(constructedCodetext)](#initfromstring) | Initializes Mailmark data from constructed codetext. | +| [setClass_(value)](#setclass-) | Identifies the class of the item. Valid Values: '1' - 1C (Retail) '2' - 2C (Retail) '3' - Economy (Retail) '5' - Deffere | +| [setCustomerContent(value)](#setcustomercontent) | Optional space for use by customer. Max length by Type: Type 7: 6 characters Type 9: 45 characters Type 29: 25 character | +| [setCustomerContentEncodeMode(value)](#setcustomercontentencodemode) | Encode mode of Datamatrix barcode. Default value: DataMatrixEncodeMode.C40. | +| [setDataMatrixType(value)](#setdatamatrixtype) | 2D Mailmark Type defines size of Data Matrix barcode. | +| [setDestinationPostCodeAndDPS(value)](#setdestinationpostcodeanddps) | Contains the Postcode of the Delivery Address with DPS If inland the Postcode/DP contains the following number of charac | +| [setInformationTypeID(value)](#setinformationtypeid) | Identifies the Royal Mail Mailmark barcode payload for each product type. Valid Values: '0' - Domestic Sorted & Unsorted | +| [setItemID(value)](#setitemid) | Identifies the unique item within the Supply Chain ID. Every Mailmark barcode is required to carry an ID so it can be un | +| [setReturnToSenderPostCode(value)](#setreturntosenderpostcode) | Contains the Return to Sender Post Code but no DPS. The PC(without DPS) must comply with a PAF® format. | +| [setRTSFlag()](#setrtsflag) | Flag which indicates what level of Return to Sender service is being requested. | +| [setSupplyChainID(value)](#setsupplychainid) | Identifies the unique group of customers involved in the mailing. Max value: 9999999. | +| [setUPUCountryID(value)](#setupucountryid) | Identifies the UPU Country ID.Max length: 4 characters. | +| [setVersionID(value)](#setversionid) | Identifies the barcode version as relevant to each Information Type ID. Valid Values: Currently '1'. '0' & '2' to '9' an | + +### getBarcodeType() {#getbarcodetype} + +Gets barcode type. + +**Returns:** Barcode type. + +### getClass_() {#getclass-} + +Identifies the class of the item. Valid Values: '1' - 1C (Retail) '2' - 2C (Retail) '3' - Economy (Retail) '5' - Deffered (Retail) '8' - Premium (Network Access) '9' - Standard (Network Access) + +**Returns:** class of the item + +### getConstructedCodetext() {#getconstructedcodetext} + +Construct codetext from Mailmark data. + +**Returns:** Constructed codetext + +### getCustomerContent() {#getcustomercontent} + +Optional space for use by customer. Max length by Type: Type 7: 6 characters Type 9: 45 characters Type 29: 25 characters + +**Returns:** Customer content + +### getCustomerContentEncodeMode() {#getcustomercontentencodemode} + +Encode mode of Datamatrix barcode. Default value: DataMatrixEncodeMode.C40. + +**Returns:** Encode mode of Datamatrix barcode. + +### getDataMatrixType() {#getdatamatrixtype} + +2D Mailmark Type defines size of Data Matrix barcode. + +**Returns:** Size of Data Matrix barcode + +### getDestinationPostCodeAndDPS() {#getdestinationpostcodeanddps} + +Contains the Postcode of the Delivery Address with DPS If inland the Postcode/DP contains the following number of characters. Area (1 or 2 characters) District(1 or 2 characters) Sector(1 character) Unit(2 characters) DPS (2 characters). The Postcode and DPS must comply with a valid PAF® format. + +**Returns:** the Postcode of the Delivery Address with DPS + +### getInformationTypeID() {#getinformationtypeid} + +Identifies the Royal Mail Mailmark barcode payload for each product type. Valid Values: '0' - Domestic Sorted & Unsorted 'A' - Online Postage 'B' - Franking 'C' - Consolidation + +**Returns:** Information type ID + +### getItemID() {#getitemid} + +Identifies the unique item within the Supply Chain ID. Every Mailmark barcode is required to carry an ID so it can be uniquely identified for at least 90 days. Max value: 99999999. + +**Returns:** item within the Supply Chain ID + +### getReturnToSenderPostCode() {#getreturntosenderpostcode} + +Contains the Return to Sender Post Code but no DPS. The PC(without DPS) must comply with a PAF® format. + +**Returns:** Return to Sender Post Code but no DPS + +### getRTSFlag() {#getrtsflag} + +Flag which indicates what level of Return to Sender service is being requested. + +**Returns:** RTS Flag + +### getSupplyChainID() {#getsupplychainid} + +Identifies the unique group of customers involved in the mailing. Max value: 9999999. + +**Returns:** Supply chain ID + +### getUPUCountryID() {#getupucountryid} + +Identifies the UPU Country ID.Max length: 4 characters. + +**Returns:** Country ID + +### getVersionID() {#getversionid} + +Identifies the barcode version as relevant to each Information Type ID. Valid Values: Currently '1'. '0' & '2' to '9' and 'A' to 'Z' spare reserved for potential future use. + +**Returns:** Version ID + +### initFromString(constructedCodetext) {#initfromstring} + +Initializes Mailmark data from constructed codetext. + +| Parameter | Description | +| --- | --- | +| constructedCodetext | Constructed codetext. | + +### setClass_(value) {#setclass-} + +Identifies the class of the item. Valid Values: '1' - 1C (Retail) '2' - 2C (Retail) '3' - Economy (Retail) '5' - Deffered (Retail) '8' - Premium (Network Access) '9' - Standard (Network Access) + +| Parameter | Description | +| --- | --- | +| value | class of the item | + +### setCustomerContent(value) {#setcustomercontent} + +Optional space for use by customer. Max length by Type: Type 7: 6 characters Type 9: 45 characters Type 29: 25 characters + +| Parameter | Description | +| --- | --- | +| value | Customer content | + +### setCustomerContentEncodeMode(value) {#setcustomercontentencodemode} + +Encode mode of Datamatrix barcode. Default value: DataMatrixEncodeMode.C40. + +| Parameter | Description | +| --- | --- | +| value | Encode mode of Datamatrix barcode. | + +### setDataMatrixType(value) {#setdatamatrixtype} + +2D Mailmark Type defines size of Data Matrix barcode. + +| Parameter | Description | +| --- | --- | +| value | Size of Data Matrix barcode | + +### setDestinationPostCodeAndDPS(value) {#setdestinationpostcodeanddps} + +Contains the Postcode of the Delivery Address with DPS If inland the Postcode/DP contains the following number of characters. Area (1 or 2 characters) District(1 or 2 characters) Sector(1 character) Unit(2 characters) DPS (2 characters). The Postcode and DPS must comply with a valid PAF® format. + +| Parameter | Description | +| --- | --- | +| value | the Postcode of the Delivery Address with DPS | + +### setInformationTypeID(value) {#setinformationtypeid} + +Identifies the Royal Mail Mailmark barcode payload for each product type. Valid Values: '0' - Domestic Sorted & Unsorted 'A' - Online Postage 'B' - Franking 'C' - Consolidation + +| Parameter | Description | +| --- | --- | +| value | Information type ID | + +### setItemID(value) {#setitemid} + +Identifies the unique item within the Supply Chain ID. Every Mailmark barcode is required to carry an ID so it can be uniquely identified for at least 90 days. Max value: 99999999. + +| Parameter | Description | +| --- | --- | +| value | item within the Supply Chain ID | + +### setReturnToSenderPostCode(value) {#setreturntosenderpostcode} + +Contains the Return to Sender Post Code but no DPS. The PC(without DPS) must comply with a PAF® format. + +| Parameter | Description | +| --- | --- | +| value | Return to Sender Post Code but no DPS | + +### setRTSFlag() {#setrtsflag} + +Flag which indicates what level of Return to Sender service is being requested. + +**Returns:** RTS Flag + +### setSupplyChainID(value) {#setsupplychainid} + +Identifies the unique group of customers involved in the mailing. Max value: 9999999. + +| Parameter | Description | +| --- | --- | +| value | Supply chain ID | + +### setUPUCountryID(value) {#setupucountryid} + +Identifies the UPU Country ID.Max length: 4 characters. + +| Parameter | Description | +| --- | --- | +| value | Country ID | + +### setVersionID(value) {#setversionid} + +Identifies the barcode version as relevant to each Information Type ID. Valid Values: Currently '1'. '0' & '2' to '9' and 'A' to 'Z' spare reserved for potential future use. + +| Parameter | Description | +| --- | --- | +| value | Version ID | diff --git a/english/nodejs/aspose.barcode/mailmark2dcodetext/getbarcodetype/_index.md b/english/nodejs/aspose.barcode/mailmark2dcodetext/getbarcodetype/_index.md deleted file mode 100644 index be87c000e..000000000 --- a/english/nodejs/aspose.barcode/mailmark2dcodetext/getbarcodetype/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Mailmark2DCodetext.getBarcodeType" -linktitle: "getBarcodeType" -articleTitle: "getBarcodeType" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets barcode type." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/mailmark2dcodetext/getbarcodetype/ ---- - -## getBarcodeType() - -Gets barcode type. - -**Returns:** Barcode type. diff --git a/english/nodejs/aspose.barcode/mailmark2dcodetext/getclass-/_index.md b/english/nodejs/aspose.barcode/mailmark2dcodetext/getclass-/_index.md deleted file mode 100644 index d935e68e8..000000000 --- a/english/nodejs/aspose.barcode/mailmark2dcodetext/getclass-/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Mailmark2DCodetext.getClass_" -linktitle: "getClass_" -articleTitle: "getClass_" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies the class of the item. Valid Values: '1' - 1C (Retail) '2' - 2C (Retail) '3' - Economy (Retail) '5' - Deffered (Retail) '8' - Premium (Network Acc..." -type: docs -weight: 20 -url: /nodejs/aspose.barcode/mailmark2dcodetext/getclass-/ ---- - -## getClass_() - -Identifies the class of the item. Valid Values: '1' - 1C (Retail) '2' - 2C (Retail) '3' - Economy (Retail) '5' - Deffered (Retail) '8' - Premium (Network Access) '9' - Standard (Network Access) - -**Returns:** class of the item diff --git a/english/nodejs/aspose.barcode/mailmark2dcodetext/getconstructedcodetext/_index.md b/english/nodejs/aspose.barcode/mailmark2dcodetext/getconstructedcodetext/_index.md deleted file mode 100644 index f44a82f19..000000000 --- a/english/nodejs/aspose.barcode/mailmark2dcodetext/getconstructedcodetext/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Mailmark2DCodetext.getConstructedCodetext" -linktitle: "getConstructedCodetext" -articleTitle: "getConstructedCodetext" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Construct codetext from Mailmark data." -type: docs -weight: 30 -url: /nodejs/aspose.barcode/mailmark2dcodetext/getconstructedcodetext/ ---- - -## getConstructedCodetext() - -Construct codetext from Mailmark data. - -**Returns:** Constructed codetext diff --git a/english/nodejs/aspose.barcode/mailmark2dcodetext/getcustomercontent/_index.md b/english/nodejs/aspose.barcode/mailmark2dcodetext/getcustomercontent/_index.md deleted file mode 100644 index 230623f0e..000000000 --- a/english/nodejs/aspose.barcode/mailmark2dcodetext/getcustomercontent/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Mailmark2DCodetext.getCustomerContent" -linktitle: "getCustomerContent" -articleTitle: "getCustomerContent" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Optional space for use by customer. Max length by Type: Type 7: 6 characters Type 9: 45 characters Type 29: 25 characters" -type: docs -weight: 40 -url: /nodejs/aspose.barcode/mailmark2dcodetext/getcustomercontent/ ---- - -## getCustomerContent() - -Optional space for use by customer. Max length by Type: Type 7: 6 characters Type 9: 45 characters Type 29: 25 characters - -**Returns:** Customer content diff --git a/english/nodejs/aspose.barcode/mailmark2dcodetext/getcustomercontentencodemode/_index.md b/english/nodejs/aspose.barcode/mailmark2dcodetext/getcustomercontentencodemode/_index.md deleted file mode 100644 index 454b5519f..000000000 --- a/english/nodejs/aspose.barcode/mailmark2dcodetext/getcustomercontentencodemode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Mailmark2DCodetext.getCustomerContentEncodeMode" -linktitle: "getCustomerContentEncodeMode" -articleTitle: "getCustomerContentEncodeMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Encode mode of Datamatrix barcode. Default value: DataMatrixEncodeMode.C40." -type: docs -weight: 50 -url: /nodejs/aspose.barcode/mailmark2dcodetext/getcustomercontentencodemode/ ---- - -## getCustomerContentEncodeMode() - -Encode mode of Datamatrix barcode. Default value: DataMatrixEncodeMode.C40. - -**Returns:** Encode mode of Datamatrix barcode. diff --git a/english/nodejs/aspose.barcode/mailmark2dcodetext/getdatamatrixtype/_index.md b/english/nodejs/aspose.barcode/mailmark2dcodetext/getdatamatrixtype/_index.md deleted file mode 100644 index 288c971be..000000000 --- a/english/nodejs/aspose.barcode/mailmark2dcodetext/getdatamatrixtype/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Mailmark2DCodetext.getDataMatrixType" -linktitle: "getDataMatrixType" -articleTitle: "getDataMatrixType" -second_title: "Aspose.BarCode for Node.js via Java" -description: "2D Mailmark Type defines size of Data Matrix barcode." -type: docs -weight: 60 -url: /nodejs/aspose.barcode/mailmark2dcodetext/getdatamatrixtype/ ---- - -## getDataMatrixType() - -2D Mailmark Type defines size of Data Matrix barcode. - -**Returns:** Size of Data Matrix barcode diff --git a/english/nodejs/aspose.barcode/mailmark2dcodetext/getdestinationpostcodeanddps/_index.md b/english/nodejs/aspose.barcode/mailmark2dcodetext/getdestinationpostcodeanddps/_index.md deleted file mode 100644 index c21bf7d85..000000000 --- a/english/nodejs/aspose.barcode/mailmark2dcodetext/getdestinationpostcodeanddps/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Mailmark2DCodetext.getDestinationPostCodeAndDPS" -linktitle: "getDestinationPostCodeAndDPS" -articleTitle: "getDestinationPostCodeAndDPS" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Contains the Postcode of the Delivery Address with DPS If inland the Postcode/DP contains the following number of characters. Area (1 or 2 characters) Distri..." -type: docs -weight: 70 -url: /nodejs/aspose.barcode/mailmark2dcodetext/getdestinationpostcodeanddps/ ---- - -## getDestinationPostCodeAndDPS() - -Contains the Postcode of the Delivery Address with DPS If inland the Postcode/DP contains the following number of characters. Area (1 or 2 characters) District(1 or 2 characters) Sector(1 character) Unit(2 characters) DPS (2 characters). The Postcode and DPS must comply with a valid PAF® format. - -**Returns:** the Postcode of the Delivery Address with DPS diff --git a/english/nodejs/aspose.barcode/mailmark2dcodetext/getinformationtypeid/_index.md b/english/nodejs/aspose.barcode/mailmark2dcodetext/getinformationtypeid/_index.md deleted file mode 100644 index bdde7efad..000000000 --- a/english/nodejs/aspose.barcode/mailmark2dcodetext/getinformationtypeid/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Mailmark2DCodetext.getInformationTypeID" -linktitle: "getInformationTypeID" -articleTitle: "getInformationTypeID" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies the Royal Mail Mailmark barcode payload for each product type. Valid Values: '0' - Domestic Sorted & Unsorted 'A' - Online Postage 'B' - Franking ..." -type: docs -weight: 80 -url: /nodejs/aspose.barcode/mailmark2dcodetext/getinformationtypeid/ ---- - -## getInformationTypeID() - -Identifies the Royal Mail Mailmark barcode payload for each product type. Valid Values: '0' - Domestic Sorted & Unsorted 'A' - Online Postage 'B' - Franking 'C' - Consolidation - -**Returns:** Information type ID diff --git a/english/nodejs/aspose.barcode/mailmark2dcodetext/getitemid/_index.md b/english/nodejs/aspose.barcode/mailmark2dcodetext/getitemid/_index.md deleted file mode 100644 index e9a857322..000000000 --- a/english/nodejs/aspose.barcode/mailmark2dcodetext/getitemid/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Mailmark2DCodetext.getItemID" -linktitle: "getItemID" -articleTitle: "getItemID" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies the unique item within the Supply Chain ID. Every Mailmark barcode is required to carry an ID so it can be uniquely identified for at least 90 day..." -type: docs -weight: 90 -url: /nodejs/aspose.barcode/mailmark2dcodetext/getitemid/ ---- - -## getItemID() - -Identifies the unique item within the Supply Chain ID. Every Mailmark barcode is required to carry an ID so it can be uniquely identified for at least 90 days. Max value: 99999999. - -**Returns:** item within the Supply Chain ID diff --git a/english/nodejs/aspose.barcode/mailmark2dcodetext/getreturntosenderpostcode/_index.md b/english/nodejs/aspose.barcode/mailmark2dcodetext/getreturntosenderpostcode/_index.md deleted file mode 100644 index c13745bd6..000000000 --- a/english/nodejs/aspose.barcode/mailmark2dcodetext/getreturntosenderpostcode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Mailmark2DCodetext.getReturnToSenderPostCode" -linktitle: "getReturnToSenderPostCode" -articleTitle: "getReturnToSenderPostCode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Contains the Return to Sender Post Code but no DPS. The PC(without DPS) must comply with a PAF® format." -type: docs -weight: 100 -url: /nodejs/aspose.barcode/mailmark2dcodetext/getreturntosenderpostcode/ ---- - -## getReturnToSenderPostCode() - -Contains the Return to Sender Post Code but no DPS. The PC(without DPS) must comply with a PAF® format. - -**Returns:** Return to Sender Post Code but no DPS diff --git a/english/nodejs/aspose.barcode/mailmark2dcodetext/getrtsflag/_index.md b/english/nodejs/aspose.barcode/mailmark2dcodetext/getrtsflag/_index.md deleted file mode 100644 index 90be6bff6..000000000 --- a/english/nodejs/aspose.barcode/mailmark2dcodetext/getrtsflag/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Mailmark2DCodetext.getRTSFlag" -linktitle: "getRTSFlag" -articleTitle: "getRTSFlag" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Flag which indicates what level of Return to Sender service is being requested." -type: docs -weight: 110 -url: /nodejs/aspose.barcode/mailmark2dcodetext/getrtsflag/ ---- - -## getRTSFlag() - -Flag which indicates what level of Return to Sender service is being requested. - -**Returns:** RTS Flag diff --git a/english/nodejs/aspose.barcode/mailmark2dcodetext/getsupplychainid/_index.md b/english/nodejs/aspose.barcode/mailmark2dcodetext/getsupplychainid/_index.md deleted file mode 100644 index 628df24a0..000000000 --- a/english/nodejs/aspose.barcode/mailmark2dcodetext/getsupplychainid/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Mailmark2DCodetext.getSupplyChainID" -linktitle: "getSupplyChainID" -articleTitle: "getSupplyChainID" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies the unique group of customers involved in the mailing. Max value: 9999999." -type: docs -weight: 120 -url: /nodejs/aspose.barcode/mailmark2dcodetext/getsupplychainid/ ---- - -## getSupplyChainID() - -Identifies the unique group of customers involved in the mailing. Max value: 9999999. - -**Returns:** Supply chain ID diff --git a/english/nodejs/aspose.barcode/mailmark2dcodetext/getupucountryid/_index.md b/english/nodejs/aspose.barcode/mailmark2dcodetext/getupucountryid/_index.md deleted file mode 100644 index d43a42765..000000000 --- a/english/nodejs/aspose.barcode/mailmark2dcodetext/getupucountryid/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Mailmark2DCodetext.getUPUCountryID" -linktitle: "getUPUCountryID" -articleTitle: "getUPUCountryID" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies the UPU Country ID.Max length: 4 characters." -type: docs -weight: 130 -url: /nodejs/aspose.barcode/mailmark2dcodetext/getupucountryid/ ---- - -## getUPUCountryID() - -Identifies the UPU Country ID.Max length: 4 characters. - -**Returns:** Country ID diff --git a/english/nodejs/aspose.barcode/mailmark2dcodetext/getversionid/_index.md b/english/nodejs/aspose.barcode/mailmark2dcodetext/getversionid/_index.md deleted file mode 100644 index 837b850e5..000000000 --- a/english/nodejs/aspose.barcode/mailmark2dcodetext/getversionid/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Mailmark2DCodetext.getVersionID" -linktitle: "getVersionID" -articleTitle: "getVersionID" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies the barcode version as relevant to each Information Type ID. Valid Values: Currently '1'. '0' & '2' to '9' and 'A' to 'Z' spare reserved for poten..." -type: docs -weight: 140 -url: /nodejs/aspose.barcode/mailmark2dcodetext/getversionid/ ---- - -## getVersionID() - -Identifies the barcode version as relevant to each Information Type ID. Valid Values: Currently '1'. '0' & '2' to '9' and 'A' to 'Z' spare reserved for potential future use. - -**Returns:** Version ID diff --git a/english/nodejs/aspose.barcode/mailmark2dcodetext/initfromstring/_index.md b/english/nodejs/aspose.barcode/mailmark2dcodetext/initfromstring/_index.md deleted file mode 100644 index 3087c20b2..000000000 --- a/english/nodejs/aspose.barcode/mailmark2dcodetext/initfromstring/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Mailmark2DCodetext.initFromString" -linktitle: "initFromString" -articleTitle: "initFromString" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Initializes Mailmark data from constructed codetext." -type: docs -weight: 150 -url: /nodejs/aspose.barcode/mailmark2dcodetext/initfromstring/ ---- - -## initFromString(constructedCodetext) - -Initializes Mailmark data from constructed codetext. - -| Parameter | Description | -| --- | --- | -| constructedCodetext | Constructed codetext. | diff --git a/english/nodejs/aspose.barcode/mailmark2dcodetext/setclass-/_index.md b/english/nodejs/aspose.barcode/mailmark2dcodetext/setclass-/_index.md deleted file mode 100644 index e4d9a1013..000000000 --- a/english/nodejs/aspose.barcode/mailmark2dcodetext/setclass-/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Mailmark2DCodetext.setClass_" -linktitle: "setClass_" -articleTitle: "setClass_" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies the class of the item. Valid Values: '1' - 1C (Retail) '2' - 2C (Retail) '3' - Economy (Retail) '5' - Deffered (Retail) '8' - Premium (Network Acc..." -type: docs -weight: 160 -url: /nodejs/aspose.barcode/mailmark2dcodetext/setclass-/ ---- - -## setClass_(value) - -Identifies the class of the item. Valid Values: '1' - 1C (Retail) '2' - 2C (Retail) '3' - Economy (Retail) '5' - Deffered (Retail) '8' - Premium (Network Access) '9' - Standard (Network Access) - -| Parameter | Description | -| --- | --- | -| value | class of the item | diff --git a/english/nodejs/aspose.barcode/mailmark2dcodetext/setcustomercontent/_index.md b/english/nodejs/aspose.barcode/mailmark2dcodetext/setcustomercontent/_index.md deleted file mode 100644 index f3074b44b..000000000 --- a/english/nodejs/aspose.barcode/mailmark2dcodetext/setcustomercontent/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Mailmark2DCodetext.setCustomerContent" -linktitle: "setCustomerContent" -articleTitle: "setCustomerContent" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Optional space for use by customer. Max length by Type: Type 7: 6 characters Type 9: 45 characters Type 29: 25 characters" -type: docs -weight: 170 -url: /nodejs/aspose.barcode/mailmark2dcodetext/setcustomercontent/ ---- - -## setCustomerContent(value) - -Optional space for use by customer. Max length by Type: Type 7: 6 characters Type 9: 45 characters Type 29: 25 characters - -| Parameter | Description | -| --- | --- | -| value | Customer content | diff --git a/english/nodejs/aspose.barcode/mailmark2dcodetext/setcustomercontentencodemode/_index.md b/english/nodejs/aspose.barcode/mailmark2dcodetext/setcustomercontentencodemode/_index.md deleted file mode 100644 index 02d759019..000000000 --- a/english/nodejs/aspose.barcode/mailmark2dcodetext/setcustomercontentencodemode/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Mailmark2DCodetext.setCustomerContentEncodeMode" -linktitle: "setCustomerContentEncodeMode" -articleTitle: "setCustomerContentEncodeMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Encode mode of Datamatrix barcode. Default value: DataMatrixEncodeMode.C40." -type: docs -weight: 180 -url: /nodejs/aspose.barcode/mailmark2dcodetext/setcustomercontentencodemode/ ---- - -## setCustomerContentEncodeMode(value) - -Encode mode of Datamatrix barcode. Default value: DataMatrixEncodeMode.C40. - -| Parameter | Description | -| --- | --- | -| value | Encode mode of Datamatrix barcode. | diff --git a/english/nodejs/aspose.barcode/mailmark2dcodetext/setdatamatrixtype/_index.md b/english/nodejs/aspose.barcode/mailmark2dcodetext/setdatamatrixtype/_index.md deleted file mode 100644 index eada9045e..000000000 --- a/english/nodejs/aspose.barcode/mailmark2dcodetext/setdatamatrixtype/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Mailmark2DCodetext.setDataMatrixType" -linktitle: "setDataMatrixType" -articleTitle: "setDataMatrixType" -second_title: "Aspose.BarCode for Node.js via Java" -description: "2D Mailmark Type defines size of Data Matrix barcode." -type: docs -weight: 190 -url: /nodejs/aspose.barcode/mailmark2dcodetext/setdatamatrixtype/ ---- - -## setDataMatrixType(value) - -2D Mailmark Type defines size of Data Matrix barcode. - -| Parameter | Description | -| --- | --- | -| value | Size of Data Matrix barcode | diff --git a/english/nodejs/aspose.barcode/mailmark2dcodetext/setdestinationpostcodeanddps/_index.md b/english/nodejs/aspose.barcode/mailmark2dcodetext/setdestinationpostcodeanddps/_index.md deleted file mode 100644 index 81ef23fde..000000000 --- a/english/nodejs/aspose.barcode/mailmark2dcodetext/setdestinationpostcodeanddps/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Mailmark2DCodetext.setDestinationPostCodeAndDPS" -linktitle: "setDestinationPostCodeAndDPS" -articleTitle: "setDestinationPostCodeAndDPS" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Contains the Postcode of the Delivery Address with DPS If inland the Postcode/DP contains the following number of characters. Area (1 or 2 characters) Distri..." -type: docs -weight: 200 -url: /nodejs/aspose.barcode/mailmark2dcodetext/setdestinationpostcodeanddps/ ---- - -## setDestinationPostCodeAndDPS(value) - -Contains the Postcode of the Delivery Address with DPS If inland the Postcode/DP contains the following number of characters. Area (1 or 2 characters) District(1 or 2 characters) Sector(1 character) Unit(2 characters) DPS (2 characters). The Postcode and DPS must comply with a valid PAF® format. - -| Parameter | Description | -| --- | --- | -| value | the Postcode of the Delivery Address with DPS | diff --git a/english/nodejs/aspose.barcode/mailmark2dcodetext/setinformationtypeid/_index.md b/english/nodejs/aspose.barcode/mailmark2dcodetext/setinformationtypeid/_index.md deleted file mode 100644 index 16ec9a8c8..000000000 --- a/english/nodejs/aspose.barcode/mailmark2dcodetext/setinformationtypeid/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Mailmark2DCodetext.setInformationTypeID" -linktitle: "setInformationTypeID" -articleTitle: "setInformationTypeID" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies the Royal Mail Mailmark barcode payload for each product type. Valid Values: '0' - Domestic Sorted & Unsorted 'A' - Online Postage 'B' - Franking ..." -type: docs -weight: 210 -url: /nodejs/aspose.barcode/mailmark2dcodetext/setinformationtypeid/ ---- - -## setInformationTypeID(value) - -Identifies the Royal Mail Mailmark barcode payload for each product type. Valid Values: '0' - Domestic Sorted & Unsorted 'A' - Online Postage 'B' - Franking 'C' - Consolidation - -| Parameter | Description | -| --- | --- | -| value | Information type ID | diff --git a/english/nodejs/aspose.barcode/mailmark2dcodetext/setitemid/_index.md b/english/nodejs/aspose.barcode/mailmark2dcodetext/setitemid/_index.md deleted file mode 100644 index 05437691c..000000000 --- a/english/nodejs/aspose.barcode/mailmark2dcodetext/setitemid/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Mailmark2DCodetext.setItemID" -linktitle: "setItemID" -articleTitle: "setItemID" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies the unique item within the Supply Chain ID. Every Mailmark barcode is required to carry an ID so it can be uniquely identified for at least 90 day..." -type: docs -weight: 220 -url: /nodejs/aspose.barcode/mailmark2dcodetext/setitemid/ ---- - -## setItemID(value) - -Identifies the unique item within the Supply Chain ID. Every Mailmark barcode is required to carry an ID so it can be uniquely identified for at least 90 days. Max value: 99999999. - -| Parameter | Description | -| --- | --- | -| value | item within the Supply Chain ID | diff --git a/english/nodejs/aspose.barcode/mailmark2dcodetext/setreturntosenderpostcode/_index.md b/english/nodejs/aspose.barcode/mailmark2dcodetext/setreturntosenderpostcode/_index.md deleted file mode 100644 index a9fb40ca7..000000000 --- a/english/nodejs/aspose.barcode/mailmark2dcodetext/setreturntosenderpostcode/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Mailmark2DCodetext.setReturnToSenderPostCode" -linktitle: "setReturnToSenderPostCode" -articleTitle: "setReturnToSenderPostCode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Contains the Return to Sender Post Code but no DPS. The PC(without DPS) must comply with a PAF® format." -type: docs -weight: 230 -url: /nodejs/aspose.barcode/mailmark2dcodetext/setreturntosenderpostcode/ ---- - -## setReturnToSenderPostCode(value) - -Contains the Return to Sender Post Code but no DPS. The PC(without DPS) must comply with a PAF® format. - -| Parameter | Description | -| --- | --- | -| value | Return to Sender Post Code but no DPS | diff --git a/english/nodejs/aspose.barcode/mailmark2dcodetext/setrtsflag/_index.md b/english/nodejs/aspose.barcode/mailmark2dcodetext/setrtsflag/_index.md deleted file mode 100644 index 993aae8d3..000000000 --- a/english/nodejs/aspose.barcode/mailmark2dcodetext/setrtsflag/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Mailmark2DCodetext.setRTSFlag" -linktitle: "setRTSFlag" -articleTitle: "setRTSFlag" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Flag which indicates what level of Return to Sender service is being requested." -type: docs -weight: 240 -url: /nodejs/aspose.barcode/mailmark2dcodetext/setrtsflag/ ---- - -## setRTSFlag() - -Flag which indicates what level of Return to Sender service is being requested. - -**Returns:** RTS Flag diff --git a/english/nodejs/aspose.barcode/mailmark2dcodetext/setsupplychainid/_index.md b/english/nodejs/aspose.barcode/mailmark2dcodetext/setsupplychainid/_index.md deleted file mode 100644 index 0c3d9e000..000000000 --- a/english/nodejs/aspose.barcode/mailmark2dcodetext/setsupplychainid/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Mailmark2DCodetext.setSupplyChainID" -linktitle: "setSupplyChainID" -articleTitle: "setSupplyChainID" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies the unique group of customers involved in the mailing. Max value: 9999999." -type: docs -weight: 250 -url: /nodejs/aspose.barcode/mailmark2dcodetext/setsupplychainid/ ---- - -## setSupplyChainID(value) - -Identifies the unique group of customers involved in the mailing. Max value: 9999999. - -| Parameter | Description | -| --- | --- | -| value | Supply chain ID | diff --git a/english/nodejs/aspose.barcode/mailmark2dcodetext/setupucountryid/_index.md b/english/nodejs/aspose.barcode/mailmark2dcodetext/setupucountryid/_index.md deleted file mode 100644 index fd4b51994..000000000 --- a/english/nodejs/aspose.barcode/mailmark2dcodetext/setupucountryid/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Mailmark2DCodetext.setUPUCountryID" -linktitle: "setUPUCountryID" -articleTitle: "setUPUCountryID" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies the UPU Country ID.Max length: 4 characters." -type: docs -weight: 260 -url: /nodejs/aspose.barcode/mailmark2dcodetext/setupucountryid/ ---- - -## setUPUCountryID(value) - -Identifies the UPU Country ID.Max length: 4 characters. - -| Parameter | Description | -| --- | --- | -| value | Country ID | diff --git a/english/nodejs/aspose.barcode/mailmark2dcodetext/setversionid/_index.md b/english/nodejs/aspose.barcode/mailmark2dcodetext/setversionid/_index.md deleted file mode 100644 index a1f0333f4..000000000 --- a/english/nodejs/aspose.barcode/mailmark2dcodetext/setversionid/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Mailmark2DCodetext.setVersionID" -linktitle: "setVersionID" -articleTitle: "setVersionID" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies the barcode version as relevant to each Information Type ID. Valid Values: Currently '1'. '0' & '2' to '9' and 'A' to 'Z' spare reserved for poten..." -type: docs -weight: 270 -url: /nodejs/aspose.barcode/mailmark2dcodetext/setversionid/ ---- - -## setVersionID(value) - -Identifies the barcode version as relevant to each Information Type ID. Valid Values: Currently '1'. '0' & '2' to '9' and 'A' to 'Z' spare reserved for potential future use. - -| Parameter | Description | -| --- | --- | -| value | Version ID | diff --git a/english/nodejs/aspose.barcode/mailmarkcodetext/_index.md b/english/nodejs/aspose.barcode/mailmarkcodetext/_index.md index 8350f8fc2..937477ed2 100644 --- a/english/nodejs/aspose.barcode/mailmarkcodetext/_index.md +++ b/english/nodejs/aspose.barcode/mailmarkcodetext/_index.md @@ -1,8 +1,7 @@ --- -title: "MailmarkCodetext Class" +title: "MailmarkCodetext" linktitle: "MailmarkCodetext" -articleTitle: "MailmarkCodetext" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Class for encoding and decoding the text embedded in the 4-state Royal Mailmark code." type: docs weight: 580 @@ -23,18 +22,86 @@ Initializes a new instance of the `MailmarkCodetext` class. | Name | Description | | --- | --- | -| [getBarcodeType()](./getbarcodetype/) | Gets barcode type. | -| [getClass_()](./getclass-/) | "0" - Null or Test "1" - 1C (Retail) "2" - 2C (Retail) "3" - 3C (Retail) "4" - Premium (RetailPublishing Mail) (for pote | -| [getConstructedCodetext()](./getconstructedcodetext/) | Construct codetext from Mailmark data. | -| [getDestinationPostCodePlusDPS()](./getdestinationpostcodeplusdps/) | The PC and DP must comply with a PAF format. Nine character string denoting international "XY11 " (note the 5 trailing s | -| [getFormat()](./getformat/) | "0" – Null or Test "1" – Letter "2" – Large Letter | -| [getItemID()](./getitemid/) | Maximum value is 99999999. | -| [getSupplychainID()](./getsupplychainid/) | Maximum values are 99 for Barcode C and 999999 for Barcode L. | -| [getVersionID()](./getversionid/) | Currently "1" – For Mailmark barcode (0 and 2 to 9 and A to Z spare for future use) | -| [initFromString(constructedCodetext)](./initfromstring/) | Initializes Mailmark data from constructed codetext. | -| [setClass_()](./setclass-/) | "0" - Null or Test "1" - 1C (Retail) "2" - 2C (Retail) "3" - 3C (Retail) "4" - Premium (RetailPublishing Mail) (for pote | -| [setDestinationPostCodePlusDPS()](./setdestinationpostcodeplusdps/) | The PC and DP must comply with a PAF format. Nine character string denoting international "XY11 " (note the 5 trailing s | -| [setFormat()](./setformat/) | "0" – Null or Test "1" – LetterN "2" – Large Letter | -| [setItemID()](./setitemid/) | Maximum value is 99999999. | -| [setSupplychainID()](./setsupplychainid/) | Maximum values are 99 for Barcode C and 999999 for Barcode L. | -| [setVersionID()](./setversionid/) | Currently "1" – For Mailmark barcode (0 and 2 to 9 and A to Z spare for future use) | +| [getBarcodeType()](#getbarcodetype) | Gets barcode type. | +| [getClass_()](#getclass-) | "0" - Null or Test "1" - 1C (Retail) "2" - 2C (Retail) "3" - 3C (Retail) "4" - Premium (RetailPublishing Mail) (for pote | +| [getConstructedCodetext()](#getconstructedcodetext) | Construct codetext from Mailmark data. | +| [getDestinationPostCodePlusDPS()](#getdestinationpostcodeplusdps) | The PC and DP must comply with a PAF format. Nine character string denoting international "XY11 " (note the 5 trailing s | +| [getFormat()](#getformat) | "0" – Null or Test "1" – Letter "2" – Large Letter | +| [getItemID()](#getitemid) | Maximum value is 99999999. | +| [getSupplychainID()](#getsupplychainid) | Maximum values are 99 for Barcode C and 999999 for Barcode L. | +| [getVersionID()](#getversionid) | Currently "1" – For Mailmark barcode (0 and 2 to 9 and A to Z spare for future use) | +| [initFromString(constructedCodetext)](#initfromstring) | Initializes Mailmark data from constructed codetext. | +| [setClass_()](#setclass-) | "0" - Null or Test "1" - 1C (Retail) "2" - 2C (Retail) "3" - 3C (Retail) "4" - Premium (RetailPublishing Mail) (for pote | +| [setDestinationPostCodePlusDPS()](#setdestinationpostcodeplusdps) | The PC and DP must comply with a PAF format. Nine character string denoting international "XY11 " (note the 5 trailing s | +| [setFormat()](#setformat) | "0" – Null or Test "1" – LetterN "2" – Large Letter | +| [setItemID()](#setitemid) | Maximum value is 99999999. | +| [setSupplychainID()](#setsupplychainid) | Maximum values are 99 for Barcode C and 999999 for Barcode L. | +| [setVersionID()](#setversionid) | Currently "1" – For Mailmark barcode (0 and 2 to 9 and A to Z spare for future use) | + +### getBarcodeType() {#getbarcodetype} + +Gets barcode type. + +**Returns:** Barcode type. + +### getClass_() {#getclass-} + +"0" - Null or Test "1" - 1C (Retail) "2" - 2C (Retail) "3" - 3C (Retail) "4" - Premium (RetailPublishing Mail) (for potential future use) "5" - Deferred (Retail) "6" - Air (Retail) (for potential future use) "7" - Surface (Retail) (for potential future use) "8" - Premium (Network Access) "9" - Standard (Network Access) + +### getConstructedCodetext() {#getconstructedcodetext} + +Construct codetext from Mailmark data. + +**Returns:** Constructed codetext + +### getDestinationPostCodePlusDPS() {#getdestinationpostcodeplusdps} + +The PC and DP must comply with a PAF format. Nine character string denoting international "XY11 " (note the 5 trailing spaces) or a pattern of characters denoting a domestic sorting code. A domestic sorting code consists of an outward postcode, an inward postcode, and a Delivery Point Suffix. + +### getFormat() {#getformat} + +"0" – Null or Test "1" – Letter "2" – Large Letter + +### getItemID() {#getitemid} + +Maximum value is 99999999. + +### getSupplychainID() {#getsupplychainid} + +Maximum values are 99 for Barcode C and 999999 for Barcode L. + +### getVersionID() {#getversionid} + +Currently "1" – For Mailmark barcode (0 and 2 to 9 and A to Z spare for future use) + +### initFromString(constructedCodetext) {#initfromstring} + +Initializes Mailmark data from constructed codetext. + +| Parameter | Description | +| --- | --- | +| constructedCodetext | Constructed codetext. | + +### setClass_() {#setclass-} + +"0" - Null or Test "1" - 1C (Retail) "2" - 2C (Retail) "3" - 3C (Retail) "4" - Premium (RetailPublishing Mail) (for potential future use) "5" - Deferred (Retail) "6" - Air (Retail) (for potential future use) "7" - Surface (Retail) (for potential future use) "8" - Premium (Network Access) "9" - Standard (Network Access) + +### setDestinationPostCodePlusDPS() {#setdestinationpostcodeplusdps} + +The PC and DP must comply with a PAF format. Nine character string denoting international "XY11 " (note the 5 trailing spaces) or a pattern of characters denoting a domestic sorting code. A domestic sorting code consists of an outward postcode, an inward postcode, and a Delivery Point Suffix. + +### setFormat() {#setformat} + +"0" – Null or Test "1" – LetterN "2" – Large Letter + +### setItemID() {#setitemid} + +Maximum value is 99999999. + +### setSupplychainID() {#setsupplychainid} + +Maximum values are 99 for Barcode C and 999999 for Barcode L. + +### setVersionID() {#setversionid} + +Currently "1" – For Mailmark barcode (0 and 2 to 9 and A to Z spare for future use) diff --git a/english/nodejs/aspose.barcode/mailmarkcodetext/getbarcodetype/_index.md b/english/nodejs/aspose.barcode/mailmarkcodetext/getbarcodetype/_index.md deleted file mode 100644 index 318b82d40..000000000 --- a/english/nodejs/aspose.barcode/mailmarkcodetext/getbarcodetype/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "MailmarkCodetext.getBarcodeType" -linktitle: "getBarcodeType" -articleTitle: "getBarcodeType" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets barcode type." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/mailmarkcodetext/getbarcodetype/ ---- - -## getBarcodeType() - -Gets barcode type. - -**Returns:** Barcode type. diff --git a/english/nodejs/aspose.barcode/mailmarkcodetext/getclass-/_index.md b/english/nodejs/aspose.barcode/mailmarkcodetext/getclass-/_index.md deleted file mode 100644 index 971430522..000000000 --- a/english/nodejs/aspose.barcode/mailmarkcodetext/getclass-/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MailmarkCodetext.getClass_" -linktitle: "getClass_" -articleTitle: "getClass_" -second_title: "Aspose.BarCode for Node.js via Java" -description: "'0' - Null or Test '1' - 1C (Retail) '2' - 2C (Retail) '3' - 3C (Retail) '4' - Premium (RetailPublishing Mail) (for potential future use) '5' - Deferred (Ret..." -type: docs -weight: 20 -url: /nodejs/aspose.barcode/mailmarkcodetext/getclass-/ ---- - -## getClass_() - -"0" - Null or Test "1" - 1C (Retail) "2" - 2C (Retail) "3" - 3C (Retail) "4" - Premium (RetailPublishing Mail) (for potential future use) "5" - Deferred (Retail) "6" - Air (Retail) (for potential future use) "7" - Surface (Retail) (for potential future use) "8" - Premium (Network Access) "9" - Standard (Network Access) diff --git a/english/nodejs/aspose.barcode/mailmarkcodetext/getconstructedcodetext/_index.md b/english/nodejs/aspose.barcode/mailmarkcodetext/getconstructedcodetext/_index.md deleted file mode 100644 index 95bcb4dc2..000000000 --- a/english/nodejs/aspose.barcode/mailmarkcodetext/getconstructedcodetext/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "MailmarkCodetext.getConstructedCodetext" -linktitle: "getConstructedCodetext" -articleTitle: "getConstructedCodetext" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Construct codetext from Mailmark data." -type: docs -weight: 30 -url: /nodejs/aspose.barcode/mailmarkcodetext/getconstructedcodetext/ ---- - -## getConstructedCodetext() - -Construct codetext from Mailmark data. - -**Returns:** Constructed codetext diff --git a/english/nodejs/aspose.barcode/mailmarkcodetext/getdestinationpostcodeplusdps/_index.md b/english/nodejs/aspose.barcode/mailmarkcodetext/getdestinationpostcodeplusdps/_index.md deleted file mode 100644 index e59e4bb08..000000000 --- a/english/nodejs/aspose.barcode/mailmarkcodetext/getdestinationpostcodeplusdps/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MailmarkCodetext.getDestinationPostCodePlusDPS" -linktitle: "getDestinationPostCodePlusDPS" -articleTitle: "getDestinationPostCodePlusDPS" -second_title: "Aspose.BarCode for Node.js via Java" -description: "The PC and DP must comply with a PAF format. Nine character string denoting international 'XY11 ' (note the 5 trailing spaces) or a pattern of characters den..." -type: docs -weight: 40 -url: /nodejs/aspose.barcode/mailmarkcodetext/getdestinationpostcodeplusdps/ ---- - -## getDestinationPostCodePlusDPS() - -The PC and DP must comply with a PAF format. Nine character string denoting international "XY11 " (note the 5 trailing spaces) or a pattern of characters denoting a domestic sorting code. A domestic sorting code consists of an outward postcode, an inward postcode, and a Delivery Point Suffix. diff --git a/english/nodejs/aspose.barcode/mailmarkcodetext/getformat/_index.md b/english/nodejs/aspose.barcode/mailmarkcodetext/getformat/_index.md deleted file mode 100644 index d7fc7dbcf..000000000 --- a/english/nodejs/aspose.barcode/mailmarkcodetext/getformat/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MailmarkCodetext.getFormat" -linktitle: "getFormat" -articleTitle: "getFormat" -second_title: "Aspose.BarCode for Node.js via Java" -description: "'0' – Null or Test '1' – Letter '2' – Large Letter" -type: docs -weight: 50 -url: /nodejs/aspose.barcode/mailmarkcodetext/getformat/ ---- - -## getFormat() - -"0" – Null or Test "1" – Letter "2" – Large Letter diff --git a/english/nodejs/aspose.barcode/mailmarkcodetext/getitemid/_index.md b/english/nodejs/aspose.barcode/mailmarkcodetext/getitemid/_index.md deleted file mode 100644 index c250a0522..000000000 --- a/english/nodejs/aspose.barcode/mailmarkcodetext/getitemid/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MailmarkCodetext.getItemID" -linktitle: "getItemID" -articleTitle: "getItemID" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Maximum value is 99999999." -type: docs -weight: 60 -url: /nodejs/aspose.barcode/mailmarkcodetext/getitemid/ ---- - -## getItemID() - -Maximum value is 99999999. diff --git a/english/nodejs/aspose.barcode/mailmarkcodetext/getsupplychainid/_index.md b/english/nodejs/aspose.barcode/mailmarkcodetext/getsupplychainid/_index.md deleted file mode 100644 index 2a8082ca1..000000000 --- a/english/nodejs/aspose.barcode/mailmarkcodetext/getsupplychainid/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MailmarkCodetext.getSupplychainID" -linktitle: "getSupplychainID" -articleTitle: "getSupplychainID" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Maximum values are 99 for Barcode C and 999999 for Barcode L." -type: docs -weight: 70 -url: /nodejs/aspose.barcode/mailmarkcodetext/getsupplychainid/ ---- - -## getSupplychainID() - -Maximum values are 99 for Barcode C and 999999 for Barcode L. diff --git a/english/nodejs/aspose.barcode/mailmarkcodetext/getversionid/_index.md b/english/nodejs/aspose.barcode/mailmarkcodetext/getversionid/_index.md deleted file mode 100644 index 2c4166bf5..000000000 --- a/english/nodejs/aspose.barcode/mailmarkcodetext/getversionid/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MailmarkCodetext.getVersionID" -linktitle: "getVersionID" -articleTitle: "getVersionID" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Currently '1' – For Mailmark barcode (0 and 2 to 9 and A to Z spare for future use)" -type: docs -weight: 80 -url: /nodejs/aspose.barcode/mailmarkcodetext/getversionid/ ---- - -## getVersionID() - -Currently "1" – For Mailmark barcode (0 and 2 to 9 and A to Z spare for future use) diff --git a/english/nodejs/aspose.barcode/mailmarkcodetext/initfromstring/_index.md b/english/nodejs/aspose.barcode/mailmarkcodetext/initfromstring/_index.md deleted file mode 100644 index c804c4ce6..000000000 --- a/english/nodejs/aspose.barcode/mailmarkcodetext/initfromstring/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "MailmarkCodetext.initFromString" -linktitle: "initFromString" -articleTitle: "initFromString" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Initializes Mailmark data from constructed codetext." -type: docs -weight: 90 -url: /nodejs/aspose.barcode/mailmarkcodetext/initfromstring/ ---- - -## initFromString(constructedCodetext) - -Initializes Mailmark data from constructed codetext. - -| Parameter | Description | -| --- | --- | -| constructedCodetext | Constructed codetext. | diff --git a/english/nodejs/aspose.barcode/mailmarkcodetext/setclass-/_index.md b/english/nodejs/aspose.barcode/mailmarkcodetext/setclass-/_index.md deleted file mode 100644 index ee78bd01a..000000000 --- a/english/nodejs/aspose.barcode/mailmarkcodetext/setclass-/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MailmarkCodetext.setClass_" -linktitle: "setClass_" -articleTitle: "setClass_" -second_title: "Aspose.BarCode for Node.js via Java" -description: "'0' - Null or Test '1' - 1C (Retail) '2' - 2C (Retail) '3' - 3C (Retail) '4' - Premium (RetailPublishing Mail) (for potential future use) '5' - Deferred (Ret..." -type: docs -weight: 100 -url: /nodejs/aspose.barcode/mailmarkcodetext/setclass-/ ---- - -## setClass_() - -"0" - Null or Test "1" - 1C (Retail) "2" - 2C (Retail) "3" - 3C (Retail) "4" - Premium (RetailPublishing Mail) (for potential future use) "5" - Deferred (Retail) "6" - Air (Retail) (for potential future use) "7" - Surface (Retail) (for potential future use) "8" - Premium (Network Access) "9" - Standard (Network Access) diff --git a/english/nodejs/aspose.barcode/mailmarkcodetext/setdestinationpostcodeplusdps/_index.md b/english/nodejs/aspose.barcode/mailmarkcodetext/setdestinationpostcodeplusdps/_index.md deleted file mode 100644 index e5686b0fd..000000000 --- a/english/nodejs/aspose.barcode/mailmarkcodetext/setdestinationpostcodeplusdps/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MailmarkCodetext.setDestinationPostCodePlusDPS" -linktitle: "setDestinationPostCodePlusDPS" -articleTitle: "setDestinationPostCodePlusDPS" -second_title: "Aspose.BarCode for Node.js via Java" -description: "The PC and DP must comply with a PAF format. Nine character string denoting international 'XY11 ' (note the 5 trailing spaces) or a pattern of characters den..." -type: docs -weight: 110 -url: /nodejs/aspose.barcode/mailmarkcodetext/setdestinationpostcodeplusdps/ ---- - -## setDestinationPostCodePlusDPS() - -The PC and DP must comply with a PAF format. Nine character string denoting international "XY11 " (note the 5 trailing spaces) or a pattern of characters denoting a domestic sorting code. A domestic sorting code consists of an outward postcode, an inward postcode, and a Delivery Point Suffix. diff --git a/english/nodejs/aspose.barcode/mailmarkcodetext/setformat/_index.md b/english/nodejs/aspose.barcode/mailmarkcodetext/setformat/_index.md deleted file mode 100644 index cea5bc82d..000000000 --- a/english/nodejs/aspose.barcode/mailmarkcodetext/setformat/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MailmarkCodetext.setFormat" -linktitle: "setFormat" -articleTitle: "setFormat" -second_title: "Aspose.BarCode for Node.js via Java" -description: "'0' – Null or Test '1' – LetterN '2' – Large Letter" -type: docs -weight: 120 -url: /nodejs/aspose.barcode/mailmarkcodetext/setformat/ ---- - -## setFormat() - -"0" – Null or Test "1" – LetterN "2" – Large Letter diff --git a/english/nodejs/aspose.barcode/mailmarkcodetext/setitemid/_index.md b/english/nodejs/aspose.barcode/mailmarkcodetext/setitemid/_index.md deleted file mode 100644 index ac1c8efc2..000000000 --- a/english/nodejs/aspose.barcode/mailmarkcodetext/setitemid/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MailmarkCodetext.setItemID" -linktitle: "setItemID" -articleTitle: "setItemID" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Maximum value is 99999999." -type: docs -weight: 130 -url: /nodejs/aspose.barcode/mailmarkcodetext/setitemid/ ---- - -## setItemID() - -Maximum value is 99999999. diff --git a/english/nodejs/aspose.barcode/mailmarkcodetext/setsupplychainid/_index.md b/english/nodejs/aspose.barcode/mailmarkcodetext/setsupplychainid/_index.md deleted file mode 100644 index 92bd2ca72..000000000 --- a/english/nodejs/aspose.barcode/mailmarkcodetext/setsupplychainid/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MailmarkCodetext.setSupplychainID" -linktitle: "setSupplychainID" -articleTitle: "setSupplychainID" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Maximum values are 99 for Barcode C and 999999 for Barcode L." -type: docs -weight: 140 -url: /nodejs/aspose.barcode/mailmarkcodetext/setsupplychainid/ ---- - -## setSupplychainID() - -Maximum values are 99 for Barcode C and 999999 for Barcode L. diff --git a/english/nodejs/aspose.barcode/mailmarkcodetext/setversionid/_index.md b/english/nodejs/aspose.barcode/mailmarkcodetext/setversionid/_index.md deleted file mode 100644 index bdd3f7825..000000000 --- a/english/nodejs/aspose.barcode/mailmarkcodetext/setversionid/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MailmarkCodetext.setVersionID" -linktitle: "setVersionID" -articleTitle: "setVersionID" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Currently '1' – For Mailmark barcode (0 and 2 to 9 and A to Z spare for future use)" -type: docs -weight: 150 -url: /nodejs/aspose.barcode/mailmarkcodetext/setversionid/ ---- - -## setVersionID() - -Currently "1" – For Mailmark barcode (0 and 2 to 9 and A to Z spare for future use) diff --git a/english/nodejs/aspose.barcode/mandatoryfields/_index.md b/english/nodejs/aspose.barcode/mandatoryfields/_index.md index 5eeac3330..0e469476b 100644 --- a/english/nodejs/aspose.barcode/mandatoryfields/_index.md +++ b/english/nodejs/aspose.barcode/mandatoryfields/_index.md @@ -1,8 +1,7 @@ --- -title: "MandatoryFields Class" +title: "MandatoryFields" linktitle: "MandatoryFields" -articleTitle: "MandatoryFields" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Mandatory elements (fields) of the card" type: docs weight: 590 @@ -21,43 +20,203 @@ new MandatoryFields() | Name | Description | | --- | --- | -| [getAddressCity()](./getaddresscity/) | DAI, City portion of the cardholder address, DL/ID, V20ANS | -| [getAddressPostalCode()](./getaddresspostalcode/) | DAK, Postal code portion of the cardholder address in the U.S.and Canada. If the trailing portion of the postal code in | -| [getAddressState()](./getaddressstate/) | DAJ, State portion of the cardholder address, DL/ID, F2A | -| [getAddressStreet1()](./getaddressstreet1/) | DAG, Street portion of the cardholder address, DL/ID, V35ANS | -| [getCountryIdentification()](./getcountryidentification/) | DCG, Country in which DL/ID is issued. U.S. = USA, Canada = CAN, DL/ID, F3A | -| [getCustomerIDNumber()](./getcustomeridnumber/) | DAQ, The number assigned or calculated by the issuing authority, DL/ID, V25ANS | -| [getDateOfBirth()](./getdateofbirth/) | DBB, Date on which the document was issued, MMDDCCYY for U.S., CCYYMMDD for Canada, DL/ID, F8N | -| [getDocumentDiscriminator()](./getdocumentdiscriminator/) | DCF, Number must uniquely identify a particular document issued to that customer from others that may have been issued i | -| [getEndorsementCodes()](./getendorsementcodes/) | DCD, Jurisdiction specific endorsement codes, DL, V5ANS | -| [getEyeColor()](./geteyecolor/) | DAY, Color of cardholder's eyes. (ANSI D-20 codes). DL/ID, F3A | -| [getFamilyName()](./getfamilyname/) | DCS, Family name of the cardholder, DL/ID, V40ANS | -| [getFamilyNameTruncation()](./getfamilynametruncation/) | DDE, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncate | -| [getFirstName()](./getfirstname/) | DAC, First name of the cardholder, DL/ID, V40ANS | -| [getFirstNameTruncation()](./getfirstnametruncation/) | DDF, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncate | -| [getHeight()](./getheight/) | DAU, Height of cardholder. Inches (in): number of inches followed by " in" ex. 6'1'' = "073 in" Centimeters(cm) : number | -| [getMiddleName()](./getmiddlename/) | DAD, Middle name(s) of the cardholder. In the case of multiple middle names they shall be separated by a comma ",". , DL | -| [getMiddleNameTruncation()](./getmiddlenametruncation/) | DDG, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncate | -| [getRestrictionCodes()](./getrestrictioncodes/) | DCB, Jurisdiction-specific restrictions codes, DL, V12ANS | -| [getSex()](./getsex/) | DBC, Gender of the cardholder. 1 = male, 2 = female, 9 = not specified, DL/ID, F1N | -| [getVehicleClass()](./getvehicleclass/) | DCA, Jurisdiction-specific vehicle class / group code, DL, V6ANS | -| [setAddressCity()](./setaddresscity/) | DAI, City portion of the cardholder address, DL/ID, V20ANS | -| [setAddressPostalCode()](./setaddresspostalcode/) | DAK, Postal code portion of the cardholder address in the U.S.and Canada. If the trailing portion of the postal code in | -| [setAddressState()](./setaddressstate/) | DAJ, State portion of the cardholder address, DL/ID, F2A | -| [setAddressStreet1()](./setaddressstreet1/) | DAG, Street portion of the cardholder address, DL/ID, V35ANS | -| [setCountryIdentification()](./setcountryidentification/) | DCG, Country in which DL/ID is issued. U.S. = USA, Canada = CAN, DL/ID, F3A | -| [setCustomerIDNumber()](./setcustomeridnumber/) | DAQ, The number assigned or calculated by the issuing authority, DL/ID, V25ANS | -| [setDateOfBirth()](./setdateofbirth/) | DBB, Date on which the document was issued, MMDDCCYY for U.S., CCYYMMDD for Canada, DL/ID, F8N | -| [setDocumentDiscriminator()](./setdocumentdiscriminator/) | DCF, Number must uniquely identify a particular document issued to that customer from others that may have been issued i | -| [setEndorsementCodes()](./setendorsementcodes/) | DCD, Jurisdiction specific endorsement codes, DL, V5ANS | -| [setEyeColor()](./seteyecolor/) | DAY, Color of cardholder's eyes. (ANSI D-20 codes). DL/ID, F3A | -| [setFamilyName()](./setfamilyname/) | DCS, Family name of the cardholder, DL/ID, V40ANS | -| [setFamilyNameTruncation()](./setfamilynametruncation/) | DDE, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncate | -| [setFirstName()](./setfirstname/) | DAC, First name of the cardholder, DL/ID, V40ANS | -| [setFirstNameTruncation()](./setfirstnametruncation/) | DDF, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncate | -| [setHeight()](./setheight/) | DAU, Height of cardholder. Inches (in): number of inches followed by " in" ex. 6'1'' = "073 in" Centimeters(cm) : number | -| [setMiddleName()](./setmiddlename/) | DAD, Middle name(s) of the cardholder. In the case of multiple middle names they shall be separated by a comma ",". , DL | -| [setMiddleNameTruncation()](./setmiddlenametruncation/) | DDG, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncate | -| [setRestrictionCodes()](./setrestrictioncodes/) | DCB, Jurisdiction-specific restrictions codes, DL, V12ANS | -| [setSex()](./setsex/) | DBC, Gender of the cardholder. 1 = male, 2 = female, 9 = not specified, DL/ID, F1N | -| [setVehicleClass()](./setvehicleclass/) | DCA, Jurisdiction-specific vehicle class / group code, DL, V6ANS | +| [getAddressCity()](#getaddresscity) | DAI, City portion of the cardholder address, DL/ID, V20ANS | +| [getAddressPostalCode()](#getaddresspostalcode) | DAK, Postal code portion of the cardholder address in the U.S.and Canada. If the trailing portion of the postal code in | +| [getAddressState()](#getaddressstate) | DAJ, State portion of the cardholder address, DL/ID, F2A | +| [getAddressStreet1()](#getaddressstreet1) | DAG, Street portion of the cardholder address, DL/ID, V35ANS | +| [getCountryIdentification()](#getcountryidentification) | DCG, Country in which DL/ID is issued. U.S. = USA, Canada = CAN, DL/ID, F3A | +| [getCustomerIDNumber()](#getcustomeridnumber) | DAQ, The number assigned or calculated by the issuing authority, DL/ID, V25ANS | +| [getDateOfBirth()](#getdateofbirth) | DBB, Date on which the document was issued, MMDDCCYY for U.S., CCYYMMDD for Canada, DL/ID, F8N | +| [getDocumentDiscriminator()](#getdocumentdiscriminator) | DCF, Number must uniquely identify a particular document issued to that customer from others that may have been issued i | +| [getEndorsementCodes()](#getendorsementcodes) | DCD, Jurisdiction specific endorsement codes, DL, V5ANS | +| [getEyeColor()](#geteyecolor) | DAY, Color of cardholder's eyes. (ANSI D-20 codes). DL/ID, F3A | +| [getFamilyName()](#getfamilyname) | DCS, Family name of the cardholder, DL/ID, V40ANS | +| [getFamilyNameTruncation()](#getfamilynametruncation) | DDE, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncate | +| [getFirstName()](#getfirstname) | DAC, First name of the cardholder, DL/ID, V40ANS | +| [getFirstNameTruncation()](#getfirstnametruncation) | DDF, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncate | +| [getHeight()](#getheight) | DAU, Height of cardholder. Inches (in): number of inches followed by " in" ex. 6'1'' = "073 in" Centimeters(cm) : number | +| [getMiddleName()](#getmiddlename) | DAD, Middle name(s) of the cardholder. In the case of multiple middle names they shall be separated by a comma ",". , DL | +| [getMiddleNameTruncation()](#getmiddlenametruncation) | DDG, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncate | +| [getRestrictionCodes()](#getrestrictioncodes) | DCB, Jurisdiction-specific restrictions codes, DL, V12ANS | +| [getSex()](#getsex) | DBC, Gender of the cardholder. 1 = male, 2 = female, 9 = not specified, DL/ID, F1N | +| [getVehicleClass()](#getvehicleclass) | DCA, Jurisdiction-specific vehicle class / group code, DL, V6ANS | +| [setAddressCity()](#setaddresscity) | DAI, City portion of the cardholder address, DL/ID, V20ANS | +| [setAddressPostalCode()](#setaddresspostalcode) | DAK, Postal code portion of the cardholder address in the U.S.and Canada. If the trailing portion of the postal code in | +| [setAddressState()](#setaddressstate) | DAJ, State portion of the cardholder address, DL/ID, F2A | +| [setAddressStreet1()](#setaddressstreet1) | DAG, Street portion of the cardholder address, DL/ID, V35ANS | +| [setCountryIdentification()](#setcountryidentification) | DCG, Country in which DL/ID is issued. U.S. = USA, Canada = CAN, DL/ID, F3A | +| [setCustomerIDNumber()](#setcustomeridnumber) | DAQ, The number assigned or calculated by the issuing authority, DL/ID, V25ANS | +| [setDateOfBirth()](#setdateofbirth) | DBB, Date on which the document was issued, MMDDCCYY for U.S., CCYYMMDD for Canada, DL/ID, F8N | +| [setDocumentDiscriminator()](#setdocumentdiscriminator) | DCF, Number must uniquely identify a particular document issued to that customer from others that may have been issued i | +| [setEndorsementCodes()](#setendorsementcodes) | DCD, Jurisdiction specific endorsement codes, DL, V5ANS | +| [setEyeColor()](#seteyecolor) | DAY, Color of cardholder's eyes. (ANSI D-20 codes). DL/ID, F3A | +| [setFamilyName()](#setfamilyname) | DCS, Family name of the cardholder, DL/ID, V40ANS | +| [setFamilyNameTruncation()](#setfamilynametruncation) | DDE, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncate | +| [setFirstName()](#setfirstname) | DAC, First name of the cardholder, DL/ID, V40ANS | +| [setFirstNameTruncation()](#setfirstnametruncation) | DDF, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncate | +| [setHeight()](#setheight) | DAU, Height of cardholder. Inches (in): number of inches followed by " in" ex. 6'1'' = "073 in" Centimeters(cm) : number | +| [setMiddleName()](#setmiddlename) | DAD, Middle name(s) of the cardholder. In the case of multiple middle names they shall be separated by a comma ",". , DL | +| [setMiddleNameTruncation()](#setmiddlenametruncation) | DDG, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncate | +| [setRestrictionCodes()](#setrestrictioncodes) | DCB, Jurisdiction-specific restrictions codes, DL, V12ANS | +| [setSex()](#setsex) | DBC, Gender of the cardholder. 1 = male, 2 = female, 9 = not specified, DL/ID, F1N | +| [setVehicleClass()](#setvehicleclass) | DCA, Jurisdiction-specific vehicle class / group code, DL, V6ANS | + +### getAddressCity() {#getaddresscity} + +DAI, City portion of the cardholder address, DL/ID, V20ANS + +### getAddressPostalCode() {#getaddresspostalcode} + +DAK, Postal code portion of the cardholder address in the U.S.and Canada. If the trailing portion of the postal code in the U.S. is not known, zeros will be used to fill the trailing set of numbers up to 9 digits, DL/ID, F11ANS + +### getAddressState() {#getaddressstate} + +DAJ, State portion of the cardholder address, DL/ID, F2A + +### getAddressStreet1() {#getaddressstreet1} + +DAG, Street portion of the cardholder address, DL/ID, V35ANS + +### getCountryIdentification() {#getcountryidentification} + +DCG, Country in which DL/ID is issued. U.S. = USA, Canada = CAN, DL/ID, F3A + +### getCustomerIDNumber() {#getcustomeridnumber} + +DAQ, The number assigned or calculated by the issuing authority, DL/ID, V25ANS + +### getDateOfBirth() {#getdateofbirth} + +DBB, Date on which the document was issued, MMDDCCYY for U.S., CCYYMMDD for Canada, DL/ID, F8N + +### getDocumentDiscriminator() {#getdocumentdiscriminator} + +DCF, Number must uniquely identify a particular document issued to that customer from others that may have been issued in the past. This number may serve multiple purposes of document discrimination, audit information number, and/or inventory control, DL/ID, V25ANS + +### getEndorsementCodes() {#getendorsementcodes} + +DCD, Jurisdiction specific endorsement codes, DL, V5ANS + +### getEyeColor() {#geteyecolor} + +DAY, Color of cardholder's eyes. (ANSI D-20 codes). DL/ID, F3A + +### getFamilyName() {#getfamilyname} + +DCS, Family name of the cardholder, DL/ID, V40ANS + +### getFamilyNameTruncation() {#getfamilynametruncation} + +DDE, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncated(U), DL/ID, F1A + +### getFirstName() {#getfirstname} + +DAC, First name of the cardholder, DL/ID, V40ANS + +### getFirstNameTruncation() {#getfirstnametruncation} + +DDF, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncated(U), DL/ID, F1A + +### getHeight() {#getheight} + +DAU, Height of cardholder. Inches (in): number of inches followed by " in" ex. 6'1'' = "073 in" Centimeters(cm) : number of centimeters followed by " cm" ex. 181 centimeters="181 cm" , DL/ID, F6ANS + +### getMiddleName() {#getmiddlename} + +DAD, Middle name(s) of the cardholder. In the case of multiple middle names they shall be separated by a comma ",". , DL/ID, V40ANS + +### getMiddleNameTruncation() {#getmiddlenametruncation} + +DDG, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncated(U), DL/ID, F1A + +### getRestrictionCodes() {#getrestrictioncodes} + +DCB, Jurisdiction-specific restrictions codes, DL, V12ANS + +### getSex() {#getsex} + +DBC, Gender of the cardholder. 1 = male, 2 = female, 9 = not specified, DL/ID, F1N + +### getVehicleClass() {#getvehicleclass} + +DCA, Jurisdiction-specific vehicle class / group code, DL, V6ANS + +### setAddressCity() {#setaddresscity} + +DAI, City portion of the cardholder address, DL/ID, V20ANS + +### setAddressPostalCode() {#setaddresspostalcode} + +DAK, Postal code portion of the cardholder address in the U.S.and Canada. If the trailing portion of the postal code in the U.S. is not known, zeros will be used to fill the trailing set of numbers up to 9 digits, DL/ID, F11ANS + +### setAddressState() {#setaddressstate} + +DAJ, State portion of the cardholder address, DL/ID, F2A + +### setAddressStreet1() {#setaddressstreet1} + +DAG, Street portion of the cardholder address, DL/ID, V35ANS + +### setCountryIdentification() {#setcountryidentification} + +DCG, Country in which DL/ID is issued. U.S. = USA, Canada = CAN, DL/ID, F3A + +### setCustomerIDNumber() {#setcustomeridnumber} + +DAQ, The number assigned or calculated by the issuing authority, DL/ID, V25ANS + +### setDateOfBirth() {#setdateofbirth} + +DBB, Date on which the document was issued, MMDDCCYY for U.S., CCYYMMDD for Canada, DL/ID, F8N + +### setDocumentDiscriminator() {#setdocumentdiscriminator} + +DCF, Number must uniquely identify a particular document issued to that customer from others that may have been issued in the past. This number may serve multiple purposes of document discrimination, audit information number, and/or inventory control, DL/ID, V25ANS + +### setEndorsementCodes() {#setendorsementcodes} + +DCD, Jurisdiction specific endorsement codes, DL, V5ANS + +### setEyeColor() {#seteyecolor} + +DAY, Color of cardholder's eyes. (ANSI D-20 codes). DL/ID, F3A + +### setFamilyName() {#setfamilyname} + +DCS, Family name of the cardholder, DL/ID, V40ANS + +### setFamilyNameTruncation() {#setfamilynametruncation} + +DDE, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncated(U), DL/ID, F1A + +### setFirstName() {#setfirstname} + +DAC, First name of the cardholder, DL/ID, V40ANS + +### setFirstNameTruncation() {#setfirstnametruncation} + +DDF, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncated(U), DL/ID, F1A + +### setHeight() {#setheight} + +DAU, Height of cardholder. Inches (in): number of inches followed by " in" ex. 6'1'' = "073 in" Centimeters(cm) : number of centimeters followed by " cm" ex. 181 centimeters="181 cm" , DL/ID, F6ANS + +### setMiddleName() {#setmiddlename} + +DAD, Middle name(s) of the cardholder. In the case of multiple middle names they shall be separated by a comma ",". , DL/ID, V40ANS + +### setMiddleNameTruncation() {#setmiddlenametruncation} + +DDG, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncated(U), DL/ID, F1A + +### setRestrictionCodes() {#setrestrictioncodes} + +DCB, Jurisdiction-specific restrictions codes, DL, V12ANS + +### setSex() {#setsex} + +DBC, Gender of the cardholder. 1 = male, 2 = female, 9 = not specified, DL/ID, F1N + +### setVehicleClass() {#setvehicleclass} + +DCA, Jurisdiction-specific vehicle class / group code, DL, V6ANS diff --git a/english/nodejs/aspose.barcode/mandatoryfields/getaddresscity/_index.md b/english/nodejs/aspose.barcode/mandatoryfields/getaddresscity/_index.md deleted file mode 100644 index a21481159..000000000 --- a/english/nodejs/aspose.barcode/mandatoryfields/getaddresscity/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MandatoryFields.getAddressCity" -linktitle: "getAddressCity" -articleTitle: "getAddressCity" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DAI, City portion of the cardholder address, DL/ID, V20ANS" -type: docs -weight: 10 -url: /nodejs/aspose.barcode/mandatoryfields/getaddresscity/ ---- - -## getAddressCity() - -DAI, City portion of the cardholder address, DL/ID, V20ANS diff --git a/english/nodejs/aspose.barcode/mandatoryfields/getaddresspostalcode/_index.md b/english/nodejs/aspose.barcode/mandatoryfields/getaddresspostalcode/_index.md deleted file mode 100644 index f28ffde3f..000000000 --- a/english/nodejs/aspose.barcode/mandatoryfields/getaddresspostalcode/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MandatoryFields.getAddressPostalCode" -linktitle: "getAddressPostalCode" -articleTitle: "getAddressPostalCode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DAK, Postal code portion of the cardholder address in the U.S.and Canada. If the trailing portion of the postal code in the U.S. is not known, zeros will be ..." -type: docs -weight: 20 -url: /nodejs/aspose.barcode/mandatoryfields/getaddresspostalcode/ ---- - -## getAddressPostalCode() - -DAK, Postal code portion of the cardholder address in the U.S.and Canada. If the trailing portion of the postal code in the U.S. is not known, zeros will be used to fill the trailing set of numbers up to 9 digits, DL/ID, F11ANS diff --git a/english/nodejs/aspose.barcode/mandatoryfields/getaddressstate/_index.md b/english/nodejs/aspose.barcode/mandatoryfields/getaddressstate/_index.md deleted file mode 100644 index 01ee11213..000000000 --- a/english/nodejs/aspose.barcode/mandatoryfields/getaddressstate/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MandatoryFields.getAddressState" -linktitle: "getAddressState" -articleTitle: "getAddressState" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DAJ, State portion of the cardholder address, DL/ID, F2A" -type: docs -weight: 30 -url: /nodejs/aspose.barcode/mandatoryfields/getaddressstate/ ---- - -## getAddressState() - -DAJ, State portion of the cardholder address, DL/ID, F2A diff --git a/english/nodejs/aspose.barcode/mandatoryfields/getaddressstreet1/_index.md b/english/nodejs/aspose.barcode/mandatoryfields/getaddressstreet1/_index.md deleted file mode 100644 index 65d140187..000000000 --- a/english/nodejs/aspose.barcode/mandatoryfields/getaddressstreet1/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MandatoryFields.getAddressStreet1" -linktitle: "getAddressStreet1" -articleTitle: "getAddressStreet1" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DAG, Street portion of the cardholder address, DL/ID, V35ANS" -type: docs -weight: 40 -url: /nodejs/aspose.barcode/mandatoryfields/getaddressstreet1/ ---- - -## getAddressStreet1() - -DAG, Street portion of the cardholder address, DL/ID, V35ANS diff --git a/english/nodejs/aspose.barcode/mandatoryfields/getcountryidentification/_index.md b/english/nodejs/aspose.barcode/mandatoryfields/getcountryidentification/_index.md deleted file mode 100644 index 0d47b215c..000000000 --- a/english/nodejs/aspose.barcode/mandatoryfields/getcountryidentification/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MandatoryFields.getCountryIdentification" -linktitle: "getCountryIdentification" -articleTitle: "getCountryIdentification" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DCG, Country in which DL/ID is issued. U.S. = USA, Canada = CAN, DL/ID, F3A" -type: docs -weight: 50 -url: /nodejs/aspose.barcode/mandatoryfields/getcountryidentification/ ---- - -## getCountryIdentification() - -DCG, Country in which DL/ID is issued. U.S. = USA, Canada = CAN, DL/ID, F3A diff --git a/english/nodejs/aspose.barcode/mandatoryfields/getcustomeridnumber/_index.md b/english/nodejs/aspose.barcode/mandatoryfields/getcustomeridnumber/_index.md deleted file mode 100644 index 54be5f11c..000000000 --- a/english/nodejs/aspose.barcode/mandatoryfields/getcustomeridnumber/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MandatoryFields.getCustomerIDNumber" -linktitle: "getCustomerIDNumber" -articleTitle: "getCustomerIDNumber" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DAQ, The number assigned or calculated by the issuing authority, DL/ID, V25ANS" -type: docs -weight: 60 -url: /nodejs/aspose.barcode/mandatoryfields/getcustomeridnumber/ ---- - -## getCustomerIDNumber() - -DAQ, The number assigned or calculated by the issuing authority, DL/ID, V25ANS diff --git a/english/nodejs/aspose.barcode/mandatoryfields/getdateofbirth/_index.md b/english/nodejs/aspose.barcode/mandatoryfields/getdateofbirth/_index.md deleted file mode 100644 index c2d90324d..000000000 --- a/english/nodejs/aspose.barcode/mandatoryfields/getdateofbirth/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MandatoryFields.getDateOfBirth" -linktitle: "getDateOfBirth" -articleTitle: "getDateOfBirth" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DBB, Date on which the document was issued, MMDDCCYY for U.S., CCYYMMDD for Canada, DL/ID, F8N" -type: docs -weight: 70 -url: /nodejs/aspose.barcode/mandatoryfields/getdateofbirth/ ---- - -## getDateOfBirth() - -DBB, Date on which the document was issued, MMDDCCYY for U.S., CCYYMMDD for Canada, DL/ID, F8N diff --git a/english/nodejs/aspose.barcode/mandatoryfields/getdocumentdiscriminator/_index.md b/english/nodejs/aspose.barcode/mandatoryfields/getdocumentdiscriminator/_index.md deleted file mode 100644 index 1a14314b9..000000000 --- a/english/nodejs/aspose.barcode/mandatoryfields/getdocumentdiscriminator/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MandatoryFields.getDocumentDiscriminator" -linktitle: "getDocumentDiscriminator" -articleTitle: "getDocumentDiscriminator" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DCF, Number must uniquely identify a particular document issued to that customer from others that may have been issued in the past. This number may serve mul..." -type: docs -weight: 80 -url: /nodejs/aspose.barcode/mandatoryfields/getdocumentdiscriminator/ ---- - -## getDocumentDiscriminator() - -DCF, Number must uniquely identify a particular document issued to that customer from others that may have been issued in the past. This number may serve multiple purposes of document discrimination, audit information number, and/or inventory control, DL/ID, V25ANS diff --git a/english/nodejs/aspose.barcode/mandatoryfields/getendorsementcodes/_index.md b/english/nodejs/aspose.barcode/mandatoryfields/getendorsementcodes/_index.md deleted file mode 100644 index 7017ef8a8..000000000 --- a/english/nodejs/aspose.barcode/mandatoryfields/getendorsementcodes/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MandatoryFields.getEndorsementCodes" -linktitle: "getEndorsementCodes" -articleTitle: "getEndorsementCodes" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DCD, Jurisdiction specific endorsement codes, DL, V5ANS" -type: docs -weight: 90 -url: /nodejs/aspose.barcode/mandatoryfields/getendorsementcodes/ ---- - -## getEndorsementCodes() - -DCD, Jurisdiction specific endorsement codes, DL, V5ANS diff --git a/english/nodejs/aspose.barcode/mandatoryfields/geteyecolor/_index.md b/english/nodejs/aspose.barcode/mandatoryfields/geteyecolor/_index.md deleted file mode 100644 index eac3ec64a..000000000 --- a/english/nodejs/aspose.barcode/mandatoryfields/geteyecolor/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MandatoryFields.getEyeColor" -linktitle: "getEyeColor" -articleTitle: "getEyeColor" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DAY, Color of cardholder's eyes. (ANSI D-20 codes). DL/ID, F3A" -type: docs -weight: 100 -url: /nodejs/aspose.barcode/mandatoryfields/geteyecolor/ ---- - -## getEyeColor() - -DAY, Color of cardholder's eyes. (ANSI D-20 codes). DL/ID, F3A diff --git a/english/nodejs/aspose.barcode/mandatoryfields/getfamilyname/_index.md b/english/nodejs/aspose.barcode/mandatoryfields/getfamilyname/_index.md deleted file mode 100644 index 51ab7386c..000000000 --- a/english/nodejs/aspose.barcode/mandatoryfields/getfamilyname/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MandatoryFields.getFamilyName" -linktitle: "getFamilyName" -articleTitle: "getFamilyName" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DCS, Family name of the cardholder, DL/ID, V40ANS" -type: docs -weight: 110 -url: /nodejs/aspose.barcode/mandatoryfields/getfamilyname/ ---- - -## getFamilyName() - -DCS, Family name of the cardholder, DL/ID, V40ANS diff --git a/english/nodejs/aspose.barcode/mandatoryfields/getfamilynametruncation/_index.md b/english/nodejs/aspose.barcode/mandatoryfields/getfamilynametruncation/_index.md deleted file mode 100644 index c18b4fd23..000000000 --- a/english/nodejs/aspose.barcode/mandatoryfields/getfamilynametruncation/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MandatoryFields.getFamilyNameTruncation" -linktitle: "getFamilyNameTruncation" -articleTitle: "getFamilyNameTruncation" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DDE, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncated(U), DL/ID, F1A" -type: docs -weight: 120 -url: /nodejs/aspose.barcode/mandatoryfields/getfamilynametruncation/ ---- - -## getFamilyNameTruncation() - -DDE, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncated(U), DL/ID, F1A diff --git a/english/nodejs/aspose.barcode/mandatoryfields/getfirstname/_index.md b/english/nodejs/aspose.barcode/mandatoryfields/getfirstname/_index.md deleted file mode 100644 index 953a54c45..000000000 --- a/english/nodejs/aspose.barcode/mandatoryfields/getfirstname/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MandatoryFields.getFirstName" -linktitle: "getFirstName" -articleTitle: "getFirstName" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DAC, First name of the cardholder, DL/ID, V40ANS" -type: docs -weight: 130 -url: /nodejs/aspose.barcode/mandatoryfields/getfirstname/ ---- - -## getFirstName() - -DAC, First name of the cardholder, DL/ID, V40ANS diff --git a/english/nodejs/aspose.barcode/mandatoryfields/getfirstnametruncation/_index.md b/english/nodejs/aspose.barcode/mandatoryfields/getfirstnametruncation/_index.md deleted file mode 100644 index a99f1379b..000000000 --- a/english/nodejs/aspose.barcode/mandatoryfields/getfirstnametruncation/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MandatoryFields.getFirstNameTruncation" -linktitle: "getFirstNameTruncation" -articleTitle: "getFirstNameTruncation" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DDF, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncated(U), DL/ID, F1A" -type: docs -weight: 140 -url: /nodejs/aspose.barcode/mandatoryfields/getfirstnametruncation/ ---- - -## getFirstNameTruncation() - -DDF, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncated(U), DL/ID, F1A diff --git a/english/nodejs/aspose.barcode/mandatoryfields/getheight/_index.md b/english/nodejs/aspose.barcode/mandatoryfields/getheight/_index.md deleted file mode 100644 index 511e5e23d..000000000 --- a/english/nodejs/aspose.barcode/mandatoryfields/getheight/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MandatoryFields.getHeight" -linktitle: "getHeight" -articleTitle: "getHeight" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DAU, Height of cardholder. Inches (in): number of inches followed by ' in' ex. 6'1'' = '073 in' Centimeters(cm) : number of centimeters followed by ' cm' ex...." -type: docs -weight: 150 -url: /nodejs/aspose.barcode/mandatoryfields/getheight/ ---- - -## getHeight() - -DAU, Height of cardholder. Inches (in): number of inches followed by " in" ex. 6'1'' = "073 in" Centimeters(cm) : number of centimeters followed by " cm" ex. 181 centimeters="181 cm" , DL/ID, F6ANS diff --git a/english/nodejs/aspose.barcode/mandatoryfields/getmiddlename/_index.md b/english/nodejs/aspose.barcode/mandatoryfields/getmiddlename/_index.md deleted file mode 100644 index 010b5ce18..000000000 --- a/english/nodejs/aspose.barcode/mandatoryfields/getmiddlename/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MandatoryFields.getMiddleName" -linktitle: "getMiddleName" -articleTitle: "getMiddleName" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DAD, Middle name(s) of the cardholder. In the case of multiple middle names they shall be separated by a comma ','. , DL/ID, V40ANS" -type: docs -weight: 160 -url: /nodejs/aspose.barcode/mandatoryfields/getmiddlename/ ---- - -## getMiddleName() - -DAD, Middle name(s) of the cardholder. In the case of multiple middle names they shall be separated by a comma ",". , DL/ID, V40ANS diff --git a/english/nodejs/aspose.barcode/mandatoryfields/getmiddlenametruncation/_index.md b/english/nodejs/aspose.barcode/mandatoryfields/getmiddlenametruncation/_index.md deleted file mode 100644 index 287041b46..000000000 --- a/english/nodejs/aspose.barcode/mandatoryfields/getmiddlenametruncation/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MandatoryFields.getMiddleNameTruncation" -linktitle: "getMiddleNameTruncation" -articleTitle: "getMiddleNameTruncation" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DDG, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncated(U), DL/ID, F1A" -type: docs -weight: 170 -url: /nodejs/aspose.barcode/mandatoryfields/getmiddlenametruncation/ ---- - -## getMiddleNameTruncation() - -DDG, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncated(U), DL/ID, F1A diff --git a/english/nodejs/aspose.barcode/mandatoryfields/getrestrictioncodes/_index.md b/english/nodejs/aspose.barcode/mandatoryfields/getrestrictioncodes/_index.md deleted file mode 100644 index 6d5cd26d6..000000000 --- a/english/nodejs/aspose.barcode/mandatoryfields/getrestrictioncodes/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MandatoryFields.getRestrictionCodes" -linktitle: "getRestrictionCodes" -articleTitle: "getRestrictionCodes" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DCB, Jurisdiction-specific restrictions codes, DL, V12ANS" -type: docs -weight: 180 -url: /nodejs/aspose.barcode/mandatoryfields/getrestrictioncodes/ ---- - -## getRestrictionCodes() - -DCB, Jurisdiction-specific restrictions codes, DL, V12ANS diff --git a/english/nodejs/aspose.barcode/mandatoryfields/getsex/_index.md b/english/nodejs/aspose.barcode/mandatoryfields/getsex/_index.md deleted file mode 100644 index be42ad0b5..000000000 --- a/english/nodejs/aspose.barcode/mandatoryfields/getsex/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MandatoryFields.getSex" -linktitle: "getSex" -articleTitle: "getSex" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DBC, Gender of the cardholder. 1 = male, 2 = female, 9 = not specified, DL/ID, F1N" -type: docs -weight: 190 -url: /nodejs/aspose.barcode/mandatoryfields/getsex/ ---- - -## getSex() - -DBC, Gender of the cardholder. 1 = male, 2 = female, 9 = not specified, DL/ID, F1N diff --git a/english/nodejs/aspose.barcode/mandatoryfields/getvehicleclass/_index.md b/english/nodejs/aspose.barcode/mandatoryfields/getvehicleclass/_index.md deleted file mode 100644 index a50e7c0a1..000000000 --- a/english/nodejs/aspose.barcode/mandatoryfields/getvehicleclass/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MandatoryFields.getVehicleClass" -linktitle: "getVehicleClass" -articleTitle: "getVehicleClass" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DCA, Jurisdiction-specific vehicle class / group code, DL, V6ANS" -type: docs -weight: 200 -url: /nodejs/aspose.barcode/mandatoryfields/getvehicleclass/ ---- - -## getVehicleClass() - -DCA, Jurisdiction-specific vehicle class / group code, DL, V6ANS diff --git a/english/nodejs/aspose.barcode/mandatoryfields/setaddresscity/_index.md b/english/nodejs/aspose.barcode/mandatoryfields/setaddresscity/_index.md deleted file mode 100644 index d115158e1..000000000 --- a/english/nodejs/aspose.barcode/mandatoryfields/setaddresscity/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MandatoryFields.setAddressCity" -linktitle: "setAddressCity" -articleTitle: "setAddressCity" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DAI, City portion of the cardholder address, DL/ID, V20ANS" -type: docs -weight: 210 -url: /nodejs/aspose.barcode/mandatoryfields/setaddresscity/ ---- - -## setAddressCity() - -DAI, City portion of the cardholder address, DL/ID, V20ANS diff --git a/english/nodejs/aspose.barcode/mandatoryfields/setaddresspostalcode/_index.md b/english/nodejs/aspose.barcode/mandatoryfields/setaddresspostalcode/_index.md deleted file mode 100644 index a52e7afa3..000000000 --- a/english/nodejs/aspose.barcode/mandatoryfields/setaddresspostalcode/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MandatoryFields.setAddressPostalCode" -linktitle: "setAddressPostalCode" -articleTitle: "setAddressPostalCode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DAK, Postal code portion of the cardholder address in the U.S.and Canada. If the trailing portion of the postal code in the U.S. is not known, zeros will be ..." -type: docs -weight: 220 -url: /nodejs/aspose.barcode/mandatoryfields/setaddresspostalcode/ ---- - -## setAddressPostalCode() - -DAK, Postal code portion of the cardholder address in the U.S.and Canada. If the trailing portion of the postal code in the U.S. is not known, zeros will be used to fill the trailing set of numbers up to 9 digits, DL/ID, F11ANS diff --git a/english/nodejs/aspose.barcode/mandatoryfields/setaddressstate/_index.md b/english/nodejs/aspose.barcode/mandatoryfields/setaddressstate/_index.md deleted file mode 100644 index ee4d4f77a..000000000 --- a/english/nodejs/aspose.barcode/mandatoryfields/setaddressstate/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MandatoryFields.setAddressState" -linktitle: "setAddressState" -articleTitle: "setAddressState" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DAJ, State portion of the cardholder address, DL/ID, F2A" -type: docs -weight: 230 -url: /nodejs/aspose.barcode/mandatoryfields/setaddressstate/ ---- - -## setAddressState() - -DAJ, State portion of the cardholder address, DL/ID, F2A diff --git a/english/nodejs/aspose.barcode/mandatoryfields/setaddressstreet1/_index.md b/english/nodejs/aspose.barcode/mandatoryfields/setaddressstreet1/_index.md deleted file mode 100644 index fae2df1f6..000000000 --- a/english/nodejs/aspose.barcode/mandatoryfields/setaddressstreet1/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MandatoryFields.setAddressStreet1" -linktitle: "setAddressStreet1" -articleTitle: "setAddressStreet1" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DAG, Street portion of the cardholder address, DL/ID, V35ANS" -type: docs -weight: 240 -url: /nodejs/aspose.barcode/mandatoryfields/setaddressstreet1/ ---- - -## setAddressStreet1() - -DAG, Street portion of the cardholder address, DL/ID, V35ANS diff --git a/english/nodejs/aspose.barcode/mandatoryfields/setcountryidentification/_index.md b/english/nodejs/aspose.barcode/mandatoryfields/setcountryidentification/_index.md deleted file mode 100644 index 3d4a7784f..000000000 --- a/english/nodejs/aspose.barcode/mandatoryfields/setcountryidentification/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MandatoryFields.setCountryIdentification" -linktitle: "setCountryIdentification" -articleTitle: "setCountryIdentification" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DCG, Country in which DL/ID is issued. U.S. = USA, Canada = CAN, DL/ID, F3A" -type: docs -weight: 250 -url: /nodejs/aspose.barcode/mandatoryfields/setcountryidentification/ ---- - -## setCountryIdentification() - -DCG, Country in which DL/ID is issued. U.S. = USA, Canada = CAN, DL/ID, F3A diff --git a/english/nodejs/aspose.barcode/mandatoryfields/setcustomeridnumber/_index.md b/english/nodejs/aspose.barcode/mandatoryfields/setcustomeridnumber/_index.md deleted file mode 100644 index 1763359eb..000000000 --- a/english/nodejs/aspose.barcode/mandatoryfields/setcustomeridnumber/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MandatoryFields.setCustomerIDNumber" -linktitle: "setCustomerIDNumber" -articleTitle: "setCustomerIDNumber" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DAQ, The number assigned or calculated by the issuing authority, DL/ID, V25ANS" -type: docs -weight: 260 -url: /nodejs/aspose.barcode/mandatoryfields/setcustomeridnumber/ ---- - -## setCustomerIDNumber() - -DAQ, The number assigned or calculated by the issuing authority, DL/ID, V25ANS diff --git a/english/nodejs/aspose.barcode/mandatoryfields/setdateofbirth/_index.md b/english/nodejs/aspose.barcode/mandatoryfields/setdateofbirth/_index.md deleted file mode 100644 index fc0eaec63..000000000 --- a/english/nodejs/aspose.barcode/mandatoryfields/setdateofbirth/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MandatoryFields.setDateOfBirth" -linktitle: "setDateOfBirth" -articleTitle: "setDateOfBirth" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DBB, Date on which the document was issued, MMDDCCYY for U.S., CCYYMMDD for Canada, DL/ID, F8N" -type: docs -weight: 270 -url: /nodejs/aspose.barcode/mandatoryfields/setdateofbirth/ ---- - -## setDateOfBirth() - -DBB, Date on which the document was issued, MMDDCCYY for U.S., CCYYMMDD for Canada, DL/ID, F8N diff --git a/english/nodejs/aspose.barcode/mandatoryfields/setdocumentdiscriminator/_index.md b/english/nodejs/aspose.barcode/mandatoryfields/setdocumentdiscriminator/_index.md deleted file mode 100644 index c22bd3de2..000000000 --- a/english/nodejs/aspose.barcode/mandatoryfields/setdocumentdiscriminator/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MandatoryFields.setDocumentDiscriminator" -linktitle: "setDocumentDiscriminator" -articleTitle: "setDocumentDiscriminator" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DCF, Number must uniquely identify a particular document issued to that customer from others that may have been issued in the past. This number may serve mul..." -type: docs -weight: 280 -url: /nodejs/aspose.barcode/mandatoryfields/setdocumentdiscriminator/ ---- - -## setDocumentDiscriminator() - -DCF, Number must uniquely identify a particular document issued to that customer from others that may have been issued in the past. This number may serve multiple purposes of document discrimination, audit information number, and/or inventory control, DL/ID, V25ANS diff --git a/english/nodejs/aspose.barcode/mandatoryfields/setendorsementcodes/_index.md b/english/nodejs/aspose.barcode/mandatoryfields/setendorsementcodes/_index.md deleted file mode 100644 index 8df1668b4..000000000 --- a/english/nodejs/aspose.barcode/mandatoryfields/setendorsementcodes/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MandatoryFields.setEndorsementCodes" -linktitle: "setEndorsementCodes" -articleTitle: "setEndorsementCodes" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DCD, Jurisdiction specific endorsement codes, DL, V5ANS" -type: docs -weight: 290 -url: /nodejs/aspose.barcode/mandatoryfields/setendorsementcodes/ ---- - -## setEndorsementCodes() - -DCD, Jurisdiction specific endorsement codes, DL, V5ANS diff --git a/english/nodejs/aspose.barcode/mandatoryfields/seteyecolor/_index.md b/english/nodejs/aspose.barcode/mandatoryfields/seteyecolor/_index.md deleted file mode 100644 index 97f1bb9cd..000000000 --- a/english/nodejs/aspose.barcode/mandatoryfields/seteyecolor/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MandatoryFields.setEyeColor" -linktitle: "setEyeColor" -articleTitle: "setEyeColor" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DAY, Color of cardholder's eyes. (ANSI D-20 codes). DL/ID, F3A" -type: docs -weight: 300 -url: /nodejs/aspose.barcode/mandatoryfields/seteyecolor/ ---- - -## setEyeColor() - -DAY, Color of cardholder's eyes. (ANSI D-20 codes). DL/ID, F3A diff --git a/english/nodejs/aspose.barcode/mandatoryfields/setfamilyname/_index.md b/english/nodejs/aspose.barcode/mandatoryfields/setfamilyname/_index.md deleted file mode 100644 index d2cbac7c0..000000000 --- a/english/nodejs/aspose.barcode/mandatoryfields/setfamilyname/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MandatoryFields.setFamilyName" -linktitle: "setFamilyName" -articleTitle: "setFamilyName" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DCS, Family name of the cardholder, DL/ID, V40ANS" -type: docs -weight: 310 -url: /nodejs/aspose.barcode/mandatoryfields/setfamilyname/ ---- - -## setFamilyName() - -DCS, Family name of the cardholder, DL/ID, V40ANS diff --git a/english/nodejs/aspose.barcode/mandatoryfields/setfamilynametruncation/_index.md b/english/nodejs/aspose.barcode/mandatoryfields/setfamilynametruncation/_index.md deleted file mode 100644 index 61b5dc773..000000000 --- a/english/nodejs/aspose.barcode/mandatoryfields/setfamilynametruncation/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MandatoryFields.setFamilyNameTruncation" -linktitle: "setFamilyNameTruncation" -articleTitle: "setFamilyNameTruncation" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DDE, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncated(U), DL/ID, F1A" -type: docs -weight: 320 -url: /nodejs/aspose.barcode/mandatoryfields/setfamilynametruncation/ ---- - -## setFamilyNameTruncation() - -DDE, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncated(U), DL/ID, F1A diff --git a/english/nodejs/aspose.barcode/mandatoryfields/setfirstname/_index.md b/english/nodejs/aspose.barcode/mandatoryfields/setfirstname/_index.md deleted file mode 100644 index 29e1a9d12..000000000 --- a/english/nodejs/aspose.barcode/mandatoryfields/setfirstname/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MandatoryFields.setFirstName" -linktitle: "setFirstName" -articleTitle: "setFirstName" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DAC, First name of the cardholder, DL/ID, V40ANS" -type: docs -weight: 330 -url: /nodejs/aspose.barcode/mandatoryfields/setfirstname/ ---- - -## setFirstName() - -DAC, First name of the cardholder, DL/ID, V40ANS diff --git a/english/nodejs/aspose.barcode/mandatoryfields/setfirstnametruncation/_index.md b/english/nodejs/aspose.barcode/mandatoryfields/setfirstnametruncation/_index.md deleted file mode 100644 index 834e11182..000000000 --- a/english/nodejs/aspose.barcode/mandatoryfields/setfirstnametruncation/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MandatoryFields.setFirstNameTruncation" -linktitle: "setFirstNameTruncation" -articleTitle: "setFirstNameTruncation" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DDF, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncated(U), DL/ID, F1A" -type: docs -weight: 340 -url: /nodejs/aspose.barcode/mandatoryfields/setfirstnametruncation/ ---- - -## setFirstNameTruncation() - -DDF, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncated(U), DL/ID, F1A diff --git a/english/nodejs/aspose.barcode/mandatoryfields/setheight/_index.md b/english/nodejs/aspose.barcode/mandatoryfields/setheight/_index.md deleted file mode 100644 index 8f2563593..000000000 --- a/english/nodejs/aspose.barcode/mandatoryfields/setheight/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MandatoryFields.setHeight" -linktitle: "setHeight" -articleTitle: "setHeight" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DAU, Height of cardholder. Inches (in): number of inches followed by ' in' ex. 6'1'' = '073 in' Centimeters(cm) : number of centimeters followed by ' cm' ex...." -type: docs -weight: 350 -url: /nodejs/aspose.barcode/mandatoryfields/setheight/ ---- - -## setHeight() - -DAU, Height of cardholder. Inches (in): number of inches followed by " in" ex. 6'1'' = "073 in" Centimeters(cm) : number of centimeters followed by " cm" ex. 181 centimeters="181 cm" , DL/ID, F6ANS diff --git a/english/nodejs/aspose.barcode/mandatoryfields/setmiddlename/_index.md b/english/nodejs/aspose.barcode/mandatoryfields/setmiddlename/_index.md deleted file mode 100644 index 3edd2786b..000000000 --- a/english/nodejs/aspose.barcode/mandatoryfields/setmiddlename/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MandatoryFields.setMiddleName" -linktitle: "setMiddleName" -articleTitle: "setMiddleName" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DAD, Middle name(s) of the cardholder. In the case of multiple middle names they shall be separated by a comma ','. , DL/ID, V40ANS" -type: docs -weight: 360 -url: /nodejs/aspose.barcode/mandatoryfields/setmiddlename/ ---- - -## setMiddleName() - -DAD, Middle name(s) of the cardholder. In the case of multiple middle names they shall be separated by a comma ",". , DL/ID, V40ANS diff --git a/english/nodejs/aspose.barcode/mandatoryfields/setmiddlenametruncation/_index.md b/english/nodejs/aspose.barcode/mandatoryfields/setmiddlenametruncation/_index.md deleted file mode 100644 index 0d7c6c0bc..000000000 --- a/english/nodejs/aspose.barcode/mandatoryfields/setmiddlenametruncation/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MandatoryFields.setMiddleNameTruncation" -linktitle: "setMiddleNameTruncation" -articleTitle: "setMiddleNameTruncation" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DDG, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncated(U), DL/ID, F1A" -type: docs -weight: 370 -url: /nodejs/aspose.barcode/mandatoryfields/setmiddlenametruncation/ ---- - -## setMiddleNameTruncation() - -DDG, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncated(U), DL/ID, F1A diff --git a/english/nodejs/aspose.barcode/mandatoryfields/setrestrictioncodes/_index.md b/english/nodejs/aspose.barcode/mandatoryfields/setrestrictioncodes/_index.md deleted file mode 100644 index c54c93f92..000000000 --- a/english/nodejs/aspose.barcode/mandatoryfields/setrestrictioncodes/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MandatoryFields.setRestrictionCodes" -linktitle: "setRestrictionCodes" -articleTitle: "setRestrictionCodes" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DCB, Jurisdiction-specific restrictions codes, DL, V12ANS" -type: docs -weight: 380 -url: /nodejs/aspose.barcode/mandatoryfields/setrestrictioncodes/ ---- - -## setRestrictionCodes() - -DCB, Jurisdiction-specific restrictions codes, DL, V12ANS diff --git a/english/nodejs/aspose.barcode/mandatoryfields/setsex/_index.md b/english/nodejs/aspose.barcode/mandatoryfields/setsex/_index.md deleted file mode 100644 index d35d8b997..000000000 --- a/english/nodejs/aspose.barcode/mandatoryfields/setsex/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MandatoryFields.setSex" -linktitle: "setSex" -articleTitle: "setSex" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DBC, Gender of the cardholder. 1 = male, 2 = female, 9 = not specified, DL/ID, F1N" -type: docs -weight: 390 -url: /nodejs/aspose.barcode/mandatoryfields/setsex/ ---- - -## setSex() - -DBC, Gender of the cardholder. 1 = male, 2 = female, 9 = not specified, DL/ID, F1N diff --git a/english/nodejs/aspose.barcode/mandatoryfields/setvehicleclass/_index.md b/english/nodejs/aspose.barcode/mandatoryfields/setvehicleclass/_index.md deleted file mode 100644 index ce366ca87..000000000 --- a/english/nodejs/aspose.barcode/mandatoryfields/setvehicleclass/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MandatoryFields.setVehicleClass" -linktitle: "setVehicleClass" -articleTitle: "setVehicleClass" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DCA, Jurisdiction-specific vehicle class / group code, DL, V6ANS" -type: docs -weight: 400 -url: /nodejs/aspose.barcode/mandatoryfields/setvehicleclass/ ---- - -## setVehicleClass() - -DCA, Jurisdiction-specific vehicle class / group code, DL, V6ANS diff --git a/english/nodejs/aspose.barcode/maxicodecodetext/_index.md b/english/nodejs/aspose.barcode/maxicodecodetext/_index.md index cca1a2e23..a5f168981 100644 --- a/english/nodejs/aspose.barcode/maxicodecodetext/_index.md +++ b/english/nodejs/aspose.barcode/maxicodecodetext/_index.md @@ -1,9 +1,8 @@ --- -title: "MaxiCodeCodetext Class" +title: "MaxiCodeCodetext" linktitle: "MaxiCodeCodetext" -articleTitle: "MaxiCodeCodetext" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Base class for encoding and decoding the text embedded in the MaxiCode code. This sample shows how to decode raw MaxiCode codetext to MaxiCodeCodetext instance." +second_title: "Aspose.BarCode for Node.js via Java API Reference" +description: "Base class for encoding and decoding the text embedded in the MaxiCode code." type: docs weight: 600 url: /nodejs/aspose.barcode/maxicodecodetext/ @@ -36,11 +35,57 @@ for(let i = 0; i < results.length; i++) | Name | Description | | --- | --- | -| [getBarcodeType()](./getbarcodetype/) | Gets barcode type. | -| [getECIEncoding()](./geteciencoding/) | Gets ECI encoding. Used when MaxiCodeEncodeMode is AUTO. | -| [getEncodeMode()](./getencodemode/) | Gets a MaxiCode encode mode. Default value: Auto. | -| [getMaxiCodeEncodeMode()](./getmaxicodeencodemode/) ~~(deprecated)~~ | Gets a MaxiCode encode mode. | -| [getMode()](./getmode/) | Gets MaxiCode mode. | -| [setECIEncoding()](./seteciencoding/) | Sets ECI encoding. Used when MaxiCodeEncodeMode is AUTO. | -| [setEncodeMode(value)](./setencodemode/) | Sets a MaxiCode encode mode. Default value: Auto. | -| [setMaxiCodeEncodeMode()](./setmaxicodeencodemode/) ~~(deprecated)~~ | Sets a MaxiCode encode mode. | +| [getBarcodeType()](#getbarcodetype) | Gets barcode type. | +| [getECIEncoding()](#geteciencoding) | Gets ECI encoding. Used when MaxiCodeEncodeMode is AUTO. | +| [getEncodeMode()](#getencodemode) | Gets a MaxiCode encode mode. Default value: Auto. | +| [getMaxiCodeEncodeMode()](#getmaxicodeencodemode) ~~(deprecated)~~ | Gets a MaxiCode encode mode. | +| [getMode()](#getmode) | Gets MaxiCode mode. | +| [setECIEncoding()](#seteciencoding) | Sets ECI encoding. Used when MaxiCodeEncodeMode is AUTO. | +| [setEncodeMode(value)](#setencodemode) | Sets a MaxiCode encode mode. Default value: Auto. | +| [setMaxiCodeEncodeMode()](#setmaxicodeencodemode) ~~(deprecated)~~ | Sets a MaxiCode encode mode. | + +### getBarcodeType() {#getbarcodetype} + +Gets barcode type. + +**Returns:** Barcode type + +### getECIEncoding() {#geteciencoding} + +Gets ECI encoding. Used when MaxiCodeEncodeMode is AUTO. + +### getEncodeMode() {#getencodemode} + +Gets a MaxiCode encode mode. Default value: Auto. + +**Returns:** a MaxiCode encode mode. + +### getMaxiCodeEncodeMode() {#getmaxicodeencodemode} + +> **Deprecated.** See method description for replacement. + +Gets a MaxiCode encode mode. + +### getMode() {#getmode} + +Gets MaxiCode mode. + +**Returns:** MaxiCode mode + +### setECIEncoding() {#seteciencoding} + +Sets ECI encoding. Used when MaxiCodeEncodeMode is AUTO. + +### setEncodeMode(value) {#setencodemode} + +Sets a MaxiCode encode mode. Default value: Auto. + +| Parameter | Description | +| --- | --- | +| value | a MaxiCode encode mode. | + +### setMaxiCodeEncodeMode() {#setmaxicodeencodemode} + +> **Deprecated.** See method description for replacement. + +Sets a MaxiCode encode mode. diff --git a/english/nodejs/aspose.barcode/maxicodecodetext/getbarcodetype/_index.md b/english/nodejs/aspose.barcode/maxicodecodetext/getbarcodetype/_index.md deleted file mode 100644 index 2de9617d6..000000000 --- a/english/nodejs/aspose.barcode/maxicodecodetext/getbarcodetype/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "MaxiCodeCodetext.getBarcodeType" -linktitle: "getBarcodeType" -articleTitle: "getBarcodeType" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets barcode type." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/maxicodecodetext/getbarcodetype/ ---- - -## getBarcodeType() - -Gets barcode type. - -**Returns:** Barcode type diff --git a/english/nodejs/aspose.barcode/maxicodecodetext/geteciencoding/_index.md b/english/nodejs/aspose.barcode/maxicodecodetext/geteciencoding/_index.md deleted file mode 100644 index bcf2f7393..000000000 --- a/english/nodejs/aspose.barcode/maxicodecodetext/geteciencoding/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MaxiCodeCodetext.getECIEncoding" -linktitle: "getECIEncoding" -articleTitle: "getECIEncoding" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets ECI encoding. Used when MaxiCodeEncodeMode is AUTO." -type: docs -weight: 20 -url: /nodejs/aspose.barcode/maxicodecodetext/geteciencoding/ ---- - -## getECIEncoding() - -Gets ECI encoding. Used when MaxiCodeEncodeMode is AUTO. diff --git a/english/nodejs/aspose.barcode/maxicodecodetext/getencodemode/_index.md b/english/nodejs/aspose.barcode/maxicodecodetext/getencodemode/_index.md deleted file mode 100644 index 0ed91ef01..000000000 --- a/english/nodejs/aspose.barcode/maxicodecodetext/getencodemode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "MaxiCodeCodetext.getEncodeMode" -linktitle: "getEncodeMode" -articleTitle: "getEncodeMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets a MaxiCode encode mode. Default value: Auto." -type: docs -weight: 30 -url: /nodejs/aspose.barcode/maxicodecodetext/getencodemode/ ---- - -## getEncodeMode() - -Gets a MaxiCode encode mode. Default value: Auto. - -**Returns:** a MaxiCode encode mode. diff --git a/english/nodejs/aspose.barcode/maxicodecodetext/getmaxicodeencodemode/_index.md b/english/nodejs/aspose.barcode/maxicodecodetext/getmaxicodeencodemode/_index.md deleted file mode 100644 index ef9ff3648..000000000 --- a/english/nodejs/aspose.barcode/maxicodecodetext/getmaxicodeencodemode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "MaxiCodeCodetext.getMaxiCodeEncodeMode" -linktitle: "getMaxiCodeEncodeMode" -articleTitle: "getMaxiCodeEncodeMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets a MaxiCode encode mode." -type: docs -weight: 40 -url: /nodejs/aspose.barcode/maxicodecodetext/getmaxicodeencodemode/ ---- - -## getMaxiCodeEncodeMode() - -> **Deprecated.** See method description for replacement. - -Gets a MaxiCode encode mode. diff --git a/english/nodejs/aspose.barcode/maxicodecodetext/getmode/_index.md b/english/nodejs/aspose.barcode/maxicodecodetext/getmode/_index.md deleted file mode 100644 index 3ddb30ecb..000000000 --- a/english/nodejs/aspose.barcode/maxicodecodetext/getmode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "MaxiCodeCodetext.getMode" -linktitle: "getMode" -articleTitle: "getMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets MaxiCode mode." -type: docs -weight: 50 -url: /nodejs/aspose.barcode/maxicodecodetext/getmode/ ---- - -## getMode() - -Gets MaxiCode mode. - -**Returns:** MaxiCode mode diff --git a/english/nodejs/aspose.barcode/maxicodecodetext/seteciencoding/_index.md b/english/nodejs/aspose.barcode/maxicodecodetext/seteciencoding/_index.md deleted file mode 100644 index 5b44ca594..000000000 --- a/english/nodejs/aspose.barcode/maxicodecodetext/seteciencoding/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MaxiCodeCodetext.setECIEncoding" -linktitle: "setECIEncoding" -articleTitle: "setECIEncoding" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets ECI encoding. Used when MaxiCodeEncodeMode is AUTO." -type: docs -weight: 60 -url: /nodejs/aspose.barcode/maxicodecodetext/seteciencoding/ ---- - -## setECIEncoding() - -Sets ECI encoding. Used when MaxiCodeEncodeMode is AUTO. diff --git a/english/nodejs/aspose.barcode/maxicodecodetext/setencodemode/_index.md b/english/nodejs/aspose.barcode/maxicodecodetext/setencodemode/_index.md deleted file mode 100644 index 2aecec1c0..000000000 --- a/english/nodejs/aspose.barcode/maxicodecodetext/setencodemode/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "MaxiCodeCodetext.setEncodeMode" -linktitle: "setEncodeMode" -articleTitle: "setEncodeMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets a MaxiCode encode mode. Default value: Auto." -type: docs -weight: 70 -url: /nodejs/aspose.barcode/maxicodecodetext/setencodemode/ ---- - -## setEncodeMode(value) - -Sets a MaxiCode encode mode. Default value: Auto. - -| Parameter | Description | -| --- | --- | -| value | a MaxiCode encode mode. | diff --git a/english/nodejs/aspose.barcode/maxicodecodetext/setmaxicodeencodemode/_index.md b/english/nodejs/aspose.barcode/maxicodecodetext/setmaxicodeencodemode/_index.md deleted file mode 100644 index fed46c4c7..000000000 --- a/english/nodejs/aspose.barcode/maxicodecodetext/setmaxicodeencodemode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "MaxiCodeCodetext.setMaxiCodeEncodeMode" -linktitle: "setMaxiCodeEncodeMode" -articleTitle: "setMaxiCodeEncodeMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets a MaxiCode encode mode." -type: docs -weight: 80 -url: /nodejs/aspose.barcode/maxicodecodetext/setmaxicodeencodemode/ ---- - -## setMaxiCodeEncodeMode() - -> **Deprecated.** See method description for replacement. - -Sets a MaxiCode encode mode. diff --git a/english/nodejs/aspose.barcode/maxicodecodetextmode2/_index.md b/english/nodejs/aspose.barcode/maxicodecodetextmode2/_index.md index fe799b022..418676e8e 100644 --- a/english/nodejs/aspose.barcode/maxicodecodetextmode2/_index.md +++ b/english/nodejs/aspose.barcode/maxicodecodetextmode2/_index.md @@ -1,8 +1,7 @@ --- -title: "MaxiCodeCodetextMode2 Class" +title: "MaxiCodeCodetextMode2" linktitle: "MaxiCodeCodetextMode2" -articleTitle: "MaxiCodeCodetextMode2" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Class for encoding and decoding the text embedded in the MaxiCode code for modes 2." type: docs weight: 610 @@ -37,4 +36,10 @@ This sample shows how to encode and decode MaxiCode codetext for mode 2. | Name | Description | | --- | --- | -| [getMode()](./getmode/) | Gets MaxiCode mode. | +| [getMode()](#getmode) | Gets MaxiCode mode. | + +### getMode() {#getmode} + +Gets MaxiCode mode. + +**Returns:** MaxiCode mode diff --git a/english/nodejs/aspose.barcode/maxicodecodetextmode2/getmode/_index.md b/english/nodejs/aspose.barcode/maxicodecodetextmode2/getmode/_index.md deleted file mode 100644 index cd515fb1b..000000000 --- a/english/nodejs/aspose.barcode/maxicodecodetextmode2/getmode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "MaxiCodeCodetextMode2.getMode" -linktitle: "getMode" -articleTitle: "getMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets MaxiCode mode." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/maxicodecodetextmode2/getmode/ ---- - -## getMode() - -Gets MaxiCode mode. - -**Returns:** MaxiCode mode diff --git a/english/nodejs/aspose.barcode/maxicodecodetextmode3/_index.md b/english/nodejs/aspose.barcode/maxicodecodetextmode3/_index.md index 39f92ad75..fb69b2032 100644 --- a/english/nodejs/aspose.barcode/maxicodecodetextmode3/_index.md +++ b/english/nodejs/aspose.barcode/maxicodecodetextmode3/_index.md @@ -1,9 +1,8 @@ --- -title: "MaxiCodeCodetextMode3 Class" +title: "MaxiCodeCodetextMode3" linktitle: "MaxiCodeCodetextMode3" -articleTitle: "MaxiCodeCodetextMode3" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Class for encoding and decoding the text embedded in the MaxiCode code for modes 3. This sample shows how to encode and decode MaxiCode codetext for mode 3." +second_title: "Aspose.BarCode for Node.js via Java API Reference" +description: "Class for encoding and decoding the text embedded in the MaxiCode code for modes 3." type: docs weight: 620 url: /nodejs/aspose.barcode/maxicodecodetextmode3/ @@ -36,4 +35,10 @@ new MaxiCodeCodetextMode3() | Name | Description | | --- | --- | -| [getMode()](./getmode/) | Gets MaxiCode mode. | +| [getMode()](#getmode) | Gets MaxiCode mode. | + +### getMode() {#getmode} + +Gets MaxiCode mode. + +**Returns:** MaxiCode mode diff --git a/english/nodejs/aspose.barcode/maxicodecodetextmode3/getmode/_index.md b/english/nodejs/aspose.barcode/maxicodecodetextmode3/getmode/_index.md deleted file mode 100644 index 646a1da28..000000000 --- a/english/nodejs/aspose.barcode/maxicodecodetextmode3/getmode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "MaxiCodeCodetextMode3.getMode" -linktitle: "getMode" -articleTitle: "getMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets MaxiCode mode." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/maxicodecodetextmode3/getmode/ ---- - -## getMode() - -Gets MaxiCode mode. - -**Returns:** MaxiCode mode diff --git a/english/nodejs/aspose.barcode/maxicodeextcodetextbuilder/_index.md b/english/nodejs/aspose.barcode/maxicodeextcodetextbuilder/_index.md index e45c86a6f..8b03c8b1a 100644 --- a/english/nodejs/aspose.barcode/maxicodeextcodetextbuilder/_index.md +++ b/english/nodejs/aspose.barcode/maxicodeextcodetextbuilder/_index.md @@ -1,9 +1,8 @@ --- -title: "MaxiCodeExtCodetextBuilder Class" +title: "MaxiCodeExtCodetextBuilder" linktitle: "MaxiCodeExtCodetextBuilder" -articleTitle: "MaxiCodeExtCodetextBuilder" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Extended codetext generator for MaxiCode barcodes for ExtendedCodetext Mode of MaxiCodeEncodeMode Use TwoDDisplayText property of BarcodeGenerator to set vis..." +second_title: "Aspose.BarCode for Node.js via Java API Reference" +description: "Extended codetext generator for MaxiCode barcodes for ExtendedCodetext Mode of MaxiCodeEncodeMode Use TwoDDisplayText property of BarcodeGenerator to set visibl" type: docs weight: 630 url: /nodejs/aspose.barcode/maxicodeextcodetextbuilder/ @@ -40,4 +39,10 @@ generator.save("test.bmp", BarcodeImageFormat.BMP); | Name | Description | | --- | --- | -| [getExtendedCodetext()](./getextendedcodetext/) | Generates Extended codetext from the extended codetext list. | +| [getExtendedCodetext()](#getextendedcodetext) | Generates Extended codetext from the extended codetext list. | + +### getExtendedCodetext() {#getextendedcodetext} + +Generates Extended codetext from the extended codetext list. + +**Returns:** Extended codetext as string diff --git a/english/nodejs/aspose.barcode/maxicodeextcodetextbuilder/getextendedcodetext/_index.md b/english/nodejs/aspose.barcode/maxicodeextcodetextbuilder/getextendedcodetext/_index.md deleted file mode 100644 index de19e716c..000000000 --- a/english/nodejs/aspose.barcode/maxicodeextcodetextbuilder/getextendedcodetext/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "MaxiCodeExtCodetextBuilder.getExtendedCodetext" -linktitle: "getExtendedCodetext" -articleTitle: "getExtendedCodetext" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Generates Extended codetext from the extended codetext list." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/maxicodeextcodetextbuilder/getextendedcodetext/ ---- - -## getExtendedCodetext() - -Generates Extended codetext from the extended codetext list. - -**Returns:** Extended codetext as string diff --git a/english/nodejs/aspose.barcode/maxicodeextendedparameters/_index.md b/english/nodejs/aspose.barcode/maxicodeextendedparameters/_index.md index e329b0835..d64627866 100644 --- a/english/nodejs/aspose.barcode/maxicodeextendedparameters/_index.md +++ b/english/nodejs/aspose.barcode/maxicodeextendedparameters/_index.md @@ -1,8 +1,7 @@ --- -title: "MaxiCodeExtendedParameters Class" +title: "MaxiCodeExtendedParameters" linktitle: "MaxiCodeExtendedParameters" -articleTitle: "MaxiCodeExtendedParameters" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Stores a MaxiCode additional information of recognized barcode" type: docs weight: 640 @@ -21,12 +20,70 @@ new MaxiCodeExtendedParameters() | Name | Description | | --- | --- | -| [equals(obj)](./equals/) | Returns a value indicating whether this instance is equal to a specified value. | -| [getMaxiCodeMode()](./getmaxicodemode/) ~~(deprecated)~~ | Gets a MaxiCode encode mode. Default value: Mode4 | -| [getMaxiCodeStructuredAppendModeBarcodeId()](./getmaxicodestructuredappendmodebarcodeid/) ~~(deprecated)~~ | Gets a MaxiCode barcode id in structured append mode. Default value: 0 | -| [getMaxiCodeStructuredAppendModeBarcodesCount()](./getmaxicodestructuredappendmodebarcodescount/) ~~(deprecated)~~ | Gets a MaxiCode barcodes count in structured append mode. Default value: -1 | -| [getMode()](./getmode/) | Gets a MaxiCode encode mode. Default value: Mode4 | -| [getStructuredAppendModeBarcodeId()](./getstructuredappendmodebarcodeid/) | Gets a MaxiCode barcode id in structured append mode. Default value: 0 | -| [getStructuredAppendModeBarcodesCount()](./getstructuredappendmodebarcodescount/) | Gets a MaxiCode barcodes count in structured append mode. Default value: -1 | -| [hashCode()](./hashcode/) | Returns the hash code for this instance. | -| [toString()](./tostring/) | Returns a human-readable string representation of this . | +| [equals(obj)](#equals) | Returns a value indicating whether this instance is equal to a specified value. | +| [getMaxiCodeMode()](#getmaxicodemode) ~~(deprecated)~~ | Gets a MaxiCode encode mode. Default value: Mode4 | +| [getMaxiCodeStructuredAppendModeBarcodeId()](#getmaxicodestructuredappendmodebarcodeid) ~~(deprecated)~~ | Gets a MaxiCode barcode id in structured append mode. Default value: 0 | +| [getMaxiCodeStructuredAppendModeBarcodesCount()](#getmaxicodestructuredappendmodebarcodescount) ~~(deprecated)~~ | Gets a MaxiCode barcodes count in structured append mode. Default value: -1 | +| [getMode()](#getmode) | Gets a MaxiCode encode mode. Default value: Mode4 | +| [getStructuredAppendModeBarcodeId()](#getstructuredappendmodebarcodeid) | Gets a MaxiCode barcode id in structured append mode. Default value: 0 | +| [getStructuredAppendModeBarcodesCount()](#getstructuredappendmodebarcodescount) | Gets a MaxiCode barcodes count in structured append mode. Default value: -1 | +| [hashCode()](#hashcode) | Returns the hash code for this instance. | +| [toString()](#tostring) | Returns a human-readable string representation of this . | + +### equals(obj) {#equals} + +Returns a value indicating whether this instance is equal to a specified value. + +| Parameter | Description | +| --- | --- | +| obj | An Object value to compare to this instance. | + +**Returns:** true if obj has the same value as this instance; otherwise, false . + +### getMaxiCodeMode() {#getmaxicodemode} + +> **Deprecated.** See method description for replacement. + +Gets a MaxiCode encode mode. Default value: Mode4 + +### getMaxiCodeStructuredAppendModeBarcodeId() {#getmaxicodestructuredappendmodebarcodeid} + +> **Deprecated.** See method description for replacement. + +Gets a MaxiCode barcode id in structured append mode. Default value: 0 + +### getMaxiCodeStructuredAppendModeBarcodesCount() {#getmaxicodestructuredappendmodebarcodescount} + +> **Deprecated.** See method description for replacement. + +Gets a MaxiCode barcodes count in structured append mode. Default value: -1 + +### getMode() {#getmode} + +Gets a MaxiCode encode mode. Default value: Mode4 + +**Returns:** a MaxiCode encode mode. + +### getStructuredAppendModeBarcodeId() {#getstructuredappendmodebarcodeid} + +Gets a MaxiCode barcode id in structured append mode. Default value: 0 + +**Returns:** a MaxiCode barcode id in structured append mode. + +### getStructuredAppendModeBarcodesCount() {#getstructuredappendmodebarcodescount} + +Gets a MaxiCode barcodes count in structured append mode. Default value: -1 + +**Returns:** a MaxiCode barcodes count in structured append mode. + +### hashCode() {#hashcode} + +Returns the hash code for this instance. + +**Returns:** A 32-bit signed integer hash code. + +### toString() {#tostring} + +Returns a human-readable string representation of this . + +**Returns:** A string that represents this . diff --git a/english/nodejs/aspose.barcode/maxicodeextendedparameters/equals/_index.md b/english/nodejs/aspose.barcode/maxicodeextendedparameters/equals/_index.md deleted file mode 100644 index 93780ec7a..000000000 --- a/english/nodejs/aspose.barcode/maxicodeextendedparameters/equals/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "MaxiCodeExtendedParameters.equals" -linktitle: "equals" -articleTitle: "equals" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns a value indicating whether this instance is equal to a specified value." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/maxicodeextendedparameters/equals/ ---- - -## equals(obj) - -Returns a value indicating whether this instance is equal to a specified value. - -| Parameter | Description | -| --- | --- | -| obj | An Object value to compare to this instance. | - -**Returns:** true if obj has the same value as this instance; otherwise, false . diff --git a/english/nodejs/aspose.barcode/maxicodeextendedparameters/getmaxicodemode/_index.md b/english/nodejs/aspose.barcode/maxicodeextendedparameters/getmaxicodemode/_index.md deleted file mode 100644 index 444941393..000000000 --- a/english/nodejs/aspose.barcode/maxicodeextendedparameters/getmaxicodemode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "MaxiCodeExtendedParameters.getMaxiCodeMode" -linktitle: "getMaxiCodeMode" -articleTitle: "getMaxiCodeMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets a MaxiCode encode mode. Default value: Mode4" -type: docs -weight: 20 -url: /nodejs/aspose.barcode/maxicodeextendedparameters/getmaxicodemode/ ---- - -## getMaxiCodeMode() - -> **Deprecated.** See method description for replacement. - -Gets a MaxiCode encode mode. Default value: Mode4 diff --git a/english/nodejs/aspose.barcode/maxicodeextendedparameters/getmaxicodestructuredappendmodebarcodeid/_index.md b/english/nodejs/aspose.barcode/maxicodeextendedparameters/getmaxicodestructuredappendmodebarcodeid/_index.md deleted file mode 100644 index 5a3266eb2..000000000 --- a/english/nodejs/aspose.barcode/maxicodeextendedparameters/getmaxicodestructuredappendmodebarcodeid/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "MaxiCodeExtendedParameters.getMaxiCodeStructuredAppendModeBarcodeId" -linktitle: "getMaxiCodeStructuredAppendModeBarcodeId" -articleTitle: "getMaxiCodeStructuredAppendModeBarcodeId" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets a MaxiCode barcode id in structured append mode. Default value: 0" -type: docs -weight: 30 -url: /nodejs/aspose.barcode/maxicodeextendedparameters/getmaxicodestructuredappendmodebarcodeid/ ---- - -## getMaxiCodeStructuredAppendModeBarcodeId() - -> **Deprecated.** See method description for replacement. - -Gets a MaxiCode barcode id in structured append mode. Default value: 0 diff --git a/english/nodejs/aspose.barcode/maxicodeextendedparameters/getmaxicodestructuredappendmodebarcodescount/_index.md b/english/nodejs/aspose.barcode/maxicodeextendedparameters/getmaxicodestructuredappendmodebarcodescount/_index.md deleted file mode 100644 index 36babe76f..000000000 --- a/english/nodejs/aspose.barcode/maxicodeextendedparameters/getmaxicodestructuredappendmodebarcodescount/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "MaxiCodeExtendedParameters.getMaxiCodeStructuredAppendModeBarcodesCount" -linktitle: "getMaxiCodeStructuredAppendModeBarcodesCount" -articleTitle: "getMaxiCodeStructuredAppendModeBarcodesCount" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets a MaxiCode barcodes count in structured append mode. Default value: -1" -type: docs -weight: 40 -url: /nodejs/aspose.barcode/maxicodeextendedparameters/getmaxicodestructuredappendmodebarcodescount/ ---- - -## getMaxiCodeStructuredAppendModeBarcodesCount() - -> **Deprecated.** See method description for replacement. - -Gets a MaxiCode barcodes count in structured append mode. Default value: -1 diff --git a/english/nodejs/aspose.barcode/maxicodeextendedparameters/getmode/_index.md b/english/nodejs/aspose.barcode/maxicodeextendedparameters/getmode/_index.md deleted file mode 100644 index ad8d1174b..000000000 --- a/english/nodejs/aspose.barcode/maxicodeextendedparameters/getmode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "MaxiCodeExtendedParameters.getMode" -linktitle: "getMode" -articleTitle: "getMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets a MaxiCode encode mode. Default value: Mode4" -type: docs -weight: 50 -url: /nodejs/aspose.barcode/maxicodeextendedparameters/getmode/ ---- - -## getMode() - -Gets a MaxiCode encode mode. Default value: Mode4 - -**Returns:** a MaxiCode encode mode. diff --git a/english/nodejs/aspose.barcode/maxicodeextendedparameters/getstructuredappendmodebarcodeid/_index.md b/english/nodejs/aspose.barcode/maxicodeextendedparameters/getstructuredappendmodebarcodeid/_index.md deleted file mode 100644 index 11de298da..000000000 --- a/english/nodejs/aspose.barcode/maxicodeextendedparameters/getstructuredappendmodebarcodeid/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "MaxiCodeExtendedParameters.getStructuredAppendModeBarcodeId" -linktitle: "getStructuredAppendModeBarcodeId" -articleTitle: "getStructuredAppendModeBarcodeId" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets a MaxiCode barcode id in structured append mode. Default value: 0" -type: docs -weight: 60 -url: /nodejs/aspose.barcode/maxicodeextendedparameters/getstructuredappendmodebarcodeid/ ---- - -## getStructuredAppendModeBarcodeId() - -Gets a MaxiCode barcode id in structured append mode. Default value: 0 - -**Returns:** a MaxiCode barcode id in structured append mode. diff --git a/english/nodejs/aspose.barcode/maxicodeextendedparameters/getstructuredappendmodebarcodescount/_index.md b/english/nodejs/aspose.barcode/maxicodeextendedparameters/getstructuredappendmodebarcodescount/_index.md deleted file mode 100644 index 80d1e0511..000000000 --- a/english/nodejs/aspose.barcode/maxicodeextendedparameters/getstructuredappendmodebarcodescount/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "MaxiCodeExtendedParameters.getStructuredAppendModeBarcodesCount" -linktitle: "getStructuredAppendModeBarcodesCount" -articleTitle: "getStructuredAppendModeBarcodesCount" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets a MaxiCode barcodes count in structured append mode. Default value: -1" -type: docs -weight: 70 -url: /nodejs/aspose.barcode/maxicodeextendedparameters/getstructuredappendmodebarcodescount/ ---- - -## getStructuredAppendModeBarcodesCount() - -Gets a MaxiCode barcodes count in structured append mode. Default value: -1 - -**Returns:** a MaxiCode barcodes count in structured append mode. diff --git a/english/nodejs/aspose.barcode/maxicodeextendedparameters/hashcode/_index.md b/english/nodejs/aspose.barcode/maxicodeextendedparameters/hashcode/_index.md deleted file mode 100644 index 450102254..000000000 --- a/english/nodejs/aspose.barcode/maxicodeextendedparameters/hashcode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "MaxiCodeExtendedParameters.hashCode" -linktitle: "hashCode" -articleTitle: "hashCode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns the hash code for this instance." -type: docs -weight: 80 -url: /nodejs/aspose.barcode/maxicodeextendedparameters/hashcode/ ---- - -## hashCode() - -Returns the hash code for this instance. - -**Returns:** A 32-bit signed integer hash code. diff --git a/english/nodejs/aspose.barcode/maxicodeextendedparameters/tostring/_index.md b/english/nodejs/aspose.barcode/maxicodeextendedparameters/tostring/_index.md deleted file mode 100644 index e05071cad..000000000 --- a/english/nodejs/aspose.barcode/maxicodeextendedparameters/tostring/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "MaxiCodeExtendedParameters.toString" -linktitle: "toString" -articleTitle: "toString" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns a human-readable string representation of this ." -type: docs -weight: 90 -url: /nodejs/aspose.barcode/maxicodeextendedparameters/tostring/ ---- - -## toString() - -Returns a human-readable string representation of this . - -**Returns:** A string that represents this . diff --git a/english/nodejs/aspose.barcode/maxicodeparameters/_index.md b/english/nodejs/aspose.barcode/maxicodeparameters/_index.md index 45c7253e3..61d59bc19 100644 --- a/english/nodejs/aspose.barcode/maxicodeparameters/_index.md +++ b/english/nodejs/aspose.barcode/maxicodeparameters/_index.md @@ -1,8 +1,7 @@ --- -title: "MaxiCodeParameters Class" +title: "MaxiCodeParameters" linktitle: "MaxiCodeParameters" -articleTitle: "MaxiCodeParameters" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "MaxiCode parameters." type: docs weight: 650 @@ -21,24 +20,150 @@ new MaxiCodeParameters() | Name | Description | | --- | --- | -| [getAspectRatio()](./getaspectratio/) | Height/Width ratio of 2D BarCode module. | -| [getECIEncoding()](./geteciencoding/) | Gets ECI encoding. Used when MaxiCodeEncodeMode is AUTO. Default value: ISO-8859-1 | -| [getEncodeMode()](./getencodemode/) | Gets a MaxiCode encode mode. Default value: Auto. | -| [getMaxiCodeEncodeMode()](./getmaxicodeencodemode/) ~~(deprecated)~~ | Gets a MaxiCode encode mode. | -| [getMaxiCodeMode()](./getmaxicodemode/) ~~(deprecated)~~ | Gets a MaxiCode encode mode. | -| [getMaxiCodeStructuredAppendModeBarcodeId()](./getmaxicodestructuredappendmodebarcodeid/) ~~(deprecated)~~ | Gets a MaxiCode barcode id in structured append mode. ID must be a value between 1 and 8. Default value: 0 | -| [getMaxiCodeStructuredAppendModeBarcodesCount()](./getmaxicodestructuredappendmodebarcodescount/) ~~(deprecated)~~ | Gets a MaxiCode barcodes count in structured append mode. Count number must be a value between 2 and 8 (maximum barcodes | -| [getMode()](./getmode/) | Gets a MaxiCode encode mode. | -| [getStructuredAppendModeBarcodeId()](./getstructuredappendmodebarcodeid/) | Gets a MaxiCode barcode id in structured append mode. ID must be a value between 1 and 8. Default value: 0 | -| [getStructuredAppendModeBarcodesCount()](./getstructuredappendmodebarcodescount/) | Gets a MaxiCode barcodes count in structured append mode. Count number must be a value between 2 and 8 (maximum barcodes | -| [setAspectRatio()](./setaspectratio/) | Height/Width ratio of 2D BarCode module. | -| [setECIEncoding()](./seteciencoding/) | Sets ECI encoding. Used when MaxiCodeEncodeMode is AUTO. Default value: ISO-8859-1 | -| [setEncodeMode(value)](./setencodemode/) | Sets a MaxiCode encode mode. Default value: Auto. | -| [setMaxiCodeEncodeMode()](./setmaxicodeencodemode/) ~~(deprecated)~~ | Sets a MaxiCode encode mode. | -| [setMaxiCodeMode()](./setmaxicodemode/) ~~(deprecated)~~ | Sets a MaxiCode encode mode. | -| [setMaxiCodeStructuredAppendModeBarcodeId()](./setmaxicodestructuredappendmodebarcodeid/) ~~(deprecated)~~ | Sets a MaxiCode barcode id in structured append mode. ID must be a value between 1 and 8. Default value: 0 | -| [setMaxiCodeStructuredAppendModeBarcodesCount()](./setmaxicodestructuredappendmodebarcodescount/) ~~(deprecated)~~ | Sets a MaxiCode barcodes count in structured append mode. Count number must be a value between 2 and 8 (maximum barcodes | -| [setMode(value)](./setmode/) | Sets a MaxiCode encode mode. | -| [setStructuredAppendModeBarcodeId(value)](./setstructuredappendmodebarcodeid/) | Sets a MaxiCode barcode id in structured append mode. ID must be a value between 1 and 8. Default value: 0 | -| [setStructuredAppendModeBarcodesCount(value)](./setstructuredappendmodebarcodescount/) | Sets a MaxiCode barcodes count in structured append mode. Count number must be a value between 2 and 8 (maximum barcodes | -| [toString()](./tostring/) | Returns a human-readable string representation of this MaxiCodeParameters. | +| [getAspectRatio()](#getaspectratio) | Height/Width ratio of 2D BarCode module. | +| [getECIEncoding()](#geteciencoding) | Gets ECI encoding. Used when MaxiCodeEncodeMode is AUTO. Default value: ISO-8859-1 | +| [getEncodeMode()](#getencodemode) | Gets a MaxiCode encode mode. Default value: Auto. | +| [getMaxiCodeEncodeMode()](#getmaxicodeencodemode) ~~(deprecated)~~ | Gets a MaxiCode encode mode. | +| [getMaxiCodeMode()](#getmaxicodemode) ~~(deprecated)~~ | Gets a MaxiCode encode mode. | +| [getMaxiCodeStructuredAppendModeBarcodeId()](#getmaxicodestructuredappendmodebarcodeid) ~~(deprecated)~~ | Gets a MaxiCode barcode id in structured append mode. ID must be a value between 1 and 8. Default value: 0 | +| [getMaxiCodeStructuredAppendModeBarcodesCount()](#getmaxicodestructuredappendmodebarcodescount) ~~(deprecated)~~ | Gets a MaxiCode barcodes count in structured append mode. Count number must be a value between 2 and 8 (maximum barcodes | +| [getMode()](#getmode) | Gets a MaxiCode encode mode. | +| [getStructuredAppendModeBarcodeId()](#getstructuredappendmodebarcodeid) | Gets a MaxiCode barcode id in structured append mode. ID must be a value between 1 and 8. Default value: 0 | +| [getStructuredAppendModeBarcodesCount()](#getstructuredappendmodebarcodescount) | Gets a MaxiCode barcodes count in structured append mode. Count number must be a value between 2 and 8 (maximum barcodes | +| [setAspectRatio()](#setaspectratio) | Height/Width ratio of 2D BarCode module. | +| [setECIEncoding()](#seteciencoding) | Sets ECI encoding. Used when MaxiCodeEncodeMode is AUTO. Default value: ISO-8859-1 | +| [setEncodeMode(value)](#setencodemode) | Sets a MaxiCode encode mode. Default value: Auto. | +| [setMaxiCodeEncodeMode()](#setmaxicodeencodemode) ~~(deprecated)~~ | Sets a MaxiCode encode mode. | +| [setMaxiCodeMode()](#setmaxicodemode) ~~(deprecated)~~ | Sets a MaxiCode encode mode. | +| [setMaxiCodeStructuredAppendModeBarcodeId()](#setmaxicodestructuredappendmodebarcodeid) ~~(deprecated)~~ | Sets a MaxiCode barcode id in structured append mode. ID must be a value between 1 and 8. Default value: 0 | +| [setMaxiCodeStructuredAppendModeBarcodesCount()](#setmaxicodestructuredappendmodebarcodescount) ~~(deprecated)~~ | Sets a MaxiCode barcodes count in structured append mode. Count number must be a value between 2 and 8 (maximum barcodes | +| [setMode(value)](#setmode) | Sets a MaxiCode encode mode. | +| [setStructuredAppendModeBarcodeId(value)](#setstructuredappendmodebarcodeid) | Sets a MaxiCode barcode id in structured append mode. ID must be a value between 1 and 8. Default value: 0 | +| [setStructuredAppendModeBarcodesCount(value)](#setstructuredappendmodebarcodescount) | Sets a MaxiCode barcodes count in structured append mode. Count number must be a value between 2 and 8 (maximum barcodes | +| [toString()](#tostring) | Returns a human-readable string representation of this MaxiCodeParameters. | + +### getAspectRatio() {#getaspectratio} + +Height/Width ratio of 2D BarCode module. + +### getECIEncoding() {#geteciencoding} + +Gets ECI encoding. Used when MaxiCodeEncodeMode is AUTO. Default value: ISO-8859-1 + +### getEncodeMode() {#getencodemode} + +Gets a MaxiCode encode mode. Default value: Auto. + +**Returns:** a MaxiCode encode mode. + +### getMaxiCodeEncodeMode() {#getmaxicodeencodemode} + +> **Deprecated.** See method description for replacement. + +Gets a MaxiCode encode mode. + +### getMaxiCodeMode() {#getmaxicodemode} + +> **Deprecated.** See method description for replacement. + +Gets a MaxiCode encode mode. + +### getMaxiCodeStructuredAppendModeBarcodeId() {#getmaxicodestructuredappendmodebarcodeid} + +> **Deprecated.** See method description for replacement. + +Gets a MaxiCode barcode id in structured append mode. ID must be a value between 1 and 8. Default value: 0 + +### getMaxiCodeStructuredAppendModeBarcodesCount() {#getmaxicodestructuredappendmodebarcodescount} + +> **Deprecated.** See method description for replacement. + +Gets a MaxiCode barcodes count in structured append mode. Count number must be a value between 2 and 8 (maximum barcodes count). Default value: -1 + +### getMode() {#getmode} + +Gets a MaxiCode encode mode. + +**Returns:** a MaxiCode encode mode. + +### getStructuredAppendModeBarcodeId() {#getstructuredappendmodebarcodeid} + +Gets a MaxiCode barcode id in structured append mode. ID must be a value between 1 and 8. Default value: 0 + +**Returns:** a MaxiCode barcode id in structured append mode. + +### getStructuredAppendModeBarcodesCount() {#getstructuredappendmodebarcodescount} + +Gets a MaxiCode barcodes count in structured append mode. Count number must be a value between 2 and 8 (maximum barcodes count). Default value: -1 + +**Returns:** a MaxiCode barcodes count in structured append mode. + +### setAspectRatio() {#setaspectratio} + +Height/Width ratio of 2D BarCode module. + +### setECIEncoding() {#seteciencoding} + +Sets ECI encoding. Used when MaxiCodeEncodeMode is AUTO. Default value: ISO-8859-1 + +### setEncodeMode(value) {#setencodemode} + +Sets a MaxiCode encode mode. Default value: Auto. + +| Parameter | Description | +| --- | --- | +| value | a MaxiCode encode mode. | + +### setMaxiCodeEncodeMode() {#setmaxicodeencodemode} + +> **Deprecated.** See method description for replacement. + +Sets a MaxiCode encode mode. + +### setMaxiCodeMode() {#setmaxicodemode} + +> **Deprecated.** See method description for replacement. + +Sets a MaxiCode encode mode. + +### setMaxiCodeStructuredAppendModeBarcodeId() {#setmaxicodestructuredappendmodebarcodeid} + +> **Deprecated.** See method description for replacement. + +Sets a MaxiCode barcode id in structured append mode. ID must be a value between 1 and 8. Default value: 0 + +### setMaxiCodeStructuredAppendModeBarcodesCount() {#setmaxicodestructuredappendmodebarcodescount} + +> **Deprecated.** See method description for replacement. + +Sets a MaxiCode barcodes count in structured append mode. Count number must be a value between 2 and 8 (maximum barcodes count). Default value: -1 + +### setMode(value) {#setmode} + +Sets a MaxiCode encode mode. + +| Parameter | Description | +| --- | --- | +| value | a MaxiCode encode mode. | + +### setStructuredAppendModeBarcodeId(value) {#setstructuredappendmodebarcodeid} + +Sets a MaxiCode barcode id in structured append mode. ID must be a value between 1 and 8. Default value: 0 + +| Parameter | Description | +| --- | --- | +| value | a MaxiCode barcode id in structured append mode. | + +### setStructuredAppendModeBarcodesCount(value) {#setstructuredappendmodebarcodescount} + +Sets a MaxiCode barcodes count in structured append mode. Count number must be a value between 2 and 8 (maximum barcodes count). Default value: -1 + +| Parameter | Description | +| --- | --- | +| value | a MaxiCode barcodes count in structured append mode. | + +### toString() {#tostring} + +Returns a human-readable string representation of this MaxiCodeParameters. + +**Returns:** A string that represents this MaxiCodeParameters. diff --git a/english/nodejs/aspose.barcode/maxicodeparameters/getaspectratio/_index.md b/english/nodejs/aspose.barcode/maxicodeparameters/getaspectratio/_index.md deleted file mode 100644 index 194e3da97..000000000 --- a/english/nodejs/aspose.barcode/maxicodeparameters/getaspectratio/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MaxiCodeParameters.getAspectRatio" -linktitle: "getAspectRatio" -articleTitle: "getAspectRatio" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Height/Width ratio of 2D BarCode module." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/maxicodeparameters/getaspectratio/ ---- - -## getAspectRatio() - -Height/Width ratio of 2D BarCode module. diff --git a/english/nodejs/aspose.barcode/maxicodeparameters/geteciencoding/_index.md b/english/nodejs/aspose.barcode/maxicodeparameters/geteciencoding/_index.md deleted file mode 100644 index a961c36f7..000000000 --- a/english/nodejs/aspose.barcode/maxicodeparameters/geteciencoding/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MaxiCodeParameters.getECIEncoding" -linktitle: "getECIEncoding" -articleTitle: "getECIEncoding" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets ECI encoding. Used when MaxiCodeEncodeMode is AUTO. Default value: ISO-8859-1" -type: docs -weight: 20 -url: /nodejs/aspose.barcode/maxicodeparameters/geteciencoding/ ---- - -## getECIEncoding() - -Gets ECI encoding. Used when MaxiCodeEncodeMode is AUTO. Default value: ISO-8859-1 diff --git a/english/nodejs/aspose.barcode/maxicodeparameters/getencodemode/_index.md b/english/nodejs/aspose.barcode/maxicodeparameters/getencodemode/_index.md deleted file mode 100644 index 3393a6a56..000000000 --- a/english/nodejs/aspose.barcode/maxicodeparameters/getencodemode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "MaxiCodeParameters.getEncodeMode" -linktitle: "getEncodeMode" -articleTitle: "getEncodeMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets a MaxiCode encode mode. Default value: Auto." -type: docs -weight: 30 -url: /nodejs/aspose.barcode/maxicodeparameters/getencodemode/ ---- - -## getEncodeMode() - -Gets a MaxiCode encode mode. Default value: Auto. - -**Returns:** a MaxiCode encode mode. diff --git a/english/nodejs/aspose.barcode/maxicodeparameters/getmaxicodeencodemode/_index.md b/english/nodejs/aspose.barcode/maxicodeparameters/getmaxicodeencodemode/_index.md deleted file mode 100644 index 29106254c..000000000 --- a/english/nodejs/aspose.barcode/maxicodeparameters/getmaxicodeencodemode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "MaxiCodeParameters.getMaxiCodeEncodeMode" -linktitle: "getMaxiCodeEncodeMode" -articleTitle: "getMaxiCodeEncodeMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets a MaxiCode encode mode." -type: docs -weight: 40 -url: /nodejs/aspose.barcode/maxicodeparameters/getmaxicodeencodemode/ ---- - -## getMaxiCodeEncodeMode() - -> **Deprecated.** See method description for replacement. - -Gets a MaxiCode encode mode. diff --git a/english/nodejs/aspose.barcode/maxicodeparameters/getmaxicodemode/_index.md b/english/nodejs/aspose.barcode/maxicodeparameters/getmaxicodemode/_index.md deleted file mode 100644 index c2e492e14..000000000 --- a/english/nodejs/aspose.barcode/maxicodeparameters/getmaxicodemode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "MaxiCodeParameters.getMaxiCodeMode" -linktitle: "getMaxiCodeMode" -articleTitle: "getMaxiCodeMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets a MaxiCode encode mode." -type: docs -weight: 50 -url: /nodejs/aspose.barcode/maxicodeparameters/getmaxicodemode/ ---- - -## getMaxiCodeMode() - -> **Deprecated.** See method description for replacement. - -Gets a MaxiCode encode mode. diff --git a/english/nodejs/aspose.barcode/maxicodeparameters/getmaxicodestructuredappendmodebarcodeid/_index.md b/english/nodejs/aspose.barcode/maxicodeparameters/getmaxicodestructuredappendmodebarcodeid/_index.md deleted file mode 100644 index fe9255f81..000000000 --- a/english/nodejs/aspose.barcode/maxicodeparameters/getmaxicodestructuredappendmodebarcodeid/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "MaxiCodeParameters.getMaxiCodeStructuredAppendModeBarcodeId" -linktitle: "getMaxiCodeStructuredAppendModeBarcodeId" -articleTitle: "getMaxiCodeStructuredAppendModeBarcodeId" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets a MaxiCode barcode id in structured append mode. ID must be a value between 1 and 8. Default value: 0" -type: docs -weight: 60 -url: /nodejs/aspose.barcode/maxicodeparameters/getmaxicodestructuredappendmodebarcodeid/ ---- - -## getMaxiCodeStructuredAppendModeBarcodeId() - -> **Deprecated.** See method description for replacement. - -Gets a MaxiCode barcode id in structured append mode. ID must be a value between 1 and 8. Default value: 0 diff --git a/english/nodejs/aspose.barcode/maxicodeparameters/getmaxicodestructuredappendmodebarcodescount/_index.md b/english/nodejs/aspose.barcode/maxicodeparameters/getmaxicodestructuredappendmodebarcodescount/_index.md deleted file mode 100644 index 1cd6b77ed..000000000 --- a/english/nodejs/aspose.barcode/maxicodeparameters/getmaxicodestructuredappendmodebarcodescount/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "MaxiCodeParameters.getMaxiCodeStructuredAppendModeBarcodesCount" -linktitle: "getMaxiCodeStructuredAppendModeBarcodesCount" -articleTitle: "getMaxiCodeStructuredAppendModeBarcodesCount" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets a MaxiCode barcodes count in structured append mode. Count number must be a value between 2 and 8 (maximum barcodes count). Default value: -1" -type: docs -weight: 70 -url: /nodejs/aspose.barcode/maxicodeparameters/getmaxicodestructuredappendmodebarcodescount/ ---- - -## getMaxiCodeStructuredAppendModeBarcodesCount() - -> **Deprecated.** See method description for replacement. - -Gets a MaxiCode barcodes count in structured append mode. Count number must be a value between 2 and 8 (maximum barcodes count). Default value: -1 diff --git a/english/nodejs/aspose.barcode/maxicodeparameters/getmode/_index.md b/english/nodejs/aspose.barcode/maxicodeparameters/getmode/_index.md deleted file mode 100644 index 3acebdc43..000000000 --- a/english/nodejs/aspose.barcode/maxicodeparameters/getmode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "MaxiCodeParameters.getMode" -linktitle: "getMode" -articleTitle: "getMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets a MaxiCode encode mode." -type: docs -weight: 80 -url: /nodejs/aspose.barcode/maxicodeparameters/getmode/ ---- - -## getMode() - -Gets a MaxiCode encode mode. - -**Returns:** a MaxiCode encode mode. diff --git a/english/nodejs/aspose.barcode/maxicodeparameters/getstructuredappendmodebarcodeid/_index.md b/english/nodejs/aspose.barcode/maxicodeparameters/getstructuredappendmodebarcodeid/_index.md deleted file mode 100644 index 2529cbb51..000000000 --- a/english/nodejs/aspose.barcode/maxicodeparameters/getstructuredappendmodebarcodeid/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "MaxiCodeParameters.getStructuredAppendModeBarcodeId" -linktitle: "getStructuredAppendModeBarcodeId" -articleTitle: "getStructuredAppendModeBarcodeId" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets a MaxiCode barcode id in structured append mode. ID must be a value between 1 and 8. Default value: 0" -type: docs -weight: 90 -url: /nodejs/aspose.barcode/maxicodeparameters/getstructuredappendmodebarcodeid/ ---- - -## getStructuredAppendModeBarcodeId() - -Gets a MaxiCode barcode id in structured append mode. ID must be a value between 1 and 8. Default value: 0 - -**Returns:** a MaxiCode barcode id in structured append mode. diff --git a/english/nodejs/aspose.barcode/maxicodeparameters/getstructuredappendmodebarcodescount/_index.md b/english/nodejs/aspose.barcode/maxicodeparameters/getstructuredappendmodebarcodescount/_index.md deleted file mode 100644 index dca61524d..000000000 --- a/english/nodejs/aspose.barcode/maxicodeparameters/getstructuredappendmodebarcodescount/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "MaxiCodeParameters.getStructuredAppendModeBarcodesCount" -linktitle: "getStructuredAppendModeBarcodesCount" -articleTitle: "getStructuredAppendModeBarcodesCount" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets a MaxiCode barcodes count in structured append mode. Count number must be a value between 2 and 8 (maximum barcodes count). Default value: -1" -type: docs -weight: 100 -url: /nodejs/aspose.barcode/maxicodeparameters/getstructuredappendmodebarcodescount/ ---- - -## getStructuredAppendModeBarcodesCount() - -Gets a MaxiCode barcodes count in structured append mode. Count number must be a value between 2 and 8 (maximum barcodes count). Default value: -1 - -**Returns:** a MaxiCode barcodes count in structured append mode. diff --git a/english/nodejs/aspose.barcode/maxicodeparameters/setaspectratio/_index.md b/english/nodejs/aspose.barcode/maxicodeparameters/setaspectratio/_index.md deleted file mode 100644 index d09e461d7..000000000 --- a/english/nodejs/aspose.barcode/maxicodeparameters/setaspectratio/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MaxiCodeParameters.setAspectRatio" -linktitle: "setAspectRatio" -articleTitle: "setAspectRatio" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Height/Width ratio of 2D BarCode module." -type: docs -weight: 110 -url: /nodejs/aspose.barcode/maxicodeparameters/setaspectratio/ ---- - -## setAspectRatio() - -Height/Width ratio of 2D BarCode module. diff --git a/english/nodejs/aspose.barcode/maxicodeparameters/seteciencoding/_index.md b/english/nodejs/aspose.barcode/maxicodeparameters/seteciencoding/_index.md deleted file mode 100644 index 88fec461d..000000000 --- a/english/nodejs/aspose.barcode/maxicodeparameters/seteciencoding/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MaxiCodeParameters.setECIEncoding" -linktitle: "setECIEncoding" -articleTitle: "setECIEncoding" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets ECI encoding. Used when MaxiCodeEncodeMode is AUTO. Default value: ISO-8859-1" -type: docs -weight: 120 -url: /nodejs/aspose.barcode/maxicodeparameters/seteciencoding/ ---- - -## setECIEncoding() - -Sets ECI encoding. Used when MaxiCodeEncodeMode is AUTO. Default value: ISO-8859-1 diff --git a/english/nodejs/aspose.barcode/maxicodeparameters/setencodemode/_index.md b/english/nodejs/aspose.barcode/maxicodeparameters/setencodemode/_index.md deleted file mode 100644 index 493e9fadf..000000000 --- a/english/nodejs/aspose.barcode/maxicodeparameters/setencodemode/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "MaxiCodeParameters.setEncodeMode" -linktitle: "setEncodeMode" -articleTitle: "setEncodeMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets a MaxiCode encode mode. Default value: Auto." -type: docs -weight: 130 -url: /nodejs/aspose.barcode/maxicodeparameters/setencodemode/ ---- - -## setEncodeMode(value) - -Sets a MaxiCode encode mode. Default value: Auto. - -| Parameter | Description | -| --- | --- | -| value | a MaxiCode encode mode. | diff --git a/english/nodejs/aspose.barcode/maxicodeparameters/setmaxicodeencodemode/_index.md b/english/nodejs/aspose.barcode/maxicodeparameters/setmaxicodeencodemode/_index.md deleted file mode 100644 index 5dd6847f0..000000000 --- a/english/nodejs/aspose.barcode/maxicodeparameters/setmaxicodeencodemode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "MaxiCodeParameters.setMaxiCodeEncodeMode" -linktitle: "setMaxiCodeEncodeMode" -articleTitle: "setMaxiCodeEncodeMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets a MaxiCode encode mode." -type: docs -weight: 140 -url: /nodejs/aspose.barcode/maxicodeparameters/setmaxicodeencodemode/ ---- - -## setMaxiCodeEncodeMode() - -> **Deprecated.** See method description for replacement. - -Sets a MaxiCode encode mode. diff --git a/english/nodejs/aspose.barcode/maxicodeparameters/setmaxicodemode/_index.md b/english/nodejs/aspose.barcode/maxicodeparameters/setmaxicodemode/_index.md deleted file mode 100644 index 96b2d8be3..000000000 --- a/english/nodejs/aspose.barcode/maxicodeparameters/setmaxicodemode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "MaxiCodeParameters.setMaxiCodeMode" -linktitle: "setMaxiCodeMode" -articleTitle: "setMaxiCodeMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets a MaxiCode encode mode." -type: docs -weight: 150 -url: /nodejs/aspose.barcode/maxicodeparameters/setmaxicodemode/ ---- - -## setMaxiCodeMode() - -> **Deprecated.** See method description for replacement. - -Sets a MaxiCode encode mode. diff --git a/english/nodejs/aspose.barcode/maxicodeparameters/setmaxicodestructuredappendmodebarcodeid/_index.md b/english/nodejs/aspose.barcode/maxicodeparameters/setmaxicodestructuredappendmodebarcodeid/_index.md deleted file mode 100644 index 0cbc921f9..000000000 --- a/english/nodejs/aspose.barcode/maxicodeparameters/setmaxicodestructuredappendmodebarcodeid/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "MaxiCodeParameters.setMaxiCodeStructuredAppendModeBarcodeId" -linktitle: "setMaxiCodeStructuredAppendModeBarcodeId" -articleTitle: "setMaxiCodeStructuredAppendModeBarcodeId" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets a MaxiCode barcode id in structured append mode. ID must be a value between 1 and 8. Default value: 0" -type: docs -weight: 160 -url: /nodejs/aspose.barcode/maxicodeparameters/setmaxicodestructuredappendmodebarcodeid/ ---- - -## setMaxiCodeStructuredAppendModeBarcodeId() - -> **Deprecated.** See method description for replacement. - -Sets a MaxiCode barcode id in structured append mode. ID must be a value between 1 and 8. Default value: 0 diff --git a/english/nodejs/aspose.barcode/maxicodeparameters/setmaxicodestructuredappendmodebarcodescount/_index.md b/english/nodejs/aspose.barcode/maxicodeparameters/setmaxicodestructuredappendmodebarcodescount/_index.md deleted file mode 100644 index 8770dabc5..000000000 --- a/english/nodejs/aspose.barcode/maxicodeparameters/setmaxicodestructuredappendmodebarcodescount/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "MaxiCodeParameters.setMaxiCodeStructuredAppendModeBarcodesCount" -linktitle: "setMaxiCodeStructuredAppendModeBarcodesCount" -articleTitle: "setMaxiCodeStructuredAppendModeBarcodesCount" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets a MaxiCode barcodes count in structured append mode. Count number must be a value between 2 and 8 (maximum barcodes count). Default value: -1" -type: docs -weight: 170 -url: /nodejs/aspose.barcode/maxicodeparameters/setmaxicodestructuredappendmodebarcodescount/ ---- - -## setMaxiCodeStructuredAppendModeBarcodesCount() - -> **Deprecated.** See method description for replacement. - -Sets a MaxiCode barcodes count in structured append mode. Count number must be a value between 2 and 8 (maximum barcodes count). Default value: -1 diff --git a/english/nodejs/aspose.barcode/maxicodeparameters/setmode/_index.md b/english/nodejs/aspose.barcode/maxicodeparameters/setmode/_index.md deleted file mode 100644 index 3010b0238..000000000 --- a/english/nodejs/aspose.barcode/maxicodeparameters/setmode/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "MaxiCodeParameters.setMode" -linktitle: "setMode" -articleTitle: "setMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets a MaxiCode encode mode." -type: docs -weight: 180 -url: /nodejs/aspose.barcode/maxicodeparameters/setmode/ ---- - -## setMode(value) - -Sets a MaxiCode encode mode. - -| Parameter | Description | -| --- | --- | -| value | a MaxiCode encode mode. | diff --git a/english/nodejs/aspose.barcode/maxicodeparameters/setstructuredappendmodebarcodeid/_index.md b/english/nodejs/aspose.barcode/maxicodeparameters/setstructuredappendmodebarcodeid/_index.md deleted file mode 100644 index 92d7a2a55..000000000 --- a/english/nodejs/aspose.barcode/maxicodeparameters/setstructuredappendmodebarcodeid/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "MaxiCodeParameters.setStructuredAppendModeBarcodeId" -linktitle: "setStructuredAppendModeBarcodeId" -articleTitle: "setStructuredAppendModeBarcodeId" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets a MaxiCode barcode id in structured append mode. ID must be a value between 1 and 8. Default value: 0" -type: docs -weight: 190 -url: /nodejs/aspose.barcode/maxicodeparameters/setstructuredappendmodebarcodeid/ ---- - -## setStructuredAppendModeBarcodeId(value) - -Sets a MaxiCode barcode id in structured append mode. ID must be a value between 1 and 8. Default value: 0 - -| Parameter | Description | -| --- | --- | -| value | a MaxiCode barcode id in structured append mode. | diff --git a/english/nodejs/aspose.barcode/maxicodeparameters/setstructuredappendmodebarcodescount/_index.md b/english/nodejs/aspose.barcode/maxicodeparameters/setstructuredappendmodebarcodescount/_index.md deleted file mode 100644 index b079f2dbf..000000000 --- a/english/nodejs/aspose.barcode/maxicodeparameters/setstructuredappendmodebarcodescount/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "MaxiCodeParameters.setStructuredAppendModeBarcodesCount" -linktitle: "setStructuredAppendModeBarcodesCount" -articleTitle: "setStructuredAppendModeBarcodesCount" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets a MaxiCode barcodes count in structured append mode. Count number must be a value between 2 and 8 (maximum barcodes count). Default value: -1" -type: docs -weight: 200 -url: /nodejs/aspose.barcode/maxicodeparameters/setstructuredappendmodebarcodescount/ ---- - -## setStructuredAppendModeBarcodesCount(value) - -Sets a MaxiCode barcodes count in structured append mode. Count number must be a value between 2 and 8 (maximum barcodes count). Default value: -1 - -| Parameter | Description | -| --- | --- | -| value | a MaxiCode barcodes count in structured append mode. | diff --git a/english/nodejs/aspose.barcode/maxicodeparameters/tostring/_index.md b/english/nodejs/aspose.barcode/maxicodeparameters/tostring/_index.md deleted file mode 100644 index c039c6d8d..000000000 --- a/english/nodejs/aspose.barcode/maxicodeparameters/tostring/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "MaxiCodeParameters.toString" -linktitle: "toString" -articleTitle: "toString" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns a human-readable string representation of this MaxiCodeParameters." -type: docs -weight: 210 -url: /nodejs/aspose.barcode/maxicodeparameters/tostring/ ---- - -## toString() - -Returns a human-readable string representation of this MaxiCodeParameters. - -**Returns:** A string that represents this MaxiCodeParameters. diff --git a/english/nodejs/aspose.barcode/maxicodesecondmessage/_index.md b/english/nodejs/aspose.barcode/maxicodesecondmessage/_index.md index d328add68..69b63b7dc 100644 --- a/english/nodejs/aspose.barcode/maxicodesecondmessage/_index.md +++ b/english/nodejs/aspose.barcode/maxicodesecondmessage/_index.md @@ -1,8 +1,7 @@ --- -title: "MaxiCodeSecondMessage Class" +title: "MaxiCodeSecondMessage" linktitle: "MaxiCodeSecondMessage" -articleTitle: "MaxiCodeSecondMessage" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Class for encoding and decoding MaxiCode codetext for modes 4, 5 and 6." type: docs weight: 660 diff --git a/english/nodejs/aspose.barcode/maxicodestandardcodetext/_index.md b/english/nodejs/aspose.barcode/maxicodestandardcodetext/_index.md index 3f1dc9706..05d341b93 100644 --- a/english/nodejs/aspose.barcode/maxicodestandardcodetext/_index.md +++ b/english/nodejs/aspose.barcode/maxicodestandardcodetext/_index.md @@ -1,8 +1,7 @@ --- -title: "MaxiCodeStandardCodetext Class" +title: "MaxiCodeStandardCodetext" linktitle: "MaxiCodeStandardCodetext" -articleTitle: "MaxiCodeStandardCodetext" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Class for encoding and decoding MaxiCode codetext for modes 4, 5 and 6." type: docs weight: 670 @@ -32,11 +31,59 @@ complexGenerator.generateBarCodeImage(BarcodeImageFormat.PNG); | Name | Description | | --- | --- | -| [equals(obj)](./equals/) | Returns a value indicating whether this instance is equal to a specified value. | -| [getConstructedCodetext()](./getconstructedcodetext/) | Constructs codetext | -| [getHashCode()](./gethashcode/) | Returns the hash code for this instance. | -| [getMessage()](./getmessage/) | Gets message. | -| [getMode()](./getmode/) | Gets MaxiCode mode. | -| [initFromString(constructedCodetext)](./initfromstring/) | Initializes instance from constructed codetext. | -| [setMessage()](./setmessage/) | Sets message. | -| [setMode()](./setmode/) | Sets MaxiCode mode. Standart codetext can be used only with modes 4, 5 and 6. | +| [equals(obj)](#equals) | Returns a value indicating whether this instance is equal to a specified value. | +| [getConstructedCodetext()](#getconstructedcodetext) | Constructs codetext | +| [getHashCode()](#gethashcode) | Returns the hash code for this instance. | +| [getMessage()](#getmessage) | Gets message. | +| [getMode()](#getmode) | Gets MaxiCode mode. | +| [initFromString(constructedCodetext)](#initfromstring) | Initializes instance from constructed codetext. | +| [setMessage()](#setmessage) | Sets message. | +| [setMode()](#setmode) | Sets MaxiCode mode. Standart codetext can be used only with modes 4, 5 and 6. | + +### equals(obj) {#equals} + +Returns a value indicating whether this instance is equal to a specified value. + +| Parameter | Description | +| --- | --- | +| obj | An value to compare to this instance. | + +**Returns:** if obj has the same value as this instance; otherwise, false . + +### getConstructedCodetext() {#getconstructedcodetext} + +Constructs codetext + +**Returns:** Constructed codetext + +### getHashCode() {#gethashcode} + +Returns the hash code for this instance. + +**Returns:** A 32-bit signed integer hash code + +### getMessage() {#getmessage} + +Gets message. + +### getMode() {#getmode} + +Gets MaxiCode mode. + +**Returns:** MaxiCode mode + +### initFromString(constructedCodetext) {#initfromstring} + +Initializes instance from constructed codetext. + +| Parameter | Description | +| --- | --- | +| constructedCodetext | Constructed codetext. | + +### setMessage() {#setmessage} + +Sets message. + +### setMode() {#setmode} + +Sets MaxiCode mode. Standart codetext can be used only with modes 4, 5 and 6. diff --git a/english/nodejs/aspose.barcode/maxicodestandardcodetext/equals/_index.md b/english/nodejs/aspose.barcode/maxicodestandardcodetext/equals/_index.md deleted file mode 100644 index 9e09af94e..000000000 --- a/english/nodejs/aspose.barcode/maxicodestandardcodetext/equals/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "MaxiCodeStandardCodetext.equals" -linktitle: "equals" -articleTitle: "equals" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns a value indicating whether this instance is equal to a specified value." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/maxicodestandardcodetext/equals/ ---- - -## equals(obj) - -Returns a value indicating whether this instance is equal to a specified value. - -| Parameter | Description | -| --- | --- | -| obj | An value to compare to this instance. | - -**Returns:** if obj has the same value as this instance; otherwise, false . diff --git a/english/nodejs/aspose.barcode/maxicodestandardcodetext/getconstructedcodetext/_index.md b/english/nodejs/aspose.barcode/maxicodestandardcodetext/getconstructedcodetext/_index.md deleted file mode 100644 index 8d9f3bb54..000000000 --- a/english/nodejs/aspose.barcode/maxicodestandardcodetext/getconstructedcodetext/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "MaxiCodeStandardCodetext.getConstructedCodetext" -linktitle: "getConstructedCodetext" -articleTitle: "getConstructedCodetext" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Constructs codetext" -type: docs -weight: 20 -url: /nodejs/aspose.barcode/maxicodestandardcodetext/getconstructedcodetext/ ---- - -## getConstructedCodetext() - -Constructs codetext - -**Returns:** Constructed codetext diff --git a/english/nodejs/aspose.barcode/maxicodestandardcodetext/gethashcode/_index.md b/english/nodejs/aspose.barcode/maxicodestandardcodetext/gethashcode/_index.md deleted file mode 100644 index bea6ae122..000000000 --- a/english/nodejs/aspose.barcode/maxicodestandardcodetext/gethashcode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "MaxiCodeStandardCodetext.getHashCode" -linktitle: "getHashCode" -articleTitle: "getHashCode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns the hash code for this instance." -type: docs -weight: 30 -url: /nodejs/aspose.barcode/maxicodestandardcodetext/gethashcode/ ---- - -## getHashCode() - -Returns the hash code for this instance. - -**Returns:** A 32-bit signed integer hash code diff --git a/english/nodejs/aspose.barcode/maxicodestandardcodetext/getmessage/_index.md b/english/nodejs/aspose.barcode/maxicodestandardcodetext/getmessage/_index.md deleted file mode 100644 index 36e33e8ae..000000000 --- a/english/nodejs/aspose.barcode/maxicodestandardcodetext/getmessage/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MaxiCodeStandardCodetext.getMessage" -linktitle: "getMessage" -articleTitle: "getMessage" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets message." -type: docs -weight: 40 -url: /nodejs/aspose.barcode/maxicodestandardcodetext/getmessage/ ---- - -## getMessage() - -Gets message. diff --git a/english/nodejs/aspose.barcode/maxicodestandardcodetext/getmode/_index.md b/english/nodejs/aspose.barcode/maxicodestandardcodetext/getmode/_index.md deleted file mode 100644 index 24e6918dd..000000000 --- a/english/nodejs/aspose.barcode/maxicodestandardcodetext/getmode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "MaxiCodeStandardCodetext.getMode" -linktitle: "getMode" -articleTitle: "getMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets MaxiCode mode." -type: docs -weight: 50 -url: /nodejs/aspose.barcode/maxicodestandardcodetext/getmode/ ---- - -## getMode() - -Gets MaxiCode mode. - -**Returns:** MaxiCode mode diff --git a/english/nodejs/aspose.barcode/maxicodestandardcodetext/initfromstring/_index.md b/english/nodejs/aspose.barcode/maxicodestandardcodetext/initfromstring/_index.md deleted file mode 100644 index b0abbadab..000000000 --- a/english/nodejs/aspose.barcode/maxicodestandardcodetext/initfromstring/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "MaxiCodeStandardCodetext.initFromString" -linktitle: "initFromString" -articleTitle: "initFromString" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Initializes instance from constructed codetext." -type: docs -weight: 60 -url: /nodejs/aspose.barcode/maxicodestandardcodetext/initfromstring/ ---- - -## initFromString(constructedCodetext) - -Initializes instance from constructed codetext. - -| Parameter | Description | -| --- | --- | -| constructedCodetext | Constructed codetext. | diff --git a/english/nodejs/aspose.barcode/maxicodestandardcodetext/setmessage/_index.md b/english/nodejs/aspose.barcode/maxicodestandardcodetext/setmessage/_index.md deleted file mode 100644 index 708aa252b..000000000 --- a/english/nodejs/aspose.barcode/maxicodestandardcodetext/setmessage/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MaxiCodeStandardCodetext.setMessage" -linktitle: "setMessage" -articleTitle: "setMessage" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets message." -type: docs -weight: 70 -url: /nodejs/aspose.barcode/maxicodestandardcodetext/setmessage/ ---- - -## setMessage() - -Sets message. diff --git a/english/nodejs/aspose.barcode/maxicodestandardcodetext/setmode/_index.md b/english/nodejs/aspose.barcode/maxicodestandardcodetext/setmode/_index.md deleted file mode 100644 index 201a706cc..000000000 --- a/english/nodejs/aspose.barcode/maxicodestandardcodetext/setmode/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MaxiCodeStandardCodetext.setMode" -linktitle: "setMode" -articleTitle: "setMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets MaxiCode mode. Standart codetext can be used only with modes 4, 5 and 6." -type: docs -weight: 80 -url: /nodejs/aspose.barcode/maxicodestandardcodetext/setmode/ ---- - -## setMode() - -Sets MaxiCode mode. Standart codetext can be used only with modes 4, 5 and 6. diff --git a/english/nodejs/aspose.barcode/maxicodestandardsecondmessage/_index.md b/english/nodejs/aspose.barcode/maxicodestandardsecondmessage/_index.md index 682ab502b..a748d31d9 100644 --- a/english/nodejs/aspose.barcode/maxicodestandardsecondmessage/_index.md +++ b/english/nodejs/aspose.barcode/maxicodestandardsecondmessage/_index.md @@ -1,8 +1,7 @@ --- -title: "MaxiCodeStandardSecondMessage Class" +title: "MaxiCodeStandardSecondMessage" linktitle: "MaxiCodeStandardSecondMessage" -articleTitle: "MaxiCodeStandardSecondMessage" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Class for encoding and decoding standart second message for MaxiCode barcode." type: docs weight: 680 @@ -21,7 +20,31 @@ new MaxiCodeStandardSecondMessage() | Name | Description | | --- | --- | -| [equals(obj)](./equals/) | Returns a value indicating whether this instance is equal to a specified value. | -| [getHashCode()](./gethashcode/) | Returns the hash code for this instance. | -| [getMessage()](./getmessage/) | Gets second message | -| [setMessage()](./setmessage/) | Sets second message | +| [equals(obj)](#equals) | Returns a value indicating whether this instance is equal to a specified value. | +| [getHashCode()](#gethashcode) | Returns the hash code for this instance. | +| [getMessage()](#getmessage) | Gets second message | +| [setMessage()](#setmessage) | Sets second message | + +### equals(obj) {#equals} + +Returns a value indicating whether this instance is equal to a specified value. + +| Parameter | Description | +| --- | --- | +| obj | An value to compare to this instance | + +**Returns:** true if obj has the same value as this instance; otherwise, false . + +### getHashCode() {#gethashcode} + +Returns the hash code for this instance. + +**Returns:** A 32-bit signed integer hash code. + +### getMessage() {#getmessage} + +Gets second message + +### setMessage() {#setmessage} + +Sets second message diff --git a/english/nodejs/aspose.barcode/maxicodestandardsecondmessage/equals/_index.md b/english/nodejs/aspose.barcode/maxicodestandardsecondmessage/equals/_index.md deleted file mode 100644 index 0eba598cc..000000000 --- a/english/nodejs/aspose.barcode/maxicodestandardsecondmessage/equals/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "MaxiCodeStandardSecondMessage.equals" -linktitle: "equals" -articleTitle: "equals" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns a value indicating whether this instance is equal to a specified value." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/maxicodestandardsecondmessage/equals/ ---- - -## equals(obj) - -Returns a value indicating whether this instance is equal to a specified value. - -| Parameter | Description | -| --- | --- | -| obj | An value to compare to this instance | - -**Returns:** true if obj has the same value as this instance; otherwise, false . diff --git a/english/nodejs/aspose.barcode/maxicodestandardsecondmessage/gethashcode/_index.md b/english/nodejs/aspose.barcode/maxicodestandardsecondmessage/gethashcode/_index.md deleted file mode 100644 index 603481e0a..000000000 --- a/english/nodejs/aspose.barcode/maxicodestandardsecondmessage/gethashcode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "MaxiCodeStandardSecondMessage.getHashCode" -linktitle: "getHashCode" -articleTitle: "getHashCode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns the hash code for this instance." -type: docs -weight: 20 -url: /nodejs/aspose.barcode/maxicodestandardsecondmessage/gethashcode/ ---- - -## getHashCode() - -Returns the hash code for this instance. - -**Returns:** A 32-bit signed integer hash code. diff --git a/english/nodejs/aspose.barcode/maxicodestandardsecondmessage/getmessage/_index.md b/english/nodejs/aspose.barcode/maxicodestandardsecondmessage/getmessage/_index.md deleted file mode 100644 index 8705ee1ac..000000000 --- a/english/nodejs/aspose.barcode/maxicodestandardsecondmessage/getmessage/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MaxiCodeStandardSecondMessage.getMessage" -linktitle: "getMessage" -articleTitle: "getMessage" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets second message" -type: docs -weight: 30 -url: /nodejs/aspose.barcode/maxicodestandardsecondmessage/getmessage/ ---- - -## getMessage() - -Gets second message diff --git a/english/nodejs/aspose.barcode/maxicodestandardsecondmessage/setmessage/_index.md b/english/nodejs/aspose.barcode/maxicodestandardsecondmessage/setmessage/_index.md deleted file mode 100644 index e3408d2ac..000000000 --- a/english/nodejs/aspose.barcode/maxicodestandardsecondmessage/setmessage/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MaxiCodeStandardSecondMessage.setMessage" -linktitle: "setMessage" -articleTitle: "setMessage" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets second message" -type: docs -weight: 40 -url: /nodejs/aspose.barcode/maxicodestandardsecondmessage/setmessage/ ---- - -## setMessage() - -Sets second message diff --git a/english/nodejs/aspose.barcode/maxicodestandartsecondmessage/_index.md b/english/nodejs/aspose.barcode/maxicodestandartsecondmessage/_index.md index f5a10e1c9..c1fa827ec 100644 --- a/english/nodejs/aspose.barcode/maxicodestandartsecondmessage/_index.md +++ b/english/nodejs/aspose.barcode/maxicodestandartsecondmessage/_index.md @@ -1,8 +1,7 @@ --- -title: "MaxiCodeStandartSecondMessage Class" +title: "MaxiCodeStandartSecondMessage" linktitle: "MaxiCodeStandartSecondMessage" -articleTitle: "MaxiCodeStandartSecondMessage" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Class for encoding and decoding standart second message for MaxiCode barcode." type: docs weight: 690 diff --git a/english/nodejs/aspose.barcode/maxicodestructuredcodetext/_index.md b/english/nodejs/aspose.barcode/maxicodestructuredcodetext/_index.md index 0abef13ee..7532edda5 100644 --- a/english/nodejs/aspose.barcode/maxicodestructuredcodetext/_index.md +++ b/english/nodejs/aspose.barcode/maxicodestructuredcodetext/_index.md @@ -1,8 +1,7 @@ --- -title: "MaxiCodeStructuredCodetext Class" +title: "MaxiCodeStructuredCodetext" linktitle: "MaxiCodeStructuredCodetext" -articleTitle: "MaxiCodeStructuredCodetext" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Base class for encoding and decoding the text embedded in the MaxiCode code for modes 2 and 3." type: docs weight: 700 @@ -42,15 +41,77 @@ This sample shows how to decode raw MaxiCode codetext to MaxiCodeStructuredCodet | Name | Description | | --- | --- | -| [equals(obj)](./equals/) | Returns a value indicating whether this instance is equal to a specified value. | -| [getConstructedCodetext()](./getconstructedcodetext/) | Constructs codetext | -| [getCountryCode()](./getcountrycode/) | Identifies 3 digit country code. | -| [getHashCode()](./gethashcode/) | Returns the hash code for this instance. | -| [getPostalCode()](./getpostalcode/) | Identifies the postal code. Must be 9 digits in mode 2 or 6 alphanumeric symbols in mode 3. | -| [getSecondMessage()](./getsecondmessage/) | Identifies second message of the barcode. | -| [getServiceCategory()](./getservicecategory/) | Identifies 3 digit service category. | -| [initFromString(constructedCodetext)](./initfromstring/) | Initializes instance from constructed codetext. | -| [setCountryCode()](./setcountrycode/) | Identifies 3 digit country code. | -| [setPostalCode()](./setpostalcode/) | Identifies the postal code. Must be 9 digits in mode 2 or 6 alphanumeric symbols in mode 3. | -| [setSecondMessage()](./setsecondmessage/) | Identifies second message of the barcode. | -| [setServiceCategory()](./setservicecategory/) | Identifies 3 digit service category. | +| [equals(obj)](#equals) | Returns a value indicating whether this instance is equal to a specified value. | +| [getConstructedCodetext()](#getconstructedcodetext) | Constructs codetext | +| [getCountryCode()](#getcountrycode) | Identifies 3 digit country code. | +| [getHashCode()](#gethashcode) | Returns the hash code for this instance. | +| [getPostalCode()](#getpostalcode) | Identifies the postal code. Must be 9 digits in mode 2 or 6 alphanumeric symbols in mode 3. | +| [getSecondMessage()](#getsecondmessage) | Identifies second message of the barcode. | +| [getServiceCategory()](#getservicecategory) | Identifies 3 digit service category. | +| [initFromString(constructedCodetext)](#initfromstring) | Initializes instance from constructed codetext. | +| [setCountryCode()](#setcountrycode) | Identifies 3 digit country code. | +| [setPostalCode()](#setpostalcode) | Identifies the postal code. Must be 9 digits in mode 2 or 6 alphanumeric symbols in mode 3. | +| [setSecondMessage()](#setsecondmessage) | Identifies second message of the barcode. | +| [setServiceCategory()](#setservicecategory) | Identifies 3 digit service category. | + +### equals(obj) {#equals} + +Returns a value indicating whether this instance is equal to a specified value. + +| Parameter | Description | +| --- | --- | +| obj | An value to compare to this instance | + +**Returns:** true if obj has the same value as this instance; otherwise, false + +### getConstructedCodetext() {#getconstructedcodetext} + +Constructs codetext + +**Returns:** Constructed codetext + +### getCountryCode() {#getcountrycode} + +Identifies 3 digit country code. + +### getHashCode() {#gethashcode} + +Returns the hash code for this instance. + +**Returns:** A 32-bit signed integer hash code. + +### getPostalCode() {#getpostalcode} + +Identifies the postal code. Must be 9 digits in mode 2 or 6 alphanumeric symbols in mode 3. + +### getSecondMessage() {#getsecondmessage} + +Identifies second message of the barcode. + +### getServiceCategory() {#getservicecategory} + +Identifies 3 digit service category. + +### initFromString(constructedCodetext) {#initfromstring} + +Initializes instance from constructed codetext. + +| Parameter | Description | +| --- | --- | +| constructedCodetext | Constructed codetext. | + +### setCountryCode() {#setcountrycode} + +Identifies 3 digit country code. + +### setPostalCode() {#setpostalcode} + +Identifies the postal code. Must be 9 digits in mode 2 or 6 alphanumeric symbols in mode 3. + +### setSecondMessage() {#setsecondmessage} + +Identifies second message of the barcode. + +### setServiceCategory() {#setservicecategory} + +Identifies 3 digit service category. diff --git a/english/nodejs/aspose.barcode/maxicodestructuredcodetext/equals/_index.md b/english/nodejs/aspose.barcode/maxicodestructuredcodetext/equals/_index.md deleted file mode 100644 index 0480e3a13..000000000 --- a/english/nodejs/aspose.barcode/maxicodestructuredcodetext/equals/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "MaxiCodeStructuredCodetext.equals" -linktitle: "equals" -articleTitle: "equals" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns a value indicating whether this instance is equal to a specified value." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/maxicodestructuredcodetext/equals/ ---- - -## equals(obj) - -Returns a value indicating whether this instance is equal to a specified value. - -| Parameter | Description | -| --- | --- | -| obj | An value to compare to this instance | - -**Returns:** true if obj has the same value as this instance; otherwise, false diff --git a/english/nodejs/aspose.barcode/maxicodestructuredcodetext/getconstructedcodetext/_index.md b/english/nodejs/aspose.barcode/maxicodestructuredcodetext/getconstructedcodetext/_index.md deleted file mode 100644 index d040649af..000000000 --- a/english/nodejs/aspose.barcode/maxicodestructuredcodetext/getconstructedcodetext/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "MaxiCodeStructuredCodetext.getConstructedCodetext" -linktitle: "getConstructedCodetext" -articleTitle: "getConstructedCodetext" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Constructs codetext" -type: docs -weight: 20 -url: /nodejs/aspose.barcode/maxicodestructuredcodetext/getconstructedcodetext/ ---- - -## getConstructedCodetext() - -Constructs codetext - -**Returns:** Constructed codetext diff --git a/english/nodejs/aspose.barcode/maxicodestructuredcodetext/getcountrycode/_index.md b/english/nodejs/aspose.barcode/maxicodestructuredcodetext/getcountrycode/_index.md deleted file mode 100644 index b620f4800..000000000 --- a/english/nodejs/aspose.barcode/maxicodestructuredcodetext/getcountrycode/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MaxiCodeStructuredCodetext.getCountryCode" -linktitle: "getCountryCode" -articleTitle: "getCountryCode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies 3 digit country code." -type: docs -weight: 30 -url: /nodejs/aspose.barcode/maxicodestructuredcodetext/getcountrycode/ ---- - -## getCountryCode() - -Identifies 3 digit country code. diff --git a/english/nodejs/aspose.barcode/maxicodestructuredcodetext/gethashcode/_index.md b/english/nodejs/aspose.barcode/maxicodestructuredcodetext/gethashcode/_index.md deleted file mode 100644 index 1e5b7cf9a..000000000 --- a/english/nodejs/aspose.barcode/maxicodestructuredcodetext/gethashcode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "MaxiCodeStructuredCodetext.getHashCode" -linktitle: "getHashCode" -articleTitle: "getHashCode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns the hash code for this instance." -type: docs -weight: 40 -url: /nodejs/aspose.barcode/maxicodestructuredcodetext/gethashcode/ ---- - -## getHashCode() - -Returns the hash code for this instance. - -**Returns:** A 32-bit signed integer hash code. diff --git a/english/nodejs/aspose.barcode/maxicodestructuredcodetext/getpostalcode/_index.md b/english/nodejs/aspose.barcode/maxicodestructuredcodetext/getpostalcode/_index.md deleted file mode 100644 index 92b7f0b70..000000000 --- a/english/nodejs/aspose.barcode/maxicodestructuredcodetext/getpostalcode/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MaxiCodeStructuredCodetext.getPostalCode" -linktitle: "getPostalCode" -articleTitle: "getPostalCode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies the postal code. Must be 9 digits in mode 2 or 6 alphanumeric symbols in mode 3." -type: docs -weight: 50 -url: /nodejs/aspose.barcode/maxicodestructuredcodetext/getpostalcode/ ---- - -## getPostalCode() - -Identifies the postal code. Must be 9 digits in mode 2 or 6 alphanumeric symbols in mode 3. diff --git a/english/nodejs/aspose.barcode/maxicodestructuredcodetext/getsecondmessage/_index.md b/english/nodejs/aspose.barcode/maxicodestructuredcodetext/getsecondmessage/_index.md deleted file mode 100644 index 86b268fac..000000000 --- a/english/nodejs/aspose.barcode/maxicodestructuredcodetext/getsecondmessage/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MaxiCodeStructuredCodetext.getSecondMessage" -linktitle: "getSecondMessage" -articleTitle: "getSecondMessage" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies second message of the barcode." -type: docs -weight: 60 -url: /nodejs/aspose.barcode/maxicodestructuredcodetext/getsecondmessage/ ---- - -## getSecondMessage() - -Identifies second message of the barcode. diff --git a/english/nodejs/aspose.barcode/maxicodestructuredcodetext/getservicecategory/_index.md b/english/nodejs/aspose.barcode/maxicodestructuredcodetext/getservicecategory/_index.md deleted file mode 100644 index ed78781ea..000000000 --- a/english/nodejs/aspose.barcode/maxicodestructuredcodetext/getservicecategory/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MaxiCodeStructuredCodetext.getServiceCategory" -linktitle: "getServiceCategory" -articleTitle: "getServiceCategory" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies 3 digit service category." -type: docs -weight: 70 -url: /nodejs/aspose.barcode/maxicodestructuredcodetext/getservicecategory/ ---- - -## getServiceCategory() - -Identifies 3 digit service category. diff --git a/english/nodejs/aspose.barcode/maxicodestructuredcodetext/initfromstring/_index.md b/english/nodejs/aspose.barcode/maxicodestructuredcodetext/initfromstring/_index.md deleted file mode 100644 index 5b0fb4642..000000000 --- a/english/nodejs/aspose.barcode/maxicodestructuredcodetext/initfromstring/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "MaxiCodeStructuredCodetext.initFromString" -linktitle: "initFromString" -articleTitle: "initFromString" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Initializes instance from constructed codetext." -type: docs -weight: 80 -url: /nodejs/aspose.barcode/maxicodestructuredcodetext/initfromstring/ ---- - -## initFromString(constructedCodetext) - -Initializes instance from constructed codetext. - -| Parameter | Description | -| --- | --- | -| constructedCodetext | Constructed codetext. | diff --git a/english/nodejs/aspose.barcode/maxicodestructuredcodetext/setcountrycode/_index.md b/english/nodejs/aspose.barcode/maxicodestructuredcodetext/setcountrycode/_index.md deleted file mode 100644 index 1665b62d2..000000000 --- a/english/nodejs/aspose.barcode/maxicodestructuredcodetext/setcountrycode/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MaxiCodeStructuredCodetext.setCountryCode" -linktitle: "setCountryCode" -articleTitle: "setCountryCode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies 3 digit country code." -type: docs -weight: 90 -url: /nodejs/aspose.barcode/maxicodestructuredcodetext/setcountrycode/ ---- - -## setCountryCode() - -Identifies 3 digit country code. diff --git a/english/nodejs/aspose.barcode/maxicodestructuredcodetext/setpostalcode/_index.md b/english/nodejs/aspose.barcode/maxicodestructuredcodetext/setpostalcode/_index.md deleted file mode 100644 index 92afa14b5..000000000 --- a/english/nodejs/aspose.barcode/maxicodestructuredcodetext/setpostalcode/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MaxiCodeStructuredCodetext.setPostalCode" -linktitle: "setPostalCode" -articleTitle: "setPostalCode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies the postal code. Must be 9 digits in mode 2 or 6 alphanumeric symbols in mode 3." -type: docs -weight: 100 -url: /nodejs/aspose.barcode/maxicodestructuredcodetext/setpostalcode/ ---- - -## setPostalCode() - -Identifies the postal code. Must be 9 digits in mode 2 or 6 alphanumeric symbols in mode 3. diff --git a/english/nodejs/aspose.barcode/maxicodestructuredcodetext/setsecondmessage/_index.md b/english/nodejs/aspose.barcode/maxicodestructuredcodetext/setsecondmessage/_index.md deleted file mode 100644 index 1912a3ad6..000000000 --- a/english/nodejs/aspose.barcode/maxicodestructuredcodetext/setsecondmessage/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MaxiCodeStructuredCodetext.setSecondMessage" -linktitle: "setSecondMessage" -articleTitle: "setSecondMessage" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies second message of the barcode." -type: docs -weight: 110 -url: /nodejs/aspose.barcode/maxicodestructuredcodetext/setsecondmessage/ ---- - -## setSecondMessage() - -Identifies second message of the barcode. diff --git a/english/nodejs/aspose.barcode/maxicodestructuredcodetext/setservicecategory/_index.md b/english/nodejs/aspose.barcode/maxicodestructuredcodetext/setservicecategory/_index.md deleted file mode 100644 index 4cc89259a..000000000 --- a/english/nodejs/aspose.barcode/maxicodestructuredcodetext/setservicecategory/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MaxiCodeStructuredCodetext.setServiceCategory" -linktitle: "setServiceCategory" -articleTitle: "setServiceCategory" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies 3 digit service category." -type: docs -weight: 120 -url: /nodejs/aspose.barcode/maxicodestructuredcodetext/setservicecategory/ ---- - -## setServiceCategory() - -Identifies 3 digit service category. diff --git a/english/nodejs/aspose.barcode/maxicodestructuredsecondmessage/_index.md b/english/nodejs/aspose.barcode/maxicodestructuredsecondmessage/_index.md index b47f65cc3..daa4ad831 100644 --- a/english/nodejs/aspose.barcode/maxicodestructuredsecondmessage/_index.md +++ b/english/nodejs/aspose.barcode/maxicodestructuredsecondmessage/_index.md @@ -1,8 +1,7 @@ --- -title: "MaxiCodeStructuredSecondMessage Class" +title: "MaxiCodeStructuredSecondMessage" linktitle: "MaxiCodeStructuredSecondMessage" -articleTitle: "MaxiCodeStructuredSecondMessage" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Class for encoding and decoding structured second message for MaxiCode barcode." type: docs weight: 710 @@ -21,11 +20,59 @@ new MaxiCodeStructuredSecondMessage() | Name | Description | | --- | --- | -| [add(identifier)](./add/) | Adds new identifier | -| [clear()](./clear/) | Clear identifiers list | -| [equals(obj)](./equals/) | Returns a value indicating whether this instance is equal to a specified value. | -| [getHashCode()](./gethashcode/) | Returns the hash code for this instance. | -| [getIdentifiers()](./getidentifiers/) | Gets identifiers list | -| [getMessage()](./getmessage/) | Gets constructed second message | -| [getYear()](./getyear/) | Gets year. Year must be 2 digit integer value. | -| [setYear()](./setyear/) | Sets year. Year must be 2 digit integer value. | +| [add(identifier)](#add) | Adds new identifier | +| [clear()](#clear) | Clear identifiers list | +| [equals(obj)](#equals) | Returns a value indicating whether this instance is equal to a specified value. | +| [getHashCode()](#gethashcode) | Returns the hash code for this instance. | +| [getIdentifiers()](#getidentifiers) | Gets identifiers list | +| [getMessage()](#getmessage) | Gets constructed second message | +| [getYear()](#getyear) | Gets year. Year must be 2 digit integer value. | +| [setYear()](#setyear) | Sets year. Year must be 2 digit integer value. | + +### add(identifier) {#add} + +Adds new identifier + +| Parameter | Description | +| --- | --- | +| identifier | Identifier to be added | + +### clear() {#clear} + +Clear identifiers list + +### equals(obj) {#equals} + +Returns a value indicating whether this instance is equal to a specified value. + +| Parameter | Description | +| --- | --- | +| obj | "obj">An value to compare to this instance. | + +**Returns:** true if obj has the same value as this instance; otherwise, false . + +### getHashCode() {#gethashcode} + +Returns the hash code for this instance. + +**Returns:** A 32-bit signed integer hash code. + +### getIdentifiers() {#getidentifiers} + +Gets identifiers list + +**Returns:** List of identifiers + +### getMessage() {#getmessage} + +Gets constructed second message + +**Returns:** Constructed second message + +### getYear() {#getyear} + +Gets year. Year must be 2 digit integer value. + +### setYear() {#setyear} + +Sets year. Year must be 2 digit integer value. diff --git a/english/nodejs/aspose.barcode/maxicodestructuredsecondmessage/add/_index.md b/english/nodejs/aspose.barcode/maxicodestructuredsecondmessage/add/_index.md deleted file mode 100644 index 24a9067dc..000000000 --- a/english/nodejs/aspose.barcode/maxicodestructuredsecondmessage/add/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "MaxiCodeStructuredSecondMessage.add" -linktitle: "add" -articleTitle: "add" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Adds new identifier" -type: docs -weight: 10 -url: /nodejs/aspose.barcode/maxicodestructuredsecondmessage/add/ ---- - -## add(identifier) - -Adds new identifier - -| Parameter | Description | -| --- | --- | -| identifier | Identifier to be added | diff --git a/english/nodejs/aspose.barcode/maxicodestructuredsecondmessage/clear/_index.md b/english/nodejs/aspose.barcode/maxicodestructuredsecondmessage/clear/_index.md deleted file mode 100644 index 32c50f059..000000000 --- a/english/nodejs/aspose.barcode/maxicodestructuredsecondmessage/clear/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MaxiCodeStructuredSecondMessage.clear" -linktitle: "clear" -articleTitle: "clear" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Clear identifiers list" -type: docs -weight: 20 -url: /nodejs/aspose.barcode/maxicodestructuredsecondmessage/clear/ ---- - -## clear() - -Clear identifiers list diff --git a/english/nodejs/aspose.barcode/maxicodestructuredsecondmessage/equals/_index.md b/english/nodejs/aspose.barcode/maxicodestructuredsecondmessage/equals/_index.md deleted file mode 100644 index 41e06e269..000000000 --- a/english/nodejs/aspose.barcode/maxicodestructuredsecondmessage/equals/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "MaxiCodeStructuredSecondMessage.equals" -linktitle: "equals" -articleTitle: "equals" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns a value indicating whether this instance is equal to a specified value." -type: docs -weight: 30 -url: /nodejs/aspose.barcode/maxicodestructuredsecondmessage/equals/ ---- - -## equals(obj) - -Returns a value indicating whether this instance is equal to a specified value. - -| Parameter | Description | -| --- | --- | -| obj | "obj">An value to compare to this instance. | - -**Returns:** true if obj has the same value as this instance; otherwise, false . diff --git a/english/nodejs/aspose.barcode/maxicodestructuredsecondmessage/gethashcode/_index.md b/english/nodejs/aspose.barcode/maxicodestructuredsecondmessage/gethashcode/_index.md deleted file mode 100644 index 379f671a0..000000000 --- a/english/nodejs/aspose.barcode/maxicodestructuredsecondmessage/gethashcode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "MaxiCodeStructuredSecondMessage.getHashCode" -linktitle: "getHashCode" -articleTitle: "getHashCode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns the hash code for this instance." -type: docs -weight: 40 -url: /nodejs/aspose.barcode/maxicodestructuredsecondmessage/gethashcode/ ---- - -## getHashCode() - -Returns the hash code for this instance. - -**Returns:** A 32-bit signed integer hash code. diff --git a/english/nodejs/aspose.barcode/maxicodestructuredsecondmessage/getidentifiers/_index.md b/english/nodejs/aspose.barcode/maxicodestructuredsecondmessage/getidentifiers/_index.md deleted file mode 100644 index 07079fa53..000000000 --- a/english/nodejs/aspose.barcode/maxicodestructuredsecondmessage/getidentifiers/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "MaxiCodeStructuredSecondMessage.getIdentifiers" -linktitle: "getIdentifiers" -articleTitle: "getIdentifiers" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets identifiers list" -type: docs -weight: 50 -url: /nodejs/aspose.barcode/maxicodestructuredsecondmessage/getidentifiers/ ---- - -## getIdentifiers() - -Gets identifiers list - -**Returns:** List of identifiers diff --git a/english/nodejs/aspose.barcode/maxicodestructuredsecondmessage/getmessage/_index.md b/english/nodejs/aspose.barcode/maxicodestructuredsecondmessage/getmessage/_index.md deleted file mode 100644 index 752019167..000000000 --- a/english/nodejs/aspose.barcode/maxicodestructuredsecondmessage/getmessage/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "MaxiCodeStructuredSecondMessage.getMessage" -linktitle: "getMessage" -articleTitle: "getMessage" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets constructed second message" -type: docs -weight: 60 -url: /nodejs/aspose.barcode/maxicodestructuredsecondmessage/getmessage/ ---- - -## getMessage() - -Gets constructed second message - -**Returns:** Constructed second message diff --git a/english/nodejs/aspose.barcode/maxicodestructuredsecondmessage/getyear/_index.md b/english/nodejs/aspose.barcode/maxicodestructuredsecondmessage/getyear/_index.md deleted file mode 100644 index 04f36c5c9..000000000 --- a/english/nodejs/aspose.barcode/maxicodestructuredsecondmessage/getyear/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MaxiCodeStructuredSecondMessage.getYear" -linktitle: "getYear" -articleTitle: "getYear" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets year. Year must be 2 digit integer value." -type: docs -weight: 70 -url: /nodejs/aspose.barcode/maxicodestructuredsecondmessage/getyear/ ---- - -## getYear() - -Gets year. Year must be 2 digit integer value. diff --git a/english/nodejs/aspose.barcode/maxicodestructuredsecondmessage/setyear/_index.md b/english/nodejs/aspose.barcode/maxicodestructuredsecondmessage/setyear/_index.md deleted file mode 100644 index 97074a7b2..000000000 --- a/english/nodejs/aspose.barcode/maxicodestructuredsecondmessage/setyear/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "MaxiCodeStructuredSecondMessage.setYear" -linktitle: "setYear" -articleTitle: "setYear" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets year. Year must be 2 digit integer value." -type: docs -weight: 80 -url: /nodejs/aspose.barcode/maxicodestructuredsecondmessage/setyear/ ---- - -## setYear() - -Sets year. Year must be 2 digit integer value. diff --git a/english/nodejs/aspose.barcode/onedextendedparameters/_index.md b/english/nodejs/aspose.barcode/onedextendedparameters/_index.md index 07a065dc5..0e235e2a2 100644 --- a/english/nodejs/aspose.barcode/onedextendedparameters/_index.md +++ b/english/nodejs/aspose.barcode/onedextendedparameters/_index.md @@ -1,8 +1,7 @@ --- -title: "OneDExtendedParameters Class" +title: "OneDExtendedParameters" linktitle: "OneDExtendedParameters" -articleTitle: "OneDExtendedParameters" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Stores special data of 1D recognized barcode like separate codetext and checksum" type: docs weight: 720 @@ -39,9 +38,43 @@ for(let i = 0; i < results.length; i++) | Name | Description | | --- | --- | -| [equals(obj)](./equals/) | Returns a value indicating whether this instance is equal to a specified OneDExtendedParameters value. | -| [getCheckSum()](./getchecksum/) | Gets the checksum for 1D barcodes. Value: The checksum for 1D barcode. | -| [getValue()](./getvalue/) | Gets the codetext of 1D barcodes without checksum. Value: The codetext of 1D barcodes without checksum. | -| [hashCode()](./hashcode/) | Returns the hash code for this instance. | -| [isEmpty()](./isempty/) | Tests whether all parameters has only default values Value: Returns `true ` if all parameters has only default values; o | -| [toString()](./tostring/) | Returns a human-readable string representation of this OneDExtendedParameters. | +| [equals(obj)](#equals) | Returns a value indicating whether this instance is equal to a specified OneDExtendedParameters value. | +| [getCheckSum()](#getchecksum) | Gets the checksum for 1D barcodes. Value: The checksum for 1D barcode. | +| [getValue()](#getvalue) | Gets the codetext of 1D barcodes without checksum. Value: The codetext of 1D barcodes without checksum. | +| [hashCode()](#hashcode) | Returns the hash code for this instance. | +| [isEmpty()](#isempty) | Tests whether all parameters has only default values Value: Returns `true ` if all parameters has only default values; o | +| [toString()](#tostring) | Returns a human-readable string representation of this OneDExtendedParameters. | + +### equals(obj) {#equals} + +Returns a value indicating whether this instance is equal to a specified OneDExtendedParameters value. + +| Parameter | Description | +| --- | --- | +| obj | An System.Object value to compare to this instance. | + +**Returns:** true if obj has the same value as this instance; otherwise, false. + +### getCheckSum() {#getchecksum} + +Gets the checksum for 1D barcodes. Value: The checksum for 1D barcode. + +### getValue() {#getvalue} + +Gets the codetext of 1D barcodes without checksum. Value: The codetext of 1D barcodes without checksum. + +### hashCode() {#hashcode} + +Returns the hash code for this instance. + +**Returns:** A 32-bit signed integer hash code. + +### isEmpty() {#isempty} + +Tests whether all parameters has only default values Value: Returns `true ` if all parameters has only default values; otherwise, `false `. + +### toString() {#tostring} + +Returns a human-readable string representation of this OneDExtendedParameters. + +**Returns:** A string that represents this OneDExtendedParameters. diff --git a/english/nodejs/aspose.barcode/onedextendedparameters/equals/_index.md b/english/nodejs/aspose.barcode/onedextendedparameters/equals/_index.md deleted file mode 100644 index bba4d4aae..000000000 --- a/english/nodejs/aspose.barcode/onedextendedparameters/equals/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "OneDExtendedParameters.equals" -linktitle: "equals" -articleTitle: "equals" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns a value indicating whether this instance is equal to a specified OneDExtendedParameters value." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/onedextendedparameters/equals/ ---- - -## equals(obj) - -Returns a value indicating whether this instance is equal to a specified OneDExtendedParameters value. - -| Parameter | Description | -| --- | --- | -| obj | An System.Object value to compare to this instance. | - -**Returns:** true if obj has the same value as this instance; otherwise, false. diff --git a/english/nodejs/aspose.barcode/onedextendedparameters/getchecksum/_index.md b/english/nodejs/aspose.barcode/onedextendedparameters/getchecksum/_index.md deleted file mode 100644 index a8fe73c35..000000000 --- a/english/nodejs/aspose.barcode/onedextendedparameters/getchecksum/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "OneDExtendedParameters.getCheckSum" -linktitle: "getCheckSum" -articleTitle: "getCheckSum" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the checksum for 1D barcodes. Value: The checksum for 1D barcode." -type: docs -weight: 20 -url: /nodejs/aspose.barcode/onedextendedparameters/getchecksum/ ---- - -## getCheckSum() - -Gets the checksum for 1D barcodes. Value: The checksum for 1D barcode. diff --git a/english/nodejs/aspose.barcode/onedextendedparameters/getvalue/_index.md b/english/nodejs/aspose.barcode/onedextendedparameters/getvalue/_index.md deleted file mode 100644 index bd0a5a62c..000000000 --- a/english/nodejs/aspose.barcode/onedextendedparameters/getvalue/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "OneDExtendedParameters.getValue" -linktitle: "getValue" -articleTitle: "getValue" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the codetext of 1D barcodes without checksum. Value: The codetext of 1D barcodes without checksum." -type: docs -weight: 30 -url: /nodejs/aspose.barcode/onedextendedparameters/getvalue/ ---- - -## getValue() - -Gets the codetext of 1D barcodes without checksum. Value: The codetext of 1D barcodes without checksum. diff --git a/english/nodejs/aspose.barcode/onedextendedparameters/hashcode/_index.md b/english/nodejs/aspose.barcode/onedextendedparameters/hashcode/_index.md deleted file mode 100644 index f062080e3..000000000 --- a/english/nodejs/aspose.barcode/onedextendedparameters/hashcode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "OneDExtendedParameters.hashCode" -linktitle: "hashCode" -articleTitle: "hashCode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns the hash code for this instance." -type: docs -weight: 40 -url: /nodejs/aspose.barcode/onedextendedparameters/hashcode/ ---- - -## hashCode() - -Returns the hash code for this instance. - -**Returns:** A 32-bit signed integer hash code. diff --git a/english/nodejs/aspose.barcode/onedextendedparameters/isempty/_index.md b/english/nodejs/aspose.barcode/onedextendedparameters/isempty/_index.md deleted file mode 100644 index 491285ab8..000000000 --- a/english/nodejs/aspose.barcode/onedextendedparameters/isempty/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "OneDExtendedParameters.isEmpty" -linktitle: "isEmpty" -articleTitle: "isEmpty" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Tests whether all parameters has only default values Value: Returns `true ` if all parameters has only default values; otherwise, `false `." -type: docs -weight: 50 -url: /nodejs/aspose.barcode/onedextendedparameters/isempty/ ---- - -## isEmpty() - -Tests whether all parameters has only default values Value: Returns `true ` if all parameters has only default values; otherwise, `false `. diff --git a/english/nodejs/aspose.barcode/onedextendedparameters/tostring/_index.md b/english/nodejs/aspose.barcode/onedextendedparameters/tostring/_index.md deleted file mode 100644 index f5b6e5741..000000000 --- a/english/nodejs/aspose.barcode/onedextendedparameters/tostring/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "OneDExtendedParameters.toString" -linktitle: "toString" -articleTitle: "toString" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns a human-readable string representation of this OneDExtendedParameters." -type: docs -weight: 60 -url: /nodejs/aspose.barcode/onedextendedparameters/tostring/ ---- - -## toString() - -Returns a human-readable string representation of this OneDExtendedParameters. - -**Returns:** A string that represents this OneDExtendedParameters. diff --git a/english/nodejs/aspose.barcode/optionalfields/_index.md b/english/nodejs/aspose.barcode/optionalfields/_index.md index 5a4847d62..1091f001c 100644 --- a/english/nodejs/aspose.barcode/optionalfields/_index.md +++ b/english/nodejs/aspose.barcode/optionalfields/_index.md @@ -1,8 +1,7 @@ --- -title: "OptionalFields Class" +title: "OptionalFields" linktitle: "OptionalFields" -articleTitle: "OptionalFields" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Optional elements (fields) of the card" type: docs weight: 730 @@ -21,56 +20,268 @@ new OptionalFields() | Name | Description | | --- | --- | -| [getAliasAKAFamilyName()](./getaliasakafamilyname/) | DBN, Other family name by which cardholder is known, DL/ID, V10ANS | -| [getAliasAKAGivenName()](./getaliasakagivenname/) | DBG, Other given name by which cardholder is known, DL/ID, V15ANS | -| [getAliasAKASuffixName()](./getaliasakasuffixname/) | DBS, Other suffix by which cardholder is known, DL/ID, V5ANS | -| [getAuditInformation()](./getauditinformation/) | DCJ, A string of letters and/or numbers that identifies when, where, and by whom a driver license/ID card was made. If a | -| [getCardRevisionDate()](./getcardrevisiondate/) | DDB, DHS required field that indicates date of the most recent version change or modification to the visible format of t | -| [getComplianceType()](./getcompliancetype/) | DDA, DHS required field that indicates compliance: “F” = compliant; and, “N” = non-compliant, DL/ID, F1A | -| [getEndorsementCodeDescription()](./getendorsementcodedescription/) | DCQ, Text that explains the jurisdiction-specific code(s) that indicates additional driving privileges granted to the ca | -| [getHairColor()](./gethaircolor/) | DAZ, Bald, black, blonde, brown, gray, red/auburn, sandy, white, unknown. If the issuing jurisdiction wishes to abbrevia | -| [getHAZMATEndorsementExpDate()](./gethazmatendorsementexpdate/) | DDC, Date on which the hazardous material endorsement granted by the document is no longer valid. (MMDDCCYY for U.S., CC | -| [getInventoryControlNumber()](./getinventorycontrolnumber/) | DCK, A string of letters and/or numbers that is affixed to the raw materials(card stock, laminate, etc.) used in produci | -| [getLimitedDurationDocIndicator()](./getlimiteddurationdocindicator/) | DDD, DHS required field that indicates that the cardholder has temporary lawful status = “1”, DL/ID, F1N | -| [getNameSuffix()](./getnamesuffix/) | DCU, Name Suffix (If jurisdiction participates in systems requiring name suffix (PDPS, CDLIS, etc.), the suffix must be | -| [getOrganDonorIndicator()](./getorgandonorindicator/) | DDK, Field that indicates that the cardholder is an organ donor = “1”, DL/ID, F1N | -| [getPlaceOfBirth()](./getplaceofbirth/) | DCI, Country and municipality and/or state/province, DL/ID, V33A | -| [getRaceEthnicity()](./getraceethnicity/) | DCL, Codes for race or ethnicity of the cardholder, as defined in AAMVA D20, DL/ID, V3A | -| [getRestrictionCodeDescription()](./getrestrictioncodedescription/) | DCR, Text describing the jurisdiction-specific restriction code(s) that curtail driving privileges, DL, V50ANS | -| [getStandardEndorsementCode()](./getstandardendorsementcode/) | DCN, Standard endorsement code(s) for cardholder. See codes in D20.This data element is a placeholder for future efforts | -| [getStandardRestrictionCode()](./getstandardrestrictioncode/) | DCO, Standard restriction code(s) for cardholder. See codes in D20.This data element is a placeholder for future efforts | -| [getStandardVehClassification()](./getstandardvehclassification/) | DCM, Standard vehicle classification code(s) for cardholder. This data element is a placeholder for future efforts to st | -| [getUnder18Until()](./getunder18until/) | DDH, Date on which the cardholder turns 18 years old. (MMDDCCYY for U.S., CCYYMMDD for Canada), DL/ID, F8N | -| [getUnder21Until()](./getunder21until/) | DDJ, Date on which the cardholder turns 21 years old. (MMDDCCYY for U.S., CCYYMMDD for Canada), DL/ID, F8N | -| [getVehClassDescription()](./getvehclassdescription/) | DCP, Text that explains the jurisdiction-specific code(s) for classifications of vehicles cardholder is authorized to dr | -| [getVeteranIndicator()](./getveteranindicator/) | DDL, Field that indicates that the cardholder is a veteran = “1”, DL/ID, F1N | -| [getWeightKilograms()](./getweightkilograms/) | DAX, Cardholder weight in kilograms, Ex. 84 kg = “084”, DL/ID, F3N | -| [getWeightPounds()](./getweightpounds/) | DAW, Cardholder weight in pounds, Ex. 185 lb = “185”, DL/ID, F3N | -| [getWeightRange()](./getweightrange/) | DCE, Indicates the approximate weight range of the cardholder: 0 = up to 31 kg(up to 70 lbs), 1 = 32 – 45 kg(71 – 100 lb | -| [setAddressStreet2()](./setaddressstreet2/) | DAH, Second line of street portion of the cardholder address, DL/ID, V35ANS | -| [setAliasAKAFamilyName()](./setaliasakafamilyname/) | DBN, Other family name by which cardholder is known, DL/ID, V10ANS | -| [setAliasAKAGivenName()](./setaliasakagivenname/) | DBG, Other given name by which cardholder is known, DL/ID, V15ANS | -| [setAliasAKASuffixName()](./setaliasakasuffixname/) | DBS, Other suffix by which cardholder is known, DL/ID, V5ANS | -| [setAuditInformation()](./setauditinformation/) | DCJ, A string of letters and/or numbers that identifies when, where, and by whom a driver license/ID card was made. If a | -| [setCardRevisionDate()](./setcardrevisiondate/) | DDB, DHS required field that indicates date of the most recent version change or modification to the visible format of t | -| [setComplianceType()](./setcompliancetype/) | DDA, DHS required field that indicates compliance: “F” = compliant; and, “N” = non-compliant, DL/ID, F1A | -| [setEndorsementCodeDescription()](./setendorsementcodedescription/) | DCQ, Text that explains the jurisdiction-specific code(s) that indicates additional driving privileges granted to the ca | -| [setHairColor()](./sethaircolor/) | DAZ, Bald, black, blonde, brown, gray, red/auburn, sandy, white, unknown. If the issuing jurisdiction wishes to abbrevia | -| [setInventoryControlNumber()](./setinventorycontrolnumber/) | DCK, A string of letters and/or numbers that is affixed to the raw materials(card stock, laminate, etc.) used in produci | -| [setLimitedDurationDocIndicator()](./setlimiteddurationdocindicator/) | DDD, DHS required field that indicates that the cardholder has temporary lawful status = “1”, DL/ID, F1N | -| [setNameSuffix()](./setnamesuffix/) | DCU, Name Suffix (If jurisdiction participates in systems requiring name suffix (PDPS, CDLIS, etc.), the suffix must be | -| [setOrganDonorIndicator()](./setorgandonorindicator/) | DDK, Field that indicates that the cardholder is an organ donor = “1”, DL/ID, F1N | -| [setPlaceOfBirth()](./setplaceofbirth/) | DCI, Country and municipality and/or state/province, DL/ID, V33A | -| [setRaceEthnicity()](./setraceethnicity/) | DCL, Codes for race or ethnicity of the cardholder, as defined in AAMVA D20, DL/ID, V3A | -| [setRestrictionCodeDescription()](./setrestrictioncodedescription/) | DCR, Text describing the jurisdiction-specific restriction code(s) that curtail driving privileges, DL, V50ANS | -| [setStandardEndorsementCode()](./setstandardendorsementcode/) | DCN, Standard endorsement code(s) for cardholder. See codes in D20.This data element is a placeholder for future efforts | -| [setStandardRestrictionCode()](./setstandardrestrictioncode/) | DCO, Standard restriction code(s) for cardholder. See codes in D20.This data element is a placeholder for future efforts | -| [setStandardVehClassification()](./setstandardvehclassification/) | DCM, Standard vehicle classification code(s) for cardholder. This data element is a placeholder for future efforts to st | -| [setUnder18Until()](./setunder18until/) | DDI, Date on which the cardholder turns 19 years old. (MMDDCCYY for U.S., CCYYMMDD for Canada), DL/ID, F8N | -| [setUnder19Until()](./setunder19until/) | DDI, Date on which the cardholder turns 19 years old. (MMDDCCYY for U.S., CCYYMMDD for Canada), DL/ID, F8N | -| [setUnder21Until()](./setunder21until/) | DDJ, Date on which the cardholder turns 21 years old. (MMDDCCYY for U.S., CCYYMMDD for Canada), DL/ID, F8N | -| [setVehClassDescription()](./setvehclassdescription/) | DCP, Text that explains the jurisdiction-specific code(s) for classifications of vehicles cardholder is authorized to dr | -| [setVeteranIndicator()](./setveteranindicator/) | DDL, Field that indicates that the cardholder is a veteran = “1”, DL/ID, F1N | -| [setWeightKilograms()](./setweightkilograms/) | DAX, Cardholder weight in kilograms, Ex. 84 kg = “084”, DL/ID, F3N | -| [setWeightPounds()](./setweightpounds/) | DAW, Cardholder weight in pounds, Ex. 185 lb = “185”, DL/ID, F3N | -| [setWeightRange()](./setweightrange/) | DCE, Indicates the approximate weight range of the cardholder: 0 = up to 31 kg(up to 70 lbs), 1 = 32 – 45 kg(71 – 100 lb | +| [getAliasAKAFamilyName()](#getaliasakafamilyname) | DBN, Other family name by which cardholder is known, DL/ID, V10ANS | +| [getAliasAKAGivenName()](#getaliasakagivenname) | DBG, Other given name by which cardholder is known, DL/ID, V15ANS | +| [getAliasAKASuffixName()](#getaliasakasuffixname) | DBS, Other suffix by which cardholder is known, DL/ID, V5ANS | +| [getAuditInformation()](#getauditinformation) | DCJ, A string of letters and/or numbers that identifies when, where, and by whom a driver license/ID card was made. If a | +| [getCardRevisionDate()](#getcardrevisiondate) | DDB, DHS required field that indicates date of the most recent version change or modification to the visible format of t | +| [getComplianceType()](#getcompliancetype) | DDA, DHS required field that indicates compliance: “F” = compliant; and, “N” = non-compliant, DL/ID, F1A | +| [getEndorsementCodeDescription()](#getendorsementcodedescription) | DCQ, Text that explains the jurisdiction-specific code(s) that indicates additional driving privileges granted to the ca | +| [getHairColor()](#gethaircolor) | DAZ, Bald, black, blonde, brown, gray, red/auburn, sandy, white, unknown. If the issuing jurisdiction wishes to abbrevia | +| [getHAZMATEndorsementExpDate()](#gethazmatendorsementexpdate) | DDC, Date on which the hazardous material endorsement granted by the document is no longer valid. (MMDDCCYY for U.S., CC | +| [getInventoryControlNumber()](#getinventorycontrolnumber) | DCK, A string of letters and/or numbers that is affixed to the raw materials(card stock, laminate, etc.) used in produci | +| [getLimitedDurationDocIndicator()](#getlimiteddurationdocindicator) | DDD, DHS required field that indicates that the cardholder has temporary lawful status = “1”, DL/ID, F1N | +| [getNameSuffix()](#getnamesuffix) | DCU, Name Suffix (If jurisdiction participates in systems requiring name suffix (PDPS, CDLIS, etc.), the suffix must be | +| [getOrganDonorIndicator()](#getorgandonorindicator) | DDK, Field that indicates that the cardholder is an organ donor = “1”, DL/ID, F1N | +| [getPlaceOfBirth()](#getplaceofbirth) | DCI, Country and municipality and/or state/province, DL/ID, V33A | +| [getRaceEthnicity()](#getraceethnicity) | DCL, Codes for race or ethnicity of the cardholder, as defined in AAMVA D20, DL/ID, V3A | +| [getRestrictionCodeDescription()](#getrestrictioncodedescription) | DCR, Text describing the jurisdiction-specific restriction code(s) that curtail driving privileges, DL, V50ANS | +| [getStandardEndorsementCode()](#getstandardendorsementcode) | DCN, Standard endorsement code(s) for cardholder. See codes in D20.This data element is a placeholder for future efforts | +| [getStandardRestrictionCode()](#getstandardrestrictioncode) | DCO, Standard restriction code(s) for cardholder. See codes in D20.This data element is a placeholder for future efforts | +| [getStandardVehClassification()](#getstandardvehclassification) | DCM, Standard vehicle classification code(s) for cardholder. This data element is a placeholder for future efforts to st | +| [getUnder18Until()](#getunder18until) | DDH, Date on which the cardholder turns 18 years old. (MMDDCCYY for U.S., CCYYMMDD for Canada), DL/ID, F8N | +| [getUnder21Until()](#getunder21until) | DDJ, Date on which the cardholder turns 21 years old. (MMDDCCYY for U.S., CCYYMMDD for Canada), DL/ID, F8N | +| [getVehClassDescription()](#getvehclassdescription) | DCP, Text that explains the jurisdiction-specific code(s) for classifications of vehicles cardholder is authorized to dr | +| [getVeteranIndicator()](#getveteranindicator) | DDL, Field that indicates that the cardholder is a veteran = “1”, DL/ID, F1N | +| [getWeightKilograms()](#getweightkilograms) | DAX, Cardholder weight in kilograms, Ex. 84 kg = “084”, DL/ID, F3N | +| [getWeightPounds()](#getweightpounds) | DAW, Cardholder weight in pounds, Ex. 185 lb = “185”, DL/ID, F3N | +| [getWeightRange()](#getweightrange) | DCE, Indicates the approximate weight range of the cardholder: 0 = up to 31 kg(up to 70 lbs), 1 = 32 – 45 kg(71 – 100 lb | +| [setAddressStreet2()](#setaddressstreet2) | DAH, Second line of street portion of the cardholder address, DL/ID, V35ANS | +| [setAliasAKAFamilyName()](#setaliasakafamilyname) | DBN, Other family name by which cardholder is known, DL/ID, V10ANS | +| [setAliasAKAGivenName()](#setaliasakagivenname) | DBG, Other given name by which cardholder is known, DL/ID, V15ANS | +| [setAliasAKASuffixName()](#setaliasakasuffixname) | DBS, Other suffix by which cardholder is known, DL/ID, V5ANS | +| [setAuditInformation()](#setauditinformation) | DCJ, A string of letters and/or numbers that identifies when, where, and by whom a driver license/ID card was made. If a | +| [setCardRevisionDate()](#setcardrevisiondate) | DDB, DHS required field that indicates date of the most recent version change or modification to the visible format of t | +| [setComplianceType()](#setcompliancetype) | DDA, DHS required field that indicates compliance: “F” = compliant; and, “N” = non-compliant, DL/ID, F1A | +| [setEndorsementCodeDescription()](#setendorsementcodedescription) | DCQ, Text that explains the jurisdiction-specific code(s) that indicates additional driving privileges granted to the ca | +| [setHairColor()](#sethaircolor) | DAZ, Bald, black, blonde, brown, gray, red/auburn, sandy, white, unknown. If the issuing jurisdiction wishes to abbrevia | +| [setInventoryControlNumber()](#setinventorycontrolnumber) | DCK, A string of letters and/or numbers that is affixed to the raw materials(card stock, laminate, etc.) used in produci | +| [setLimitedDurationDocIndicator()](#setlimiteddurationdocindicator) | DDD, DHS required field that indicates that the cardholder has temporary lawful status = “1”, DL/ID, F1N | +| [setNameSuffix()](#setnamesuffix) | DCU, Name Suffix (If jurisdiction participates in systems requiring name suffix (PDPS, CDLIS, etc.), the suffix must be | +| [setOrganDonorIndicator()](#setorgandonorindicator) | DDK, Field that indicates that the cardholder is an organ donor = “1”, DL/ID, F1N | +| [setPlaceOfBirth()](#setplaceofbirth) | DCI, Country and municipality and/or state/province, DL/ID, V33A | +| [setRaceEthnicity()](#setraceethnicity) | DCL, Codes for race or ethnicity of the cardholder, as defined in AAMVA D20, DL/ID, V3A | +| [setRestrictionCodeDescription()](#setrestrictioncodedescription) | DCR, Text describing the jurisdiction-specific restriction code(s) that curtail driving privileges, DL, V50ANS | +| [setStandardEndorsementCode()](#setstandardendorsementcode) | DCN, Standard endorsement code(s) for cardholder. See codes in D20.This data element is a placeholder for future efforts | +| [setStandardRestrictionCode()](#setstandardrestrictioncode) | DCO, Standard restriction code(s) for cardholder. See codes in D20.This data element is a placeholder for future efforts | +| [setStandardVehClassification()](#setstandardvehclassification) | DCM, Standard vehicle classification code(s) for cardholder. This data element is a placeholder for future efforts to st | +| [setUnder18Until()](#setunder18until) | DDI, Date on which the cardholder turns 19 years old. (MMDDCCYY for U.S., CCYYMMDD for Canada), DL/ID, F8N | +| [setUnder19Until()](#setunder19until) | DDI, Date on which the cardholder turns 19 years old. (MMDDCCYY for U.S., CCYYMMDD for Canada), DL/ID, F8N | +| [setUnder21Until()](#setunder21until) | DDJ, Date on which the cardholder turns 21 years old. (MMDDCCYY for U.S., CCYYMMDD for Canada), DL/ID, F8N | +| [setVehClassDescription()](#setvehclassdescription) | DCP, Text that explains the jurisdiction-specific code(s) for classifications of vehicles cardholder is authorized to dr | +| [setVeteranIndicator()](#setveteranindicator) | DDL, Field that indicates that the cardholder is a veteran = “1”, DL/ID, F1N | +| [setWeightKilograms()](#setweightkilograms) | DAX, Cardholder weight in kilograms, Ex. 84 kg = “084”, DL/ID, F3N | +| [setWeightPounds()](#setweightpounds) | DAW, Cardholder weight in pounds, Ex. 185 lb = “185”, DL/ID, F3N | +| [setWeightRange()](#setweightrange) | DCE, Indicates the approximate weight range of the cardholder: 0 = up to 31 kg(up to 70 lbs), 1 = 32 – 45 kg(71 – 100 lb | + +### getAliasAKAFamilyName() {#getaliasakafamilyname} + +DBN, Other family name by which cardholder is known, DL/ID, V10ANS + +### getAliasAKAGivenName() {#getaliasakagivenname} + +DBG, Other given name by which cardholder is known, DL/ID, V15ANS + +### getAliasAKASuffixName() {#getaliasakasuffixname} + +DBS, Other suffix by which cardholder is known, DL/ID, V5ANS + +### getAuditInformation() {#getauditinformation} + +DCJ, A string of letters and/or numbers that identifies when, where, and by whom a driver license/ID card was made. If audit information is not used on the card or the MRT, it must be included in the driver record, DL/ID, V25ANS + +### getCardRevisionDate() {#getcardrevisiondate} + +DDB, DHS required field that indicates date of the most recent version change or modification to the visible format of the DL/ID. (MMDDCCYY for U.S., CCYYMMDD for Canada), DL/ID, F8N + +### getComplianceType() {#getcompliancetype} + +DDA, DHS required field that indicates compliance: “F” = compliant; and, “N” = non-compliant, DL/ID, F1A + +### getEndorsementCodeDescription() {#getendorsementcodedescription} + +DCQ, Text that explains the jurisdiction-specific code(s) that indicates additional driving privileges granted to the cardholder beyond the vehicle class, DL, V50ANS + +### getHairColor() {#gethaircolor} + +DAZ, Bald, black, blonde, brown, gray, red/auburn, sandy, white, unknown. If the issuing jurisdiction wishes to abbreviate colors, the three-character codes provided in AAMVA D20 must be used, DL/ID, V12A + +### getHAZMATEndorsementExpDate() {#gethazmatendorsementexpdate} + +DDC, Date on which the hazardous material endorsement granted by the document is no longer valid. (MMDDCCYY for U.S., CCYYMMDD for Canada), DL, F8N + +### getInventoryControlNumber() {#getinventorycontrolnumber} + +DCK, A string of letters and/or numbers that is affixed to the raw materials(card stock, laminate, etc.) used in producing driver licenses and ID cards. (DHS recommended field), DL/ID, V25ANS + +### getLimitedDurationDocIndicator() {#getlimiteddurationdocindicator} + +DDD, DHS required field that indicates that the cardholder has temporary lawful status = “1”, DL/ID, F1N + +### getNameSuffix() {#getnamesuffix} + +DCU, Name Suffix (If jurisdiction participates in systems requiring name suffix (PDPS, CDLIS, etc.), the suffix must be collected and displayed on the DL/ID and in the MRT). JR(Junior), SR(Senior), 1ST or I(First), up to 9TH or IX (Ninth), DL/ID, V5ANS + +### getOrganDonorIndicator() {#getorgandonorindicator} + +DDK, Field that indicates that the cardholder is an organ donor = “1”, DL/ID, F1N + +### getPlaceOfBirth() {#getplaceofbirth} + +DCI, Country and municipality and/or state/province, DL/ID, V33A + +### getRaceEthnicity() {#getraceethnicity} + +DCL, Codes for race or ethnicity of the cardholder, as defined in AAMVA D20, DL/ID, V3A + +### getRestrictionCodeDescription() {#getrestrictioncodedescription} + +DCR, Text describing the jurisdiction-specific restriction code(s) that curtail driving privileges, DL, V50ANS + +### getStandardEndorsementCode() {#getstandardendorsementcode} + +DCN, Standard endorsement code(s) for cardholder. See codes in D20.This data element is a placeholder for future efforts to standardize endorsement codes, DL, F5AN + +### getStandardRestrictionCode() {#getstandardrestrictioncode} + +DCO, Standard restriction code(s) for cardholder. See codes in D20.This data element is a placeholder for future efforts to standardize restriction codes, DL, F12AN + +### getStandardVehClassification() {#getstandardvehclassification} + +DCM, Standard vehicle classification code(s) for cardholder. This data element is a placeholder for future efforts to standardize vehicle classifications, DL, F4AN + +### getUnder18Until() {#getunder18until} + +DDH, Date on which the cardholder turns 18 years old. (MMDDCCYY for U.S., CCYYMMDD for Canada), DL/ID, F8N + +### getUnder21Until() {#getunder21until} + +DDJ, Date on which the cardholder turns 21 years old. (MMDDCCYY for U.S., CCYYMMDD for Canada), DL/ID, F8N + +### getVehClassDescription() {#getvehclassdescription} + +DCP, Text that explains the jurisdiction-specific code(s) for classifications of vehicles cardholder is authorized to drive, DL, V50ANS + +### getVeteranIndicator() {#getveteranindicator} + +DDL, Field that indicates that the cardholder is a veteran = “1”, DL/ID, F1N + +### getWeightKilograms() {#getweightkilograms} + +DAX, Cardholder weight in kilograms, Ex. 84 kg = “084”, DL/ID, F3N + +### getWeightPounds() {#getweightpounds} + +DAW, Cardholder weight in pounds, Ex. 185 lb = “185”, DL/ID, F3N + +### getWeightRange() {#getweightrange} + +DCE, Indicates the approximate weight range of the cardholder: 0 = up to 31 kg(up to 70 lbs), 1 = 32 – 45 kg(71 – 100 lbs), 2 = 46 - 59 kg(101 – 130 lbs), 3 = 60 - 70 kg(131 – 160 lbs), 4 = 71 - 86 kg(161 – 190 lbs), 5 = 87 - 100 kg(191 – 220 lbs), 6 = 101 - 113 kg(221 – 250 lbs), 7 = 114 - 127 kg(251 – 280 lbs), 8 = 128 – 145 kg(281 – 320 lbs), 9 = 146+ kg(321+ lbs), DL/ID, F1N + +### setAddressStreet2() {#setaddressstreet2} + +DAH, Second line of street portion of the cardholder address, DL/ID, V35ANS + +### setAliasAKAFamilyName() {#setaliasakafamilyname} + +DBN, Other family name by which cardholder is known, DL/ID, V10ANS + +### setAliasAKAGivenName() {#setaliasakagivenname} + +DBG, Other given name by which cardholder is known, DL/ID, V15ANS + +### setAliasAKASuffixName() {#setaliasakasuffixname} + +DBS, Other suffix by which cardholder is known, DL/ID, V5ANS + +### setAuditInformation() {#setauditinformation} + +DCJ, A string of letters and/or numbers that identifies when, where, and by whom a driver license/ID card was made. If audit information is not used on the card or the MRT, it must be included in the driver record, DL/ID, V25ANS + +### setCardRevisionDate() {#setcardrevisiondate} + +DDB, DHS required field that indicates date of the most recent version change or modification to the visible format of the DL/ID. (MMDDCCYY for U.S., CCYYMMDD for Canada), DL/ID, F8N + +### setComplianceType() {#setcompliancetype} + +DDA, DHS required field that indicates compliance: “F” = compliant; and, “N” = non-compliant, DL/ID, F1A + +### setEndorsementCodeDescription() {#setendorsementcodedescription} + +DCQ, Text that explains the jurisdiction-specific code(s) that indicates additional driving privileges granted to the cardholder beyond the vehicle class, DL, V50ANS + +### setHairColor() {#sethaircolor} + +DAZ, Bald, black, blonde, brown, gray, red/auburn, sandy, white, unknown. If the issuing jurisdiction wishes to abbreviate colors, the three-character codes provided in AAMVA D20 must be used, DL/ID, V12A + +### setInventoryControlNumber() {#setinventorycontrolnumber} + +DCK, A string of letters and/or numbers that is affixed to the raw materials(card stock, laminate, etc.) used in producing driver licenses and ID cards. (DHS recommended field), DL/ID, V25ANS + +### setLimitedDurationDocIndicator() {#setlimiteddurationdocindicator} + +DDD, DHS required field that indicates that the cardholder has temporary lawful status = “1”, DL/ID, F1N + +### setNameSuffix() {#setnamesuffix} + +DCU, Name Suffix (If jurisdiction participates in systems requiring name suffix (PDPS, CDLIS, etc.), the suffix must be collected and displayed on the DL/ID and in the MRT). JR(Junior), SR(Senior), 1ST or I(First), up to 9TH or IX (Ninth), DL/ID, V5ANS + +### setOrganDonorIndicator() {#setorgandonorindicator} + +DDK, Field that indicates that the cardholder is an organ donor = “1”, DL/ID, F1N + +### setPlaceOfBirth() {#setplaceofbirth} + +DCI, Country and municipality and/or state/province, DL/ID, V33A + +### setRaceEthnicity() {#setraceethnicity} + +DCL, Codes for race or ethnicity of the cardholder, as defined in AAMVA D20, DL/ID, V3A + +### setRestrictionCodeDescription() {#setrestrictioncodedescription} + +DCR, Text describing the jurisdiction-specific restriction code(s) that curtail driving privileges, DL, V50ANS + +### setStandardEndorsementCode() {#setstandardendorsementcode} + +DCN, Standard endorsement code(s) for cardholder. See codes in D20.This data element is a placeholder for future efforts to standardize endorsement codes, DL, F5AN + +### setStandardRestrictionCode() {#setstandardrestrictioncode} + +DCO, Standard restriction code(s) for cardholder. See codes in D20.This data element is a placeholder for future efforts to standardize restriction codes, DL, F12AN + +### setStandardVehClassification() {#setstandardvehclassification} + +DCM, Standard vehicle classification code(s) for cardholder. This data element is a placeholder for future efforts to standardize vehicle classifications, DL, F4AN + +### setUnder18Until() {#setunder18until} + +DDI, Date on which the cardholder turns 19 years old. (MMDDCCYY for U.S., CCYYMMDD for Canada), DL/ID, F8N + +### setUnder19Until() {#setunder19until} + +DDI, Date on which the cardholder turns 19 years old. (MMDDCCYY for U.S., CCYYMMDD for Canada), DL/ID, F8N + +### setUnder21Until() {#setunder21until} + +DDJ, Date on which the cardholder turns 21 years old. (MMDDCCYY for U.S., CCYYMMDD for Canada), DL/ID, F8N + +### setVehClassDescription() {#setvehclassdescription} + +DCP, Text that explains the jurisdiction-specific code(s) for classifications of vehicles cardholder is authorized to drive, DL, V50ANS + +### setVeteranIndicator() {#setveteranindicator} + +DDL, Field that indicates that the cardholder is a veteran = “1”, DL/ID, F1N + +### setWeightKilograms() {#setweightkilograms} + +DAX, Cardholder weight in kilograms, Ex. 84 kg = “084”, DL/ID, F3N + +### setWeightPounds() {#setweightpounds} + +DAW, Cardholder weight in pounds, Ex. 185 lb = “185”, DL/ID, F3N + +### setWeightRange() {#setweightrange} + +DCE, Indicates the approximate weight range of the cardholder: 0 = up to 31 kg(up to 70 lbs), 1 = 32 – 45 kg(71 – 100 lbs), 2 = 46 - 59 kg(101 – 130 lbs), 3 = 60 - 70 kg(131 – 160 lbs), 4 = 71 - 86 kg(161 – 190 lbs), 5 = 87 - 100 kg(191 – 220 lbs), 6 = 101 - 113 kg(221 – 250 lbs), 7 = 114 - 127 kg(251 – 280 lbs), 8 = 128 – 145 kg(281 – 320 lbs), 9 = 146+ kg(321+ lbs), DL/ID, F1N diff --git a/english/nodejs/aspose.barcode/optionalfields/getaliasakafamilyname/_index.md b/english/nodejs/aspose.barcode/optionalfields/getaliasakafamilyname/_index.md deleted file mode 100644 index 54cb0cf5e..000000000 --- a/english/nodejs/aspose.barcode/optionalfields/getaliasakafamilyname/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "OptionalFields.getAliasAKAFamilyName" -linktitle: "getAliasAKAFamilyName" -articleTitle: "getAliasAKAFamilyName" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DBN, Other family name by which cardholder is known, DL/ID, V10ANS" -type: docs -weight: 10 -url: /nodejs/aspose.barcode/optionalfields/getaliasakafamilyname/ ---- - -## getAliasAKAFamilyName() - -DBN, Other family name by which cardholder is known, DL/ID, V10ANS diff --git a/english/nodejs/aspose.barcode/optionalfields/getaliasakagivenname/_index.md b/english/nodejs/aspose.barcode/optionalfields/getaliasakagivenname/_index.md deleted file mode 100644 index 32cbec049..000000000 --- a/english/nodejs/aspose.barcode/optionalfields/getaliasakagivenname/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "OptionalFields.getAliasAKAGivenName" -linktitle: "getAliasAKAGivenName" -articleTitle: "getAliasAKAGivenName" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DBG, Other given name by which cardholder is known, DL/ID, V15ANS" -type: docs -weight: 20 -url: /nodejs/aspose.barcode/optionalfields/getaliasakagivenname/ ---- - -## getAliasAKAGivenName() - -DBG, Other given name by which cardholder is known, DL/ID, V15ANS diff --git a/english/nodejs/aspose.barcode/optionalfields/getaliasakasuffixname/_index.md b/english/nodejs/aspose.barcode/optionalfields/getaliasakasuffixname/_index.md deleted file mode 100644 index 31b18ecce..000000000 --- a/english/nodejs/aspose.barcode/optionalfields/getaliasakasuffixname/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "OptionalFields.getAliasAKASuffixName" -linktitle: "getAliasAKASuffixName" -articleTitle: "getAliasAKASuffixName" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DBS, Other suffix by which cardholder is known, DL/ID, V5ANS" -type: docs -weight: 30 -url: /nodejs/aspose.barcode/optionalfields/getaliasakasuffixname/ ---- - -## getAliasAKASuffixName() - -DBS, Other suffix by which cardholder is known, DL/ID, V5ANS diff --git a/english/nodejs/aspose.barcode/optionalfields/getauditinformation/_index.md b/english/nodejs/aspose.barcode/optionalfields/getauditinformation/_index.md deleted file mode 100644 index 60abb9ccc..000000000 --- a/english/nodejs/aspose.barcode/optionalfields/getauditinformation/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "OptionalFields.getAuditInformation" -linktitle: "getAuditInformation" -articleTitle: "getAuditInformation" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DCJ, A string of letters and/or numbers that identifies when, where, and by whom a driver license/ID card was made. If audit information is not used on the c..." -type: docs -weight: 40 -url: /nodejs/aspose.barcode/optionalfields/getauditinformation/ ---- - -## getAuditInformation() - -DCJ, A string of letters and/or numbers that identifies when, where, and by whom a driver license/ID card was made. If audit information is not used on the card or the MRT, it must be included in the driver record, DL/ID, V25ANS diff --git a/english/nodejs/aspose.barcode/optionalfields/getcardrevisiondate/_index.md b/english/nodejs/aspose.barcode/optionalfields/getcardrevisiondate/_index.md deleted file mode 100644 index cdafe720b..000000000 --- a/english/nodejs/aspose.barcode/optionalfields/getcardrevisiondate/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "OptionalFields.getCardRevisionDate" -linktitle: "getCardRevisionDate" -articleTitle: "getCardRevisionDate" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DDB, DHS required field that indicates date of the most recent version change or modification to the visible format of the DL/ID. (MMDDCCYY for U.S., CCYYMMD..." -type: docs -weight: 50 -url: /nodejs/aspose.barcode/optionalfields/getcardrevisiondate/ ---- - -## getCardRevisionDate() - -DDB, DHS required field that indicates date of the most recent version change or modification to the visible format of the DL/ID. (MMDDCCYY for U.S., CCYYMMDD for Canada), DL/ID, F8N diff --git a/english/nodejs/aspose.barcode/optionalfields/getcompliancetype/_index.md b/english/nodejs/aspose.barcode/optionalfields/getcompliancetype/_index.md deleted file mode 100644 index 4609ac00a..000000000 --- a/english/nodejs/aspose.barcode/optionalfields/getcompliancetype/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "OptionalFields.getComplianceType" -linktitle: "getComplianceType" -articleTitle: "getComplianceType" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DDA, DHS required field that indicates compliance: “F” = compliant; and, “N” = non-compliant, DL/ID, F1A" -type: docs -weight: 60 -url: /nodejs/aspose.barcode/optionalfields/getcompliancetype/ ---- - -## getComplianceType() - -DDA, DHS required field that indicates compliance: “F” = compliant; and, “N” = non-compliant, DL/ID, F1A diff --git a/english/nodejs/aspose.barcode/optionalfields/getendorsementcodedescription/_index.md b/english/nodejs/aspose.barcode/optionalfields/getendorsementcodedescription/_index.md deleted file mode 100644 index 58cde6b3c..000000000 --- a/english/nodejs/aspose.barcode/optionalfields/getendorsementcodedescription/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "OptionalFields.getEndorsementCodeDescription" -linktitle: "getEndorsementCodeDescription" -articleTitle: "getEndorsementCodeDescription" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DCQ, Text that explains the jurisdiction-specific code(s) that indicates additional driving privileges granted to the cardholder beyond the vehicle class, DL..." -type: docs -weight: 70 -url: /nodejs/aspose.barcode/optionalfields/getendorsementcodedescription/ ---- - -## getEndorsementCodeDescription() - -DCQ, Text that explains the jurisdiction-specific code(s) that indicates additional driving privileges granted to the cardholder beyond the vehicle class, DL, V50ANS diff --git a/english/nodejs/aspose.barcode/optionalfields/gethaircolor/_index.md b/english/nodejs/aspose.barcode/optionalfields/gethaircolor/_index.md deleted file mode 100644 index 5c21b6748..000000000 --- a/english/nodejs/aspose.barcode/optionalfields/gethaircolor/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "OptionalFields.getHairColor" -linktitle: "getHairColor" -articleTitle: "getHairColor" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DAZ, Bald, black, blonde, brown, gray, red/auburn, sandy, white, unknown. If the issuing jurisdiction wishes to abbreviate colors, the three-character codes ..." -type: docs -weight: 80 -url: /nodejs/aspose.barcode/optionalfields/gethaircolor/ ---- - -## getHairColor() - -DAZ, Bald, black, blonde, brown, gray, red/auburn, sandy, white, unknown. If the issuing jurisdiction wishes to abbreviate colors, the three-character codes provided in AAMVA D20 must be used, DL/ID, V12A diff --git a/english/nodejs/aspose.barcode/optionalfields/gethazmatendorsementexpdate/_index.md b/english/nodejs/aspose.barcode/optionalfields/gethazmatendorsementexpdate/_index.md deleted file mode 100644 index 97a2e6a74..000000000 --- a/english/nodejs/aspose.barcode/optionalfields/gethazmatendorsementexpdate/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "OptionalFields.getHAZMATEndorsementExpDate" -linktitle: "getHAZMATEndorsementExpDate" -articleTitle: "getHAZMATEndorsementExpDate" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DDC, Date on which the hazardous material endorsement granted by the document is no longer valid. (MMDDCCYY for U.S., CCYYMMDD for Canada), DL, F8N" -type: docs -weight: 90 -url: /nodejs/aspose.barcode/optionalfields/gethazmatendorsementexpdate/ ---- - -## getHAZMATEndorsementExpDate() - -DDC, Date on which the hazardous material endorsement granted by the document is no longer valid. (MMDDCCYY for U.S., CCYYMMDD for Canada), DL, F8N diff --git a/english/nodejs/aspose.barcode/optionalfields/getinventorycontrolnumber/_index.md b/english/nodejs/aspose.barcode/optionalfields/getinventorycontrolnumber/_index.md deleted file mode 100644 index a6aef66b3..000000000 --- a/english/nodejs/aspose.barcode/optionalfields/getinventorycontrolnumber/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "OptionalFields.getInventoryControlNumber" -linktitle: "getInventoryControlNumber" -articleTitle: "getInventoryControlNumber" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DCK, A string of letters and/or numbers that is affixed to the raw materials(card stock, laminate, etc.) used in producing driver licenses and ID cards. (DHS..." -type: docs -weight: 100 -url: /nodejs/aspose.barcode/optionalfields/getinventorycontrolnumber/ ---- - -## getInventoryControlNumber() - -DCK, A string of letters and/or numbers that is affixed to the raw materials(card stock, laminate, etc.) used in producing driver licenses and ID cards. (DHS recommended field), DL/ID, V25ANS diff --git a/english/nodejs/aspose.barcode/optionalfields/getlimiteddurationdocindicator/_index.md b/english/nodejs/aspose.barcode/optionalfields/getlimiteddurationdocindicator/_index.md deleted file mode 100644 index e2c8ab7e2..000000000 --- a/english/nodejs/aspose.barcode/optionalfields/getlimiteddurationdocindicator/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "OptionalFields.getLimitedDurationDocIndicator" -linktitle: "getLimitedDurationDocIndicator" -articleTitle: "getLimitedDurationDocIndicator" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DDD, DHS required field that indicates that the cardholder has temporary lawful status = “1”, DL/ID, F1N" -type: docs -weight: 110 -url: /nodejs/aspose.barcode/optionalfields/getlimiteddurationdocindicator/ ---- - -## getLimitedDurationDocIndicator() - -DDD, DHS required field that indicates that the cardholder has temporary lawful status = “1”, DL/ID, F1N diff --git a/english/nodejs/aspose.barcode/optionalfields/getnamesuffix/_index.md b/english/nodejs/aspose.barcode/optionalfields/getnamesuffix/_index.md deleted file mode 100644 index 149ea4fe9..000000000 --- a/english/nodejs/aspose.barcode/optionalfields/getnamesuffix/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "OptionalFields.getNameSuffix" -linktitle: "getNameSuffix" -articleTitle: "getNameSuffix" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DCU, Name Suffix (If jurisdiction participates in systems requiring name suffix (PDPS, CDLIS, etc.), the suffix must be collected and displayed on the DL/ID ..." -type: docs -weight: 120 -url: /nodejs/aspose.barcode/optionalfields/getnamesuffix/ ---- - -## getNameSuffix() - -DCU, Name Suffix (If jurisdiction participates in systems requiring name suffix (PDPS, CDLIS, etc.), the suffix must be collected and displayed on the DL/ID and in the MRT). JR(Junior), SR(Senior), 1ST or I(First), up to 9TH or IX (Ninth), DL/ID, V5ANS diff --git a/english/nodejs/aspose.barcode/optionalfields/getorgandonorindicator/_index.md b/english/nodejs/aspose.barcode/optionalfields/getorgandonorindicator/_index.md deleted file mode 100644 index c525f2ca7..000000000 --- a/english/nodejs/aspose.barcode/optionalfields/getorgandonorindicator/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "OptionalFields.getOrganDonorIndicator" -linktitle: "getOrganDonorIndicator" -articleTitle: "getOrganDonorIndicator" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DDK, Field that indicates that the cardholder is an organ donor = “1”, DL/ID, F1N" -type: docs -weight: 130 -url: /nodejs/aspose.barcode/optionalfields/getorgandonorindicator/ ---- - -## getOrganDonorIndicator() - -DDK, Field that indicates that the cardholder is an organ donor = “1”, DL/ID, F1N diff --git a/english/nodejs/aspose.barcode/optionalfields/getplaceofbirth/_index.md b/english/nodejs/aspose.barcode/optionalfields/getplaceofbirth/_index.md deleted file mode 100644 index b4a803b26..000000000 --- a/english/nodejs/aspose.barcode/optionalfields/getplaceofbirth/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "OptionalFields.getPlaceOfBirth" -linktitle: "getPlaceOfBirth" -articleTitle: "getPlaceOfBirth" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DCI, Country and municipality and/or state/province, DL/ID, V33A" -type: docs -weight: 140 -url: /nodejs/aspose.barcode/optionalfields/getplaceofbirth/ ---- - -## getPlaceOfBirth() - -DCI, Country and municipality and/or state/province, DL/ID, V33A diff --git a/english/nodejs/aspose.barcode/optionalfields/getraceethnicity/_index.md b/english/nodejs/aspose.barcode/optionalfields/getraceethnicity/_index.md deleted file mode 100644 index 183ec722c..000000000 --- a/english/nodejs/aspose.barcode/optionalfields/getraceethnicity/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "OptionalFields.getRaceEthnicity" -linktitle: "getRaceEthnicity" -articleTitle: "getRaceEthnicity" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DCL, Codes for race or ethnicity of the cardholder, as defined in AAMVA D20, DL/ID, V3A" -type: docs -weight: 150 -url: /nodejs/aspose.barcode/optionalfields/getraceethnicity/ ---- - -## getRaceEthnicity() - -DCL, Codes for race or ethnicity of the cardholder, as defined in AAMVA D20, DL/ID, V3A diff --git a/english/nodejs/aspose.barcode/optionalfields/getrestrictioncodedescription/_index.md b/english/nodejs/aspose.barcode/optionalfields/getrestrictioncodedescription/_index.md deleted file mode 100644 index ca71b9f74..000000000 --- a/english/nodejs/aspose.barcode/optionalfields/getrestrictioncodedescription/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "OptionalFields.getRestrictionCodeDescription" -linktitle: "getRestrictionCodeDescription" -articleTitle: "getRestrictionCodeDescription" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DCR, Text describing the jurisdiction-specific restriction code(s) that curtail driving privileges, DL, V50ANS" -type: docs -weight: 160 -url: /nodejs/aspose.barcode/optionalfields/getrestrictioncodedescription/ ---- - -## getRestrictionCodeDescription() - -DCR, Text describing the jurisdiction-specific restriction code(s) that curtail driving privileges, DL, V50ANS diff --git a/english/nodejs/aspose.barcode/optionalfields/getstandardendorsementcode/_index.md b/english/nodejs/aspose.barcode/optionalfields/getstandardendorsementcode/_index.md deleted file mode 100644 index 1d4fab04e..000000000 --- a/english/nodejs/aspose.barcode/optionalfields/getstandardendorsementcode/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "OptionalFields.getStandardEndorsementCode" -linktitle: "getStandardEndorsementCode" -articleTitle: "getStandardEndorsementCode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DCN, Standard endorsement code(s) for cardholder. See codes in D20.This data element is a placeholder for future efforts to standardize endorsement codes, DL..." -type: docs -weight: 170 -url: /nodejs/aspose.barcode/optionalfields/getstandardendorsementcode/ ---- - -## getStandardEndorsementCode() - -DCN, Standard endorsement code(s) for cardholder. See codes in D20.This data element is a placeholder for future efforts to standardize endorsement codes, DL, F5AN diff --git a/english/nodejs/aspose.barcode/optionalfields/getstandardrestrictioncode/_index.md b/english/nodejs/aspose.barcode/optionalfields/getstandardrestrictioncode/_index.md deleted file mode 100644 index 0fcec12f7..000000000 --- a/english/nodejs/aspose.barcode/optionalfields/getstandardrestrictioncode/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "OptionalFields.getStandardRestrictionCode" -linktitle: "getStandardRestrictionCode" -articleTitle: "getStandardRestrictionCode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DCO, Standard restriction code(s) for cardholder. See codes in D20.This data element is a placeholder for future efforts to standardize restriction codes, DL..." -type: docs -weight: 180 -url: /nodejs/aspose.barcode/optionalfields/getstandardrestrictioncode/ ---- - -## getStandardRestrictionCode() - -DCO, Standard restriction code(s) for cardholder. See codes in D20.This data element is a placeholder for future efforts to standardize restriction codes, DL, F12AN diff --git a/english/nodejs/aspose.barcode/optionalfields/getstandardvehclassification/_index.md b/english/nodejs/aspose.barcode/optionalfields/getstandardvehclassification/_index.md deleted file mode 100644 index cd2283032..000000000 --- a/english/nodejs/aspose.barcode/optionalfields/getstandardvehclassification/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "OptionalFields.getStandardVehClassification" -linktitle: "getStandardVehClassification" -articleTitle: "getStandardVehClassification" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DCM, Standard vehicle classification code(s) for cardholder. This data element is a placeholder for future efforts to standardize vehicle classifications, DL..." -type: docs -weight: 190 -url: /nodejs/aspose.barcode/optionalfields/getstandardvehclassification/ ---- - -## getStandardVehClassification() - -DCM, Standard vehicle classification code(s) for cardholder. This data element is a placeholder for future efforts to standardize vehicle classifications, DL, F4AN diff --git a/english/nodejs/aspose.barcode/optionalfields/getunder18until/_index.md b/english/nodejs/aspose.barcode/optionalfields/getunder18until/_index.md deleted file mode 100644 index c4eeb4c27..000000000 --- a/english/nodejs/aspose.barcode/optionalfields/getunder18until/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "OptionalFields.getUnder18Until" -linktitle: "getUnder18Until" -articleTitle: "getUnder18Until" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DDH, Date on which the cardholder turns 18 years old. (MMDDCCYY for U.S., CCYYMMDD for Canada), DL/ID, F8N" -type: docs -weight: 200 -url: /nodejs/aspose.barcode/optionalfields/getunder18until/ ---- - -## getUnder18Until() - -DDH, Date on which the cardholder turns 18 years old. (MMDDCCYY for U.S., CCYYMMDD for Canada), DL/ID, F8N diff --git a/english/nodejs/aspose.barcode/optionalfields/getunder21until/_index.md b/english/nodejs/aspose.barcode/optionalfields/getunder21until/_index.md deleted file mode 100644 index eefe545a2..000000000 --- a/english/nodejs/aspose.barcode/optionalfields/getunder21until/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "OptionalFields.getUnder21Until" -linktitle: "getUnder21Until" -articleTitle: "getUnder21Until" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DDJ, Date on which the cardholder turns 21 years old. (MMDDCCYY for U.S., CCYYMMDD for Canada), DL/ID, F8N" -type: docs -weight: 210 -url: /nodejs/aspose.barcode/optionalfields/getunder21until/ ---- - -## getUnder21Until() - -DDJ, Date on which the cardholder turns 21 years old. (MMDDCCYY for U.S., CCYYMMDD for Canada), DL/ID, F8N diff --git a/english/nodejs/aspose.barcode/optionalfields/getvehclassdescription/_index.md b/english/nodejs/aspose.barcode/optionalfields/getvehclassdescription/_index.md deleted file mode 100644 index c4fb85b81..000000000 --- a/english/nodejs/aspose.barcode/optionalfields/getvehclassdescription/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "OptionalFields.getVehClassDescription" -linktitle: "getVehClassDescription" -articleTitle: "getVehClassDescription" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DCP, Text that explains the jurisdiction-specific code(s) for classifications of vehicles cardholder is authorized to drive, DL, V50ANS" -type: docs -weight: 220 -url: /nodejs/aspose.barcode/optionalfields/getvehclassdescription/ ---- - -## getVehClassDescription() - -DCP, Text that explains the jurisdiction-specific code(s) for classifications of vehicles cardholder is authorized to drive, DL, V50ANS diff --git a/english/nodejs/aspose.barcode/optionalfields/getveteranindicator/_index.md b/english/nodejs/aspose.barcode/optionalfields/getveteranindicator/_index.md deleted file mode 100644 index 6e33d03b4..000000000 --- a/english/nodejs/aspose.barcode/optionalfields/getveteranindicator/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "OptionalFields.getVeteranIndicator" -linktitle: "getVeteranIndicator" -articleTitle: "getVeteranIndicator" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DDL, Field that indicates that the cardholder is a veteran = “1”, DL/ID, F1N" -type: docs -weight: 230 -url: /nodejs/aspose.barcode/optionalfields/getveteranindicator/ ---- - -## getVeteranIndicator() - -DDL, Field that indicates that the cardholder is a veteran = “1”, DL/ID, F1N diff --git a/english/nodejs/aspose.barcode/optionalfields/getweightkilograms/_index.md b/english/nodejs/aspose.barcode/optionalfields/getweightkilograms/_index.md deleted file mode 100644 index ea3421cb6..000000000 --- a/english/nodejs/aspose.barcode/optionalfields/getweightkilograms/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "OptionalFields.getWeightKilograms" -linktitle: "getWeightKilograms" -articleTitle: "getWeightKilograms" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DAX, Cardholder weight in kilograms, Ex. 84 kg = “084”, DL/ID, F3N" -type: docs -weight: 240 -url: /nodejs/aspose.barcode/optionalfields/getweightkilograms/ ---- - -## getWeightKilograms() - -DAX, Cardholder weight in kilograms, Ex. 84 kg = “084”, DL/ID, F3N diff --git a/english/nodejs/aspose.barcode/optionalfields/getweightpounds/_index.md b/english/nodejs/aspose.barcode/optionalfields/getweightpounds/_index.md deleted file mode 100644 index c4c5c8f79..000000000 --- a/english/nodejs/aspose.barcode/optionalfields/getweightpounds/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "OptionalFields.getWeightPounds" -linktitle: "getWeightPounds" -articleTitle: "getWeightPounds" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DAW, Cardholder weight in pounds, Ex. 185 lb = “185”, DL/ID, F3N" -type: docs -weight: 250 -url: /nodejs/aspose.barcode/optionalfields/getweightpounds/ ---- - -## getWeightPounds() - -DAW, Cardholder weight in pounds, Ex. 185 lb = “185”, DL/ID, F3N diff --git a/english/nodejs/aspose.barcode/optionalfields/getweightrange/_index.md b/english/nodejs/aspose.barcode/optionalfields/getweightrange/_index.md deleted file mode 100644 index 1ef431d7c..000000000 --- a/english/nodejs/aspose.barcode/optionalfields/getweightrange/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "OptionalFields.getWeightRange" -linktitle: "getWeightRange" -articleTitle: "getWeightRange" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DCE, Indicates the approximate weight range of the cardholder: 0 = up to 31 kg(up to 70 lbs), 1 = 32 – 45 kg(71 – 100 lbs), 2 = 46 - 59 kg(101 – 130 lbs), 3 ..." -type: docs -weight: 260 -url: /nodejs/aspose.barcode/optionalfields/getweightrange/ ---- - -## getWeightRange() - -DCE, Indicates the approximate weight range of the cardholder: 0 = up to 31 kg(up to 70 lbs), 1 = 32 – 45 kg(71 – 100 lbs), 2 = 46 - 59 kg(101 – 130 lbs), 3 = 60 - 70 kg(131 – 160 lbs), 4 = 71 - 86 kg(161 – 190 lbs), 5 = 87 - 100 kg(191 – 220 lbs), 6 = 101 - 113 kg(221 – 250 lbs), 7 = 114 - 127 kg(251 – 280 lbs), 8 = 128 – 145 kg(281 – 320 lbs), 9 = 146+ kg(321+ lbs), DL/ID, F1N diff --git a/english/nodejs/aspose.barcode/optionalfields/setaddressstreet2/_index.md b/english/nodejs/aspose.barcode/optionalfields/setaddressstreet2/_index.md deleted file mode 100644 index 5f467ed24..000000000 --- a/english/nodejs/aspose.barcode/optionalfields/setaddressstreet2/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "OptionalFields.setAddressStreet2" -linktitle: "setAddressStreet2" -articleTitle: "setAddressStreet2" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DAH, Second line of street portion of the cardholder address, DL/ID, V35ANS" -type: docs -weight: 270 -url: /nodejs/aspose.barcode/optionalfields/setaddressstreet2/ ---- - -## setAddressStreet2() - -DAH, Second line of street portion of the cardholder address, DL/ID, V35ANS diff --git a/english/nodejs/aspose.barcode/optionalfields/setaliasakafamilyname/_index.md b/english/nodejs/aspose.barcode/optionalfields/setaliasakafamilyname/_index.md deleted file mode 100644 index d18b8aef1..000000000 --- a/english/nodejs/aspose.barcode/optionalfields/setaliasakafamilyname/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "OptionalFields.setAliasAKAFamilyName" -linktitle: "setAliasAKAFamilyName" -articleTitle: "setAliasAKAFamilyName" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DBN, Other family name by which cardholder is known, DL/ID, V10ANS" -type: docs -weight: 280 -url: /nodejs/aspose.barcode/optionalfields/setaliasakafamilyname/ ---- - -## setAliasAKAFamilyName() - -DBN, Other family name by which cardholder is known, DL/ID, V10ANS diff --git a/english/nodejs/aspose.barcode/optionalfields/setaliasakagivenname/_index.md b/english/nodejs/aspose.barcode/optionalfields/setaliasakagivenname/_index.md deleted file mode 100644 index 3cc35c87c..000000000 --- a/english/nodejs/aspose.barcode/optionalfields/setaliasakagivenname/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "OptionalFields.setAliasAKAGivenName" -linktitle: "setAliasAKAGivenName" -articleTitle: "setAliasAKAGivenName" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DBG, Other given name by which cardholder is known, DL/ID, V15ANS" -type: docs -weight: 290 -url: /nodejs/aspose.barcode/optionalfields/setaliasakagivenname/ ---- - -## setAliasAKAGivenName() - -DBG, Other given name by which cardholder is known, DL/ID, V15ANS diff --git a/english/nodejs/aspose.barcode/optionalfields/setaliasakasuffixname/_index.md b/english/nodejs/aspose.barcode/optionalfields/setaliasakasuffixname/_index.md deleted file mode 100644 index 0e882d6d4..000000000 --- a/english/nodejs/aspose.barcode/optionalfields/setaliasakasuffixname/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "OptionalFields.setAliasAKASuffixName" -linktitle: "setAliasAKASuffixName" -articleTitle: "setAliasAKASuffixName" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DBS, Other suffix by which cardholder is known, DL/ID, V5ANS" -type: docs -weight: 300 -url: /nodejs/aspose.barcode/optionalfields/setaliasakasuffixname/ ---- - -## setAliasAKASuffixName() - -DBS, Other suffix by which cardholder is known, DL/ID, V5ANS diff --git a/english/nodejs/aspose.barcode/optionalfields/setauditinformation/_index.md b/english/nodejs/aspose.barcode/optionalfields/setauditinformation/_index.md deleted file mode 100644 index 02d790793..000000000 --- a/english/nodejs/aspose.barcode/optionalfields/setauditinformation/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "OptionalFields.setAuditInformation" -linktitle: "setAuditInformation" -articleTitle: "setAuditInformation" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DCJ, A string of letters and/or numbers that identifies when, where, and by whom a driver license/ID card was made. If audit information is not used on the c..." -type: docs -weight: 310 -url: /nodejs/aspose.barcode/optionalfields/setauditinformation/ ---- - -## setAuditInformation() - -DCJ, A string of letters and/or numbers that identifies when, where, and by whom a driver license/ID card was made. If audit information is not used on the card or the MRT, it must be included in the driver record, DL/ID, V25ANS diff --git a/english/nodejs/aspose.barcode/optionalfields/setcardrevisiondate/_index.md b/english/nodejs/aspose.barcode/optionalfields/setcardrevisiondate/_index.md deleted file mode 100644 index 1e6f985a4..000000000 --- a/english/nodejs/aspose.barcode/optionalfields/setcardrevisiondate/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "OptionalFields.setCardRevisionDate" -linktitle: "setCardRevisionDate" -articleTitle: "setCardRevisionDate" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DDB, DHS required field that indicates date of the most recent version change or modification to the visible format of the DL/ID. (MMDDCCYY for U.S., CCYYMMD..." -type: docs -weight: 320 -url: /nodejs/aspose.barcode/optionalfields/setcardrevisiondate/ ---- - -## setCardRevisionDate() - -DDB, DHS required field that indicates date of the most recent version change or modification to the visible format of the DL/ID. (MMDDCCYY for U.S., CCYYMMDD for Canada), DL/ID, F8N diff --git a/english/nodejs/aspose.barcode/optionalfields/setcompliancetype/_index.md b/english/nodejs/aspose.barcode/optionalfields/setcompliancetype/_index.md deleted file mode 100644 index 807b193fe..000000000 --- a/english/nodejs/aspose.barcode/optionalfields/setcompliancetype/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "OptionalFields.setComplianceType" -linktitle: "setComplianceType" -articleTitle: "setComplianceType" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DDA, DHS required field that indicates compliance: “F” = compliant; and, “N” = non-compliant, DL/ID, F1A" -type: docs -weight: 330 -url: /nodejs/aspose.barcode/optionalfields/setcompliancetype/ ---- - -## setComplianceType() - -DDA, DHS required field that indicates compliance: “F” = compliant; and, “N” = non-compliant, DL/ID, F1A diff --git a/english/nodejs/aspose.barcode/optionalfields/setendorsementcodedescription/_index.md b/english/nodejs/aspose.barcode/optionalfields/setendorsementcodedescription/_index.md deleted file mode 100644 index 91efa038a..000000000 --- a/english/nodejs/aspose.barcode/optionalfields/setendorsementcodedescription/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "OptionalFields.setEndorsementCodeDescription" -linktitle: "setEndorsementCodeDescription" -articleTitle: "setEndorsementCodeDescription" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DCQ, Text that explains the jurisdiction-specific code(s) that indicates additional driving privileges granted to the cardholder beyond the vehicle class, DL..." -type: docs -weight: 340 -url: /nodejs/aspose.barcode/optionalfields/setendorsementcodedescription/ ---- - -## setEndorsementCodeDescription() - -DCQ, Text that explains the jurisdiction-specific code(s) that indicates additional driving privileges granted to the cardholder beyond the vehicle class, DL, V50ANS diff --git a/english/nodejs/aspose.barcode/optionalfields/sethaircolor/_index.md b/english/nodejs/aspose.barcode/optionalfields/sethaircolor/_index.md deleted file mode 100644 index 83ee6f54f..000000000 --- a/english/nodejs/aspose.barcode/optionalfields/sethaircolor/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "OptionalFields.setHairColor" -linktitle: "setHairColor" -articleTitle: "setHairColor" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DAZ, Bald, black, blonde, brown, gray, red/auburn, sandy, white, unknown. If the issuing jurisdiction wishes to abbreviate colors, the three-character codes ..." -type: docs -weight: 350 -url: /nodejs/aspose.barcode/optionalfields/sethaircolor/ ---- - -## setHairColor() - -DAZ, Bald, black, blonde, brown, gray, red/auburn, sandy, white, unknown. If the issuing jurisdiction wishes to abbreviate colors, the three-character codes provided in AAMVA D20 must be used, DL/ID, V12A diff --git a/english/nodejs/aspose.barcode/optionalfields/setinventorycontrolnumber/_index.md b/english/nodejs/aspose.barcode/optionalfields/setinventorycontrolnumber/_index.md deleted file mode 100644 index 0755348e8..000000000 --- a/english/nodejs/aspose.barcode/optionalfields/setinventorycontrolnumber/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "OptionalFields.setInventoryControlNumber" -linktitle: "setInventoryControlNumber" -articleTitle: "setInventoryControlNumber" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DCK, A string of letters and/or numbers that is affixed to the raw materials(card stock, laminate, etc.) used in producing driver licenses and ID cards. (DHS..." -type: docs -weight: 360 -url: /nodejs/aspose.barcode/optionalfields/setinventorycontrolnumber/ ---- - -## setInventoryControlNumber() - -DCK, A string of letters and/or numbers that is affixed to the raw materials(card stock, laminate, etc.) used in producing driver licenses and ID cards. (DHS recommended field), DL/ID, V25ANS diff --git a/english/nodejs/aspose.barcode/optionalfields/setlimiteddurationdocindicator/_index.md b/english/nodejs/aspose.barcode/optionalfields/setlimiteddurationdocindicator/_index.md deleted file mode 100644 index 557a9c3ec..000000000 --- a/english/nodejs/aspose.barcode/optionalfields/setlimiteddurationdocindicator/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "OptionalFields.setLimitedDurationDocIndicator" -linktitle: "setLimitedDurationDocIndicator" -articleTitle: "setLimitedDurationDocIndicator" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DDD, DHS required field that indicates that the cardholder has temporary lawful status = “1”, DL/ID, F1N" -type: docs -weight: 370 -url: /nodejs/aspose.barcode/optionalfields/setlimiteddurationdocindicator/ ---- - -## setLimitedDurationDocIndicator() - -DDD, DHS required field that indicates that the cardholder has temporary lawful status = “1”, DL/ID, F1N diff --git a/english/nodejs/aspose.barcode/optionalfields/setnamesuffix/_index.md b/english/nodejs/aspose.barcode/optionalfields/setnamesuffix/_index.md deleted file mode 100644 index 0da17c2fa..000000000 --- a/english/nodejs/aspose.barcode/optionalfields/setnamesuffix/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "OptionalFields.setNameSuffix" -linktitle: "setNameSuffix" -articleTitle: "setNameSuffix" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DCU, Name Suffix (If jurisdiction participates in systems requiring name suffix (PDPS, CDLIS, etc.), the suffix must be collected and displayed on the DL/ID ..." -type: docs -weight: 380 -url: /nodejs/aspose.barcode/optionalfields/setnamesuffix/ ---- - -## setNameSuffix() - -DCU, Name Suffix (If jurisdiction participates in systems requiring name suffix (PDPS, CDLIS, etc.), the suffix must be collected and displayed on the DL/ID and in the MRT). JR(Junior), SR(Senior), 1ST or I(First), up to 9TH or IX (Ninth), DL/ID, V5ANS diff --git a/english/nodejs/aspose.barcode/optionalfields/setorgandonorindicator/_index.md b/english/nodejs/aspose.barcode/optionalfields/setorgandonorindicator/_index.md deleted file mode 100644 index 6869c2e4e..000000000 --- a/english/nodejs/aspose.barcode/optionalfields/setorgandonorindicator/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "OptionalFields.setOrganDonorIndicator" -linktitle: "setOrganDonorIndicator" -articleTitle: "setOrganDonorIndicator" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DDK, Field that indicates that the cardholder is an organ donor = “1”, DL/ID, F1N" -type: docs -weight: 390 -url: /nodejs/aspose.barcode/optionalfields/setorgandonorindicator/ ---- - -## setOrganDonorIndicator() - -DDK, Field that indicates that the cardholder is an organ donor = “1”, DL/ID, F1N diff --git a/english/nodejs/aspose.barcode/optionalfields/setplaceofbirth/_index.md b/english/nodejs/aspose.barcode/optionalfields/setplaceofbirth/_index.md deleted file mode 100644 index bf6ef603b..000000000 --- a/english/nodejs/aspose.barcode/optionalfields/setplaceofbirth/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "OptionalFields.setPlaceOfBirth" -linktitle: "setPlaceOfBirth" -articleTitle: "setPlaceOfBirth" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DCI, Country and municipality and/or state/province, DL/ID, V33A" -type: docs -weight: 400 -url: /nodejs/aspose.barcode/optionalfields/setplaceofbirth/ ---- - -## setPlaceOfBirth() - -DCI, Country and municipality and/or state/province, DL/ID, V33A diff --git a/english/nodejs/aspose.barcode/optionalfields/setraceethnicity/_index.md b/english/nodejs/aspose.barcode/optionalfields/setraceethnicity/_index.md deleted file mode 100644 index 0a266c0fc..000000000 --- a/english/nodejs/aspose.barcode/optionalfields/setraceethnicity/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "OptionalFields.setRaceEthnicity" -linktitle: "setRaceEthnicity" -articleTitle: "setRaceEthnicity" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DCL, Codes for race or ethnicity of the cardholder, as defined in AAMVA D20, DL/ID, V3A" -type: docs -weight: 410 -url: /nodejs/aspose.barcode/optionalfields/setraceethnicity/ ---- - -## setRaceEthnicity() - -DCL, Codes for race or ethnicity of the cardholder, as defined in AAMVA D20, DL/ID, V3A diff --git a/english/nodejs/aspose.barcode/optionalfields/setrestrictioncodedescription/_index.md b/english/nodejs/aspose.barcode/optionalfields/setrestrictioncodedescription/_index.md deleted file mode 100644 index e892add2e..000000000 --- a/english/nodejs/aspose.barcode/optionalfields/setrestrictioncodedescription/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "OptionalFields.setRestrictionCodeDescription" -linktitle: "setRestrictionCodeDescription" -articleTitle: "setRestrictionCodeDescription" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DCR, Text describing the jurisdiction-specific restriction code(s) that curtail driving privileges, DL, V50ANS" -type: docs -weight: 420 -url: /nodejs/aspose.barcode/optionalfields/setrestrictioncodedescription/ ---- - -## setRestrictionCodeDescription() - -DCR, Text describing the jurisdiction-specific restriction code(s) that curtail driving privileges, DL, V50ANS diff --git a/english/nodejs/aspose.barcode/optionalfields/setstandardendorsementcode/_index.md b/english/nodejs/aspose.barcode/optionalfields/setstandardendorsementcode/_index.md deleted file mode 100644 index 904488505..000000000 --- a/english/nodejs/aspose.barcode/optionalfields/setstandardendorsementcode/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "OptionalFields.setStandardEndorsementCode" -linktitle: "setStandardEndorsementCode" -articleTitle: "setStandardEndorsementCode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DCN, Standard endorsement code(s) for cardholder. See codes in D20.This data element is a placeholder for future efforts to standardize endorsement codes, DL..." -type: docs -weight: 430 -url: /nodejs/aspose.barcode/optionalfields/setstandardendorsementcode/ ---- - -## setStandardEndorsementCode() - -DCN, Standard endorsement code(s) for cardholder. See codes in D20.This data element is a placeholder for future efforts to standardize endorsement codes, DL, F5AN diff --git a/english/nodejs/aspose.barcode/optionalfields/setstandardrestrictioncode/_index.md b/english/nodejs/aspose.barcode/optionalfields/setstandardrestrictioncode/_index.md deleted file mode 100644 index 2a6db80c2..000000000 --- a/english/nodejs/aspose.barcode/optionalfields/setstandardrestrictioncode/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "OptionalFields.setStandardRestrictionCode" -linktitle: "setStandardRestrictionCode" -articleTitle: "setStandardRestrictionCode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DCO, Standard restriction code(s) for cardholder. See codes in D20.This data element is a placeholder for future efforts to standardize restriction codes, DL..." -type: docs -weight: 440 -url: /nodejs/aspose.barcode/optionalfields/setstandardrestrictioncode/ ---- - -## setStandardRestrictionCode() - -DCO, Standard restriction code(s) for cardholder. See codes in D20.This data element is a placeholder for future efforts to standardize restriction codes, DL, F12AN diff --git a/english/nodejs/aspose.barcode/optionalfields/setstandardvehclassification/_index.md b/english/nodejs/aspose.barcode/optionalfields/setstandardvehclassification/_index.md deleted file mode 100644 index 3d4503ea8..000000000 --- a/english/nodejs/aspose.barcode/optionalfields/setstandardvehclassification/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "OptionalFields.setStandardVehClassification" -linktitle: "setStandardVehClassification" -articleTitle: "setStandardVehClassification" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DCM, Standard vehicle classification code(s) for cardholder. This data element is a placeholder for future efforts to standardize vehicle classifications, DL..." -type: docs -weight: 450 -url: /nodejs/aspose.barcode/optionalfields/setstandardvehclassification/ ---- - -## setStandardVehClassification() - -DCM, Standard vehicle classification code(s) for cardholder. This data element is a placeholder for future efforts to standardize vehicle classifications, DL, F4AN diff --git a/english/nodejs/aspose.barcode/optionalfields/setunder18until/_index.md b/english/nodejs/aspose.barcode/optionalfields/setunder18until/_index.md deleted file mode 100644 index 5557ba0df..000000000 --- a/english/nodejs/aspose.barcode/optionalfields/setunder18until/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "OptionalFields.setUnder18Until" -linktitle: "setUnder18Until" -articleTitle: "setUnder18Until" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DDI, Date on which the cardholder turns 19 years old. (MMDDCCYY for U.S., CCYYMMDD for Canada), DL/ID, F8N" -type: docs -weight: 460 -url: /nodejs/aspose.barcode/optionalfields/setunder18until/ ---- - -## setUnder18Until() - -DDI, Date on which the cardholder turns 19 years old. (MMDDCCYY for U.S., CCYYMMDD for Canada), DL/ID, F8N diff --git a/english/nodejs/aspose.barcode/optionalfields/setunder19until/_index.md b/english/nodejs/aspose.barcode/optionalfields/setunder19until/_index.md deleted file mode 100644 index b87eeff09..000000000 --- a/english/nodejs/aspose.barcode/optionalfields/setunder19until/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "OptionalFields.setUnder19Until" -linktitle: "setUnder19Until" -articleTitle: "setUnder19Until" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DDI, Date on which the cardholder turns 19 years old. (MMDDCCYY for U.S., CCYYMMDD for Canada), DL/ID, F8N" -type: docs -weight: 470 -url: /nodejs/aspose.barcode/optionalfields/setunder19until/ ---- - -## setUnder19Until() - -DDI, Date on which the cardholder turns 19 years old. (MMDDCCYY for U.S., CCYYMMDD for Canada), DL/ID, F8N diff --git a/english/nodejs/aspose.barcode/optionalfields/setunder21until/_index.md b/english/nodejs/aspose.barcode/optionalfields/setunder21until/_index.md deleted file mode 100644 index 7bf336584..000000000 --- a/english/nodejs/aspose.barcode/optionalfields/setunder21until/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "OptionalFields.setUnder21Until" -linktitle: "setUnder21Until" -articleTitle: "setUnder21Until" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DDJ, Date on which the cardholder turns 21 years old. (MMDDCCYY for U.S., CCYYMMDD for Canada), DL/ID, F8N" -type: docs -weight: 480 -url: /nodejs/aspose.barcode/optionalfields/setunder21until/ ---- - -## setUnder21Until() - -DDJ, Date on which the cardholder turns 21 years old. (MMDDCCYY for U.S., CCYYMMDD for Canada), DL/ID, F8N diff --git a/english/nodejs/aspose.barcode/optionalfields/setvehclassdescription/_index.md b/english/nodejs/aspose.barcode/optionalfields/setvehclassdescription/_index.md deleted file mode 100644 index f59424885..000000000 --- a/english/nodejs/aspose.barcode/optionalfields/setvehclassdescription/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "OptionalFields.setVehClassDescription" -linktitle: "setVehClassDescription" -articleTitle: "setVehClassDescription" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DCP, Text that explains the jurisdiction-specific code(s) for classifications of vehicles cardholder is authorized to drive, DL, V50ANS" -type: docs -weight: 490 -url: /nodejs/aspose.barcode/optionalfields/setvehclassdescription/ ---- - -## setVehClassDescription() - -DCP, Text that explains the jurisdiction-specific code(s) for classifications of vehicles cardholder is authorized to drive, DL, V50ANS diff --git a/english/nodejs/aspose.barcode/optionalfields/setveteranindicator/_index.md b/english/nodejs/aspose.barcode/optionalfields/setveteranindicator/_index.md deleted file mode 100644 index e64d9d327..000000000 --- a/english/nodejs/aspose.barcode/optionalfields/setveteranindicator/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "OptionalFields.setVeteranIndicator" -linktitle: "setVeteranIndicator" -articleTitle: "setVeteranIndicator" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DDL, Field that indicates that the cardholder is a veteran = “1”, DL/ID, F1N" -type: docs -weight: 500 -url: /nodejs/aspose.barcode/optionalfields/setveteranindicator/ ---- - -## setVeteranIndicator() - -DDL, Field that indicates that the cardholder is a veteran = “1”, DL/ID, F1N diff --git a/english/nodejs/aspose.barcode/optionalfields/setweightkilograms/_index.md b/english/nodejs/aspose.barcode/optionalfields/setweightkilograms/_index.md deleted file mode 100644 index d8fb8816e..000000000 --- a/english/nodejs/aspose.barcode/optionalfields/setweightkilograms/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "OptionalFields.setWeightKilograms" -linktitle: "setWeightKilograms" -articleTitle: "setWeightKilograms" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DAX, Cardholder weight in kilograms, Ex. 84 kg = “084”, DL/ID, F3N" -type: docs -weight: 510 -url: /nodejs/aspose.barcode/optionalfields/setweightkilograms/ ---- - -## setWeightKilograms() - -DAX, Cardholder weight in kilograms, Ex. 84 kg = “084”, DL/ID, F3N diff --git a/english/nodejs/aspose.barcode/optionalfields/setweightpounds/_index.md b/english/nodejs/aspose.barcode/optionalfields/setweightpounds/_index.md deleted file mode 100644 index 399f0f758..000000000 --- a/english/nodejs/aspose.barcode/optionalfields/setweightpounds/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "OptionalFields.setWeightPounds" -linktitle: "setWeightPounds" -articleTitle: "setWeightPounds" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DAW, Cardholder weight in pounds, Ex. 185 lb = “185”, DL/ID, F3N" -type: docs -weight: 520 -url: /nodejs/aspose.barcode/optionalfields/setweightpounds/ ---- - -## setWeightPounds() - -DAW, Cardholder weight in pounds, Ex. 185 lb = “185”, DL/ID, F3N diff --git a/english/nodejs/aspose.barcode/optionalfields/setweightrange/_index.md b/english/nodejs/aspose.barcode/optionalfields/setweightrange/_index.md deleted file mode 100644 index af8ae082a..000000000 --- a/english/nodejs/aspose.barcode/optionalfields/setweightrange/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "OptionalFields.setWeightRange" -linktitle: "setWeightRange" -articleTitle: "setWeightRange" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DCE, Indicates the approximate weight range of the cardholder: 0 = up to 31 kg(up to 70 lbs), 1 = 32 – 45 kg(71 – 100 lbs), 2 = 46 - 59 kg(101 – 130 lbs), 3 ..." -type: docs -weight: 530 -url: /nodejs/aspose.barcode/optionalfields/setweightrange/ ---- - -## setWeightRange() - -DCE, Indicates the approximate weight range of the cardholder: 0 = up to 31 kg(up to 70 lbs), 1 = 32 – 45 kg(71 – 100 lbs), 2 = 46 - 59 kg(101 – 130 lbs), 3 = 60 - 70 kg(131 – 160 lbs), 4 = 71 - 86 kg(161 – 190 lbs), 5 = 87 - 100 kg(191 – 220 lbs), 6 = 101 - 113 kg(221 – 250 lbs), 7 = 114 - 127 kg(251 – 280 lbs), 8 = 128 – 145 kg(281 – 320 lbs), 9 = 146+ kg(321+ lbs), DL/ID, F1N diff --git a/english/nodejs/aspose.barcode/padding/_index.md b/english/nodejs/aspose.barcode/padding/_index.md index 549e3b4c1..58628536f 100644 --- a/english/nodejs/aspose.barcode/padding/_index.md +++ b/english/nodejs/aspose.barcode/padding/_index.md @@ -1,8 +1,7 @@ --- -title: "Padding Class" +title: "Padding" linktitle: "Padding" -articleTitle: "Padding" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Paddings parameters." type: docs weight: 740 @@ -21,12 +20,50 @@ new Padding() | Name | Description | | --- | --- | -| [getBottom()](./getbottom/) | Bottom padding. | -| [getLeft()](./getleft/) | Left padding. | -| [getRight()](./getright/) | Right padding. | -| [getTop()](./gettop/) | Top padding. | -| [setBottom()](./setbottom/) | Bottom padding. | -| [setLeft()](./setleft/) | Left padding. | -| [setRight()](./setright/) | Right padding. | -| [setTop()](./settop/) | Top padding. | -| [toString()](./tostring/) | Returns a human-readable string representation of this Padding. | +| [getBottom()](#getbottom) | Bottom padding. | +| [getLeft()](#getleft) | Left padding. | +| [getRight()](#getright) | Right padding. | +| [getTop()](#gettop) | Top padding. | +| [setBottom()](#setbottom) | Bottom padding. | +| [setLeft()](#setleft) | Left padding. | +| [setRight()](#setright) | Right padding. | +| [setTop()](#settop) | Top padding. | +| [toString()](#tostring) | Returns a human-readable string representation of this Padding. | + +### getBottom() {#getbottom} + +Bottom padding. + +### getLeft() {#getleft} + +Left padding. + +### getRight() {#getright} + +Right padding. + +### getTop() {#gettop} + +Top padding. + +### setBottom() {#setbottom} + +Bottom padding. + +### setLeft() {#setleft} + +Left padding. + +### setRight() {#setright} + +Right padding. + +### setTop() {#settop} + +Top padding. + +### toString() {#tostring} + +Returns a human-readable string representation of this Padding. + +**Returns:** A string that represents this Padding. diff --git a/english/nodejs/aspose.barcode/padding/getbottom/_index.md b/english/nodejs/aspose.barcode/padding/getbottom/_index.md deleted file mode 100644 index b9da88d89..000000000 --- a/english/nodejs/aspose.barcode/padding/getbottom/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Padding.getBottom" -linktitle: "getBottom" -articleTitle: "getBottom" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Bottom padding." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/padding/getbottom/ ---- - -## getBottom() - -Bottom padding. diff --git a/english/nodejs/aspose.barcode/padding/getleft/_index.md b/english/nodejs/aspose.barcode/padding/getleft/_index.md deleted file mode 100644 index 9d854c0a1..000000000 --- a/english/nodejs/aspose.barcode/padding/getleft/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Padding.getLeft" -linktitle: "getLeft" -articleTitle: "getLeft" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Left padding." -type: docs -weight: 20 -url: /nodejs/aspose.barcode/padding/getleft/ ---- - -## getLeft() - -Left padding. diff --git a/english/nodejs/aspose.barcode/padding/getright/_index.md b/english/nodejs/aspose.barcode/padding/getright/_index.md deleted file mode 100644 index 41b3dd856..000000000 --- a/english/nodejs/aspose.barcode/padding/getright/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Padding.getRight" -linktitle: "getRight" -articleTitle: "getRight" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Right padding." -type: docs -weight: 30 -url: /nodejs/aspose.barcode/padding/getright/ ---- - -## getRight() - -Right padding. diff --git a/english/nodejs/aspose.barcode/padding/gettop/_index.md b/english/nodejs/aspose.barcode/padding/gettop/_index.md deleted file mode 100644 index ab6c1f7d8..000000000 --- a/english/nodejs/aspose.barcode/padding/gettop/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Padding.getTop" -linktitle: "getTop" -articleTitle: "getTop" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Top padding." -type: docs -weight: 40 -url: /nodejs/aspose.barcode/padding/gettop/ ---- - -## getTop() - -Top padding. diff --git a/english/nodejs/aspose.barcode/padding/setbottom/_index.md b/english/nodejs/aspose.barcode/padding/setbottom/_index.md deleted file mode 100644 index ca779f8e9..000000000 --- a/english/nodejs/aspose.barcode/padding/setbottom/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Padding.setBottom" -linktitle: "setBottom" -articleTitle: "setBottom" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Bottom padding." -type: docs -weight: 50 -url: /nodejs/aspose.barcode/padding/setbottom/ ---- - -## setBottom() - -Bottom padding. diff --git a/english/nodejs/aspose.barcode/padding/setleft/_index.md b/english/nodejs/aspose.barcode/padding/setleft/_index.md deleted file mode 100644 index 7b4e84124..000000000 --- a/english/nodejs/aspose.barcode/padding/setleft/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Padding.setLeft" -linktitle: "setLeft" -articleTitle: "setLeft" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Left padding." -type: docs -weight: 60 -url: /nodejs/aspose.barcode/padding/setleft/ ---- - -## setLeft() - -Left padding. diff --git a/english/nodejs/aspose.barcode/padding/setright/_index.md b/english/nodejs/aspose.barcode/padding/setright/_index.md deleted file mode 100644 index 522dcca78..000000000 --- a/english/nodejs/aspose.barcode/padding/setright/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Padding.setRight" -linktitle: "setRight" -articleTitle: "setRight" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Right padding." -type: docs -weight: 70 -url: /nodejs/aspose.barcode/padding/setright/ ---- - -## setRight() - -Right padding. diff --git a/english/nodejs/aspose.barcode/padding/settop/_index.md b/english/nodejs/aspose.barcode/padding/settop/_index.md deleted file mode 100644 index f14438c29..000000000 --- a/english/nodejs/aspose.barcode/padding/settop/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Padding.setTop" -linktitle: "setTop" -articleTitle: "setTop" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Top padding." -type: docs -weight: 80 -url: /nodejs/aspose.barcode/padding/settop/ ---- - -## setTop() - -Top padding. diff --git a/english/nodejs/aspose.barcode/padding/tostring/_index.md b/english/nodejs/aspose.barcode/padding/tostring/_index.md deleted file mode 100644 index 13b29bff1..000000000 --- a/english/nodejs/aspose.barcode/padding/tostring/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Padding.toString" -linktitle: "toString" -articleTitle: "toString" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns a human-readable string representation of this Padding." -type: docs -weight: 90 -url: /nodejs/aspose.barcode/padding/tostring/ ---- - -## toString() - -Returns a human-readable string representation of this Padding. - -**Returns:** A string that represents this Padding. diff --git a/english/nodejs/aspose.barcode/patchcodeparameters/_index.md b/english/nodejs/aspose.barcode/patchcodeparameters/_index.md index 6266c1b31..a2ce4abb8 100644 --- a/english/nodejs/aspose.barcode/patchcodeparameters/_index.md +++ b/english/nodejs/aspose.barcode/patchcodeparameters/_index.md @@ -1,8 +1,7 @@ --- -title: "PatchCodeParameters Class" +title: "PatchCodeParameters" linktitle: "PatchCodeParameters" -articleTitle: "PatchCodeParameters" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "PatchCode parameters." type: docs weight: 750 @@ -21,10 +20,46 @@ new PatchCodeParameters() | Name | Description | | --- | --- | -| [getExtraBarcodeText()](./getextrabarcodetext/) | Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode. | -| [getFormat()](./getformat/) | PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes | -| [getPatchFormat()](./getpatchformat/) ~~(deprecated)~~ | PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes | -| [setExtraBarcodeText()](./setextrabarcodetext/) | Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode. | -| [setFormat()](./setformat/) | PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes | -| [setPatchFormat()](./setpatchformat/) ~~(deprecated)~~ | PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes | -| [toString()](./tostring/) | Returns a human-readable string representation of this {PatchCodeParameters} | +| [getExtraBarcodeText()](#getextrabarcodetext) | Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode. | +| [getFormat()](#getformat) | PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes | +| [getPatchFormat()](#getpatchformat) ~~(deprecated)~~ | PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes | +| [setExtraBarcodeText()](#setextrabarcodetext) | Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode. | +| [setFormat()](#setformat) | PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes | +| [setPatchFormat()](#setpatchformat) ~~(deprecated)~~ | PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes | +| [toString()](#tostring) | Returns a human-readable string representation of this {PatchCodeParameters} | + +### getExtraBarcodeText() {#getextrabarcodetext} + +Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode. + +### getFormat() {#getformat} + +PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PatchOnly + +### getPatchFormat() {#getpatchformat} + +> **Deprecated.** See method description for replacement. + +PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PATCH_ONLY + +**Returns:** PatchFormat + +### setExtraBarcodeText() {#setextrabarcodetext} + +Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode. + +### setFormat() {#setformat} + +PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PatchOnly + +### setPatchFormat() {#setpatchformat} + +> **Deprecated.** See method description for replacement. + +PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PATCH_ONLY + +### toString() {#tostring} + +Returns a human-readable string representation of this {PatchCodeParameters} + +**Returns:** string value that represents PatchCodeParameters diff --git a/english/nodejs/aspose.barcode/patchcodeparameters/getextrabarcodetext/_index.md b/english/nodejs/aspose.barcode/patchcodeparameters/getextrabarcodetext/_index.md deleted file mode 100644 index 64f651690..000000000 --- a/english/nodejs/aspose.barcode/patchcodeparameters/getextrabarcodetext/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "PatchCodeParameters.getExtraBarcodeText" -linktitle: "getExtraBarcodeText" -articleTitle: "getExtraBarcodeText" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/patchcodeparameters/getextrabarcodetext/ ---- - -## getExtraBarcodeText() - -Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode. diff --git a/english/nodejs/aspose.barcode/patchcodeparameters/getformat/_index.md b/english/nodejs/aspose.barcode/patchcodeparameters/getformat/_index.md deleted file mode 100644 index 59e6e0019..000000000 --- a/english/nodejs/aspose.barcode/patchcodeparameters/getformat/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "PatchCodeParameters.getFormat" -linktitle: "getFormat" -articleTitle: "getFormat" -second_title: "Aspose.BarCode for Node.js via Java" -description: "PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchForma..." -type: docs -weight: 20 -url: /nodejs/aspose.barcode/patchcodeparameters/getformat/ ---- - -## getFormat() - -PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PatchOnly diff --git a/english/nodejs/aspose.barcode/patchcodeparameters/getpatchformat/_index.md b/english/nodejs/aspose.barcode/patchcodeparameters/getpatchformat/_index.md deleted file mode 100644 index be7ab1d4e..000000000 --- a/english/nodejs/aspose.barcode/patchcodeparameters/getpatchformat/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "PatchCodeParameters.getPatchFormat" -linktitle: "getPatchFormat" -articleTitle: "getPatchFormat" -second_title: "Aspose.BarCode for Node.js via Java" -description: "PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchForma..." -type: docs -weight: 30 -url: /nodejs/aspose.barcode/patchcodeparameters/getpatchformat/ ---- - -## getPatchFormat() - -> **Deprecated.** See method description for replacement. - -PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PATCH_ONLY - -**Returns:** PatchFormat diff --git a/english/nodejs/aspose.barcode/patchcodeparameters/setextrabarcodetext/_index.md b/english/nodejs/aspose.barcode/patchcodeparameters/setextrabarcodetext/_index.md deleted file mode 100644 index d16d20862..000000000 --- a/english/nodejs/aspose.barcode/patchcodeparameters/setextrabarcodetext/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "PatchCodeParameters.setExtraBarcodeText" -linktitle: "setExtraBarcodeText" -articleTitle: "setExtraBarcodeText" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode." -type: docs -weight: 40 -url: /nodejs/aspose.barcode/patchcodeparameters/setextrabarcodetext/ ---- - -## setExtraBarcodeText() - -Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode. diff --git a/english/nodejs/aspose.barcode/patchcodeparameters/setformat/_index.md b/english/nodejs/aspose.barcode/patchcodeparameters/setformat/_index.md deleted file mode 100644 index 15138f67e..000000000 --- a/english/nodejs/aspose.barcode/patchcodeparameters/setformat/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "PatchCodeParameters.setFormat" -linktitle: "setFormat" -articleTitle: "setFormat" -second_title: "Aspose.BarCode for Node.js via Java" -description: "PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchForma..." -type: docs -weight: 50 -url: /nodejs/aspose.barcode/patchcodeparameters/setformat/ ---- - -## setFormat() - -PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PatchOnly diff --git a/english/nodejs/aspose.barcode/patchcodeparameters/setpatchformat/_index.md b/english/nodejs/aspose.barcode/patchcodeparameters/setpatchformat/_index.md deleted file mode 100644 index d4a881708..000000000 --- a/english/nodejs/aspose.barcode/patchcodeparameters/setpatchformat/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "PatchCodeParameters.setPatchFormat" -linktitle: "setPatchFormat" -articleTitle: "setPatchFormat" -second_title: "Aspose.BarCode for Node.js via Java" -description: "PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchForma..." -type: docs -weight: 60 -url: /nodejs/aspose.barcode/patchcodeparameters/setpatchformat/ ---- - -## setPatchFormat() - -> **Deprecated.** See method description for replacement. - -PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PATCH_ONLY diff --git a/english/nodejs/aspose.barcode/patchcodeparameters/tostring/_index.md b/english/nodejs/aspose.barcode/patchcodeparameters/tostring/_index.md deleted file mode 100644 index de670f22c..000000000 --- a/english/nodejs/aspose.barcode/patchcodeparameters/tostring/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "PatchCodeParameters.toString" -linktitle: "toString" -articleTitle: "toString" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns a human-readable string representation of this {PatchCodeParameters}" -type: docs -weight: 70 -url: /nodejs/aspose.barcode/patchcodeparameters/tostring/ ---- - -## toString() - -Returns a human-readable string representation of this {PatchCodeParameters} - -**Returns:** string value that represents PatchCodeParameters diff --git a/english/nodejs/aspose.barcode/pdf417extendedparameters/_index.md b/english/nodejs/aspose.barcode/pdf417extendedparameters/_index.md index 3876833cc..2f114211b 100644 --- a/english/nodejs/aspose.barcode/pdf417extendedparameters/_index.md +++ b/english/nodejs/aspose.barcode/pdf417extendedparameters/_index.md @@ -1,8 +1,7 @@ --- -title: "Pdf417ExtendedParameters Class" +title: "Pdf417ExtendedParameters" linktitle: "Pdf417ExtendedParameters" -articleTitle: "Pdf417ExtendedParameters" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Stores a MacroPdf417 metadata information of recognized barcode" type: docs weight: 760 @@ -43,19 +42,111 @@ for(let i = 0; i < results.length; i++) | Name | Description | | --- | --- | -| [equals(obj)](./equals/) | Returns a value indicating whether this instance is equal to a specified Pdf417ExtendedParameters value. | -| [getMacroPdf417Addressee()](./getmacropdf417addressee/) | Macro PDF417 addressee name (optional). | -| [getMacroPdf417Checksum()](./getmacropdf417checksum/) | Macro PDF417 checksum (optional). | -| [getMacroPdf417FileID()](./getmacropdf417fileid/) | Gets the file ID of the barcode, only available with MacroPdf417.Value: The file ID for MacroPdf417 | -| [getMacroPdf417FileName()](./getmacropdf417filename/) | Macro PDF417 file name (optional). | -| [getMacroPdf417FileSize()](./getmacropdf417filesize/) | Macro PDF417 file size (optional). | -| [getMacroPdf417SegmentID()](./getmacropdf417segmentid/) | Gets the segment ID of the barcode,only available with MacroPdf417.Value: The segment ID of the barcode. | -| [getMacroPdf417SegmentsCount()](./getmacropdf417segmentscount/) | Gets macro pdf417 barcode segments count. Default value is -1.Value: Segments count. | -| [getMacroPdf417Sender()](./getmacropdf417sender/) | Macro PDF417 sender name (optional). | -| [getMacroPdf417Terminator()](./getmacropdf417terminator/) | Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. | -| [getMacroPdf417TimeStamp()](./getmacropdf417timestamp/) | Macro PDF417 time stamp (optional). | -| [hashCode()](./hashcode/) | Returns the hash code for this instance. | -| [isCode128Emulation()](./iscode128emulation/) | Flag that indicates that the MicroPdf417 barcode encoded with 908, 909, 910 or 911 Code 128 emulation codewords. | -| [isLinked()](./islinked/) | Flag that indicates that the barcode must be linked to 1D barcode. Value: Linkage flag | -| [isReaderInitialization()](./isreaderinitialization/) | Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. | -| [toString()](./tostring/) | Returns a human-readable string representation of this Pdf417ExtendedParameters. | +| [equals(obj)](#equals) | Returns a value indicating whether this instance is equal to a specified Pdf417ExtendedParameters value. | +| [getMacroPdf417Addressee()](#getmacropdf417addressee) | Macro PDF417 addressee name (optional). | +| [getMacroPdf417Checksum()](#getmacropdf417checksum) | Macro PDF417 checksum (optional). | +| [getMacroPdf417FileID()](#getmacropdf417fileid) | Gets the file ID of the barcode, only available with MacroPdf417.Value: The file ID for MacroPdf417 | +| [getMacroPdf417FileName()](#getmacropdf417filename) | Macro PDF417 file name (optional). | +| [getMacroPdf417FileSize()](#getmacropdf417filesize) | Macro PDF417 file size (optional). | +| [getMacroPdf417SegmentID()](#getmacropdf417segmentid) | Gets the segment ID of the barcode,only available with MacroPdf417.Value: The segment ID of the barcode. | +| [getMacroPdf417SegmentsCount()](#getmacropdf417segmentscount) | Gets macro pdf417 barcode segments count. Default value is -1.Value: Segments count. | +| [getMacroPdf417Sender()](#getmacropdf417sender) | Macro PDF417 sender name (optional). | +| [getMacroPdf417Terminator()](#getmacropdf417terminator) | Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. | +| [getMacroPdf417TimeStamp()](#getmacropdf417timestamp) | Macro PDF417 time stamp (optional). | +| [hashCode()](#hashcode) | Returns the hash code for this instance. | +| [isCode128Emulation()](#iscode128emulation) | Flag that indicates that the MicroPdf417 barcode encoded with 908, 909, 910 or 911 Code 128 emulation codewords. | +| [isLinked()](#islinked) | Flag that indicates that the barcode must be linked to 1D barcode. Value: Linkage flag | +| [isReaderInitialization()](#isreaderinitialization) | Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. | +| [toString()](#tostring) | Returns a human-readable string representation of this Pdf417ExtendedParameters. | + +### equals(obj) {#equals} + +Returns a value indicating whether this instance is equal to a specified Pdf417ExtendedParameters value. + +| Parameter | Description | +| --- | --- | +| obj | An System.Object value to compare to this instance. | + +**Returns:** true if obj has the same value as this instance; otherwise, false. + +### getMacroPdf417Addressee() {#getmacropdf417addressee} + +Macro PDF417 addressee name (optional). + +**Returns:** Addressee name. + +### getMacroPdf417Checksum() {#getmacropdf417checksum} + +Macro PDF417 checksum (optional). + +**Returns:** Checksum. + +### getMacroPdf417FileID() {#getmacropdf417fileid} + +Gets the file ID of the barcode, only available with MacroPdf417.Value: The file ID for MacroPdf417 + +### getMacroPdf417FileName() {#getmacropdf417filename} + +Macro PDF417 file name (optional). + +**Returns:** File name. + +### getMacroPdf417FileSize() {#getmacropdf417filesize} + +Macro PDF417 file size (optional). + +**Returns:** File size. + +### getMacroPdf417SegmentID() {#getmacropdf417segmentid} + +Gets the segment ID of the barcode,only available with MacroPdf417.Value: The segment ID of the barcode. + +### getMacroPdf417SegmentsCount() {#getmacropdf417segmentscount} + +Gets macro pdf417 barcode segments count. Default value is -1.Value: Segments count. + +### getMacroPdf417Sender() {#getmacropdf417sender} + +Macro PDF417 sender name (optional). + +**Returns:** Sender name + +### getMacroPdf417Terminator() {#getmacropdf417terminator} + +Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. + +**Returns:** Reader initialization flag + +### getMacroPdf417TimeStamp() {#getmacropdf417timestamp} + +Macro PDF417 time stamp (optional). + +**Returns:** Time stamp. + +### hashCode() {#hashcode} + +Returns the hash code for this instance. + +**Returns:** A 32-bit signed integer hash code. + +### isCode128Emulation() {#iscode128emulation} + +Flag that indicates that the MicroPdf417 barcode encoded with 908, 909, 910 or 911 Code 128 emulation codewords. + +**Returns:** Code 128 emulation flag + +### isLinked() {#islinked} + +Flag that indicates that the barcode must be linked to 1D barcode. Value: Linkage flag + +### isReaderInitialization() {#isreaderinitialization} + +Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. + +**Returns:** Reader initialization flag + +### toString() {#tostring} + +Returns a human-readable string representation of this Pdf417ExtendedParameters. + +**Returns:** A string that represents this Pdf417ExtendedParameters. diff --git a/english/nodejs/aspose.barcode/pdf417extendedparameters/equals/_index.md b/english/nodejs/aspose.barcode/pdf417extendedparameters/equals/_index.md deleted file mode 100644 index ad46dd06d..000000000 --- a/english/nodejs/aspose.barcode/pdf417extendedparameters/equals/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Pdf417ExtendedParameters.equals" -linktitle: "equals" -articleTitle: "equals" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns a value indicating whether this instance is equal to a specified Pdf417ExtendedParameters value." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/pdf417extendedparameters/equals/ ---- - -## equals(obj) - -Returns a value indicating whether this instance is equal to a specified Pdf417ExtendedParameters value. - -| Parameter | Description | -| --- | --- | -| obj | An System.Object value to compare to this instance. | - -**Returns:** true if obj has the same value as this instance; otherwise, false. diff --git a/english/nodejs/aspose.barcode/pdf417extendedparameters/getmacropdf417addressee/_index.md b/english/nodejs/aspose.barcode/pdf417extendedparameters/getmacropdf417addressee/_index.md deleted file mode 100644 index 92f8a1dd9..000000000 --- a/english/nodejs/aspose.barcode/pdf417extendedparameters/getmacropdf417addressee/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Pdf417ExtendedParameters.getMacroPdf417Addressee" -linktitle: "getMacroPdf417Addressee" -articleTitle: "getMacroPdf417Addressee" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Macro PDF417 addressee name (optional)." -type: docs -weight: 20 -url: /nodejs/aspose.barcode/pdf417extendedparameters/getmacropdf417addressee/ ---- - -## getMacroPdf417Addressee() - -Macro PDF417 addressee name (optional). - -**Returns:** Addressee name. diff --git a/english/nodejs/aspose.barcode/pdf417extendedparameters/getmacropdf417checksum/_index.md b/english/nodejs/aspose.barcode/pdf417extendedparameters/getmacropdf417checksum/_index.md deleted file mode 100644 index 0b981f289..000000000 --- a/english/nodejs/aspose.barcode/pdf417extendedparameters/getmacropdf417checksum/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Pdf417ExtendedParameters.getMacroPdf417Checksum" -linktitle: "getMacroPdf417Checksum" -articleTitle: "getMacroPdf417Checksum" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Macro PDF417 checksum (optional)." -type: docs -weight: 30 -url: /nodejs/aspose.barcode/pdf417extendedparameters/getmacropdf417checksum/ ---- - -## getMacroPdf417Checksum() - -Macro PDF417 checksum (optional). - -**Returns:** Checksum. diff --git a/english/nodejs/aspose.barcode/pdf417extendedparameters/getmacropdf417fileid/_index.md b/english/nodejs/aspose.barcode/pdf417extendedparameters/getmacropdf417fileid/_index.md deleted file mode 100644 index 91b454dd7..000000000 --- a/english/nodejs/aspose.barcode/pdf417extendedparameters/getmacropdf417fileid/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Pdf417ExtendedParameters.getMacroPdf417FileID" -linktitle: "getMacroPdf417FileID" -articleTitle: "getMacroPdf417FileID" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the file ID of the barcode, only available with MacroPdf417.Value: The file ID for MacroPdf417" -type: docs -weight: 40 -url: /nodejs/aspose.barcode/pdf417extendedparameters/getmacropdf417fileid/ ---- - -## getMacroPdf417FileID() - -Gets the file ID of the barcode, only available with MacroPdf417.Value: The file ID for MacroPdf417 diff --git a/english/nodejs/aspose.barcode/pdf417extendedparameters/getmacropdf417filename/_index.md b/english/nodejs/aspose.barcode/pdf417extendedparameters/getmacropdf417filename/_index.md deleted file mode 100644 index 25ecdc4d4..000000000 --- a/english/nodejs/aspose.barcode/pdf417extendedparameters/getmacropdf417filename/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Pdf417ExtendedParameters.getMacroPdf417FileName" -linktitle: "getMacroPdf417FileName" -articleTitle: "getMacroPdf417FileName" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Macro PDF417 file name (optional)." -type: docs -weight: 50 -url: /nodejs/aspose.barcode/pdf417extendedparameters/getmacropdf417filename/ ---- - -## getMacroPdf417FileName() - -Macro PDF417 file name (optional). - -**Returns:** File name. diff --git a/english/nodejs/aspose.barcode/pdf417extendedparameters/getmacropdf417filesize/_index.md b/english/nodejs/aspose.barcode/pdf417extendedparameters/getmacropdf417filesize/_index.md deleted file mode 100644 index fdda7b01f..000000000 --- a/english/nodejs/aspose.barcode/pdf417extendedparameters/getmacropdf417filesize/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Pdf417ExtendedParameters.getMacroPdf417FileSize" -linktitle: "getMacroPdf417FileSize" -articleTitle: "getMacroPdf417FileSize" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Macro PDF417 file size (optional)." -type: docs -weight: 60 -url: /nodejs/aspose.barcode/pdf417extendedparameters/getmacropdf417filesize/ ---- - -## getMacroPdf417FileSize() - -Macro PDF417 file size (optional). - -**Returns:** File size. diff --git a/english/nodejs/aspose.barcode/pdf417extendedparameters/getmacropdf417segmentid/_index.md b/english/nodejs/aspose.barcode/pdf417extendedparameters/getmacropdf417segmentid/_index.md deleted file mode 100644 index f06abc978..000000000 --- a/english/nodejs/aspose.barcode/pdf417extendedparameters/getmacropdf417segmentid/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Pdf417ExtendedParameters.getMacroPdf417SegmentID" -linktitle: "getMacroPdf417SegmentID" -articleTitle: "getMacroPdf417SegmentID" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the segment ID of the barcode,only available with MacroPdf417.Value: The segment ID of the barcode." -type: docs -weight: 70 -url: /nodejs/aspose.barcode/pdf417extendedparameters/getmacropdf417segmentid/ ---- - -## getMacroPdf417SegmentID() - -Gets the segment ID of the barcode,only available with MacroPdf417.Value: The segment ID of the barcode. diff --git a/english/nodejs/aspose.barcode/pdf417extendedparameters/getmacropdf417segmentscount/_index.md b/english/nodejs/aspose.barcode/pdf417extendedparameters/getmacropdf417segmentscount/_index.md deleted file mode 100644 index 16c1fe2d3..000000000 --- a/english/nodejs/aspose.barcode/pdf417extendedparameters/getmacropdf417segmentscount/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Pdf417ExtendedParameters.getMacroPdf417SegmentsCount" -linktitle: "getMacroPdf417SegmentsCount" -articleTitle: "getMacroPdf417SegmentsCount" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets macro pdf417 barcode segments count. Default value is -1.Value: Segments count." -type: docs -weight: 80 -url: /nodejs/aspose.barcode/pdf417extendedparameters/getmacropdf417segmentscount/ ---- - -## getMacroPdf417SegmentsCount() - -Gets macro pdf417 barcode segments count. Default value is -1.Value: Segments count. diff --git a/english/nodejs/aspose.barcode/pdf417extendedparameters/getmacropdf417sender/_index.md b/english/nodejs/aspose.barcode/pdf417extendedparameters/getmacropdf417sender/_index.md deleted file mode 100644 index f86d5a8a6..000000000 --- a/english/nodejs/aspose.barcode/pdf417extendedparameters/getmacropdf417sender/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Pdf417ExtendedParameters.getMacroPdf417Sender" -linktitle: "getMacroPdf417Sender" -articleTitle: "getMacroPdf417Sender" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Macro PDF417 sender name (optional)." -type: docs -weight: 90 -url: /nodejs/aspose.barcode/pdf417extendedparameters/getmacropdf417sender/ ---- - -## getMacroPdf417Sender() - -Macro PDF417 sender name (optional). - -**Returns:** Sender name diff --git a/english/nodejs/aspose.barcode/pdf417extendedparameters/getmacropdf417terminator/_index.md b/english/nodejs/aspose.barcode/pdf417extendedparameters/getmacropdf417terminator/_index.md deleted file mode 100644 index e55bea544..000000000 --- a/english/nodejs/aspose.barcode/pdf417extendedparameters/getmacropdf417terminator/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Pdf417ExtendedParameters.getMacroPdf417Terminator" -linktitle: "getMacroPdf417Terminator" -articleTitle: "getMacroPdf417Terminator" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization." -type: docs -weight: 100 -url: /nodejs/aspose.barcode/pdf417extendedparameters/getmacropdf417terminator/ ---- - -## getMacroPdf417Terminator() - -Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. - -**Returns:** Reader initialization flag diff --git a/english/nodejs/aspose.barcode/pdf417extendedparameters/getmacropdf417timestamp/_index.md b/english/nodejs/aspose.barcode/pdf417extendedparameters/getmacropdf417timestamp/_index.md deleted file mode 100644 index 40992d209..000000000 --- a/english/nodejs/aspose.barcode/pdf417extendedparameters/getmacropdf417timestamp/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Pdf417ExtendedParameters.getMacroPdf417TimeStamp" -linktitle: "getMacroPdf417TimeStamp" -articleTitle: "getMacroPdf417TimeStamp" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Macro PDF417 time stamp (optional)." -type: docs -weight: 110 -url: /nodejs/aspose.barcode/pdf417extendedparameters/getmacropdf417timestamp/ ---- - -## getMacroPdf417TimeStamp() - -Macro PDF417 time stamp (optional). - -**Returns:** Time stamp. diff --git a/english/nodejs/aspose.barcode/pdf417extendedparameters/hashcode/_index.md b/english/nodejs/aspose.barcode/pdf417extendedparameters/hashcode/_index.md deleted file mode 100644 index 79f1dfd7a..000000000 --- a/english/nodejs/aspose.barcode/pdf417extendedparameters/hashcode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Pdf417ExtendedParameters.hashCode" -linktitle: "hashCode" -articleTitle: "hashCode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns the hash code for this instance." -type: docs -weight: 120 -url: /nodejs/aspose.barcode/pdf417extendedparameters/hashcode/ ---- - -## hashCode() - -Returns the hash code for this instance. - -**Returns:** A 32-bit signed integer hash code. diff --git a/english/nodejs/aspose.barcode/pdf417extendedparameters/iscode128emulation/_index.md b/english/nodejs/aspose.barcode/pdf417extendedparameters/iscode128emulation/_index.md deleted file mode 100644 index 03504c4b6..000000000 --- a/english/nodejs/aspose.barcode/pdf417extendedparameters/iscode128emulation/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Pdf417ExtendedParameters.isCode128Emulation" -linktitle: "isCode128Emulation" -articleTitle: "isCode128Emulation" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Flag that indicates that the MicroPdf417 barcode encoded with 908, 909, 910 or 911 Code 128 emulation codewords." -type: docs -weight: 130 -url: /nodejs/aspose.barcode/pdf417extendedparameters/iscode128emulation/ ---- - -## isCode128Emulation() - -Flag that indicates that the MicroPdf417 barcode encoded with 908, 909, 910 or 911 Code 128 emulation codewords. - -**Returns:** Code 128 emulation flag diff --git a/english/nodejs/aspose.barcode/pdf417extendedparameters/islinked/_index.md b/english/nodejs/aspose.barcode/pdf417extendedparameters/islinked/_index.md deleted file mode 100644 index 24ee92631..000000000 --- a/english/nodejs/aspose.barcode/pdf417extendedparameters/islinked/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Pdf417ExtendedParameters.isLinked" -linktitle: "isLinked" -articleTitle: "isLinked" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Flag that indicates that the barcode must be linked to 1D barcode. Value: Linkage flag" -type: docs -weight: 140 -url: /nodejs/aspose.barcode/pdf417extendedparameters/islinked/ ---- - -## isLinked() - -Flag that indicates that the barcode must be linked to 1D barcode. Value: Linkage flag diff --git a/english/nodejs/aspose.barcode/pdf417extendedparameters/isreaderinitialization/_index.md b/english/nodejs/aspose.barcode/pdf417extendedparameters/isreaderinitialization/_index.md deleted file mode 100644 index afda64ce6..000000000 --- a/english/nodejs/aspose.barcode/pdf417extendedparameters/isreaderinitialization/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Pdf417ExtendedParameters.isReaderInitialization" -linktitle: "isReaderInitialization" -articleTitle: "isReaderInitialization" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization." -type: docs -weight: 150 -url: /nodejs/aspose.barcode/pdf417extendedparameters/isreaderinitialization/ ---- - -## isReaderInitialization() - -Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. - -**Returns:** Reader initialization flag diff --git a/english/nodejs/aspose.barcode/pdf417extendedparameters/tostring/_index.md b/english/nodejs/aspose.barcode/pdf417extendedparameters/tostring/_index.md deleted file mode 100644 index a1858dfc4..000000000 --- a/english/nodejs/aspose.barcode/pdf417extendedparameters/tostring/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Pdf417ExtendedParameters.toString" -linktitle: "toString" -articleTitle: "toString" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns a human-readable string representation of this Pdf417ExtendedParameters." -type: docs -weight: 160 -url: /nodejs/aspose.barcode/pdf417extendedparameters/tostring/ ---- - -## toString() - -Returns a human-readable string representation of this Pdf417ExtendedParameters. - -**Returns:** A string that represents this Pdf417ExtendedParameters. diff --git a/english/nodejs/aspose.barcode/pdf417parameters/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/_index.md index 9bf6e26e0..dd9531a92 100644 --- a/english/nodejs/aspose.barcode/pdf417parameters/_index.md +++ b/english/nodejs/aspose.barcode/pdf417parameters/_index.md @@ -1,9 +1,8 @@ --- -title: "Pdf417Parameters Class" +title: "Pdf417Parameters" linktitle: "Pdf417Parameters" -articleTitle: "Pdf417Parameters" -second_title: "Aspose.BarCode for Node.js via Java" -description: "PDF417 parameters. Contains PDF417, MacroPDF417, MicroPDF417 and GS1MicroPdf417 parameters. MacroPDF417 requires two fields: Pdf417MacroFileID and Pdf417Macr..." +second_title: "Aspose.BarCode for Node.js via Java API Reference" +description: "PDF417 parameters." type: docs weight: 770 url: /nodejs/aspose.barcode/pdf417parameters/ @@ -35,82 +34,572 @@ for(let i = 0; i < results.length; i++) | Name | Description | | --- | --- | -| [getAspectRatio()](./getaspectratio/) | Height/Width ratio of 2D BarCode module. | -| [getColumns()](./getcolumns/) | Columns count. | -| [getECIEncoding()](./geteciencoding/) | Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for | -| [getEncodeMode()](./getencodemode/) | Identifies Pdf417 encode mode. Default value: Auto. | -| [getErrorLevel()](./geterrorlevel/) | Gets Pdf417 symbology type of BarCode's error correction level ranging from level0 to level8, level0 means no error corr | -| [getMacroCharacters()](./getmacrocharacters/) | Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with Micro | -| [getMacroPdf417Addressee()](./getmacropdf417addressee/) | MacroPdf417 barcode addressee name (optional field). MicroPDF417 barcode addressee name (optional field for Structured A | -| [getMacroPdf417Checksum()](./getmacropdf417checksum/) | MacroPdf417 barcode checksum (optional field). MicroPDF417 barcode checksum (optional field for Structured Append mode) | -| [getMacroPdf417ECIEncoding()](./getmacropdf417eciencoding/) | Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields. | -| [getMacroPdf417FileID()](./getmacropdf417fileid/) | MacroPdf417 barcode's file ID (Required field). MicroPDF417 barcode's file ID (Required field for Structured Append mode | -| [getMacroPdf417FileName()](./getmacropdf417filename/) | MacroPdf417 barcode file name (optional field). MicroPDF417 barcode file name (optional field for Structured Append mode | -| [getMacroPdf417FileSize()](./getmacropdf417filesize/) | MacroPdf417 file size (optional field). MicroPDF417 file size (optional field for Structured Append mode) The file size | -| [getMacroPdf417SegmentID()](./getmacropdf417segmentid/) | MacroPdf417 barcode's segment ID (Required field), which starts from 0, to MacroSegmentsCount - 1. MicroPDF417 barcode's | -| [getMacroPdf417SegmentsCount()](./getmacropdf417segmentscount/) | MacroPdf417 barcode segments count (optional field). MicroPDF417 barcode segments count (optional field for Structured A | -| [getMacroPdf417Sender()](./getmacropdf417sender/) | MacroPdf417 barcode sender name (optional field). MicroPDF417 barcode sender name (optional field for Structured Append | -| [getMacroPdf417Terminator()](./getmacropdf417terminator/) | Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PD | -| [getMacroPdf417TimeStamp()](./getmacropdf417timestamp/) | MacroPdf417 barcode time stamp (optional field). MicroPDF417 barcode time stamp (optional field for Structured Append mo | -| [getPdf417CompactionMode()](./getpdf417compactionmode/) | Pdf417 symbology type of BarCode's compaction mode. Default value: Pdf417CompactionMode.AUTO. | -| [getPdf417ECIEncoding()](./getpdf417eciencoding/) ~~(deprecated)~~ | Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for | -| [getPdf417EncodeMode()](./getpdf417encodemode/) | Identifies Pdf417 encode mode. Default value: Auto. | -| [getPdf417ErrorLevel()](./getpdf417errorlevel/) ~~(deprecated)~~ | Gets Pdf417 symbology type of BarCode's error correction level ranging from level0 to level8, level0 means no error corr | -| [getPdf417MacroAddressee()](./getpdf417macroaddressee/) ~~(deprecated)~~ | Gets macro Pdf417 barcode addressee name. | -| [getPdf417MacroChecksum()](./getpdf417macrochecksum/) ~~(deprecated)~~ | Gets macro Pdf417 barcode checksum. | -| [getPdf417MacroECIEncoding()](./getpdf417macroeciencoding/) ~~(deprecated)~~ | Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields. | -| [getPdf417MacroFileID()](./getpdf417macrofileid/) ~~(deprecated)~~ | Getsmacro Pdf417 barcode's file ID. Used for MacroPdf417. | -| [getPdf417MacroFileName()](./getpdf417macrofilename/) ~~(deprecated)~~ | Gets macro Pdf417 barcode file name. | -| [getPdf417MacroFileSize()](./getpdf417macrofilesize/) ~~(deprecated)~~ | Gets macro Pdf417 file size. | -| [getPdf417MacroSegmentID()](./getpdf417macrosegmentid/) ~~(deprecated)~~ | Gets macro Pdf417 barcode's segment ID, which starts from 0, to MacroSegmentsCount - 1. | -| [getPdf417MacroSegmentsCount()](./getpdf417macrosegmentscount/) ~~(deprecated)~~ | Gets macro Pdf417 barcode segments count. | -| [getPdf417MacroSender()](./getpdf417macrosender/) ~~(deprecated)~~ | Gets macro Pdf417 barcode sender name. | -| [getPdf417MacroTerminator()](./getpdf417macroterminator/) ~~(deprecated)~~ | Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PD | -| [getPdf417MacroTimeStamp()](./getpdf417macrotimestamp/) ~~(deprecated)~~ | Gets macro Pdf417 barcode time stamp. | -| [getPdf417Truncate()](./getpdf417truncate/) ~~(deprecated)~~ | Whether Pdf417 symbology type of BarCode is truncated (to reduce space). | -| [getRows()](./getrows/) | Rows count. | -| [getStructuredAppendModeBarcodeId()](./getstructuredappendmodebarcodeid/) | Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes | -| [getTruncate()](./gettruncate/) | Whether Pdf417 symbology type of BarCode is truncated (to reduce space). Also known as CompactPDF417. Rigth row indicato | -| [isCode128Emulation()](./iscode128emulation/) | Can be used only with MicroPdf417 and encodes Code 128 emulation modes Can encode FNC1 in second position modes 908 and | -| [isLinked()](./islinked/) | Defines linked modes with GS1MicroPdf417, MicroPdf417 and Pdf417 barcodes With GS1MicroPdf417 symbology encodes 906, 907 | -| [isReaderInitialization()](./isreaderinitialization/) | Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization | -| [setAspectRatio()](./setaspectratio/) | Height/Width ratio of 2D BarCode module. | -| [setCode128Emulation()](./setcode128emulation/) | Can be used only with MicroPdf417 and encodes Code 128 emulation modes Can encode FNC1 in second position modes 908 and | -| [setColumns()](./setcolumns/) | Columns count. | -| [setECIEncoding()](./seteciencoding/) | Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for | -| [setEncodeMode()](./setencodemode/) | Identifies Pdf417 encode mode. Default value: Auto. | -| [setErrorLevel(value)](./seterrorlevel/) | Sets Pdf417 symbology type of BarCode's error correction level ranging from level0 to level8, level0 means no error corr | -| [setLinked()](./setlinked/) | Defines linked modes with GS1MicroPdf417, MicroPdf417 and Pdf417 barcodes With GS1MicroPdf417 symbology encodes 906, 907 | -| [setMacroCharacters()](./setmacrocharacters/) | Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with Micro | -| [setMacroPdf417Addressee()](./setmacropdf417addressee/) | MacroPdf417 barcode addressee name (optional field). MicroPDF417 barcode addressee name (optional field for Structured A | -| [setMacroPdf417Checksum()](./setmacropdf417checksum/) | MacroPdf417 barcode checksum (optional field). MicroPDF417 barcode checksum (optional field for Structured Append mode) | -| [setMacroPdf417ECIEncoding()](./setmacropdf417eciencoding/) | Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields. | -| [setMacroPdf417FileID()](./setmacropdf417fileid/) | MacroPdf417 barcode's file ID (Required field). MicroPDF417 barcode's file ID (Required field for Structured Append mode | -| [setMacroPdf417FileName()](./setmacropdf417filename/) | MacroPdf417 barcode file name (optional field). MicroPDF417 barcode file name (optional field for Structured Append mode | -| [setMacroPdf417FileSize()](./setmacropdf417filesize/) | MacroPdf417 file size (optional field). MicroPDF417 file size (optional field for Structured Append mode) The file size | -| [setMacroPdf417SegmentID()](./setmacropdf417segmentid/) | MacroPdf417 barcode's segment ID (Required field), which starts from 0, to MacroSegmentsCount - 1. MicroPDF417 barcode's | -| [setMacroPdf417SegmentsCount()](./setmacropdf417segmentscount/) | MacroPdf417 barcode segments count (optional field). MicroPDF417 barcode segments count (optional field for Structured A | -| [setMacroPdf417Sender()](./setmacropdf417sender/) | MacroPdf417 barcode sender name (optional field). MicroPDF417 barcode sender name (optional field for Structured Append | -| [setMacroPdf417Terminator()](./setmacropdf417terminator/) | Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PD | -| [setMacroPdf417TimeStamp()](./setmacropdf417timestamp/) | MacroPdf417 barcode time stamp (optional field). MicroPDF417 barcode time stamp (optional field for Structured Append mo | -| [setPdf417CompactionMode()](./setpdf417compactionmode/) | Pdf417 symbology type of BarCode's compaction mode. Default value: Pdf417CompactionMode.AUTO. | -| [setPdf417ECIEncoding()](./setpdf417eciencoding/) ~~(deprecated)~~ | Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for | -| [setPdf417EncodeMode()](./setpdf417encodemode/) ~~(deprecated)~~ | Identifies Pdf417 encode mode. Default value: Auto. | -| [setPdf417ErrorLevel()](./setpdf417errorlevel/) ~~(deprecated)~~ | Sets Pdf417 symbology type of BarCode's error correction level ranging from level0 to level8, level0 means no error corr | -| [setPdf417MacroAddressee()](./setpdf417macroaddressee/) ~~(deprecated)~~ | Sets macro Pdf417 barcode addressee name. | -| [setPdf417MacroChecksum(value)](./setpdf417macrochecksum/) ~~(deprecated)~~ | Sets macro Pdf417 barcode checksum. | -| [setPdf417MacroECIEncoding()](./setpdf417macroeciencoding/) ~~(deprecated)~~ | Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields. | -| [setPdf417MacroFileID()](./setpdf417macrofileid/) ~~(deprecated)~~ | Sets macro Pdf417 barcode's file ID. Used for MacroPdf417. | -| [setPdf417MacroFileName()](./setpdf417macrofilename/) ~~(deprecated)~~ | Sets macro Pdf417 barcode file name. | -| [setPdf417MacroFileSize(value)](./setpdf417macrofilesize/) ~~(deprecated)~~ | Sets macro Pdf417 file size. | -| [setPdf417MacroSegmentID()](./setpdf417macrosegmentid/) ~~(deprecated)~~ | Sets macro Pdf417 barcode's segment ID, which starts from 0, to MacroSegmentsCount - 1. | -| [setPdf417MacroSegmentsCount()](./setpdf417macrosegmentscount/) ~~(deprecated)~~ | Sets macro Pdf417 barcode segments count. | -| [setPdf417MacroSender()](./setpdf417macrosender/) ~~(deprecated)~~ | Sets macro Pdf417 barcode sender name. | -| [setPdf417MacroTerminator()](./setpdf417macroterminator/) ~~(deprecated)~~ | Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PD | -| [setPdf417MacroTimeStamp()](./setpdf417macrotimestamp/) ~~(deprecated)~~ | Sets macro Pdf417 barcode time stamp. | -| [setPdf417Truncate()](./setpdf417truncate/) ~~(deprecated)~~ | Whether Pdf417 symbology type of BarCode is truncated (to reduce space). | -| [setReaderInitialization(value)](./setreaderinitialization/) | Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization | -| [setRows()](./setrows/) | Rows count. | -| [setStructuredAppendModeBarcodeId()](./setstructuredappendmodebarcodeid/) | Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes | -| [setTruncate()](./settruncate/) | Whether Pdf417 symbology type of BarCode is truncated (to reduce space). Also known as CompactPDF417. Rigth row indicato | -| [toString()](./tostring/) | Returns a human-readable string representation of this Pdf417Parameters. | +| [getAspectRatio()](#getaspectratio) | Height/Width ratio of 2D BarCode module. | +| [getColumns()](#getcolumns) | Columns count. | +| [getECIEncoding()](#geteciencoding) | Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for | +| [getEncodeMode()](#getencodemode) | Identifies Pdf417 encode mode. Default value: Auto. | +| [getErrorLevel()](#geterrorlevel) | Gets Pdf417 symbology type of BarCode's error correction level ranging from level0 to level8, level0 means no error corr | +| [getMacroCharacters()](#getmacrocharacters) | Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with Micro | +| [getMacroPdf417Addressee()](#getmacropdf417addressee) | MacroPdf417 barcode addressee name (optional field). MicroPDF417 barcode addressee name (optional field for Structured A | +| [getMacroPdf417Checksum()](#getmacropdf417checksum) | MacroPdf417 barcode checksum (optional field). MicroPDF417 barcode checksum (optional field for Structured Append mode) | +| [getMacroPdf417ECIEncoding()](#getmacropdf417eciencoding) | Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields. | +| [getMacroPdf417FileID()](#getmacropdf417fileid) | MacroPdf417 barcode's file ID (Required field). MicroPDF417 barcode's file ID (Required field for Structured Append mode | +| [getMacroPdf417FileName()](#getmacropdf417filename) | MacroPdf417 barcode file name (optional field). MicroPDF417 barcode file name (optional field for Structured Append mode | +| [getMacroPdf417FileSize()](#getmacropdf417filesize) | MacroPdf417 file size (optional field). MicroPDF417 file size (optional field for Structured Append mode) The file size | +| [getMacroPdf417SegmentID()](#getmacropdf417segmentid) | MacroPdf417 barcode's segment ID (Required field), which starts from 0, to MacroSegmentsCount - 1. MicroPDF417 barcode's | +| [getMacroPdf417SegmentsCount()](#getmacropdf417segmentscount) | MacroPdf417 barcode segments count (optional field). MicroPDF417 barcode segments count (optional field for Structured A | +| [getMacroPdf417Sender()](#getmacropdf417sender) | MacroPdf417 barcode sender name (optional field). MicroPDF417 barcode sender name (optional field for Structured Append | +| [getMacroPdf417Terminator()](#getmacropdf417terminator) | Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PD | +| [getMacroPdf417TimeStamp()](#getmacropdf417timestamp) | MacroPdf417 barcode time stamp (optional field). MicroPDF417 barcode time stamp (optional field for Structured Append mo | +| [getPdf417CompactionMode()](#getpdf417compactionmode) | Pdf417 symbology type of BarCode's compaction mode. Default value: Pdf417CompactionMode.AUTO. | +| [getPdf417ECIEncoding()](#getpdf417eciencoding) ~~(deprecated)~~ | Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for | +| [getPdf417EncodeMode()](#getpdf417encodemode) | Identifies Pdf417 encode mode. Default value: Auto. | +| [getPdf417ErrorLevel()](#getpdf417errorlevel) ~~(deprecated)~~ | Gets Pdf417 symbology type of BarCode's error correction level ranging from level0 to level8, level0 means no error corr | +| [getPdf417MacroAddressee()](#getpdf417macroaddressee) ~~(deprecated)~~ | Gets macro Pdf417 barcode addressee name. | +| [getPdf417MacroChecksum()](#getpdf417macrochecksum) ~~(deprecated)~~ | Gets macro Pdf417 barcode checksum. | +| [getPdf417MacroECIEncoding()](#getpdf417macroeciencoding) ~~(deprecated)~~ | Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields. | +| [getPdf417MacroFileID()](#getpdf417macrofileid) ~~(deprecated)~~ | Getsmacro Pdf417 barcode's file ID. Used for MacroPdf417. | +| [getPdf417MacroFileName()](#getpdf417macrofilename) ~~(deprecated)~~ | Gets macro Pdf417 barcode file name. | +| [getPdf417MacroFileSize()](#getpdf417macrofilesize) ~~(deprecated)~~ | Gets macro Pdf417 file size. | +| [getPdf417MacroSegmentID()](#getpdf417macrosegmentid) ~~(deprecated)~~ | Gets macro Pdf417 barcode's segment ID, which starts from 0, to MacroSegmentsCount - 1. | +| [getPdf417MacroSegmentsCount()](#getpdf417macrosegmentscount) ~~(deprecated)~~ | Gets macro Pdf417 barcode segments count. | +| [getPdf417MacroSender()](#getpdf417macrosender) ~~(deprecated)~~ | Gets macro Pdf417 barcode sender name. | +| [getPdf417MacroTerminator()](#getpdf417macroterminator) ~~(deprecated)~~ | Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PD | +| [getPdf417MacroTimeStamp()](#getpdf417macrotimestamp) ~~(deprecated)~~ | Gets macro Pdf417 barcode time stamp. | +| [getPdf417Truncate()](#getpdf417truncate) ~~(deprecated)~~ | Whether Pdf417 symbology type of BarCode is truncated (to reduce space). | +| [getRows()](#getrows) | Rows count. | +| [getStructuredAppendModeBarcodeId()](#getstructuredappendmodebarcodeid) | Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes | +| [getTruncate()](#gettruncate) | Whether Pdf417 symbology type of BarCode is truncated (to reduce space). Also known as CompactPDF417. Rigth row indicato | +| [isCode128Emulation()](#iscode128emulation) | Can be used only with MicroPdf417 and encodes Code 128 emulation modes Can encode FNC1 in second position modes 908 and | +| [isLinked()](#islinked) | Defines linked modes with GS1MicroPdf417, MicroPdf417 and Pdf417 barcodes With GS1MicroPdf417 symbology encodes 906, 907 | +| [isReaderInitialization()](#isreaderinitialization) | Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization | +| [setAspectRatio()](#setaspectratio) | Height/Width ratio of 2D BarCode module. | +| [setCode128Emulation()](#setcode128emulation) | Can be used only with MicroPdf417 and encodes Code 128 emulation modes Can encode FNC1 in second position modes 908 and | +| [setColumns()](#setcolumns) | Columns count. | +| [setECIEncoding()](#seteciencoding) | Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for | +| [setEncodeMode()](#setencodemode) | Identifies Pdf417 encode mode. Default value: Auto. | +| [setErrorLevel(value)](#seterrorlevel) | Sets Pdf417 symbology type of BarCode's error correction level ranging from level0 to level8, level0 means no error corr | +| [setLinked()](#setlinked) | Defines linked modes with GS1MicroPdf417, MicroPdf417 and Pdf417 barcodes With GS1MicroPdf417 symbology encodes 906, 907 | +| [setMacroCharacters()](#setmacrocharacters) | Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with Micro | +| [setMacroPdf417Addressee()](#setmacropdf417addressee) | MacroPdf417 barcode addressee name (optional field). MicroPDF417 barcode addressee name (optional field for Structured A | +| [setMacroPdf417Checksum()](#setmacropdf417checksum) | MacroPdf417 barcode checksum (optional field). MicroPDF417 barcode checksum (optional field for Structured Append mode) | +| [setMacroPdf417ECIEncoding()](#setmacropdf417eciencoding) | Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields. | +| [setMacroPdf417FileID()](#setmacropdf417fileid) | MacroPdf417 barcode's file ID (Required field). MicroPDF417 barcode's file ID (Required field for Structured Append mode | +| [setMacroPdf417FileName()](#setmacropdf417filename) | MacroPdf417 barcode file name (optional field). MicroPDF417 barcode file name (optional field for Structured Append mode | +| [setMacroPdf417FileSize()](#setmacropdf417filesize) | MacroPdf417 file size (optional field). MicroPDF417 file size (optional field for Structured Append mode) The file size | +| [setMacroPdf417SegmentID()](#setmacropdf417segmentid) | MacroPdf417 barcode's segment ID (Required field), which starts from 0, to MacroSegmentsCount - 1. MicroPDF417 barcode's | +| [setMacroPdf417SegmentsCount()](#setmacropdf417segmentscount) | MacroPdf417 barcode segments count (optional field). MicroPDF417 barcode segments count (optional field for Structured A | +| [setMacroPdf417Sender()](#setmacropdf417sender) | MacroPdf417 barcode sender name (optional field). MicroPDF417 barcode sender name (optional field for Structured Append | +| [setMacroPdf417Terminator()](#setmacropdf417terminator) | Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PD | +| [setMacroPdf417TimeStamp()](#setmacropdf417timestamp) | MacroPdf417 barcode time stamp (optional field). MicroPDF417 barcode time stamp (optional field for Structured Append mo | +| [setPdf417CompactionMode()](#setpdf417compactionmode) | Pdf417 symbology type of BarCode's compaction mode. Default value: Pdf417CompactionMode.AUTO. | +| [setPdf417ECIEncoding()](#setpdf417eciencoding) ~~(deprecated)~~ | Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for | +| [setPdf417EncodeMode()](#setpdf417encodemode) ~~(deprecated)~~ | Identifies Pdf417 encode mode. Default value: Auto. | +| [setPdf417ErrorLevel()](#setpdf417errorlevel) ~~(deprecated)~~ | Sets Pdf417 symbology type of BarCode's error correction level ranging from level0 to level8, level0 means no error corr | +| [setPdf417MacroAddressee()](#setpdf417macroaddressee) ~~(deprecated)~~ | Sets macro Pdf417 barcode addressee name. | +| [setPdf417MacroChecksum(value)](#setpdf417macrochecksum) ~~(deprecated)~~ | Sets macro Pdf417 barcode checksum. | +| [setPdf417MacroECIEncoding()](#setpdf417macroeciencoding) ~~(deprecated)~~ | Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields. | +| [setPdf417MacroFileID()](#setpdf417macrofileid) ~~(deprecated)~~ | Sets macro Pdf417 barcode's file ID. Used for MacroPdf417. | +| [setPdf417MacroFileName()](#setpdf417macrofilename) ~~(deprecated)~~ | Sets macro Pdf417 barcode file name. | +| [setPdf417MacroFileSize(value)](#setpdf417macrofilesize) ~~(deprecated)~~ | Sets macro Pdf417 file size. | +| [setPdf417MacroSegmentID()](#setpdf417macrosegmentid) ~~(deprecated)~~ | Sets macro Pdf417 barcode's segment ID, which starts from 0, to MacroSegmentsCount - 1. | +| [setPdf417MacroSegmentsCount()](#setpdf417macrosegmentscount) ~~(deprecated)~~ | Sets macro Pdf417 barcode segments count. | +| [setPdf417MacroSender()](#setpdf417macrosender) ~~(deprecated)~~ | Sets macro Pdf417 barcode sender name. | +| [setPdf417MacroTerminator()](#setpdf417macroterminator) ~~(deprecated)~~ | Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PD | +| [setPdf417MacroTimeStamp()](#setpdf417macrotimestamp) ~~(deprecated)~~ | Sets macro Pdf417 barcode time stamp. | +| [setPdf417Truncate()](#setpdf417truncate) ~~(deprecated)~~ | Whether Pdf417 symbology type of BarCode is truncated (to reduce space). | +| [setReaderInitialization(value)](#setreaderinitialization) | Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization | +| [setRows()](#setrows) | Rows count. | +| [setStructuredAppendModeBarcodeId()](#setstructuredappendmodebarcodeid) | Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes | +| [setTruncate()](#settruncate) | Whether Pdf417 symbology type of BarCode is truncated (to reduce space). Also known as CompactPDF417. Rigth row indicato | +| [toString()](#tostring) | Returns a human-readable string representation of this Pdf417Parameters. | + +### getAspectRatio() {#getaspectratio} + +Height/Width ratio of 2D BarCode module. + +### getColumns() {#getcolumns} + +Columns count. + +### getECIEncoding() {#geteciencoding} + +Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Not applied for Macro PDF417 text fields. Current implementation consists all well known charset encodings. + +### getEncodeMode() {#getencodemode} + +Identifies Pdf417 encode mode. Default value: Auto. + +### getErrorLevel() {#geterrorlevel} + +Gets Pdf417 symbology type of BarCode's error correction level ranging from level0 to level8, level0 means no error correction info, level8 means best error correction which means a larger picture. + +**Returns:** Pdf417 symbology type of BarCode's error correction level ranging from level0 to level8, level0 means no error correction info, level8 means best error correction which means a larger picture. + +### getMacroCharacters() {#getmacrocharacters} + +Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with MicroPdf417 and encodes 916 and 917 MicroPdf417 modes Default value: MacroCharacters.None. These samples show how to encode Macro Characters in MicroPdf417 + +**Example:** + +```js +# Encodes MicroPdf417 with 05 Macro the string: "[)>\u001E05\u001Dabcde1234\u001E\u0004" +let generator = new BarcodeGenerator(EncodeTypes.MICRO_PDF_417, "abcde1234"); +generator.getParameters().getBarcode().getPdf417().setMacroCharacters(MacroCharacter.MACRO_05); +let reader = new BarCodeReader(generator.generateBarCodeImage(BarcodeImageFormat.PNG), null, DecodeType.MICRO_PDF_417); +let results = reader.readBarCodes(); +for(let i = 0; i < results.length; i++) +{ + let result = results[i]; + console.log( result.getCodeText()); +} +``` + +### getMacroPdf417Addressee() {#getmacropdf417addressee} + +MacroPdf417 barcode addressee name (optional field). MicroPDF417 barcode addressee name (optional field for Structured Append mode) + +### getMacroPdf417Checksum() {#getmacropdf417checksum} + +MacroPdf417 barcode checksum (optional field). MicroPDF417 barcode checksum (optional field for Structured Append mode) The checksum field contains the value of the 16-bit (2 bytes) CRC checksum using the CCITT-16 polynomial. x^16 + x^12 + x^5 + 1 + +### getMacroPdf417ECIEncoding() {#getmacropdf417eciencoding} + +Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields. + +### getMacroPdf417FileID() {#getmacropdf417fileid} + +MacroPdf417 barcode's file ID (Required field). MicroPDF417 barcode's file ID (Required field for Structured Append mode) + +### getMacroPdf417FileName() {#getmacropdf417filename} + +MacroPdf417 barcode file name (optional field). MicroPDF417 barcode file name (optional field for Structured Append mode) + +### getMacroPdf417FileSize() {#getmacropdf417filesize} + +MacroPdf417 file size (optional field). MicroPDF417 file size (optional field for Structured Append mode) The file size field contains the size in bytes of the entire source file. + +### getMacroPdf417SegmentID() {#getmacropdf417segmentid} + +MacroPdf417 barcode's segment ID (Required field), which starts from 0, to MacroSegmentsCount - 1. MicroPDF417 barcode's segment ID (Required field for Structured Append mode) + +### getMacroPdf417SegmentsCount() {#getmacropdf417segmentscount} + +MacroPdf417 barcode segments count (optional field). MicroPDF417 barcode segments count (optional field for Structured Append mode) + +### getMacroPdf417Sender() {#getmacropdf417sender} + +MacroPdf417 barcode sender name (optional field). MicroPDF417 barcode sender name (optional field for Structured Append mode) + +### getMacroPdf417Terminator() {#getmacropdf417terminator} + +Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417. + +### getMacroPdf417TimeStamp() {#getmacropdf417timestamp} + +MacroPdf417 barcode time stamp (optional field). MicroPDF417 barcode time stamp (optional field for Structured Append mode) + +### getPdf417CompactionMode() {#getpdf417compactionmode} + +Pdf417 symbology type of BarCode's compaction mode. Default value: Pdf417CompactionMode.AUTO. + +### getPdf417ECIEncoding() {#getpdf417eciencoding} + +> **Deprecated.** See method description for replacement. + +Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings. + +### getPdf417EncodeMode() {#getpdf417encodemode} + +Identifies Pdf417 encode mode. Default value: Auto. + +### getPdf417ErrorLevel() {#getpdf417errorlevel} + +> **Deprecated.** See method description for replacement. + +Gets Pdf417 symbology type of BarCode's error correction level ranging from level0 to level8, level0 means no error correction info, level8 means best error correction which means a larger picture. + +### getPdf417MacroAddressee() {#getpdf417macroaddressee} + +> **Deprecated.** See method description for replacement. + +Gets macro Pdf417 barcode addressee name. + +### getPdf417MacroChecksum() {#getpdf417macrochecksum} + +> **Deprecated.** See method description for replacement. + +Gets macro Pdf417 barcode checksum. + +**Returns:** The checksum field contains the value of the 16-bit (2 bytes) CRC checksum using the CCITT-16 polynomial. + +### getPdf417MacroECIEncoding() {#getpdf417macroeciencoding} + +> **Deprecated.** See method description for replacement. + +Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields. + +### getPdf417MacroFileID() {#getpdf417macrofileid} + +> **Deprecated.** See method description for replacement. + +Getsmacro Pdf417 barcode's file ID. Used for MacroPdf417. + +### getPdf417MacroFileName() {#getpdf417macrofilename} + +> **Deprecated.** See method description for replacement. + +Gets macro Pdf417 barcode file name. + +### getPdf417MacroFileSize() {#getpdf417macrofilesize} + +> **Deprecated.** See method description for replacement. + +Gets macro Pdf417 file size. + +**Returns:** The file size field contains the size in bytes of the entire source file. + +### getPdf417MacroSegmentID() {#getpdf417macrosegmentid} + +> **Deprecated.** See method description for replacement. + +Gets macro Pdf417 barcode's segment ID, which starts from 0, to MacroSegmentsCount - 1. + +### getPdf417MacroSegmentsCount() {#getpdf417macrosegmentscount} + +> **Deprecated.** See method description for replacement. + +Gets macro Pdf417 barcode segments count. + +### getPdf417MacroSender() {#getpdf417macrosender} + +> **Deprecated.** See method description for replacement. + +Gets macro Pdf417 barcode sender name. + +### getPdf417MacroTerminator() {#getpdf417macroterminator} + +> **Deprecated.** See method description for replacement. + +Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417. + +### getPdf417MacroTimeStamp() {#getpdf417macrotimestamp} + +> **Deprecated.** See method description for replacement. + +Gets macro Pdf417 barcode time stamp. + +### getPdf417Truncate() {#getpdf417truncate} + +> **Deprecated.** See method description for replacement. + +Whether Pdf417 symbology type of BarCode is truncated (to reduce space). + +### getRows() {#getrows} + +Rows count. + +### getStructuredAppendModeBarcodeId() {#getstructuredappendmodebarcodeid} + +Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. + +### getTruncate() {#gettruncate} + +Whether Pdf417 symbology type of BarCode is truncated (to reduce space). Also known as CompactPDF417. Rigth row indicator and right stop pattern are removed in this mode. + +### isCode128Emulation() {#iscode128emulation} + +Can be used only with MicroPdf417 and encodes Code 128 emulation modes Can encode FNC1 in second position modes 908 and 909, also can encode 910 and 911 which just indicate that recognized MicroPdf417 can be interpret as Code 128 These samples show how to encode Code 128 emulation modes with FNC1 in second position and without. In this way MicroPdf417 can be decoded as Code 128 barcode + +**Example:** + +```js +# Encodes MicroPdf417 in Code 128 emulation mode with FNC1 in second position and Application Indicator "a", mode 908. +let generator = new BarcodeGenerator(EncodeTypes.MICRO_PDF_417, "a\u001d1222322323"); +generator.getParameters().getBarcode().getPdf417().setCode128Emulation(true); +let reader = new BarCodeReader(generator.generateBarCodeImage(BarcodeImageFormat.PNG), null, DecodeType.MICRO_PDF_417); +let results = reader.readBarCodes(); +for(let i = 0; i < results.length; i++) +{ + let result = results[i]; + console.log(result.getCodeText() + " IsCode128Emulation:" + result.getExtended().getPdf417().isCode128Emulation()); +} +``` + +### isLinked() {#islinked} + +Defines linked modes with GS1MicroPdf417, MicroPdf417 and Pdf417 barcodes With GS1MicroPdf417 symbology encodes 906, 907, 912, 913, 914, 915 “Linked” UCC/EAN-128 modes With MicroPdf417 and Pdf417 symbologies encodes 918 linkage flag to associated linear component other than an EAN.UCC These samples show how to encode "Linked" UCC/EAN-128 modes in GS1MicroPdf417 and Linkage Flag (918) in MicroPdf417 and Pdf417 barcodes + +**Example:** + +```js +# Encodes GS1 Linked mode 912 with date field AI 11 (Production date) and AI 10 (Lot number) +let generator = new BarcodeGenerator(EncodeTypes.GS_1_MICRO_PDF_417, "(11)991231(10)ABCD"); +generator.getParameters().getBarcode().getPdf417().setLinked(true); +let reader = new BarCodeReader(generator.generateBarCodeImage(BarcodeImageFormat.PNG), null, DecodeType.GS_1_MICRO_PDF_417); +let results = reader.readBarCodes(); +for(let i = 0; i < results.length; i++) +{ + let result = results[i]; + console.log(result.getCodeText() + " IsLinked:" + result.getExtended().getPdf417().isLinked(); +} +``` + +### isReaderInitialization() {#isreaderinitialization} + +Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization + +**Returns:** boolean value + +### setAspectRatio() {#setaspectratio} + +Height/Width ratio of 2D BarCode module. + +### setCode128Emulation() {#setcode128emulation} + +Can be used only with MicroPdf417 and encodes Code 128 emulation modes Can encode FNC1 in second position modes 908 and 909, also can encode 910 and 911 which just indicate that recognized MicroPdf417 can be interpret as Code 128 These samples show how to encode Code 128 emulation modes with FNC1 in second position and without. In this way MicroPdf417 can be decoded as Code 128 barcode + +**Example:** + +```js +# Encodes MicroPdf417 in Code 128 emulation mode with FNC1 in second position and Application Indicator "a", mode 908. +let generator = new BarcodeGenerator(EncodeTypes.MICRO_PDF_417, "a\u001d1222322323"); +generator.getParameters().getBarcode().getPdf417().setCode128Emulation(true); +let reader = new BarCodeReader(generator.generateBarCodeImage(BarcodeImageFormat.PNG), null, DecodeType.MICRO_PDF_417); +let results = reader.readBarCodes(); +for(let i = 0; i < results.length; i++) +{ + let result = results[i]; + console.log(result.getCodeText() + " IsCode128Emulation:" + result.getExtended().getPdf417().isCode128Emulation()); +} +``` + +### setColumns() {#setcolumns} + +Columns count. + +### setECIEncoding() {#seteciencoding} + +Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Not applied for Macro PDF417 text fields. Current implementation consists all well known charset encodings. + +### setEncodeMode() {#setencodemode} + +Identifies Pdf417 encode mode. Default value: Auto. + +### setErrorLevel(value) {#seterrorlevel} + +Sets Pdf417 symbology type of BarCode's error correction level ranging from level0 to level8, level0 means no error correction info, level8 means best error correction which means a larger picture. + +| Parameter | Description | +| --- | --- | +| value | Pdf417 symbology type of BarCode's error correction level ranging from level0 to level8, level0 means no error correction info, level8 means best error correction which means a larger picture. | + +### setLinked() {#setlinked} + +Defines linked modes with GS1MicroPdf417, MicroPdf417 and Pdf417 barcodes With GS1MicroPdf417 symbology encodes 906, 907, 912, 913, 914, 915 “Linked” UCC/EAN-128 modes With MicroPdf417 and Pdf417 symbologies encodes 918 linkage flag to associated linear component other than an EAN.UCC These samples show how to encode "Linked" UCC/EAN-128 modes in GS1MicroPdf417 and Linkage Flag (918) in MicroPdf417 and Pdf417 barcodes + +**Example:** + +```js +# Encodes GS1 Linked mode 912 with date field AI 11 (Production date) and AI 10 (Lot number) +let generator = new BarcodeGenerator(EncodeTypes.GS_1_MICRO_PDF_417, "(11)991231(10)ABCD"); +generator.getParameters().getBarcode().getPdf417().setLinked(true); +let reader = new BarCodeReader(generator.generateBarCodeImage(BarcodeImageFormat.PNG), null, DecodeType.GS_1_MICRO_PDF_417); +let results = reader.readBarCodes(); +for(let i = 0; i < results.length; i++) +{ + let result = results[i]; + console.log(result.getCodeText() + " IsLinked:" + result.getExtended().getPdf417().isLinked(); +} +``` + +### setMacroCharacters() {#setmacrocharacters} + +Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with MicroPdf417 and encodes 916 and 917 MicroPdf417 modes Default value: MacroCharacters.None. These samples show how to encode Macro Characters in MicroPdf417 + +**Example:** + +```js +# Encodes MicroPdf417 with 05 Macro the string: "[)>\u001E05\u001Dabcde1234\u001E\u0004" +let generator = new BarcodeGenerator(EncodeTypes.MICRO_PDF_417, "abcde1234"); +generator.getParameters().getBarcode().getPdf417().setMacroCharacters(MacroCharacter.MACRO_05); +let reader = new BarCodeReader(generator.generateBarCodeImage(BarcodeImageFormat.PNG), null, DecodeType.MICRO_PDF_417); +let results = reader.readBarCodes(); +for(let i = 0; i < results.length; i++) +{ + let result = results[i]; + console.log( result.getCodeText()); +} +``` + +### setMacroPdf417Addressee() {#setmacropdf417addressee} + +MacroPdf417 barcode addressee name (optional field). MicroPDF417 barcode addressee name (optional field for Structured Append mode) + +### setMacroPdf417Checksum() {#setmacropdf417checksum} + +MacroPdf417 barcode checksum (optional field). MicroPDF417 barcode checksum (optional field for Structured Append mode) The checksum field contains the value of the 16-bit (2 bytes) CRC checksum using the CCITT-16 polynomial. x^16 + x^12 + x^5 + 1 + +### setMacroPdf417ECIEncoding() {#setmacropdf417eciencoding} + +Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields. + +### setMacroPdf417FileID() {#setmacropdf417fileid} + +MacroPdf417 barcode's file ID (Required field). MicroPDF417 barcode's file ID (Required field for Structured Append mode) + +### setMacroPdf417FileName() {#setmacropdf417filename} + +MacroPdf417 barcode file name (optional field). MicroPDF417 barcode file name (optional field for Structured Append mode) + +### setMacroPdf417FileSize() {#setmacropdf417filesize} + +MacroPdf417 file size (optional field). MicroPDF417 file size (optional field for Structured Append mode) The file size field contains the size in bytes of the entire source file. + +### setMacroPdf417SegmentID() {#setmacropdf417segmentid} + +MacroPdf417 barcode's segment ID (Required field), which starts from 0, to MacroSegmentsCount - 1. MicroPDF417 barcode's segment ID (Required field for Structured Append mode) + +### setMacroPdf417SegmentsCount() {#setmacropdf417segmentscount} + +MacroPdf417 barcode segments count (optional field). MicroPDF417 barcode segments count (optional field for Structured Append mode) + +### setMacroPdf417Sender() {#setmacropdf417sender} + +MacroPdf417 barcode sender name (optional field). MicroPDF417 barcode sender name (optional field for Structured Append mode) + +### setMacroPdf417Terminator() {#setmacropdf417terminator} + +Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417. + +### setMacroPdf417TimeStamp() {#setmacropdf417timestamp} + +MacroPdf417 barcode time stamp (optional field). MicroPDF417 barcode time stamp (optional field for Structured Append mode) + +### setPdf417CompactionMode() {#setpdf417compactionmode} + +Pdf417 symbology type of BarCode's compaction mode. Default value: Pdf417CompactionMode.AUTO. + +### setPdf417ECIEncoding() {#setpdf417eciencoding} + +> **Deprecated.** See method description for replacement. + +Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings. + +### setPdf417EncodeMode() {#setpdf417encodemode} + +> **Deprecated.** See method description for replacement. + +Identifies Pdf417 encode mode. Default value: Auto. + +### setPdf417ErrorLevel() {#setpdf417errorlevel} + +> **Deprecated.** See method description for replacement. + +Sets Pdf417 symbology type of BarCode's error correction level ranging from level0 to level8, level0 means no error correction info, level8 means best error correction which means a larger picture. + +### setPdf417MacroAddressee() {#setpdf417macroaddressee} + +> **Deprecated.** See method description for replacement. + +Sets macro Pdf417 barcode addressee name. + +### setPdf417MacroChecksum(value) {#setpdf417macrochecksum} + +> **Deprecated.** See method description for replacement. + +Sets macro Pdf417 barcode checksum. + +| Parameter | Description | +| --- | --- | +| value | The checksum field contains the value of the 16-bit (2 bytes) CRC checksum using the CCITT-16 polynomial. | + +### setPdf417MacroECIEncoding() {#setpdf417macroeciencoding} + +> **Deprecated.** See method description for replacement. + +Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields. + +### setPdf417MacroFileID() {#setpdf417macrofileid} + +> **Deprecated.** See method description for replacement. + +Sets macro Pdf417 barcode's file ID. Used for MacroPdf417. + +### setPdf417MacroFileName() {#setpdf417macrofilename} + +> **Deprecated.** See method description for replacement. + +Sets macro Pdf417 barcode file name. + +### setPdf417MacroFileSize(value) {#setpdf417macrofilesize} + +> **Deprecated.** See method description for replacement. + +Sets macro Pdf417 file size. + +| Parameter | Description | +| --- | --- | +| value | The file size field contains the size in bytes of the entire source file. | + +### setPdf417MacroSegmentID() {#setpdf417macrosegmentid} + +> **Deprecated.** See method description for replacement. + +Sets macro Pdf417 barcode's segment ID, which starts from 0, to MacroSegmentsCount - 1. + +### setPdf417MacroSegmentsCount() {#setpdf417macrosegmentscount} + +> **Deprecated.** See method description for replacement. + +Sets macro Pdf417 barcode segments count. + +### setPdf417MacroSender() {#setpdf417macrosender} + +> **Deprecated.** See method description for replacement. + +Sets macro Pdf417 barcode sender name. + +### setPdf417MacroTerminator() {#setpdf417macroterminator} + +> **Deprecated.** See method description for replacement. + +Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417. + +### setPdf417MacroTimeStamp() {#setpdf417macrotimestamp} + +> **Deprecated.** See method description for replacement. + +Sets macro Pdf417 barcode time stamp. + +### setPdf417Truncate() {#setpdf417truncate} + +> **Deprecated.** See method description for replacement. + +Whether Pdf417 symbology type of BarCode is truncated (to reduce space). + +### setReaderInitialization(value) {#setreaderinitialization} + +Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization + +| Parameter | Description | +| --- | --- | +| value | | + +### setRows() {#setrows} + +Rows count. + +### setStructuredAppendModeBarcodeId() {#setstructuredappendmodebarcodeid} + +Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. + +### setTruncate() {#settruncate} + +Whether Pdf417 symbology type of BarCode is truncated (to reduce space). Also known as CompactPDF417. Rigth row indicator and right stop pattern are removed in this mode. + +### toString() {#tostring} + +Returns a human-readable string representation of this Pdf417Parameters. + +**Returns:** A string that represents this Pdf417Parameters. diff --git a/english/nodejs/aspose.barcode/pdf417parameters/getaspectratio/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/getaspectratio/_index.md deleted file mode 100644 index e71f1f361..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/getaspectratio/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Pdf417Parameters.getAspectRatio" -linktitle: "getAspectRatio" -articleTitle: "getAspectRatio" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Height/Width ratio of 2D BarCode module." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/pdf417parameters/getaspectratio/ ---- - -## getAspectRatio() - -Height/Width ratio of 2D BarCode module. diff --git a/english/nodejs/aspose.barcode/pdf417parameters/getcolumns/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/getcolumns/_index.md deleted file mode 100644 index c5dc8238f..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/getcolumns/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Pdf417Parameters.getColumns" -linktitle: "getColumns" -articleTitle: "getColumns" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Columns count." -type: docs -weight: 20 -url: /nodejs/aspose.barcode/pdf417parameters/getcolumns/ ---- - -## getColumns() - -Columns count. diff --git a/english/nodejs/aspose.barcode/pdf417parameters/geteciencoding/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/geteciencoding/_index.md deleted file mode 100644 index b8fdaaa1c..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/geteciencoding/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Pdf417Parameters.getECIEncoding" -linktitle: "getECIEncoding" -articleTitle: "getECIEncoding" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Not..." -type: docs -weight: 30 -url: /nodejs/aspose.barcode/pdf417parameters/geteciencoding/ ---- - -## getECIEncoding() - -Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Not applied for Macro PDF417 text fields. Current implementation consists all well known charset encodings. diff --git a/english/nodejs/aspose.barcode/pdf417parameters/getencodemode/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/getencodemode/_index.md deleted file mode 100644 index bb7590826..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/getencodemode/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Pdf417Parameters.getEncodeMode" -linktitle: "getEncodeMode" -articleTitle: "getEncodeMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies Pdf417 encode mode. Default value: Auto." -type: docs -weight: 40 -url: /nodejs/aspose.barcode/pdf417parameters/getencodemode/ ---- - -## getEncodeMode() - -Identifies Pdf417 encode mode. Default value: Auto. diff --git a/english/nodejs/aspose.barcode/pdf417parameters/geterrorlevel/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/geterrorlevel/_index.md deleted file mode 100644 index c4e438732..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/geterrorlevel/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Pdf417Parameters.getErrorLevel" -linktitle: "getErrorLevel" -articleTitle: "getErrorLevel" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets Pdf417 symbology type of BarCode's error correction level ranging from level0 to level8, level0 means no error correction info, level8 means best error ..." -type: docs -weight: 50 -url: /nodejs/aspose.barcode/pdf417parameters/geterrorlevel/ ---- - -## getErrorLevel() - -Gets Pdf417 symbology type of BarCode's error correction level ranging from level0 to level8, level0 means no error correction info, level8 means best error correction which means a larger picture. - -**Returns:** Pdf417 symbology type of BarCode's error correction level ranging from level0 to level8, level0 means no error correction info, level8 means best error correction which means a larger picture. diff --git a/english/nodejs/aspose.barcode/pdf417parameters/getmacrocharacters/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/getmacrocharacters/_index.md deleted file mode 100644 index 5c89ce7cc..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/getmacrocharacters/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Pdf417Parameters.getMacroCharacters" -linktitle: "getMacroCharacters" -articleTitle: "getMacroCharacters" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with MicroPdf417 and encodes 916 and 917 MicroP..." -type: docs -weight: 60 -url: /nodejs/aspose.barcode/pdf417parameters/getmacrocharacters/ ---- - -## getMacroCharacters() - -Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with MicroPdf417 and encodes 916 and 917 MicroPdf417 modes Default value: MacroCharacters.None. These samples show how to encode Macro Characters in MicroPdf417 - -**Example:** - -```js -# Encodes MicroPdf417 with 05 Macro the string: "[)>\u001E05\u001Dabcde1234\u001E\u0004" -let generator = new BarcodeGenerator(EncodeTypes.MICRO_PDF_417, "abcde1234"); -generator.getParameters().getBarcode().getPdf417().setMacroCharacters(MacroCharacter.MACRO_05); -let reader = new BarCodeReader(generator.generateBarCodeImage(BarcodeImageFormat.PNG), null, DecodeType.MICRO_PDF_417); -let results = reader.readBarCodes(); -for(let i = 0; i < results.length; i++) -{ - let result = results[i]; - console.log( result.getCodeText()); -} -``` diff --git a/english/nodejs/aspose.barcode/pdf417parameters/getmacropdf417addressee/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/getmacropdf417addressee/_index.md deleted file mode 100644 index 9ee1f4342..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/getmacropdf417addressee/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Pdf417Parameters.getMacroPdf417Addressee" -linktitle: "getMacroPdf417Addressee" -articleTitle: "getMacroPdf417Addressee" -second_title: "Aspose.BarCode for Node.js via Java" -description: "MacroPdf417 barcode addressee name (optional field). MicroPDF417 barcode addressee name (optional field for Structured Append mode)" -type: docs -weight: 70 -url: /nodejs/aspose.barcode/pdf417parameters/getmacropdf417addressee/ ---- - -## getMacroPdf417Addressee() - -MacroPdf417 barcode addressee name (optional field). MicroPDF417 barcode addressee name (optional field for Structured Append mode) diff --git a/english/nodejs/aspose.barcode/pdf417parameters/getmacropdf417checksum/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/getmacropdf417checksum/_index.md deleted file mode 100644 index 3b9ebb083..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/getmacropdf417checksum/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Pdf417Parameters.getMacroPdf417Checksum" -linktitle: "getMacroPdf417Checksum" -articleTitle: "getMacroPdf417Checksum" -second_title: "Aspose.BarCode for Node.js via Java" -description: "MacroPdf417 barcode checksum (optional field). MicroPDF417 barcode checksum (optional field for Structured Append mode) The checksum field contains the value..." -type: docs -weight: 80 -url: /nodejs/aspose.barcode/pdf417parameters/getmacropdf417checksum/ ---- - -## getMacroPdf417Checksum() - -MacroPdf417 barcode checksum (optional field). MicroPDF417 barcode checksum (optional field for Structured Append mode) The checksum field contains the value of the 16-bit (2 bytes) CRC checksum using the CCITT-16 polynomial. x^16 + x^12 + x^5 + 1 diff --git a/english/nodejs/aspose.barcode/pdf417parameters/getmacropdf417eciencoding/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/getmacropdf417eciencoding/_index.md deleted file mode 100644 index c551a6ac2..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/getmacropdf417eciencoding/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Pdf417Parameters.getMacroPdf417ECIEncoding" -linktitle: "getMacroPdf417ECIEncoding" -articleTitle: "getMacroPdf417ECIEncoding" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields." -type: docs -weight: 90 -url: /nodejs/aspose.barcode/pdf417parameters/getmacropdf417eciencoding/ ---- - -## getMacroPdf417ECIEncoding() - -Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields. diff --git a/english/nodejs/aspose.barcode/pdf417parameters/getmacropdf417fileid/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/getmacropdf417fileid/_index.md deleted file mode 100644 index 6c27ab401..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/getmacropdf417fileid/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Pdf417Parameters.getMacroPdf417FileID" -linktitle: "getMacroPdf417FileID" -articleTitle: "getMacroPdf417FileID" -second_title: "Aspose.BarCode for Node.js via Java" -description: "MacroPdf417 barcode's file ID (Required field). MicroPDF417 barcode's file ID (Required field for Structured Append mode)" -type: docs -weight: 100 -url: /nodejs/aspose.barcode/pdf417parameters/getmacropdf417fileid/ ---- - -## getMacroPdf417FileID() - -MacroPdf417 barcode's file ID (Required field). MicroPDF417 barcode's file ID (Required field for Structured Append mode) diff --git a/english/nodejs/aspose.barcode/pdf417parameters/getmacropdf417filename/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/getmacropdf417filename/_index.md deleted file mode 100644 index 900b93dcd..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/getmacropdf417filename/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Pdf417Parameters.getMacroPdf417FileName" -linktitle: "getMacroPdf417FileName" -articleTitle: "getMacroPdf417FileName" -second_title: "Aspose.BarCode for Node.js via Java" -description: "MacroPdf417 barcode file name (optional field). MicroPDF417 barcode file name (optional field for Structured Append mode)" -type: docs -weight: 110 -url: /nodejs/aspose.barcode/pdf417parameters/getmacropdf417filename/ ---- - -## getMacroPdf417FileName() - -MacroPdf417 barcode file name (optional field). MicroPDF417 barcode file name (optional field for Structured Append mode) diff --git a/english/nodejs/aspose.barcode/pdf417parameters/getmacropdf417filesize/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/getmacropdf417filesize/_index.md deleted file mode 100644 index f93235f62..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/getmacropdf417filesize/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Pdf417Parameters.getMacroPdf417FileSize" -linktitle: "getMacroPdf417FileSize" -articleTitle: "getMacroPdf417FileSize" -second_title: "Aspose.BarCode for Node.js via Java" -description: "MacroPdf417 file size (optional field). MicroPDF417 file size (optional field for Structured Append mode) The file size field contains the size in bytes of t..." -type: docs -weight: 120 -url: /nodejs/aspose.barcode/pdf417parameters/getmacropdf417filesize/ ---- - -## getMacroPdf417FileSize() - -MacroPdf417 file size (optional field). MicroPDF417 file size (optional field for Structured Append mode) The file size field contains the size in bytes of the entire source file. diff --git a/english/nodejs/aspose.barcode/pdf417parameters/getmacropdf417segmentid/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/getmacropdf417segmentid/_index.md deleted file mode 100644 index 8c1221219..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/getmacropdf417segmentid/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Pdf417Parameters.getMacroPdf417SegmentID" -linktitle: "getMacroPdf417SegmentID" -articleTitle: "getMacroPdf417SegmentID" -second_title: "Aspose.BarCode for Node.js via Java" -description: "MacroPdf417 barcode's segment ID (Required field), which starts from 0, to MacroSegmentsCount - 1. MicroPDF417 barcode's segment ID (Required field for Struc..." -type: docs -weight: 130 -url: /nodejs/aspose.barcode/pdf417parameters/getmacropdf417segmentid/ ---- - -## getMacroPdf417SegmentID() - -MacroPdf417 barcode's segment ID (Required field), which starts from 0, to MacroSegmentsCount - 1. MicroPDF417 barcode's segment ID (Required field for Structured Append mode) diff --git a/english/nodejs/aspose.barcode/pdf417parameters/getmacropdf417segmentscount/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/getmacropdf417segmentscount/_index.md deleted file mode 100644 index 963337bec..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/getmacropdf417segmentscount/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Pdf417Parameters.getMacroPdf417SegmentsCount" -linktitle: "getMacroPdf417SegmentsCount" -articleTitle: "getMacroPdf417SegmentsCount" -second_title: "Aspose.BarCode for Node.js via Java" -description: "MacroPdf417 barcode segments count (optional field). MicroPDF417 barcode segments count (optional field for Structured Append mode)" -type: docs -weight: 140 -url: /nodejs/aspose.barcode/pdf417parameters/getmacropdf417segmentscount/ ---- - -## getMacroPdf417SegmentsCount() - -MacroPdf417 barcode segments count (optional field). MicroPDF417 barcode segments count (optional field for Structured Append mode) diff --git a/english/nodejs/aspose.barcode/pdf417parameters/getmacropdf417sender/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/getmacropdf417sender/_index.md deleted file mode 100644 index d090549ec..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/getmacropdf417sender/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Pdf417Parameters.getMacroPdf417Sender" -linktitle: "getMacroPdf417Sender" -articleTitle: "getMacroPdf417Sender" -second_title: "Aspose.BarCode for Node.js via Java" -description: "MacroPdf417 barcode sender name (optional field). MicroPDF417 barcode sender name (optional field for Structured Append mode)" -type: docs -weight: 150 -url: /nodejs/aspose.barcode/pdf417parameters/getmacropdf417sender/ ---- - -## getMacroPdf417Sender() - -MacroPdf417 barcode sender name (optional field). MicroPDF417 barcode sender name (optional field for Structured Append mode) diff --git a/english/nodejs/aspose.barcode/pdf417parameters/getmacropdf417terminator/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/getmacropdf417terminator/_index.md deleted file mode 100644 index 7407862b1..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/getmacropdf417terminator/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Pdf417Parameters.getMacroPdf417Terminator" -linktitle: "getMacroPdf417Terminator" -articleTitle: "getMacroPdf417Terminator" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417." -type: docs -weight: 160 -url: /nodejs/aspose.barcode/pdf417parameters/getmacropdf417terminator/ ---- - -## getMacroPdf417Terminator() - -Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417. diff --git a/english/nodejs/aspose.barcode/pdf417parameters/getmacropdf417timestamp/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/getmacropdf417timestamp/_index.md deleted file mode 100644 index 81020bc25..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/getmacropdf417timestamp/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Pdf417Parameters.getMacroPdf417TimeStamp" -linktitle: "getMacroPdf417TimeStamp" -articleTitle: "getMacroPdf417TimeStamp" -second_title: "Aspose.BarCode for Node.js via Java" -description: "MacroPdf417 barcode time stamp (optional field). MicroPDF417 barcode time stamp (optional field for Structured Append mode)" -type: docs -weight: 170 -url: /nodejs/aspose.barcode/pdf417parameters/getmacropdf417timestamp/ ---- - -## getMacroPdf417TimeStamp() - -MacroPdf417 barcode time stamp (optional field). MicroPDF417 barcode time stamp (optional field for Structured Append mode) diff --git a/english/nodejs/aspose.barcode/pdf417parameters/getpdf417compactionmode/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/getpdf417compactionmode/_index.md deleted file mode 100644 index d33e2903b..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/getpdf417compactionmode/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Pdf417Parameters.getPdf417CompactionMode" -linktitle: "getPdf417CompactionMode" -articleTitle: "getPdf417CompactionMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Pdf417 symbology type of BarCode's compaction mode. Default value: Pdf417CompactionMode.AUTO." -type: docs -weight: 180 -url: /nodejs/aspose.barcode/pdf417parameters/getpdf417compactionmode/ ---- - -## getPdf417CompactionMode() - -Pdf417 symbology type of BarCode's compaction mode. Default value: Pdf417CompactionMode.AUTO. diff --git a/english/nodejs/aspose.barcode/pdf417parameters/getpdf417eciencoding/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/getpdf417eciencoding/_index.md deleted file mode 100644 index a31c6684c..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/getpdf417eciencoding/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Pdf417Parameters.getPdf417ECIEncoding" -linktitle: "getPdf417ECIEncoding" -articleTitle: "getPdf417ECIEncoding" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Cur..." -type: docs -weight: 190 -url: /nodejs/aspose.barcode/pdf417parameters/getpdf417eciencoding/ ---- - -## getPdf417ECIEncoding() - -> **Deprecated.** See method description for replacement. - -Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings. diff --git a/english/nodejs/aspose.barcode/pdf417parameters/getpdf417encodemode/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/getpdf417encodemode/_index.md deleted file mode 100644 index a040c1aed..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/getpdf417encodemode/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Pdf417Parameters.getPdf417EncodeMode" -linktitle: "getPdf417EncodeMode" -articleTitle: "getPdf417EncodeMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies Pdf417 encode mode. Default value: Auto." -type: docs -weight: 200 -url: /nodejs/aspose.barcode/pdf417parameters/getpdf417encodemode/ ---- - -## getPdf417EncodeMode() - -Identifies Pdf417 encode mode. Default value: Auto. diff --git a/english/nodejs/aspose.barcode/pdf417parameters/getpdf417errorlevel/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/getpdf417errorlevel/_index.md deleted file mode 100644 index 99095ceda..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/getpdf417errorlevel/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Pdf417Parameters.getPdf417ErrorLevel" -linktitle: "getPdf417ErrorLevel" -articleTitle: "getPdf417ErrorLevel" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets Pdf417 symbology type of BarCode's error correction level ranging from level0 to level8, level0 means no error correction info, level8 means best error ..." -type: docs -weight: 210 -url: /nodejs/aspose.barcode/pdf417parameters/getpdf417errorlevel/ ---- - -## getPdf417ErrorLevel() - -> **Deprecated.** See method description for replacement. - -Gets Pdf417 symbology type of BarCode's error correction level ranging from level0 to level8, level0 means no error correction info, level8 means best error correction which means a larger picture. diff --git a/english/nodejs/aspose.barcode/pdf417parameters/getpdf417macroaddressee/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/getpdf417macroaddressee/_index.md deleted file mode 100644 index 43dab9a6b..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/getpdf417macroaddressee/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Pdf417Parameters.getPdf417MacroAddressee" -linktitle: "getPdf417MacroAddressee" -articleTitle: "getPdf417MacroAddressee" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets macro Pdf417 barcode addressee name." -type: docs -weight: 220 -url: /nodejs/aspose.barcode/pdf417parameters/getpdf417macroaddressee/ ---- - -## getPdf417MacroAddressee() - -> **Deprecated.** See method description for replacement. - -Gets macro Pdf417 barcode addressee name. diff --git a/english/nodejs/aspose.barcode/pdf417parameters/getpdf417macrochecksum/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/getpdf417macrochecksum/_index.md deleted file mode 100644 index 76d6d2532..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/getpdf417macrochecksum/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Pdf417Parameters.getPdf417MacroChecksum" -linktitle: "getPdf417MacroChecksum" -articleTitle: "getPdf417MacroChecksum" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets macro Pdf417 barcode checksum." -type: docs -weight: 230 -url: /nodejs/aspose.barcode/pdf417parameters/getpdf417macrochecksum/ ---- - -## getPdf417MacroChecksum() - -> **Deprecated.** See method description for replacement. - -Gets macro Pdf417 barcode checksum. - -**Returns:** The checksum field contains the value of the 16-bit (2 bytes) CRC checksum using the CCITT-16 polynomial. diff --git a/english/nodejs/aspose.barcode/pdf417parameters/getpdf417macroeciencoding/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/getpdf417macroeciencoding/_index.md deleted file mode 100644 index 0881ad8fb..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/getpdf417macroeciencoding/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Pdf417Parameters.getPdf417MacroECIEncoding" -linktitle: "getPdf417MacroECIEncoding" -articleTitle: "getPdf417MacroECIEncoding" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields." -type: docs -weight: 240 -url: /nodejs/aspose.barcode/pdf417parameters/getpdf417macroeciencoding/ ---- - -## getPdf417MacroECIEncoding() - -> **Deprecated.** See method description for replacement. - -Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields. diff --git a/english/nodejs/aspose.barcode/pdf417parameters/getpdf417macrofileid/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/getpdf417macrofileid/_index.md deleted file mode 100644 index 0623066c4..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/getpdf417macrofileid/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Pdf417Parameters.getPdf417MacroFileID" -linktitle: "getPdf417MacroFileID" -articleTitle: "getPdf417MacroFileID" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Getsmacro Pdf417 barcode's file ID. Used for MacroPdf417." -type: docs -weight: 250 -url: /nodejs/aspose.barcode/pdf417parameters/getpdf417macrofileid/ ---- - -## getPdf417MacroFileID() - -> **Deprecated.** See method description for replacement. - -Getsmacro Pdf417 barcode's file ID. Used for MacroPdf417. diff --git a/english/nodejs/aspose.barcode/pdf417parameters/getpdf417macrofilename/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/getpdf417macrofilename/_index.md deleted file mode 100644 index 66892e535..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/getpdf417macrofilename/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Pdf417Parameters.getPdf417MacroFileName" -linktitle: "getPdf417MacroFileName" -articleTitle: "getPdf417MacroFileName" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets macro Pdf417 barcode file name." -type: docs -weight: 260 -url: /nodejs/aspose.barcode/pdf417parameters/getpdf417macrofilename/ ---- - -## getPdf417MacroFileName() - -> **Deprecated.** See method description for replacement. - -Gets macro Pdf417 barcode file name. diff --git a/english/nodejs/aspose.barcode/pdf417parameters/getpdf417macrofilesize/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/getpdf417macrofilesize/_index.md deleted file mode 100644 index b5510aba9..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/getpdf417macrofilesize/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Pdf417Parameters.getPdf417MacroFileSize" -linktitle: "getPdf417MacroFileSize" -articleTitle: "getPdf417MacroFileSize" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets macro Pdf417 file size." -type: docs -weight: 270 -url: /nodejs/aspose.barcode/pdf417parameters/getpdf417macrofilesize/ ---- - -## getPdf417MacroFileSize() - -> **Deprecated.** See method description for replacement. - -Gets macro Pdf417 file size. - -**Returns:** The file size field contains the size in bytes of the entire source file. diff --git a/english/nodejs/aspose.barcode/pdf417parameters/getpdf417macrosegmentid/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/getpdf417macrosegmentid/_index.md deleted file mode 100644 index c56898311..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/getpdf417macrosegmentid/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Pdf417Parameters.getPdf417MacroSegmentID" -linktitle: "getPdf417MacroSegmentID" -articleTitle: "getPdf417MacroSegmentID" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets macro Pdf417 barcode's segment ID, which starts from 0, to MacroSegmentsCount - 1." -type: docs -weight: 280 -url: /nodejs/aspose.barcode/pdf417parameters/getpdf417macrosegmentid/ ---- - -## getPdf417MacroSegmentID() - -> **Deprecated.** See method description for replacement. - -Gets macro Pdf417 barcode's segment ID, which starts from 0, to MacroSegmentsCount - 1. diff --git a/english/nodejs/aspose.barcode/pdf417parameters/getpdf417macrosegmentscount/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/getpdf417macrosegmentscount/_index.md deleted file mode 100644 index dafd65ac2..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/getpdf417macrosegmentscount/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Pdf417Parameters.getPdf417MacroSegmentsCount" -linktitle: "getPdf417MacroSegmentsCount" -articleTitle: "getPdf417MacroSegmentsCount" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets macro Pdf417 barcode segments count." -type: docs -weight: 290 -url: /nodejs/aspose.barcode/pdf417parameters/getpdf417macrosegmentscount/ ---- - -## getPdf417MacroSegmentsCount() - -> **Deprecated.** See method description for replacement. - -Gets macro Pdf417 barcode segments count. diff --git a/english/nodejs/aspose.barcode/pdf417parameters/getpdf417macrosender/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/getpdf417macrosender/_index.md deleted file mode 100644 index 018505484..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/getpdf417macrosender/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Pdf417Parameters.getPdf417MacroSender" -linktitle: "getPdf417MacroSender" -articleTitle: "getPdf417MacroSender" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets macro Pdf417 barcode sender name." -type: docs -weight: 300 -url: /nodejs/aspose.barcode/pdf417parameters/getpdf417macrosender/ ---- - -## getPdf417MacroSender() - -> **Deprecated.** See method description for replacement. - -Gets macro Pdf417 barcode sender name. diff --git a/english/nodejs/aspose.barcode/pdf417parameters/getpdf417macroterminator/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/getpdf417macroterminator/_index.md deleted file mode 100644 index 11b54aea7..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/getpdf417macroterminator/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Pdf417Parameters.getPdf417MacroTerminator" -linktitle: "getPdf417MacroTerminator" -articleTitle: "getPdf417MacroTerminator" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417." -type: docs -weight: 310 -url: /nodejs/aspose.barcode/pdf417parameters/getpdf417macroterminator/ ---- - -## getPdf417MacroTerminator() - -> **Deprecated.** See method description for replacement. - -Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417. diff --git a/english/nodejs/aspose.barcode/pdf417parameters/getpdf417macrotimestamp/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/getpdf417macrotimestamp/_index.md deleted file mode 100644 index 1f9828214..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/getpdf417macrotimestamp/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Pdf417Parameters.getPdf417MacroTimeStamp" -linktitle: "getPdf417MacroTimeStamp" -articleTitle: "getPdf417MacroTimeStamp" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets macro Pdf417 barcode time stamp." -type: docs -weight: 320 -url: /nodejs/aspose.barcode/pdf417parameters/getpdf417macrotimestamp/ ---- - -## getPdf417MacroTimeStamp() - -> **Deprecated.** See method description for replacement. - -Gets macro Pdf417 barcode time stamp. diff --git a/english/nodejs/aspose.barcode/pdf417parameters/getpdf417truncate/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/getpdf417truncate/_index.md deleted file mode 100644 index f78c547e1..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/getpdf417truncate/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Pdf417Parameters.getPdf417Truncate" -linktitle: "getPdf417Truncate" -articleTitle: "getPdf417Truncate" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Whether Pdf417 symbology type of BarCode is truncated (to reduce space)." -type: docs -weight: 330 -url: /nodejs/aspose.barcode/pdf417parameters/getpdf417truncate/ ---- - -## getPdf417Truncate() - -> **Deprecated.** See method description for replacement. - -Whether Pdf417 symbology type of BarCode is truncated (to reduce space). diff --git a/english/nodejs/aspose.barcode/pdf417parameters/getrows/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/getrows/_index.md deleted file mode 100644 index 9387c401b..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/getrows/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Pdf417Parameters.getRows" -linktitle: "getRows" -articleTitle: "getRows" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Rows count." -type: docs -weight: 340 -url: /nodejs/aspose.barcode/pdf417parameters/getrows/ ---- - -## getRows() - -Rows count. diff --git a/english/nodejs/aspose.barcode/pdf417parameters/getstructuredappendmodebarcodeid/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/getstructuredappendmodebarcodeid/_index.md deleted file mode 100644 index 9a9f82c30..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/getstructuredappendmodebarcodeid/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Pdf417Parameters.getStructuredAppendModeBarcodeId" -linktitle: "getStructuredAppendModeBarcodeId" -articleTitle: "getStructuredAppendModeBarcodeId" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1." -type: docs -weight: 350 -url: /nodejs/aspose.barcode/pdf417parameters/getstructuredappendmodebarcodeid/ ---- - -## getStructuredAppendModeBarcodeId() - -Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. diff --git a/english/nodejs/aspose.barcode/pdf417parameters/gettruncate/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/gettruncate/_index.md deleted file mode 100644 index 8ebacf96a..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/gettruncate/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Pdf417Parameters.getTruncate" -linktitle: "getTruncate" -articleTitle: "getTruncate" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Whether Pdf417 symbology type of BarCode is truncated (to reduce space). Also known as CompactPDF417. Rigth row indicator and right stop pattern are removed ..." -type: docs -weight: 360 -url: /nodejs/aspose.barcode/pdf417parameters/gettruncate/ ---- - -## getTruncate() - -Whether Pdf417 symbology type of BarCode is truncated (to reduce space). Also known as CompactPDF417. Rigth row indicator and right stop pattern are removed in this mode. diff --git a/english/nodejs/aspose.barcode/pdf417parameters/iscode128emulation/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/iscode128emulation/_index.md deleted file mode 100644 index 6bde001ef..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/iscode128emulation/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Pdf417Parameters.isCode128Emulation" -linktitle: "isCode128Emulation" -articleTitle: "isCode128Emulation" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Can be used only with MicroPdf417 and encodes Code 128 emulation modes Can encode FNC1 in second position modes 908 and 909, also can encode 910 and 911 whic..." -type: docs -weight: 370 -url: /nodejs/aspose.barcode/pdf417parameters/iscode128emulation/ ---- - -## isCode128Emulation() - -Can be used only with MicroPdf417 and encodes Code 128 emulation modes Can encode FNC1 in second position modes 908 and 909, also can encode 910 and 911 which just indicate that recognized MicroPdf417 can be interpret as Code 128 These samples show how to encode Code 128 emulation modes with FNC1 in second position and without. In this way MicroPdf417 can be decoded as Code 128 barcode - -**Example:** - -```js -# Encodes MicroPdf417 in Code 128 emulation mode with FNC1 in second position and Application Indicator "a", mode 908. -let generator = new BarcodeGenerator(EncodeTypes.MICRO_PDF_417, "a\u001d1222322323"); -generator.getParameters().getBarcode().getPdf417().setCode128Emulation(true); -let reader = new BarCodeReader(generator.generateBarCodeImage(BarcodeImageFormat.PNG), null, DecodeType.MICRO_PDF_417); -let results = reader.readBarCodes(); -for(let i = 0; i < results.length; i++) -{ - let result = results[i]; - console.log(result.getCodeText() + " IsCode128Emulation:" + result.getExtended().getPdf417().isCode128Emulation()); -} -``` diff --git a/english/nodejs/aspose.barcode/pdf417parameters/islinked/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/islinked/_index.md deleted file mode 100644 index 805cf39ac..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/islinked/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Pdf417Parameters.isLinked" -linktitle: "isLinked" -articleTitle: "isLinked" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Defines linked modes with GS1MicroPdf417, MicroPdf417 and Pdf417 barcodes With GS1MicroPdf417 symbology encodes 906, 907, 912, 913, 914, 915 “Linked” UCC/EAN..." -type: docs -weight: 380 -url: /nodejs/aspose.barcode/pdf417parameters/islinked/ ---- - -## isLinked() - -Defines linked modes with GS1MicroPdf417, MicroPdf417 and Pdf417 barcodes With GS1MicroPdf417 symbology encodes 906, 907, 912, 913, 914, 915 “Linked” UCC/EAN-128 modes With MicroPdf417 and Pdf417 symbologies encodes 918 linkage flag to associated linear component other than an EAN.UCC These samples show how to encode "Linked" UCC/EAN-128 modes in GS1MicroPdf417 and Linkage Flag (918) in MicroPdf417 and Pdf417 barcodes - -**Example:** - -```js -# Encodes GS1 Linked mode 912 with date field AI 11 (Production date) and AI 10 (Lot number) -let generator = new BarcodeGenerator(EncodeTypes.GS_1_MICRO_PDF_417, "(11)991231(10)ABCD"); -generator.getParameters().getBarcode().getPdf417().setLinked(true); -let reader = new BarCodeReader(generator.generateBarCodeImage(BarcodeImageFormat.PNG), null, DecodeType.GS_1_MICRO_PDF_417); -let results = reader.readBarCodes(); -for(let i = 0; i < results.length; i++) -{ - let result = results[i]; - console.log(result.getCodeText() + " IsLinked:" + result.getExtended().getPdf417().isLinked(); -} -``` diff --git a/english/nodejs/aspose.barcode/pdf417parameters/isreaderinitialization/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/isreaderinitialization/_index.md deleted file mode 100644 index db259a39f..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/isreaderinitialization/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Pdf417Parameters.isReaderInitialization" -linktitle: "isReaderInitialization" -articleTitle: "isReaderInitialization" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization" -type: docs -weight: 390 -url: /nodejs/aspose.barcode/pdf417parameters/isreaderinitialization/ ---- - -## isReaderInitialization() - -Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization - -**Returns:** boolean value diff --git a/english/nodejs/aspose.barcode/pdf417parameters/setaspectratio/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/setaspectratio/_index.md deleted file mode 100644 index 6b4c04da9..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/setaspectratio/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Pdf417Parameters.setAspectRatio" -linktitle: "setAspectRatio" -articleTitle: "setAspectRatio" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Height/Width ratio of 2D BarCode module." -type: docs -weight: 400 -url: /nodejs/aspose.barcode/pdf417parameters/setaspectratio/ ---- - -## setAspectRatio() - -Height/Width ratio of 2D BarCode module. diff --git a/english/nodejs/aspose.barcode/pdf417parameters/setcode128emulation/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/setcode128emulation/_index.md deleted file mode 100644 index 4a0bdbead..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/setcode128emulation/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Pdf417Parameters.setCode128Emulation" -linktitle: "setCode128Emulation" -articleTitle: "setCode128Emulation" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Can be used only with MicroPdf417 and encodes Code 128 emulation modes Can encode FNC1 in second position modes 908 and 909, also can encode 910 and 911 whic..." -type: docs -weight: 410 -url: /nodejs/aspose.barcode/pdf417parameters/setcode128emulation/ ---- - -## setCode128Emulation() - -Can be used only with MicroPdf417 and encodes Code 128 emulation modes Can encode FNC1 in second position modes 908 and 909, also can encode 910 and 911 which just indicate that recognized MicroPdf417 can be interpret as Code 128 These samples show how to encode Code 128 emulation modes with FNC1 in second position and without. In this way MicroPdf417 can be decoded as Code 128 barcode - -**Example:** - -```js -# Encodes MicroPdf417 in Code 128 emulation mode with FNC1 in second position and Application Indicator "a", mode 908. -let generator = new BarcodeGenerator(EncodeTypes.MICRO_PDF_417, "a\u001d1222322323"); -generator.getParameters().getBarcode().getPdf417().setCode128Emulation(true); -let reader = new BarCodeReader(generator.generateBarCodeImage(BarcodeImageFormat.PNG), null, DecodeType.MICRO_PDF_417); -let results = reader.readBarCodes(); -for(let i = 0; i < results.length; i++) -{ - let result = results[i]; - console.log(result.getCodeText() + " IsCode128Emulation:" + result.getExtended().getPdf417().isCode128Emulation()); -} -``` diff --git a/english/nodejs/aspose.barcode/pdf417parameters/setcolumns/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/setcolumns/_index.md deleted file mode 100644 index 9970e40c1..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/setcolumns/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Pdf417Parameters.setColumns" -linktitle: "setColumns" -articleTitle: "setColumns" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Columns count." -type: docs -weight: 420 -url: /nodejs/aspose.barcode/pdf417parameters/setcolumns/ ---- - -## setColumns() - -Columns count. diff --git a/english/nodejs/aspose.barcode/pdf417parameters/seteciencoding/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/seteciencoding/_index.md deleted file mode 100644 index f84c7b3c9..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/seteciencoding/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Pdf417Parameters.setECIEncoding" -linktitle: "setECIEncoding" -articleTitle: "setECIEncoding" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Not..." -type: docs -weight: 430 -url: /nodejs/aspose.barcode/pdf417parameters/seteciencoding/ ---- - -## setECIEncoding() - -Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Not applied for Macro PDF417 text fields. Current implementation consists all well known charset encodings. diff --git a/english/nodejs/aspose.barcode/pdf417parameters/setencodemode/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/setencodemode/_index.md deleted file mode 100644 index 66ec202d3..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/setencodemode/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Pdf417Parameters.setEncodeMode" -linktitle: "setEncodeMode" -articleTitle: "setEncodeMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies Pdf417 encode mode. Default value: Auto." -type: docs -weight: 440 -url: /nodejs/aspose.barcode/pdf417parameters/setencodemode/ ---- - -## setEncodeMode() - -Identifies Pdf417 encode mode. Default value: Auto. diff --git a/english/nodejs/aspose.barcode/pdf417parameters/seterrorlevel/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/seterrorlevel/_index.md deleted file mode 100644 index 3bd879dbe..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/seterrorlevel/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Pdf417Parameters.setErrorLevel" -linktitle: "setErrorLevel" -articleTitle: "setErrorLevel" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets Pdf417 symbology type of BarCode's error correction level ranging from level0 to level8, level0 means no error correction info, level8 means best error ..." -type: docs -weight: 450 -url: /nodejs/aspose.barcode/pdf417parameters/seterrorlevel/ ---- - -## setErrorLevel(value) - -Sets Pdf417 symbology type of BarCode's error correction level ranging from level0 to level8, level0 means no error correction info, level8 means best error correction which means a larger picture. - -| Parameter | Description | -| --- | --- | -| value | Pdf417 symbology type of BarCode's error correction level ranging from level0 to level8, level0 means no error correction info, level8 means best error correction which means a larger picture. | diff --git a/english/nodejs/aspose.barcode/pdf417parameters/setlinked/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/setlinked/_index.md deleted file mode 100644 index b442cc95b..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/setlinked/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Pdf417Parameters.setLinked" -linktitle: "setLinked" -articleTitle: "setLinked" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Defines linked modes with GS1MicroPdf417, MicroPdf417 and Pdf417 barcodes With GS1MicroPdf417 symbology encodes 906, 907, 912, 913, 914, 915 “Linked” UCC/EAN..." -type: docs -weight: 460 -url: /nodejs/aspose.barcode/pdf417parameters/setlinked/ ---- - -## setLinked() - -Defines linked modes with GS1MicroPdf417, MicroPdf417 and Pdf417 barcodes With GS1MicroPdf417 symbology encodes 906, 907, 912, 913, 914, 915 “Linked” UCC/EAN-128 modes With MicroPdf417 and Pdf417 symbologies encodes 918 linkage flag to associated linear component other than an EAN.UCC These samples show how to encode "Linked" UCC/EAN-128 modes in GS1MicroPdf417 and Linkage Flag (918) in MicroPdf417 and Pdf417 barcodes - -**Example:** - -```js -# Encodes GS1 Linked mode 912 with date field AI 11 (Production date) and AI 10 (Lot number) -let generator = new BarcodeGenerator(EncodeTypes.GS_1_MICRO_PDF_417, "(11)991231(10)ABCD"); -generator.getParameters().getBarcode().getPdf417().setLinked(true); -let reader = new BarCodeReader(generator.generateBarCodeImage(BarcodeImageFormat.PNG), null, DecodeType.GS_1_MICRO_PDF_417); -let results = reader.readBarCodes(); -for(let i = 0; i < results.length; i++) -{ - let result = results[i]; - console.log(result.getCodeText() + " IsLinked:" + result.getExtended().getPdf417().isLinked(); -} -``` diff --git a/english/nodejs/aspose.barcode/pdf417parameters/setmacrocharacters/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/setmacrocharacters/_index.md deleted file mode 100644 index 93da3e147..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/setmacrocharacters/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Pdf417Parameters.setMacroCharacters" -linktitle: "setMacroCharacters" -articleTitle: "setMacroCharacters" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with MicroPdf417 and encodes 916 and 917 MicroP..." -type: docs -weight: 470 -url: /nodejs/aspose.barcode/pdf417parameters/setmacrocharacters/ ---- - -## setMacroCharacters() - -Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with MicroPdf417 and encodes 916 and 917 MicroPdf417 modes Default value: MacroCharacters.None. These samples show how to encode Macro Characters in MicroPdf417 - -**Example:** - -```js -# Encodes MicroPdf417 with 05 Macro the string: "[)>\u001E05\u001Dabcde1234\u001E\u0004" -let generator = new BarcodeGenerator(EncodeTypes.MICRO_PDF_417, "abcde1234"); -generator.getParameters().getBarcode().getPdf417().setMacroCharacters(MacroCharacter.MACRO_05); -let reader = new BarCodeReader(generator.generateBarCodeImage(BarcodeImageFormat.PNG), null, DecodeType.MICRO_PDF_417); -let results = reader.readBarCodes(); -for(let i = 0; i < results.length; i++) -{ - let result = results[i]; - console.log( result.getCodeText()); -} -``` diff --git a/english/nodejs/aspose.barcode/pdf417parameters/setmacropdf417addressee/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/setmacropdf417addressee/_index.md deleted file mode 100644 index 738c573e4..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/setmacropdf417addressee/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Pdf417Parameters.setMacroPdf417Addressee" -linktitle: "setMacroPdf417Addressee" -articleTitle: "setMacroPdf417Addressee" -second_title: "Aspose.BarCode for Node.js via Java" -description: "MacroPdf417 barcode addressee name (optional field). MicroPDF417 barcode addressee name (optional field for Structured Append mode)" -type: docs -weight: 480 -url: /nodejs/aspose.barcode/pdf417parameters/setmacropdf417addressee/ ---- - -## setMacroPdf417Addressee() - -MacroPdf417 barcode addressee name (optional field). MicroPDF417 barcode addressee name (optional field for Structured Append mode) diff --git a/english/nodejs/aspose.barcode/pdf417parameters/setmacropdf417checksum/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/setmacropdf417checksum/_index.md deleted file mode 100644 index e3c437134..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/setmacropdf417checksum/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Pdf417Parameters.setMacroPdf417Checksum" -linktitle: "setMacroPdf417Checksum" -articleTitle: "setMacroPdf417Checksum" -second_title: "Aspose.BarCode for Node.js via Java" -description: "MacroPdf417 barcode checksum (optional field). MicroPDF417 barcode checksum (optional field for Structured Append mode) The checksum field contains the value..." -type: docs -weight: 490 -url: /nodejs/aspose.barcode/pdf417parameters/setmacropdf417checksum/ ---- - -## setMacroPdf417Checksum() - -MacroPdf417 barcode checksum (optional field). MicroPDF417 barcode checksum (optional field for Structured Append mode) The checksum field contains the value of the 16-bit (2 bytes) CRC checksum using the CCITT-16 polynomial. x^16 + x^12 + x^5 + 1 diff --git a/english/nodejs/aspose.barcode/pdf417parameters/setmacropdf417eciencoding/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/setmacropdf417eciencoding/_index.md deleted file mode 100644 index fa9f7c40f..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/setmacropdf417eciencoding/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Pdf417Parameters.setMacroPdf417ECIEncoding" -linktitle: "setMacroPdf417ECIEncoding" -articleTitle: "setMacroPdf417ECIEncoding" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields." -type: docs -weight: 500 -url: /nodejs/aspose.barcode/pdf417parameters/setmacropdf417eciencoding/ ---- - -## setMacroPdf417ECIEncoding() - -Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields. diff --git a/english/nodejs/aspose.barcode/pdf417parameters/setmacropdf417fileid/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/setmacropdf417fileid/_index.md deleted file mode 100644 index 743df38c1..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/setmacropdf417fileid/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Pdf417Parameters.setMacroPdf417FileID" -linktitle: "setMacroPdf417FileID" -articleTitle: "setMacroPdf417FileID" -second_title: "Aspose.BarCode for Node.js via Java" -description: "MacroPdf417 barcode's file ID (Required field). MicroPDF417 barcode's file ID (Required field for Structured Append mode)" -type: docs -weight: 510 -url: /nodejs/aspose.barcode/pdf417parameters/setmacropdf417fileid/ ---- - -## setMacroPdf417FileID() - -MacroPdf417 barcode's file ID (Required field). MicroPDF417 barcode's file ID (Required field for Structured Append mode) diff --git a/english/nodejs/aspose.barcode/pdf417parameters/setmacropdf417filename/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/setmacropdf417filename/_index.md deleted file mode 100644 index e132ef6d7..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/setmacropdf417filename/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Pdf417Parameters.setMacroPdf417FileName" -linktitle: "setMacroPdf417FileName" -articleTitle: "setMacroPdf417FileName" -second_title: "Aspose.BarCode for Node.js via Java" -description: "MacroPdf417 barcode file name (optional field). MicroPDF417 barcode file name (optional field for Structured Append mode)" -type: docs -weight: 520 -url: /nodejs/aspose.barcode/pdf417parameters/setmacropdf417filename/ ---- - -## setMacroPdf417FileName() - -MacroPdf417 barcode file name (optional field). MicroPDF417 barcode file name (optional field for Structured Append mode) diff --git a/english/nodejs/aspose.barcode/pdf417parameters/setmacropdf417filesize/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/setmacropdf417filesize/_index.md deleted file mode 100644 index bb2b1fd9f..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/setmacropdf417filesize/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Pdf417Parameters.setMacroPdf417FileSize" -linktitle: "setMacroPdf417FileSize" -articleTitle: "setMacroPdf417FileSize" -second_title: "Aspose.BarCode for Node.js via Java" -description: "MacroPdf417 file size (optional field). MicroPDF417 file size (optional field for Structured Append mode) The file size field contains the size in bytes of t..." -type: docs -weight: 530 -url: /nodejs/aspose.barcode/pdf417parameters/setmacropdf417filesize/ ---- - -## setMacroPdf417FileSize() - -MacroPdf417 file size (optional field). MicroPDF417 file size (optional field for Structured Append mode) The file size field contains the size in bytes of the entire source file. diff --git a/english/nodejs/aspose.barcode/pdf417parameters/setmacropdf417segmentid/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/setmacropdf417segmentid/_index.md deleted file mode 100644 index 456ef1f4f..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/setmacropdf417segmentid/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Pdf417Parameters.setMacroPdf417SegmentID" -linktitle: "setMacroPdf417SegmentID" -articleTitle: "setMacroPdf417SegmentID" -second_title: "Aspose.BarCode for Node.js via Java" -description: "MacroPdf417 barcode's segment ID (Required field), which starts from 0, to MacroSegmentsCount - 1. MicroPDF417 barcode's segment ID (Required field for Struc..." -type: docs -weight: 540 -url: /nodejs/aspose.barcode/pdf417parameters/setmacropdf417segmentid/ ---- - -## setMacroPdf417SegmentID() - -MacroPdf417 barcode's segment ID (Required field), which starts from 0, to MacroSegmentsCount - 1. MicroPDF417 barcode's segment ID (Required field for Structured Append mode) diff --git a/english/nodejs/aspose.barcode/pdf417parameters/setmacropdf417segmentscount/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/setmacropdf417segmentscount/_index.md deleted file mode 100644 index f1e67d860..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/setmacropdf417segmentscount/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Pdf417Parameters.setMacroPdf417SegmentsCount" -linktitle: "setMacroPdf417SegmentsCount" -articleTitle: "setMacroPdf417SegmentsCount" -second_title: "Aspose.BarCode for Node.js via Java" -description: "MacroPdf417 barcode segments count (optional field). MicroPDF417 barcode segments count (optional field for Structured Append mode)" -type: docs -weight: 550 -url: /nodejs/aspose.barcode/pdf417parameters/setmacropdf417segmentscount/ ---- - -## setMacroPdf417SegmentsCount() - -MacroPdf417 barcode segments count (optional field). MicroPDF417 barcode segments count (optional field for Structured Append mode) diff --git a/english/nodejs/aspose.barcode/pdf417parameters/setmacropdf417sender/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/setmacropdf417sender/_index.md deleted file mode 100644 index f95844e36..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/setmacropdf417sender/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Pdf417Parameters.setMacroPdf417Sender" -linktitle: "setMacroPdf417Sender" -articleTitle: "setMacroPdf417Sender" -second_title: "Aspose.BarCode for Node.js via Java" -description: "MacroPdf417 barcode sender name (optional field). MicroPDF417 barcode sender name (optional field for Structured Append mode)" -type: docs -weight: 560 -url: /nodejs/aspose.barcode/pdf417parameters/setmacropdf417sender/ ---- - -## setMacroPdf417Sender() - -MacroPdf417 barcode sender name (optional field). MicroPDF417 barcode sender name (optional field for Structured Append mode) diff --git a/english/nodejs/aspose.barcode/pdf417parameters/setmacropdf417terminator/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/setmacropdf417terminator/_index.md deleted file mode 100644 index 351495664..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/setmacropdf417terminator/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Pdf417Parameters.setMacroPdf417Terminator" -linktitle: "setMacroPdf417Terminator" -articleTitle: "setMacroPdf417Terminator" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417." -type: docs -weight: 570 -url: /nodejs/aspose.barcode/pdf417parameters/setmacropdf417terminator/ ---- - -## setMacroPdf417Terminator() - -Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417. diff --git a/english/nodejs/aspose.barcode/pdf417parameters/setmacropdf417timestamp/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/setmacropdf417timestamp/_index.md deleted file mode 100644 index 462b6454c..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/setmacropdf417timestamp/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Pdf417Parameters.setMacroPdf417TimeStamp" -linktitle: "setMacroPdf417TimeStamp" -articleTitle: "setMacroPdf417TimeStamp" -second_title: "Aspose.BarCode for Node.js via Java" -description: "MacroPdf417 barcode time stamp (optional field). MicroPDF417 barcode time stamp (optional field for Structured Append mode)" -type: docs -weight: 580 -url: /nodejs/aspose.barcode/pdf417parameters/setmacropdf417timestamp/ ---- - -## setMacroPdf417TimeStamp() - -MacroPdf417 barcode time stamp (optional field). MicroPDF417 barcode time stamp (optional field for Structured Append mode) diff --git a/english/nodejs/aspose.barcode/pdf417parameters/setpdf417compactionmode/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/setpdf417compactionmode/_index.md deleted file mode 100644 index 86aa25b85..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/setpdf417compactionmode/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Pdf417Parameters.setPdf417CompactionMode" -linktitle: "setPdf417CompactionMode" -articleTitle: "setPdf417CompactionMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Pdf417 symbology type of BarCode's compaction mode. Default value: Pdf417CompactionMode.AUTO." -type: docs -weight: 590 -url: /nodejs/aspose.barcode/pdf417parameters/setpdf417compactionmode/ ---- - -## setPdf417CompactionMode() - -Pdf417 symbology type of BarCode's compaction mode. Default value: Pdf417CompactionMode.AUTO. diff --git a/english/nodejs/aspose.barcode/pdf417parameters/setpdf417eciencoding/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/setpdf417eciencoding/_index.md deleted file mode 100644 index 541658f9b..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/setpdf417eciencoding/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Pdf417Parameters.setPdf417ECIEncoding" -linktitle: "setPdf417ECIEncoding" -articleTitle: "setPdf417ECIEncoding" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Cur..." -type: docs -weight: 600 -url: /nodejs/aspose.barcode/pdf417parameters/setpdf417eciencoding/ ---- - -## setPdf417ECIEncoding() - -> **Deprecated.** See method description for replacement. - -Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings. diff --git a/english/nodejs/aspose.barcode/pdf417parameters/setpdf417encodemode/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/setpdf417encodemode/_index.md deleted file mode 100644 index 90dcbe0b7..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/setpdf417encodemode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Pdf417Parameters.setPdf417EncodeMode" -linktitle: "setPdf417EncodeMode" -articleTitle: "setPdf417EncodeMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies Pdf417 encode mode. Default value: Auto." -type: docs -weight: 610 -url: /nodejs/aspose.barcode/pdf417parameters/setpdf417encodemode/ ---- - -## setPdf417EncodeMode() - -> **Deprecated.** See method description for replacement. - -Identifies Pdf417 encode mode. Default value: Auto. diff --git a/english/nodejs/aspose.barcode/pdf417parameters/setpdf417errorlevel/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/setpdf417errorlevel/_index.md deleted file mode 100644 index 442ea0bcf..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/setpdf417errorlevel/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Pdf417Parameters.setPdf417ErrorLevel" -linktitle: "setPdf417ErrorLevel" -articleTitle: "setPdf417ErrorLevel" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets Pdf417 symbology type of BarCode's error correction level ranging from level0 to level8, level0 means no error correction info, level8 means best error ..." -type: docs -weight: 620 -url: /nodejs/aspose.barcode/pdf417parameters/setpdf417errorlevel/ ---- - -## setPdf417ErrorLevel() - -> **Deprecated.** See method description for replacement. - -Sets Pdf417 symbology type of BarCode's error correction level ranging from level0 to level8, level0 means no error correction info, level8 means best error correction which means a larger picture. diff --git a/english/nodejs/aspose.barcode/pdf417parameters/setpdf417macroaddressee/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/setpdf417macroaddressee/_index.md deleted file mode 100644 index d69e13781..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/setpdf417macroaddressee/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Pdf417Parameters.setPdf417MacroAddressee" -linktitle: "setPdf417MacroAddressee" -articleTitle: "setPdf417MacroAddressee" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets macro Pdf417 barcode addressee name." -type: docs -weight: 630 -url: /nodejs/aspose.barcode/pdf417parameters/setpdf417macroaddressee/ ---- - -## setPdf417MacroAddressee() - -> **Deprecated.** See method description for replacement. - -Sets macro Pdf417 barcode addressee name. diff --git a/english/nodejs/aspose.barcode/pdf417parameters/setpdf417macrochecksum/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/setpdf417macrochecksum/_index.md deleted file mode 100644 index b734cb0a8..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/setpdf417macrochecksum/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Pdf417Parameters.setPdf417MacroChecksum" -linktitle: "setPdf417MacroChecksum" -articleTitle: "setPdf417MacroChecksum" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets macro Pdf417 barcode checksum." -type: docs -weight: 640 -url: /nodejs/aspose.barcode/pdf417parameters/setpdf417macrochecksum/ ---- - -## setPdf417MacroChecksum(value) - -> **Deprecated.** See method description for replacement. - -Sets macro Pdf417 barcode checksum. - -| Parameter | Description | -| --- | --- | -| value | The checksum field contains the value of the 16-bit (2 bytes) CRC checksum using the CCITT-16 polynomial. | diff --git a/english/nodejs/aspose.barcode/pdf417parameters/setpdf417macroeciencoding/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/setpdf417macroeciencoding/_index.md deleted file mode 100644 index 89c7a58e9..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/setpdf417macroeciencoding/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Pdf417Parameters.setPdf417MacroECIEncoding" -linktitle: "setPdf417MacroECIEncoding" -articleTitle: "setPdf417MacroECIEncoding" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields." -type: docs -weight: 650 -url: /nodejs/aspose.barcode/pdf417parameters/setpdf417macroeciencoding/ ---- - -## setPdf417MacroECIEncoding() - -> **Deprecated.** See method description for replacement. - -Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields. diff --git a/english/nodejs/aspose.barcode/pdf417parameters/setpdf417macrofileid/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/setpdf417macrofileid/_index.md deleted file mode 100644 index 584c6889c..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/setpdf417macrofileid/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Pdf417Parameters.setPdf417MacroFileID" -linktitle: "setPdf417MacroFileID" -articleTitle: "setPdf417MacroFileID" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets macro Pdf417 barcode's file ID. Used for MacroPdf417." -type: docs -weight: 660 -url: /nodejs/aspose.barcode/pdf417parameters/setpdf417macrofileid/ ---- - -## setPdf417MacroFileID() - -> **Deprecated.** See method description for replacement. - -Sets macro Pdf417 barcode's file ID. Used for MacroPdf417. diff --git a/english/nodejs/aspose.barcode/pdf417parameters/setpdf417macrofilename/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/setpdf417macrofilename/_index.md deleted file mode 100644 index 29b81d235..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/setpdf417macrofilename/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Pdf417Parameters.setPdf417MacroFileName" -linktitle: "setPdf417MacroFileName" -articleTitle: "setPdf417MacroFileName" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets macro Pdf417 barcode file name." -type: docs -weight: 670 -url: /nodejs/aspose.barcode/pdf417parameters/setpdf417macrofilename/ ---- - -## setPdf417MacroFileName() - -> **Deprecated.** See method description for replacement. - -Sets macro Pdf417 barcode file name. diff --git a/english/nodejs/aspose.barcode/pdf417parameters/setpdf417macrofilesize/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/setpdf417macrofilesize/_index.md deleted file mode 100644 index 039767e41..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/setpdf417macrofilesize/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Pdf417Parameters.setPdf417MacroFileSize" -linktitle: "setPdf417MacroFileSize" -articleTitle: "setPdf417MacroFileSize" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets macro Pdf417 file size." -type: docs -weight: 680 -url: /nodejs/aspose.barcode/pdf417parameters/setpdf417macrofilesize/ ---- - -## setPdf417MacroFileSize(value) - -> **Deprecated.** See method description for replacement. - -Sets macro Pdf417 file size. - -| Parameter | Description | -| --- | --- | -| value | The file size field contains the size in bytes of the entire source file. | diff --git a/english/nodejs/aspose.barcode/pdf417parameters/setpdf417macrosegmentid/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/setpdf417macrosegmentid/_index.md deleted file mode 100644 index d320b8d41..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/setpdf417macrosegmentid/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Pdf417Parameters.setPdf417MacroSegmentID" -linktitle: "setPdf417MacroSegmentID" -articleTitle: "setPdf417MacroSegmentID" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets macro Pdf417 barcode's segment ID, which starts from 0, to MacroSegmentsCount - 1." -type: docs -weight: 690 -url: /nodejs/aspose.barcode/pdf417parameters/setpdf417macrosegmentid/ ---- - -## setPdf417MacroSegmentID() - -> **Deprecated.** See method description for replacement. - -Sets macro Pdf417 barcode's segment ID, which starts from 0, to MacroSegmentsCount - 1. diff --git a/english/nodejs/aspose.barcode/pdf417parameters/setpdf417macrosegmentscount/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/setpdf417macrosegmentscount/_index.md deleted file mode 100644 index 5f4e0dc62..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/setpdf417macrosegmentscount/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Pdf417Parameters.setPdf417MacroSegmentsCount" -linktitle: "setPdf417MacroSegmentsCount" -articleTitle: "setPdf417MacroSegmentsCount" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets macro Pdf417 barcode segments count." -type: docs -weight: 700 -url: /nodejs/aspose.barcode/pdf417parameters/setpdf417macrosegmentscount/ ---- - -## setPdf417MacroSegmentsCount() - -> **Deprecated.** See method description for replacement. - -Sets macro Pdf417 barcode segments count. diff --git a/english/nodejs/aspose.barcode/pdf417parameters/setpdf417macrosender/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/setpdf417macrosender/_index.md deleted file mode 100644 index 2d2010665..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/setpdf417macrosender/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Pdf417Parameters.setPdf417MacroSender" -linktitle: "setPdf417MacroSender" -articleTitle: "setPdf417MacroSender" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets macro Pdf417 barcode sender name." -type: docs -weight: 710 -url: /nodejs/aspose.barcode/pdf417parameters/setpdf417macrosender/ ---- - -## setPdf417MacroSender() - -> **Deprecated.** See method description for replacement. - -Sets macro Pdf417 barcode sender name. diff --git a/english/nodejs/aspose.barcode/pdf417parameters/setpdf417macroterminator/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/setpdf417macroterminator/_index.md deleted file mode 100644 index a75b7b284..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/setpdf417macroterminator/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Pdf417Parameters.setPdf417MacroTerminator" -linktitle: "setPdf417MacroTerminator" -articleTitle: "setPdf417MacroTerminator" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417." -type: docs -weight: 720 -url: /nodejs/aspose.barcode/pdf417parameters/setpdf417macroterminator/ ---- - -## setPdf417MacroTerminator() - -> **Deprecated.** See method description for replacement. - -Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417. diff --git a/english/nodejs/aspose.barcode/pdf417parameters/setpdf417macrotimestamp/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/setpdf417macrotimestamp/_index.md deleted file mode 100644 index 99afe8217..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/setpdf417macrotimestamp/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Pdf417Parameters.setPdf417MacroTimeStamp" -linktitle: "setPdf417MacroTimeStamp" -articleTitle: "setPdf417MacroTimeStamp" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets macro Pdf417 barcode time stamp." -type: docs -weight: 730 -url: /nodejs/aspose.barcode/pdf417parameters/setpdf417macrotimestamp/ ---- - -## setPdf417MacroTimeStamp() - -> **Deprecated.** See method description for replacement. - -Sets macro Pdf417 barcode time stamp. diff --git a/english/nodejs/aspose.barcode/pdf417parameters/setpdf417truncate/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/setpdf417truncate/_index.md deleted file mode 100644 index 72d3d6179..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/setpdf417truncate/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Pdf417Parameters.setPdf417Truncate" -linktitle: "setPdf417Truncate" -articleTitle: "setPdf417Truncate" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Whether Pdf417 symbology type of BarCode is truncated (to reduce space)." -type: docs -weight: 740 -url: /nodejs/aspose.barcode/pdf417parameters/setpdf417truncate/ ---- - -## setPdf417Truncate() - -> **Deprecated.** See method description for replacement. - -Whether Pdf417 symbology type of BarCode is truncated (to reduce space). diff --git a/english/nodejs/aspose.barcode/pdf417parameters/setreaderinitialization/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/setreaderinitialization/_index.md deleted file mode 100644 index b70e9db4d..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/setreaderinitialization/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Pdf417Parameters.setReaderInitialization" -linktitle: "setReaderInitialization" -articleTitle: "setReaderInitialization" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization" -type: docs -weight: 750 -url: /nodejs/aspose.barcode/pdf417parameters/setreaderinitialization/ ---- - -## setReaderInitialization(value) - -Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization - -| Parameter | Description | -| --- | --- | -| value | | diff --git a/english/nodejs/aspose.barcode/pdf417parameters/setrows/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/setrows/_index.md deleted file mode 100644 index 1755f16f2..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/setrows/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Pdf417Parameters.setRows" -linktitle: "setRows" -articleTitle: "setRows" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Rows count." -type: docs -weight: 760 -url: /nodejs/aspose.barcode/pdf417parameters/setrows/ ---- - -## setRows() - -Rows count. diff --git a/english/nodejs/aspose.barcode/pdf417parameters/setstructuredappendmodebarcodeid/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/setstructuredappendmodebarcodeid/_index.md deleted file mode 100644 index a8881ab59..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/setstructuredappendmodebarcodeid/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Pdf417Parameters.setStructuredAppendModeBarcodeId" -linktitle: "setStructuredAppendModeBarcodeId" -articleTitle: "setStructuredAppendModeBarcodeId" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1." -type: docs -weight: 770 -url: /nodejs/aspose.barcode/pdf417parameters/setstructuredappendmodebarcodeid/ ---- - -## setStructuredAppendModeBarcodeId() - -Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. diff --git a/english/nodejs/aspose.barcode/pdf417parameters/settruncate/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/settruncate/_index.md deleted file mode 100644 index 3ad8afd89..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/settruncate/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Pdf417Parameters.setTruncate" -linktitle: "setTruncate" -articleTitle: "setTruncate" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Whether Pdf417 symbology type of BarCode is truncated (to reduce space). Also known as CompactPDF417. Rigth row indicator and right stop pattern are removed ..." -type: docs -weight: 780 -url: /nodejs/aspose.barcode/pdf417parameters/settruncate/ ---- - -## setTruncate() - -Whether Pdf417 symbology type of BarCode is truncated (to reduce space). Also known as CompactPDF417. Rigth row indicator and right stop pattern are removed in this mode. diff --git a/english/nodejs/aspose.barcode/pdf417parameters/tostring/_index.md b/english/nodejs/aspose.barcode/pdf417parameters/tostring/_index.md deleted file mode 100644 index f4b45dfe4..000000000 --- a/english/nodejs/aspose.barcode/pdf417parameters/tostring/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Pdf417Parameters.toString" -linktitle: "toString" -articleTitle: "toString" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns a human-readable string representation of this Pdf417Parameters." -type: docs -weight: 790 -url: /nodejs/aspose.barcode/pdf417parameters/tostring/ ---- - -## toString() - -Returns a human-readable string representation of this Pdf417Parameters. - -**Returns:** A string that represents this Pdf417Parameters. diff --git a/english/nodejs/aspose.barcode/pdfparameters/-initializewrappermembers/_index.md b/english/nodejs/aspose.barcode/pdfparameters/-initializewrappermembers/_index.md deleted file mode 100644 index 4efe871a8..000000000 --- a/english/nodejs/aspose.barcode/pdfparameters/-initializewrappermembers/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "PdfParameters._initializeWrapperMembers" -linktitle: "_initializeWrapperMembers" -articleTitle: "_initializeWrapperMembers" -second_title: "Aspose.BarCode for Node.js via Java" -description: "no-op initializer" -type: docs -weight: 10 -url: /nodejs/aspose.barcode/pdfparameters/-initializewrappermembers/ ---- - -## _initializeWrapperMembers() - -no-op initializer diff --git a/english/nodejs/aspose.barcode/pdfparameters/_index.md b/english/nodejs/aspose.barcode/pdfparameters/_index.md index 87cb477ed..ddc61d31c 100644 --- a/english/nodejs/aspose.barcode/pdfparameters/_index.md +++ b/english/nodejs/aspose.barcode/pdfparameters/_index.md @@ -1,9 +1,8 @@ --- -title: "PdfParameters Class" +title: "PdfParameters" linktitle: "PdfParameters" -articleTitle: "PdfParameters" -second_title: "Aspose.BarCode for Node.js via Java" -description: "PDF parameters wrapper. Expects an underlying `mwObject` instance that provides the corresponding getter/setter methods returning/accepting CMYK strings like..." +second_title: "Aspose.BarCode for Node.js via Java API Reference" +description: "PDF parameters wrapper." type: docs weight: 780 url: /nodejs/aspose.barcode/pdfparameters/ @@ -25,16 +24,98 @@ new PdfParameters(mwObject) | Name | Description | | --- | --- | -| [_initializeWrapperMembers()](./-initializewrappermembers/) | no-op initializer | -| [getCMYKBackColor()](./getcmykbackcolor/) | CMYK back color value. Null means CMYK color is not used, instead normal RGB color is used. | -| [getCMYKBarColor()](./getcmykbarcolor/) | CMYK color value of bar code. Null means CMYK color is not used, instead normal RGB color is used. | -| [getCMYKCaptionAboveColor()](./getcmykcaptionabovecolor/) | CMYK color value of caption above. Null means CMYK color is not used, instead normal RGB color is used. | -| [getCMYKCaptionBelowColor()](./getcmykcaptionbelowcolor/) | CMYK color value of caption below. Null means CMYK color is not used, instead normal RGB color is used. | -| [getCMYKCodetextColor()](./getcmykcodetextcolor/) | CMYK color value of Codetext. Null means CMYK color is not used, instead normal RGB color is used. | -| [isTextAsPath()](./istextaspath/) | Are paths used instead of text (use if Unicode characters are not displayed) Default value: false. | -| [setCMYKBackColor(value)](./setcmykbackcolor/) | CMYK back color value. Null means CMYK color is not used, instead normal RGB color is used. | -| [setCMYKBarColor(value)](./setcmykbarcolor/) | CMYK color value of bar code. Null means CMYK color is not used, instead normal RGB color is used. | -| [setCMYKCaptionAboveColor(value)](./setcmykcaptionabovecolor/) | CMYK color value of caption above. Null means CMYK color is not used, instead normal RGB color is used. | -| [setCMYKCaptionBelowColor(value)](./setcmykcaptionbelowcolor/) | CMYK color value of caption below. Null means CMYK color is not used, instead normal RGB color is used. | -| [setCMYKCodetextColor(value)](./setcmykcodetextcolor/) | CMYK color value of Codetext. Null means CMYK color is not used, instead normal RGB color is used. | -| [setTextAsPath()](./settextaspath/) | Are paths used instead of text (use if Unicode characters are not displayed) Default value: false. | +| [_initializeWrapperMembers()](#-initializewrappermembers) | no-op initializer | +| [getCMYKBackColor()](#getcmykbackcolor) | CMYK back color value. Null means CMYK color is not used, instead normal RGB color is used. | +| [getCMYKBarColor()](#getcmykbarcolor) | CMYK color value of bar code. Null means CMYK color is not used, instead normal RGB color is used. | +| [getCMYKCaptionAboveColor()](#getcmykcaptionabovecolor) | CMYK color value of caption above. Null means CMYK color is not used, instead normal RGB color is used. | +| [getCMYKCaptionBelowColor()](#getcmykcaptionbelowcolor) | CMYK color value of caption below. Null means CMYK color is not used, instead normal RGB color is used. | +| [getCMYKCodetextColor()](#getcmykcodetextcolor) | CMYK color value of Codetext. Null means CMYK color is not used, instead normal RGB color is used. | +| [isTextAsPath()](#istextaspath) | Are paths used instead of text (use if Unicode characters are not displayed) Default value: false. | +| [setCMYKBackColor(value)](#setcmykbackcolor) | CMYK back color value. Null means CMYK color is not used, instead normal RGB color is used. | +| [setCMYKBarColor(value)](#setcmykbarcolor) | CMYK color value of bar code. Null means CMYK color is not used, instead normal RGB color is used. | +| [setCMYKCaptionAboveColor(value)](#setcmykcaptionabovecolor) | CMYK color value of caption above. Null means CMYK color is not used, instead normal RGB color is used. | +| [setCMYKCaptionBelowColor(value)](#setcmykcaptionbelowcolor) | CMYK color value of caption below. Null means CMYK color is not used, instead normal RGB color is used. | +| [setCMYKCodetextColor(value)](#setcmykcodetextcolor) | CMYK color value of Codetext. Null means CMYK color is not used, instead normal RGB color is used. | +| [setTextAsPath()](#settextaspath) | Are paths used instead of text (use if Unicode characters are not displayed) Default value: false. | + +### _initializeWrapperMembers() {#-initializewrappermembers} + +no-op initializer + +### getCMYKBackColor() {#getcmykbackcolor} + +CMYK back color value. Null means CMYK color is not used, instead normal RGB color is used. + +**Returns:** CMYKColor\|null + +### getCMYKBarColor() {#getcmykbarcolor} + +CMYK color value of bar code. Null means CMYK color is not used, instead normal RGB color is used. + +**Returns:** CMYKColor\|null + +### getCMYKCaptionAboveColor() {#getcmykcaptionabovecolor} + +CMYK color value of caption above. Null means CMYK color is not used, instead normal RGB color is used. + +**Returns:** CMYKColor\|null + +### getCMYKCaptionBelowColor() {#getcmykcaptionbelowcolor} + +CMYK color value of caption below. Null means CMYK color is not used, instead normal RGB color is used. + +**Returns:** CMYKColor\|null + +### getCMYKCodetextColor() {#getcmykcodetextcolor} + +CMYK color value of Codetext. Null means CMYK color is not used, instead normal RGB color is used. + +**Returns:** CMYKColor\|null + +### isTextAsPath() {#istextaspath} + +Are paths used instead of text (use if Unicode characters are not displayed) Default value: false. + +### setCMYKBackColor(value) {#setcmykbackcolor} + +CMYK back color value. Null means CMYK color is not used, instead normal RGB color is used. + +| Parameter | Type | Description | +| --- | --- | --- | +| value | CMYKColor\|null | | + +### setCMYKBarColor(value) {#setcmykbarcolor} + +CMYK color value of bar code. Null means CMYK color is not used, instead normal RGB color is used. + +| Parameter | Type | Description | +| --- | --- | --- | +| value | CMYKColor\|null | | + +### setCMYKCaptionAboveColor(value) {#setcmykcaptionabovecolor} + +CMYK color value of caption above. Null means CMYK color is not used, instead normal RGB color is used. + +| Parameter | Type | Description | +| --- | --- | --- | +| value | CMYKColor\|null | | + +### setCMYKCaptionBelowColor(value) {#setcmykcaptionbelowcolor} + +CMYK color value of caption below. Null means CMYK color is not used, instead normal RGB color is used. + +| Parameter | Type | Description | +| --- | --- | --- | +| value | CMYKColor\|null | | + +### setCMYKCodetextColor(value) {#setcmykcodetextcolor} + +CMYK color value of Codetext. Null means CMYK color is not used, instead normal RGB color is used. + +| Parameter | Type | Description | +| --- | --- | --- | +| value | CMYKColor\|null | | + +### setTextAsPath() {#settextaspath} + +Are paths used instead of text (use if Unicode characters are not displayed) Default value: false. diff --git a/english/nodejs/aspose.barcode/pdfparameters/getcmykbackcolor/_index.md b/english/nodejs/aspose.barcode/pdfparameters/getcmykbackcolor/_index.md deleted file mode 100644 index 77e839f13..000000000 --- a/english/nodejs/aspose.barcode/pdfparameters/getcmykbackcolor/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "PdfParameters.getCMYKBackColor" -linktitle: "getCMYKBackColor" -articleTitle: "getCMYKBackColor" -second_title: "Aspose.BarCode for Node.js via Java" -description: "CMYK back color value. Null means CMYK color is not used, instead normal RGB color is used." -type: docs -weight: 20 -url: /nodejs/aspose.barcode/pdfparameters/getcmykbackcolor/ ---- - -## getCMYKBackColor() - -CMYK back color value. Null means CMYK color is not used, instead normal RGB color is used. - -**Returns:** CMYKColor\|null diff --git a/english/nodejs/aspose.barcode/pdfparameters/getcmykbarcolor/_index.md b/english/nodejs/aspose.barcode/pdfparameters/getcmykbarcolor/_index.md deleted file mode 100644 index 1fba43835..000000000 --- a/english/nodejs/aspose.barcode/pdfparameters/getcmykbarcolor/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "PdfParameters.getCMYKBarColor" -linktitle: "getCMYKBarColor" -articleTitle: "getCMYKBarColor" -second_title: "Aspose.BarCode for Node.js via Java" -description: "CMYK color value of bar code. Null means CMYK color is not used, instead normal RGB color is used." -type: docs -weight: 30 -url: /nodejs/aspose.barcode/pdfparameters/getcmykbarcolor/ ---- - -## getCMYKBarColor() - -CMYK color value of bar code. Null means CMYK color is not used, instead normal RGB color is used. - -**Returns:** CMYKColor\|null diff --git a/english/nodejs/aspose.barcode/pdfparameters/getcmykcaptionabovecolor/_index.md b/english/nodejs/aspose.barcode/pdfparameters/getcmykcaptionabovecolor/_index.md deleted file mode 100644 index d64eccb5d..000000000 --- a/english/nodejs/aspose.barcode/pdfparameters/getcmykcaptionabovecolor/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "PdfParameters.getCMYKCaptionAboveColor" -linktitle: "getCMYKCaptionAboveColor" -articleTitle: "getCMYKCaptionAboveColor" -second_title: "Aspose.BarCode for Node.js via Java" -description: "CMYK color value of caption above. Null means CMYK color is not used, instead normal RGB color is used." -type: docs -weight: 40 -url: /nodejs/aspose.barcode/pdfparameters/getcmykcaptionabovecolor/ ---- - -## getCMYKCaptionAboveColor() - -CMYK color value of caption above. Null means CMYK color is not used, instead normal RGB color is used. - -**Returns:** CMYKColor\|null diff --git a/english/nodejs/aspose.barcode/pdfparameters/getcmykcaptionbelowcolor/_index.md b/english/nodejs/aspose.barcode/pdfparameters/getcmykcaptionbelowcolor/_index.md deleted file mode 100644 index 6b684b51d..000000000 --- a/english/nodejs/aspose.barcode/pdfparameters/getcmykcaptionbelowcolor/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "PdfParameters.getCMYKCaptionBelowColor" -linktitle: "getCMYKCaptionBelowColor" -articleTitle: "getCMYKCaptionBelowColor" -second_title: "Aspose.BarCode for Node.js via Java" -description: "CMYK color value of caption below. Null means CMYK color is not used, instead normal RGB color is used." -type: docs -weight: 50 -url: /nodejs/aspose.barcode/pdfparameters/getcmykcaptionbelowcolor/ ---- - -## getCMYKCaptionBelowColor() - -CMYK color value of caption below. Null means CMYK color is not used, instead normal RGB color is used. - -**Returns:** CMYKColor\|null diff --git a/english/nodejs/aspose.barcode/pdfparameters/getcmykcodetextcolor/_index.md b/english/nodejs/aspose.barcode/pdfparameters/getcmykcodetextcolor/_index.md deleted file mode 100644 index 4f5cd2901..000000000 --- a/english/nodejs/aspose.barcode/pdfparameters/getcmykcodetextcolor/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "PdfParameters.getCMYKCodetextColor" -linktitle: "getCMYKCodetextColor" -articleTitle: "getCMYKCodetextColor" -second_title: "Aspose.BarCode for Node.js via Java" -description: "CMYK color value of Codetext. Null means CMYK color is not used, instead normal RGB color is used." -type: docs -weight: 60 -url: /nodejs/aspose.barcode/pdfparameters/getcmykcodetextcolor/ ---- - -## getCMYKCodetextColor() - -CMYK color value of Codetext. Null means CMYK color is not used, instead normal RGB color is used. - -**Returns:** CMYKColor\|null diff --git a/english/nodejs/aspose.barcode/pdfparameters/istextaspath/_index.md b/english/nodejs/aspose.barcode/pdfparameters/istextaspath/_index.md deleted file mode 100644 index 9d84af69d..000000000 --- a/english/nodejs/aspose.barcode/pdfparameters/istextaspath/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "PdfParameters.isTextAsPath" -linktitle: "isTextAsPath" -articleTitle: "isTextAsPath" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Are paths used instead of text (use if Unicode characters are not displayed) Default value: false." -type: docs -weight: 70 -url: /nodejs/aspose.barcode/pdfparameters/istextaspath/ ---- - -## isTextAsPath() - -Are paths used instead of text (use if Unicode characters are not displayed) Default value: false. diff --git a/english/nodejs/aspose.barcode/pdfparameters/setcmykbackcolor/_index.md b/english/nodejs/aspose.barcode/pdfparameters/setcmykbackcolor/_index.md deleted file mode 100644 index 126138a94..000000000 --- a/english/nodejs/aspose.barcode/pdfparameters/setcmykbackcolor/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "PdfParameters.setCMYKBackColor" -linktitle: "setCMYKBackColor" -articleTitle: "setCMYKBackColor" -second_title: "Aspose.BarCode for Node.js via Java" -description: "CMYK back color value. Null means CMYK color is not used, instead normal RGB color is used." -type: docs -weight: 80 -url: /nodejs/aspose.barcode/pdfparameters/setcmykbackcolor/ ---- - -## setCMYKBackColor(value) - -CMYK back color value. Null means CMYK color is not used, instead normal RGB color is used. - -| Parameter | Type | Description | -| --- | --- | --- | -| value | CMYKColor\|null | | diff --git a/english/nodejs/aspose.barcode/pdfparameters/setcmykbarcolor/_index.md b/english/nodejs/aspose.barcode/pdfparameters/setcmykbarcolor/_index.md deleted file mode 100644 index 47b5ef019..000000000 --- a/english/nodejs/aspose.barcode/pdfparameters/setcmykbarcolor/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "PdfParameters.setCMYKBarColor" -linktitle: "setCMYKBarColor" -articleTitle: "setCMYKBarColor" -second_title: "Aspose.BarCode for Node.js via Java" -description: "CMYK color value of bar code. Null means CMYK color is not used, instead normal RGB color is used." -type: docs -weight: 90 -url: /nodejs/aspose.barcode/pdfparameters/setcmykbarcolor/ ---- - -## setCMYKBarColor(value) - -CMYK color value of bar code. Null means CMYK color is not used, instead normal RGB color is used. - -| Parameter | Type | Description | -| --- | --- | --- | -| value | CMYKColor\|null | | diff --git a/english/nodejs/aspose.barcode/pdfparameters/setcmykcaptionabovecolor/_index.md b/english/nodejs/aspose.barcode/pdfparameters/setcmykcaptionabovecolor/_index.md deleted file mode 100644 index 3beb6fc7e..000000000 --- a/english/nodejs/aspose.barcode/pdfparameters/setcmykcaptionabovecolor/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "PdfParameters.setCMYKCaptionAboveColor" -linktitle: "setCMYKCaptionAboveColor" -articleTitle: "setCMYKCaptionAboveColor" -second_title: "Aspose.BarCode for Node.js via Java" -description: "CMYK color value of caption above. Null means CMYK color is not used, instead normal RGB color is used." -type: docs -weight: 100 -url: /nodejs/aspose.barcode/pdfparameters/setcmykcaptionabovecolor/ ---- - -## setCMYKCaptionAboveColor(value) - -CMYK color value of caption above. Null means CMYK color is not used, instead normal RGB color is used. - -| Parameter | Type | Description | -| --- | --- | --- | -| value | CMYKColor\|null | | diff --git a/english/nodejs/aspose.barcode/pdfparameters/setcmykcaptionbelowcolor/_index.md b/english/nodejs/aspose.barcode/pdfparameters/setcmykcaptionbelowcolor/_index.md deleted file mode 100644 index a552f45c8..000000000 --- a/english/nodejs/aspose.barcode/pdfparameters/setcmykcaptionbelowcolor/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "PdfParameters.setCMYKCaptionBelowColor" -linktitle: "setCMYKCaptionBelowColor" -articleTitle: "setCMYKCaptionBelowColor" -second_title: "Aspose.BarCode for Node.js via Java" -description: "CMYK color value of caption below. Null means CMYK color is not used, instead normal RGB color is used." -type: docs -weight: 110 -url: /nodejs/aspose.barcode/pdfparameters/setcmykcaptionbelowcolor/ ---- - -## setCMYKCaptionBelowColor(value) - -CMYK color value of caption below. Null means CMYK color is not used, instead normal RGB color is used. - -| Parameter | Type | Description | -| --- | --- | --- | -| value | CMYKColor\|null | | diff --git a/english/nodejs/aspose.barcode/pdfparameters/setcmykcodetextcolor/_index.md b/english/nodejs/aspose.barcode/pdfparameters/setcmykcodetextcolor/_index.md deleted file mode 100644 index 0ebc77f80..000000000 --- a/english/nodejs/aspose.barcode/pdfparameters/setcmykcodetextcolor/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "PdfParameters.setCMYKCodetextColor" -linktitle: "setCMYKCodetextColor" -articleTitle: "setCMYKCodetextColor" -second_title: "Aspose.BarCode for Node.js via Java" -description: "CMYK color value of Codetext. Null means CMYK color is not used, instead normal RGB color is used." -type: docs -weight: 120 -url: /nodejs/aspose.barcode/pdfparameters/setcmykcodetextcolor/ ---- - -## setCMYKCodetextColor(value) - -CMYK color value of Codetext. Null means CMYK color is not used, instead normal RGB color is used. - -| Parameter | Type | Description | -| --- | --- | --- | -| value | CMYKColor\|null | | diff --git a/english/nodejs/aspose.barcode/pdfparameters/settextaspath/_index.md b/english/nodejs/aspose.barcode/pdfparameters/settextaspath/_index.md deleted file mode 100644 index 6c841581e..000000000 --- a/english/nodejs/aspose.barcode/pdfparameters/settextaspath/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "PdfParameters.setTextAsPath" -linktitle: "setTextAsPath" -articleTitle: "setTextAsPath" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Are paths used instead of text (use if Unicode characters are not displayed) Default value: false." -type: docs -weight: 130 -url: /nodejs/aspose.barcode/pdfparameters/settextaspath/ ---- - -## setTextAsPath() - -Are paths used instead of text (use if Unicode characters are not displayed) Default value: false. diff --git a/english/nodejs/aspose.barcode/postalparameters/_index.md b/english/nodejs/aspose.barcode/postalparameters/_index.md index f86416dff..d57d06a1b 100644 --- a/english/nodejs/aspose.barcode/postalparameters/_index.md +++ b/english/nodejs/aspose.barcode/postalparameters/_index.md @@ -1,9 +1,8 @@ --- -title: "PostalParameters Class" +title: "PostalParameters" linktitle: "PostalParameters" -articleTitle: "PostalParameters" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Postal parameters. Used for Postnet, Planet." +second_title: "Aspose.BarCode for Node.js via Java API Reference" +description: "Postal parameters." type: docs weight: 790 url: /nodejs/aspose.barcode/postalparameters/ @@ -21,8 +20,34 @@ new PostalParameters() | Name | Description | | --- | --- | -| [getPostalShortBarHeight()](./getpostalshortbarheight/) ~~(deprecated)~~ | Short bar's height of Postal barcodes. | -| [getShortBarHeight()](./getshortbarheight/) | Short bar's height of Postal barcodes. | -| [setPostalShortBarHeight()](./setpostalshortbarheight/) ~~(deprecated)~~ | Short bar's height of Postal barcodes. | -| [setShortBarHeight()](./setshortbarheight/) | Short bar's height of Postal barcodes. | -| [toString()](./tostring/) | Returns a human-readable string representation of this PostalParameters. | +| [getPostalShortBarHeight()](#getpostalshortbarheight) ~~(deprecated)~~ | Short bar's height of Postal barcodes. | +| [getShortBarHeight()](#getshortbarheight) | Short bar's height of Postal barcodes. | +| [setPostalShortBarHeight()](#setpostalshortbarheight) ~~(deprecated)~~ | Short bar's height of Postal barcodes. | +| [setShortBarHeight()](#setshortbarheight) | Short bar's height of Postal barcodes. | +| [toString()](#tostring) | Returns a human-readable string representation of this PostalParameters. | + +### getPostalShortBarHeight() {#getpostalshortbarheight} + +> **Deprecated.** See method description for replacement. + +Short bar's height of Postal barcodes. + +### getShortBarHeight() {#getshortbarheight} + +Short bar's height of Postal barcodes. + +### setPostalShortBarHeight() {#setpostalshortbarheight} + +> **Deprecated.** See method description for replacement. + +Short bar's height of Postal barcodes. + +### setShortBarHeight() {#setshortbarheight} + +Short bar's height of Postal barcodes. + +### toString() {#tostring} + +Returns a human-readable string representation of this PostalParameters. + +**Returns:** A string that represents this PostalParameters. diff --git a/english/nodejs/aspose.barcode/postalparameters/getpostalshortbarheight/_index.md b/english/nodejs/aspose.barcode/postalparameters/getpostalshortbarheight/_index.md deleted file mode 100644 index c3d686e77..000000000 --- a/english/nodejs/aspose.barcode/postalparameters/getpostalshortbarheight/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "PostalParameters.getPostalShortBarHeight" -linktitle: "getPostalShortBarHeight" -articleTitle: "getPostalShortBarHeight" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Short bar's height of Postal barcodes." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/postalparameters/getpostalshortbarheight/ ---- - -## getPostalShortBarHeight() - -> **Deprecated.** See method description for replacement. - -Short bar's height of Postal barcodes. diff --git a/english/nodejs/aspose.barcode/postalparameters/getshortbarheight/_index.md b/english/nodejs/aspose.barcode/postalparameters/getshortbarheight/_index.md deleted file mode 100644 index 67df5fc8c..000000000 --- a/english/nodejs/aspose.barcode/postalparameters/getshortbarheight/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "PostalParameters.getShortBarHeight" -linktitle: "getShortBarHeight" -articleTitle: "getShortBarHeight" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Short bar's height of Postal barcodes." -type: docs -weight: 20 -url: /nodejs/aspose.barcode/postalparameters/getshortbarheight/ ---- - -## getShortBarHeight() - -Short bar's height of Postal barcodes. diff --git a/english/nodejs/aspose.barcode/postalparameters/setpostalshortbarheight/_index.md b/english/nodejs/aspose.barcode/postalparameters/setpostalshortbarheight/_index.md deleted file mode 100644 index 4cec3fcad..000000000 --- a/english/nodejs/aspose.barcode/postalparameters/setpostalshortbarheight/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "PostalParameters.setPostalShortBarHeight" -linktitle: "setPostalShortBarHeight" -articleTitle: "setPostalShortBarHeight" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Short bar's height of Postal barcodes." -type: docs -weight: 30 -url: /nodejs/aspose.barcode/postalparameters/setpostalshortbarheight/ ---- - -## setPostalShortBarHeight() - -> **Deprecated.** See method description for replacement. - -Short bar's height of Postal barcodes. diff --git a/english/nodejs/aspose.barcode/postalparameters/setshortbarheight/_index.md b/english/nodejs/aspose.barcode/postalparameters/setshortbarheight/_index.md deleted file mode 100644 index 659f8f4ff..000000000 --- a/english/nodejs/aspose.barcode/postalparameters/setshortbarheight/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "PostalParameters.setShortBarHeight" -linktitle: "setShortBarHeight" -articleTitle: "setShortBarHeight" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Short bar's height of Postal barcodes." -type: docs -weight: 40 -url: /nodejs/aspose.barcode/postalparameters/setshortbarheight/ ---- - -## setShortBarHeight() - -Short bar's height of Postal barcodes. diff --git a/english/nodejs/aspose.barcode/postalparameters/tostring/_index.md b/english/nodejs/aspose.barcode/postalparameters/tostring/_index.md deleted file mode 100644 index 39a68efaf..000000000 --- a/english/nodejs/aspose.barcode/postalparameters/tostring/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "PostalParameters.toString" -linktitle: "toString" -articleTitle: "toString" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns a human-readable string representation of this PostalParameters." -type: docs -weight: 50 -url: /nodejs/aspose.barcode/postalparameters/tostring/ ---- - -## toString() - -Returns a human-readable string representation of this PostalParameters. - -**Returns:** A string that represents this PostalParameters. diff --git a/english/nodejs/aspose.barcode/primarydata/_index.md b/english/nodejs/aspose.barcode/primarydata/_index.md index 15c920dee..18cb86d6b 100644 --- a/english/nodejs/aspose.barcode/primarydata/_index.md +++ b/english/nodejs/aspose.barcode/primarydata/_index.md @@ -1,8 +1,7 @@ --- -title: "PrimaryData Class" +title: "PrimaryData" linktitle: "PrimaryData" -articleTitle: "PrimaryData" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Class for storing HIBC LIC primary data." type: docs weight: 800 @@ -21,13 +20,67 @@ new PrimaryData() | Name | Description | | --- | --- | -| [equals(obj)](./equals/) | Returns a value indicating whether this instance is equal to a specified `PrimaryData` value. | -| [getLabelerIdentificationCode()](./getlabeleridentificationcode/) | Identifies date of labeler identification code. Labeler identification code must be 4 symbols alphanumeric string, with | -| [getProductOrCatalogNumber()](./getproductorcatalognumber/) | Identifies product or catalog number. Product or catalog number must be alphanumeric string up to 18 sybmols length. | -| [getUnitOfMeasureID()](./getunitofmeasureid/) | Identifies unit of measure ID. Unit of measure ID must be integer value from 0 to 9. | -| [hashCode()](./hashcode/) | Returns the hash code for this instance. | -| [parseFromString(primaryDataCodetext)](./parsefromstring/) | Instantiates primary data from string format according HIBC LIC specification. | -| [setLabelerIdentificationCode()](./setlabeleridentificationcode/) | Identifies date of labeler identification code. Labeler identification code must be 4 symbols alphanumeric string, with | -| [setProductOrCatalogNumber()](./setproductorcatalognumber/) | Identifies product or catalog number. Product or catalog number must be alphanumeric string up to 18 sybmols length. | -| [setUnitOfMeasureID()](./setunitofmeasureid/) | Identifies unit of measure ID. Unit of measure ID must be integer value from 0 to 9. | -| [toString()](./tostring/) | Converts data to string format according HIBC LIC specification. | +| [equals(obj)](#equals) | Returns a value indicating whether this instance is equal to a specified `PrimaryData` value. | +| [getLabelerIdentificationCode()](#getlabeleridentificationcode) | Identifies date of labeler identification code. Labeler identification code must be 4 symbols alphanumeric string, with | +| [getProductOrCatalogNumber()](#getproductorcatalognumber) | Identifies product or catalog number. Product or catalog number must be alphanumeric string up to 18 sybmols length. | +| [getUnitOfMeasureID()](#getunitofmeasureid) | Identifies unit of measure ID. Unit of measure ID must be integer value from 0 to 9. | +| [hashCode()](#hashcode) | Returns the hash code for this instance. | +| [parseFromString(primaryDataCodetext)](#parsefromstring) | Instantiates primary data from string format according HIBC LIC specification. | +| [setLabelerIdentificationCode()](#setlabeleridentificationcode) | Identifies date of labeler identification code. Labeler identification code must be 4 symbols alphanumeric string, with | +| [setProductOrCatalogNumber()](#setproductorcatalognumber) | Identifies product or catalog number. Product or catalog number must be alphanumeric string up to 18 sybmols length. | +| [setUnitOfMeasureID()](#setunitofmeasureid) | Identifies unit of measure ID. Unit of measure ID must be integer value from 0 to 9. | +| [toString()](#tostring) | Converts data to string format according HIBC LIC specification. | + +### equals(obj) {#equals} + +Returns a value indicating whether this instance is equal to a specified `PrimaryData` value. + +| Parameter | Description | +| --- | --- | +| obj | An `PrimaryData` value to compare to this instance. | + +**Returns:** `true ` if obj has the same value as this instance; otherwise, `false `. + +### getLabelerIdentificationCode() {#getlabeleridentificationcode} + +Identifies date of labeler identification code. Labeler identification code must be 4 symbols alphanumeric string, with first character always being alphabetic. + +### getProductOrCatalogNumber() {#getproductorcatalognumber} + +Identifies product or catalog number. Product or catalog number must be alphanumeric string up to 18 sybmols length. + +### getUnitOfMeasureID() {#getunitofmeasureid} + +Identifies unit of measure ID. Unit of measure ID must be integer value from 0 to 9. + +### hashCode() {#hashcode} + +Returns the hash code for this instance. + +**Returns:** A 32-bit signed integer hash code. + +### parseFromString(primaryDataCodetext) {#parsefromstring} + +Instantiates primary data from string format according HIBC LIC specification. + +| Parameter | Description | +| --- | --- | +| primaryDataCodetext | Formatted string. | + +### setLabelerIdentificationCode() {#setlabeleridentificationcode} + +Identifies date of labeler identification code. Labeler identification code must be 4 symbols alphanumeric string, with first character always being alphabetic. + +### setProductOrCatalogNumber() {#setproductorcatalognumber} + +Identifies product or catalog number. Product or catalog number must be alphanumeric string up to 18 sybmols length. + +### setUnitOfMeasureID() {#setunitofmeasureid} + +Identifies unit of measure ID. Unit of measure ID must be integer value from 0 to 9. + +### toString() {#tostring} + +Converts data to string format according HIBC LIC specification. + +**Returns:** Formatted string. diff --git a/english/nodejs/aspose.barcode/primarydata/equals/_index.md b/english/nodejs/aspose.barcode/primarydata/equals/_index.md deleted file mode 100644 index 2e74dd898..000000000 --- a/english/nodejs/aspose.barcode/primarydata/equals/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "PrimaryData.equals" -linktitle: "equals" -articleTitle: "equals" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns a value indicating whether this instance is equal to a specified `PrimaryData` value." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/primarydata/equals/ ---- - -## equals(obj) - -Returns a value indicating whether this instance is equal to a specified `PrimaryData` value. - -| Parameter | Description | -| --- | --- | -| obj | An `PrimaryData` value to compare to this instance. | - -**Returns:** `true ` if obj has the same value as this instance; otherwise, `false `. diff --git a/english/nodejs/aspose.barcode/primarydata/getlabeleridentificationcode/_index.md b/english/nodejs/aspose.barcode/primarydata/getlabeleridentificationcode/_index.md deleted file mode 100644 index ca1ce4af5..000000000 --- a/english/nodejs/aspose.barcode/primarydata/getlabeleridentificationcode/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "PrimaryData.getLabelerIdentificationCode" -linktitle: "getLabelerIdentificationCode" -articleTitle: "getLabelerIdentificationCode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies date of labeler identification code. Labeler identification code must be 4 symbols alphanumeric string, with first character always being alphabetic." -type: docs -weight: 20 -url: /nodejs/aspose.barcode/primarydata/getlabeleridentificationcode/ ---- - -## getLabelerIdentificationCode() - -Identifies date of labeler identification code. Labeler identification code must be 4 symbols alphanumeric string, with first character always being alphabetic. diff --git a/english/nodejs/aspose.barcode/primarydata/getproductorcatalognumber/_index.md b/english/nodejs/aspose.barcode/primarydata/getproductorcatalognumber/_index.md deleted file mode 100644 index 446dc4cd9..000000000 --- a/english/nodejs/aspose.barcode/primarydata/getproductorcatalognumber/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "PrimaryData.getProductOrCatalogNumber" -linktitle: "getProductOrCatalogNumber" -articleTitle: "getProductOrCatalogNumber" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies product or catalog number. Product or catalog number must be alphanumeric string up to 18 sybmols length." -type: docs -weight: 30 -url: /nodejs/aspose.barcode/primarydata/getproductorcatalognumber/ ---- - -## getProductOrCatalogNumber() - -Identifies product or catalog number. Product or catalog number must be alphanumeric string up to 18 sybmols length. diff --git a/english/nodejs/aspose.barcode/primarydata/getunitofmeasureid/_index.md b/english/nodejs/aspose.barcode/primarydata/getunitofmeasureid/_index.md deleted file mode 100644 index cd93569d4..000000000 --- a/english/nodejs/aspose.barcode/primarydata/getunitofmeasureid/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "PrimaryData.getUnitOfMeasureID" -linktitle: "getUnitOfMeasureID" -articleTitle: "getUnitOfMeasureID" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies unit of measure ID. Unit of measure ID must be integer value from 0 to 9." -type: docs -weight: 40 -url: /nodejs/aspose.barcode/primarydata/getunitofmeasureid/ ---- - -## getUnitOfMeasureID() - -Identifies unit of measure ID. Unit of measure ID must be integer value from 0 to 9. diff --git a/english/nodejs/aspose.barcode/primarydata/hashcode/_index.md b/english/nodejs/aspose.barcode/primarydata/hashcode/_index.md deleted file mode 100644 index a951133c2..000000000 --- a/english/nodejs/aspose.barcode/primarydata/hashcode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "PrimaryData.hashCode" -linktitle: "hashCode" -articleTitle: "hashCode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns the hash code for this instance." -type: docs -weight: 50 -url: /nodejs/aspose.barcode/primarydata/hashcode/ ---- - -## hashCode() - -Returns the hash code for this instance. - -**Returns:** A 32-bit signed integer hash code. diff --git a/english/nodejs/aspose.barcode/primarydata/parsefromstring/_index.md b/english/nodejs/aspose.barcode/primarydata/parsefromstring/_index.md deleted file mode 100644 index d62d9412a..000000000 --- a/english/nodejs/aspose.barcode/primarydata/parsefromstring/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "PrimaryData.parseFromString" -linktitle: "parseFromString" -articleTitle: "parseFromString" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Instantiates primary data from string format according HIBC LIC specification." -type: docs -weight: 60 -url: /nodejs/aspose.barcode/primarydata/parsefromstring/ ---- - -## parseFromString(primaryDataCodetext) - -Instantiates primary data from string format according HIBC LIC specification. - -| Parameter | Description | -| --- | --- | -| primaryDataCodetext | Formatted string. | diff --git a/english/nodejs/aspose.barcode/primarydata/setlabeleridentificationcode/_index.md b/english/nodejs/aspose.barcode/primarydata/setlabeleridentificationcode/_index.md deleted file mode 100644 index f1eb9d857..000000000 --- a/english/nodejs/aspose.barcode/primarydata/setlabeleridentificationcode/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "PrimaryData.setLabelerIdentificationCode" -linktitle: "setLabelerIdentificationCode" -articleTitle: "setLabelerIdentificationCode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies date of labeler identification code. Labeler identification code must be 4 symbols alphanumeric string, with first character always being alphabetic." -type: docs -weight: 70 -url: /nodejs/aspose.barcode/primarydata/setlabeleridentificationcode/ ---- - -## setLabelerIdentificationCode() - -Identifies date of labeler identification code. Labeler identification code must be 4 symbols alphanumeric string, with first character always being alphabetic. diff --git a/english/nodejs/aspose.barcode/primarydata/setproductorcatalognumber/_index.md b/english/nodejs/aspose.barcode/primarydata/setproductorcatalognumber/_index.md deleted file mode 100644 index 05608e74b..000000000 --- a/english/nodejs/aspose.barcode/primarydata/setproductorcatalognumber/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "PrimaryData.setProductOrCatalogNumber" -linktitle: "setProductOrCatalogNumber" -articleTitle: "setProductOrCatalogNumber" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies product or catalog number. Product or catalog number must be alphanumeric string up to 18 sybmols length." -type: docs -weight: 80 -url: /nodejs/aspose.barcode/primarydata/setproductorcatalognumber/ ---- - -## setProductOrCatalogNumber() - -Identifies product or catalog number. Product or catalog number must be alphanumeric string up to 18 sybmols length. diff --git a/english/nodejs/aspose.barcode/primarydata/setunitofmeasureid/_index.md b/english/nodejs/aspose.barcode/primarydata/setunitofmeasureid/_index.md deleted file mode 100644 index ca94012e8..000000000 --- a/english/nodejs/aspose.barcode/primarydata/setunitofmeasureid/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "PrimaryData.setUnitOfMeasureID" -linktitle: "setUnitOfMeasureID" -articleTitle: "setUnitOfMeasureID" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies unit of measure ID. Unit of measure ID must be integer value from 0 to 9." -type: docs -weight: 90 -url: /nodejs/aspose.barcode/primarydata/setunitofmeasureid/ ---- - -## setUnitOfMeasureID() - -Identifies unit of measure ID. Unit of measure ID must be integer value from 0 to 9. diff --git a/english/nodejs/aspose.barcode/primarydata/tostring/_index.md b/english/nodejs/aspose.barcode/primarydata/tostring/_index.md deleted file mode 100644 index d2517c0ae..000000000 --- a/english/nodejs/aspose.barcode/primarydata/tostring/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "PrimaryData.toString" -linktitle: "toString" -articleTitle: "toString" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Converts data to string format according HIBC LIC specification." -type: docs -weight: 100 -url: /nodejs/aspose.barcode/primarydata/tostring/ ---- - -## toString() - -Converts data to string format according HIBC LIC specification. - -**Returns:** Formatted string. diff --git a/english/nodejs/aspose.barcode/qrextcodetextbuilder/_index.md b/english/nodejs/aspose.barcode/qrextcodetextbuilder/_index.md index 4bdf9cacd..52e705b06 100644 --- a/english/nodejs/aspose.barcode/qrextcodetextbuilder/_index.md +++ b/english/nodejs/aspose.barcode/qrextcodetextbuilder/_index.md @@ -1,9 +1,8 @@ --- -title: "QrExtCodetextBuilder Class" +title: "QrExtCodetextBuilder" linktitle: "QrExtCodetextBuilder" -articleTitle: "QrExtCodetextBuilder" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Extended codetext generator for 2D QR barcodes for ExtendedCodetext Mode of QREncodeMode Use Display2DText property of BarCodeBuilder to set visible text to ..." +second_title: "Aspose.BarCode for Node.js via Java API Reference" +description: "Extended codetext generator for 2D QR barcodes for ExtendedCodetext Mode of QREncodeMode Use Display2DText property of BarCodeBuilder to set visible text to rem" type: docs weight: 820 url: /nodejs/aspose.barcode/qrextcodetextbuilder/ @@ -35,9 +34,46 @@ new QrExtCodetextBuilder() | Name | Description | | --- | --- | -| [addCodetextWithCompactionMode(mode, codetext)](./addcodetextwithcompactionmode/) | Adds codetext with the specified QR compaction mode to the extended codetext items. | -| [addFNC1FirstPosition()](./addfnc1firstposition/) | Adds FNC1 in first position to the extended codetext items | -| [addFNC1GroupSeparator()](./addfnc1groupseparator/) | Adds Group Separator (GS - '\\u001D') to the extended codetext items | -| [addFNC1SecondPosition(codetext)](./addfnc1secondposition/) | Adds FNC1 in second position to the extended codetext items | -| [clear()](./clear/) | Clears extended codetext items | -| [getExtendedCodetext()](./getextendedcodetext/) | Generates Extended codetext from the extended codetext list. | +| [addCodetextWithCompactionMode(mode, codetext)](#addcodetextwithcompactionmode) | Adds codetext with the specified QR compaction mode to the extended codetext items. | +| [addFNC1FirstPosition()](#addfnc1firstposition) | Adds FNC1 in first position to the extended codetext items | +| [addFNC1GroupSeparator()](#addfnc1groupseparator) | Adds Group Separator (GS - '\\u001D') to the extended codetext items | +| [addFNC1SecondPosition(codetext)](#addfnc1secondposition) | Adds FNC1 in second position to the extended codetext items | +| [clear()](#clear) | Clears extended codetext items | +| [getExtendedCodetext()](#getextendedcodetext) | Generates Extended codetext from the extended codetext list. | + +### addCodetextWithCompactionMode(mode, codetext) {#addcodetextwithcompactionmode} + +Adds codetext with the specified QR compaction mode to the extended codetext items. + +| Parameter | Description | +| --- | --- | +| mode | QR compaction mode for the codetext. | +| codetext | Codetext in Unicode to add as an extended codetext item. | + +**Throws:** IllegalArgumentException The specified codetext cannot be encoded in the selected QR compaction mode. + +### addFNC1FirstPosition() {#addfnc1firstposition} + +Adds FNC1 in first position to the extended codetext items + +### addFNC1GroupSeparator() {#addfnc1groupseparator} + +Adds Group Separator (GS - '\\u001D') to the extended codetext items + +### addFNC1SecondPosition(codetext) {#addfnc1secondposition} + +Adds FNC1 in second position to the extended codetext items + +| Parameter | Description | +| --- | --- | +| codetext | Value of the FNC1 in the second position | + +### clear() {#clear} + +Clears extended codetext items + +### getExtendedCodetext() {#getextendedcodetext} + +Generates Extended codetext from the extended codetext list. + +**Returns:** Extended codetext as string diff --git a/english/nodejs/aspose.barcode/qrextcodetextbuilder/addcodetextwithcompactionmode/_index.md b/english/nodejs/aspose.barcode/qrextcodetextbuilder/addcodetextwithcompactionmode/_index.md deleted file mode 100644 index d27b885a2..000000000 --- a/english/nodejs/aspose.barcode/qrextcodetextbuilder/addcodetextwithcompactionmode/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QrExtCodetextBuilder.addCodetextWithCompactionMode" -linktitle: "addCodetextWithCompactionMode" -articleTitle: "addCodetextWithCompactionMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Adds codetext with the specified QR compaction mode to the extended codetext items." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/qrextcodetextbuilder/addcodetextwithcompactionmode/ ---- - -## addCodetextWithCompactionMode(mode, codetext) - -Adds codetext with the specified QR compaction mode to the extended codetext items. - -| Parameter | Description | -| --- | --- | -| mode | QR compaction mode for the codetext. | -| codetext | Codetext in Unicode to add as an extended codetext item. | - -**Throws:** IllegalArgumentException The specified codetext cannot be encoded in the selected QR compaction mode. diff --git a/english/nodejs/aspose.barcode/qrextcodetextbuilder/addfnc1firstposition/_index.md b/english/nodejs/aspose.barcode/qrextcodetextbuilder/addfnc1firstposition/_index.md deleted file mode 100644 index 5d411c50d..000000000 --- a/english/nodejs/aspose.barcode/qrextcodetextbuilder/addfnc1firstposition/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "QrExtCodetextBuilder.addFNC1FirstPosition" -linktitle: "addFNC1FirstPosition" -articleTitle: "addFNC1FirstPosition" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Adds FNC1 in first position to the extended codetext items" -type: docs -weight: 20 -url: /nodejs/aspose.barcode/qrextcodetextbuilder/addfnc1firstposition/ ---- - -## addFNC1FirstPosition() - -Adds FNC1 in first position to the extended codetext items diff --git a/english/nodejs/aspose.barcode/qrextcodetextbuilder/addfnc1groupseparator/_index.md b/english/nodejs/aspose.barcode/qrextcodetextbuilder/addfnc1groupseparator/_index.md deleted file mode 100644 index d8fa7d250..000000000 --- a/english/nodejs/aspose.barcode/qrextcodetextbuilder/addfnc1groupseparator/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "QrExtCodetextBuilder.addFNC1GroupSeparator" -linktitle: "addFNC1GroupSeparator" -articleTitle: "addFNC1GroupSeparator" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Adds Group Separator (GS - '\\u001D') to the extended codetext items" -type: docs -weight: 30 -url: /nodejs/aspose.barcode/qrextcodetextbuilder/addfnc1groupseparator/ ---- - -## addFNC1GroupSeparator() - -Adds Group Separator (GS - '\\u001D') to the extended codetext items diff --git a/english/nodejs/aspose.barcode/qrextcodetextbuilder/addfnc1secondposition/_index.md b/english/nodejs/aspose.barcode/qrextcodetextbuilder/addfnc1secondposition/_index.md deleted file mode 100644 index b00881f4c..000000000 --- a/english/nodejs/aspose.barcode/qrextcodetextbuilder/addfnc1secondposition/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QrExtCodetextBuilder.addFNC1SecondPosition" -linktitle: "addFNC1SecondPosition" -articleTitle: "addFNC1SecondPosition" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Adds FNC1 in second position to the extended codetext items" -type: docs -weight: 40 -url: /nodejs/aspose.barcode/qrextcodetextbuilder/addfnc1secondposition/ ---- - -## addFNC1SecondPosition(codetext) - -Adds FNC1 in second position to the extended codetext items - -| Parameter | Description | -| --- | --- | -| codetext | Value of the FNC1 in the second position | diff --git a/english/nodejs/aspose.barcode/qrextcodetextbuilder/clear/_index.md b/english/nodejs/aspose.barcode/qrextcodetextbuilder/clear/_index.md deleted file mode 100644 index 5eca108f9..000000000 --- a/english/nodejs/aspose.barcode/qrextcodetextbuilder/clear/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "QrExtCodetextBuilder.clear" -linktitle: "clear" -articleTitle: "clear" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Clears extended codetext items" -type: docs -weight: 50 -url: /nodejs/aspose.barcode/qrextcodetextbuilder/clear/ ---- - -## clear() - -Clears extended codetext items diff --git a/english/nodejs/aspose.barcode/qrextcodetextbuilder/getextendedcodetext/_index.md b/english/nodejs/aspose.barcode/qrextcodetextbuilder/getextendedcodetext/_index.md deleted file mode 100644 index c96173e50..000000000 --- a/english/nodejs/aspose.barcode/qrextcodetextbuilder/getextendedcodetext/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "QrExtCodetextBuilder.getExtendedCodetext" -linktitle: "getExtendedCodetext" -articleTitle: "getExtendedCodetext" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Generates Extended codetext from the extended codetext list." -type: docs -weight: 60 -url: /nodejs/aspose.barcode/qrextcodetextbuilder/getextendedcodetext/ ---- - -## getExtendedCodetext() - -Generates Extended codetext from the extended codetext list. - -**Returns:** Extended codetext as string diff --git a/english/nodejs/aspose.barcode/qrextendedparameters/_index.md b/english/nodejs/aspose.barcode/qrextendedparameters/_index.md index a4625ef77..5eaa94889 100644 --- a/english/nodejs/aspose.barcode/qrextendedparameters/_index.md +++ b/english/nodejs/aspose.barcode/qrextendedparameters/_index.md @@ -1,8 +1,7 @@ --- -title: "QRExtendedParameters Class" +title: "QRExtendedParameters" linktitle: "QRExtendedParameters" -articleTitle: "QRExtendedParameters" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Stores a QR Structured Append information of recognized barcode" type: docs weight: 810 @@ -39,19 +38,119 @@ for(let i = 0; i < results.length; i++) | Name | Description | | --- | --- | -| [equals(obj)](./equals/) | Returns a value indicating whether this instance is equal to a specified QRExtendedParameters value. | -| [getErrorLevel()](./geterrorlevel/) | Reed-Solomon error correction level of recognized barcode. From low to high: LevelL, LevelM, LevelQ, LevelH. | -| [getMicroQRVersion()](./getmicroqrversion/) | Version of recognized MicroQR Code. From M1 to M4. | -| [getQRErrorLevel()](./getqrerrorlevel/) ~~(deprecated)~~ | Reed-Solomon error correction level of recognized barcode. From low to high: LevelL, LevelM, LevelQ, LevelH. | -| [getQRStructuredAppendModeBarCodeIndex()](./getqrstructuredappendmodebarcodeindex/) ~~(deprecated)~~ | Gets the index of the QR structured append mode barcode. Index starts from 0. Default value is -1.Value: The quantity of | -| [getQRStructuredAppendModeBarCodesQuantity()](./getqrstructuredappendmodebarcodesquantity/) ~~(deprecated)~~ | Gets the QR structured append mode barcodes quantity. Default value is -1.Value: The quantity of the QR structured appen | -| [getQRStructuredAppendModeParityData()](./getqrstructuredappendmodeparitydata/) ~~(deprecated)~~ | Gets the QR structured append mode parity data. Default value is -1.Value: The index of the QR structured append mode ba | -| [getQRVersion()](./getqrversion/) ~~(deprecated)~~ | Version of recognized QR Code. From Version1 to Version40. | -| [getRectMicroQRVersion()](./getrectmicroqrversion/) | Version of recognized RectMicroQR Code. From R7x43 to R17x139. | -| [getStructuredAppendModeBarCodeIndex()](./getstructuredappendmodebarcodeindex/) | Gets the index of the QR structured append mode barcode. Index starts from 0. Default value is -1. Value: The quantity o | -| [getStructuredAppendModeBarCodesQuantity()](./getstructuredappendmodebarcodesquantity/) | Gets the QR structured append mode barcodes quantity. Default value is -1. Value: The quantity of the QR structured appe | -| [getStructuredAppendModeParityData()](./getstructuredappendmodeparitydata/) | Gets the QR structured append mode parity data. Default value is -1. Value: The index of the QR structured append mode b | -| [getVersion()](./getversion/) | Version of recognized QR Code. From Version1 to Version40. | -| [hashCode()](./hashcode/) | Returns the hash code for this instance. | -| [isEmpty()](./isempty/) | Tests whether all parameters has only default values Value | -| [toString()](./tostring/) | Returns a human-readable string representation of this QRExtendedParameters. | +| [equals(obj)](#equals) | Returns a value indicating whether this instance is equal to a specified QRExtendedParameters value. | +| [getErrorLevel()](#geterrorlevel) | Reed-Solomon error correction level of recognized barcode. From low to high: LevelL, LevelM, LevelQ, LevelH. | +| [getMicroQRVersion()](#getmicroqrversion) | Version of recognized MicroQR Code. From M1 to M4. | +| [getQRErrorLevel()](#getqrerrorlevel) ~~(deprecated)~~ | Reed-Solomon error correction level of recognized barcode. From low to high: LevelL, LevelM, LevelQ, LevelH. | +| [getQRStructuredAppendModeBarCodeIndex()](#getqrstructuredappendmodebarcodeindex) ~~(deprecated)~~ | Gets the index of the QR structured append mode barcode. Index starts from 0. Default value is -1.Value: The quantity of | +| [getQRStructuredAppendModeBarCodesQuantity()](#getqrstructuredappendmodebarcodesquantity) ~~(deprecated)~~ | Gets the QR structured append mode barcodes quantity. Default value is -1.Value: The quantity of the QR structured appen | +| [getQRStructuredAppendModeParityData()](#getqrstructuredappendmodeparitydata) ~~(deprecated)~~ | Gets the QR structured append mode parity data. Default value is -1.Value: The index of the QR structured append mode ba | +| [getQRVersion()](#getqrversion) ~~(deprecated)~~ | Version of recognized QR Code. From Version1 to Version40. | +| [getRectMicroQRVersion()](#getrectmicroqrversion) | Version of recognized RectMicroQR Code. From R7x43 to R17x139. | +| [getStructuredAppendModeBarCodeIndex()](#getstructuredappendmodebarcodeindex) | Gets the index of the QR structured append mode barcode. Index starts from 0. Default value is -1. Value: The quantity o | +| [getStructuredAppendModeBarCodesQuantity()](#getstructuredappendmodebarcodesquantity) | Gets the QR structured append mode barcodes quantity. Default value is -1. Value: The quantity of the QR structured appe | +| [getStructuredAppendModeParityData()](#getstructuredappendmodeparitydata) | Gets the QR structured append mode parity data. Default value is -1. Value: The index of the QR structured append mode b | +| [getVersion()](#getversion) | Version of recognized QR Code. From Version1 to Version40. | +| [hashCode()](#hashcode) | Returns the hash code for this instance. | +| [isEmpty()](#isempty) | Tests whether all parameters has only default values Value | +| [toString()](#tostring) | Returns a human-readable string representation of this QRExtendedParameters. | + +### equals(obj) {#equals} + +Returns a value indicating whether this instance is equal to a specified QRExtendedParameters value. + +| Parameter | Description | +| --- | --- | +| obj | An object value to compare to this instance. | + +**Returns:** true if obj has the same value as this instance; otherwise, false. + +### getErrorLevel() {#geterrorlevel} + +Reed-Solomon error correction level of recognized barcode. From low to high: LevelL, LevelM, LevelQ, LevelH. + +### getMicroQRVersion() {#getmicroqrversion} + +Version of recognized MicroQR Code. From M1 to M4. + +**Returns:** Version of recognized MicroQR Code. From M1 to M4. + +### getQRErrorLevel() {#getqrerrorlevel} + +> **Deprecated.** See method description for replacement. + +Reed-Solomon error correction level of recognized barcode. From low to high: LevelL, LevelM, LevelQ, LevelH. + +**Returns:** Reed-Solomon error correction level of recognized barcode. + +### getQRStructuredAppendModeBarCodeIndex() {#getqrstructuredappendmodebarcodeindex} + +> **Deprecated.** See method description for replacement. + +Gets the index of the QR structured append mode barcode. Index starts from 0. Default value is -1.Value: The quantity of the QR structured append mode barcode. + +### getQRStructuredAppendModeBarCodesQuantity() {#getqrstructuredappendmodebarcodesquantity} + +> **Deprecated.** See method description for replacement. + +Gets the QR structured append mode barcodes quantity. Default value is -1.Value: The quantity of the QR structured append mode barcode. + +### getQRStructuredAppendModeParityData() {#getqrstructuredappendmodeparitydata} + +> **Deprecated.** See method description for replacement. + +Gets the QR structured append mode parity data. Default value is -1.Value: The index of the QR structured append mode barcode. + +### getQRVersion() {#getqrversion} + +> **Deprecated.** See method description for replacement. + +Version of recognized QR Code. From Version1 to Version40. + +**Returns:** Version of recognized QR Code + +### getRectMicroQRVersion() {#getrectmicroqrversion} + +Version of recognized RectMicroQR Code. From R7x43 to R17x139. + +**Returns:** Version of recognized RectMicroQR Code + +### getStructuredAppendModeBarCodeIndex() {#getstructuredappendmodebarcodeindex} + +Gets the index of the QR structured append mode barcode. Index starts from 0. Default value is -1. Value: The quantity of the QR structured append mode barcode. + +**Returns:** the index of the QR structured append mode barcode. + +### getStructuredAppendModeBarCodesQuantity() {#getstructuredappendmodebarcodesquantity} + +Gets the QR structured append mode barcodes quantity. Default value is -1. Value: The quantity of the QR structured append mode barcode. + +**Returns:** the QR structured append mode barcodes quantity. + +### getStructuredAppendModeParityData() {#getstructuredappendmodeparitydata} + +Gets the QR structured append mode parity data. Default value is -1. Value: The index of the QR structured append mode barcode. + +**Returns:** the QR structured append mode parity data. + +### getVersion() {#getversion} + +Version of recognized QR Code. From Version1 to Version40. + +### hashCode() {#hashcode} + +Returns the hash code for this instance. + +**Returns:** A 32-bit signed integer hash code. + +### isEmpty() {#isempty} + +Tests whether all parameters has only default values Value + +**Returns:** true if all parameters has only default values; otherwise, `false `. + +### toString() {#tostring} + +Returns a human-readable string representation of this QRExtendedParameters. + +**Returns:** A string that represents this QRExtendedParameters. diff --git a/english/nodejs/aspose.barcode/qrextendedparameters/equals/_index.md b/english/nodejs/aspose.barcode/qrextendedparameters/equals/_index.md deleted file mode 100644 index 915f736c1..000000000 --- a/english/nodejs/aspose.barcode/qrextendedparameters/equals/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "QRExtendedParameters.equals" -linktitle: "equals" -articleTitle: "equals" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns a value indicating whether this instance is equal to a specified QRExtendedParameters value." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/qrextendedparameters/equals/ ---- - -## equals(obj) - -Returns a value indicating whether this instance is equal to a specified QRExtendedParameters value. - -| Parameter | Description | -| --- | --- | -| obj | An object value to compare to this instance. | - -**Returns:** true if obj has the same value as this instance; otherwise, false. diff --git a/english/nodejs/aspose.barcode/qrextendedparameters/geterrorlevel/_index.md b/english/nodejs/aspose.barcode/qrextendedparameters/geterrorlevel/_index.md deleted file mode 100644 index 1e2590440..000000000 --- a/english/nodejs/aspose.barcode/qrextendedparameters/geterrorlevel/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "QRExtendedParameters.getErrorLevel" -linktitle: "getErrorLevel" -articleTitle: "getErrorLevel" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Reed-Solomon error correction level of recognized barcode. From low to high: LevelL, LevelM, LevelQ, LevelH." -type: docs -weight: 20 -url: /nodejs/aspose.barcode/qrextendedparameters/geterrorlevel/ ---- - -## getErrorLevel() - -Reed-Solomon error correction level of recognized barcode. From low to high: LevelL, LevelM, LevelQ, LevelH. diff --git a/english/nodejs/aspose.barcode/qrextendedparameters/getmicroqrversion/_index.md b/english/nodejs/aspose.barcode/qrextendedparameters/getmicroqrversion/_index.md deleted file mode 100644 index 57747cc5e..000000000 --- a/english/nodejs/aspose.barcode/qrextendedparameters/getmicroqrversion/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "QRExtendedParameters.getMicroQRVersion" -linktitle: "getMicroQRVersion" -articleTitle: "getMicroQRVersion" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Version of recognized MicroQR Code. From M1 to M4." -type: docs -weight: 30 -url: /nodejs/aspose.barcode/qrextendedparameters/getmicroqrversion/ ---- - -## getMicroQRVersion() - -Version of recognized MicroQR Code. From M1 to M4. - -**Returns:** Version of recognized MicroQR Code. From M1 to M4. diff --git a/english/nodejs/aspose.barcode/qrextendedparameters/getqrerrorlevel/_index.md b/english/nodejs/aspose.barcode/qrextendedparameters/getqrerrorlevel/_index.md deleted file mode 100644 index 3146eaec7..000000000 --- a/english/nodejs/aspose.barcode/qrextendedparameters/getqrerrorlevel/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QRExtendedParameters.getQRErrorLevel" -linktitle: "getQRErrorLevel" -articleTitle: "getQRErrorLevel" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Reed-Solomon error correction level of recognized barcode. From low to high: LevelL, LevelM, LevelQ, LevelH." -type: docs -weight: 40 -url: /nodejs/aspose.barcode/qrextendedparameters/getqrerrorlevel/ ---- - -## getQRErrorLevel() - -> **Deprecated.** See method description for replacement. - -Reed-Solomon error correction level of recognized barcode. From low to high: LevelL, LevelM, LevelQ, LevelH. - -**Returns:** Reed-Solomon error correction level of recognized barcode. diff --git a/english/nodejs/aspose.barcode/qrextendedparameters/getqrstructuredappendmodebarcodeindex/_index.md b/english/nodejs/aspose.barcode/qrextendedparameters/getqrstructuredappendmodebarcodeindex/_index.md deleted file mode 100644 index 7d9b71ab1..000000000 --- a/english/nodejs/aspose.barcode/qrextendedparameters/getqrstructuredappendmodebarcodeindex/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "QRExtendedParameters.getQRStructuredAppendModeBarCodeIndex" -linktitle: "getQRStructuredAppendModeBarCodeIndex" -articleTitle: "getQRStructuredAppendModeBarCodeIndex" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the index of the QR structured append mode barcode. Index starts from 0. Default value is -1.Value: The quantity of the QR structured append mode barcode." -type: docs -weight: 50 -url: /nodejs/aspose.barcode/qrextendedparameters/getqrstructuredappendmodebarcodeindex/ ---- - -## getQRStructuredAppendModeBarCodeIndex() - -> **Deprecated.** See method description for replacement. - -Gets the index of the QR structured append mode barcode. Index starts from 0. Default value is -1.Value: The quantity of the QR structured append mode barcode. diff --git a/english/nodejs/aspose.barcode/qrextendedparameters/getqrstructuredappendmodebarcodesquantity/_index.md b/english/nodejs/aspose.barcode/qrextendedparameters/getqrstructuredappendmodebarcodesquantity/_index.md deleted file mode 100644 index f8191acd0..000000000 --- a/english/nodejs/aspose.barcode/qrextendedparameters/getqrstructuredappendmodebarcodesquantity/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "QRExtendedParameters.getQRStructuredAppendModeBarCodesQuantity" -linktitle: "getQRStructuredAppendModeBarCodesQuantity" -articleTitle: "getQRStructuredAppendModeBarCodesQuantity" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the QR structured append mode barcodes quantity. Default value is -1.Value: The quantity of the QR structured append mode barcode." -type: docs -weight: 60 -url: /nodejs/aspose.barcode/qrextendedparameters/getqrstructuredappendmodebarcodesquantity/ ---- - -## getQRStructuredAppendModeBarCodesQuantity() - -> **Deprecated.** See method description for replacement. - -Gets the QR structured append mode barcodes quantity. Default value is -1.Value: The quantity of the QR structured append mode barcode. diff --git a/english/nodejs/aspose.barcode/qrextendedparameters/getqrstructuredappendmodeparitydata/_index.md b/english/nodejs/aspose.barcode/qrextendedparameters/getqrstructuredappendmodeparitydata/_index.md deleted file mode 100644 index ac7e409af..000000000 --- a/english/nodejs/aspose.barcode/qrextendedparameters/getqrstructuredappendmodeparitydata/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "QRExtendedParameters.getQRStructuredAppendModeParityData" -linktitle: "getQRStructuredAppendModeParityData" -articleTitle: "getQRStructuredAppendModeParityData" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the QR structured append mode parity data. Default value is -1.Value: The index of the QR structured append mode barcode." -type: docs -weight: 70 -url: /nodejs/aspose.barcode/qrextendedparameters/getqrstructuredappendmodeparitydata/ ---- - -## getQRStructuredAppendModeParityData() - -> **Deprecated.** See method description for replacement. - -Gets the QR structured append mode parity data. Default value is -1.Value: The index of the QR structured append mode barcode. diff --git a/english/nodejs/aspose.barcode/qrextendedparameters/getqrversion/_index.md b/english/nodejs/aspose.barcode/qrextendedparameters/getqrversion/_index.md deleted file mode 100644 index baefa0b49..000000000 --- a/english/nodejs/aspose.barcode/qrextendedparameters/getqrversion/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QRExtendedParameters.getQRVersion" -linktitle: "getQRVersion" -articleTitle: "getQRVersion" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Version of recognized QR Code. From Version1 to Version40." -type: docs -weight: 80 -url: /nodejs/aspose.barcode/qrextendedparameters/getqrversion/ ---- - -## getQRVersion() - -> **Deprecated.** See method description for replacement. - -Version of recognized QR Code. From Version1 to Version40. - -**Returns:** Version of recognized QR Code diff --git a/english/nodejs/aspose.barcode/qrextendedparameters/getrectmicroqrversion/_index.md b/english/nodejs/aspose.barcode/qrextendedparameters/getrectmicroqrversion/_index.md deleted file mode 100644 index 61135f0fb..000000000 --- a/english/nodejs/aspose.barcode/qrextendedparameters/getrectmicroqrversion/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "QRExtendedParameters.getRectMicroQRVersion" -linktitle: "getRectMicroQRVersion" -articleTitle: "getRectMicroQRVersion" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Version of recognized RectMicroQR Code. From R7x43 to R17x139." -type: docs -weight: 90 -url: /nodejs/aspose.barcode/qrextendedparameters/getrectmicroqrversion/ ---- - -## getRectMicroQRVersion() - -Version of recognized RectMicroQR Code. From R7x43 to R17x139. - -**Returns:** Version of recognized RectMicroQR Code diff --git a/english/nodejs/aspose.barcode/qrextendedparameters/getstructuredappendmodebarcodeindex/_index.md b/english/nodejs/aspose.barcode/qrextendedparameters/getstructuredappendmodebarcodeindex/_index.md deleted file mode 100644 index 40b347ee3..000000000 --- a/english/nodejs/aspose.barcode/qrextendedparameters/getstructuredappendmodebarcodeindex/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "QRExtendedParameters.getStructuredAppendModeBarCodeIndex" -linktitle: "getStructuredAppendModeBarCodeIndex" -articleTitle: "getStructuredAppendModeBarCodeIndex" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the index of the QR structured append mode barcode. Index starts from 0. Default value is -1. Value: The quantity of the QR structured append mode barcode." -type: docs -weight: 100 -url: /nodejs/aspose.barcode/qrextendedparameters/getstructuredappendmodebarcodeindex/ ---- - -## getStructuredAppendModeBarCodeIndex() - -Gets the index of the QR structured append mode barcode. Index starts from 0. Default value is -1. Value: The quantity of the QR structured append mode barcode. - -**Returns:** the index of the QR structured append mode barcode. diff --git a/english/nodejs/aspose.barcode/qrextendedparameters/getstructuredappendmodebarcodesquantity/_index.md b/english/nodejs/aspose.barcode/qrextendedparameters/getstructuredappendmodebarcodesquantity/_index.md deleted file mode 100644 index ba17733f2..000000000 --- a/english/nodejs/aspose.barcode/qrextendedparameters/getstructuredappendmodebarcodesquantity/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "QRExtendedParameters.getStructuredAppendModeBarCodesQuantity" -linktitle: "getStructuredAppendModeBarCodesQuantity" -articleTitle: "getStructuredAppendModeBarCodesQuantity" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the QR structured append mode barcodes quantity. Default value is -1. Value: The quantity of the QR structured append mode barcode." -type: docs -weight: 110 -url: /nodejs/aspose.barcode/qrextendedparameters/getstructuredappendmodebarcodesquantity/ ---- - -## getStructuredAppendModeBarCodesQuantity() - -Gets the QR structured append mode barcodes quantity. Default value is -1. Value: The quantity of the QR structured append mode barcode. - -**Returns:** the QR structured append mode barcodes quantity. diff --git a/english/nodejs/aspose.barcode/qrextendedparameters/getstructuredappendmodeparitydata/_index.md b/english/nodejs/aspose.barcode/qrextendedparameters/getstructuredappendmodeparitydata/_index.md deleted file mode 100644 index b71c25898..000000000 --- a/english/nodejs/aspose.barcode/qrextendedparameters/getstructuredappendmodeparitydata/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "QRExtendedParameters.getStructuredAppendModeParityData" -linktitle: "getStructuredAppendModeParityData" -articleTitle: "getStructuredAppendModeParityData" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the QR structured append mode parity data. Default value is -1. Value: The index of the QR structured append mode barcode." -type: docs -weight: 120 -url: /nodejs/aspose.barcode/qrextendedparameters/getstructuredappendmodeparitydata/ ---- - -## getStructuredAppendModeParityData() - -Gets the QR structured append mode parity data. Default value is -1. Value: The index of the QR structured append mode barcode. - -**Returns:** the QR structured append mode parity data. diff --git a/english/nodejs/aspose.barcode/qrextendedparameters/getversion/_index.md b/english/nodejs/aspose.barcode/qrextendedparameters/getversion/_index.md deleted file mode 100644 index a85b695d2..000000000 --- a/english/nodejs/aspose.barcode/qrextendedparameters/getversion/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "QRExtendedParameters.getVersion" -linktitle: "getVersion" -articleTitle: "getVersion" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Version of recognized QR Code. From Version1 to Version40." -type: docs -weight: 130 -url: /nodejs/aspose.barcode/qrextendedparameters/getversion/ ---- - -## getVersion() - -Version of recognized QR Code. From Version1 to Version40. diff --git a/english/nodejs/aspose.barcode/qrextendedparameters/hashcode/_index.md b/english/nodejs/aspose.barcode/qrextendedparameters/hashcode/_index.md deleted file mode 100644 index 4b0d0b9a8..000000000 --- a/english/nodejs/aspose.barcode/qrextendedparameters/hashcode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "QRExtendedParameters.hashCode" -linktitle: "hashCode" -articleTitle: "hashCode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns the hash code for this instance." -type: docs -weight: 140 -url: /nodejs/aspose.barcode/qrextendedparameters/hashcode/ ---- - -## hashCode() - -Returns the hash code for this instance. - -**Returns:** A 32-bit signed integer hash code. diff --git a/english/nodejs/aspose.barcode/qrextendedparameters/isempty/_index.md b/english/nodejs/aspose.barcode/qrextendedparameters/isempty/_index.md deleted file mode 100644 index c5f326a2a..000000000 --- a/english/nodejs/aspose.barcode/qrextendedparameters/isempty/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "QRExtendedParameters.isEmpty" -linktitle: "isEmpty" -articleTitle: "isEmpty" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Tests whether all parameters has only default values Value" -type: docs -weight: 150 -url: /nodejs/aspose.barcode/qrextendedparameters/isempty/ ---- - -## isEmpty() - -Tests whether all parameters has only default values Value - -**Returns:** true if all parameters has only default values; otherwise, `false `. diff --git a/english/nodejs/aspose.barcode/qrextendedparameters/tostring/_index.md b/english/nodejs/aspose.barcode/qrextendedparameters/tostring/_index.md deleted file mode 100644 index ca7104317..000000000 --- a/english/nodejs/aspose.barcode/qrextendedparameters/tostring/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "QRExtendedParameters.toString" -linktitle: "toString" -articleTitle: "toString" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns a human-readable string representation of this QRExtendedParameters." -type: docs -weight: 160 -url: /nodejs/aspose.barcode/qrextendedparameters/tostring/ ---- - -## toString() - -Returns a human-readable string representation of this QRExtendedParameters. - -**Returns:** A string that represents this QRExtendedParameters. diff --git a/english/nodejs/aspose.barcode/qrparameters/_index.md b/english/nodejs/aspose.barcode/qrparameters/_index.md index 57e019275..d7c48d071 100644 --- a/english/nodejs/aspose.barcode/qrparameters/_index.md +++ b/english/nodejs/aspose.barcode/qrparameters/_index.md @@ -1,8 +1,7 @@ --- -title: "QrParameters Class" +title: "QrParameters" linktitle: "QrParameters" -articleTitle: "QrParameters" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "QR parameters." type: docs weight: 830 @@ -21,32 +20,174 @@ new QrParameters() | Name | Description | | --- | --- | -| [getAspectRatio()](./getaspectratio/) | Height/Width ratio of 2D BarCode module. | -| [getECIEncoding()](./geteciencoding/) | Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for | -| [getEncodeGS1SeparatorInByteMode()](./getencodegs1separatorinbytemode/) | Gets or sets a value indicating whether GS1 special characters should be encoded in Byte mode for QR and RectMicroQR bar | -| [getEncodeMode()](./getencodemode/) | QR symbology type of BarCode's encoding mode. Default value: QREncodeMode.Auto. | -| [getErrorLevel()](./geterrorlevel/) | Level of Reed-Solomon error correction for QR, MicroQR and RectMicroQR barcode. From low to high: LevelL, LevelM, LevelQ | -| [getMicroQRVersion()](./getmicroqrversion/) | Version of MicroQR Code. From version M1 to version M4. Default value is MicroQRVersion.Auto. | -| [getQrECIEncoding()](./getqreciencoding/) ~~(deprecated)~~ | Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for | -| [getQrEncodeMode()](./getqrencodemode/) | QR symbology type of BarCode's encoding mode. Default value: QREncodeMode.AUTO. | -| [getQrEncodeType()](./getqrencodetype/) ~~(deprecated)~~ | QR / MicroQR selector mode. Select ForceQR for standard QR symbols, Auto for MicroQR. | -| [getQrErrorLevel()](./getqrerrorlevel/) ~~(deprecated)~~ | Level of Reed-Solomon error correction for QR barcode. From low to high: LEVEL_L, LEVEL_M, LEVEL_Q, LEVEL_H. see QRError | -| [getQrVersion()](./getqrversion/) ~~(deprecated)~~ | Version of QR Code. From Version1 to Version40 for QR code and from M1 to M4 for MicroQr. Default value is QRVersion.AUT | -| [getRectMicroQrVersion()](./getrectmicroqrversion/) | Version of RectMicroQR Code. From version R7x59 to version R17x139. Default value is RectMicroQRVersion.Auto. | -| [getStructuredAppend()](./getstructuredappend/) | QR structured append parameters. | -| [getVersion()](./getversion/) | Version of QR Code.From Version1 to Version40. Default value is QRVersion.Auto. | -| [setAspectRatio()](./setaspectratio/) | Height/Width ratio of 2D BarCode module. | -| [setECIEncoding()](./seteciencoding/) | Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for | -| [setEncodeGS1SeparatorInByteMode(value)](./setencodegs1separatorinbytemode/) | Gets or sets a value indicating whether GS1 special characters should be encoded in Byte mode for QR and RectMicroQR bar | -| [setEncodeMode()](./setencodemode/) | QR symbology type of BarCode's encoding mode. Default value: QREncodeMode.Auto. | -| [setErrorLevel()](./seterrorlevel/) | Level of Reed-Solomon error correction for QR, MicroQR and RectMicroQR barcode. From low to high: LevelL, LevelM, LevelQ | -| [setMicroQRVersion()](./setmicroqrversion/) | Version of MicroQR Code. From version M1 to version M4. Default value is MicroQRVersion.Auto. | -| [setQrECIEncoding()](./setqreciencoding/) ~~(deprecated)~~ | Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for | -| [setQrEncodeMode()](./setqrencodemode/) ~~(deprecated)~~ | QR symbology type of BarCode's encoding mode. Default value: QREncodeMode.AUTO. | -| [setQrEncodeType()](./setqrencodetype/) ~~(deprecated)~~ | QR / MicroQR selector mode. Select ForceQR for standard QR symbols, Auto for MicroQR. | -| [setQrErrorLevel()](./setqrerrorlevel/) ~~(deprecated)~~ | Level of Reed-Solomon error correction for QR barcode. From low to high: LEVEL_L, LEVEL_M, LEVEL_Q, LEVEL_H. see QRError | -| [setQrVersion()](./setqrversion/) ~~(deprecated)~~ | Version of QR Code. From Version1 to Version40 for QR code and from M1 to M4 for MicroQr. Default value is QRVersion.AUT | -| [setRectMicroQrVersion()](./setrectmicroqrversion/) | Version of RectMicroQR Code. From version R7x59 to version R17x139. Default value is RectMicroQRVersion.Auto. | -| [setStructuredAppend()](./setstructuredappend/) | QR structured append parameters. | -| [setVersion()](./setversion/) | Version of QR Code.From Version1 to Version40. Default value is QRVersion.Auto. | -| [toString()](./tostring/) | Returns a human-readable string representation of this QrParameters. | +| [getAspectRatio()](#getaspectratio) | Height/Width ratio of 2D BarCode module. | +| [getECIEncoding()](#geteciencoding) | Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for | +| [getEncodeGS1SeparatorInByteMode()](#getencodegs1separatorinbytemode) | Gets or sets a value indicating whether GS1 special characters should be encoded in Byte mode for QR and RectMicroQR bar | +| [getEncodeMode()](#getencodemode) | QR symbology type of BarCode's encoding mode. Default value: QREncodeMode.Auto. | +| [getErrorLevel()](#geterrorlevel) | Level of Reed-Solomon error correction for QR, MicroQR and RectMicroQR barcode. From low to high: LevelL, LevelM, LevelQ | +| [getMicroQRVersion()](#getmicroqrversion) | Version of MicroQR Code. From version M1 to version M4. Default value is MicroQRVersion.Auto. | +| [getQrECIEncoding()](#getqreciencoding) ~~(deprecated)~~ | Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for | +| [getQrEncodeMode()](#getqrencodemode) | QR symbology type of BarCode's encoding mode. Default value: QREncodeMode.AUTO. | +| [getQrEncodeType()](#getqrencodetype) ~~(deprecated)~~ | QR / MicroQR selector mode. Select ForceQR for standard QR symbols, Auto for MicroQR. | +| [getQrErrorLevel()](#getqrerrorlevel) ~~(deprecated)~~ | Level of Reed-Solomon error correction for QR barcode. From low to high: LEVEL_L, LEVEL_M, LEVEL_Q, LEVEL_H. see QRError | +| [getQrVersion()](#getqrversion) ~~(deprecated)~~ | Version of QR Code. From Version1 to Version40 for QR code and from M1 to M4 for MicroQr. Default value is QRVersion.AUT | +| [getRectMicroQrVersion()](#getrectmicroqrversion) | Version of RectMicroQR Code. From version R7x59 to version R17x139. Default value is RectMicroQRVersion.Auto. | +| [getStructuredAppend()](#getstructuredappend) | QR structured append parameters. | +| [getVersion()](#getversion) | Version of QR Code.From Version1 to Version40. Default value is QRVersion.Auto. | +| [setAspectRatio()](#setaspectratio) | Height/Width ratio of 2D BarCode module. | +| [setECIEncoding()](#seteciencoding) | Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for | +| [setEncodeGS1SeparatorInByteMode(value)](#setencodegs1separatorinbytemode) | Gets or sets a value indicating whether GS1 special characters should be encoded in Byte mode for QR and RectMicroQR bar | +| [setEncodeMode()](#setencodemode) | QR symbology type of BarCode's encoding mode. Default value: QREncodeMode.Auto. | +| [setErrorLevel()](#seterrorlevel) | Level of Reed-Solomon error correction for QR, MicroQR and RectMicroQR barcode. From low to high: LevelL, LevelM, LevelQ | +| [setMicroQRVersion()](#setmicroqrversion) | Version of MicroQR Code. From version M1 to version M4. Default value is MicroQRVersion.Auto. | +| [setQrECIEncoding()](#setqreciencoding) ~~(deprecated)~~ | Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for | +| [setQrEncodeMode()](#setqrencodemode) ~~(deprecated)~~ | QR symbology type of BarCode's encoding mode. Default value: QREncodeMode.AUTO. | +| [setQrEncodeType()](#setqrencodetype) ~~(deprecated)~~ | QR / MicroQR selector mode. Select ForceQR for standard QR symbols, Auto for MicroQR. | +| [setQrErrorLevel()](#setqrerrorlevel) ~~(deprecated)~~ | Level of Reed-Solomon error correction for QR barcode. From low to high: LEVEL_L, LEVEL_M, LEVEL_Q, LEVEL_H. see QRError | +| [setQrVersion()](#setqrversion) ~~(deprecated)~~ | Version of QR Code. From Version1 to Version40 for QR code and from M1 to M4 for MicroQr. Default value is QRVersion.AUT | +| [setRectMicroQrVersion()](#setrectmicroqrversion) | Version of RectMicroQR Code. From version R7x59 to version R17x139. Default value is RectMicroQRVersion.Auto. | +| [setStructuredAppend()](#setstructuredappend) | QR structured append parameters. | +| [setVersion()](#setversion) | Version of QR Code.From Version1 to Version40. Default value is QRVersion.Auto. | +| [toString()](#tostring) | Returns a human-readable string representation of this QrParameters. | + +### getAspectRatio() {#getaspectratio} + +Height/Width ratio of 2D BarCode module. + +### getECIEncoding() {#geteciencoding} + +Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings. Not supported by MicroQR. + +### getEncodeGS1SeparatorInByteMode() {#getencodegs1separatorinbytemode} + +Gets or sets a value indicating whether GS1 special characters should be encoded in Byte mode for QR and RectMicroQR barcodes. If false, GS1 separators may be encoded as '%' in Alphanumeric mode according to QR specification. If true, GS1 group separators are encoded in Byte mode as the 0x1D character, and '%' characters are also encoded in Byte mode to preserve them as data. This option may improve compatibility with decoders that expect byte-level GS1 group separators and prevents '%' data characters from being interpreted as GS1 separators. + +**Returns:** a value indicating whether GS1 special characters should be encoded in Byte mode for QR and RectMicroQR barcodes. + +### getEncodeMode() {#getencodemode} + +QR symbology type of BarCode's encoding mode. Default value: QREncodeMode.Auto. + +### getErrorLevel() {#geterrorlevel} + +Level of Reed-Solomon error correction for QR, MicroQR and RectMicroQR barcode. From low to high: LevelL, LevelM, LevelQ, LevelH. See QRErrorLevel. + +### getMicroQRVersion() {#getmicroqrversion} + +Version of MicroQR Code. From version M1 to version M4. Default value is MicroQRVersion.Auto. + +### getQrECIEncoding() {#getqreciencoding} + +> **Deprecated.** See method description for replacement. + +Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings. + +### getQrEncodeMode() {#getqrencodemode} + +QR symbology type of BarCode's encoding mode. Default value: QREncodeMode.AUTO. + +### getQrEncodeType() {#getqrencodetype} + +> **Deprecated.** See method description for replacement. + +QR / MicroQR selector mode. Select ForceQR for standard QR symbols, Auto for MicroQR. + +### getQrErrorLevel() {#getqrerrorlevel} + +> **Deprecated.** See method description for replacement. + +Level of Reed-Solomon error correction for QR barcode. From low to high: LEVEL_L, LEVEL_M, LEVEL_Q, LEVEL_H. see QRErrorLevel. + +### getQrVersion() {#getqrversion} + +> **Deprecated.** See method description for replacement. + +Version of QR Code. From Version1 to Version40 for QR code and from M1 to M4 for MicroQr. Default value is QRVersion.AUTO. + +### getRectMicroQrVersion() {#getrectmicroqrversion} + +Version of RectMicroQR Code. From version R7x59 to version R17x139. Default value is RectMicroQRVersion.Auto. + +### getStructuredAppend() {#getstructuredappend} + +QR structured append parameters. + +### getVersion() {#getversion} + +Version of QR Code.From Version1 to Version40. Default value is QRVersion.Auto. + +### setAspectRatio() {#setaspectratio} + +Height/Width ratio of 2D BarCode module. + +### setECIEncoding() {#seteciencoding} + +Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings. Not supported by MicroQR. + +### setEncodeGS1SeparatorInByteMode(value) {#setencodegs1separatorinbytemode} + +Gets or sets a value indicating whether GS1 special characters should be encoded in Byte mode for QR and RectMicroQR barcodes. If false, GS1 separators may be encoded as '%' in Alphanumeric mode according to QR specification. If true, GS1 group separators are encoded in Byte mode as the 0x1D character, and '%' characters are also encoded in Byte mode to preserve them as data. This option may improve compatibility with decoders that expect byte-level GS1 group separators and prevents '%' data characters from being interpreted as GS1 separators. + +| Parameter | Description | +| --- | --- | +| value | a value indicating whether GS1 special characters should be encoded in Byte mode for QR and RectMicroQR barcodes. | + +### setEncodeMode() {#setencodemode} + +QR symbology type of BarCode's encoding mode. Default value: QREncodeMode.Auto. + +### setErrorLevel() {#seterrorlevel} + +Level of Reed-Solomon error correction for QR, MicroQR and RectMicroQR barcode. From low to high: LevelL, LevelM, LevelQ, LevelH. See QRErrorLevel. + +### setMicroQRVersion() {#setmicroqrversion} + +Version of MicroQR Code. From version M1 to version M4. Default value is MicroQRVersion.Auto. + +### setQrECIEncoding() {#setqreciencoding} + +> **Deprecated.** See method description for replacement. + +Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings. + +### setQrEncodeMode() {#setqrencodemode} + +> **Deprecated.** See method description for replacement. + +QR symbology type of BarCode's encoding mode. Default value: QREncodeMode.AUTO. + +### setQrEncodeType() {#setqrencodetype} + +> **Deprecated.** See method description for replacement. + +QR / MicroQR selector mode. Select ForceQR for standard QR symbols, Auto for MicroQR. + +### setQrErrorLevel() {#setqrerrorlevel} + +> **Deprecated.** See method description for replacement. + +Level of Reed-Solomon error correction for QR barcode. From low to high: LEVEL_L, LEVEL_M, LEVEL_Q, LEVEL_H. see QRErrorLevel. + +### setQrVersion() {#setqrversion} + +> **Deprecated.** See method description for replacement. + +Version of QR Code. From Version1 to Version40 for QR code and from M1 to M4 for MicroQr. Default value is QRVersion.AUTO. + +### setRectMicroQrVersion() {#setrectmicroqrversion} + +Version of RectMicroQR Code. From version R7x59 to version R17x139. Default value is RectMicroQRVersion.Auto. + +### setStructuredAppend() {#setstructuredappend} + +QR structured append parameters. + +### setVersion() {#setversion} + +Version of QR Code.From Version1 to Version40. Default value is QRVersion.Auto. + +### toString() {#tostring} + +Returns a human-readable string representation of this QrParameters. + +**Returns:** A string that represents this QrParameters. diff --git a/english/nodejs/aspose.barcode/qrparameters/getaspectratio/_index.md b/english/nodejs/aspose.barcode/qrparameters/getaspectratio/_index.md deleted file mode 100644 index 35f6dffd7..000000000 --- a/english/nodejs/aspose.barcode/qrparameters/getaspectratio/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "QrParameters.getAspectRatio" -linktitle: "getAspectRatio" -articleTitle: "getAspectRatio" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Height/Width ratio of 2D BarCode module." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/qrparameters/getaspectratio/ ---- - -## getAspectRatio() - -Height/Width ratio of 2D BarCode module. diff --git a/english/nodejs/aspose.barcode/qrparameters/geteciencoding/_index.md b/english/nodejs/aspose.barcode/qrparameters/geteciencoding/_index.md deleted file mode 100644 index ec4c3724c..000000000 --- a/english/nodejs/aspose.barcode/qrparameters/geteciencoding/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "QrParameters.getECIEncoding" -linktitle: "getECIEncoding" -articleTitle: "getECIEncoding" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Cur..." -type: docs -weight: 20 -url: /nodejs/aspose.barcode/qrparameters/geteciencoding/ ---- - -## getECIEncoding() - -Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings. Not supported by MicroQR. diff --git a/english/nodejs/aspose.barcode/qrparameters/getencodegs1separatorinbytemode/_index.md b/english/nodejs/aspose.barcode/qrparameters/getencodegs1separatorinbytemode/_index.md deleted file mode 100644 index 0fa460acb..000000000 --- a/english/nodejs/aspose.barcode/qrparameters/getencodegs1separatorinbytemode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "QrParameters.getEncodeGS1SeparatorInByteMode" -linktitle: "getEncodeGS1SeparatorInByteMode" -articleTitle: "getEncodeGS1SeparatorInByteMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets or sets a value indicating whether GS1 special characters should be encoded in Byte mode for QR and RectMicroQR barcodes. If false, GS1 separators may b..." -type: docs -weight: 30 -url: /nodejs/aspose.barcode/qrparameters/getencodegs1separatorinbytemode/ ---- - -## getEncodeGS1SeparatorInByteMode() - -Gets or sets a value indicating whether GS1 special characters should be encoded in Byte mode for QR and RectMicroQR barcodes. If false, GS1 separators may be encoded as '%' in Alphanumeric mode according to QR specification. If true, GS1 group separators are encoded in Byte mode as the 0x1D character, and '%' characters are also encoded in Byte mode to preserve them as data. This option may improve compatibility with decoders that expect byte-level GS1 group separators and prevents '%' data characters from being interpreted as GS1 separators. - -**Returns:** a value indicating whether GS1 special characters should be encoded in Byte mode for QR and RectMicroQR barcodes. diff --git a/english/nodejs/aspose.barcode/qrparameters/getencodemode/_index.md b/english/nodejs/aspose.barcode/qrparameters/getencodemode/_index.md deleted file mode 100644 index e91a7e951..000000000 --- a/english/nodejs/aspose.barcode/qrparameters/getencodemode/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "QrParameters.getEncodeMode" -linktitle: "getEncodeMode" -articleTitle: "getEncodeMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "QR symbology type of BarCode's encoding mode. Default value: QREncodeMode.Auto." -type: docs -weight: 40 -url: /nodejs/aspose.barcode/qrparameters/getencodemode/ ---- - -## getEncodeMode() - -QR symbology type of BarCode's encoding mode. Default value: QREncodeMode.Auto. diff --git a/english/nodejs/aspose.barcode/qrparameters/geterrorlevel/_index.md b/english/nodejs/aspose.barcode/qrparameters/geterrorlevel/_index.md deleted file mode 100644 index 5cf612cf5..000000000 --- a/english/nodejs/aspose.barcode/qrparameters/geterrorlevel/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "QrParameters.getErrorLevel" -linktitle: "getErrorLevel" -articleTitle: "getErrorLevel" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Level of Reed-Solomon error correction for QR, MicroQR and RectMicroQR barcode. From low to high: LevelL, LevelM, LevelQ, LevelH. See QRErrorLevel." -type: docs -weight: 50 -url: /nodejs/aspose.barcode/qrparameters/geterrorlevel/ ---- - -## getErrorLevel() - -Level of Reed-Solomon error correction for QR, MicroQR and RectMicroQR barcode. From low to high: LevelL, LevelM, LevelQ, LevelH. See QRErrorLevel. diff --git a/english/nodejs/aspose.barcode/qrparameters/getmicroqrversion/_index.md b/english/nodejs/aspose.barcode/qrparameters/getmicroqrversion/_index.md deleted file mode 100644 index 1c7461a1f..000000000 --- a/english/nodejs/aspose.barcode/qrparameters/getmicroqrversion/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "QrParameters.getMicroQRVersion" -linktitle: "getMicroQRVersion" -articleTitle: "getMicroQRVersion" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Version of MicroQR Code. From version M1 to version M4. Default value is MicroQRVersion.Auto." -type: docs -weight: 60 -url: /nodejs/aspose.barcode/qrparameters/getmicroqrversion/ ---- - -## getMicroQRVersion() - -Version of MicroQR Code. From version M1 to version M4. Default value is MicroQRVersion.Auto. diff --git a/english/nodejs/aspose.barcode/qrparameters/getqreciencoding/_index.md b/english/nodejs/aspose.barcode/qrparameters/getqreciencoding/_index.md deleted file mode 100644 index 24c130d49..000000000 --- a/english/nodejs/aspose.barcode/qrparameters/getqreciencoding/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "QrParameters.getQrECIEncoding" -linktitle: "getQrECIEncoding" -articleTitle: "getQrECIEncoding" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Cur..." -type: docs -weight: 70 -url: /nodejs/aspose.barcode/qrparameters/getqreciencoding/ ---- - -## getQrECIEncoding() - -> **Deprecated.** See method description for replacement. - -Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings. diff --git a/english/nodejs/aspose.barcode/qrparameters/getqrencodemode/_index.md b/english/nodejs/aspose.barcode/qrparameters/getqrencodemode/_index.md deleted file mode 100644 index 3cb08876b..000000000 --- a/english/nodejs/aspose.barcode/qrparameters/getqrencodemode/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "QrParameters.getQrEncodeMode" -linktitle: "getQrEncodeMode" -articleTitle: "getQrEncodeMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "QR symbology type of BarCode's encoding mode. Default value: QREncodeMode.AUTO." -type: docs -weight: 80 -url: /nodejs/aspose.barcode/qrparameters/getqrencodemode/ ---- - -## getQrEncodeMode() - -QR symbology type of BarCode's encoding mode. Default value: QREncodeMode.AUTO. diff --git a/english/nodejs/aspose.barcode/qrparameters/getqrencodetype/_index.md b/english/nodejs/aspose.barcode/qrparameters/getqrencodetype/_index.md deleted file mode 100644 index 392a244c2..000000000 --- a/english/nodejs/aspose.barcode/qrparameters/getqrencodetype/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "QrParameters.getQrEncodeType" -linktitle: "getQrEncodeType" -articleTitle: "getQrEncodeType" -second_title: "Aspose.BarCode for Node.js via Java" -description: "QR / MicroQR selector mode. Select ForceQR for standard QR symbols, Auto for MicroQR." -type: docs -weight: 90 -url: /nodejs/aspose.barcode/qrparameters/getqrencodetype/ ---- - -## getQrEncodeType() - -> **Deprecated.** See method description for replacement. - -QR / MicroQR selector mode. Select ForceQR for standard QR symbols, Auto for MicroQR. diff --git a/english/nodejs/aspose.barcode/qrparameters/getqrerrorlevel/_index.md b/english/nodejs/aspose.barcode/qrparameters/getqrerrorlevel/_index.md deleted file mode 100644 index 208c99df8..000000000 --- a/english/nodejs/aspose.barcode/qrparameters/getqrerrorlevel/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "QrParameters.getQrErrorLevel" -linktitle: "getQrErrorLevel" -articleTitle: "getQrErrorLevel" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Level of Reed-Solomon error correction for QR barcode. From low to high: LEVEL_L, LEVEL_M, LEVEL_Q, LEVEL_H. see QRErrorLevel." -type: docs -weight: 100 -url: /nodejs/aspose.barcode/qrparameters/getqrerrorlevel/ ---- - -## getQrErrorLevel() - -> **Deprecated.** See method description for replacement. - -Level of Reed-Solomon error correction for QR barcode. From low to high: LEVEL_L, LEVEL_M, LEVEL_Q, LEVEL_H. see QRErrorLevel. diff --git a/english/nodejs/aspose.barcode/qrparameters/getqrversion/_index.md b/english/nodejs/aspose.barcode/qrparameters/getqrversion/_index.md deleted file mode 100644 index 18bc23934..000000000 --- a/english/nodejs/aspose.barcode/qrparameters/getqrversion/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "QrParameters.getQrVersion" -linktitle: "getQrVersion" -articleTitle: "getQrVersion" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Version of QR Code. From Version1 to Version40 for QR code and from M1 to M4 for MicroQr. Default value is QRVersion.AUTO." -type: docs -weight: 110 -url: /nodejs/aspose.barcode/qrparameters/getqrversion/ ---- - -## getQrVersion() - -> **Deprecated.** See method description for replacement. - -Version of QR Code. From Version1 to Version40 for QR code and from M1 to M4 for MicroQr. Default value is QRVersion.AUTO. diff --git a/english/nodejs/aspose.barcode/qrparameters/getrectmicroqrversion/_index.md b/english/nodejs/aspose.barcode/qrparameters/getrectmicroqrversion/_index.md deleted file mode 100644 index c6e9b2b7b..000000000 --- a/english/nodejs/aspose.barcode/qrparameters/getrectmicroqrversion/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "QrParameters.getRectMicroQrVersion" -linktitle: "getRectMicroQrVersion" -articleTitle: "getRectMicroQrVersion" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Version of RectMicroQR Code. From version R7x59 to version R17x139. Default value is RectMicroQRVersion.Auto." -type: docs -weight: 120 -url: /nodejs/aspose.barcode/qrparameters/getrectmicroqrversion/ ---- - -## getRectMicroQrVersion() - -Version of RectMicroQR Code. From version R7x59 to version R17x139. Default value is RectMicroQRVersion.Auto. diff --git a/english/nodejs/aspose.barcode/qrparameters/getstructuredappend/_index.md b/english/nodejs/aspose.barcode/qrparameters/getstructuredappend/_index.md deleted file mode 100644 index 8c43a1ebf..000000000 --- a/english/nodejs/aspose.barcode/qrparameters/getstructuredappend/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "QrParameters.getStructuredAppend" -linktitle: "getStructuredAppend" -articleTitle: "getStructuredAppend" -second_title: "Aspose.BarCode for Node.js via Java" -description: "QR structured append parameters." -type: docs -weight: 130 -url: /nodejs/aspose.barcode/qrparameters/getstructuredappend/ ---- - -## getStructuredAppend() - -QR structured append parameters. diff --git a/english/nodejs/aspose.barcode/qrparameters/getversion/_index.md b/english/nodejs/aspose.barcode/qrparameters/getversion/_index.md deleted file mode 100644 index 8762a87a9..000000000 --- a/english/nodejs/aspose.barcode/qrparameters/getversion/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "QrParameters.getVersion" -linktitle: "getVersion" -articleTitle: "getVersion" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Version of QR Code.From Version1 to Version40. Default value is QRVersion.Auto." -type: docs -weight: 140 -url: /nodejs/aspose.barcode/qrparameters/getversion/ ---- - -## getVersion() - -Version of QR Code.From Version1 to Version40. Default value is QRVersion.Auto. diff --git a/english/nodejs/aspose.barcode/qrparameters/setaspectratio/_index.md b/english/nodejs/aspose.barcode/qrparameters/setaspectratio/_index.md deleted file mode 100644 index 0729a0598..000000000 --- a/english/nodejs/aspose.barcode/qrparameters/setaspectratio/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "QrParameters.setAspectRatio" -linktitle: "setAspectRatio" -articleTitle: "setAspectRatio" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Height/Width ratio of 2D BarCode module." -type: docs -weight: 150 -url: /nodejs/aspose.barcode/qrparameters/setaspectratio/ ---- - -## setAspectRatio() - -Height/Width ratio of 2D BarCode module. diff --git a/english/nodejs/aspose.barcode/qrparameters/seteciencoding/_index.md b/english/nodejs/aspose.barcode/qrparameters/seteciencoding/_index.md deleted file mode 100644 index 0854f54bd..000000000 --- a/english/nodejs/aspose.barcode/qrparameters/seteciencoding/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "QrParameters.setECIEncoding" -linktitle: "setECIEncoding" -articleTitle: "setECIEncoding" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Cur..." -type: docs -weight: 160 -url: /nodejs/aspose.barcode/qrparameters/seteciencoding/ ---- - -## setECIEncoding() - -Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings. Not supported by MicroQR. diff --git a/english/nodejs/aspose.barcode/qrparameters/setencodegs1separatorinbytemode/_index.md b/english/nodejs/aspose.barcode/qrparameters/setencodegs1separatorinbytemode/_index.md deleted file mode 100644 index cab412714..000000000 --- a/english/nodejs/aspose.barcode/qrparameters/setencodegs1separatorinbytemode/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QrParameters.setEncodeGS1SeparatorInByteMode" -linktitle: "setEncodeGS1SeparatorInByteMode" -articleTitle: "setEncodeGS1SeparatorInByteMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets or sets a value indicating whether GS1 special characters should be encoded in Byte mode for QR and RectMicroQR barcodes. If false, GS1 separators may b..." -type: docs -weight: 170 -url: /nodejs/aspose.barcode/qrparameters/setencodegs1separatorinbytemode/ ---- - -## setEncodeGS1SeparatorInByteMode(value) - -Gets or sets a value indicating whether GS1 special characters should be encoded in Byte mode for QR and RectMicroQR barcodes. If false, GS1 separators may be encoded as '%' in Alphanumeric mode according to QR specification. If true, GS1 group separators are encoded in Byte mode as the 0x1D character, and '%' characters are also encoded in Byte mode to preserve them as data. This option may improve compatibility with decoders that expect byte-level GS1 group separators and prevents '%' data characters from being interpreted as GS1 separators. - -| Parameter | Description | -| --- | --- | -| value | a value indicating whether GS1 special characters should be encoded in Byte mode for QR and RectMicroQR barcodes. | diff --git a/english/nodejs/aspose.barcode/qrparameters/setencodemode/_index.md b/english/nodejs/aspose.barcode/qrparameters/setencodemode/_index.md deleted file mode 100644 index a909db5e7..000000000 --- a/english/nodejs/aspose.barcode/qrparameters/setencodemode/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "QrParameters.setEncodeMode" -linktitle: "setEncodeMode" -articleTitle: "setEncodeMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "QR symbology type of BarCode's encoding mode. Default value: QREncodeMode.Auto." -type: docs -weight: 180 -url: /nodejs/aspose.barcode/qrparameters/setencodemode/ ---- - -## setEncodeMode() - -QR symbology type of BarCode's encoding mode. Default value: QREncodeMode.Auto. diff --git a/english/nodejs/aspose.barcode/qrparameters/seterrorlevel/_index.md b/english/nodejs/aspose.barcode/qrparameters/seterrorlevel/_index.md deleted file mode 100644 index c68a30b4a..000000000 --- a/english/nodejs/aspose.barcode/qrparameters/seterrorlevel/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "QrParameters.setErrorLevel" -linktitle: "setErrorLevel" -articleTitle: "setErrorLevel" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Level of Reed-Solomon error correction for QR, MicroQR and RectMicroQR barcode. From low to high: LevelL, LevelM, LevelQ, LevelH. See QRErrorLevel." -type: docs -weight: 190 -url: /nodejs/aspose.barcode/qrparameters/seterrorlevel/ ---- - -## setErrorLevel() - -Level of Reed-Solomon error correction for QR, MicroQR and RectMicroQR barcode. From low to high: LevelL, LevelM, LevelQ, LevelH. See QRErrorLevel. diff --git a/english/nodejs/aspose.barcode/qrparameters/setmicroqrversion/_index.md b/english/nodejs/aspose.barcode/qrparameters/setmicroqrversion/_index.md deleted file mode 100644 index 0bc208fa3..000000000 --- a/english/nodejs/aspose.barcode/qrparameters/setmicroqrversion/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "QrParameters.setMicroQRVersion" -linktitle: "setMicroQRVersion" -articleTitle: "setMicroQRVersion" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Version of MicroQR Code. From version M1 to version M4. Default value is MicroQRVersion.Auto." -type: docs -weight: 200 -url: /nodejs/aspose.barcode/qrparameters/setmicroqrversion/ ---- - -## setMicroQRVersion() - -Version of MicroQR Code. From version M1 to version M4. Default value is MicroQRVersion.Auto. diff --git a/english/nodejs/aspose.barcode/qrparameters/setqreciencoding/_index.md b/english/nodejs/aspose.barcode/qrparameters/setqreciencoding/_index.md deleted file mode 100644 index 98a2e8ea8..000000000 --- a/english/nodejs/aspose.barcode/qrparameters/setqreciencoding/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "QrParameters.setQrECIEncoding" -linktitle: "setQrECIEncoding" -articleTitle: "setQrECIEncoding" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Cur..." -type: docs -weight: 210 -url: /nodejs/aspose.barcode/qrparameters/setqreciencoding/ ---- - -## setQrECIEncoding() - -> **Deprecated.** See method description for replacement. - -Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings. diff --git a/english/nodejs/aspose.barcode/qrparameters/setqrencodemode/_index.md b/english/nodejs/aspose.barcode/qrparameters/setqrencodemode/_index.md deleted file mode 100644 index 0fd53b218..000000000 --- a/english/nodejs/aspose.barcode/qrparameters/setqrencodemode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "QrParameters.setQrEncodeMode" -linktitle: "setQrEncodeMode" -articleTitle: "setQrEncodeMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "QR symbology type of BarCode's encoding mode. Default value: QREncodeMode.AUTO." -type: docs -weight: 220 -url: /nodejs/aspose.barcode/qrparameters/setqrencodemode/ ---- - -## setQrEncodeMode() - -> **Deprecated.** See method description for replacement. - -QR symbology type of BarCode's encoding mode. Default value: QREncodeMode.AUTO. diff --git a/english/nodejs/aspose.barcode/qrparameters/setqrencodetype/_index.md b/english/nodejs/aspose.barcode/qrparameters/setqrencodetype/_index.md deleted file mode 100644 index 19fe3ff57..000000000 --- a/english/nodejs/aspose.barcode/qrparameters/setqrencodetype/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "QrParameters.setQrEncodeType" -linktitle: "setQrEncodeType" -articleTitle: "setQrEncodeType" -second_title: "Aspose.BarCode for Node.js via Java" -description: "QR / MicroQR selector mode. Select ForceQR for standard QR symbols, Auto for MicroQR." -type: docs -weight: 230 -url: /nodejs/aspose.barcode/qrparameters/setqrencodetype/ ---- - -## setQrEncodeType() - -> **Deprecated.** See method description for replacement. - -QR / MicroQR selector mode. Select ForceQR for standard QR symbols, Auto for MicroQR. diff --git a/english/nodejs/aspose.barcode/qrparameters/setqrerrorlevel/_index.md b/english/nodejs/aspose.barcode/qrparameters/setqrerrorlevel/_index.md deleted file mode 100644 index 2d9983504..000000000 --- a/english/nodejs/aspose.barcode/qrparameters/setqrerrorlevel/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "QrParameters.setQrErrorLevel" -linktitle: "setQrErrorLevel" -articleTitle: "setQrErrorLevel" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Level of Reed-Solomon error correction for QR barcode. From low to high: LEVEL_L, LEVEL_M, LEVEL_Q, LEVEL_H. see QRErrorLevel." -type: docs -weight: 240 -url: /nodejs/aspose.barcode/qrparameters/setqrerrorlevel/ ---- - -## setQrErrorLevel() - -> **Deprecated.** See method description for replacement. - -Level of Reed-Solomon error correction for QR barcode. From low to high: LEVEL_L, LEVEL_M, LEVEL_Q, LEVEL_H. see QRErrorLevel. diff --git a/english/nodejs/aspose.barcode/qrparameters/setqrversion/_index.md b/english/nodejs/aspose.barcode/qrparameters/setqrversion/_index.md deleted file mode 100644 index 623e4d87a..000000000 --- a/english/nodejs/aspose.barcode/qrparameters/setqrversion/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "QrParameters.setQrVersion" -linktitle: "setQrVersion" -articleTitle: "setQrVersion" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Version of QR Code. From Version1 to Version40 for QR code and from M1 to M4 for MicroQr. Default value is QRVersion.AUTO." -type: docs -weight: 250 -url: /nodejs/aspose.barcode/qrparameters/setqrversion/ ---- - -## setQrVersion() - -> **Deprecated.** See method description for replacement. - -Version of QR Code. From Version1 to Version40 for QR code and from M1 to M4 for MicroQr. Default value is QRVersion.AUTO. diff --git a/english/nodejs/aspose.barcode/qrparameters/setrectmicroqrversion/_index.md b/english/nodejs/aspose.barcode/qrparameters/setrectmicroqrversion/_index.md deleted file mode 100644 index 24a402a84..000000000 --- a/english/nodejs/aspose.barcode/qrparameters/setrectmicroqrversion/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "QrParameters.setRectMicroQrVersion" -linktitle: "setRectMicroQrVersion" -articleTitle: "setRectMicroQrVersion" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Version of RectMicroQR Code. From version R7x59 to version R17x139. Default value is RectMicroQRVersion.Auto." -type: docs -weight: 260 -url: /nodejs/aspose.barcode/qrparameters/setrectmicroqrversion/ ---- - -## setRectMicroQrVersion() - -Version of RectMicroQR Code. From version R7x59 to version R17x139. Default value is RectMicroQRVersion.Auto. diff --git a/english/nodejs/aspose.barcode/qrparameters/setstructuredappend/_index.md b/english/nodejs/aspose.barcode/qrparameters/setstructuredappend/_index.md deleted file mode 100644 index 79c2d02ff..000000000 --- a/english/nodejs/aspose.barcode/qrparameters/setstructuredappend/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "QrParameters.setStructuredAppend" -linktitle: "setStructuredAppend" -articleTitle: "setStructuredAppend" -second_title: "Aspose.BarCode for Node.js via Java" -description: "QR structured append parameters." -type: docs -weight: 270 -url: /nodejs/aspose.barcode/qrparameters/setstructuredappend/ ---- - -## setStructuredAppend() - -QR structured append parameters. diff --git a/english/nodejs/aspose.barcode/qrparameters/setversion/_index.md b/english/nodejs/aspose.barcode/qrparameters/setversion/_index.md deleted file mode 100644 index a6cf71695..000000000 --- a/english/nodejs/aspose.barcode/qrparameters/setversion/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "QrParameters.setVersion" -linktitle: "setVersion" -articleTitle: "setVersion" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Version of QR Code.From Version1 to Version40. Default value is QRVersion.Auto." -type: docs -weight: 280 -url: /nodejs/aspose.barcode/qrparameters/setversion/ ---- - -## setVersion() - -Version of QR Code.From Version1 to Version40. Default value is QRVersion.Auto. diff --git a/english/nodejs/aspose.barcode/qrparameters/tostring/_index.md b/english/nodejs/aspose.barcode/qrparameters/tostring/_index.md deleted file mode 100644 index d69a218a4..000000000 --- a/english/nodejs/aspose.barcode/qrparameters/tostring/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "QrParameters.toString" -linktitle: "toString" -articleTitle: "toString" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns a human-readable string representation of this QrParameters." -type: docs -weight: 290 -url: /nodejs/aspose.barcode/qrparameters/tostring/ ---- - -## toString() - -Returns a human-readable string representation of this QrParameters. - -**Returns:** A string that represents this QrParameters. diff --git a/english/nodejs/aspose.barcode/qrstructuredappendparameters/_index.md b/english/nodejs/aspose.barcode/qrstructuredappendparameters/_index.md index 5c62ed4e2..918d34279 100644 --- a/english/nodejs/aspose.barcode/qrstructuredappendparameters/_index.md +++ b/english/nodejs/aspose.barcode/qrstructuredappendparameters/_index.md @@ -1,8 +1,7 @@ --- -title: "QrStructuredAppendParameters Class" +title: "QrStructuredAppendParameters" linktitle: "QrStructuredAppendParameters" -articleTitle: "QrStructuredAppendParameters" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "QR structured append parameters." type: docs weight: 840 @@ -21,9 +20,33 @@ new QrStructuredAppendParameters() | Name | Description | | --- | --- | -| [getParityByte()](./getparitybyte/) | Gets the QR structured append mode parity data. | -| [getSequenceIndicator()](./getsequenceindicator/) | Gets the index of the QR structured append mode barcode. Index starts from 0. | -| [getTotalCount()](./gettotalcount/) | Gets the QR structured append mode barcodes quantity. Max value is 16. | -| [setParityByte()](./setparitybyte/) | Sets the QR structured append mode parity data. | -| [setSequenceIndicator()](./setsequenceindicator/) | Sets the index of the QR structured append mode barcode. Index starts from 0. | -| [setTotalCount()](./settotalcount/) | Sets the QR structured append mode barcodes quantity. Max value is 16. | +| [getParityByte()](#getparitybyte) | Gets the QR structured append mode parity data. | +| [getSequenceIndicator()](#getsequenceindicator) | Gets the index of the QR structured append mode barcode. Index starts from 0. | +| [getTotalCount()](#gettotalcount) | Gets the QR structured append mode barcodes quantity. Max value is 16. | +| [setParityByte()](#setparitybyte) | Sets the QR structured append mode parity data. | +| [setSequenceIndicator()](#setsequenceindicator) | Sets the index of the QR structured append mode barcode. Index starts from 0. | +| [setTotalCount()](#settotalcount) | Sets the QR structured append mode barcodes quantity. Max value is 16. | + +### getParityByte() {#getparitybyte} + +Gets the QR structured append mode parity data. + +### getSequenceIndicator() {#getsequenceindicator} + +Gets the index of the QR structured append mode barcode. Index starts from 0. + +### getTotalCount() {#gettotalcount} + +Gets the QR structured append mode barcodes quantity. Max value is 16. + +### setParityByte() {#setparitybyte} + +Sets the QR structured append mode parity data. + +### setSequenceIndicator() {#setsequenceindicator} + +Sets the index of the QR structured append mode barcode. Index starts from 0. + +### setTotalCount() {#settotalcount} + +Sets the QR structured append mode barcodes quantity. Max value is 16. diff --git a/english/nodejs/aspose.barcode/qrstructuredappendparameters/getparitybyte/_index.md b/english/nodejs/aspose.barcode/qrstructuredappendparameters/getparitybyte/_index.md deleted file mode 100644 index 205909de3..000000000 --- a/english/nodejs/aspose.barcode/qrstructuredappendparameters/getparitybyte/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "QrStructuredAppendParameters.getParityByte" -linktitle: "getParityByte" -articleTitle: "getParityByte" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the QR structured append mode parity data." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/qrstructuredappendparameters/getparitybyte/ ---- - -## getParityByte() - -Gets the QR structured append mode parity data. diff --git a/english/nodejs/aspose.barcode/qrstructuredappendparameters/getsequenceindicator/_index.md b/english/nodejs/aspose.barcode/qrstructuredappendparameters/getsequenceindicator/_index.md deleted file mode 100644 index 6ef38b21c..000000000 --- a/english/nodejs/aspose.barcode/qrstructuredappendparameters/getsequenceindicator/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "QrStructuredAppendParameters.getSequenceIndicator" -linktitle: "getSequenceIndicator" -articleTitle: "getSequenceIndicator" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the index of the QR structured append mode barcode. Index starts from 0." -type: docs -weight: 20 -url: /nodejs/aspose.barcode/qrstructuredappendparameters/getsequenceindicator/ ---- - -## getSequenceIndicator() - -Gets the index of the QR structured append mode barcode. Index starts from 0. diff --git a/english/nodejs/aspose.barcode/qrstructuredappendparameters/gettotalcount/_index.md b/english/nodejs/aspose.barcode/qrstructuredappendparameters/gettotalcount/_index.md deleted file mode 100644 index 09c2c7119..000000000 --- a/english/nodejs/aspose.barcode/qrstructuredappendparameters/gettotalcount/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "QrStructuredAppendParameters.getTotalCount" -linktitle: "getTotalCount" -articleTitle: "getTotalCount" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the QR structured append mode barcodes quantity. Max value is 16." -type: docs -weight: 30 -url: /nodejs/aspose.barcode/qrstructuredappendparameters/gettotalcount/ ---- - -## getTotalCount() - -Gets the QR structured append mode barcodes quantity. Max value is 16. diff --git a/english/nodejs/aspose.barcode/qrstructuredappendparameters/setparitybyte/_index.md b/english/nodejs/aspose.barcode/qrstructuredappendparameters/setparitybyte/_index.md deleted file mode 100644 index 32373600e..000000000 --- a/english/nodejs/aspose.barcode/qrstructuredappendparameters/setparitybyte/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "QrStructuredAppendParameters.setParityByte" -linktitle: "setParityByte" -articleTitle: "setParityByte" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets the QR structured append mode parity data." -type: docs -weight: 40 -url: /nodejs/aspose.barcode/qrstructuredappendparameters/setparitybyte/ ---- - -## setParityByte() - -Sets the QR structured append mode parity data. diff --git a/english/nodejs/aspose.barcode/qrstructuredappendparameters/setsequenceindicator/_index.md b/english/nodejs/aspose.barcode/qrstructuredappendparameters/setsequenceindicator/_index.md deleted file mode 100644 index 24089649f..000000000 --- a/english/nodejs/aspose.barcode/qrstructuredappendparameters/setsequenceindicator/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "QrStructuredAppendParameters.setSequenceIndicator" -linktitle: "setSequenceIndicator" -articleTitle: "setSequenceIndicator" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets the index of the QR structured append mode barcode. Index starts from 0." -type: docs -weight: 50 -url: /nodejs/aspose.barcode/qrstructuredappendparameters/setsequenceindicator/ ---- - -## setSequenceIndicator() - -Sets the index of the QR structured append mode barcode. Index starts from 0. diff --git a/english/nodejs/aspose.barcode/qrstructuredappendparameters/settotalcount/_index.md b/english/nodejs/aspose.barcode/qrstructuredappendparameters/settotalcount/_index.md deleted file mode 100644 index ecfdef66d..000000000 --- a/english/nodejs/aspose.barcode/qrstructuredappendparameters/settotalcount/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "QrStructuredAppendParameters.setTotalCount" -linktitle: "setTotalCount" -articleTitle: "setTotalCount" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets the QR structured append mode barcodes quantity. Max value is 16." -type: docs -weight: 60 -url: /nodejs/aspose.barcode/qrstructuredappendparameters/settotalcount/ ---- - -## setTotalCount() - -Sets the QR structured append mode barcodes quantity. Max value is 16. diff --git a/english/nodejs/aspose.barcode/quadrangle/_index.md b/english/nodejs/aspose.barcode/quadrangle/_index.md index 6889ab177..6821254b7 100644 --- a/english/nodejs/aspose.barcode/quadrangle/_index.md +++ b/english/nodejs/aspose.barcode/quadrangle/_index.md @@ -1,8 +1,7 @@ --- -title: "Quadrangle Class" +title: "Quadrangle" linktitle: "Quadrangle" -articleTitle: "Quadrangle" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Stores a set of four Points that represent a Quadrangle region." type: docs weight: 850 @@ -30,20 +29,125 @@ Initializes a new instance of the Quadrangle structure with the describing point | Name | Description | | --- | --- | -| [contains(pt)](./contains/) | Determines if the specified Point is contained within this Quadrangle structure. | -| [containsPoint(x, y)](./containspoint/) | Determines if the specified point is contained within this Quadrangle structure. | -| [containsQuadrangle(quad)](./containsquadrangle/) | Determines if the specified Quadrangle is contained or intersect this Quadrangle structure. | -| [containsRectangle(rect)](./containsrectangle/) | Determines if the specified Rectangle is contained or intersect this Quadrangle structure. | -| [equals(other)](./equals/) | Returns a value indicating whether this instance is equal to a specified Quadrangle value. | -| [getBoundingRectangle()](./getboundingrectangle/) | Creates Rectangle bounding this Quadrangle | -| [getLeftBottom()](./getleftbottom/) | Gets left-bottom corner Point of Quadrangle regionValue: A left-bottom corner Point of Quadrangle region | -| [getLeftTop()](./getlefttop/) | Gets left-top corner Point of Quadrangle regionValue: A left-top corner Point of Quadrangle region | -| [getRightBottom()](./getrightbottom/) | Gets right-bottom corner Point of Quadrangle regionValue: A right-bottom corner Point of Quadrangle region | -| [getRightTop()](./getrighttop/) | Gets right-top corner Point of Quadrangle regionValue: A right-top corner Point of Quadrangle region | -| [hashCode()](./hashcode/) | Returns the hash code for this instance. | -| [isEmpty()](./isempty/) | Tests whether all Points of this Quadrangle have values of zero.Value: Returns true if all Points of this Quadrangle hav | -| [setLeftBottom()](./setleftbottom/) | Sets left-bottom corner Point of Quadrangle regionValue: A left-bottom corner Point of Quadrangle region | -| [setLeftTop()](./setlefttop/) | Sets left-top corner Point of Quadrangle regionValue: A left-top corner Point of Quadrangle region | -| [setRightBottom()](./setrightbottom/) | Sets right-bottom corner Point of Quadrangle regionValue: A right-bottom corner Point of Quadrangle region | -| [setRightTop()](./setrighttop/) | Sets right-top corner Point of Quadrangle regionValue: A right-top corner Point of Quadrangle region | -| [toString()](./tostring/) | Returns a human-readable string representation of this Quadrangle. | +| [contains(pt)](#contains) | Determines if the specified Point is contained within this Quadrangle structure. | +| [containsPoint(x, y)](#containspoint) | Determines if the specified point is contained within this Quadrangle structure. | +| [containsQuadrangle(quad)](#containsquadrangle) | Determines if the specified Quadrangle is contained or intersect this Quadrangle structure. | +| [containsRectangle(rect)](#containsrectangle) | Determines if the specified Rectangle is contained or intersect this Quadrangle structure. | +| [equals(other)](#equals) | Returns a value indicating whether this instance is equal to a specified Quadrangle value. | +| [getBoundingRectangle()](#getboundingrectangle) | Creates Rectangle bounding this Quadrangle | +| [getLeftBottom()](#getleftbottom) | Gets left-bottom corner Point of Quadrangle regionValue: A left-bottom corner Point of Quadrangle region | +| [getLeftTop()](#getlefttop) | Gets left-top corner Point of Quadrangle regionValue: A left-top corner Point of Quadrangle region | +| [getRightBottom()](#getrightbottom) | Gets right-bottom corner Point of Quadrangle regionValue: A right-bottom corner Point of Quadrangle region | +| [getRightTop()](#getrighttop) | Gets right-top corner Point of Quadrangle regionValue: A right-top corner Point of Quadrangle region | +| [hashCode()](#hashcode) | Returns the hash code for this instance. | +| [isEmpty()](#isempty) | Tests whether all Points of this Quadrangle have values of zero.Value: Returns true if all Points of this Quadrangle hav | +| [setLeftBottom()](#setleftbottom) | Sets left-bottom corner Point of Quadrangle regionValue: A left-bottom corner Point of Quadrangle region | +| [setLeftTop()](#setlefttop) | Sets left-top corner Point of Quadrangle regionValue: A left-top corner Point of Quadrangle region | +| [setRightBottom()](#setrightbottom) | Sets right-bottom corner Point of Quadrangle regionValue: A right-bottom corner Point of Quadrangle region | +| [setRightTop()](#setrighttop) | Sets right-top corner Point of Quadrangle regionValue: A right-top corner Point of Quadrangle region | +| [toString()](#tostring) | Returns a human-readable string representation of this Quadrangle. | + +### contains(pt) {#contains} + +Determines if the specified Point is contained within this Quadrangle structure. + +| Parameter | Description | +| --- | --- | +| pt | The Point to test. | + +**Returns:** true if Point is contained within this Quadrangle structure; otherwise, false. + +### containsPoint(x, y) {#containspoint} + +Determines if the specified point is contained within this Quadrangle structure. + +| Parameter | Description | +| --- | --- | +| x | The x point cordinate. | +| y | The y point cordinate. | + +**Returns:** Returns true if point is contained within this Quadrangle structure; otherwise, false. + +### containsQuadrangle(quad) {#containsquadrangle} + +Determines if the specified Quadrangle is contained or intersect this Quadrangle structure. + +| Parameter | Description | +| --- | --- | +| quad | The Quadrangle to test. | + +**Returns:** Returns true if Quadrangle is contained or intersect this Quadrangle structure; otherwise, false. + +### containsRectangle(rect) {#containsrectangle} + +Determines if the specified Rectangle is contained or intersect this Quadrangle structure. + +| Parameter | Description | +| --- | --- | +| rect | The Rectangle to test. | + +**Returns:** Returns true if Rectangle is contained or intersect this Quadrangle structure; otherwise, false. + +### equals(other) {#equals} + +Returns a value indicating whether this instance is equal to a specified Quadrangle value. + +| Parameter | Description | +| --- | --- | +| other | An Quadrangle value to compare to this instance. | + +**Returns:** true if obj has the same value as this instance; otherwise, false. + +### getBoundingRectangle() {#getboundingrectangle} + +Creates Rectangle bounding this Quadrangle + +**Returns:** returns Rectangle bounding this Quadrangle + +### getLeftBottom() {#getleftbottom} + +Gets left-bottom corner Point of Quadrangle regionValue: A left-bottom corner Point of Quadrangle region + +### getLeftTop() {#getlefttop} + +Gets left-top corner Point of Quadrangle regionValue: A left-top corner Point of Quadrangle region + +### getRightBottom() {#getrightbottom} + +Gets right-bottom corner Point of Quadrangle regionValue: A right-bottom corner Point of Quadrangle region + +### getRightTop() {#getrighttop} + +Gets right-top corner Point of Quadrangle regionValue: A right-top corner Point of Quadrangle region + +### hashCode() {#hashcode} + +Returns the hash code for this instance. + +**Returns:** A 32-bit signed integer hash code. + +### isEmpty() {#isempty} + +Tests whether all Points of this Quadrangle have values of zero.Value: Returns true if all Points of this Quadrangle have values of zero; otherwise, false. + +### setLeftBottom() {#setleftbottom} + +Sets left-bottom corner Point of Quadrangle regionValue: A left-bottom corner Point of Quadrangle region + +### setLeftTop() {#setlefttop} + +Sets left-top corner Point of Quadrangle regionValue: A left-top corner Point of Quadrangle region + +### setRightBottom() {#setrightbottom} + +Sets right-bottom corner Point of Quadrangle regionValue: A right-bottom corner Point of Quadrangle region + +### setRightTop() {#setrighttop} + +Sets right-top corner Point of Quadrangle regionValue: A right-top corner Point of Quadrangle region + +### toString() {#tostring} + +Returns a human-readable string representation of this Quadrangle. + +**Returns:** A string that represents this Quadrangle. diff --git a/english/nodejs/aspose.barcode/quadrangle/contains/_index.md b/english/nodejs/aspose.barcode/quadrangle/contains/_index.md deleted file mode 100644 index 684cd59c8..000000000 --- a/english/nodejs/aspose.barcode/quadrangle/contains/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Quadrangle.contains" -linktitle: "contains" -articleTitle: "contains" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Determines if the specified Point is contained within this Quadrangle structure." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/quadrangle/contains/ ---- - -## contains(pt) - -Determines if the specified Point is contained within this Quadrangle structure. - -| Parameter | Description | -| --- | --- | -| pt | The Point to test. | - -**Returns:** true if Point is contained within this Quadrangle structure; otherwise, false. diff --git a/english/nodejs/aspose.barcode/quadrangle/containspoint/_index.md b/english/nodejs/aspose.barcode/quadrangle/containspoint/_index.md deleted file mode 100644 index e144661b3..000000000 --- a/english/nodejs/aspose.barcode/quadrangle/containspoint/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Quadrangle.containsPoint" -linktitle: "containsPoint" -articleTitle: "containsPoint" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Determines if the specified point is contained within this Quadrangle structure." -type: docs -weight: 20 -url: /nodejs/aspose.barcode/quadrangle/containspoint/ ---- - -## containsPoint(x, y) - -Determines if the specified point is contained within this Quadrangle structure. - -| Parameter | Description | -| --- | --- | -| x | The x point cordinate. | -| y | The y point cordinate. | - -**Returns:** Returns true if point is contained within this Quadrangle structure; otherwise, false. diff --git a/english/nodejs/aspose.barcode/quadrangle/containsquadrangle/_index.md b/english/nodejs/aspose.barcode/quadrangle/containsquadrangle/_index.md deleted file mode 100644 index e5493b85e..000000000 --- a/english/nodejs/aspose.barcode/quadrangle/containsquadrangle/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Quadrangle.containsQuadrangle" -linktitle: "containsQuadrangle" -articleTitle: "containsQuadrangle" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Determines if the specified Quadrangle is contained or intersect this Quadrangle structure." -type: docs -weight: 30 -url: /nodejs/aspose.barcode/quadrangle/containsquadrangle/ ---- - -## containsQuadrangle(quad) - -Determines if the specified Quadrangle is contained or intersect this Quadrangle structure. - -| Parameter | Description | -| --- | --- | -| quad | The Quadrangle to test. | - -**Returns:** Returns true if Quadrangle is contained or intersect this Quadrangle structure; otherwise, false. diff --git a/english/nodejs/aspose.barcode/quadrangle/containsrectangle/_index.md b/english/nodejs/aspose.barcode/quadrangle/containsrectangle/_index.md deleted file mode 100644 index 6143d30d1..000000000 --- a/english/nodejs/aspose.barcode/quadrangle/containsrectangle/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Quadrangle.containsRectangle" -linktitle: "containsRectangle" -articleTitle: "containsRectangle" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Determines if the specified Rectangle is contained or intersect this Quadrangle structure." -type: docs -weight: 40 -url: /nodejs/aspose.barcode/quadrangle/containsrectangle/ ---- - -## containsRectangle(rect) - -Determines if the specified Rectangle is contained or intersect this Quadrangle structure. - -| Parameter | Description | -| --- | --- | -| rect | The Rectangle to test. | - -**Returns:** Returns true if Rectangle is contained or intersect this Quadrangle structure; otherwise, false. diff --git a/english/nodejs/aspose.barcode/quadrangle/equals/_index.md b/english/nodejs/aspose.barcode/quadrangle/equals/_index.md deleted file mode 100644 index ae517a421..000000000 --- a/english/nodejs/aspose.barcode/quadrangle/equals/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Quadrangle.equals" -linktitle: "equals" -articleTitle: "equals" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns a value indicating whether this instance is equal to a specified Quadrangle value." -type: docs -weight: 50 -url: /nodejs/aspose.barcode/quadrangle/equals/ ---- - -## equals(other) - -Returns a value indicating whether this instance is equal to a specified Quadrangle value. - -| Parameter | Description | -| --- | --- | -| other | An Quadrangle value to compare to this instance. | - -**Returns:** true if obj has the same value as this instance; otherwise, false. diff --git a/english/nodejs/aspose.barcode/quadrangle/getboundingrectangle/_index.md b/english/nodejs/aspose.barcode/quadrangle/getboundingrectangle/_index.md deleted file mode 100644 index 011c57422..000000000 --- a/english/nodejs/aspose.barcode/quadrangle/getboundingrectangle/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Quadrangle.getBoundingRectangle" -linktitle: "getBoundingRectangle" -articleTitle: "getBoundingRectangle" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Creates Rectangle bounding this Quadrangle" -type: docs -weight: 60 -url: /nodejs/aspose.barcode/quadrangle/getboundingrectangle/ ---- - -## getBoundingRectangle() - -Creates Rectangle bounding this Quadrangle - -**Returns:** returns Rectangle bounding this Quadrangle diff --git a/english/nodejs/aspose.barcode/quadrangle/getleftbottom/_index.md b/english/nodejs/aspose.barcode/quadrangle/getleftbottom/_index.md deleted file mode 100644 index 165542ff5..000000000 --- a/english/nodejs/aspose.barcode/quadrangle/getleftbottom/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Quadrangle.getLeftBottom" -linktitle: "getLeftBottom" -articleTitle: "getLeftBottom" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets left-bottom corner Point of Quadrangle regionValue: A left-bottom corner Point of Quadrangle region" -type: docs -weight: 70 -url: /nodejs/aspose.barcode/quadrangle/getleftbottom/ ---- - -## getLeftBottom() - -Gets left-bottom corner Point of Quadrangle regionValue: A left-bottom corner Point of Quadrangle region diff --git a/english/nodejs/aspose.barcode/quadrangle/getlefttop/_index.md b/english/nodejs/aspose.barcode/quadrangle/getlefttop/_index.md deleted file mode 100644 index 33b811fb6..000000000 --- a/english/nodejs/aspose.barcode/quadrangle/getlefttop/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Quadrangle.getLeftTop" -linktitle: "getLeftTop" -articleTitle: "getLeftTop" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets left-top corner Point of Quadrangle regionValue: A left-top corner Point of Quadrangle region" -type: docs -weight: 80 -url: /nodejs/aspose.barcode/quadrangle/getlefttop/ ---- - -## getLeftTop() - -Gets left-top corner Point of Quadrangle regionValue: A left-top corner Point of Quadrangle region diff --git a/english/nodejs/aspose.barcode/quadrangle/getrightbottom/_index.md b/english/nodejs/aspose.barcode/quadrangle/getrightbottom/_index.md deleted file mode 100644 index 48bec2048..000000000 --- a/english/nodejs/aspose.barcode/quadrangle/getrightbottom/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Quadrangle.getRightBottom" -linktitle: "getRightBottom" -articleTitle: "getRightBottom" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets right-bottom corner Point of Quadrangle regionValue: A right-bottom corner Point of Quadrangle region" -type: docs -weight: 90 -url: /nodejs/aspose.barcode/quadrangle/getrightbottom/ ---- - -## getRightBottom() - -Gets right-bottom corner Point of Quadrangle regionValue: A right-bottom corner Point of Quadrangle region diff --git a/english/nodejs/aspose.barcode/quadrangle/getrighttop/_index.md b/english/nodejs/aspose.barcode/quadrangle/getrighttop/_index.md deleted file mode 100644 index 7c8f6806e..000000000 --- a/english/nodejs/aspose.barcode/quadrangle/getrighttop/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Quadrangle.getRightTop" -linktitle: "getRightTop" -articleTitle: "getRightTop" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets right-top corner Point of Quadrangle regionValue: A right-top corner Point of Quadrangle region" -type: docs -weight: 100 -url: /nodejs/aspose.barcode/quadrangle/getrighttop/ ---- - -## getRightTop() - -Gets right-top corner Point of Quadrangle regionValue: A right-top corner Point of Quadrangle region diff --git a/english/nodejs/aspose.barcode/quadrangle/hashcode/_index.md b/english/nodejs/aspose.barcode/quadrangle/hashcode/_index.md deleted file mode 100644 index 221c77f08..000000000 --- a/english/nodejs/aspose.barcode/quadrangle/hashcode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Quadrangle.hashCode" -linktitle: "hashCode" -articleTitle: "hashCode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns the hash code for this instance." -type: docs -weight: 110 -url: /nodejs/aspose.barcode/quadrangle/hashcode/ ---- - -## hashCode() - -Returns the hash code for this instance. - -**Returns:** A 32-bit signed integer hash code. diff --git a/english/nodejs/aspose.barcode/quadrangle/isempty/_index.md b/english/nodejs/aspose.barcode/quadrangle/isempty/_index.md deleted file mode 100644 index c67bb4d05..000000000 --- a/english/nodejs/aspose.barcode/quadrangle/isempty/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Quadrangle.isEmpty" -linktitle: "isEmpty" -articleTitle: "isEmpty" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Tests whether all Points of this Quadrangle have values of zero.Value: Returns true if all Points of this Quadrangle have values of zero; otherwise, false." -type: docs -weight: 120 -url: /nodejs/aspose.barcode/quadrangle/isempty/ ---- - -## isEmpty() - -Tests whether all Points of this Quadrangle have values of zero.Value: Returns true if all Points of this Quadrangle have values of zero; otherwise, false. diff --git a/english/nodejs/aspose.barcode/quadrangle/setleftbottom/_index.md b/english/nodejs/aspose.barcode/quadrangle/setleftbottom/_index.md deleted file mode 100644 index 765aea94b..000000000 --- a/english/nodejs/aspose.barcode/quadrangle/setleftbottom/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Quadrangle.setLeftBottom" -linktitle: "setLeftBottom" -articleTitle: "setLeftBottom" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets left-bottom corner Point of Quadrangle regionValue: A left-bottom corner Point of Quadrangle region" -type: docs -weight: 130 -url: /nodejs/aspose.barcode/quadrangle/setleftbottom/ ---- - -## setLeftBottom() - -Sets left-bottom corner Point of Quadrangle regionValue: A left-bottom corner Point of Quadrangle region diff --git a/english/nodejs/aspose.barcode/quadrangle/setlefttop/_index.md b/english/nodejs/aspose.barcode/quadrangle/setlefttop/_index.md deleted file mode 100644 index 11a66a6a7..000000000 --- a/english/nodejs/aspose.barcode/quadrangle/setlefttop/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Quadrangle.setLeftTop" -linktitle: "setLeftTop" -articleTitle: "setLeftTop" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets left-top corner Point of Quadrangle regionValue: A left-top corner Point of Quadrangle region" -type: docs -weight: 140 -url: /nodejs/aspose.barcode/quadrangle/setlefttop/ ---- - -## setLeftTop() - -Sets left-top corner Point of Quadrangle regionValue: A left-top corner Point of Quadrangle region diff --git a/english/nodejs/aspose.barcode/quadrangle/setrightbottom/_index.md b/english/nodejs/aspose.barcode/quadrangle/setrightbottom/_index.md deleted file mode 100644 index ae71f9123..000000000 --- a/english/nodejs/aspose.barcode/quadrangle/setrightbottom/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Quadrangle.setRightBottom" -linktitle: "setRightBottom" -articleTitle: "setRightBottom" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets right-bottom corner Point of Quadrangle regionValue: A right-bottom corner Point of Quadrangle region" -type: docs -weight: 150 -url: /nodejs/aspose.barcode/quadrangle/setrightbottom/ ---- - -## setRightBottom() - -Sets right-bottom corner Point of Quadrangle regionValue: A right-bottom corner Point of Quadrangle region diff --git a/english/nodejs/aspose.barcode/quadrangle/setrighttop/_index.md b/english/nodejs/aspose.barcode/quadrangle/setrighttop/_index.md deleted file mode 100644 index c46acfb59..000000000 --- a/english/nodejs/aspose.barcode/quadrangle/setrighttop/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Quadrangle.setRightTop" -linktitle: "setRightTop" -articleTitle: "setRightTop" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets right-top corner Point of Quadrangle regionValue: A right-top corner Point of Quadrangle region" -type: docs -weight: 160 -url: /nodejs/aspose.barcode/quadrangle/setrighttop/ ---- - -## setRightTop() - -Sets right-top corner Point of Quadrangle regionValue: A right-top corner Point of Quadrangle region diff --git a/english/nodejs/aspose.barcode/quadrangle/tostring/_index.md b/english/nodejs/aspose.barcode/quadrangle/tostring/_index.md deleted file mode 100644 index 7db026146..000000000 --- a/english/nodejs/aspose.barcode/quadrangle/tostring/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Quadrangle.toString" -linktitle: "toString" -articleTitle: "toString" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns a human-readable string representation of this Quadrangle." -type: docs -weight: 170 -url: /nodejs/aspose.barcode/quadrangle/tostring/ ---- - -## toString() - -Returns a human-readable string representation of this Quadrangle. - -**Returns:** A string that represents this Quadrangle. diff --git a/english/nodejs/aspose.barcode/qualitysettings/_index.md b/english/nodejs/aspose.barcode/qualitysettings/_index.md index 0b3c6e97e..b019effe2 100644 --- a/english/nodejs/aspose.barcode/qualitysettings/_index.md +++ b/english/nodejs/aspose.barcode/qualitysettings/_index.md @@ -1,9 +1,8 @@ --- -title: "QualitySettings Class" +title: "QualitySettings" linktitle: "QualitySettings" -articleTitle: "QualitySettings" -second_title: "Aspose.BarCode for Node.js via Java" -description: "QualitySettings allows to configure recognition quality and speed manually. You can quickly set up QualitySettings by embedded presets: HighPerformance, Norm..." +second_title: "Aspose.BarCode for Node.js via Java API Reference" +description: "QualitySettings allows to configure recognition quality and speed manually." type: docs weight: 860 url: /nodejs/aspose.barcode/qualitysettings/ @@ -36,21 +35,156 @@ for(let i = 0; i < results.length; i++) | Name | Description | | --- | --- | -| [getHighPerformance()](./gethighperformance/) *(static)* | HighPerformance recognition quality preset. High quality barcodes are recognized well in this mode. | -| [getHighQuality()](./gethighquality/) *(static)* | HighQuality recognition quality preset. This preset is developed for low quality barcodes. | -| [getMaxQuality()](./getmaxquality/) *(static)* | MaxQuality recognition quality preset. This preset is developed to recognize all possible barcodes, even incorrect barco | -| [getNormalQuality()](./getnormalquality/) *(static)* | NormalQuality recognition quality preset. Suitable for the most of barcodes | -| [getAllowIncorrectBarcodes()](./getallowincorrectbarcodes/) | Allows engine to recognize barcodes which has incorrect checksumm or incorrect values. Mode can be used to recognize dam | -| [getBarcodeQuality()](./getbarcodequality/) | Mode which enables methods to recognize barcode elements with the selected quality. Barcode element with lower quality r | -| [getComplexBackground()](./getcomplexbackground/) | Mode which enables or disables additional recognition of color barcodes on color images. | -| [getDeconvolution()](./getdeconvolution/) | Deconvolution (image restorations) mode which defines level of image degradation. Originally deconvolution is a function | -| [getInverseImage()](./getinverseimage/) | Mode which enables or disables additional recognition of barcodes on images with inverted colors (luminance). | -| [getMinimalXDimension()](./getminimalxdimension/) | Minimal size of XDimension in pixels which is used with UseMinimalXDimension. | -| [getXDimension()](./getxdimension/) | Recognition mode which sets size (from 1 to infinity) of barcode minimal element: matrix cell or bar. | -| [setAllowIncorrectBarcodes(value)](./setallowincorrectbarcodes/) | Allows engine to recognize barcodes which has incorrect checksumm or incorrect values. Mode can be used to recognize dam | -| [setBarcodeQuality(value)](./setbarcodequality/) | Mode which enables methods to recognize barcode elements with the selected quality. Barcode element with lower quality r | -| [setComplexBackground(value)](./setcomplexbackground/) | Mode which enables or disables additional recognition of color barcodes on color images. | -| [setDeconvolution(value)](./setdeconvolution/) | Deconvolution (image restorations) mode which defines level of image degradation. Originally deconvolution is a function | -| [setInverseImage(value)](./setinverseimage/) | Mode which enables or disables additional recognition of barcodes on images with inverted colors (luminance). | -| [setMinimalXDimension(value)](./setminimalxdimension/) | Minimal size of XDimension in pixels which is used with UseMinimalXDimension. | -| [setXDimension(value)](./setxdimension/) | Recognition mode which sets size (from 1 to infinity) of barcode minimal element: matrix cell or bar. | +| [getHighPerformance()](#gethighperformance) *(static)* | HighPerformance recognition quality preset. High quality barcodes are recognized well in this mode. | +| [getHighQuality()](#gethighquality) *(static)* | HighQuality recognition quality preset. This preset is developed for low quality barcodes. | +| [getMaxQuality()](#getmaxquality) *(static)* | MaxQuality recognition quality preset. This preset is developed to recognize all possible barcodes, even incorrect barco | +| [getNormalQuality()](#getnormalquality) *(static)* | NormalQuality recognition quality preset. Suitable for the most of barcodes | +| [getAllowIncorrectBarcodes()](#getallowincorrectbarcodes) | Allows engine to recognize barcodes which has incorrect checksumm or incorrect values. Mode can be used to recognize dam | +| [getBarcodeQuality()](#getbarcodequality) | Mode which enables methods to recognize barcode elements with the selected quality. Barcode element with lower quality r | +| [getComplexBackground()](#getcomplexbackground) | Mode which enables or disables additional recognition of color barcodes on color images. | +| [getDeconvolution()](#getdeconvolution) | Deconvolution (image restorations) mode which defines level of image degradation. Originally deconvolution is a function | +| [getInverseImage()](#getinverseimage) | Mode which enables or disables additional recognition of barcodes on images with inverted colors (luminance). | +| [getMinimalXDimension()](#getminimalxdimension) | Minimal size of XDimension in pixels which is used with UseMinimalXDimension. | +| [getXDimension()](#getxdimension) | Recognition mode which sets size (from 1 to infinity) of barcode minimal element: matrix cell or bar. | +| [setAllowIncorrectBarcodes(value)](#setallowincorrectbarcodes) | Allows engine to recognize barcodes which has incorrect checksumm or incorrect values. Mode can be used to recognize dam | +| [setBarcodeQuality(value)](#setbarcodequality) | Mode which enables methods to recognize barcode elements with the selected quality. Barcode element with lower quality r | +| [setComplexBackground(value)](#setcomplexbackground) | Mode which enables or disables additional recognition of color barcodes on color images. | +| [setDeconvolution(value)](#setdeconvolution) | Deconvolution (image restorations) mode which defines level of image degradation. Originally deconvolution is a function | +| [setInverseImage(value)](#setinverseimage) | Mode which enables or disables additional recognition of barcodes on images with inverted colors (luminance). | +| [setMinimalXDimension(value)](#setminimalxdimension) | Minimal size of XDimension in pixels which is used with UseMinimalXDimension. | +| [setXDimension(value)](#setxdimension) | Recognition mode which sets size (from 1 to infinity) of barcode minimal element: matrix cell or bar. | + +### getHighPerformance() (static) {#gethighperformance} + +HighPerformance recognition quality preset. High quality barcodes are recognized well in this mode. + +**Example:** + +```js +let reader = new BarCodeReader("test.png"); +reader.setQualitySettings(QualitySettings.getHighPerformance()); +``` + +### getHighQuality() (static) {#gethighquality} + +HighQuality recognition quality preset. This preset is developed for low quality barcodes. + +**Example:** + +```js +let reader = new BarCodeReader("test.png"); +reader.setQualitySettings(QualitySettings.getHighQuality()); +``` + +### getMaxQuality() (static) {#getmaxquality} + +MaxQuality recognition quality preset. This preset is developed to recognize all possible barcodes, even incorrect barcodes. This sample shows how to use MaxQuality mode reader = new BarCodeReader("test.png"null, null, DecodeType.CODE_39_FULL_ASCII, DecodeType.CODE_128); { reader.setQualitySettings(QualitySettings.getMaxQuality()); for(let i = 0; i < reader.readBarCodes().length; i++) echo (reader.getFoundBarcodes()[i].getCodeText()); } Value: MaxQuality recognition quality preset. + +### getNormalQuality() (static) {#getnormalquality} + +NormalQuality recognition quality preset. Suitable for the most of barcodes + +**Example:** + +```js +let reader = new BarCodeReader("test.png"); +reader.setQualitySettings(QualitySettings.getNormalQuality()); +``` + +### getAllowIncorrectBarcodes() {#getallowincorrectbarcodes} + +Allows engine to recognize barcodes which has incorrect checksumm or incorrect values. Mode can be used to recognize damaged barcodes with incorrect text. + +**Returns:** Allows engine to recognize incorrect barcodes. + +### getBarcodeQuality() {#getbarcodequality} + +Mode which enables methods to recognize barcode elements with the selected quality. Barcode element with lower quality requires more hard methods which slows the recognition. + +**Returns:** Mode which enables methods to recognize barcode elements with the selected quality. + +### getComplexBackground() {#getcomplexbackground} + +Mode which enables or disables additional recognition of color barcodes on color images. + +**Returns:** Additional recognition of color barcodes on color images. + +### getDeconvolution() {#getdeconvolution} + +Deconvolution (image restorations) mode which defines level of image degradation. Originally deconvolution is a function which can restore image degraded (convoluted) by any natural function like blur, during obtaining image by camera. Because we cannot detect image function which corrupt the image, we have to check most well know functions like sharp or mathematical morphology. + +**Returns:** Deconvolution mode which defines level of image degradation. + +### getInverseImage() {#getinverseimage} + +Mode which enables or disables additional recognition of barcodes on images with inverted colors (luminance). + +**Returns:** Additional recognition of barcodes on images with inverse colors + +### getMinimalXDimension() {#getminimalxdimension} + +Minimal size of XDimension in pixels which is used with UseMinimalXDimension. + +**Returns:** Minimal size of XDimension in pixels which is used with UseMinimalXDimension. + +### getXDimension() {#getxdimension} + +Recognition mode which sets size (from 1 to infinity) of barcode minimal element: matrix cell or bar. + +**Returns:** size (from 1 to infinity) of barcode minimal element: matrix cell or bar. + +### setAllowIncorrectBarcodes(value) {#setallowincorrectbarcodes} + +Allows engine to recognize barcodes which has incorrect checksumm or incorrect values. Mode can be used to recognize damaged barcodes with incorrect text. + +| Parameter | Description | +| --- | --- | +| value | Allows engine to recognize incorrect barcodes. | + +### setBarcodeQuality(value) {#setbarcodequality} + +Mode which enables methods to recognize barcode elements with the selected quality. Barcode element with lower quality requires more hard methods which slows the recognition. + +| Parameter | Description | +| --- | --- | +| value | Mode which enables methods to recognize barcode elements with the selected quality. | + +### setComplexBackground(value) {#setcomplexbackground} + +Mode which enables or disables additional recognition of color barcodes on color images. + +| Parameter | Description | +| --- | --- | +| value | Additional recognition of color barcodes on color images. | + +### setDeconvolution(value) {#setdeconvolution} + +Deconvolution (image restorations) mode which defines level of image degradation. Originally deconvolution is a function which can restore image degraded (convoluted) by any natural function like blur, during obtaining image by camera. Because we cannot detect image function which corrupt the image, we have to check most well know functions like sharp or mathematical morphology. + +| Parameter | Description | +| --- | --- | +| value | Deconvolution mode which defines level of image degradation. | + +### setInverseImage(value) {#setinverseimage} + +Mode which enables or disables additional recognition of barcodes on images with inverted colors (luminance). + +| Parameter | Description | +| --- | --- | +| value | Additional recognition of barcodes on images with inverse colors | + +### setMinimalXDimension(value) {#setminimalxdimension} + +Minimal size of XDimension in pixels which is used with UseMinimalXDimension. + +| Parameter | Description | +| --- | --- | +| value | Minimal size of XDimension in pixels which is used with UseMinimalXDimension. | + +### setXDimension(value) {#setxdimension} + +Recognition mode which sets size (from 1 to infinity) of barcode minimal element: matrix cell or bar. + +| Parameter | Description | +| --- | --- | +| value | (from 1 to infinity) of barcode minimal element: matrix cell or bar. | diff --git a/english/nodejs/aspose.barcode/qualitysettings/getallowincorrectbarcodes/_index.md b/english/nodejs/aspose.barcode/qualitysettings/getallowincorrectbarcodes/_index.md deleted file mode 100644 index 64c779620..000000000 --- a/english/nodejs/aspose.barcode/qualitysettings/getallowincorrectbarcodes/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "QualitySettings.getAllowIncorrectBarcodes" -linktitle: "getAllowIncorrectBarcodes" -articleTitle: "getAllowIncorrectBarcodes" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Allows engine to recognize barcodes which has incorrect checksumm or incorrect values. Mode can be used to recognize damaged barcodes with incorrect text." -type: docs -weight: 50 -url: /nodejs/aspose.barcode/qualitysettings/getallowincorrectbarcodes/ ---- - -## getAllowIncorrectBarcodes() - -Allows engine to recognize barcodes which has incorrect checksumm or incorrect values. Mode can be used to recognize damaged barcodes with incorrect text. - -**Returns:** Allows engine to recognize incorrect barcodes. diff --git a/english/nodejs/aspose.barcode/qualitysettings/getbarcodequality/_index.md b/english/nodejs/aspose.barcode/qualitysettings/getbarcodequality/_index.md deleted file mode 100644 index 2b59c92b4..000000000 --- a/english/nodejs/aspose.barcode/qualitysettings/getbarcodequality/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "QualitySettings.getBarcodeQuality" -linktitle: "getBarcodeQuality" -articleTitle: "getBarcodeQuality" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Mode which enables methods to recognize barcode elements with the selected quality. Barcode element with lower quality requires more hard methods which slows..." -type: docs -weight: 60 -url: /nodejs/aspose.barcode/qualitysettings/getbarcodequality/ ---- - -## getBarcodeQuality() - -Mode which enables methods to recognize barcode elements with the selected quality. Barcode element with lower quality requires more hard methods which slows the recognition. - -**Returns:** Mode which enables methods to recognize barcode elements with the selected quality. diff --git a/english/nodejs/aspose.barcode/qualitysettings/getcomplexbackground/_index.md b/english/nodejs/aspose.barcode/qualitysettings/getcomplexbackground/_index.md deleted file mode 100644 index 02ed8140c..000000000 --- a/english/nodejs/aspose.barcode/qualitysettings/getcomplexbackground/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "QualitySettings.getComplexBackground" -linktitle: "getComplexBackground" -articleTitle: "getComplexBackground" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Mode which enables or disables additional recognition of color barcodes on color images." -type: docs -weight: 70 -url: /nodejs/aspose.barcode/qualitysettings/getcomplexbackground/ ---- - -## getComplexBackground() - -Mode which enables or disables additional recognition of color barcodes on color images. - -**Returns:** Additional recognition of color barcodes on color images. diff --git a/english/nodejs/aspose.barcode/qualitysettings/getdeconvolution/_index.md b/english/nodejs/aspose.barcode/qualitysettings/getdeconvolution/_index.md deleted file mode 100644 index 609e5022e..000000000 --- a/english/nodejs/aspose.barcode/qualitysettings/getdeconvolution/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "QualitySettings.getDeconvolution" -linktitle: "getDeconvolution" -articleTitle: "getDeconvolution" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Deconvolution (image restorations) mode which defines level of image degradation. Originally deconvolution is a function which can restore image degraded (co..." -type: docs -weight: 80 -url: /nodejs/aspose.barcode/qualitysettings/getdeconvolution/ ---- - -## getDeconvolution() - -Deconvolution (image restorations) mode which defines level of image degradation. Originally deconvolution is a function which can restore image degraded (convoluted) by any natural function like blur, during obtaining image by camera. Because we cannot detect image function which corrupt the image, we have to check most well know functions like sharp or mathematical morphology. - -**Returns:** Deconvolution mode which defines level of image degradation. diff --git a/english/nodejs/aspose.barcode/qualitysettings/gethighperformance/_index.md b/english/nodejs/aspose.barcode/qualitysettings/gethighperformance/_index.md deleted file mode 100644 index 106d8fcbf..000000000 --- a/english/nodejs/aspose.barcode/qualitysettings/gethighperformance/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QualitySettings.getHighPerformance" -linktitle: "getHighPerformance" -articleTitle: "getHighPerformance" -second_title: "Aspose.BarCode for Node.js via Java" -description: "HighPerformance recognition quality preset. High quality barcodes are recognized well in this mode." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/qualitysettings/gethighperformance/ ---- - -## getHighPerformance() (static) - -HighPerformance recognition quality preset. High quality barcodes are recognized well in this mode. - -**Example:** - -```js -let reader = new BarCodeReader("test.png"); -reader.setQualitySettings(QualitySettings.getHighPerformance()); -``` diff --git a/english/nodejs/aspose.barcode/qualitysettings/gethighquality/_index.md b/english/nodejs/aspose.barcode/qualitysettings/gethighquality/_index.md deleted file mode 100644 index 02040fb5f..000000000 --- a/english/nodejs/aspose.barcode/qualitysettings/gethighquality/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QualitySettings.getHighQuality" -linktitle: "getHighQuality" -articleTitle: "getHighQuality" -second_title: "Aspose.BarCode for Node.js via Java" -description: "HighQuality recognition quality preset. This preset is developed for low quality barcodes." -type: docs -weight: 20 -url: /nodejs/aspose.barcode/qualitysettings/gethighquality/ ---- - -## getHighQuality() (static) - -HighQuality recognition quality preset. This preset is developed for low quality barcodes. - -**Example:** - -```js -let reader = new BarCodeReader("test.png"); -reader.setQualitySettings(QualitySettings.getHighQuality()); -``` diff --git a/english/nodejs/aspose.barcode/qualitysettings/getinverseimage/_index.md b/english/nodejs/aspose.barcode/qualitysettings/getinverseimage/_index.md deleted file mode 100644 index 0013c793d..000000000 --- a/english/nodejs/aspose.barcode/qualitysettings/getinverseimage/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "QualitySettings.getInverseImage" -linktitle: "getInverseImage" -articleTitle: "getInverseImage" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Mode which enables or disables additional recognition of barcodes on images with inverted colors (luminance)." -type: docs -weight: 90 -url: /nodejs/aspose.barcode/qualitysettings/getinverseimage/ ---- - -## getInverseImage() - -Mode which enables or disables additional recognition of barcodes on images with inverted colors (luminance). - -**Returns:** Additional recognition of barcodes on images with inverse colors diff --git a/english/nodejs/aspose.barcode/qualitysettings/getmaxquality/_index.md b/english/nodejs/aspose.barcode/qualitysettings/getmaxquality/_index.md deleted file mode 100644 index b3f8ce894..000000000 --- a/english/nodejs/aspose.barcode/qualitysettings/getmaxquality/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "QualitySettings.getMaxQuality" -linktitle: "getMaxQuality" -articleTitle: "getMaxQuality" -second_title: "Aspose.BarCode for Node.js via Java" -description: "MaxQuality recognition quality preset. This preset is developed to recognize all possible barcodes, even incorrect barcodes. This sample shows how to use Max..." -type: docs -weight: 30 -url: /nodejs/aspose.barcode/qualitysettings/getmaxquality/ ---- - -## getMaxQuality() (static) - -MaxQuality recognition quality preset. This preset is developed to recognize all possible barcodes, even incorrect barcodes. This sample shows how to use MaxQuality mode reader = new BarCodeReader("test.png"null, null, DecodeType.CODE_39_FULL_ASCII, DecodeType.CODE_128); { reader.setQualitySettings(QualitySettings.getMaxQuality()); for(let i = 0; i < reader.readBarCodes().length; i++) echo (reader.getFoundBarcodes()[i].getCodeText()); } Value: MaxQuality recognition quality preset. diff --git a/english/nodejs/aspose.barcode/qualitysettings/getminimalxdimension/_index.md b/english/nodejs/aspose.barcode/qualitysettings/getminimalxdimension/_index.md deleted file mode 100644 index a38da2bdb..000000000 --- a/english/nodejs/aspose.barcode/qualitysettings/getminimalxdimension/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "QualitySettings.getMinimalXDimension" -linktitle: "getMinimalXDimension" -articleTitle: "getMinimalXDimension" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Minimal size of XDimension in pixels which is used with UseMinimalXDimension." -type: docs -weight: 100 -url: /nodejs/aspose.barcode/qualitysettings/getminimalxdimension/ ---- - -## getMinimalXDimension() - -Minimal size of XDimension in pixels which is used with UseMinimalXDimension. - -**Returns:** Minimal size of XDimension in pixels which is used with UseMinimalXDimension. diff --git a/english/nodejs/aspose.barcode/qualitysettings/getnormalquality/_index.md b/english/nodejs/aspose.barcode/qualitysettings/getnormalquality/_index.md deleted file mode 100644 index aef619a59..000000000 --- a/english/nodejs/aspose.barcode/qualitysettings/getnormalquality/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QualitySettings.getNormalQuality" -linktitle: "getNormalQuality" -articleTitle: "getNormalQuality" -second_title: "Aspose.BarCode for Node.js via Java" -description: "NormalQuality recognition quality preset. Suitable for the most of barcodes" -type: docs -weight: 40 -url: /nodejs/aspose.barcode/qualitysettings/getnormalquality/ ---- - -## getNormalQuality() (static) - -NormalQuality recognition quality preset. Suitable for the most of barcodes - -**Example:** - -```js -let reader = new BarCodeReader("test.png"); -reader.setQualitySettings(QualitySettings.getNormalQuality()); -``` diff --git a/english/nodejs/aspose.barcode/qualitysettings/getxdimension/_index.md b/english/nodejs/aspose.barcode/qualitysettings/getxdimension/_index.md deleted file mode 100644 index 5f73043d2..000000000 --- a/english/nodejs/aspose.barcode/qualitysettings/getxdimension/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "QualitySettings.getXDimension" -linktitle: "getXDimension" -articleTitle: "getXDimension" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Recognition mode which sets size (from 1 to infinity) of barcode minimal element: matrix cell or bar." -type: docs -weight: 110 -url: /nodejs/aspose.barcode/qualitysettings/getxdimension/ ---- - -## getXDimension() - -Recognition mode which sets size (from 1 to infinity) of barcode minimal element: matrix cell or bar. - -**Returns:** size (from 1 to infinity) of barcode minimal element: matrix cell or bar. diff --git a/english/nodejs/aspose.barcode/qualitysettings/setallowincorrectbarcodes/_index.md b/english/nodejs/aspose.barcode/qualitysettings/setallowincorrectbarcodes/_index.md deleted file mode 100644 index 3eec863d3..000000000 --- a/english/nodejs/aspose.barcode/qualitysettings/setallowincorrectbarcodes/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QualitySettings.setAllowIncorrectBarcodes" -linktitle: "setAllowIncorrectBarcodes" -articleTitle: "setAllowIncorrectBarcodes" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Allows engine to recognize barcodes which has incorrect checksumm or incorrect values. Mode can be used to recognize damaged barcodes with incorrect text." -type: docs -weight: 120 -url: /nodejs/aspose.barcode/qualitysettings/setallowincorrectbarcodes/ ---- - -## setAllowIncorrectBarcodes(value) - -Allows engine to recognize barcodes which has incorrect checksumm or incorrect values. Mode can be used to recognize damaged barcodes with incorrect text. - -| Parameter | Description | -| --- | --- | -| value | Allows engine to recognize incorrect barcodes. | diff --git a/english/nodejs/aspose.barcode/qualitysettings/setbarcodequality/_index.md b/english/nodejs/aspose.barcode/qualitysettings/setbarcodequality/_index.md deleted file mode 100644 index f05d8cedb..000000000 --- a/english/nodejs/aspose.barcode/qualitysettings/setbarcodequality/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QualitySettings.setBarcodeQuality" -linktitle: "setBarcodeQuality" -articleTitle: "setBarcodeQuality" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Mode which enables methods to recognize barcode elements with the selected quality. Barcode element with lower quality requires more hard methods which slows..." -type: docs -weight: 130 -url: /nodejs/aspose.barcode/qualitysettings/setbarcodequality/ ---- - -## setBarcodeQuality(value) - -Mode which enables methods to recognize barcode elements with the selected quality. Barcode element with lower quality requires more hard methods which slows the recognition. - -| Parameter | Description | -| --- | --- | -| value | Mode which enables methods to recognize barcode elements with the selected quality. | diff --git a/english/nodejs/aspose.barcode/qualitysettings/setcomplexbackground/_index.md b/english/nodejs/aspose.barcode/qualitysettings/setcomplexbackground/_index.md deleted file mode 100644 index 137a4695d..000000000 --- a/english/nodejs/aspose.barcode/qualitysettings/setcomplexbackground/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QualitySettings.setComplexBackground" -linktitle: "setComplexBackground" -articleTitle: "setComplexBackground" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Mode which enables or disables additional recognition of color barcodes on color images." -type: docs -weight: 140 -url: /nodejs/aspose.barcode/qualitysettings/setcomplexbackground/ ---- - -## setComplexBackground(value) - -Mode which enables or disables additional recognition of color barcodes on color images. - -| Parameter | Description | -| --- | --- | -| value | Additional recognition of color barcodes on color images. | diff --git a/english/nodejs/aspose.barcode/qualitysettings/setdeconvolution/_index.md b/english/nodejs/aspose.barcode/qualitysettings/setdeconvolution/_index.md deleted file mode 100644 index 44252dd77..000000000 --- a/english/nodejs/aspose.barcode/qualitysettings/setdeconvolution/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QualitySettings.setDeconvolution" -linktitle: "setDeconvolution" -articleTitle: "setDeconvolution" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Deconvolution (image restorations) mode which defines level of image degradation. Originally deconvolution is a function which can restore image degraded (co..." -type: docs -weight: 150 -url: /nodejs/aspose.barcode/qualitysettings/setdeconvolution/ ---- - -## setDeconvolution(value) - -Deconvolution (image restorations) mode which defines level of image degradation. Originally deconvolution is a function which can restore image degraded (convoluted) by any natural function like blur, during obtaining image by camera. Because we cannot detect image function which corrupt the image, we have to check most well know functions like sharp or mathematical morphology. - -| Parameter | Description | -| --- | --- | -| value | Deconvolution mode which defines level of image degradation. | diff --git a/english/nodejs/aspose.barcode/qualitysettings/setinverseimage/_index.md b/english/nodejs/aspose.barcode/qualitysettings/setinverseimage/_index.md deleted file mode 100644 index ef8298dca..000000000 --- a/english/nodejs/aspose.barcode/qualitysettings/setinverseimage/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QualitySettings.setInverseImage" -linktitle: "setInverseImage" -articleTitle: "setInverseImage" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Mode which enables or disables additional recognition of barcodes on images with inverted colors (luminance)." -type: docs -weight: 160 -url: /nodejs/aspose.barcode/qualitysettings/setinverseimage/ ---- - -## setInverseImage(value) - -Mode which enables or disables additional recognition of barcodes on images with inverted colors (luminance). - -| Parameter | Description | -| --- | --- | -| value | Additional recognition of barcodes on images with inverse colors | diff --git a/english/nodejs/aspose.barcode/qualitysettings/setminimalxdimension/_index.md b/english/nodejs/aspose.barcode/qualitysettings/setminimalxdimension/_index.md deleted file mode 100644 index 77af650e2..000000000 --- a/english/nodejs/aspose.barcode/qualitysettings/setminimalxdimension/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QualitySettings.setMinimalXDimension" -linktitle: "setMinimalXDimension" -articleTitle: "setMinimalXDimension" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Minimal size of XDimension in pixels which is used with UseMinimalXDimension." -type: docs -weight: 170 -url: /nodejs/aspose.barcode/qualitysettings/setminimalxdimension/ ---- - -## setMinimalXDimension(value) - -Minimal size of XDimension in pixels which is used with UseMinimalXDimension. - -| Parameter | Description | -| --- | --- | -| value | Minimal size of XDimension in pixels which is used with UseMinimalXDimension. | diff --git a/english/nodejs/aspose.barcode/qualitysettings/setxdimension/_index.md b/english/nodejs/aspose.barcode/qualitysettings/setxdimension/_index.md deleted file mode 100644 index bbbf9c201..000000000 --- a/english/nodejs/aspose.barcode/qualitysettings/setxdimension/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QualitySettings.setXDimension" -linktitle: "setXDimension" -articleTitle: "setXDimension" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Recognition mode which sets size (from 1 to infinity) of barcode minimal element: matrix cell or bar." -type: docs -weight: 180 -url: /nodejs/aspose.barcode/qualitysettings/setxdimension/ ---- - -## setXDimension(value) - -Recognition mode which sets size (from 1 to infinity) of barcode minimal element: matrix cell or bar. - -| Parameter | Description | -| --- | --- | -| value | (from 1 to infinity) of barcode minimal element: matrix cell or bar. | diff --git a/english/nodejs/aspose.barcode/recognitionabortedexception/_index.md b/english/nodejs/aspose.barcode/recognitionabortedexception/_index.md index d4e6ddf27..9ab6a9ddb 100644 --- a/english/nodejs/aspose.barcode/recognitionabortedexception/_index.md +++ b/english/nodejs/aspose.barcode/recognitionabortedexception/_index.md @@ -1,8 +1,7 @@ --- -title: "RecognitionAbortedException Class" +title: "RecognitionAbortedException" linktitle: "RecognitionAbortedException" -articleTitle: "RecognitionAbortedException" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Represents recognition abort exception which is thrown in timeout exceeding during recognition with BarCodeReader." type: docs weight: 870 @@ -28,5 +27,19 @@ Initializes a new instance of the class with specified recognition abort message | Name | Description | | --- | --- | -| [getExecutionTime()](./getexecutiontime/) | Gets the execution time of current recognition session | -| [setExecutionTime(value)](./setexecutiontime/) | Sets the execution time of current recognition session | +| [getExecutionTime()](#getexecutiontime) | Gets the execution time of current recognition session | +| [setExecutionTime(value)](#setexecutiontime) | Sets the execution time of current recognition session | + +### getExecutionTime() {#getexecutiontime} + +Gets the execution time of current recognition session + +**Returns:** The execution time of current recognition session + +### setExecutionTime(value) {#setexecutiontime} + +Sets the execution time of current recognition session + +| Parameter | Description | +| --- | --- | +| value | The execution time of current recognition session | diff --git a/english/nodejs/aspose.barcode/recognitionabortedexception/getexecutiontime/_index.md b/english/nodejs/aspose.barcode/recognitionabortedexception/getexecutiontime/_index.md deleted file mode 100644 index 5885abf26..000000000 --- a/english/nodejs/aspose.barcode/recognitionabortedexception/getexecutiontime/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "RecognitionAbortedException.getExecutionTime" -linktitle: "getExecutionTime" -articleTitle: "getExecutionTime" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the execution time of current recognition session" -type: docs -weight: 10 -url: /nodejs/aspose.barcode/recognitionabortedexception/getexecutiontime/ ---- - -## getExecutionTime() - -Gets the execution time of current recognition session - -**Returns:** The execution time of current recognition session diff --git a/english/nodejs/aspose.barcode/recognitionabortedexception/setexecutiontime/_index.md b/english/nodejs/aspose.barcode/recognitionabortedexception/setexecutiontime/_index.md deleted file mode 100644 index 02e9555fe..000000000 --- a/english/nodejs/aspose.barcode/recognitionabortedexception/setexecutiontime/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RecognitionAbortedException.setExecutionTime" -linktitle: "setExecutionTime" -articleTitle: "setExecutionTime" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets the execution time of current recognition session" -type: docs -weight: 20 -url: /nodejs/aspose.barcode/recognitionabortedexception/setexecutiontime/ ---- - -## setExecutionTime(value) - -Sets the execution time of current recognition session - -| Parameter | Description | -| --- | --- | -| value | The execution time of current recognition session | diff --git a/english/nodejs/aspose.barcode/secondaryandadditionaldata/_index.md b/english/nodejs/aspose.barcode/secondaryandadditionaldata/_index.md index 4029d568c..aad5004e9 100644 --- a/english/nodejs/aspose.barcode/secondaryandadditionaldata/_index.md +++ b/english/nodejs/aspose.barcode/secondaryandadditionaldata/_index.md @@ -1,8 +1,7 @@ --- -title: "SecondaryAndAdditionalData Class" +title: "SecondaryAndAdditionalData" linktitle: "SecondaryAndAdditionalData" -articleTitle: "SecondaryAndAdditionalData" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Class for storing HIBC LIC secondary and additional data." type: docs weight: 880 @@ -21,19 +20,97 @@ new SecondaryAndAdditionalData() | Name | Description | | --- | --- | -| [equals(obj)](./equals/) | Returns a value indicating whether this instance is equal to a specified `SecondaryAndAdditionalData` value. | -| [getDateOfManufacture()](./getdateofmanufacture/) | Identifies date of manufacture. Date of manufacture can be set to DateTime.MinValue in order not to use this field. Defa | -| [getExpiryDate()](./getexpirydate/) | Identifies expiry date. Will be used if ExpiryDateFormat is not set to None. | -| [getExpiryDateFormat()](./getexpirydateformat/) | Identifies expiry date format. | -| [getLotNumber()](./getlotnumber/) | Identifies lot or batch number. Lot/batch number must be alphanumeric string with up to 18 sybmols length. . | -| [getQuantity()](./getquantity/) | Identifies quantity, must be integer value from 0 to 500. Quantity can be set to -1 in order not to use this field. Defa | -| [getSerialNumber()](./getserialnumber/) | Identifies serial number. Serial number must be alphanumeric string up to 18 sybmols length. | -| [hashCode()](./hashcode/) | Returns the hash code for this instance. | -| [parseFromString(secondaryDataCodetext)](./parsefromstring/) | Instantiates secondary and additional supplemental data from string format according HIBC LIC specification. | -| [setDateOfManufacture()](./setdateofmanufacture/) | Identifies date of manufacture. Date of manufacture can be set to DateTime.MinValue in order not to use this field. Defa | -| [setExpiryDate()](./setexpirydate/) | Identifies expiry date. Will be used if ExpiryDateFormat is not set to None. | -| [setExpiryDateFormat()](./setexpirydateformat/) | Identifies expiry date format. | -| [setLotNumber()](./setlotnumber/) | Identifies lot or batch number. Lot/batch number must be alphanumeric string with up to 18 sybmols length. . | -| [setQuantity()](./setquantity/) | Identifies quantity, must be integer value from 0 to 500. Quantity can be set to -1 in order not to use this field. Defa | -| [setSerialNumber()](./setserialnumber/) | Identifies serial number. Serial number must be alphanumeric string up to 18 sybmols length. | -| [toString()](./tostring/) | Converts data to string format according HIBC LIC specification. | +| [equals(obj)](#equals) | Returns a value indicating whether this instance is equal to a specified `SecondaryAndAdditionalData` value. | +| [getDateOfManufacture()](#getdateofmanufacture) | Identifies date of manufacture. Date of manufacture can be set to DateTime.MinValue in order not to use this field. Defa | +| [getExpiryDate()](#getexpirydate) | Identifies expiry date. Will be used if ExpiryDateFormat is not set to None. | +| [getExpiryDateFormat()](#getexpirydateformat) | Identifies expiry date format. | +| [getLotNumber()](#getlotnumber) | Identifies lot or batch number. Lot/batch number must be alphanumeric string with up to 18 sybmols length. . | +| [getQuantity()](#getquantity) | Identifies quantity, must be integer value from 0 to 500. Quantity can be set to -1 in order not to use this field. Defa | +| [getSerialNumber()](#getserialnumber) | Identifies serial number. Serial number must be alphanumeric string up to 18 sybmols length. | +| [hashCode()](#hashcode) | Returns the hash code for this instance. | +| [parseFromString(secondaryDataCodetext)](#parsefromstring) | Instantiates secondary and additional supplemental data from string format according HIBC LIC specification. | +| [setDateOfManufacture()](#setdateofmanufacture) | Identifies date of manufacture. Date of manufacture can be set to DateTime.MinValue in order not to use this field. Defa | +| [setExpiryDate()](#setexpirydate) | Identifies expiry date. Will be used if ExpiryDateFormat is not set to None. | +| [setExpiryDateFormat()](#setexpirydateformat) | Identifies expiry date format. | +| [setLotNumber()](#setlotnumber) | Identifies lot or batch number. Lot/batch number must be alphanumeric string with up to 18 sybmols length. . | +| [setQuantity()](#setquantity) | Identifies quantity, must be integer value from 0 to 500. Quantity can be set to -1 in order not to use this field. Defa | +| [setSerialNumber()](#setserialnumber) | Identifies serial number. Serial number must be alphanumeric string up to 18 sybmols length. | +| [toString()](#tostring) | Converts data to string format according HIBC LIC specification. | + +### equals(obj) {#equals} + +Returns a value indicating whether this instance is equal to a specified `SecondaryAndAdditionalData` value. + +| Parameter | Description | +| --- | --- | +| obj | An `SecondaryAndAdditionalData` value to compare to this instance. | + +**Returns:** `true ` if obj has the same value as this instance; otherwise, `false `. + +### getDateOfManufacture() {#getdateofmanufacture} + +Identifies date of manufacture. Date of manufacture can be set to DateTime.MinValue in order not to use this field. Default value: DateTime.MinValue + +### getExpiryDate() {#getexpirydate} + +Identifies expiry date. Will be used if ExpiryDateFormat is not set to None. + +### getExpiryDateFormat() {#getexpirydateformat} + +Identifies expiry date format. + +### getLotNumber() {#getlotnumber} + +Identifies lot or batch number. Lot/batch number must be alphanumeric string with up to 18 sybmols length. . + +### getQuantity() {#getquantity} + +Identifies quantity, must be integer value from 0 to 500. Quantity can be set to -1 in order not to use this field. Default value: -1 + +### getSerialNumber() {#getserialnumber} + +Identifies serial number. Serial number must be alphanumeric string up to 18 sybmols length. + +### hashCode() {#hashcode} + +Returns the hash code for this instance. + +**Returns:** A 32-bit signed integer hash code. + +### parseFromString(secondaryDataCodetext) {#parsefromstring} + +Instantiates secondary and additional supplemental data from string format according HIBC LIC specification. + +| Parameter | Description | +| --- | --- | +| secondaryDataCodetext | Formatted string. | + +### setDateOfManufacture() {#setdateofmanufacture} + +Identifies date of manufacture. Date of manufacture can be set to DateTime.MinValue in order not to use this field. Default value: DateTime.MinValue + +### setExpiryDate() {#setexpirydate} + +Identifies expiry date. Will be used if ExpiryDateFormat is not set to None. + +### setExpiryDateFormat() {#setexpirydateformat} + +Identifies expiry date format. + +### setLotNumber() {#setlotnumber} + +Identifies lot or batch number. Lot/batch number must be alphanumeric string with up to 18 sybmols length. . + +### setQuantity() {#setquantity} + +Identifies quantity, must be integer value from 0 to 500. Quantity can be set to -1 in order not to use this field. Default value: -1 + +### setSerialNumber() {#setserialnumber} + +Identifies serial number. Serial number must be alphanumeric string up to 18 sybmols length. + +### toString() {#tostring} + +Converts data to string format according HIBC LIC specification. + +**Returns:** Formatted string. diff --git a/english/nodejs/aspose.barcode/secondaryandadditionaldata/equals/_index.md b/english/nodejs/aspose.barcode/secondaryandadditionaldata/equals/_index.md deleted file mode 100644 index ae74d75b7..000000000 --- a/english/nodejs/aspose.barcode/secondaryandadditionaldata/equals/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "SecondaryAndAdditionalData.equals" -linktitle: "equals" -articleTitle: "equals" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns a value indicating whether this instance is equal to a specified `SecondaryAndAdditionalData` value." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/secondaryandadditionaldata/equals/ ---- - -## equals(obj) - -Returns a value indicating whether this instance is equal to a specified `SecondaryAndAdditionalData` value. - -| Parameter | Description | -| --- | --- | -| obj | An `SecondaryAndAdditionalData` value to compare to this instance. | - -**Returns:** `true ` if obj has the same value as this instance; otherwise, `false `. diff --git a/english/nodejs/aspose.barcode/secondaryandadditionaldata/getdateofmanufacture/_index.md b/english/nodejs/aspose.barcode/secondaryandadditionaldata/getdateofmanufacture/_index.md deleted file mode 100644 index 5b287ba2a..000000000 --- a/english/nodejs/aspose.barcode/secondaryandadditionaldata/getdateofmanufacture/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "SecondaryAndAdditionalData.getDateOfManufacture" -linktitle: "getDateOfManufacture" -articleTitle: "getDateOfManufacture" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies date of manufacture. Date of manufacture can be set to DateTime.MinValue in order not to use this field. Default value: DateTime.MinValue" -type: docs -weight: 20 -url: /nodejs/aspose.barcode/secondaryandadditionaldata/getdateofmanufacture/ ---- - -## getDateOfManufacture() - -Identifies date of manufacture. Date of manufacture can be set to DateTime.MinValue in order not to use this field. Default value: DateTime.MinValue diff --git a/english/nodejs/aspose.barcode/secondaryandadditionaldata/getexpirydate/_index.md b/english/nodejs/aspose.barcode/secondaryandadditionaldata/getexpirydate/_index.md deleted file mode 100644 index 037a8e08b..000000000 --- a/english/nodejs/aspose.barcode/secondaryandadditionaldata/getexpirydate/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "SecondaryAndAdditionalData.getExpiryDate" -linktitle: "getExpiryDate" -articleTitle: "getExpiryDate" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies expiry date. Will be used if ExpiryDateFormat is not set to None." -type: docs -weight: 30 -url: /nodejs/aspose.barcode/secondaryandadditionaldata/getexpirydate/ ---- - -## getExpiryDate() - -Identifies expiry date. Will be used if ExpiryDateFormat is not set to None. diff --git a/english/nodejs/aspose.barcode/secondaryandadditionaldata/getexpirydateformat/_index.md b/english/nodejs/aspose.barcode/secondaryandadditionaldata/getexpirydateformat/_index.md deleted file mode 100644 index 1bfc6fceb..000000000 --- a/english/nodejs/aspose.barcode/secondaryandadditionaldata/getexpirydateformat/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "SecondaryAndAdditionalData.getExpiryDateFormat" -linktitle: "getExpiryDateFormat" -articleTitle: "getExpiryDateFormat" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies expiry date format." -type: docs -weight: 40 -url: /nodejs/aspose.barcode/secondaryandadditionaldata/getexpirydateformat/ ---- - -## getExpiryDateFormat() - -Identifies expiry date format. diff --git a/english/nodejs/aspose.barcode/secondaryandadditionaldata/getlotnumber/_index.md b/english/nodejs/aspose.barcode/secondaryandadditionaldata/getlotnumber/_index.md deleted file mode 100644 index 0da0c8292..000000000 --- a/english/nodejs/aspose.barcode/secondaryandadditionaldata/getlotnumber/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "SecondaryAndAdditionalData.getLotNumber" -linktitle: "getLotNumber" -articleTitle: "getLotNumber" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies lot or batch number. Lot/batch number must be alphanumeric string with up to 18 sybmols length. ." -type: docs -weight: 50 -url: /nodejs/aspose.barcode/secondaryandadditionaldata/getlotnumber/ ---- - -## getLotNumber() - -Identifies lot or batch number. Lot/batch number must be alphanumeric string with up to 18 sybmols length. . diff --git a/english/nodejs/aspose.barcode/secondaryandadditionaldata/getquantity/_index.md b/english/nodejs/aspose.barcode/secondaryandadditionaldata/getquantity/_index.md deleted file mode 100644 index cb49e6735..000000000 --- a/english/nodejs/aspose.barcode/secondaryandadditionaldata/getquantity/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "SecondaryAndAdditionalData.getQuantity" -linktitle: "getQuantity" -articleTitle: "getQuantity" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies quantity, must be integer value from 0 to 500. Quantity can be set to -1 in order not to use this field. Default value: -1" -type: docs -weight: 60 -url: /nodejs/aspose.barcode/secondaryandadditionaldata/getquantity/ ---- - -## getQuantity() - -Identifies quantity, must be integer value from 0 to 500. Quantity can be set to -1 in order not to use this field. Default value: -1 diff --git a/english/nodejs/aspose.barcode/secondaryandadditionaldata/getserialnumber/_index.md b/english/nodejs/aspose.barcode/secondaryandadditionaldata/getserialnumber/_index.md deleted file mode 100644 index 4f5abbabf..000000000 --- a/english/nodejs/aspose.barcode/secondaryandadditionaldata/getserialnumber/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "SecondaryAndAdditionalData.getSerialNumber" -linktitle: "getSerialNumber" -articleTitle: "getSerialNumber" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies serial number. Serial number must be alphanumeric string up to 18 sybmols length." -type: docs -weight: 70 -url: /nodejs/aspose.barcode/secondaryandadditionaldata/getserialnumber/ ---- - -## getSerialNumber() - -Identifies serial number. Serial number must be alphanumeric string up to 18 sybmols length. diff --git a/english/nodejs/aspose.barcode/secondaryandadditionaldata/hashcode/_index.md b/english/nodejs/aspose.barcode/secondaryandadditionaldata/hashcode/_index.md deleted file mode 100644 index 921812879..000000000 --- a/english/nodejs/aspose.barcode/secondaryandadditionaldata/hashcode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "SecondaryAndAdditionalData.hashCode" -linktitle: "hashCode" -articleTitle: "hashCode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns the hash code for this instance." -type: docs -weight: 80 -url: /nodejs/aspose.barcode/secondaryandadditionaldata/hashcode/ ---- - -## hashCode() - -Returns the hash code for this instance. - -**Returns:** A 32-bit signed integer hash code. diff --git a/english/nodejs/aspose.barcode/secondaryandadditionaldata/parsefromstring/_index.md b/english/nodejs/aspose.barcode/secondaryandadditionaldata/parsefromstring/_index.md deleted file mode 100644 index 7db6a1c3c..000000000 --- a/english/nodejs/aspose.barcode/secondaryandadditionaldata/parsefromstring/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "SecondaryAndAdditionalData.parseFromString" -linktitle: "parseFromString" -articleTitle: "parseFromString" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Instantiates secondary and additional supplemental data from string format according HIBC LIC specification." -type: docs -weight: 90 -url: /nodejs/aspose.barcode/secondaryandadditionaldata/parsefromstring/ ---- - -## parseFromString(secondaryDataCodetext) - -Instantiates secondary and additional supplemental data from string format according HIBC LIC specification. - -| Parameter | Description | -| --- | --- | -| secondaryDataCodetext | Formatted string. | diff --git a/english/nodejs/aspose.barcode/secondaryandadditionaldata/setdateofmanufacture/_index.md b/english/nodejs/aspose.barcode/secondaryandadditionaldata/setdateofmanufacture/_index.md deleted file mode 100644 index f31a73986..000000000 --- a/english/nodejs/aspose.barcode/secondaryandadditionaldata/setdateofmanufacture/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "SecondaryAndAdditionalData.setDateOfManufacture" -linktitle: "setDateOfManufacture" -articleTitle: "setDateOfManufacture" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies date of manufacture. Date of manufacture can be set to DateTime.MinValue in order not to use this field. Default value: DateTime.MinValue" -type: docs -weight: 100 -url: /nodejs/aspose.barcode/secondaryandadditionaldata/setdateofmanufacture/ ---- - -## setDateOfManufacture() - -Identifies date of manufacture. Date of manufacture can be set to DateTime.MinValue in order not to use this field. Default value: DateTime.MinValue diff --git a/english/nodejs/aspose.barcode/secondaryandadditionaldata/setexpirydate/_index.md b/english/nodejs/aspose.barcode/secondaryandadditionaldata/setexpirydate/_index.md deleted file mode 100644 index e6ad687d3..000000000 --- a/english/nodejs/aspose.barcode/secondaryandadditionaldata/setexpirydate/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "SecondaryAndAdditionalData.setExpiryDate" -linktitle: "setExpiryDate" -articleTitle: "setExpiryDate" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies expiry date. Will be used if ExpiryDateFormat is not set to None." -type: docs -weight: 110 -url: /nodejs/aspose.barcode/secondaryandadditionaldata/setexpirydate/ ---- - -## setExpiryDate() - -Identifies expiry date. Will be used if ExpiryDateFormat is not set to None. diff --git a/english/nodejs/aspose.barcode/secondaryandadditionaldata/setexpirydateformat/_index.md b/english/nodejs/aspose.barcode/secondaryandadditionaldata/setexpirydateformat/_index.md deleted file mode 100644 index 90c3e781b..000000000 --- a/english/nodejs/aspose.barcode/secondaryandadditionaldata/setexpirydateformat/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "SecondaryAndAdditionalData.setExpiryDateFormat" -linktitle: "setExpiryDateFormat" -articleTitle: "setExpiryDateFormat" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies expiry date format." -type: docs -weight: 120 -url: /nodejs/aspose.barcode/secondaryandadditionaldata/setexpirydateformat/ ---- - -## setExpiryDateFormat() - -Identifies expiry date format. diff --git a/english/nodejs/aspose.barcode/secondaryandadditionaldata/setlotnumber/_index.md b/english/nodejs/aspose.barcode/secondaryandadditionaldata/setlotnumber/_index.md deleted file mode 100644 index 0447b1d99..000000000 --- a/english/nodejs/aspose.barcode/secondaryandadditionaldata/setlotnumber/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "SecondaryAndAdditionalData.setLotNumber" -linktitle: "setLotNumber" -articleTitle: "setLotNumber" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies lot or batch number. Lot/batch number must be alphanumeric string with up to 18 sybmols length. ." -type: docs -weight: 130 -url: /nodejs/aspose.barcode/secondaryandadditionaldata/setlotnumber/ ---- - -## setLotNumber() - -Identifies lot or batch number. Lot/batch number must be alphanumeric string with up to 18 sybmols length. . diff --git a/english/nodejs/aspose.barcode/secondaryandadditionaldata/setquantity/_index.md b/english/nodejs/aspose.barcode/secondaryandadditionaldata/setquantity/_index.md deleted file mode 100644 index df9686ded..000000000 --- a/english/nodejs/aspose.barcode/secondaryandadditionaldata/setquantity/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "SecondaryAndAdditionalData.setQuantity" -linktitle: "setQuantity" -articleTitle: "setQuantity" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies quantity, must be integer value from 0 to 500. Quantity can be set to -1 in order not to use this field. Default value: -1" -type: docs -weight: 140 -url: /nodejs/aspose.barcode/secondaryandadditionaldata/setquantity/ ---- - -## setQuantity() - -Identifies quantity, must be integer value from 0 to 500. Quantity can be set to -1 in order not to use this field. Default value: -1 diff --git a/english/nodejs/aspose.barcode/secondaryandadditionaldata/setserialnumber/_index.md b/english/nodejs/aspose.barcode/secondaryandadditionaldata/setserialnumber/_index.md deleted file mode 100644 index 513216616..000000000 --- a/english/nodejs/aspose.barcode/secondaryandadditionaldata/setserialnumber/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "SecondaryAndAdditionalData.setSerialNumber" -linktitle: "setSerialNumber" -articleTitle: "setSerialNumber" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Identifies serial number. Serial number must be alphanumeric string up to 18 sybmols length." -type: docs -weight: 150 -url: /nodejs/aspose.barcode/secondaryandadditionaldata/setserialnumber/ ---- - -## setSerialNumber() - -Identifies serial number. Serial number must be alphanumeric string up to 18 sybmols length. diff --git a/english/nodejs/aspose.barcode/secondaryandadditionaldata/tostring/_index.md b/english/nodejs/aspose.barcode/secondaryandadditionaldata/tostring/_index.md deleted file mode 100644 index aca805d23..000000000 --- a/english/nodejs/aspose.barcode/secondaryandadditionaldata/tostring/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "SecondaryAndAdditionalData.toString" -linktitle: "toString" -articleTitle: "toString" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Converts data to string format according HIBC LIC specification." -type: docs -weight: 160 -url: /nodejs/aspose.barcode/secondaryandadditionaldata/tostring/ ---- - -## toString() - -Converts data to string format according HIBC LIC specification. - -**Returns:** Formatted string. diff --git a/english/nodejs/aspose.barcode/subfileproperties/_index.md b/english/nodejs/aspose.barcode/subfileproperties/_index.md index 1d7587a56..92c0d2a9b 100644 --- a/english/nodejs/aspose.barcode/subfileproperties/_index.md +++ b/english/nodejs/aspose.barcode/subfileproperties/_index.md @@ -1,8 +1,7 @@ --- -title: "SubfileProperties Class" +title: "SubfileProperties" linktitle: "SubfileProperties" -articleTitle: "SubfileProperties" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "USA DL subfile properties, offset and length are set automatically." type: docs weight: 890 @@ -21,9 +20,33 @@ new SubfileProperties() | Name | Description | | --- | --- | -| [getLength()](./getlength/) | 4 These bytes contain a 4 digit numeric value that specifies the length of the Subfile in bytes.The segment terminator m | -| [getOffset()](./getoffset/) | 4 digit numeric value that specifies the number of bytes from the head or beginning of the file to where the data relate | -| [getType()](./gettype/) | 2 byte type of subfile, like "DL" | -| [setLength()](./setlength/) | 4 These bytes contain a 4 digit numeric value that specifies the length of the Subfile in bytes.The segment terminator m | -| [setOffset()](./setoffset/) | 4 digit numeric value that specifies the number of bytes from the head or beginning of the file to where the data relate | -| [setType()](./settype/) | 2 byte type of subfile, like "DL" | +| [getLength()](#getlength) | 4 These bytes contain a 4 digit numeric value that specifies the length of the Subfile in bytes.The segment terminator m | +| [getOffset()](#getoffset) | 4 digit numeric value that specifies the number of bytes from the head or beginning of the file to where the data relate | +| [getType()](#gettype) | 2 byte type of subfile, like "DL" | +| [setLength()](#setlength) | 4 These bytes contain a 4 digit numeric value that specifies the length of the Subfile in bytes.The segment terminator m | +| [setOffset()](#setoffset) | 4 digit numeric value that specifies the number of bytes from the head or beginning of the file to where the data relate | +| [setType()](#settype) | 2 byte type of subfile, like "DL" | + +### getLength() {#getlength} + +4 These bytes contain a 4 digit numeric value that specifies the length of the Subfile in bytes.The segment terminator must be included in calculating the length of the subfile.A segment terminator = 1. Each subfile must begin with the two-character Subfile Type and these two characters must also be included in the length. + +### getOffset() {#getoffset} + +4 digit numeric value that specifies the number of bytes from the head or beginning of the file to where the data related to the particular sub-file is located.The first byte in the file is located at offset 0. + +### getType() {#gettype} + +2 byte type of subfile, like "DL" + +### setLength() {#setlength} + +4 These bytes contain a 4 digit numeric value that specifies the length of the Subfile in bytes.The segment terminator must be included in calculating the length of the subfile.A segment terminator = 1. Each subfile must begin with the two-character Subfile Type and these two characters must also be included in the length. + +### setOffset() {#setoffset} + +4 digit numeric value that specifies the number of bytes from the head or beginning of the file to where the data related to the particular sub-file is located.The first byte in the file is located at offset 0. + +### setType() {#settype} + +2 byte type of subfile, like "DL" diff --git a/english/nodejs/aspose.barcode/subfileproperties/getlength/_index.md b/english/nodejs/aspose.barcode/subfileproperties/getlength/_index.md deleted file mode 100644 index 1e16ee3b6..000000000 --- a/english/nodejs/aspose.barcode/subfileproperties/getlength/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "SubfileProperties.getLength" -linktitle: "getLength" -articleTitle: "getLength" -second_title: "Aspose.BarCode for Node.js via Java" -description: "4 These bytes contain a 4 digit numeric value that specifies the length of the Subfile in bytes.The segment terminator must be included in calculating the le..." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/subfileproperties/getlength/ ---- - -## getLength() - -4 These bytes contain a 4 digit numeric value that specifies the length of the Subfile in bytes.The segment terminator must be included in calculating the length of the subfile.A segment terminator = 1. Each subfile must begin with the two-character Subfile Type and these two characters must also be included in the length. diff --git a/english/nodejs/aspose.barcode/subfileproperties/getoffset/_index.md b/english/nodejs/aspose.barcode/subfileproperties/getoffset/_index.md deleted file mode 100644 index 166a99518..000000000 --- a/english/nodejs/aspose.barcode/subfileproperties/getoffset/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "SubfileProperties.getOffset" -linktitle: "getOffset" -articleTitle: "getOffset" -second_title: "Aspose.BarCode for Node.js via Java" -description: "4 digit numeric value that specifies the number of bytes from the head or beginning of the file to where the data related to the particular sub-file is locat..." -type: docs -weight: 20 -url: /nodejs/aspose.barcode/subfileproperties/getoffset/ ---- - -## getOffset() - -4 digit numeric value that specifies the number of bytes from the head or beginning of the file to where the data related to the particular sub-file is located.The first byte in the file is located at offset 0. diff --git a/english/nodejs/aspose.barcode/subfileproperties/gettype/_index.md b/english/nodejs/aspose.barcode/subfileproperties/gettype/_index.md deleted file mode 100644 index 5ed5bbe94..000000000 --- a/english/nodejs/aspose.barcode/subfileproperties/gettype/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "SubfileProperties.getType" -linktitle: "getType" -articleTitle: "getType" -second_title: "Aspose.BarCode for Node.js via Java" -description: "2 byte type of subfile, like 'DL'" -type: docs -weight: 30 -url: /nodejs/aspose.barcode/subfileproperties/gettype/ ---- - -## getType() - -2 byte type of subfile, like "DL" diff --git a/english/nodejs/aspose.barcode/subfileproperties/setlength/_index.md b/english/nodejs/aspose.barcode/subfileproperties/setlength/_index.md deleted file mode 100644 index d7e0ba4f2..000000000 --- a/english/nodejs/aspose.barcode/subfileproperties/setlength/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "SubfileProperties.setLength" -linktitle: "setLength" -articleTitle: "setLength" -second_title: "Aspose.BarCode for Node.js via Java" -description: "4 These bytes contain a 4 digit numeric value that specifies the length of the Subfile in bytes.The segment terminator must be included in calculating the le..." -type: docs -weight: 40 -url: /nodejs/aspose.barcode/subfileproperties/setlength/ ---- - -## setLength() - -4 These bytes contain a 4 digit numeric value that specifies the length of the Subfile in bytes.The segment terminator must be included in calculating the length of the subfile.A segment terminator = 1. Each subfile must begin with the two-character Subfile Type and these two characters must also be included in the length. diff --git a/english/nodejs/aspose.barcode/subfileproperties/setoffset/_index.md b/english/nodejs/aspose.barcode/subfileproperties/setoffset/_index.md deleted file mode 100644 index 046ece575..000000000 --- a/english/nodejs/aspose.barcode/subfileproperties/setoffset/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "SubfileProperties.setOffset" -linktitle: "setOffset" -articleTitle: "setOffset" -second_title: "Aspose.BarCode for Node.js via Java" -description: "4 digit numeric value that specifies the number of bytes from the head or beginning of the file to where the data related to the particular sub-file is locat..." -type: docs -weight: 50 -url: /nodejs/aspose.barcode/subfileproperties/setoffset/ ---- - -## setOffset() - -4 digit numeric value that specifies the number of bytes from the head or beginning of the file to where the data related to the particular sub-file is located.The first byte in the file is located at offset 0. diff --git a/english/nodejs/aspose.barcode/subfileproperties/settype/_index.md b/english/nodejs/aspose.barcode/subfileproperties/settype/_index.md deleted file mode 100644 index e9e7b87d6..000000000 --- a/english/nodejs/aspose.barcode/subfileproperties/settype/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "SubfileProperties.setType" -linktitle: "setType" -articleTitle: "setType" -second_title: "Aspose.BarCode for Node.js via Java" -description: "2 byte type of subfile, like 'DL'" -type: docs -weight: 60 -url: /nodejs/aspose.barcode/subfileproperties/settype/ ---- - -## setType() - -2 byte type of subfile, like "DL" diff --git a/english/nodejs/aspose.barcode/supplementparameters/_index.md b/english/nodejs/aspose.barcode/supplementparameters/_index.md index 7dcc11bd3..a9f18d1d3 100644 --- a/english/nodejs/aspose.barcode/supplementparameters/_index.md +++ b/english/nodejs/aspose.barcode/supplementparameters/_index.md @@ -1,9 +1,8 @@ --- -title: "SupplementParameters Class" +title: "SupplementParameters" linktitle: "SupplementParameters" -articleTitle: "SupplementParameters" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Supplement parameters. Used for Interleaved2of5, Standard2of5, EAN13, EAN8, UPCA, UPCE, ISBN, ISSN, ISMN." +second_title: "Aspose.BarCode for Node.js via Java API Reference" +description: "Supplement parameters." type: docs weight: 900 url: /nodejs/aspose.barcode/supplementparameters/ @@ -21,7 +20,27 @@ new SupplementParameters() | Name | Description | | --- | --- | -| [getSupplementData()](./getsupplementdata/) | Supplement data following BarCode. | -| [getSupplementSpace()](./getsupplementspace/) | Space between main the BarCode and supplement BarCode in Unit value. | -| [setSupplementData()](./setsupplementdata/) | Supplement data following BarCode. | -| [toString()](./tostring/) | Returns a human-readable string representation of this SupplementParameters. | +| [getSupplementData()](#getsupplementdata) | Supplement data following BarCode. | +| [getSupplementSpace()](#getsupplementspace) | Space between main the BarCode and supplement BarCode in Unit value. | +| [setSupplementData()](#setsupplementdata) | Supplement data following BarCode. | +| [toString()](#tostring) | Returns a human-readable string representation of this SupplementParameters. | + +### getSupplementData() {#getsupplementdata} + +Supplement data following BarCode. + +### getSupplementSpace() {#getsupplementspace} + +Space between main the BarCode and supplement BarCode in Unit value. + +**Throws:** IllegalArgumentExceptionThe Space parameter value is less than 0. + +### setSupplementData() {#setsupplementdata} + +Supplement data following BarCode. + +### toString() {#tostring} + +Returns a human-readable string representation of this SupplementParameters. + +**Returns:** A string that represents this SupplementParameters. diff --git a/english/nodejs/aspose.barcode/supplementparameters/getsupplementdata/_index.md b/english/nodejs/aspose.barcode/supplementparameters/getsupplementdata/_index.md deleted file mode 100644 index 123de463d..000000000 --- a/english/nodejs/aspose.barcode/supplementparameters/getsupplementdata/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "SupplementParameters.getSupplementData" -linktitle: "getSupplementData" -articleTitle: "getSupplementData" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Supplement data following BarCode." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/supplementparameters/getsupplementdata/ ---- - -## getSupplementData() - -Supplement data following BarCode. diff --git a/english/nodejs/aspose.barcode/supplementparameters/getsupplementspace/_index.md b/english/nodejs/aspose.barcode/supplementparameters/getsupplementspace/_index.md deleted file mode 100644 index f89255091..000000000 --- a/english/nodejs/aspose.barcode/supplementparameters/getsupplementspace/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "SupplementParameters.getSupplementSpace" -linktitle: "getSupplementSpace" -articleTitle: "getSupplementSpace" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Space between main the BarCode and supplement BarCode in Unit value." -type: docs -weight: 20 -url: /nodejs/aspose.barcode/supplementparameters/getsupplementspace/ ---- - -## getSupplementSpace() - -Space between main the BarCode and supplement BarCode in Unit value. - -**Throws:** IllegalArgumentExceptionThe Space parameter value is less than 0. diff --git a/english/nodejs/aspose.barcode/supplementparameters/setsupplementdata/_index.md b/english/nodejs/aspose.barcode/supplementparameters/setsupplementdata/_index.md deleted file mode 100644 index 5f67d57e7..000000000 --- a/english/nodejs/aspose.barcode/supplementparameters/setsupplementdata/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "SupplementParameters.setSupplementData" -linktitle: "setSupplementData" -articleTitle: "setSupplementData" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Supplement data following BarCode." -type: docs -weight: 30 -url: /nodejs/aspose.barcode/supplementparameters/setsupplementdata/ ---- - -## setSupplementData() - -Supplement data following BarCode. diff --git a/english/nodejs/aspose.barcode/supplementparameters/tostring/_index.md b/english/nodejs/aspose.barcode/supplementparameters/tostring/_index.md deleted file mode 100644 index ba4fde7b3..000000000 --- a/english/nodejs/aspose.barcode/supplementparameters/tostring/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "SupplementParameters.toString" -linktitle: "toString" -articleTitle: "toString" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns a human-readable string representation of this SupplementParameters." -type: docs -weight: 40 -url: /nodejs/aspose.barcode/supplementparameters/tostring/ ---- - -## toString() - -Returns a human-readable string representation of this SupplementParameters. - -**Returns:** A string that represents this SupplementParameters. diff --git a/english/nodejs/aspose.barcode/svgparameters/_index.md b/english/nodejs/aspose.barcode/svgparameters/_index.md index a1952e877..9ff04eb99 100644 --- a/english/nodejs/aspose.barcode/svgparameters/_index.md +++ b/english/nodejs/aspose.barcode/svgparameters/_index.md @@ -1,8 +1,7 @@ --- -title: "SvgParameters Class" +title: "SvgParameters" linktitle: "SvgParameters" -articleTitle: "SvgParameters" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "SVG parameters." type: docs weight: 910 @@ -21,9 +20,33 @@ new SvgParameters() | Name | Description | | --- | --- | -| [getSvgColorMode()](./getsvgcolormode/) | Possible modes for filling color in svg file, RGB is default and supported by SVG 1.1. RGBA, HSL, HSLA is allowed in SVG | -| [isExplicitSizeInPixels()](./isexplicitsizeinpixels/) | Does SVG image contain explicit size in pixels (recommended) Default value: true. | -| [isTextDrawnInTextElement()](./istextdrawnintextelement/) | Does SVG image contain text as text element rather than paths (recommended) Default value: true. | -| [setExplicitSizeInPixels()](./setexplicitsizeinpixels/) | Does SVG image contain explicit size in pixels (recommended) Default value: true. | -| [setSvgColorMode()](./setsvgcolormode/) | Possible modes for filling color in svg file, RGB is default and supported by SVG 1.1. RGBA, HSL, HSLA is allowed in SVG | -| [setTextDrawnInTextElement()](./settextdrawnintextelement/) | Does SVG image contain text as text element rather than paths (recommended) Default value: true. | +| [getSvgColorMode()](#getsvgcolormode) | Possible modes for filling color in svg file, RGB is default and supported by SVG 1.1. RGBA, HSL, HSLA is allowed in SVG | +| [isExplicitSizeInPixels()](#isexplicitsizeinpixels) | Does SVG image contain explicit size in pixels (recommended) Default value: true. | +| [isTextDrawnInTextElement()](#istextdrawnintextelement) | Does SVG image contain text as text element rather than paths (recommended) Default value: true. | +| [setExplicitSizeInPixels()](#setexplicitsizeinpixels) | Does SVG image contain explicit size in pixels (recommended) Default value: true. | +| [setSvgColorMode()](#setsvgcolormode) | Possible modes for filling color in svg file, RGB is default and supported by SVG 1.1. RGBA, HSL, HSLA is allowed in SVG | +| [setTextDrawnInTextElement()](#settextdrawnintextelement) | Does SVG image contain text as text element rather than paths (recommended) Default value: true. | + +### getSvgColorMode() {#getsvgcolormode} + +Possible modes for filling color in svg file, RGB is default and supported by SVG 1.1. RGBA, HSL, HSLA is allowed in SVG 2.0 standard. Even in RGB opacity will be set through "fill-opacity" parameter + +### isExplicitSizeInPixels() {#isexplicitsizeinpixels} + +Does SVG image contain explicit size in pixels (recommended) Default value: true. + +### isTextDrawnInTextElement() {#istextdrawnintextelement} + +Does SVG image contain text as text element rather than paths (recommended) Default value: true. + +### setExplicitSizeInPixels() {#setexplicitsizeinpixels} + +Does SVG image contain explicit size in pixels (recommended) Default value: true. + +### setSvgColorMode() {#setsvgcolormode} + +Possible modes for filling color in svg file, RGB is default and supported by SVG 1.1. RGBA, HSL, HSLA is allowed in SVG 2.0 standard. Even in RGB opacity will be set through "fill-opacity" parameter + +### setTextDrawnInTextElement() {#settextdrawnintextelement} + +Does SVG image contain text as text element rather than paths (recommended) Default value: true. diff --git a/english/nodejs/aspose.barcode/svgparameters/getsvgcolormode/_index.md b/english/nodejs/aspose.barcode/svgparameters/getsvgcolormode/_index.md deleted file mode 100644 index 718e45fd5..000000000 --- a/english/nodejs/aspose.barcode/svgparameters/getsvgcolormode/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "SvgParameters.getSvgColorMode" -linktitle: "getSvgColorMode" -articleTitle: "getSvgColorMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Possible modes for filling color in svg file, RGB is default and supported by SVG 1.1. RGBA, HSL, HSLA is allowed in SVG 2.0 standard. Even in RGB opacity wi..." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/svgparameters/getsvgcolormode/ ---- - -## getSvgColorMode() - -Possible modes for filling color in svg file, RGB is default and supported by SVG 1.1. RGBA, HSL, HSLA is allowed in SVG 2.0 standard. Even in RGB opacity will be set through "fill-opacity" parameter diff --git a/english/nodejs/aspose.barcode/svgparameters/isexplicitsizeinpixels/_index.md b/english/nodejs/aspose.barcode/svgparameters/isexplicitsizeinpixels/_index.md deleted file mode 100644 index c1bfb6883..000000000 --- a/english/nodejs/aspose.barcode/svgparameters/isexplicitsizeinpixels/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "SvgParameters.isExplicitSizeInPixels" -linktitle: "isExplicitSizeInPixels" -articleTitle: "isExplicitSizeInPixels" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Does SVG image contain explicit size in pixels (recommended) Default value: true." -type: docs -weight: 20 -url: /nodejs/aspose.barcode/svgparameters/isexplicitsizeinpixels/ ---- - -## isExplicitSizeInPixels() - -Does SVG image contain explicit size in pixels (recommended) Default value: true. diff --git a/english/nodejs/aspose.barcode/svgparameters/istextdrawnintextelement/_index.md b/english/nodejs/aspose.barcode/svgparameters/istextdrawnintextelement/_index.md deleted file mode 100644 index e23bdf736..000000000 --- a/english/nodejs/aspose.barcode/svgparameters/istextdrawnintextelement/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "SvgParameters.isTextDrawnInTextElement" -linktitle: "isTextDrawnInTextElement" -articleTitle: "isTextDrawnInTextElement" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Does SVG image contain text as text element rather than paths (recommended) Default value: true." -type: docs -weight: 30 -url: /nodejs/aspose.barcode/svgparameters/istextdrawnintextelement/ ---- - -## isTextDrawnInTextElement() - -Does SVG image contain text as text element rather than paths (recommended) Default value: true. diff --git a/english/nodejs/aspose.barcode/svgparameters/setexplicitsizeinpixels/_index.md b/english/nodejs/aspose.barcode/svgparameters/setexplicitsizeinpixels/_index.md deleted file mode 100644 index 48b807564..000000000 --- a/english/nodejs/aspose.barcode/svgparameters/setexplicitsizeinpixels/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "SvgParameters.setExplicitSizeInPixels" -linktitle: "setExplicitSizeInPixels" -articleTitle: "setExplicitSizeInPixels" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Does SVG image contain explicit size in pixels (recommended) Default value: true." -type: docs -weight: 40 -url: /nodejs/aspose.barcode/svgparameters/setexplicitsizeinpixels/ ---- - -## setExplicitSizeInPixels() - -Does SVG image contain explicit size in pixels (recommended) Default value: true. diff --git a/english/nodejs/aspose.barcode/svgparameters/setsvgcolormode/_index.md b/english/nodejs/aspose.barcode/svgparameters/setsvgcolormode/_index.md deleted file mode 100644 index a49f83e15..000000000 --- a/english/nodejs/aspose.barcode/svgparameters/setsvgcolormode/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "SvgParameters.setSvgColorMode" -linktitle: "setSvgColorMode" -articleTitle: "setSvgColorMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Possible modes for filling color in svg file, RGB is default and supported by SVG 1.1. RGBA, HSL, HSLA is allowed in SVG 2.0 standard. Even in RGB opacity wi..." -type: docs -weight: 50 -url: /nodejs/aspose.barcode/svgparameters/setsvgcolormode/ ---- - -## setSvgColorMode() - -Possible modes for filling color in svg file, RGB is default and supported by SVG 1.1. RGBA, HSL, HSLA is allowed in SVG 2.0 standard. Even in RGB opacity will be set through "fill-opacity" parameter diff --git a/english/nodejs/aspose.barcode/svgparameters/settextdrawnintextelement/_index.md b/english/nodejs/aspose.barcode/svgparameters/settextdrawnintextelement/_index.md deleted file mode 100644 index 2dd99c635..000000000 --- a/english/nodejs/aspose.barcode/svgparameters/settextdrawnintextelement/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "SvgParameters.setTextDrawnInTextElement" -linktitle: "setTextDrawnInTextElement" -articleTitle: "setTextDrawnInTextElement" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Does SVG image contain text as text element rather than paths (recommended) Default value: true." -type: docs -weight: 60 -url: /nodejs/aspose.barcode/svgparameters/settextdrawnintextelement/ ---- - -## setTextDrawnInTextElement() - -Does SVG image contain text as text element rather than paths (recommended) Default value: true. diff --git a/english/nodejs/aspose.barcode/swissqrbill/_index.md b/english/nodejs/aspose.barcode/swissqrbill/_index.md index eec7c7c78..c9ab73860 100644 --- a/english/nodejs/aspose.barcode/swissqrbill/_index.md +++ b/english/nodejs/aspose.barcode/swissqrbill/_index.md @@ -1,8 +1,7 @@ --- -title: "SwissQRBill Class" +title: "SwissQRBill" linktitle: "SwissQRBill" -articleTitle: "SwissQRBill" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "SwissQR bill data" type: docs weight: 920 @@ -21,26 +20,192 @@ new SwissQRBill() | Name | Description | | --- | --- | -| [createAndSetCreditorReference(rawReference)](./createandsetcreditorreference/) | Creates and sets a ISO11649 creditor reference from a raw string by prefixing the String with "RF" and the modulo 97 che | -| [equals(obj)](./equals/) | Determines whether the specified object is equal to the current object. | -| [getAccount()](./getaccount/) | Gets the creditor's account number. Account numbers must be valid IBANs of a bank of Switzerland or Liechtenstein. Space | -| [getAlternativeSchemes()](./getalternativeschemes/) | Gets ors sets the alternative payment schemes. A maximum of two schemes with parameters are allowed. | -| [getAmount()](./getamount/) | Gets the payment amount. Valid values are between 0.01 and 999,999,999.99. | -| [getBillInformation()](./getbillinformation/) | Gets the additional structured bill information. | -| [getCreditor()](./getcreditor/) | Gets the creditor address. | -| [getCurrency()](./getcurrency/) | Gets the payment currency. Valid values are "CHF" and "EUR". | -| [getDebtor()](./getdebtor/) | Gets the debtor address. The debtor is optional. If it is omitted, both setting this field to null or setting an address | -| [getReference()](./getreference/) | Gets the creditor payment reference. The reference is mandatory for SwissQR IBANs, i.e.IBANs in the range CHxx30000xxxxx | -| [getUnstructuredMessage()](./getunstructuredmessage/) | Gets the additional unstructured message. | -| [getVersion()](./getversion/) | Gets the version of the SwissQR bill standard. | -| [hashCode()](./hashcode/) | Gets the hash code for this instance. | -| [setAccount(value:)](./setaccount/) | Sets the creditor's account number. Account numbers must be valid IBANs of a bank of Switzerland or Liechtenstein. Space | -| [setAlternativeSchemes(value:)](./setalternativeschemes/) | Gets or sets the alternative payment schemes. A maximum of two schemes with parameters are allowed. | -| [setAmount(value)](./setamount/) | Sets the payment amount. Valid values are between 0.01 and 999,999,999.99. | -| [setBillInformation(value:)](./setbillinformation/) | Sets the additional structured bill information. | -| [setCreditor(value:)](./setcreditor/) | Sets the creditor address. | -| [setCurrency(value)](./setcurrency/) | Sets the payment currency. | -| [setDebtor(value:)](./setdebtor/) | Sets the debtor address. The debtor is optional. If it is omitted, both setting this field to null or setting an address | -| [setReference(value)](./setreference/) | Sets the creditor payment reference. The reference is mandatory for SwissQR IBANs, i.e.IBANs in the range CHxx30000xxxxx | -| [setUnstructuredMessage(value:)](./setunstructuredmessage/) | Sets the additional unstructured message. | -| [setVersion(value)](./setversion/) | Sets the version of the SwissQR bill standard. | +| [createAndSetCreditorReference(rawReference)](#createandsetcreditorreference) | Creates and sets a ISO11649 creditor reference from a raw string by prefixing the String with "RF" and the modulo 97 che | +| [equals(obj)](#equals) | Determines whether the specified object is equal to the current object. | +| [getAccount()](#getaccount) | Gets the creditor's account number. Account numbers must be valid IBANs of a bank of Switzerland or Liechtenstein. Space | +| [getAlternativeSchemes()](#getalternativeschemes) | Gets ors sets the alternative payment schemes. A maximum of two schemes with parameters are allowed. | +| [getAmount()](#getamount) | Gets the payment amount. Valid values are between 0.01 and 999,999,999.99. | +| [getBillInformation()](#getbillinformation) | Gets the additional structured bill information. | +| [getCreditor()](#getcreditor) | Gets the creditor address. | +| [getCurrency()](#getcurrency) | Gets the payment currency. Valid values are "CHF" and "EUR". | +| [getDebtor()](#getdebtor) | Gets the debtor address. The debtor is optional. If it is omitted, both setting this field to null or setting an address | +| [getReference()](#getreference) | Gets the creditor payment reference. The reference is mandatory for SwissQR IBANs, i.e.IBANs in the range CHxx30000xxxxx | +| [getUnstructuredMessage()](#getunstructuredmessage) | Gets the additional unstructured message. | +| [getVersion()](#getversion) | Gets the version of the SwissQR bill standard. | +| [hashCode()](#hashcode) | Gets the hash code for this instance. | +| [setAccount(value:)](#setaccount) | Sets the creditor's account number. Account numbers must be valid IBANs of a bank of Switzerland or Liechtenstein. Space | +| [setAlternativeSchemes(value:)](#setalternativeschemes) | Gets or sets the alternative payment schemes. A maximum of two schemes with parameters are allowed. | +| [setAmount(value)](#setamount) | Sets the payment amount. Valid values are between 0.01 and 999,999,999.99. | +| [setBillInformation(value:)](#setbillinformation) | Sets the additional structured bill information. | +| [setCreditor(value:)](#setcreditor) | Sets the creditor address. | +| [setCurrency(value)](#setcurrency) | Sets the payment currency. | +| [setDebtor(value:)](#setdebtor) | Sets the debtor address. The debtor is optional. If it is omitted, both setting this field to null or setting an address | +| [setReference(value)](#setreference) | Sets the creditor payment reference. The reference is mandatory for SwissQR IBANs, i.e.IBANs in the range CHxx30000xxxxx | +| [setUnstructuredMessage(value:)](#setunstructuredmessage) | Sets the additional unstructured message. | +| [setVersion(value)](#setversion) | Sets the version of the SwissQR bill standard. | + +### createAndSetCreditorReference(rawReference) {#createandsetcreditorreference} + +Creates and sets a ISO11649 creditor reference from a raw string by prefixing the String with "RF" and the modulo 97 checksum. Whitespace is removed from the reference + +| Parameter | Description | +| --- | --- | +| rawReference | The raw reference. | + +**Throws:** ArgumentException rawReference contains invalid characters. + +### equals(obj) {#equals} + +Determines whether the specified object is equal to the current object. + +| Parameter | Description | +| --- | --- | +| obj | The object to compare with the current object. | + +**Returns:** true if the specified object is equal to the current object; otherwise, false. + +### getAccount() {#getaccount} + +Gets the creditor's account number. Account numbers must be valid IBANs of a bank of Switzerland or Liechtenstein. Spaces are allowed in the account number. + +**Returns:** The creditor account number. + +### getAlternativeSchemes() {#getalternativeschemes} + +Gets ors sets the alternative payment schemes. A maximum of two schemes with parameters are allowed. + +**Returns:** The alternative payment schemes. + +### getAmount() {#getamount} + +Gets the payment amount. Valid values are between 0.01 and 999,999,999.99. + +**Returns:** The payment amount. + +### getBillInformation() {#getbillinformation} + +Gets the additional structured bill information. + +**Returns:** The structured bill information. + +### getCreditor() {#getcreditor} + +Gets the creditor address. + +**Returns:** The creditor address. + +### getCurrency() {#getcurrency} + +Gets the payment currency. Valid values are "CHF" and "EUR". + +**Returns:** The payment currency. + +### getDebtor() {#getdebtor} + +Gets the debtor address. The debtor is optional. If it is omitted, both setting this field to null or setting an address with all null or empty values is ok. + +**Returns:** The debtor address. + +### getReference() {#getreference} + +Gets the creditor payment reference. The reference is mandatory for SwissQR IBANs, i.e.IBANs in the range CHxx30000xxxxxx through CHxx31999xxxxx. If specified, the reference must be either a valid SwissQR reference (corresponding to ISR reference form) or a valid creditor reference according to ISO 11649 ("RFxxxx"). Both may contain spaces for formatting. + +**Returns:** The creditor payment reference. + +### getUnstructuredMessage() {#getunstructuredmessage} + +Gets the additional unstructured message. + +**Returns:** The unstructured message. + +### getVersion() {#getversion} + +Gets the version of the SwissQR bill standard. + +**Returns:** The SwissQR bill standard version. + +### hashCode() {#hashcode} + +Gets the hash code for this instance. + +**Returns:** A hash code for the current object. + +### setAccount(value:) {#setaccount} + +Sets the creditor's account number. Account numbers must be valid IBANs of a bank of Switzerland or Liechtenstein. Spaces are allowed in the account number. + +| Parameter | Description | +| --- | --- | +| value: | The creditor account number. | + +### setAlternativeSchemes(value:) {#setalternativeschemes} + +Gets or sets the alternative payment schemes. A maximum of two schemes with parameters are allowed. + +| Parameter | Description | +| --- | --- | +| value: | The alternative payment schemes. | + +### setAmount(value) {#setamount} + +Sets the payment amount. Valid values are between 0.01 and 999,999,999.99. + +| Parameter | Description | +| --- | --- | +| value | The payment amount. | + +### setBillInformation(value:) {#setbillinformation} + +Sets the additional structured bill information. + +| Parameter | Description | +| --- | --- | +| value: | The structured bill information. | + +### setCreditor(value:) {#setcreditor} + +Sets the creditor address. + +| Parameter | Description | +| --- | --- | +| value: | The creditor address. | + +### setCurrency(value) {#setcurrency} + +Sets the payment currency. + +| Parameter | Description | +| --- | --- | +| value | Valid values are "CHF" and "EUR". | + +### setDebtor(value:) {#setdebtor} + +Sets the debtor address. The debtor is optional. If it is omitted, both setting this field to null or setting an address with all null or empty values is ok. + +| Parameter | Description | +| --- | --- | +| value: | The debtor address. | + +### setReference(value) {#setreference} + +Sets the creditor payment reference. The reference is mandatory for SwissQR IBANs, i.e.IBANs in the range CHxx30000xxxxxx through CHxx31999xxxxx. If specified, the reference must be either a valid SwissQR reference (corresponding to ISR reference form) or a valid creditor reference according to ISO 11649 ("RFxxxx"). Both may contain spaces for formatting. + +| Parameter | Description | +| --- | --- | +| value | The creditor payment reference. | + +### setUnstructuredMessage(value:) {#setunstructuredmessage} + +Sets the additional unstructured message. + +| Parameter | Description | +| --- | --- | +| value: | The unstructured message. | + +### setVersion(value) {#setversion} + +Sets the version of the SwissQR bill standard. + +| Parameter | Description | +| --- | --- | +| value | The SwissQR bill standard version. | diff --git a/english/nodejs/aspose.barcode/swissqrbill/createandsetcreditorreference/_index.md b/english/nodejs/aspose.barcode/swissqrbill/createandsetcreditorreference/_index.md deleted file mode 100644 index 88751d917..000000000 --- a/english/nodejs/aspose.barcode/swissqrbill/createandsetcreditorreference/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "SwissQRBill.createAndSetCreditorReference" -linktitle: "createAndSetCreditorReference" -articleTitle: "createAndSetCreditorReference" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Creates and sets a ISO11649 creditor reference from a raw string by prefixing the String with 'RF' and the modulo 97 checksum. Whitespace is removed from the..." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/swissqrbill/createandsetcreditorreference/ ---- - -## createAndSetCreditorReference(rawReference) - -Creates and sets a ISO11649 creditor reference from a raw string by prefixing the String with "RF" and the modulo 97 checksum. Whitespace is removed from the reference - -| Parameter | Description | -| --- | --- | -| rawReference | The raw reference. | - -**Throws:** ArgumentException rawReference contains invalid characters. diff --git a/english/nodejs/aspose.barcode/swissqrbill/equals/_index.md b/english/nodejs/aspose.barcode/swissqrbill/equals/_index.md deleted file mode 100644 index 55fd7701c..000000000 --- a/english/nodejs/aspose.barcode/swissqrbill/equals/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "SwissQRBill.equals" -linktitle: "equals" -articleTitle: "equals" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Determines whether the specified object is equal to the current object." -type: docs -weight: 20 -url: /nodejs/aspose.barcode/swissqrbill/equals/ ---- - -## equals(obj) - -Determines whether the specified object is equal to the current object. - -| Parameter | Description | -| --- | --- | -| obj | The object to compare with the current object. | - -**Returns:** true if the specified object is equal to the current object; otherwise, false. diff --git a/english/nodejs/aspose.barcode/swissqrbill/getaccount/_index.md b/english/nodejs/aspose.barcode/swissqrbill/getaccount/_index.md deleted file mode 100644 index b7e2d2f81..000000000 --- a/english/nodejs/aspose.barcode/swissqrbill/getaccount/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "SwissQRBill.getAccount" -linktitle: "getAccount" -articleTitle: "getAccount" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the creditor's account number. Account numbers must be valid IBANs of a bank of Switzerland or Liechtenstein. Spaces are allowed in the account number." -type: docs -weight: 30 -url: /nodejs/aspose.barcode/swissqrbill/getaccount/ ---- - -## getAccount() - -Gets the creditor's account number. Account numbers must be valid IBANs of a bank of Switzerland or Liechtenstein. Spaces are allowed in the account number. - -**Returns:** The creditor account number. diff --git a/english/nodejs/aspose.barcode/swissqrbill/getalternativeschemes/_index.md b/english/nodejs/aspose.barcode/swissqrbill/getalternativeschemes/_index.md deleted file mode 100644 index ea88d34c4..000000000 --- a/english/nodejs/aspose.barcode/swissqrbill/getalternativeschemes/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "SwissQRBill.getAlternativeSchemes" -linktitle: "getAlternativeSchemes" -articleTitle: "getAlternativeSchemes" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets ors sets the alternative payment schemes. A maximum of two schemes with parameters are allowed." -type: docs -weight: 40 -url: /nodejs/aspose.barcode/swissqrbill/getalternativeschemes/ ---- - -## getAlternativeSchemes() - -Gets ors sets the alternative payment schemes. A maximum of two schemes with parameters are allowed. - -**Returns:** The alternative payment schemes. diff --git a/english/nodejs/aspose.barcode/swissqrbill/getamount/_index.md b/english/nodejs/aspose.barcode/swissqrbill/getamount/_index.md deleted file mode 100644 index 29753a413..000000000 --- a/english/nodejs/aspose.barcode/swissqrbill/getamount/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "SwissQRBill.getAmount" -linktitle: "getAmount" -articleTitle: "getAmount" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the payment amount. Valid values are between 0.01 and 999,999,999.99." -type: docs -weight: 50 -url: /nodejs/aspose.barcode/swissqrbill/getamount/ ---- - -## getAmount() - -Gets the payment amount. Valid values are between 0.01 and 999,999,999.99. - -**Returns:** The payment amount. diff --git a/english/nodejs/aspose.barcode/swissqrbill/getbillinformation/_index.md b/english/nodejs/aspose.barcode/swissqrbill/getbillinformation/_index.md deleted file mode 100644 index 6a9a44bb1..000000000 --- a/english/nodejs/aspose.barcode/swissqrbill/getbillinformation/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "SwissQRBill.getBillInformation" -linktitle: "getBillInformation" -articleTitle: "getBillInformation" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the additional structured bill information." -type: docs -weight: 60 -url: /nodejs/aspose.barcode/swissqrbill/getbillinformation/ ---- - -## getBillInformation() - -Gets the additional structured bill information. - -**Returns:** The structured bill information. diff --git a/english/nodejs/aspose.barcode/swissqrbill/getcreditor/_index.md b/english/nodejs/aspose.barcode/swissqrbill/getcreditor/_index.md deleted file mode 100644 index 82718a4eb..000000000 --- a/english/nodejs/aspose.barcode/swissqrbill/getcreditor/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "SwissQRBill.getCreditor" -linktitle: "getCreditor" -articleTitle: "getCreditor" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the creditor address." -type: docs -weight: 70 -url: /nodejs/aspose.barcode/swissqrbill/getcreditor/ ---- - -## getCreditor() - -Gets the creditor address. - -**Returns:** The creditor address. diff --git a/english/nodejs/aspose.barcode/swissqrbill/getcurrency/_index.md b/english/nodejs/aspose.barcode/swissqrbill/getcurrency/_index.md deleted file mode 100644 index a445fa017..000000000 --- a/english/nodejs/aspose.barcode/swissqrbill/getcurrency/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "SwissQRBill.getCurrency" -linktitle: "getCurrency" -articleTitle: "getCurrency" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the payment currency. Valid values are 'CHF' and 'EUR'." -type: docs -weight: 80 -url: /nodejs/aspose.barcode/swissqrbill/getcurrency/ ---- - -## getCurrency() - -Gets the payment currency. Valid values are "CHF" and "EUR". - -**Returns:** The payment currency. diff --git a/english/nodejs/aspose.barcode/swissqrbill/getdebtor/_index.md b/english/nodejs/aspose.barcode/swissqrbill/getdebtor/_index.md deleted file mode 100644 index 0e1d5a1bf..000000000 --- a/english/nodejs/aspose.barcode/swissqrbill/getdebtor/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "SwissQRBill.getDebtor" -linktitle: "getDebtor" -articleTitle: "getDebtor" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the debtor address. The debtor is optional. If it is omitted, both setting this field to null or setting an address with all null or empty values is ok." -type: docs -weight: 90 -url: /nodejs/aspose.barcode/swissqrbill/getdebtor/ ---- - -## getDebtor() - -Gets the debtor address. The debtor is optional. If it is omitted, both setting this field to null or setting an address with all null or empty values is ok. - -**Returns:** The debtor address. diff --git a/english/nodejs/aspose.barcode/swissqrbill/getreference/_index.md b/english/nodejs/aspose.barcode/swissqrbill/getreference/_index.md deleted file mode 100644 index df66a005a..000000000 --- a/english/nodejs/aspose.barcode/swissqrbill/getreference/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "SwissQRBill.getReference" -linktitle: "getReference" -articleTitle: "getReference" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the creditor payment reference. The reference is mandatory for SwissQR IBANs, i.e.IBANs in the range CHxx30000xxxxxx through CHxx31999xxxxx. If specifie..." -type: docs -weight: 100 -url: /nodejs/aspose.barcode/swissqrbill/getreference/ ---- - -## getReference() - -Gets the creditor payment reference. The reference is mandatory for SwissQR IBANs, i.e.IBANs in the range CHxx30000xxxxxx through CHxx31999xxxxx. If specified, the reference must be either a valid SwissQR reference (corresponding to ISR reference form) or a valid creditor reference according to ISO 11649 ("RFxxxx"). Both may contain spaces for formatting. - -**Returns:** The creditor payment reference. diff --git a/english/nodejs/aspose.barcode/swissqrbill/getunstructuredmessage/_index.md b/english/nodejs/aspose.barcode/swissqrbill/getunstructuredmessage/_index.md deleted file mode 100644 index 52326e29d..000000000 --- a/english/nodejs/aspose.barcode/swissqrbill/getunstructuredmessage/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "SwissQRBill.getUnstructuredMessage" -linktitle: "getUnstructuredMessage" -articleTitle: "getUnstructuredMessage" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the additional unstructured message." -type: docs -weight: 110 -url: /nodejs/aspose.barcode/swissqrbill/getunstructuredmessage/ ---- - -## getUnstructuredMessage() - -Gets the additional unstructured message. - -**Returns:** The unstructured message. diff --git a/english/nodejs/aspose.barcode/swissqrbill/getversion/_index.md b/english/nodejs/aspose.barcode/swissqrbill/getversion/_index.md deleted file mode 100644 index 86aa7a1f7..000000000 --- a/english/nodejs/aspose.barcode/swissqrbill/getversion/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "SwissQRBill.getVersion" -linktitle: "getVersion" -articleTitle: "getVersion" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the version of the SwissQR bill standard." -type: docs -weight: 120 -url: /nodejs/aspose.barcode/swissqrbill/getversion/ ---- - -## getVersion() - -Gets the version of the SwissQR bill standard. - -**Returns:** The SwissQR bill standard version. diff --git a/english/nodejs/aspose.barcode/swissqrbill/hashcode/_index.md b/english/nodejs/aspose.barcode/swissqrbill/hashcode/_index.md deleted file mode 100644 index 283dc6d0d..000000000 --- a/english/nodejs/aspose.barcode/swissqrbill/hashcode/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "SwissQRBill.hashCode" -linktitle: "hashCode" -articleTitle: "hashCode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets the hash code for this instance." -type: docs -weight: 130 -url: /nodejs/aspose.barcode/swissqrbill/hashcode/ ---- - -## hashCode() - -Gets the hash code for this instance. - -**Returns:** A hash code for the current object. diff --git a/english/nodejs/aspose.barcode/swissqrbill/setaccount/_index.md b/english/nodejs/aspose.barcode/swissqrbill/setaccount/_index.md deleted file mode 100644 index 0745cc634..000000000 --- a/english/nodejs/aspose.barcode/swissqrbill/setaccount/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "SwissQRBill.setAccount" -linktitle: "setAccount" -articleTitle: "setAccount" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets the creditor's account number. Account numbers must be valid IBANs of a bank of Switzerland or Liechtenstein. Spaces are allowed in the account number." -type: docs -weight: 140 -url: /nodejs/aspose.barcode/swissqrbill/setaccount/ ---- - -## setAccount(value:) - -Sets the creditor's account number. Account numbers must be valid IBANs of a bank of Switzerland or Liechtenstein. Spaces are allowed in the account number. - -| Parameter | Description | -| --- | --- | -| value: | The creditor account number. | diff --git a/english/nodejs/aspose.barcode/swissqrbill/setalternativeschemes/_index.md b/english/nodejs/aspose.barcode/swissqrbill/setalternativeschemes/_index.md deleted file mode 100644 index 5b7db4de7..000000000 --- a/english/nodejs/aspose.barcode/swissqrbill/setalternativeschemes/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "SwissQRBill.setAlternativeSchemes" -linktitle: "setAlternativeSchemes" -articleTitle: "setAlternativeSchemes" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets or sets the alternative payment schemes. A maximum of two schemes with parameters are allowed." -type: docs -weight: 150 -url: /nodejs/aspose.barcode/swissqrbill/setalternativeschemes/ ---- - -## setAlternativeSchemes(value:) - -Gets or sets the alternative payment schemes. A maximum of two schemes with parameters are allowed. - -| Parameter | Description | -| --- | --- | -| value: | The alternative payment schemes. | diff --git a/english/nodejs/aspose.barcode/swissqrbill/setamount/_index.md b/english/nodejs/aspose.barcode/swissqrbill/setamount/_index.md deleted file mode 100644 index 0d36169ff..000000000 --- a/english/nodejs/aspose.barcode/swissqrbill/setamount/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "SwissQRBill.setAmount" -linktitle: "setAmount" -articleTitle: "setAmount" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets the payment amount. Valid values are between 0.01 and 999,999,999.99." -type: docs -weight: 160 -url: /nodejs/aspose.barcode/swissqrbill/setamount/ ---- - -## setAmount(value) - -Sets the payment amount. Valid values are between 0.01 and 999,999,999.99. - -| Parameter | Description | -| --- | --- | -| value | The payment amount. | diff --git a/english/nodejs/aspose.barcode/swissqrbill/setbillinformation/_index.md b/english/nodejs/aspose.barcode/swissqrbill/setbillinformation/_index.md deleted file mode 100644 index 3cb2b8930..000000000 --- a/english/nodejs/aspose.barcode/swissqrbill/setbillinformation/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "SwissQRBill.setBillInformation" -linktitle: "setBillInformation" -articleTitle: "setBillInformation" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets the additional structured bill information." -type: docs -weight: 170 -url: /nodejs/aspose.barcode/swissqrbill/setbillinformation/ ---- - -## setBillInformation(value:) - -Sets the additional structured bill information. - -| Parameter | Description | -| --- | --- | -| value: | The structured bill information. | diff --git a/english/nodejs/aspose.barcode/swissqrbill/setcreditor/_index.md b/english/nodejs/aspose.barcode/swissqrbill/setcreditor/_index.md deleted file mode 100644 index 9019ccbea..000000000 --- a/english/nodejs/aspose.barcode/swissqrbill/setcreditor/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "SwissQRBill.setCreditor" -linktitle: "setCreditor" -articleTitle: "setCreditor" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets the creditor address." -type: docs -weight: 180 -url: /nodejs/aspose.barcode/swissqrbill/setcreditor/ ---- - -## setCreditor(value:) - -Sets the creditor address. - -| Parameter | Description | -| --- | --- | -| value: | The creditor address. | diff --git a/english/nodejs/aspose.barcode/swissqrbill/setcurrency/_index.md b/english/nodejs/aspose.barcode/swissqrbill/setcurrency/_index.md deleted file mode 100644 index a4b3d7be6..000000000 --- a/english/nodejs/aspose.barcode/swissqrbill/setcurrency/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "SwissQRBill.setCurrency" -linktitle: "setCurrency" -articleTitle: "setCurrency" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets the payment currency." -type: docs -weight: 190 -url: /nodejs/aspose.barcode/swissqrbill/setcurrency/ ---- - -## setCurrency(value) - -Sets the payment currency. - -| Parameter | Description | -| --- | --- | -| value | Valid values are "CHF" and "EUR". | diff --git a/english/nodejs/aspose.barcode/swissqrbill/setdebtor/_index.md b/english/nodejs/aspose.barcode/swissqrbill/setdebtor/_index.md deleted file mode 100644 index 6402d9bf6..000000000 --- a/english/nodejs/aspose.barcode/swissqrbill/setdebtor/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "SwissQRBill.setDebtor" -linktitle: "setDebtor" -articleTitle: "setDebtor" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets the debtor address. The debtor is optional. If it is omitted, both setting this field to null or setting an address with all null or empty values is ok." -type: docs -weight: 200 -url: /nodejs/aspose.barcode/swissqrbill/setdebtor/ ---- - -## setDebtor(value:) - -Sets the debtor address. The debtor is optional. If it is omitted, both setting this field to null or setting an address with all null or empty values is ok. - -| Parameter | Description | -| --- | --- | -| value: | The debtor address. | diff --git a/english/nodejs/aspose.barcode/swissqrbill/setreference/_index.md b/english/nodejs/aspose.barcode/swissqrbill/setreference/_index.md deleted file mode 100644 index 7fecf515c..000000000 --- a/english/nodejs/aspose.barcode/swissqrbill/setreference/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "SwissQRBill.setReference" -linktitle: "setReference" -articleTitle: "setReference" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets the creditor payment reference. The reference is mandatory for SwissQR IBANs, i.e.IBANs in the range CHxx30000xxxxxx through CHxx31999xxxxx. If specifie..." -type: docs -weight: 210 -url: /nodejs/aspose.barcode/swissqrbill/setreference/ ---- - -## setReference(value) - -Sets the creditor payment reference. The reference is mandatory for SwissQR IBANs, i.e.IBANs in the range CHxx30000xxxxxx through CHxx31999xxxxx. If specified, the reference must be either a valid SwissQR reference (corresponding to ISR reference form) or a valid creditor reference according to ISO 11649 ("RFxxxx"). Both may contain spaces for formatting. - -| Parameter | Description | -| --- | --- | -| value | The creditor payment reference. | diff --git a/english/nodejs/aspose.barcode/swissqrbill/setunstructuredmessage/_index.md b/english/nodejs/aspose.barcode/swissqrbill/setunstructuredmessage/_index.md deleted file mode 100644 index fc5988499..000000000 --- a/english/nodejs/aspose.barcode/swissqrbill/setunstructuredmessage/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "SwissQRBill.setUnstructuredMessage" -linktitle: "setUnstructuredMessage" -articleTitle: "setUnstructuredMessage" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets the additional unstructured message." -type: docs -weight: 220 -url: /nodejs/aspose.barcode/swissqrbill/setunstructuredmessage/ ---- - -## setUnstructuredMessage(value:) - -Sets the additional unstructured message. - -| Parameter | Description | -| --- | --- | -| value: | The unstructured message. | diff --git a/english/nodejs/aspose.barcode/swissqrbill/setversion/_index.md b/english/nodejs/aspose.barcode/swissqrbill/setversion/_index.md deleted file mode 100644 index 90791844c..000000000 --- a/english/nodejs/aspose.barcode/swissqrbill/setversion/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "SwissQRBill.setVersion" -linktitle: "setVersion" -articleTitle: "setVersion" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets the version of the SwissQR bill standard." -type: docs -weight: 230 -url: /nodejs/aspose.barcode/swissqrbill/setversion/ ---- - -## setVersion(value) - -Sets the version of the SwissQR bill standard. - -| Parameter | Description | -| --- | --- | -| value | The SwissQR bill standard version. | diff --git a/english/nodejs/aspose.barcode/swissqrcodetext/_index.md b/english/nodejs/aspose.barcode/swissqrcodetext/_index.md index aa7135a7b..ccbdadc06 100644 --- a/english/nodejs/aspose.barcode/swissqrcodetext/_index.md +++ b/english/nodejs/aspose.barcode/swissqrcodetext/_index.md @@ -1,8 +1,7 @@ --- -title: "SwissQRCodetext Class" +title: "SwissQRCodetext" linktitle: "SwissQRCodetext" -articleTitle: "SwissQRCodetext" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Class for encoding and decoding the text embedded in the SwissQR code." type: docs weight: 930 @@ -29,7 +28,31 @@ Creates an instance of SwissQRCodetext. | Name | Description | | --- | --- | -| [getBarcodeType()](./getbarcodetype/) | Gets barcode type. | -| [getBill()](./getbill/) | SwissQR bill data | -| [getConstructedCodetext()](./getconstructedcodetext/) | Construct codetext from SwissQR bill data | -| [initFromString(constructedCodetext)](./initfromstring/) | Initializes Bill with constructed codetext. | +| [getBarcodeType()](#getbarcodetype) | Gets barcode type. | +| [getBill()](#getbill) | SwissQR bill data | +| [getConstructedCodetext()](#getconstructedcodetext) | Construct codetext from SwissQR bill data | +| [initFromString(constructedCodetext)](#initfromstring) | Initializes Bill with constructed codetext. | + +### getBarcodeType() {#getbarcodetype} + +Gets barcode type. + +**Returns:** Barcode type. + +### getBill() {#getbill} + +SwissQR bill data + +### getConstructedCodetext() {#getconstructedcodetext} + +Construct codetext from SwissQR bill data + +**Returns:** Constructed codetext + +### initFromString(constructedCodetext) {#initfromstring} + +Initializes Bill with constructed codetext. + +| Parameter | Description | +| --- | --- | +| constructedCodetext | Constructed codetext. | diff --git a/english/nodejs/aspose.barcode/swissqrcodetext/getbarcodetype/_index.md b/english/nodejs/aspose.barcode/swissqrcodetext/getbarcodetype/_index.md deleted file mode 100644 index 6cc8e5beb..000000000 --- a/english/nodejs/aspose.barcode/swissqrcodetext/getbarcodetype/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "SwissQRCodetext.getBarcodeType" -linktitle: "getBarcodeType" -articleTitle: "getBarcodeType" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets barcode type." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/swissqrcodetext/getbarcodetype/ ---- - -## getBarcodeType() - -Gets barcode type. - -**Returns:** Barcode type. diff --git a/english/nodejs/aspose.barcode/swissqrcodetext/getbill/_index.md b/english/nodejs/aspose.barcode/swissqrcodetext/getbill/_index.md deleted file mode 100644 index e5bf52f61..000000000 --- a/english/nodejs/aspose.barcode/swissqrcodetext/getbill/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "SwissQRCodetext.getBill" -linktitle: "getBill" -articleTitle: "getBill" -second_title: "Aspose.BarCode for Node.js via Java" -description: "SwissQR bill data" -type: docs -weight: 20 -url: /nodejs/aspose.barcode/swissqrcodetext/getbill/ ---- - -## getBill() - -SwissQR bill data diff --git a/english/nodejs/aspose.barcode/swissqrcodetext/getconstructedcodetext/_index.md b/english/nodejs/aspose.barcode/swissqrcodetext/getconstructedcodetext/_index.md deleted file mode 100644 index 4fb759726..000000000 --- a/english/nodejs/aspose.barcode/swissqrcodetext/getconstructedcodetext/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "SwissQRCodetext.getConstructedCodetext" -linktitle: "getConstructedCodetext" -articleTitle: "getConstructedCodetext" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Construct codetext from SwissQR bill data" -type: docs -weight: 30 -url: /nodejs/aspose.barcode/swissqrcodetext/getconstructedcodetext/ ---- - -## getConstructedCodetext() - -Construct codetext from SwissQR bill data - -**Returns:** Constructed codetext diff --git a/english/nodejs/aspose.barcode/swissqrcodetext/initfromstring/_index.md b/english/nodejs/aspose.barcode/swissqrcodetext/initfromstring/_index.md deleted file mode 100644 index e4f4a8861..000000000 --- a/english/nodejs/aspose.barcode/swissqrcodetext/initfromstring/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "SwissQRCodetext.initFromString" -linktitle: "initFromString" -articleTitle: "initFromString" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Initializes Bill with constructed codetext." -type: docs -weight: 40 -url: /nodejs/aspose.barcode/swissqrcodetext/initfromstring/ ---- - -## initFromString(constructedCodetext) - -Initializes Bill with constructed codetext. - -| Parameter | Description | -| --- | --- | -| constructedCodetext | Constructed codetext. | diff --git a/english/nodejs/aspose.barcode/unit/_index.md b/english/nodejs/aspose.barcode/unit/_index.md index f07ede688..92c34e3a3 100644 --- a/english/nodejs/aspose.barcode/unit/_index.md +++ b/english/nodejs/aspose.barcode/unit/_index.md @@ -1,8 +1,7 @@ --- -title: "Unit Class" +title: "Unit" linktitle: "Unit" -articleTitle: "Unit" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Specifies the size value in different units (Pixel, Inches, etc.)." type: docs weight: 960 @@ -30,15 +29,71 @@ new Unit() | Name | Description | | --- | --- | -| [equals(obj)](./equals/) | Determines whether this instance and a specified object, which must also be a Unit object, have the same value. | -| [getDocument()](./getdocument/) | Gets size value in document units. | -| [getInches()](./getinches/) | Gets size value in inches. | -| [getMillimeters()](./getmillimeters/) | Gets size value in millimeters. | -| [getPixels()](./getpixels/) | Gets size value in pixels. | -| [getPoint()](./getpoint/) | Gets size value in point. | -| [setDocument()](./setdocument/) | Sets size value in document units. | -| [setInches()](./setinches/) | Sets size value in inches. | -| [setMillimeters()](./setmillimeters/) | Sets size value in millimeters. | -| [setPixels()](./setpixels/) | Sets size value in pixels. | -| [setPoint()](./setpoint/) | Sets size value in point. | -| [toString()](./tostring/) | Returns a human-readable string representation of this Unit. | +| [equals(obj)](#equals) | Determines whether this instance and a specified object, which must also be a Unit object, have the same value. | +| [getDocument()](#getdocument) | Gets size value in document units. | +| [getInches()](#getinches) | Gets size value in inches. | +| [getMillimeters()](#getmillimeters) | Gets size value in millimeters. | +| [getPixels()](#getpixels) | Gets size value in pixels. | +| [getPoint()](#getpoint) | Gets size value in point. | +| [setDocument()](#setdocument) | Sets size value in document units. | +| [setInches()](#setinches) | Sets size value in inches. | +| [setMillimeters()](#setmillimeters) | Sets size value in millimeters. | +| [setPixels()](#setpixels) | Sets size value in pixels. | +| [setPoint()](#setpoint) | Sets size value in point. | +| [toString()](#tostring) | Returns a human-readable string representation of this Unit. | + +### equals(obj) {#equals} + +Determines whether this instance and a specified object, which must also be a Unit object, have the same value. + +| Parameter | Description | +| --- | --- | +| obj | The Unit to compare to this instance. | + +**Returns:** true if obj is a Unit and its value is the same as this instance; otherwise, false. If obj is null, the method returns false. + +### getDocument() {#getdocument} + +Gets size value in document units. + +### getInches() {#getinches} + +Gets size value in inches. + +### getMillimeters() {#getmillimeters} + +Gets size value in millimeters. + +### getPixels() {#getpixels} + +Gets size value in pixels. + +### getPoint() {#getpoint} + +Gets size value in point. + +### setDocument() {#setdocument} + +Sets size value in document units. + +### setInches() {#setinches} + +Sets size value in inches. + +### setMillimeters() {#setmillimeters} + +Sets size value in millimeters. + +### setPixels() {#setpixels} + +Sets size value in pixels. + +### setPoint() {#setpoint} + +Sets size value in point. + +### toString() {#tostring} + +Returns a human-readable string representation of this Unit. + +**Returns:** A string that represents this Unit. diff --git a/english/nodejs/aspose.barcode/unit/equals/_index.md b/english/nodejs/aspose.barcode/unit/equals/_index.md deleted file mode 100644 index 3a76b8f52..000000000 --- a/english/nodejs/aspose.barcode/unit/equals/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Unit.equals" -linktitle: "equals" -articleTitle: "equals" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Determines whether this instance and a specified object, which must also be a Unit object, have the same value." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/unit/equals/ ---- - -## equals(obj) - -Determines whether this instance and a specified object, which must also be a Unit object, have the same value. - -| Parameter | Description | -| --- | --- | -| obj | The Unit to compare to this instance. | - -**Returns:** true if obj is a Unit and its value is the same as this instance; otherwise, false. If obj is null, the method returns false. diff --git a/english/nodejs/aspose.barcode/unit/getdocument/_index.md b/english/nodejs/aspose.barcode/unit/getdocument/_index.md deleted file mode 100644 index 1a2e08493..000000000 --- a/english/nodejs/aspose.barcode/unit/getdocument/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Unit.getDocument" -linktitle: "getDocument" -articleTitle: "getDocument" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets size value in document units." -type: docs -weight: 20 -url: /nodejs/aspose.barcode/unit/getdocument/ ---- - -## getDocument() - -Gets size value in document units. diff --git a/english/nodejs/aspose.barcode/unit/getinches/_index.md b/english/nodejs/aspose.barcode/unit/getinches/_index.md deleted file mode 100644 index 6e2a1bf94..000000000 --- a/english/nodejs/aspose.barcode/unit/getinches/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Unit.getInches" -linktitle: "getInches" -articleTitle: "getInches" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets size value in inches." -type: docs -weight: 30 -url: /nodejs/aspose.barcode/unit/getinches/ ---- - -## getInches() - -Gets size value in inches. diff --git a/english/nodejs/aspose.barcode/unit/getmillimeters/_index.md b/english/nodejs/aspose.barcode/unit/getmillimeters/_index.md deleted file mode 100644 index acfb0d63b..000000000 --- a/english/nodejs/aspose.barcode/unit/getmillimeters/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Unit.getMillimeters" -linktitle: "getMillimeters" -articleTitle: "getMillimeters" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets size value in millimeters." -type: docs -weight: 40 -url: /nodejs/aspose.barcode/unit/getmillimeters/ ---- - -## getMillimeters() - -Gets size value in millimeters. diff --git a/english/nodejs/aspose.barcode/unit/getpixels/_index.md b/english/nodejs/aspose.barcode/unit/getpixels/_index.md deleted file mode 100644 index fd0f07039..000000000 --- a/english/nodejs/aspose.barcode/unit/getpixels/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Unit.getPixels" -linktitle: "getPixels" -articleTitle: "getPixels" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets size value in pixels." -type: docs -weight: 50 -url: /nodejs/aspose.barcode/unit/getpixels/ ---- - -## getPixels() - -Gets size value in pixels. diff --git a/english/nodejs/aspose.barcode/unit/getpoint/_index.md b/english/nodejs/aspose.barcode/unit/getpoint/_index.md deleted file mode 100644 index dd4804028..000000000 --- a/english/nodejs/aspose.barcode/unit/getpoint/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Unit.getPoint" -linktitle: "getPoint" -articleTitle: "getPoint" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets size value in point." -type: docs -weight: 60 -url: /nodejs/aspose.barcode/unit/getpoint/ ---- - -## getPoint() - -Gets size value in point. diff --git a/english/nodejs/aspose.barcode/unit/setdocument/_index.md b/english/nodejs/aspose.barcode/unit/setdocument/_index.md deleted file mode 100644 index 6e532bbf7..000000000 --- a/english/nodejs/aspose.barcode/unit/setdocument/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Unit.setDocument" -linktitle: "setDocument" -articleTitle: "setDocument" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets size value in document units." -type: docs -weight: 70 -url: /nodejs/aspose.barcode/unit/setdocument/ ---- - -## setDocument() - -Sets size value in document units. diff --git a/english/nodejs/aspose.barcode/unit/setinches/_index.md b/english/nodejs/aspose.barcode/unit/setinches/_index.md deleted file mode 100644 index 53db9302e..000000000 --- a/english/nodejs/aspose.barcode/unit/setinches/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Unit.setInches" -linktitle: "setInches" -articleTitle: "setInches" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets size value in inches." -type: docs -weight: 80 -url: /nodejs/aspose.barcode/unit/setinches/ ---- - -## setInches() - -Sets size value in inches. diff --git a/english/nodejs/aspose.barcode/unit/setmillimeters/_index.md b/english/nodejs/aspose.barcode/unit/setmillimeters/_index.md deleted file mode 100644 index 4dea5cef0..000000000 --- a/english/nodejs/aspose.barcode/unit/setmillimeters/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Unit.setMillimeters" -linktitle: "setMillimeters" -articleTitle: "setMillimeters" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets size value in millimeters." -type: docs -weight: 90 -url: /nodejs/aspose.barcode/unit/setmillimeters/ ---- - -## setMillimeters() - -Sets size value in millimeters. diff --git a/english/nodejs/aspose.barcode/unit/setpixels/_index.md b/english/nodejs/aspose.barcode/unit/setpixels/_index.md deleted file mode 100644 index 18d31242f..000000000 --- a/english/nodejs/aspose.barcode/unit/setpixels/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Unit.setPixels" -linktitle: "setPixels" -articleTitle: "setPixels" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets size value in pixels." -type: docs -weight: 100 -url: /nodejs/aspose.barcode/unit/setpixels/ ---- - -## setPixels() - -Sets size value in pixels. diff --git a/english/nodejs/aspose.barcode/unit/setpoint/_index.md b/english/nodejs/aspose.barcode/unit/setpoint/_index.md deleted file mode 100644 index 994dc62d3..000000000 --- a/english/nodejs/aspose.barcode/unit/setpoint/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Unit.setPoint" -linktitle: "setPoint" -articleTitle: "setPoint" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets size value in point." -type: docs -weight: 110 -url: /nodejs/aspose.barcode/unit/setpoint/ ---- - -## setPoint() - -Sets size value in point. diff --git a/english/nodejs/aspose.barcode/unit/tostring/_index.md b/english/nodejs/aspose.barcode/unit/tostring/_index.md deleted file mode 100644 index cbdef78b5..000000000 --- a/english/nodejs/aspose.barcode/unit/tostring/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Unit.toString" -linktitle: "toString" -articleTitle: "toString" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns a human-readable string representation of this Unit." -type: docs -weight: 120 -url: /nodejs/aspose.barcode/unit/tostring/ ---- - -## toString() - -Returns a human-readable string representation of this Unit. - -**Returns:** A string that represents this Unit. diff --git a/english/nodejs/aspose.barcode/usadriveidcodetext/_index.md b/english/nodejs/aspose.barcode/usadriveidcodetext/_index.md index 2d12361aa..1c20caafe 100644 --- a/english/nodejs/aspose.barcode/usadriveidcodetext/_index.md +++ b/english/nodejs/aspose.barcode/usadriveidcodetext/_index.md @@ -1,8 +1,7 @@ --- -title: "USADriveIdCodetext Class" +title: "USADriveIdCodetext" linktitle: "USADriveIdCodetext" -articleTitle: "USADriveIdCodetext" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Class for encoding and decoding the text embedded in the USA Driving License PDF417 code." type: docs weight: 940 @@ -21,23 +20,111 @@ new USADriveIdCodetext() | Name | Description | | --- | --- | -| [addSubfileDesignator()](./addsubfiledesignator/) | Contains information about following subfiles, types, offsets and lengths. Important: set only type, offset and length w | -| [getAAMVAVersionNumber()](./getaamvaversionnumber/) | AAMVA Version Number 00-99 | -| [getBarcodeType()](./getbarcodetype/) | Returns barcode type of USA DL (Pdf417) | -| [getConstructedCodetext()](./getconstructedcodetext/) | Construct codetext from USA DL data | -| [getIssuerIdentificationNumber()](./getissueridentificationnumber/) | This number uniquely identifies the issuing jurisdiction and can be obtained by contacting the ISO Issuing Authority(AAM | -| [getJurisdictionSpecificSubfile()](./getjurisdictionspecificsubfile/) | Jurisdiction Specific Fields | -| [getJurisdictionVersionNumber()](./getjurisdictionversionnumber/) | Jurisdiction Version Number 00-99 | -| [getMandatoryElements()](./getmandatoryelements/) | Mandatory elements (fields) of the card | -| [getNumberOfEntries()](./getnumberofentries/) | Number 00-99 of subfiles | -| [getOptionalElements()](./getoptionalelements/) | Optional elements (fields) of the card | -| [getSubfileDesignator()](./getsubfiledesignator/) | Contains information about following subfiles, types, offsets and lengths. Important: set only type, offset and length w | -| [initFromString(constructedCodetext)](./initfromstring/) | Initialize USA DL object from codetext | -| [setAAMVAVersionNumber()](./setaamvaversionnumber/) | AAMVA Version Number 00-99 | -| [setIssuerIdentificationNumber()](./setissueridentificationnumber/) | This number uniquely identifies the issuing jurisdiction and can be obtained by contacting the ISO Issuing Authority(AAM | -| [setJurisdictionSpecificSubfile()](./setjurisdictionspecificsubfile/) | Jurisdiction Specific Fields | -| [setJurisdictionVersionNumber()](./setjurisdictionversionnumber/) | Jurisdiction Version Number 00-99 | -| [setMandatoryElements()](./setmandatoryelements/) | Mandatory elements (fields) of the card | -| [setNumberOfEntries()](./setnumberofentries/) | Number 00-99 of subfiles | -| [setOptionalElements()](./setoptionalelements/) | Optional elements (fields) of the card | -| [setSubfileDesignator()](./setsubfiledesignator/) | Contains information about following subfiles, types, offsets and lengths. Important: set only type, offset and length w | +| [addSubfileDesignator()](#addsubfiledesignator) | Contains information about following subfiles, types, offsets and lengths. Important: set only type, offset and length w | +| [getAAMVAVersionNumber()](#getaamvaversionnumber) | AAMVA Version Number 00-99 | +| [getBarcodeType()](#getbarcodetype) | Returns barcode type of USA DL (Pdf417) | +| [getConstructedCodetext()](#getconstructedcodetext) | Construct codetext from USA DL data | +| [getIssuerIdentificationNumber()](#getissueridentificationnumber) | This number uniquely identifies the issuing jurisdiction and can be obtained by contacting the ISO Issuing Authority(AAM | +| [getJurisdictionSpecificSubfile()](#getjurisdictionspecificsubfile) | Jurisdiction Specific Fields | +| [getJurisdictionVersionNumber()](#getjurisdictionversionnumber) | Jurisdiction Version Number 00-99 | +| [getMandatoryElements()](#getmandatoryelements) | Mandatory elements (fields) of the card | +| [getNumberOfEntries()](#getnumberofentries) | Number 00-99 of subfiles | +| [getOptionalElements()](#getoptionalelements) | Optional elements (fields) of the card | +| [getSubfileDesignator()](#getsubfiledesignator) | Contains information about following subfiles, types, offsets and lengths. Important: set only type, offset and length w | +| [initFromString(constructedCodetext)](#initfromstring) | Initialize USA DL object from codetext | +| [setAAMVAVersionNumber()](#setaamvaversionnumber) | AAMVA Version Number 00-99 | +| [setIssuerIdentificationNumber()](#setissueridentificationnumber) | This number uniquely identifies the issuing jurisdiction and can be obtained by contacting the ISO Issuing Authority(AAM | +| [setJurisdictionSpecificSubfile()](#setjurisdictionspecificsubfile) | Jurisdiction Specific Fields | +| [setJurisdictionVersionNumber()](#setjurisdictionversionnumber) | Jurisdiction Version Number 00-99 | +| [setMandatoryElements()](#setmandatoryelements) | Mandatory elements (fields) of the card | +| [setNumberOfEntries()](#setnumberofentries) | Number 00-99 of subfiles | +| [setOptionalElements()](#setoptionalelements) | Optional elements (fields) of the card | +| [setSubfileDesignator()](#setsubfiledesignator) | Contains information about following subfiles, types, offsets and lengths. Important: set only type, offset and length w | + +### addSubfileDesignator() {#addsubfiledesignator} + +Contains information about following subfiles, types, offsets and lengths. Important: set only type, offset and length will be set automatically. + +### getAAMVAVersionNumber() {#getaamvaversionnumber} + +AAMVA Version Number 00-99 + +### getBarcodeType() {#getbarcodetype} + +Returns barcode type of USA DL (Pdf417) + +**Returns:** Barcode type (Pdf417) + +### getConstructedCodetext() {#getconstructedcodetext} + +Construct codetext from USA DL data + +**Returns:** Constructed codetext + +### getIssuerIdentificationNumber() {#getissueridentificationnumber} + +This number uniquely identifies the issuing jurisdiction and can be obtained by contacting the ISO Issuing Authority(AAMVA). The full 6-digit IIN should be encoded. + +### getJurisdictionSpecificSubfile() {#getjurisdictionspecificsubfile} + +Jurisdiction Specific Fields + +### getJurisdictionVersionNumber() {#getjurisdictionversionnumber} + +Jurisdiction Version Number 00-99 + +### getMandatoryElements() {#getmandatoryelements} + +Mandatory elements (fields) of the card + +### getNumberOfEntries() {#getnumberofentries} + +Number 00-99 of subfiles + +### getOptionalElements() {#getoptionalelements} + +Optional elements (fields) of the card + +### getSubfileDesignator() {#getsubfiledesignator} + +Contains information about following subfiles, types, offsets and lengths. Important: set only type, offset and length will be set automatically. + +### initFromString(constructedCodetext) {#initfromstring} + +Initialize USA DL object from codetext + +| Parameter | Description | +| --- | --- | +| constructedCodetext | Constructed codetext | + +### setAAMVAVersionNumber() {#setaamvaversionnumber} + +AAMVA Version Number 00-99 + +### setIssuerIdentificationNumber() {#setissueridentificationnumber} + +This number uniquely identifies the issuing jurisdiction and can be obtained by contacting the ISO Issuing Authority(AAMVA). The full 6-digit IIN should be encoded. + +### setJurisdictionSpecificSubfile() {#setjurisdictionspecificsubfile} + +Jurisdiction Specific Fields + +### setJurisdictionVersionNumber() {#setjurisdictionversionnumber} + +Jurisdiction Version Number 00-99 + +### setMandatoryElements() {#setmandatoryelements} + +Mandatory elements (fields) of the card + +### setNumberOfEntries() {#setnumberofentries} + +Number 00-99 of subfiles + +### setOptionalElements() {#setoptionalelements} + +Optional elements (fields) of the card + +### setSubfileDesignator() {#setsubfiledesignator} + +Contains information about following subfiles, types, offsets and lengths. Important: set only type, offset and length will be set automatically. diff --git a/english/nodejs/aspose.barcode/usadriveidcodetext/addsubfiledesignator/_index.md b/english/nodejs/aspose.barcode/usadriveidcodetext/addsubfiledesignator/_index.md deleted file mode 100644 index 981428cc1..000000000 --- a/english/nodejs/aspose.barcode/usadriveidcodetext/addsubfiledesignator/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "USADriveIdCodetext.addSubfileDesignator" -linktitle: "addSubfileDesignator" -articleTitle: "addSubfileDesignator" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Contains information about following subfiles, types, offsets and lengths. Important: set only type, offset and length will be set automatically." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/usadriveidcodetext/addsubfiledesignator/ ---- - -## addSubfileDesignator() - -Contains information about following subfiles, types, offsets and lengths. Important: set only type, offset and length will be set automatically. diff --git a/english/nodejs/aspose.barcode/usadriveidcodetext/getaamvaversionnumber/_index.md b/english/nodejs/aspose.barcode/usadriveidcodetext/getaamvaversionnumber/_index.md deleted file mode 100644 index c60dee5ce..000000000 --- a/english/nodejs/aspose.barcode/usadriveidcodetext/getaamvaversionnumber/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "USADriveIdCodetext.getAAMVAVersionNumber" -linktitle: "getAAMVAVersionNumber" -articleTitle: "getAAMVAVersionNumber" -second_title: "Aspose.BarCode for Node.js via Java" -description: "AAMVA Version Number 00-99" -type: docs -weight: 20 -url: /nodejs/aspose.barcode/usadriveidcodetext/getaamvaversionnumber/ ---- - -## getAAMVAVersionNumber() - -AAMVA Version Number 00-99 diff --git a/english/nodejs/aspose.barcode/usadriveidcodetext/getbarcodetype/_index.md b/english/nodejs/aspose.barcode/usadriveidcodetext/getbarcodetype/_index.md deleted file mode 100644 index c76b16b26..000000000 --- a/english/nodejs/aspose.barcode/usadriveidcodetext/getbarcodetype/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "USADriveIdCodetext.getBarcodeType" -linktitle: "getBarcodeType" -articleTitle: "getBarcodeType" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns barcode type of USA DL (Pdf417)" -type: docs -weight: 30 -url: /nodejs/aspose.barcode/usadriveidcodetext/getbarcodetype/ ---- - -## getBarcodeType() - -Returns barcode type of USA DL (Pdf417) - -**Returns:** Barcode type (Pdf417) diff --git a/english/nodejs/aspose.barcode/usadriveidcodetext/getconstructedcodetext/_index.md b/english/nodejs/aspose.barcode/usadriveidcodetext/getconstructedcodetext/_index.md deleted file mode 100644 index 8cd9825d7..000000000 --- a/english/nodejs/aspose.barcode/usadriveidcodetext/getconstructedcodetext/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "USADriveIdCodetext.getConstructedCodetext" -linktitle: "getConstructedCodetext" -articleTitle: "getConstructedCodetext" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Construct codetext from USA DL data" -type: docs -weight: 40 -url: /nodejs/aspose.barcode/usadriveidcodetext/getconstructedcodetext/ ---- - -## getConstructedCodetext() - -Construct codetext from USA DL data - -**Returns:** Constructed codetext diff --git a/english/nodejs/aspose.barcode/usadriveidcodetext/getissueridentificationnumber/_index.md b/english/nodejs/aspose.barcode/usadriveidcodetext/getissueridentificationnumber/_index.md deleted file mode 100644 index 79a9140f8..000000000 --- a/english/nodejs/aspose.barcode/usadriveidcodetext/getissueridentificationnumber/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "USADriveIdCodetext.getIssuerIdentificationNumber" -linktitle: "getIssuerIdentificationNumber" -articleTitle: "getIssuerIdentificationNumber" -second_title: "Aspose.BarCode for Node.js via Java" -description: "This number uniquely identifies the issuing jurisdiction and can be obtained by contacting the ISO Issuing Authority(AAMVA). The full 6-digit IIN should be e..." -type: docs -weight: 50 -url: /nodejs/aspose.barcode/usadriveidcodetext/getissueridentificationnumber/ ---- - -## getIssuerIdentificationNumber() - -This number uniquely identifies the issuing jurisdiction and can be obtained by contacting the ISO Issuing Authority(AAMVA). The full 6-digit IIN should be encoded. diff --git a/english/nodejs/aspose.barcode/usadriveidcodetext/getjurisdictionspecificsubfile/_index.md b/english/nodejs/aspose.barcode/usadriveidcodetext/getjurisdictionspecificsubfile/_index.md deleted file mode 100644 index 33954ba2a..000000000 --- a/english/nodejs/aspose.barcode/usadriveidcodetext/getjurisdictionspecificsubfile/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "USADriveIdCodetext.getJurisdictionSpecificSubfile" -linktitle: "getJurisdictionSpecificSubfile" -articleTitle: "getJurisdictionSpecificSubfile" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Jurisdiction Specific Fields" -type: docs -weight: 60 -url: /nodejs/aspose.barcode/usadriveidcodetext/getjurisdictionspecificsubfile/ ---- - -## getJurisdictionSpecificSubfile() - -Jurisdiction Specific Fields diff --git a/english/nodejs/aspose.barcode/usadriveidcodetext/getjurisdictionversionnumber/_index.md b/english/nodejs/aspose.barcode/usadriveidcodetext/getjurisdictionversionnumber/_index.md deleted file mode 100644 index 048861ac3..000000000 --- a/english/nodejs/aspose.barcode/usadriveidcodetext/getjurisdictionversionnumber/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "USADriveIdCodetext.getJurisdictionVersionNumber" -linktitle: "getJurisdictionVersionNumber" -articleTitle: "getJurisdictionVersionNumber" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Jurisdiction Version Number 00-99" -type: docs -weight: 70 -url: /nodejs/aspose.barcode/usadriveidcodetext/getjurisdictionversionnumber/ ---- - -## getJurisdictionVersionNumber() - -Jurisdiction Version Number 00-99 diff --git a/english/nodejs/aspose.barcode/usadriveidcodetext/getmandatoryelements/_index.md b/english/nodejs/aspose.barcode/usadriveidcodetext/getmandatoryelements/_index.md deleted file mode 100644 index 6c24fe638..000000000 --- a/english/nodejs/aspose.barcode/usadriveidcodetext/getmandatoryelements/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "USADriveIdCodetext.getMandatoryElements" -linktitle: "getMandatoryElements" -articleTitle: "getMandatoryElements" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Mandatory elements (fields) of the card" -type: docs -weight: 80 -url: /nodejs/aspose.barcode/usadriveidcodetext/getmandatoryelements/ ---- - -## getMandatoryElements() - -Mandatory elements (fields) of the card diff --git a/english/nodejs/aspose.barcode/usadriveidcodetext/getnumberofentries/_index.md b/english/nodejs/aspose.barcode/usadriveidcodetext/getnumberofentries/_index.md deleted file mode 100644 index 4b9816d94..000000000 --- a/english/nodejs/aspose.barcode/usadriveidcodetext/getnumberofentries/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "USADriveIdCodetext.getNumberOfEntries" -linktitle: "getNumberOfEntries" -articleTitle: "getNumberOfEntries" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Number 00-99 of subfiles" -type: docs -weight: 90 -url: /nodejs/aspose.barcode/usadriveidcodetext/getnumberofentries/ ---- - -## getNumberOfEntries() - -Number 00-99 of subfiles diff --git a/english/nodejs/aspose.barcode/usadriveidcodetext/getoptionalelements/_index.md b/english/nodejs/aspose.barcode/usadriveidcodetext/getoptionalelements/_index.md deleted file mode 100644 index 4e9a70f4a..000000000 --- a/english/nodejs/aspose.barcode/usadriveidcodetext/getoptionalelements/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "USADriveIdCodetext.getOptionalElements" -linktitle: "getOptionalElements" -articleTitle: "getOptionalElements" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Optional elements (fields) of the card" -type: docs -weight: 100 -url: /nodejs/aspose.barcode/usadriveidcodetext/getoptionalelements/ ---- - -## getOptionalElements() - -Optional elements (fields) of the card diff --git a/english/nodejs/aspose.barcode/usadriveidcodetext/getsubfiledesignator/_index.md b/english/nodejs/aspose.barcode/usadriveidcodetext/getsubfiledesignator/_index.md deleted file mode 100644 index 0a938f46d..000000000 --- a/english/nodejs/aspose.barcode/usadriveidcodetext/getsubfiledesignator/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "USADriveIdCodetext.getSubfileDesignator" -linktitle: "getSubfileDesignator" -articleTitle: "getSubfileDesignator" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Contains information about following subfiles, types, offsets and lengths. Important: set only type, offset and length will be set automatically." -type: docs -weight: 110 -url: /nodejs/aspose.barcode/usadriveidcodetext/getsubfiledesignator/ ---- - -## getSubfileDesignator() - -Contains information about following subfiles, types, offsets and lengths. Important: set only type, offset and length will be set automatically. diff --git a/english/nodejs/aspose.barcode/usadriveidcodetext/initfromstring/_index.md b/english/nodejs/aspose.barcode/usadriveidcodetext/initfromstring/_index.md deleted file mode 100644 index d87bacb8c..000000000 --- a/english/nodejs/aspose.barcode/usadriveidcodetext/initfromstring/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "USADriveIdCodetext.initFromString" -linktitle: "initFromString" -articleTitle: "initFromString" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Initialize USA DL object from codetext" -type: docs -weight: 120 -url: /nodejs/aspose.barcode/usadriveidcodetext/initfromstring/ ---- - -## initFromString(constructedCodetext) - -Initialize USA DL object from codetext - -| Parameter | Description | -| --- | --- | -| constructedCodetext | Constructed codetext | diff --git a/english/nodejs/aspose.barcode/usadriveidcodetext/setaamvaversionnumber/_index.md b/english/nodejs/aspose.barcode/usadriveidcodetext/setaamvaversionnumber/_index.md deleted file mode 100644 index 5196fb812..000000000 --- a/english/nodejs/aspose.barcode/usadriveidcodetext/setaamvaversionnumber/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "USADriveIdCodetext.setAAMVAVersionNumber" -linktitle: "setAAMVAVersionNumber" -articleTitle: "setAAMVAVersionNumber" -second_title: "Aspose.BarCode for Node.js via Java" -description: "AAMVA Version Number 00-99" -type: docs -weight: 130 -url: /nodejs/aspose.barcode/usadriveidcodetext/setaamvaversionnumber/ ---- - -## setAAMVAVersionNumber() - -AAMVA Version Number 00-99 diff --git a/english/nodejs/aspose.barcode/usadriveidcodetext/setissueridentificationnumber/_index.md b/english/nodejs/aspose.barcode/usadriveidcodetext/setissueridentificationnumber/_index.md deleted file mode 100644 index fc558bb7c..000000000 --- a/english/nodejs/aspose.barcode/usadriveidcodetext/setissueridentificationnumber/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "USADriveIdCodetext.setIssuerIdentificationNumber" -linktitle: "setIssuerIdentificationNumber" -articleTitle: "setIssuerIdentificationNumber" -second_title: "Aspose.BarCode for Node.js via Java" -description: "This number uniquely identifies the issuing jurisdiction and can be obtained by contacting the ISO Issuing Authority(AAMVA). The full 6-digit IIN should be e..." -type: docs -weight: 140 -url: /nodejs/aspose.barcode/usadriveidcodetext/setissueridentificationnumber/ ---- - -## setIssuerIdentificationNumber() - -This number uniquely identifies the issuing jurisdiction and can be obtained by contacting the ISO Issuing Authority(AAMVA). The full 6-digit IIN should be encoded. diff --git a/english/nodejs/aspose.barcode/usadriveidcodetext/setjurisdictionspecificsubfile/_index.md b/english/nodejs/aspose.barcode/usadriveidcodetext/setjurisdictionspecificsubfile/_index.md deleted file mode 100644 index 7e9910213..000000000 --- a/english/nodejs/aspose.barcode/usadriveidcodetext/setjurisdictionspecificsubfile/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "USADriveIdCodetext.setJurisdictionSpecificSubfile" -linktitle: "setJurisdictionSpecificSubfile" -articleTitle: "setJurisdictionSpecificSubfile" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Jurisdiction Specific Fields" -type: docs -weight: 150 -url: /nodejs/aspose.barcode/usadriveidcodetext/setjurisdictionspecificsubfile/ ---- - -## setJurisdictionSpecificSubfile() - -Jurisdiction Specific Fields diff --git a/english/nodejs/aspose.barcode/usadriveidcodetext/setjurisdictionversionnumber/_index.md b/english/nodejs/aspose.barcode/usadriveidcodetext/setjurisdictionversionnumber/_index.md deleted file mode 100644 index d81ac78f4..000000000 --- a/english/nodejs/aspose.barcode/usadriveidcodetext/setjurisdictionversionnumber/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "USADriveIdCodetext.setJurisdictionVersionNumber" -linktitle: "setJurisdictionVersionNumber" -articleTitle: "setJurisdictionVersionNumber" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Jurisdiction Version Number 00-99" -type: docs -weight: 160 -url: /nodejs/aspose.barcode/usadriveidcodetext/setjurisdictionversionnumber/ ---- - -## setJurisdictionVersionNumber() - -Jurisdiction Version Number 00-99 diff --git a/english/nodejs/aspose.barcode/usadriveidcodetext/setmandatoryelements/_index.md b/english/nodejs/aspose.barcode/usadriveidcodetext/setmandatoryelements/_index.md deleted file mode 100644 index 94bfc4c31..000000000 --- a/english/nodejs/aspose.barcode/usadriveidcodetext/setmandatoryelements/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "USADriveIdCodetext.setMandatoryElements" -linktitle: "setMandatoryElements" -articleTitle: "setMandatoryElements" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Mandatory elements (fields) of the card" -type: docs -weight: 170 -url: /nodejs/aspose.barcode/usadriveidcodetext/setmandatoryelements/ ---- - -## setMandatoryElements() - -Mandatory elements (fields) of the card diff --git a/english/nodejs/aspose.barcode/usadriveidcodetext/setnumberofentries/_index.md b/english/nodejs/aspose.barcode/usadriveidcodetext/setnumberofentries/_index.md deleted file mode 100644 index 5cd69dc41..000000000 --- a/english/nodejs/aspose.barcode/usadriveidcodetext/setnumberofentries/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "USADriveIdCodetext.setNumberOfEntries" -linktitle: "setNumberOfEntries" -articleTitle: "setNumberOfEntries" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Number 00-99 of subfiles" -type: docs -weight: 180 -url: /nodejs/aspose.barcode/usadriveidcodetext/setnumberofentries/ ---- - -## setNumberOfEntries() - -Number 00-99 of subfiles diff --git a/english/nodejs/aspose.barcode/usadriveidcodetext/setoptionalelements/_index.md b/english/nodejs/aspose.barcode/usadriveidcodetext/setoptionalelements/_index.md deleted file mode 100644 index 1cd2ba9e9..000000000 --- a/english/nodejs/aspose.barcode/usadriveidcodetext/setoptionalelements/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "USADriveIdCodetext.setOptionalElements" -linktitle: "setOptionalElements" -articleTitle: "setOptionalElements" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Optional elements (fields) of the card" -type: docs -weight: 190 -url: /nodejs/aspose.barcode/usadriveidcodetext/setoptionalelements/ ---- - -## setOptionalElements() - -Optional elements (fields) of the card diff --git a/english/nodejs/aspose.barcode/usadriveidcodetext/setsubfiledesignator/_index.md b/english/nodejs/aspose.barcode/usadriveidcodetext/setsubfiledesignator/_index.md deleted file mode 100644 index 31f9e3bbf..000000000 --- a/english/nodejs/aspose.barcode/usadriveidcodetext/setsubfiledesignator/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "USADriveIdCodetext.setSubfileDesignator" -linktitle: "setSubfileDesignator" -articleTitle: "setSubfileDesignator" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Contains information about following subfiles, types, offsets and lengths. Important: set only type, offset and length will be set automatically." -type: docs -weight: 200 -url: /nodejs/aspose.barcode/usadriveidcodetext/setsubfiledesignator/ ---- - -## setSubfileDesignator() - -Contains information about following subfiles, types, offsets and lengths. Important: set only type, offset and length will be set automatically. diff --git a/english/nodejs/aspose.barcode/usadriveidjurisdsubfile/_index.md b/english/nodejs/aspose.barcode/usadriveidjurisdsubfile/_index.md index 85969f845..da53bf5b7 100644 --- a/english/nodejs/aspose.barcode/usadriveidjurisdsubfile/_index.md +++ b/english/nodejs/aspose.barcode/usadriveidjurisdsubfile/_index.md @@ -1,8 +1,7 @@ --- -title: "USADriveIdJurisdSubfile Class" +title: "USADriveIdJurisdSubfile" linktitle: "USADriveIdJurisdSubfile" -articleTitle: "USADriveIdJurisdSubfile" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Class for Jurisdiction specific fields for USA DL" type: docs weight: 950 @@ -21,12 +20,92 @@ new USADriveIdJurisdSubfile() | Name | Description | | --- | --- | -| [addOrReplace(id, value)](./addorreplace/) | Adds a new DataElement with the specified identifier and value, or replaces the existing element if an entry with the sa | -| [addOrReplaceNode(node)](./addorreplacenode/) | Adds new DataElement or replaces it if ElementID already exists. | -| [clear()](./clear/) | Clears all data elements | -| [findDataElement(id, isOpenOrCreate)](./finddataelement/) | Searches for data element by 3-letter id | -| [get(indexOrId)](./get/) | Gets a data element by its index or 3-letter ID. | -| [insert(index, node)](./insert/) | Inserts the specified DataElement at the given index. If a DataElement with the same ElementID already exists, it will b | -| [remove(indexOrId)](./remove/) | Tries to remove an element by its index or 3-letter ID. | -| [set(indexOrId, value)](./set/) | Sets a data element by its index or 3-letter ID. | -| [size()](./size/) | Returns number of data elements | +| [addOrReplace(id, value)](#addorreplace) | Adds a new DataElement with the specified identifier and value, or replaces the existing element if an entry with the sa | +| [addOrReplaceNode(node)](#addorreplacenode) | Adds new DataElement or replaces it if ElementID already exists. | +| [clear()](#clear) | Clears all data elements | +| [findDataElement(id, isOpenOrCreate)](#finddataelement) | Searches for data element by 3-letter id | +| [get(indexOrId)](#get) | Gets a data element by its index or 3-letter ID. | +| [insert(index, node)](#insert) | Inserts the specified DataElement at the given index. If a DataElement with the same ElementID already exists, it will b | +| [remove(indexOrId)](#remove) | Tries to remove an element by its index or 3-letter ID. | +| [set(indexOrId, value)](#set) | Sets a data element by its index or 3-letter ID. | +| [size()](#size) | Returns number of data elements | + +### addOrReplace(id, value) {#addorreplace} + +Adds a new DataElement with the specified identifier and value, or replaces the existing element if an entry with the same ElementID is already present. + +| Parameter | Description | +| --- | --- | +| id | A 3-letter identifier that uniquely specifies the jurisdiction-related data element. | +| value | The text value assigned to the data element; this value will overwrite the existing one if the element already exists. | + +**Returns:** The DataElement instance that was added to the collection or updated in place. + +### addOrReplaceNode(node) {#addorreplacenode} + +Adds new DataElement or replaces it if ElementID already exists. + +| Parameter | Description | +| --- | --- | +| node | DataElement to add | + +**Returns:** Added/replaced data element + +### clear() {#clear} + +Clears all data elements + +### findDataElement(id, isOpenOrCreate) {#finddataelement} + +Searches for data element by 3-letter id + +| Parameter | Description | +| --- | --- | +| id | 3-letter id | +| isOpenOrCreate | If true, it will be created if not found | + +**Returns:** Found data element + +### get(indexOrId) {#get} + +Gets a data element by its index or 3-letter ID. + +| Parameter | Type | Description | +| --- | --- | --- | +| indexOrId | number\|string | Integer index or 3-letter element ID. | + +**Returns:** DataElement — Corresponding data element. + +### insert(index, node) {#insert} + +Inserts the specified DataElement at the given index. If a DataElement with the same ElementID already exists, it will be replaced. + +| Parameter | Description | +| --- | --- | +| index | The zero-based index at which the element should be inserted. | +| node | The DataElement instance to insert or replace at the target position. | + +**Returns:** The DataElement that was inserted or used to replace an existing entry. + +### remove(indexOrId) {#remove} + +Tries to remove an element by its index or 3-letter ID. + +| Parameter | Type | Description | +| --- | --- | --- | +| indexOrId | number\|string | Integer index or 3-letter element ID. | + +**Returns:** boolean — true if the element was removed; otherwise, false. + +### set(indexOrId, value) {#set} + +Sets a data element by its index or 3-letter ID. + +| Parameter | Type | Description | +| --- | --- | --- | +| indexOrId | number\|string | Integer index or 3-letter element ID. | +| value | DataElement | Data element to set. | + +### size() {#size} + +Returns number of data elements diff --git a/english/nodejs/aspose.barcode/usadriveidjurisdsubfile/addorreplace/_index.md b/english/nodejs/aspose.barcode/usadriveidjurisdsubfile/addorreplace/_index.md deleted file mode 100644 index 04a4f1b64..000000000 --- a/english/nodejs/aspose.barcode/usadriveidjurisdsubfile/addorreplace/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "USADriveIdJurisdSubfile.addOrReplace" -linktitle: "addOrReplace" -articleTitle: "addOrReplace" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Adds a new DataElement with the specified identifier and value, or replaces the existing element if an entry with the same ElementID is already present." -type: docs -weight: 10 -url: /nodejs/aspose.barcode/usadriveidjurisdsubfile/addorreplace/ ---- - -## addOrReplace(id, value) - -Adds a new DataElement with the specified identifier and value, or replaces the existing element if an entry with the same ElementID is already present. - -| Parameter | Description | -| --- | --- | -| id | A 3-letter identifier that uniquely specifies the jurisdiction-related data element. | -| value | The text value assigned to the data element; this value will overwrite the existing one if the element already exists. | - -**Returns:** The DataElement instance that was added to the collection or updated in place. diff --git a/english/nodejs/aspose.barcode/usadriveidjurisdsubfile/addorreplacenode/_index.md b/english/nodejs/aspose.barcode/usadriveidjurisdsubfile/addorreplacenode/_index.md deleted file mode 100644 index 973dcff23..000000000 --- a/english/nodejs/aspose.barcode/usadriveidjurisdsubfile/addorreplacenode/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "USADriveIdJurisdSubfile.addOrReplaceNode" -linktitle: "addOrReplaceNode" -articleTitle: "addOrReplaceNode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Adds new DataElement or replaces it if ElementID already exists." -type: docs -weight: 20 -url: /nodejs/aspose.barcode/usadriveidjurisdsubfile/addorreplacenode/ ---- - -## addOrReplaceNode(node) - -Adds new DataElement or replaces it if ElementID already exists. - -| Parameter | Description | -| --- | --- | -| node | DataElement to add | - -**Returns:** Added/replaced data element diff --git a/english/nodejs/aspose.barcode/usadriveidjurisdsubfile/clear/_index.md b/english/nodejs/aspose.barcode/usadriveidjurisdsubfile/clear/_index.md deleted file mode 100644 index e8b5144a7..000000000 --- a/english/nodejs/aspose.barcode/usadriveidjurisdsubfile/clear/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "USADriveIdJurisdSubfile.clear" -linktitle: "clear" -articleTitle: "clear" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Clears all data elements" -type: docs -weight: 30 -url: /nodejs/aspose.barcode/usadriveidjurisdsubfile/clear/ ---- - -## clear() - -Clears all data elements diff --git a/english/nodejs/aspose.barcode/usadriveidjurisdsubfile/finddataelement/_index.md b/english/nodejs/aspose.barcode/usadriveidjurisdsubfile/finddataelement/_index.md deleted file mode 100644 index fe89cba33..000000000 --- a/english/nodejs/aspose.barcode/usadriveidjurisdsubfile/finddataelement/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "USADriveIdJurisdSubfile.findDataElement" -linktitle: "findDataElement" -articleTitle: "findDataElement" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Searches for data element by 3-letter id" -type: docs -weight: 40 -url: /nodejs/aspose.barcode/usadriveidjurisdsubfile/finddataelement/ ---- - -## findDataElement(id, isOpenOrCreate) - -Searches for data element by 3-letter id - -| Parameter | Description | -| --- | --- | -| id | 3-letter id | -| isOpenOrCreate | If true, it will be created if not found | - -**Returns:** Found data element diff --git a/english/nodejs/aspose.barcode/usadriveidjurisdsubfile/get/_index.md b/english/nodejs/aspose.barcode/usadriveidjurisdsubfile/get/_index.md deleted file mode 100644 index 7bf3d75bd..000000000 --- a/english/nodejs/aspose.barcode/usadriveidjurisdsubfile/get/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "USADriveIdJurisdSubfile.get" -linktitle: "get" -articleTitle: "get" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Gets a data element by its index or 3-letter ID." -type: docs -weight: 50 -url: /nodejs/aspose.barcode/usadriveidjurisdsubfile/get/ ---- - -## get(indexOrId) - -Gets a data element by its index or 3-letter ID. - -| Parameter | Type | Description | -| --- | --- | --- | -| indexOrId | number\|string | Integer index or 3-letter element ID. | - -**Returns:** DataElement — Corresponding data element. diff --git a/english/nodejs/aspose.barcode/usadriveidjurisdsubfile/insert/_index.md b/english/nodejs/aspose.barcode/usadriveidjurisdsubfile/insert/_index.md deleted file mode 100644 index 1ea22cb59..000000000 --- a/english/nodejs/aspose.barcode/usadriveidjurisdsubfile/insert/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "USADriveIdJurisdSubfile.insert" -linktitle: "insert" -articleTitle: "insert" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Inserts the specified DataElement at the given index. If a DataElement with the same ElementID already exists, it will be replaced." -type: docs -weight: 60 -url: /nodejs/aspose.barcode/usadriveidjurisdsubfile/insert/ ---- - -## insert(index, node) - -Inserts the specified DataElement at the given index. If a DataElement with the same ElementID already exists, it will be replaced. - -| Parameter | Description | -| --- | --- | -| index | The zero-based index at which the element should be inserted. | -| node | The DataElement instance to insert or replace at the target position. | - -**Returns:** The DataElement that was inserted or used to replace an existing entry. diff --git a/english/nodejs/aspose.barcode/usadriveidjurisdsubfile/remove/_index.md b/english/nodejs/aspose.barcode/usadriveidjurisdsubfile/remove/_index.md deleted file mode 100644 index 00f217405..000000000 --- a/english/nodejs/aspose.barcode/usadriveidjurisdsubfile/remove/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "USADriveIdJurisdSubfile.remove" -linktitle: "remove" -articleTitle: "remove" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Tries to remove an element by its index or 3-letter ID." -type: docs -weight: 70 -url: /nodejs/aspose.barcode/usadriveidjurisdsubfile/remove/ ---- - -## remove(indexOrId) - -Tries to remove an element by its index or 3-letter ID. - -| Parameter | Type | Description | -| --- | --- | --- | -| indexOrId | number\|string | Integer index or 3-letter element ID. | - -**Returns:** boolean — true if the element was removed; otherwise, false. diff --git a/english/nodejs/aspose.barcode/usadriveidjurisdsubfile/set/_index.md b/english/nodejs/aspose.barcode/usadriveidjurisdsubfile/set/_index.md deleted file mode 100644 index 093eaef5f..000000000 --- a/english/nodejs/aspose.barcode/usadriveidjurisdsubfile/set/_index.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "USADriveIdJurisdSubfile.set" -linktitle: "set" -articleTitle: "set" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Sets a data element by its index or 3-letter ID." -type: docs -weight: 80 -url: /nodejs/aspose.barcode/usadriveidjurisdsubfile/set/ ---- - -## set(indexOrId, value) - -Sets a data element by its index or 3-letter ID. - -| Parameter | Type | Description | -| --- | --- | --- | -| indexOrId | number\|string | Integer index or 3-letter element ID. | -| value | DataElement | Data element to set. | diff --git a/english/nodejs/aspose.barcode/usadriveidjurisdsubfile/size/_index.md b/english/nodejs/aspose.barcode/usadriveidjurisdsubfile/size/_index.md deleted file mode 100644 index c49cbdfaa..000000000 --- a/english/nodejs/aspose.barcode/usadriveidjurisdsubfile/size/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "USADriveIdJurisdSubfile.size" -linktitle: "size" -articleTitle: "size" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Returns number of data elements" -type: docs -weight: 90 -url: /nodejs/aspose.barcode/usadriveidjurisdsubfile/size/ ---- - -## size() - -Returns number of data elements diff --git a/english/nodejs/global/_index.md b/english/nodejs/global/_index.md index fe6ebc4a5..4c0b8217c 100644 --- a/english/nodejs/global/_index.md +++ b/english/nodejs/global/_index.md @@ -1,15 +1,13 @@ --- title: "Global" linktitle: "Global" -articleTitle: "Global" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Provides global enums and utility classes for barcode configuration, encoding modes, image formats, and quality settings in Aspose.BarCode for Node.js via Java." +second_title: "Aspose.BarCode for Node.js via Java API Reference" +description: "The Global namespace groups core enumerations and utility classes used across Aspose.BarCode for Node.js via Java." type: docs weight: 20 url: /nodejs/global/ --- - -The Global namespace groups core enumerations and helper classes that define barcode types, sizing behavior, encoding options, image output formats, and confidence metrics. Use these definitions to configure barcode generation and recognition throughout the Aspose.BarCode for Node.js via Java library. +The Global namespace provides a collection of fundamental enumerations and helper types that define barcode properties such as encoding modes, symbol sizes, confidence levels, and image formats. These definitions are referenced throughout the Aspose.BarCode API to configure and interpret barcode generation and recognition. ## Enumerations @@ -71,9 +69,3 @@ The Global namespace groups core enumerations and helper classes that define bar | [RectMicroQRVersion](./rectmicroqrversion/) | Version of RectMicroQR Code. From version R7x43 to version R17x139. | | [SvgColorMode](./svgcolormode/) | Possible modes for filling color in svg file, RGB is default and supported by SVG 1.1. RGBA, HSL, HSLA is allowed in SVG | | [TextAlignment](./textalignment/) | Text alignment. | -| [TwoDComponentType](./twodcomponenttype/) | Type of 2D component This sample shows how to create and save a GS1 Composite Bar image. Note that 1D codetext and 2D co | -| [USADriveIdCountry](./usadriveidcountry/) | Enum for Country Identification in the US Driver's License | -| [USADriveIdEyeColor](./usadriveideyecolor/) | Enum for Eye Color in the US Driver's License | -| [USADriveIdHairColor](./usadriveidhaircolor/) | Enum for Hair Color in the US Driver's License | -| [USADriveIdSex](./usadriveidsex/) | Enum for Sex field in the US Driver's License | -| [XDimensionMode](./xdimensionmode/) | Recognition mode which sets size (from 1 to infinity) of barcode minimal element: matrix cell or bar. This sample shows | diff --git a/english/nodejs/global/addresstype/_index.md b/english/nodejs/global/addresstype/_index.md index 2fde99340..229082add 100644 --- a/english/nodejs/global/addresstype/_index.md +++ b/english/nodejs/global/addresstype/_index.md @@ -1,8 +1,7 @@ --- title: "AddressType" linktitle: "AddressType" -articleTitle: "AddressType" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Address type" type: docs weight: 10 diff --git a/english/nodejs/global/autosizemode/_index.md b/english/nodejs/global/autosizemode/_index.md index a21901251..876dd12ac 100644 --- a/english/nodejs/global/autosizemode/_index.md +++ b/english/nodejs/global/autosizemode/_index.md @@ -1,9 +1,8 @@ --- title: "AutoSizeMode" linktitle: "AutoSizeMode" -articleTitle: "AutoSizeMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Specifies the different types of automatic sizing modes. Default value is AutoSizeMode.NONE." +second_title: "Aspose.BarCode for Node.js via Java API Reference" +description: "Specifies the different types of automatic sizing modes." type: docs weight: 20 url: /nodejs/global/autosizemode/ diff --git a/english/nodejs/global/aztecencodemode/_index.md b/english/nodejs/global/aztecencodemode/_index.md index 368410825..137359c8d 100644 --- a/english/nodejs/global/aztecencodemode/_index.md +++ b/english/nodejs/global/aztecencodemode/_index.md @@ -1,8 +1,7 @@ --- title: "AztecEncodeMode" linktitle: "AztecEncodeMode" -articleTitle: "AztecEncodeMode" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Encoding mode for Aztec barcodes." type: docs weight: 30 diff --git a/english/nodejs/global/aztecsymbolmode/_index.md b/english/nodejs/global/aztecsymbolmode/_index.md index 63408a9c2..5c12dd9a9 100644 --- a/english/nodejs/global/aztecsymbolmode/_index.md +++ b/english/nodejs/global/aztecsymbolmode/_index.md @@ -1,8 +1,7 @@ --- title: "AztecSymbolMode" linktitle: "AztecSymbolMode" -articleTitle: "AztecSymbolMode" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Specifies the Aztec symbol mode." type: docs weight: 40 diff --git a/english/nodejs/global/barcodeclassifications/_index.md b/english/nodejs/global/barcodeclassifications/_index.md index 79edfb784..9cd5efbf0 100644 --- a/english/nodejs/global/barcodeclassifications/_index.md +++ b/english/nodejs/global/barcodeclassifications/_index.md @@ -1,8 +1,7 @@ --- title: "BarcodeClassifications" linktitle: "BarcodeClassifications" -articleTitle: "BarcodeClassifications" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "BarcodeClassifications EncodeTypes classification" type: docs weight: 70 diff --git a/english/nodejs/global/barcodeconfidence/_index.md b/english/nodejs/global/barcodeconfidence/_index.md index bb81102ff..952abf5be 100644 --- a/english/nodejs/global/barcodeconfidence/_index.md +++ b/english/nodejs/global/barcodeconfidence/_index.md @@ -1,8 +1,7 @@ --- title: "BarCodeConfidence" linktitle: "BarCodeConfidence" -articleTitle: "BarCodeConfidence" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Contains recognition confidence level" type: docs weight: 50 diff --git a/english/nodejs/global/barcodeimageformat/_index.md b/english/nodejs/global/barcodeimageformat/_index.md index f7b4bb319..2f190f9b8 100644 --- a/english/nodejs/global/barcodeimageformat/_index.md +++ b/english/nodejs/global/barcodeimageformat/_index.md @@ -1,8 +1,7 @@ --- title: "BarCodeImageFormat" linktitle: "BarCodeImageFormat" -articleTitle: "BarCodeImageFormat" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Specifies the file format of the image." type: docs weight: 60 diff --git a/english/nodejs/global/barcodequalitymode/_index.md b/english/nodejs/global/barcodequalitymode/_index.md index cb04922be..036565362 100644 --- a/english/nodejs/global/barcodequalitymode/_index.md +++ b/english/nodejs/global/barcodequalitymode/_index.md @@ -1,9 +1,8 @@ --- title: "BarcodeQualityMode" linktitle: "BarcodeQualityMode" -articleTitle: "BarcodeQualityMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Mode which enables methods to recognize barcode elements with the selected quality. Barcode element with lower quality requires more hard methods which slows..." +second_title: "Aspose.BarCode for Node.js via Java API Reference" +description: "Mode which enables methods to recognize barcode elements with the selected quality." type: docs weight: 80 url: /nodejs/global/barcodequalitymode/ diff --git a/english/nodejs/global/borderdashstyle/_index.md b/english/nodejs/global/borderdashstyle/_index.md index f5e015977..132bc87d2 100644 --- a/english/nodejs/global/borderdashstyle/_index.md +++ b/english/nodejs/global/borderdashstyle/_index.md @@ -1,8 +1,7 @@ --- title: "BorderDashStyle" linktitle: "BorderDashStyle" -articleTitle: "BorderDashStyle" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Specifies the style of dashed border lines." type: docs weight: 90 diff --git a/english/nodejs/global/checksumvalidation/_index.md b/english/nodejs/global/checksumvalidation/_index.md index 5b4293dac..0b9bbf72a 100644 --- a/english/nodejs/global/checksumvalidation/_index.md +++ b/english/nodejs/global/checksumvalidation/_index.md @@ -1,9 +1,8 @@ --- title: "ChecksumValidation" linktitle: "ChecksumValidation" -articleTitle: "ChecksumValidation" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Enable checksum validation during recognition for 1D barcodes. Default is treated as Yes for symbologies which must contain checksum, as No where checksum on..." +second_title: "Aspose.BarCode for Node.js via Java API Reference" +description: "Enable checksum validation during recognition for 1D barcodes." type: docs weight: 100 url: /nodejs/global/checksumvalidation/ diff --git a/english/nodejs/global/codabarchecksummode/_index.md b/english/nodejs/global/codabarchecksummode/_index.md index e6fad993f..eda418a75 100644 --- a/english/nodejs/global/codabarchecksummode/_index.md +++ b/english/nodejs/global/codabarchecksummode/_index.md @@ -1,8 +1,7 @@ --- title: "CodabarChecksumMode" linktitle: "CodabarChecksumMode" -articleTitle: "CodabarChecksumMode" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Specifies the checksum algorithm for Codabar" type: docs weight: 110 diff --git a/english/nodejs/global/codabarsymbol/_index.md b/english/nodejs/global/codabarsymbol/_index.md index 3bd896761..6ad5d270a 100644 --- a/english/nodejs/global/codabarsymbol/_index.md +++ b/english/nodejs/global/codabarsymbol/_index.md @@ -1,8 +1,7 @@ --- title: "CodabarSymbol" linktitle: "CodabarSymbol" -articleTitle: "CodabarSymbol" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Specifies the start or stop symbol of the Codabar barcode specification." type: docs weight: 120 diff --git a/english/nodejs/global/code128encodemode/_index.md b/english/nodejs/global/code128encodemode/_index.md index 7dadb4aaf..29cdbc6a6 100644 --- a/english/nodejs/global/code128encodemode/_index.md +++ b/english/nodejs/global/code128encodemode/_index.md @@ -1,9 +1,8 @@ --- title: "Code128EncodeMode" linktitle: "Code128EncodeMode" -articleTitle: "Code128EncodeMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Encoding mode for Code128 barcodes. `Code 128` specification. Thos code demonstrates how to generate code 128 with different encodings //Generate code 128 wi..." +second_title: "Aspose.BarCode for Node.js via Java API Reference" +description: "Encoding mode for Code128 barcodes." type: docs weight: 130 url: /nodejs/global/code128encodemode/ diff --git a/english/nodejs/global/code128subtype/_index.md b/english/nodejs/global/code128subtype/_index.md index aa5c5aafb..a3964f5d3 100644 --- a/english/nodejs/global/code128subtype/_index.md +++ b/english/nodejs/global/code128subtype/_index.md @@ -1,8 +1,7 @@ --- title: "Code128SubType" linktitle: "Code128SubType" -articleTitle: "Code128SubType" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Contains types of Code128 subset" type: docs weight: 140 diff --git a/english/nodejs/global/codelocation/_index.md b/english/nodejs/global/codelocation/_index.md index 4ae126513..2e186b91b 100644 --- a/english/nodejs/global/codelocation/_index.md +++ b/english/nodejs/global/codelocation/_index.md @@ -1,8 +1,7 @@ --- title: "CodeLocation" linktitle: "CodeLocation" -articleTitle: "CodeLocation" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Codetext location" type: docs weight: 150 diff --git a/english/nodejs/global/complexbackgroundmode/_index.md b/english/nodejs/global/complexbackgroundmode/_index.md index 45da37e3e..2af9b8868 100644 --- a/english/nodejs/global/complexbackgroundmode/_index.md +++ b/english/nodejs/global/complexbackgroundmode/_index.md @@ -1,9 +1,8 @@ --- title: "ComplexBackgroundMode" linktitle: "ComplexBackgroundMode" -articleTitle: "ComplexBackgroundMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Mode which enables or disables additional recognition of color barcodes on color images. This sample shows how to use ComplexBackground mode let reader = new..." +second_title: "Aspose.BarCode for Node.js via Java API Reference" +description: "Mode which enables or disables additional recognition of color barcodes on color images." type: docs weight: 160 url: /nodejs/global/complexbackgroundmode/ diff --git a/english/nodejs/global/customerinformationinterpretingtype/_index.md b/english/nodejs/global/customerinformationinterpretingtype/_index.md index 47a2ee4e6..d2130b270 100644 --- a/english/nodejs/global/customerinformationinterpretingtype/_index.md +++ b/english/nodejs/global/customerinformationinterpretingtype/_index.md @@ -1,8 +1,7 @@ --- title: "CustomerInformationInterpretingType" linktitle: "CustomerInformationInterpretingType" -articleTitle: "CustomerInformationInterpretingType" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Defines the interpreting type(C_TABLE or N_TABLE) of customer information for AustralianPost BarCode." type: docs weight: 170 diff --git a/english/nodejs/global/datamatrixecctype/_index.md b/english/nodejs/global/datamatrixecctype/_index.md index 8fb46d569..644c9db01 100644 --- a/english/nodejs/global/datamatrixecctype/_index.md +++ b/english/nodejs/global/datamatrixecctype/_index.md @@ -1,8 +1,7 @@ --- title: "DataMatrixEccType" linktitle: "DataMatrixEccType" -articleTitle: "DataMatrixEccType" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Specify the type of the ECC to encode." type: docs weight: 180 diff --git a/english/nodejs/global/datamatrixencodemode/_index.md b/english/nodejs/global/datamatrixencodemode/_index.md index 542d20aeb..52246dd91 100644 --- a/english/nodejs/global/datamatrixencodemode/_index.md +++ b/english/nodejs/global/datamatrixencodemode/_index.md @@ -1,9 +1,8 @@ --- title: "DataMatrixEncodeMode" linktitle: "DataMatrixEncodeMode" -articleTitle: "DataMatrixEncodeMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "DataMatrix encoder's encoding mode, default to Auto This sample shows how to do codetext in Extended Mode. //Auto mode let codetext = '犬Right狗'; let generato..." +second_title: "Aspose.BarCode for Node.js via Java API Reference" +description: "DataMatrix encoder's encoding mode, default to Auto This sample shows how to do codetext in Extended Mode." type: docs weight: 190 url: /nodejs/global/datamatrixencodemode/ diff --git a/english/nodejs/global/datamatrixversion/_index.md b/english/nodejs/global/datamatrixversion/_index.md index ddc1fa69e..cc9161da9 100644 --- a/english/nodejs/global/datamatrixversion/_index.md +++ b/english/nodejs/global/datamatrixversion/_index.md @@ -1,8 +1,7 @@ --- title: "DataMatrixVersion" linktitle: "DataMatrixVersion" -articleTitle: "DataMatrixVersion" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Specify the type of the ECC to encode." type: docs weight: 200 diff --git a/english/nodejs/global/decodetype/_index.md b/english/nodejs/global/decodetype/_index.md index f59708d05..3ac0ff6ed 100644 --- a/english/nodejs/global/decodetype/_index.md +++ b/english/nodejs/global/decodetype/_index.md @@ -1,8 +1,7 @@ --- title: "DecodeType" linktitle: "DecodeType" -articleTitle: "DecodeType" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Specify the type of barcode to read." type: docs weight: 210 diff --git a/english/nodejs/global/deconvolutionmode/_index.md b/english/nodejs/global/deconvolutionmode/_index.md index af78c0495..2e5d00018 100644 --- a/english/nodejs/global/deconvolutionmode/_index.md +++ b/english/nodejs/global/deconvolutionmode/_index.md @@ -1,9 +1,8 @@ --- title: "DeconvolutionMode" linktitle: "DeconvolutionMode" -articleTitle: "DeconvolutionMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Deconvolution (image restorations) mode which defines level of image degradation. Originally deconvolution is a function which can restore image degraded (co..." +second_title: "Aspose.BarCode for Node.js via Java API Reference" +description: "Deconvolution (image restorations) mode which defines level of image degradation." type: docs weight: 220 url: /nodejs/global/deconvolutionmode/ diff --git a/english/nodejs/global/dotcodeencodemode/_index.md b/english/nodejs/global/dotcodeencodemode/_index.md index 04c395eab..fe6c0307d 100644 --- a/english/nodejs/global/dotcodeencodemode/_index.md +++ b/english/nodejs/global/dotcodeencodemode/_index.md @@ -1,8 +1,7 @@ --- title: "DotCodeEncodeMode" linktitle: "DotCodeEncodeMode" -articleTitle: "DotCodeEncodeMode" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Encoding mode for DotCode barcodes." type: docs weight: 230 diff --git a/english/nodejs/global/eciencodings/_index.md b/english/nodejs/global/eciencodings/_index.md index 017a9b2d0..e708f9b08 100644 --- a/english/nodejs/global/eciencodings/_index.md +++ b/english/nodejs/global/eciencodings/_index.md @@ -1,9 +1,8 @@ --- title: "ECIEncodings" linktitle: "ECIEncodings" -articleTitle: "ECIEncodings" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Cur..." +second_title: "Aspose.BarCode for Node.js via Java API Reference" +description: "Extended Channel Interpretation Identifiers." type: docs weight: 240 url: /nodejs/global/eciencodings/ diff --git a/english/nodejs/global/enablechecksum/_index.md b/english/nodejs/global/enablechecksum/_index.md index ddbac0904..516933ebf 100644 --- a/english/nodejs/global/enablechecksum/_index.md +++ b/english/nodejs/global/enablechecksum/_index.md @@ -1,9 +1,8 @@ --- title: "EnableChecksum" linktitle: "EnableChecksum" -articleTitle: "EnableChecksum" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Enable checksum during generation for 1D barcodes. Default is treated as Yes for symbologies which must contain checksum, as No where checksum only possible...." +second_title: "Aspose.BarCode for Node.js via Java API Reference" +description: "Enable checksum during generation for 1D barcodes." type: docs weight: 250 url: /nodejs/global/enablechecksum/ diff --git a/english/nodejs/global/encodetypes/_index.md b/english/nodejs/global/encodetypes/_index.md index 98c9f7970..1aa29c4ea 100644 --- a/english/nodejs/global/encodetypes/_index.md +++ b/english/nodejs/global/encodetypes/_index.md @@ -1,8 +1,7 @@ --- title: "EncodeTypes" linktitle: "EncodeTypes" -articleTitle: "EncodeTypes" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Specifies the type of barcode to encode." type: docs weight: 260 diff --git a/english/nodejs/global/fontmode/_index.md b/english/nodejs/global/fontmode/_index.md index ad683291b..c8d049a2b 100644 --- a/english/nodejs/global/fontmode/_index.md +++ b/english/nodejs/global/fontmode/_index.md @@ -1,8 +1,7 @@ --- title: "FontMode" linktitle: "FontMode" -articleTitle: "FontMode" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Font size mode." type: docs weight: 270 diff --git a/english/nodejs/global/fontstyle/_index.md b/english/nodejs/global/fontstyle/_index.md index bf3423551..b5e39fd0b 100644 --- a/english/nodejs/global/fontstyle/_index.md +++ b/english/nodejs/global/fontstyle/_index.md @@ -1,8 +1,7 @@ --- title: "FontStyle" linktitle: "FontStyle" -articleTitle: "FontStyle" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "FontStyle classification" type: docs weight: 280 diff --git a/english/nodejs/global/graphicsunit/_index.md b/english/nodejs/global/graphicsunit/_index.md index e4be8e196..5b9a78325 100644 --- a/english/nodejs/global/graphicsunit/_index.md +++ b/english/nodejs/global/graphicsunit/_index.md @@ -1,8 +1,7 @@ --- title: "GraphicsUnit" linktitle: "GraphicsUnit" -articleTitle: "GraphicsUnit" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Specifies the unit of measure for the given data." type: docs weight: 290 diff --git a/english/nodejs/global/hanxinencodemode/_index.md b/english/nodejs/global/hanxinencodemode/_index.md index d6192e78a..168eb3e12 100644 --- a/english/nodejs/global/hanxinencodemode/_index.md +++ b/english/nodejs/global/hanxinencodemode/_index.md @@ -1,9 +1,8 @@ --- title: "HanXinEncodeMode" linktitle: "HanXinEncodeMode" -articleTitle: "HanXinEncodeMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Han Xin Code encoding mode. It is recommended to use Auto with ASCII / Chinese characters or Unicode for Unicode characters." +second_title: "Aspose.BarCode for Node.js via Java API Reference" +description: "Han Xin Code encoding mode." type: docs weight: 330 url: /nodejs/global/hanxinencodemode/ diff --git a/english/nodejs/global/hanxinerrorlevel/_index.md b/english/nodejs/global/hanxinerrorlevel/_index.md index 6abc18bbe..3d95f2430 100644 --- a/english/nodejs/global/hanxinerrorlevel/_index.md +++ b/english/nodejs/global/hanxinerrorlevel/_index.md @@ -1,9 +1,8 @@ --- title: "HanXinErrorLevel" linktitle: "HanXinErrorLevel" -articleTitle: "HanXinErrorLevel" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Level of Reed-Solomon error correction. From low to high: L1, L2, L3, L4." +second_title: "Aspose.BarCode for Node.js via Java API Reference" +description: "Level of Reed-Solomon error correction." type: docs weight: 340 url: /nodejs/global/hanxinerrorlevel/ diff --git a/english/nodejs/global/hanxinversion/_index.md b/english/nodejs/global/hanxinversion/_index.md index ae34cd97f..ae53c02c7 100644 --- a/english/nodejs/global/hanxinversion/_index.md +++ b/english/nodejs/global/hanxinversion/_index.md @@ -1,9 +1,8 @@ --- title: "HanXinVersion" linktitle: "HanXinVersion" -articleTitle: "HanXinVersion" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Version of Han Xin Code. From Version01 - 23 x 23 modules to Version84 - 189 x 189 modules, increasing in steps of 2 modules per side." +second_title: "Aspose.BarCode for Node.js via Java API Reference" +description: "Version of Han Xin Code." type: docs weight: 350 url: /nodejs/global/hanxinversion/ diff --git a/english/nodejs/global/hibclicdateformat/_index.md b/english/nodejs/global/hibclicdateformat/_index.md index c306b31b0..267acbaf1 100644 --- a/english/nodejs/global/hibclicdateformat/_index.md +++ b/english/nodejs/global/hibclicdateformat/_index.md @@ -1,8 +1,7 @@ --- title: "HIBCLICDateFormat" linktitle: "HIBCLICDateFormat" -articleTitle: "HIBCLICDateFormat" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Specifies the different types of date formats for HIBC LIC." type: docs weight: 300 diff --git a/english/nodejs/global/hibcpasdatalocation/_index.md b/english/nodejs/global/hibcpasdatalocation/_index.md index 087c9fc34..fac2a1c4b 100644 --- a/english/nodejs/global/hibcpasdatalocation/_index.md +++ b/english/nodejs/global/hibcpasdatalocation/_index.md @@ -1,8 +1,7 @@ --- title: "HIBCPASDataLocation" linktitle: "HIBCPASDataLocation" -articleTitle: "HIBCPASDataLocation" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "HIBC PAS data location types." type: docs weight: 310 diff --git a/english/nodejs/global/hibcpasdatatype/_index.md b/english/nodejs/global/hibcpasdatatype/_index.md index bbc2e3783..a961523b7 100644 --- a/english/nodejs/global/hibcpasdatatype/_index.md +++ b/english/nodejs/global/hibcpasdatatype/_index.md @@ -1,8 +1,7 @@ --- title: "HIBCPASDataType" linktitle: "HIBCPASDataType" -articleTitle: "HIBCPASDataType" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "HIBC PAS record's data types." type: docs weight: 320 diff --git a/english/nodejs/global/inverseimagemode/_index.md b/english/nodejs/global/inverseimagemode/_index.md index 8a20eee66..34e7f93a6 100644 --- a/english/nodejs/global/inverseimagemode/_index.md +++ b/english/nodejs/global/inverseimagemode/_index.md @@ -1,9 +1,8 @@ --- title: "InverseImageMode" linktitle: "InverseImageMode" -articleTitle: "InverseImageMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Mode which enables or disables additional recognition of barcodes on images with inverted colors (luminance). This sample shows how to use InverseImage mode ..." +second_title: "Aspose.BarCode for Node.js via Java API Reference" +description: "Mode which enables or disables additional recognition of barcodes on images with inverted colors (luminance)." type: docs weight: 370 url: /nodejs/global/inverseimagemode/ diff --git a/english/nodejs/global/itf14bordertype/_index.md b/english/nodejs/global/itf14bordertype/_index.md index 0bd2bc8b5..ffa49f2e7 100644 --- a/english/nodejs/global/itf14bordertype/_index.md +++ b/english/nodejs/global/itf14bordertype/_index.md @@ -1,8 +1,7 @@ --- title: "ITF14BorderType" linktitle: "ITF14BorderType" -articleTitle: "ITF14BorderType" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "ITF14 barcode's border type" type: docs weight: 360 diff --git a/english/nodejs/global/macrocharacter/_index.md b/english/nodejs/global/macrocharacter/_index.md index d603a7438..e31a091a0 100644 --- a/english/nodejs/global/macrocharacter/_index.md +++ b/english/nodejs/global/macrocharacter/_index.md @@ -1,9 +1,8 @@ --- title: "MacroCharacter" linktitle: "MacroCharacter" -articleTitle: "MacroCharacter" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. 05 Macro craracter is translated to '[)>\u001E05\u001D' as decod..." +second_title: "Aspose.BarCode for Node.js via Java API Reference" +description: "Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes." type: docs weight: 380 url: /nodejs/global/macrocharacter/ diff --git a/english/nodejs/global/mailmark2dtype/_index.md b/english/nodejs/global/mailmark2dtype/_index.md index d69817eb9..dec7ac954 100644 --- a/english/nodejs/global/mailmark2dtype/_index.md +++ b/english/nodejs/global/mailmark2dtype/_index.md @@ -1,8 +1,7 @@ --- title: "Mailmark2DType" linktitle: "Mailmark2DType" -articleTitle: "Mailmark2DType" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "2D Mailmark Type defines size of Data Matrix barcode" type: docs weight: 390 diff --git a/english/nodejs/global/maxicodeencodemode/_index.md b/english/nodejs/global/maxicodeencodemode/_index.md index ad21a363c..3d843db37 100644 --- a/english/nodejs/global/maxicodeencodemode/_index.md +++ b/english/nodejs/global/maxicodeencodemode/_index.md @@ -1,8 +1,7 @@ --- title: "MaxiCodeEncodeMode" linktitle: "MaxiCodeEncodeMode" -articleTitle: "MaxiCodeEncodeMode" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Encoding mode for MaxiCode barcodes." type: docs weight: 400 diff --git a/english/nodejs/global/maxicodemode/_index.md b/english/nodejs/global/maxicodemode/_index.md index 21f8293fd..c408455d1 100644 --- a/english/nodejs/global/maxicodemode/_index.md +++ b/english/nodejs/global/maxicodemode/_index.md @@ -1,8 +1,7 @@ --- title: "MaxiCodeMode" linktitle: "MaxiCodeMode" -articleTitle: "MaxiCodeMode" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Encoding mode for MaxiCode barcodes." type: docs weight: 410 diff --git a/english/nodejs/global/microqrversion/_index.md b/english/nodejs/global/microqrversion/_index.md index 9be6e8c7b..1124f2de3 100644 --- a/english/nodejs/global/microqrversion/_index.md +++ b/english/nodejs/global/microqrversion/_index.md @@ -1,9 +1,8 @@ --- title: "MicroQRVersion" linktitle: "MicroQRVersion" -articleTitle: "MicroQRVersion" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Version of MicroQR Code. From M1 to M4." +second_title: "Aspose.BarCode for Node.js via Java API Reference" +description: "Version of MicroQR Code." type: docs weight: 420 url: /nodejs/global/microqrversion/ diff --git a/english/nodejs/global/patchformat/_index.md b/english/nodejs/global/patchformat/_index.md index eeefb934f..9ea57515d 100644 --- a/english/nodejs/global/patchformat/_index.md +++ b/english/nodejs/global/patchformat/_index.md @@ -1,9 +1,8 @@ --- title: "PatchFormat" linktitle: "PatchFormat" -articleTitle: "PatchFormat" -second_title: "Aspose.BarCode for Node.js via Java" -description: "PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders" +second_title: "Aspose.BarCode for Node.js via Java API Reference" +description: "PatchCode format." type: docs weight: 430 url: /nodejs/global/patchformat/ diff --git a/english/nodejs/global/pdf417compactionmode/_index.md b/english/nodejs/global/pdf417compactionmode/_index.md index 9a68eaeff..70e2f560e 100644 --- a/english/nodejs/global/pdf417compactionmode/_index.md +++ b/english/nodejs/global/pdf417compactionmode/_index.md @@ -1,8 +1,7 @@ --- title: "Pdf417CompactionMode" linktitle: "Pdf417CompactionMode" -articleTitle: "Pdf417CompactionMode" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Pdf417 barcode's compation mode" type: docs weight: 440 diff --git a/english/nodejs/global/pdf417encodemode/_index.md b/english/nodejs/global/pdf417encodemode/_index.md index 591c96695..06454cc8b 100644 --- a/english/nodejs/global/pdf417encodemode/_index.md +++ b/english/nodejs/global/pdf417encodemode/_index.md @@ -1,8 +1,7 @@ --- title: "Pdf417EncodeMode" linktitle: "Pdf417EncodeMode" -articleTitle: "Pdf417EncodeMode" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Pdf417 barcode encode mode" type: docs weight: 450 diff --git a/english/nodejs/global/pdf417errorlevel/_index.md b/english/nodejs/global/pdf417errorlevel/_index.md index 1add31eec..748595997 100644 --- a/english/nodejs/global/pdf417errorlevel/_index.md +++ b/english/nodejs/global/pdf417errorlevel/_index.md @@ -1,8 +1,7 @@ --- title: "Pdf417ErrorLevel" linktitle: "Pdf417ErrorLevel" -articleTitle: "Pdf417ErrorLevel" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "pdf417 barcode's error correction level, from level 0 to level 9, level 0 means no error correction, level 9 means best error correction" type: docs weight: 460 diff --git a/english/nodejs/global/pdf417macroterminator/_index.md b/english/nodejs/global/pdf417macroterminator/_index.md index 779d023d6..ac0160619 100644 --- a/english/nodejs/global/pdf417macroterminator/_index.md +++ b/english/nodejs/global/pdf417macroterminator/_index.md @@ -1,9 +1,8 @@ --- title: "Pdf417MacroTerminator" linktitle: "Pdf417MacroTerminator" -articleTitle: "Pdf417MacroTerminator" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417." +second_title: "Aspose.BarCode for Node.js via Java API Reference" +description: "Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment." type: docs weight: 470 url: /nodejs/global/pdf417macroterminator/ diff --git a/english/nodejs/global/qrbillstandardversion/_index.md b/english/nodejs/global/qrbillstandardversion/_index.md index 256ea9a34..854a7af4b 100644 --- a/english/nodejs/global/qrbillstandardversion/_index.md +++ b/english/nodejs/global/qrbillstandardversion/_index.md @@ -1,8 +1,7 @@ --- title: "QrBillStandardVersion" linktitle: "QrBillStandardVersion" -articleTitle: "QrBillStandardVersion" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "SwissQR bill standard version" type: docs weight: 520 diff --git a/english/nodejs/global/qrencodemode/_index.md b/english/nodejs/global/qrencodemode/_index.md index a3b50927e..9f1fff46e 100644 --- a/english/nodejs/global/qrencodemode/_index.md +++ b/english/nodejs/global/qrencodemode/_index.md @@ -1,9 +1,8 @@ --- title: "QREncodeMode" linktitle: "QREncodeMode" -articleTitle: "QREncodeMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Encoding mode for QR barcodes. Example how to use ECI encoding generator = new BarcodeGenerator(EncodeTypes.QR, '12345TEXT'); generator.getParameters().getBa..." +second_title: "Aspose.BarCode for Node.js via Java API Reference" +description: "Encoding mode for QR barcodes." type: docs weight: 480 url: /nodejs/global/qrencodemode/ diff --git a/english/nodejs/global/qrencodetype/_index.md b/english/nodejs/global/qrencodetype/_index.md index a79dc9e07..3558f7839 100644 --- a/english/nodejs/global/qrencodetype/_index.md +++ b/english/nodejs/global/qrencodetype/_index.md @@ -1,9 +1,8 @@ --- title: "QREncodeType" linktitle: "QREncodeType" -articleTitle: "QREncodeType" -second_title: "Aspose.BarCode for Node.js via Java" -description: "QR / MicroQR selector mode. Select FORCE_QR for standard QR symbols, AUTO for MicroQR. FORCE_MICRO_QR is used for strongly MicroQR symbol generation if it is..." +second_title: "Aspose.BarCode for Node.js via Java API Reference" +description: "QR / MicroQR selector mode." type: docs weight: 490 url: /nodejs/global/qrencodetype/ diff --git a/english/nodejs/global/qrerrorlevel/_index.md b/english/nodejs/global/qrerrorlevel/_index.md index c68e17523..752220996 100644 --- a/english/nodejs/global/qrerrorlevel/_index.md +++ b/english/nodejs/global/qrerrorlevel/_index.md @@ -1,9 +1,8 @@ --- title: "QRErrorLevel" linktitle: "QRErrorLevel" -articleTitle: "QRErrorLevel" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Level of Reed-Solomon error correction. From low to high: LEVEL_L, LEVEL_M, LEVEL_Q, LEVEL_H." +second_title: "Aspose.BarCode for Node.js via Java API Reference" +description: "Level of Reed-Solomon error correction." type: docs weight: 500 url: /nodejs/global/qrerrorlevel/ diff --git a/english/nodejs/global/qrextcompactionmode/_index.md b/english/nodejs/global/qrextcompactionmode/_index.md index 56e10af1e..e95cb2f51 100644 --- a/english/nodejs/global/qrextcompactionmode/_index.md +++ b/english/nodejs/global/qrextcompactionmode/_index.md @@ -1,8 +1,7 @@ --- title: "QrExtCompactionMode" linktitle: "QrExtCompactionMode" -articleTitle: "QrExtCompactionMode" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Specifies QR compaction mode for codetext added by QrExtCodetextBuilder." type: docs weight: 530 diff --git a/english/nodejs/global/qrversion/_index.md b/english/nodejs/global/qrversion/_index.md index 69d96f71f..0392eeb4c 100644 --- a/english/nodejs/global/qrversion/_index.md +++ b/english/nodejs/global/qrversion/_index.md @@ -1,9 +1,8 @@ --- title: "QRVersion" linktitle: "QRVersion" -articleTitle: "QRVersion" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Version of QR Code. From Version1 to Version40 for QR code and from M1 to M4 for MicroQr." +second_title: "Aspose.BarCode for Node.js via Java API Reference" +description: "Version of QR Code." type: docs weight: 510 url: /nodejs/global/qrversion/ diff --git a/english/nodejs/global/rectmicroqrversion/_index.md b/english/nodejs/global/rectmicroqrversion/_index.md index 01b76a05e..39eb0c562 100644 --- a/english/nodejs/global/rectmicroqrversion/_index.md +++ b/english/nodejs/global/rectmicroqrversion/_index.md @@ -1,9 +1,8 @@ --- title: "RectMicroQRVersion" linktitle: "RectMicroQRVersion" -articleTitle: "RectMicroQRVersion" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Version of RectMicroQR Code. From version R7x43 to version R17x139." +second_title: "Aspose.BarCode for Node.js via Java API Reference" +description: "Version of RectMicroQR Code." type: docs weight: 540 url: /nodejs/global/rectmicroqrversion/ diff --git a/english/nodejs/global/svgcolormode/_index.md b/english/nodejs/global/svgcolormode/_index.md index 2d8633768..bfe2e9095 100644 --- a/english/nodejs/global/svgcolormode/_index.md +++ b/english/nodejs/global/svgcolormode/_index.md @@ -1,9 +1,8 @@ --- title: "SvgColorMode" linktitle: "SvgColorMode" -articleTitle: "SvgColorMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Possible modes for filling color in svg file, RGB is default and supported by SVG 1.1. RGBA, HSL, HSLA is allowed in SVG 2.0 standard. Even in RGB opacity wi..." +second_title: "Aspose.BarCode for Node.js via Java API Reference" +description: "Possible modes for filling color in svg file, RGB is default and supported by SVG 1.1." type: docs weight: 550 url: /nodejs/global/svgcolormode/ diff --git a/english/nodejs/global/textalignment/_index.md b/english/nodejs/global/textalignment/_index.md index 78d49f56e..bb64c9c5c 100644 --- a/english/nodejs/global/textalignment/_index.md +++ b/english/nodejs/global/textalignment/_index.md @@ -1,8 +1,7 @@ --- title: "TextAlignment" linktitle: "TextAlignment" -articleTitle: "TextAlignment" -second_title: "Aspose.BarCode for Node.js via Java" +second_title: "Aspose.BarCode for Node.js via Java API Reference" description: "Text alignment." type: docs weight: 560 diff --git a/english/nodejs/global/twodcomponenttype/_index.md b/english/nodejs/global/twodcomponenttype/_index.md deleted file mode 100644 index f92d56368..000000000 --- a/english/nodejs/global/twodcomponenttype/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "TwoDComponentType" -linktitle: "TwoDComponentType" -articleTitle: "TwoDComponentType" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Type of 2D component This sample shows how to create and save a GS1 Composite Bar image. Note that 1D codetext and 2D codetext are separated by symbol '/'" -type: docs -weight: 570 -url: /nodejs/global/twodcomponenttype/ ---- - -## TwoDComponentType - -Type of 2D component This sample shows how to create and save a GS1 Composite Bar image. Note that 1D codetext and 2D codetext are separated by symbol '/' diff --git a/english/nodejs/global/usadriveidcountry/_index.md b/english/nodejs/global/usadriveidcountry/_index.md deleted file mode 100644 index 275fd7eeb..000000000 --- a/english/nodejs/global/usadriveidcountry/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "USADriveIdCountry" -linktitle: "USADriveIdCountry" -articleTitle: "USADriveIdCountry" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Enum for Country Identification in the US Driver's License" -type: docs -weight: 580 -url: /nodejs/global/usadriveidcountry/ ---- - -## USADriveIdCountry - -Enum for Country Identification in the US Driver's License diff --git a/english/nodejs/global/usadriveideyecolor/_index.md b/english/nodejs/global/usadriveideyecolor/_index.md deleted file mode 100644 index b4558e776..000000000 --- a/english/nodejs/global/usadriveideyecolor/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "USADriveIdEyeColor" -linktitle: "USADriveIdEyeColor" -articleTitle: "USADriveIdEyeColor" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Enum for Eye Color in the US Driver's License" -type: docs -weight: 590 -url: /nodejs/global/usadriveideyecolor/ ---- - -## USADriveIdEyeColor - -Enum for Eye Color in the US Driver's License diff --git a/english/nodejs/global/usadriveidhaircolor/_index.md b/english/nodejs/global/usadriveidhaircolor/_index.md deleted file mode 100644 index c44d284b5..000000000 --- a/english/nodejs/global/usadriveidhaircolor/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "USADriveIdHairColor" -linktitle: "USADriveIdHairColor" -articleTitle: "USADriveIdHairColor" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Enum for Hair Color in the US Driver's License" -type: docs -weight: 600 -url: /nodejs/global/usadriveidhaircolor/ ---- - -## USADriveIdHairColor - -Enum for Hair Color in the US Driver's License diff --git a/english/nodejs/global/usadriveidsex/_index.md b/english/nodejs/global/usadriveidsex/_index.md deleted file mode 100644 index bd4ffcdd8..000000000 --- a/english/nodejs/global/usadriveidsex/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "USADriveIdSex" -linktitle: "USADriveIdSex" -articleTitle: "USADriveIdSex" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Enum for Sex field in the US Driver's License" -type: docs -weight: 610 -url: /nodejs/global/usadriveidsex/ ---- - -## USADriveIdSex - -Enum for Sex field in the US Driver's License diff --git a/english/nodejs/global/xdimensionmode/_index.md b/english/nodejs/global/xdimensionmode/_index.md deleted file mode 100644 index 9f7d7e149..000000000 --- a/english/nodejs/global/xdimensionmode/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "XDimensionMode" -linktitle: "XDimensionMode" -articleTitle: "XDimensionMode" -second_title: "Aspose.BarCode for Node.js via Java" -description: "Recognition mode which sets size (from 1 to infinity) of barcode minimal element: matrix cell or bar. This sample shows how to use XDimension mode let reader..." -type: docs -weight: 620 -url: /nodejs/global/xdimensionmode/ ---- - -## XDimensionMode - -Recognition mode which sets size (from 1 to infinity) of barcode minimal element: matrix cell or bar. This sample shows how to use XDimension mode let reader = new BarCodeReader("test.png", null, [DecodeType.CODE_39_FULL_ASCII, DecodeType.CODE_128]); reader.getQualitySettings().setXDimension(XDimensionMode.SMALL); let results = reader.readBarCodes(); for(let i = 0; i < results.length; i++) { let result = results[i]; console.log("BarCode CodeText: " + result.getCodeText()); } diff --git a/english/php/_index.md b/english/php/_index.md index e2944abe9..5a54b4edd 100644 --- a/english/php/_index.md +++ b/english/php/_index.md @@ -1,8 +1,7 @@ --- title: "Aspose.BarCode for PHP via Java API Reference" linktitle: "Aspose.BarCode for PHP via Java" -articleTitle: "Aspose.BarCode for PHP via Java API Reference" -description: "Aspose.BarCode for PHP via Java enables developers to generate and read barcodes across multiple formats with a simple, cross‑platform API." +description: "Aspose.BarCode for PHP via Java enables developers to generate and read barcodes across multiple symbologies with a simple PHP interface backed by Java." type: docs weight: 10 url: /php/ @@ -10,16 +9,14 @@ keywords: "Aspose.BarCode for PHP via Java, Aspose.BarCode, Aspose API Reference is_root: true --- -## Aspose.BarCode for PHP via Java API Reference - -The library supports a wide range of 1D symbologies such as Code128, Code39, EAN‑13, UPC, and 2D formats including QR, DataMatrix, PDF417, and Aztec. Functionality is divided into four namespaces: Aspose.Barcode.Generation for creating barcodes, Aspose.Barcode.Recognition for decoding them, Aspose.Barcode.ComplexBarcode for handling composite and stacked symbols, and Aspose.Barcode.Internal for low‑level utilities. Together they provide a comprehensive toolkit for barcode integration in PHP applications via Java. +The API lets you create, customize, and decode 1D, 2D, and postal barcodes such as Code128, QR, DataMatrix, PDF417, and many others. Functionality is divided into four namespaces: Aspose.Barcode.Generation for barcode creation, Aspose.Barcode.Recognition for decoding, Aspose.Barcode.ComplexBarcode for handling composite symbols, and Aspose.Barcode.Internal for low‑level utilities. Together they provide a comprehensive toolkit for integrating barcode solutions into PHP applications while leveraging the robustness of the underlying Java library. ## Namespaces | Namespace | Description | | --- | --- | -| [Aspose.Barcode.ComplexBarcode](./aspose.barcode.complexbarcode/) | Provides classes for creating, parsing, and managing complex barcode types, including address data, alternative schemes, and HIBC LIC formats. | +| [Aspose.Barcode.ComplexBarcode](./aspose.barcode.complexbarcode/) | The Aspose.Barcode.ComplexBarcode namespace offers classes and enums for generating and parsing complex barcode symbologies such as HIBC LIC and combined codes. | | [Aspose.Barcode.Generation](./aspose.barcode.generation/) | The Aspose.Barcode.Generation namespace supplies classes and enums for configuring and creating barcodes in PHP via Java. | -| [Aspose.Barcode.Internal](./aspose.barcode.internal/) | The Aspose.Barcode.Internal namespace supplies internal utility and support classes for barcode handling, licensing, geometry, and Thrift communication. | -| [Aspose.Barcode.Recognition](./aspose.barcode.recognition/) | Provides classes and enums for configuring, reading, and processing various barcode types using Aspose.BarCode for PHP via Java. | +| [Aspose.Barcode.Internal](./aspose.barcode.internal/) | Provides core utility, licensing, geometry, and error handling classes used internally by the Aspose.BarCode for PHP via Java library. | +| [Aspose.Barcode.Recognition](./aspose.barcode.recognition/) | The Aspose.Barcode.Recognition namespace offers classes and enums for reading and interpreting a wide range of barcode symbologies in PHP via Java. | diff --git a/english/php/aspose.barcode.complexbarcode/_index.md b/english/php/aspose.barcode.complexbarcode/_index.md index 34b4836fb..ad0fce18a 100644 --- a/english/php/aspose.barcode.complexbarcode/_index.md +++ b/english/php/aspose.barcode.complexbarcode/_index.md @@ -1,9 +1,8 @@ --- title: "Aspose.Barcode.ComplexBarcode" linktitle: "Aspose.Barcode.ComplexBarcode" -articleTitle: "Aspose.Barcode.ComplexBarcode" second_title: "Aspose.BarCode for PHP via Java" -description: "Provides classes for creating, parsing, and managing complex barcode types, including address data, alternative schemes, and HIBC LIC formats." +description: "The Aspose.Barcode.ComplexBarcode namespace offers classes and enums for generating and parsing complex barcode symbologies such as HIBC LIC and combined codes." type: docs weight: 10 url: /php/aspose.barcode.complexbarcode/ @@ -11,8 +10,7 @@ url: /php/aspose.barcode.complexbarcode/ ## Aspose.Barcode.ComplexBarcode namespace -The Aspose.Barcode.ComplexBarcode namespace contains the core components for generating and reading advanced barcode formats. It includes generators, codetext readers, and specialized HIBCLIC codetext structures for handling address information and alternative encoding schemes. - +Use this namespace to create sophisticated barcode data structures, read encoded information, and work with HIBCLIC primary, secondary, and combined codetext formats. The provided types, including ComplexBarcodeGenerator and ComplexCodetextReader, simplify handling of multi‑segment and hierarchical barcode specifications. ## Classes diff --git a/english/php/aspose.barcode.complexbarcode/address/_index.md b/english/php/aspose.barcode.complexbarcode/address/_index.md index 817ccf33e..14674314e 100644 --- a/english/php/aspose.barcode.complexbarcode/address/_index.md +++ b/english/php/aspose.barcode.complexbarcode/address/_index.md @@ -1,7 +1,6 @@ --- -title: "Address Class" +title: "Address" linktitle: "Address" -articleTitle: "Address" second_title: "Aspose.BarCode for PHP via Java" description: "Address of creditor or debtor. You can either set street, house number, postal code and town (type structured address) or address line 1 and 2 (type combined address elements). The type is automatical" type: docs @@ -21,25 +20,160 @@ Address of creditor or debtor. You can either set street, house number, postal c | Name | Description | | --- | --- | -| [__construct](./address/) | | +| [__construct](#constructor) | | ## Methods | Name | Static | Description | | --- | --- | --- | -| [clear](./clear/) | No | Clears all fields and sets the type to AddressType.Undetermined. | -| [construct](./construct/) | Yes | Constructs an Address object from AddressDTO. | +| [clear](#clear) | No | Clears all fields and sets the type to AddressType.Undetermined. | +| [construct](#construct) | Yes | Constructs an Address object from AddressDTO. | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [AddressLine1](./addressline1/) | Read/Write | Gets the address line 1. Address line 1 contains street name, house number or P.O. box. Setting this field sets the address type to AddressType.CombinedElements unless it's already AddressType.Structured, in which case it becomes AddressType.Conflicting. This field is only used for combined elements addresses and is optional. | -| [AddressLine2](./addressline2/) | Read/Write | Gets the address line 2. Address line 2 contains postal code and town. Setting this field sets the address type to AddressType.CombinedElements unless it's already AddressType.Structured, in which case it becomes AddressType.Conflicting. This field is only used for combined elements addresses. For this type, it's mandatory. | -| [CountryCode](./countrycode/) | Read/Write | Gets the two-letter ISO country code. The country code is mandatory unless the entire address contains null or emtpy values. | -| [HouseNo](./houseno/) | Read/Write | Gets the house number. Setting this field sets the address type to AddressType.Structured unless it's already AddressType.CombinedElements, in which case it becomes AddressType.Conflicting. This field is only used for structured addresses and is optional. | -| [Name](./name/) | Read/Write | Gets the name, either the first and last name of a natural person or the company name of a legal person. | -| [PostalCode](./postalcode/) | Read/Write | Gets the postal code. Setting this field sets the address type to AddressType.Structured unless it's already AddressType.CombinedElements, in which case it becomes AddressType.Conflicting. This field is only used for structured addresses. For this type, it's mandatory. | -| [Street](./street/) | Read/Write | Gets the street. The street must be speicfied without house number. Setting this field sets the address type to AddressType.Structured unless it's already AddressType.CombinedElements, in which case it becomes AddressType.Conflicting. This field is only used for structured addresses and is optional. | -| [Town](./town/) | Read/Write | Gets the town or city. Setting this field sets the address type to AddressType.Structured unless it's already AddressType.CombinedElements, in which case it becomes AddressType.Conflicting. This field is only used for structured addresses. For this type, it's mandatory. | -| [Type](./type/) | Read-only | Gets the address type. The address type is automatically set by either setting street / house number or address line 1 and 2. Before setting the fields, the address type is Undetermined. If fields of both types are set, the address type becomes Conflicting. | +| [AddressLine1](#addressline1) | Read/Write | Gets the address line 1. Address line 1 contains street name, house number or P.O. box. Setting this field sets the address type to AddressType.CombinedElements unless it's already AddressType.Structured, in which case it becomes AddressType.Conflicting. This field is only used for combined elements addresses and is optional. | +| [AddressLine2](#addressline2) | Read/Write | Gets the address line 2. Address line 2 contains postal code and town. Setting this field sets the address type to AddressType.CombinedElements unless it's already AddressType.Structured, in which case it becomes AddressType.Conflicting. This field is only used for combined elements addresses. For this type, it's mandatory. | +| [CountryCode](#countrycode) | Read/Write | Gets the two-letter ISO country code. The country code is mandatory unless the entire address contains null or emtpy values. | +| [HouseNo](#houseno) | Read/Write | Gets the house number. Setting this field sets the address type to AddressType.Structured unless it's already AddressType.CombinedElements, in which case it becomes AddressType.Conflicting. This field is only used for structured addresses and is optional. | +| [Name](#name) | Read/Write | Gets the name, either the first and last name of a natural person or the company name of a legal person. | +| [PostalCode](#postalcode) | Read/Write | Gets the postal code. Setting this field sets the address type to AddressType.Structured unless it's already AddressType.CombinedElements, in which case it becomes AddressType.Conflicting. This field is only used for structured addresses. For this type, it's mandatory. | +| [Street](#street) | Read/Write | Gets the street. The street must be speicfied without house number. Setting this field sets the address type to AddressType.Structured unless it's already AddressType.CombinedElements, in which case it becomes AddressType.Conflicting. This field is only used for structured addresses and is optional. | +| [Town](#town) | Read/Write | Gets the town or city. Setting this field sets the address type to AddressType.Structured unless it's already AddressType.CombinedElements, in which case it becomes AddressType.Conflicting. This field is only used for structured addresses. For this type, it's mandatory. | +| [Type](#type) | Read-only | Gets the address type. The address type is automatically set by either setting street / house number or address line 1 and 2. Before setting the fields, the address type is Undetermined. If fields of both types are set, the address type becomes Conflicting. | + +### Address__construct() {#constructor} + +### clearclear() {#clear} + +Clears all fields and sets the type to AddressType.Undetermined. + +### constructconstruct(\Aspose\Barcode\Bridge\AddressDTO $addressDto) (static) {#construct} + +Constructs an Address object from AddressDTO. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$addressDto` | `\Aspose\Barcode\Bridge\AddressDTO` | | + +**Returns:** Address + +### AddressLine1 {#addressline1} + +**Access:** Read/Write + +**Returns:** string The address line 1. + +Gets the address line 1. Address line 1 contains street name, house number or P.O. box. Setting this field sets the address type to AddressType.CombinedElements unless it's already AddressType.Structured, in which case it becomes AddressType.Conflicting. This field is only used for combined elements addresses and is optional. + +Sets the address line 1. Address line 1 contains street name, house number or P.O. box. Setting this field sets the address type to AddressType.CombinedElements unless it's already AddressType.Structured, in which case it becomes AddressType.Conflicting. This field is only used for combined elements addresses and is optional. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `?string` | | + +### AddressLine2 {#addressline2} + +**Access:** Read/Write + +**Returns:** string The address line 2. + +Gets the address line 2. Address line 2 contains postal code and town. Setting this field sets the address type to AddressType.CombinedElements unless it's already AddressType.Structured, in which case it becomes AddressType.Conflicting. This field is only used for combined elements addresses. For this type, it's mandatory. + +Sets the address line 2. Address line 2 contains postal code and town. Setting this field sets the address type to AddressType.CombinedElements unless it's already AddressType.Structured, in which case it becomes AddressType.Conflicting. This field is only used for combined elements addresses. For this type, it's mandatory. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `?string` | | + +### CountryCode {#countrycode} + +**Access:** Read/Write + +**Returns:** string The ISO country code. + +Gets the two-letter ISO country code. The country code is mandatory unless the entire address contains null or emtpy values. + +Sets the two-letter ISO country code. The country code is mandatory unless the entire address contains null or emtpy values. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `?string` | | + +### HouseNo {#houseno} + +**Access:** Read/Write + +**Returns:** string The house number. + +Gets the house number. Setting this field sets the address type to AddressType.Structured unless it's already AddressType.CombinedElements, in which case it becomes AddressType.Conflicting. This field is only used for structured addresses and is optional. + +Sets the house number. Setting this field sets the address type to AddressType.Structured unless it's already AddressType.CombinedElements, in which case it becomes AddressType.Conflicting. This field is only used for structured addresses and is optional. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `?string` | | + +### Name {#name} + +**Access:** Read/Write + +**Returns:** string The name. + +Gets the name, either the first and last name of a natural person or the company name of a legal person. + +Sets the name, either the first and last name of a natural person or the company name of a legal person. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `?string` | | + +### PostalCode {#postalcode} + +**Access:** Read/Write + +Gets the postal code. Setting this field sets the address type to AddressType.Structured unless it's already AddressType.CombinedElements, in which case it becomes AddressType.Conflicting. This field is only used for structured addresses. For this type, it's mandatory. + +Sets the postal code. Setting this field sets the address type to AddressType.Structured unless it's already AddressType.CombinedElements, in which case it becomes AddressType.Conflicting. This field is only used for structured addresses. For this type, it's mandatory. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `?string` | | + +### Street {#street} + +**Access:** Read/Write + +**Returns:** string The street. + +Gets the street. The street must be speicfied without house number. Setting this field sets the address type to AddressType.Structured unless it's already AddressType.CombinedElements, in which case it becomes AddressType.Conflicting. This field is only used for structured addresses and is optional. + +Sets the street. The street must be speicfied without house number. Setting this field sets the address type to AddressType.Structured unless it's already AddressType.CombinedElements, in which case it becomes AddressType.Conflicting. This field is only used for structured addresses and is optional. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `?string` | | + +### Town {#town} + +**Access:** Read/Write + +**Returns:** string The town or city. + +Gets the town or city. Setting this field sets the address type to AddressType.Structured unless it's already AddressType.CombinedElements, in which case it becomes AddressType.Conflicting. This field is only used for structured addresses. For this type, it's mandatory. + +Sets the town or city. Setting this field sets the address type to AddressType.Structured unless it's already AddressType.CombinedElements, in which case it becomes AddressType.Conflicting. This field is only used for structured addresses. For this type, it's mandatory. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `?string` | | + +### Type {#type} + +**Access:** Read-only + +**Returns:** int The address type. + +Gets the address type. The address type is automatically set by either setting street / house number or address line 1 and 2. Before setting the fields, the address type is Undetermined. If fields of both types are set, the address type becomes Conflicting. + diff --git a/english/php/aspose.barcode.complexbarcode/address/address/_index.md b/english/php/aspose.barcode.complexbarcode/address/address/_index.md deleted file mode 100644 index e7cd3219e..000000000 --- a/english/php/aspose.barcode.complexbarcode/address/address/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "Address" -linktitle: "Address" -articleTitle: "Address" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/address/address/ ---- - -## Address Constructor - -```php -__construct() -``` - diff --git a/english/php/aspose.barcode.complexbarcode/address/addressline1/_index.md b/english/php/aspose.barcode.complexbarcode/address/addressline1/_index.md deleted file mode 100644 index 393545499..000000000 --- a/english/php/aspose.barcode.complexbarcode/address/addressline1/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Address.AddressLine1" -linktitle: "AddressLine1" -articleTitle: "AddressLine1" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets the address line 1. Address line 1 contains street name, house number or P.O. box. Setting this field sets the address type to AddressType.CombinedElements unless it's already AddressType.Structu" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/address/addressline1/ ---- - -## Address.AddressLine1 - -**Access:** Read/Write - - -**Returns:** string The address line 1. - - -### Get - -Gets the address line 1. Address line 1 contains street name, house number or P.O. box. Setting this field sets the address type to AddressType.CombinedElements unless it's already AddressType.Structured, in which case it becomes AddressType.Conflicting. This field is only used for combined elements addresses and is optional. - - -### Set - -Sets the address line 1. Address line 1 contains street name, house number or P.O. box. Setting this field sets the address type to AddressType.CombinedElements unless it's already AddressType.Structured, in which case it becomes AddressType.Conflicting. This field is only used for combined elements addresses and is optional. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `?string` | | diff --git a/english/php/aspose.barcode.complexbarcode/address/addressline2/_index.md b/english/php/aspose.barcode.complexbarcode/address/addressline2/_index.md deleted file mode 100644 index 33d318bdb..000000000 --- a/english/php/aspose.barcode.complexbarcode/address/addressline2/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Address.AddressLine2" -linktitle: "AddressLine2" -articleTitle: "AddressLine2" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets the address line 2. Address line 2 contains postal code and town. Setting this field sets the address type to AddressType.CombinedElements unless it's already AddressType.Structured, in which cas" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/address/addressline2/ ---- - -## Address.AddressLine2 - -**Access:** Read/Write - - -**Returns:** string The address line 2. - - -### Get - -Gets the address line 2. Address line 2 contains postal code and town. Setting this field sets the address type to AddressType.CombinedElements unless it's already AddressType.Structured, in which case it becomes AddressType.Conflicting. This field is only used for combined elements addresses. For this type, it's mandatory. - - -### Set - -Sets the address line 2. Address line 2 contains postal code and town. Setting this field sets the address type to AddressType.CombinedElements unless it's already AddressType.Structured, in which case it becomes AddressType.Conflicting. This field is only used for combined elements addresses. For this type, it's mandatory. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `?string` | | diff --git a/english/php/aspose.barcode.complexbarcode/address/clear/_index.md b/english/php/aspose.barcode.complexbarcode/address/clear/_index.md deleted file mode 100644 index c4898929c..000000000 --- a/english/php/aspose.barcode.complexbarcode/address/clear/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Address.clear" -linktitle: "clear" -articleTitle: "clear" -second_title: "Aspose.BarCode for PHP via Java" -description: "Clears all fields and sets the type to AddressType.Undetermined." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/address/clear/ ---- - -## Address.clear - -```php -clear() -``` - - -Clears all fields and sets the type to AddressType.Undetermined. - diff --git a/english/php/aspose.barcode.complexbarcode/address/construct/_index.md b/english/php/aspose.barcode.complexbarcode/address/construct/_index.md deleted file mode 100644 index f8f158b63..000000000 --- a/english/php/aspose.barcode.complexbarcode/address/construct/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "Address.construct" -linktitle: "construct" -articleTitle: "construct" -second_title: "Aspose.BarCode for PHP via Java" -description: "Constructs an Address object from AddressDTO." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/address/construct/ ---- - -## Address.construct - -```php -construct(\Aspose\Barcode\Bridge\AddressDTO $addressDto) -``` - - -Constructs an Address object from AddressDTO. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$addressDto` | `\Aspose\Barcode\Bridge\AddressDTO` | | - -**Returns:** Address - diff --git a/english/php/aspose.barcode.complexbarcode/address/countrycode/_index.md b/english/php/aspose.barcode.complexbarcode/address/countrycode/_index.md deleted file mode 100644 index 3365cf817..000000000 --- a/english/php/aspose.barcode.complexbarcode/address/countrycode/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Address.CountryCode" -linktitle: "CountryCode" -articleTitle: "CountryCode" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets the two-letter ISO country code. The country code is mandatory unless the entire address contains null or emtpy values." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/address/countrycode/ ---- - -## Address.CountryCode - -**Access:** Read/Write - - -**Returns:** string The ISO country code. - - -### Get - -Gets the two-letter ISO country code. The country code is mandatory unless the entire address contains null or emtpy values. - - -### Set - -Sets the two-letter ISO country code. The country code is mandatory unless the entire address contains null or emtpy values. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `?string` | | diff --git a/english/php/aspose.barcode.complexbarcode/address/houseno/_index.md b/english/php/aspose.barcode.complexbarcode/address/houseno/_index.md deleted file mode 100644 index 7d570389e..000000000 --- a/english/php/aspose.barcode.complexbarcode/address/houseno/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Address.HouseNo" -linktitle: "HouseNo" -articleTitle: "HouseNo" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets the house number. Setting this field sets the address type to AddressType.Structured unless it's already AddressType.CombinedElements, in which case it becomes AddressType.Conflicting. This field" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/address/houseno/ ---- - -## Address.HouseNo - -**Access:** Read/Write - - -**Returns:** string The house number. - - -### Get - -Gets the house number. Setting this field sets the address type to AddressType.Structured unless it's already AddressType.CombinedElements, in which case it becomes AddressType.Conflicting. This field is only used for structured addresses and is optional. - - -### Set - -Sets the house number. Setting this field sets the address type to AddressType.Structured unless it's already AddressType.CombinedElements, in which case it becomes AddressType.Conflicting. This field is only used for structured addresses and is optional. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `?string` | | diff --git a/english/php/aspose.barcode.complexbarcode/address/name/_index.md b/english/php/aspose.barcode.complexbarcode/address/name/_index.md deleted file mode 100644 index f676fa641..000000000 --- a/english/php/aspose.barcode.complexbarcode/address/name/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Address.Name" -linktitle: "Name" -articleTitle: "Name" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets the name, either the first and last name of a natural person or the company name of a legal person." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/address/name/ ---- - -## Address.Name - -**Access:** Read/Write - - -**Returns:** string The name. - - -### Get - -Gets the name, either the first and last name of a natural person or the company name of a legal person. - - -### Set - -Sets the name, either the first and last name of a natural person or the company name of a legal person. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `?string` | | diff --git a/english/php/aspose.barcode.complexbarcode/address/postalcode/_index.md b/english/php/aspose.barcode.complexbarcode/address/postalcode/_index.md deleted file mode 100644 index 27a36e267..000000000 --- a/english/php/aspose.barcode.complexbarcode/address/postalcode/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Address.PostalCode" -linktitle: "PostalCode" -articleTitle: "PostalCode" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets the postal code. Setting this field sets the address type to AddressType.Structured unless it's already AddressType.CombinedElements, in which case it becomes AddressType.Conflicting. This field " -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/address/postalcode/ ---- - -## Address.PostalCode - -**Access:** Read/Write - - -### Get - -Gets the postal code. Setting this field sets the address type to AddressType.Structured unless it's already AddressType.CombinedElements, in which case it becomes AddressType.Conflicting. This field is only used for structured addresses. For this type, it's mandatory. - - -### Set - -Sets the postal code. Setting this field sets the address type to AddressType.Structured unless it's already AddressType.CombinedElements, in which case it becomes AddressType.Conflicting. This field is only used for structured addresses. For this type, it's mandatory. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `?string` | | diff --git a/english/php/aspose.barcode.complexbarcode/address/street/_index.md b/english/php/aspose.barcode.complexbarcode/address/street/_index.md deleted file mode 100644 index 6e2120e13..000000000 --- a/english/php/aspose.barcode.complexbarcode/address/street/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Address.Street" -linktitle: "Street" -articleTitle: "Street" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets the street. The street must be speicfied without house number. Setting this field sets the address type to AddressType.Structured unless it's already AddressType.CombinedElements, in which case i" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/address/street/ ---- - -## Address.Street - -**Access:** Read/Write - - -**Returns:** string The street. - - -### Get - -Gets the street. The street must be speicfied without house number. Setting this field sets the address type to AddressType.Structured unless it's already AddressType.CombinedElements, in which case it becomes AddressType.Conflicting. This field is only used for structured addresses and is optional. - - -### Set - -Sets the street. The street must be speicfied without house number. Setting this field sets the address type to AddressType.Structured unless it's already AddressType.CombinedElements, in which case it becomes AddressType.Conflicting. This field is only used for structured addresses and is optional. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `?string` | | diff --git a/english/php/aspose.barcode.complexbarcode/address/town/_index.md b/english/php/aspose.barcode.complexbarcode/address/town/_index.md deleted file mode 100644 index 10418cf8d..000000000 --- a/english/php/aspose.barcode.complexbarcode/address/town/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Address.Town" -linktitle: "Town" -articleTitle: "Town" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets the town or city. Setting this field sets the address type to AddressType.Structured unless it's already AddressType.CombinedElements, in which case it becomes AddressType.Conflicting. This field" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/address/town/ ---- - -## Address.Town - -**Access:** Read/Write - - -**Returns:** string The town or city. - - -### Get - -Gets the town or city. Setting this field sets the address type to AddressType.Structured unless it's already AddressType.CombinedElements, in which case it becomes AddressType.Conflicting. This field is only used for structured addresses. For this type, it's mandatory. - - -### Set - -Sets the town or city. Setting this field sets the address type to AddressType.Structured unless it's already AddressType.CombinedElements, in which case it becomes AddressType.Conflicting. This field is only used for structured addresses. For this type, it's mandatory. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `?string` | | diff --git a/english/php/aspose.barcode.complexbarcode/address/type/_index.md b/english/php/aspose.barcode.complexbarcode/address/type/_index.md deleted file mode 100644 index ef62de942..000000000 --- a/english/php/aspose.barcode.complexbarcode/address/type/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "Address.Type" -linktitle: "Type" -articleTitle: "Type" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets the address type. The address type is automatically set by either setting street / house number or address line 1 and 2. Before setting the fields, the address type is Undetermined. If fields of " -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/address/type/ ---- - -## Address.Type - -**Access:** Read-only - - -**Returns:** int The address type. - - -### Get - -Gets the address type. The address type is automatically set by either setting street / house number or address line 1 and 2. Before setting the fields, the address type is Undetermined. If fields of both types are set, the address type becomes Conflicting. - diff --git a/english/php/aspose.barcode.complexbarcode/addresstype/_index.md b/english/php/aspose.barcode.complexbarcode/addresstype/_index.md index eada2f7c7..227fadf1a 100644 --- a/english/php/aspose.barcode.complexbarcode/addresstype/_index.md +++ b/english/php/aspose.barcode.complexbarcode/addresstype/_index.md @@ -1,7 +1,6 @@ --- -title: "AddressType Enum" +title: "AddressType" linktitle: "AddressType" -articleTitle: "AddressType" second_title: "Aspose.BarCode for PHP via Java" description: "Address type" type: docs @@ -21,7 +20,31 @@ Address type | Name | Value | Description | | --- | --- | --- | -| [COMBINED_ELEMENTS](./combined_elements/) | `2` | Combined address elements | -| [CONFLICTING](./conflicting/) | `3` | Conflicting | -| [STRUCTURED](./structured/) | `1` | Structured address | -| [UNDETERMINED](./undetermined/) | `0` | Undetermined | +| [COMBINED_ELEMENTS](#combined_elements) | `2` | Combined address elements | +| [CONFLICTING](#conflicting) | `3` | Conflicting | +| [STRUCTURED](#structured) | `1` | Structured address | +| [UNDETERMINED](#undetermined) | `0` | Undetermined | +### COMBINED_ELEMENTS {#combined_elements} + +**Value:** `2` + +Combined address elements + +### CONFLICTING {#conflicting} + +**Value:** `3` + +Conflicting + +### STRUCTURED {#structured} + +**Value:** `1` + +Structured address + +### UNDETERMINED {#undetermined} + +**Value:** `0` + +Undetermined + diff --git a/english/php/aspose.barcode.complexbarcode/addresstype/combined_elements/_index.md b/english/php/aspose.barcode.complexbarcode/addresstype/combined_elements/_index.md deleted file mode 100644 index b1825d838..000000000 --- a/english/php/aspose.barcode.complexbarcode/addresstype/combined_elements/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "AddressType::COMBINED_ELEMENTS" -linktitle: "COMBINED_ELEMENTS" -articleTitle: "COMBINED_ELEMENTS" -second_title: "Aspose.BarCode for PHP via Java" -description: "Combined address elements" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/addresstype/combined_elements/ ---- - -## AddressType::COMBINED_ELEMENTS Enum Value - -**Value:** `2` - - -Combined address elements - diff --git a/english/php/aspose.barcode.complexbarcode/addresstype/conflicting/_index.md b/english/php/aspose.barcode.complexbarcode/addresstype/conflicting/_index.md deleted file mode 100644 index 316d19cfa..000000000 --- a/english/php/aspose.barcode.complexbarcode/addresstype/conflicting/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "AddressType::CONFLICTING" -linktitle: "CONFLICTING" -articleTitle: "CONFLICTING" -second_title: "Aspose.BarCode for PHP via Java" -description: "Conflicting" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/addresstype/conflicting/ ---- - -## AddressType::CONFLICTING Enum Value - -**Value:** `3` - - -Conflicting - diff --git a/english/php/aspose.barcode.complexbarcode/addresstype/structured/_index.md b/english/php/aspose.barcode.complexbarcode/addresstype/structured/_index.md deleted file mode 100644 index 146e0c5c2..000000000 --- a/english/php/aspose.barcode.complexbarcode/addresstype/structured/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "AddressType::STRUCTURED" -linktitle: "STRUCTURED" -articleTitle: "STRUCTURED" -second_title: "Aspose.BarCode for PHP via Java" -description: "Structured address" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/addresstype/structured/ ---- - -## AddressType::STRUCTURED Enum Value - -**Value:** `1` - - -Structured address - diff --git a/english/php/aspose.barcode.complexbarcode/addresstype/undetermined/_index.md b/english/php/aspose.barcode.complexbarcode/addresstype/undetermined/_index.md deleted file mode 100644 index b1605728a..000000000 --- a/english/php/aspose.barcode.complexbarcode/addresstype/undetermined/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "AddressType::UNDETERMINED" -linktitle: "UNDETERMINED" -articleTitle: "UNDETERMINED" -second_title: "Aspose.BarCode for PHP via Java" -description: "Undetermined" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/addresstype/undetermined/ ---- - -## AddressType::UNDETERMINED Enum Value - -**Value:** `0` - - -Undetermined - diff --git a/english/php/aspose.barcode.complexbarcode/alternativescheme/_index.md b/english/php/aspose.barcode.complexbarcode/alternativescheme/_index.md index cc1bca085..7dd2b954c 100644 --- a/english/php/aspose.barcode.complexbarcode/alternativescheme/_index.md +++ b/english/php/aspose.barcode.complexbarcode/alternativescheme/_index.md @@ -1,7 +1,6 @@ --- -title: "AlternativeScheme Class" +title: "AlternativeScheme" linktitle: "AlternativeScheme" -articleTitle: "AlternativeScheme" second_title: "Aspose.BarCode for PHP via Java" description: "Alternative payment scheme instructions" type: docs @@ -21,16 +20,41 @@ Alternative payment scheme instructions | Name | Description | | --- | --- | -| [__construct](./alternativescheme/) | | +| [__construct](#constructor) | | ## Methods | Name | Static | Description | | --- | --- | --- | -| [construct](./construct/) | Yes | | +| [construct](#construct) | Yes | | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [Instruction](./instruction/) | Read/Write | Gets the payment instruction for a given bill. The instruction consists of a two letter abbreviation for the scheme, a separator characters and a sequence of parameters(separated by the character at index 2). Value: The payment instruction. | +| [Instruction](#instruction) | Read/Write | Gets the payment instruction for a given bill. The instruction consists of a two letter abbreviation for the scheme, a separator characters and a sequence of parameters(separated by the character at index 2). Value: The payment instruction. | + +### AlternativeScheme__construct($instruction) {#constructor} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$instruction` | `` | | + +### constructconstruct($javaClass) (static) {#construct} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$javaClass` | `` | | + +### Instruction {#instruction} + +**Access:** Read/Write + +Gets the payment instruction for a given bill. The instruction consists of a two letter abbreviation for the scheme, a separator characters and a sequence of parameters(separated by the character at index 2). Value: The payment instruction. + +Gets the payment instruction for a given bill. The instruction consists of a two letter abbreviation for the scheme, a separator characters and a sequence of parameters(separated by the character at index 2). Value: The payment instruction. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + diff --git a/english/php/aspose.barcode.complexbarcode/alternativescheme/alternativescheme/_index.md b/english/php/aspose.barcode.complexbarcode/alternativescheme/alternativescheme/_index.md deleted file mode 100644 index f80a09909..000000000 --- a/english/php/aspose.barcode.complexbarcode/alternativescheme/alternativescheme/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "AlternativeScheme" -linktitle: "AlternativeScheme" -articleTitle: "AlternativeScheme" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/alternativescheme/alternativescheme/ ---- - -## AlternativeScheme Constructor - -```php -__construct($instruction) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$instruction` | `` | | diff --git a/english/php/aspose.barcode.complexbarcode/alternativescheme/construct/_index.md b/english/php/aspose.barcode.complexbarcode/alternativescheme/construct/_index.md deleted file mode 100644 index eee41a679..000000000 --- a/english/php/aspose.barcode.complexbarcode/alternativescheme/construct/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "AlternativeScheme.construct" -linktitle: "construct" -articleTitle: "construct" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/alternativescheme/construct/ ---- - -## AlternativeScheme.construct - -```php -construct($javaClass) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$javaClass` | `` | | diff --git a/english/php/aspose.barcode.complexbarcode/alternativescheme/instruction/_index.md b/english/php/aspose.barcode.complexbarcode/alternativescheme/instruction/_index.md deleted file mode 100644 index 9c27d50f9..000000000 --- a/english/php/aspose.barcode.complexbarcode/alternativescheme/instruction/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "AlternativeScheme.Instruction" -linktitle: "Instruction" -articleTitle: "Instruction" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets the payment instruction for a given bill. The instruction consists of a two letter abbreviation for the scheme, a separator characters and a sequence of parameters(separated by the character at i" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/alternativescheme/instruction/ ---- - -## AlternativeScheme.Instruction - -**Access:** Read/Write - - -### Get - -Gets the payment instruction for a given bill. The instruction consists of a two letter abbreviation for the scheme, a separator characters and a sequence of parameters(separated by the character at index 2). Value: The payment instruction. - - -### Set - -Gets the payment instruction for a given bill. The instruction consists of a two letter abbreviation for the scheme, a separator characters and a sequence of parameters(separated by the character at index 2). Value: The payment instruction. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/complexbarcodegenerator/_index.md b/english/php/aspose.barcode.complexbarcode/complexbarcodegenerator/_index.md index 197cdf78a..8ae6ec3cb 100644 --- a/english/php/aspose.barcode.complexbarcode/complexbarcodegenerator/_index.md +++ b/english/php/aspose.barcode.complexbarcode/complexbarcodegenerator/_index.md @@ -1,7 +1,6 @@ --- -title: "ComplexBarcodeGenerator Class" +title: "ComplexBarcodeGenerator" linktitle: "ComplexBarcodeGenerator" -articleTitle: "ComplexBarcodeGenerator" second_title: "Aspose.BarCode for PHP via Java" description: "ComplexBarcodeGenerator for backend complex barcode (e.g. SwissQR) images generation. This sample shows how to create and save a SwissQR image." type: docs @@ -21,17 +20,52 @@ ComplexBarcodeGenerator for backend complex barcode (e.g. SwissQR) images genera | Name | Description | | --- | --- | -| [__construct](./complexbarcodegenerator/) | Creates an instance of ComplexBarcodeGenerator. | +| [__construct](#constructor) | Creates an instance of ComplexBarcodeGenerator. | ## Methods | Name | Static | Description | | --- | --- | --- | -| [generateBarcodeImage](./generatebarcodeimage/) | No | Generates complex barcode image under current settings. | -| [save](./save/) | No | Save barcode image to specific file in specific format. | +| [generateBarcodeImage](#generatebarcodeimage) | No | Generates complex barcode image under current settings. | +| [save](#save) | No | Save barcode image to specific file in specific format. | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [Parameters](./parameters/) | Read-only | Generation parameters. | +| [Parameters](#parameters) | Read-only | Generation parameters. | + +### ComplexBarcodeGenerator__construct(IComplexCodetext $complexCodetext) {#constructor} + +Creates an instance of ComplexBarcodeGenerator. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$complexCodetext` | `IComplexCodetext` | | + +### generateBarcodeImagegenerateBarcodeImage(int $format, bool $passLicense) {#generatebarcodeimage} + +Generates complex barcode image under current settings. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$format` | `int` | | +| `$passLicense` | `bool` | | + +**Returns:** string base64 representation of image. + +### savesave(string $filePath, int $format) {#save} + +Save barcode image to specific file in specific format. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$filePath` | `string` | string Path to save to. | +| `$format` | `int` | | + +### Parameters {#parameters} + +**Access:** Read-only + +Generation parameters. + diff --git a/english/php/aspose.barcode.complexbarcode/complexbarcodegenerator/complexbarcodegenerator/_index.md b/english/php/aspose.barcode.complexbarcode/complexbarcodegenerator/complexbarcodegenerator/_index.md deleted file mode 100644 index 71dc27134..000000000 --- a/english/php/aspose.barcode.complexbarcode/complexbarcodegenerator/complexbarcodegenerator/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "ComplexBarcodeGenerator" -linktitle: "ComplexBarcodeGenerator" -articleTitle: "ComplexBarcodeGenerator" -second_title: "Aspose.BarCode for PHP via Java" -description: "Creates an instance of ComplexBarcodeGenerator." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/complexbarcodegenerator/complexbarcodegenerator/ ---- - -## ComplexBarcodeGenerator Constructor - -```php -__construct(IComplexCodetext $complexCodetext) -``` - - -Creates an instance of ComplexBarcodeGenerator. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$complexCodetext` | `IComplexCodetext` | | diff --git a/english/php/aspose.barcode.complexbarcode/complexbarcodegenerator/generatebarcodeimage/_index.md b/english/php/aspose.barcode.complexbarcode/complexbarcodegenerator/generatebarcodeimage/_index.md deleted file mode 100644 index 33a9381a1..000000000 --- a/english/php/aspose.barcode.complexbarcode/complexbarcodegenerator/generatebarcodeimage/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: "ComplexBarcodeGenerator.generateBarcodeImage" -linktitle: "generateBarcodeImage" -articleTitle: "generateBarcodeImage" -second_title: "Aspose.BarCode for PHP via Java" -description: "Generates complex barcode image under current settings." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/complexbarcodegenerator/generatebarcodeimage/ ---- - -## ComplexBarcodeGenerator.generateBarcodeImage - -```php -generateBarcodeImage(int $format, bool $passLicense) -``` - - -Generates complex barcode image under current settings. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$format` | `int` | | -| `$passLicense` | `bool` | | - -**Returns:** string base64 representation of image. - diff --git a/english/php/aspose.barcode.complexbarcode/complexbarcodegenerator/parameters/_index.md b/english/php/aspose.barcode.complexbarcode/complexbarcodegenerator/parameters/_index.md deleted file mode 100644 index 0f3609d83..000000000 --- a/english/php/aspose.barcode.complexbarcode/complexbarcodegenerator/parameters/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "ComplexBarcodeGenerator.Parameters" -linktitle: "Parameters" -articleTitle: "Parameters" -second_title: "Aspose.BarCode for PHP via Java" -description: "Generation parameters." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/complexbarcodegenerator/parameters/ ---- - -## ComplexBarcodeGenerator.Parameters - -**Access:** Read-only - - -### Get - -Generation parameters. - diff --git a/english/php/aspose.barcode.complexbarcode/complexbarcodegenerator/save/_index.md b/english/php/aspose.barcode.complexbarcode/complexbarcodegenerator/save/_index.md deleted file mode 100644 index bb82e8f75..000000000 --- a/english/php/aspose.barcode.complexbarcode/complexbarcodegenerator/save/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: "ComplexBarcodeGenerator.save" -linktitle: "save" -articleTitle: "save" -second_title: "Aspose.BarCode for PHP via Java" -description: "Save barcode image to specific file in specific format." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/complexbarcodegenerator/save/ ---- - -## ComplexBarcodeGenerator.save - -```php -save(string $filePath, int $format) -``` - - -Save barcode image to specific file in specific format. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$filePath` | `string` | string Path to save to. | -| `$format` | `int` | | diff --git a/english/php/aspose.barcode.complexbarcode/complexcodetextreader/_index.md b/english/php/aspose.barcode.complexbarcode/complexcodetextreader/_index.md index 68c7f869a..36c34b9d2 100644 --- a/english/php/aspose.barcode.complexbarcode/complexcodetextreader/_index.md +++ b/english/php/aspose.barcode.complexbarcode/complexcodetextreader/_index.md @@ -1,7 +1,6 @@ --- -title: "ComplexCodetextReader Class" +title: "ComplexCodetextReader" linktitle: "ComplexCodetextReader" -articleTitle: "ComplexCodetextReader" second_title: "Aspose.BarCode for PHP via Java" description: "ComplexCodetextReader decodes codetext to specified complex barcode type. This sample shows how to recognize and decode SwissQR image." type: docs @@ -21,10 +20,81 @@ ComplexCodetextReader decodes codetext to specified complex barcode type. This s | Name | Static | Description | | --- | --- | --- | -| [tryDecodeHIBCLIC](./trydecodehibclic/) | Yes | Decodes HIBC LIC codetext. | -| [tryDecodeHIBCPAS](./trydecodehibcpas/) | Yes | Decodes HIBC PAS codetext. | -| [tryDecodeMailmark](./trydecodemailmark/) | Yes | Decodes Mailmark Barcode C and L codetext. | -| [tryDecodeMailmark2D](./trydecodemailmark2d/) | Yes | Decodes Royal Mail Mailmark 2D codetext. | -| [tryDecodeMaxiCode](./trydecodemaxicode/) | Yes | Decodes MaxiCode codetext. | -| [tryDecodeSwissQR](./trydecodeswissqr/) | Yes | Decodes SwissQR codetext. | -| [tryDecodeUSADriveId](./trydecodeusadriveid/) | Yes | Decodes USADriveId codetext. | +| [tryDecodeHIBCLIC](#trydecodehibclic) | Yes | Decodes HIBC LIC codetext. | +| [tryDecodeHIBCPAS](#trydecodehibcpas) | Yes | Decodes HIBC PAS codetext. | +| [tryDecodeMailmark](#trydecodemailmark) | Yes | Decodes Mailmark Barcode C and L codetext. | +| [tryDecodeMailmark2D](#trydecodemailmark2d) | Yes | Decodes Royal Mail Mailmark 2D codetext. | +| [tryDecodeMaxiCode](#trydecodemaxicode) | Yes | Decodes MaxiCode codetext. | +| [tryDecodeSwissQR](#trydecodeswissqr) | Yes | Decodes SwissQR codetext. | +| [tryDecodeUSADriveId](#trydecodeusadriveid) | Yes | Decodes USADriveId codetext. | +### tryDecodeHIBCLICtryDecodeHIBCLIC(?string $encodedCodetext) (static) {#trydecodehibclic} + +Decodes HIBC LIC codetext. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$encodedCodetext` | `?string` | | + +**Returns:** HIBCLICComplexCodetext|null Decoded HIBC LIC Complex Codetext or null + +### tryDecodeHIBCPAStryDecodeHIBCPAS(string $encodedCodetext) (static) {#trydecodehibcpas} + +Decodes HIBC PAS codetext. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$encodedCodetext` | `string` | | + +**Returns:** ?HIBCPASCodetext decoded HIBC PAS Complex Codetext or null. + +### tryDecodeMailmarktryDecodeMailmark(string $encodedCodetext) (static) {#trydecodemailmark} + +Decodes Mailmark Barcode C and L codetext. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$encodedCodetext` | `string` | | + +**Returns:** MailmarkCodetext|null Mailmark Barcode C and L or null. + +### tryDecodeMailmark2DtryDecodeMailmark2D(string $encodedCodetext) (static) {#trydecodemailmark2d} + +Decodes Royal Mail Mailmark 2D codetext. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$encodedCodetext` | `string` | | + +**Returns:** Mailmark2DCodetext decoded Royal Mail Mailmark 2D or null. + +### tryDecodeMaxiCodetryDecodeMaxiCode(int $maxiCodeMode, string $encodedCodetext) (static) {#trydecodemaxicode} + +Decodes MaxiCode codetext. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$maxiCodeMode` | `int` | | +| `$encodedCodetext` | `string` | | + +**Returns:** MaxiCodeCodetext Decoded MaxiCode codetext. + +### tryDecodeSwissQRtryDecodeSwissQR(string $encodedCodetext) (static) {#trydecodeswissqr} + +Decodes SwissQR codetext. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$encodedCodetext` | `string` | | + +**Returns:** SwissQRCodetext decoded SwissQRCodetext or null. + +### tryDecodeUSADriveIdtryDecodeUSADriveId(string $encodedCodetext) (static) {#trydecodeusadriveid} + +Decodes USADriveId codetext. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$encodedCodetext` | `string` | | + +**Returns:** ?USADriveIdCodetext Decoded USADriveId or null. + diff --git a/english/php/aspose.barcode.complexbarcode/complexcodetextreader/trydecodehibclic/_index.md b/english/php/aspose.barcode.complexbarcode/complexcodetextreader/trydecodehibclic/_index.md deleted file mode 100644 index e54dd1971..000000000 --- a/english/php/aspose.barcode.complexbarcode/complexcodetextreader/trydecodehibclic/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "ComplexCodetextReader.tryDecodeHIBCLIC" -linktitle: "tryDecodeHIBCLIC" -articleTitle: "tryDecodeHIBCLIC" -second_title: "Aspose.BarCode for PHP via Java" -description: "Decodes HIBC LIC codetext." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/complexcodetextreader/trydecodehibclic/ ---- - -## ComplexCodetextReader.tryDecodeHIBCLIC - -```php -tryDecodeHIBCLIC(?string $encodedCodetext) -``` - - -Decodes HIBC LIC codetext. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$encodedCodetext` | `?string` | | - -**Returns:** HIBCLICComplexCodetext|null Decoded HIBC LIC Complex Codetext or null - diff --git a/english/php/aspose.barcode.complexbarcode/complexcodetextreader/trydecodehibcpas/_index.md b/english/php/aspose.barcode.complexbarcode/complexcodetextreader/trydecodehibcpas/_index.md deleted file mode 100644 index a319b7ea2..000000000 --- a/english/php/aspose.barcode.complexbarcode/complexcodetextreader/trydecodehibcpas/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "ComplexCodetextReader.tryDecodeHIBCPAS" -linktitle: "tryDecodeHIBCPAS" -articleTitle: "tryDecodeHIBCPAS" -second_title: "Aspose.BarCode for PHP via Java" -description: "Decodes HIBC PAS codetext." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/complexcodetextreader/trydecodehibcpas/ ---- - -## ComplexCodetextReader.tryDecodeHIBCPAS - -```php -tryDecodeHIBCPAS(string $encodedCodetext) -``` - - -Decodes HIBC PAS codetext. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$encodedCodetext` | `string` | | - -**Returns:** ?HIBCPASCodetext decoded HIBC PAS Complex Codetext or null. - diff --git a/english/php/aspose.barcode.complexbarcode/complexcodetextreader/trydecodemailmark/_index.md b/english/php/aspose.barcode.complexbarcode/complexcodetextreader/trydecodemailmark/_index.md deleted file mode 100644 index e3c74c1e2..000000000 --- a/english/php/aspose.barcode.complexbarcode/complexcodetextreader/trydecodemailmark/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "ComplexCodetextReader.tryDecodeMailmark" -linktitle: "tryDecodeMailmark" -articleTitle: "tryDecodeMailmark" -second_title: "Aspose.BarCode for PHP via Java" -description: "Decodes Mailmark Barcode C and L codetext." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/complexcodetextreader/trydecodemailmark/ ---- - -## ComplexCodetextReader.tryDecodeMailmark - -```php -tryDecodeMailmark(string $encodedCodetext) -``` - - -Decodes Mailmark Barcode C and L codetext. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$encodedCodetext` | `string` | | - -**Returns:** MailmarkCodetext|null Mailmark Barcode C and L or null. - diff --git a/english/php/aspose.barcode.complexbarcode/complexcodetextreader/trydecodemailmark2d/_index.md b/english/php/aspose.barcode.complexbarcode/complexcodetextreader/trydecodemailmark2d/_index.md deleted file mode 100644 index 12da6e0e7..000000000 --- a/english/php/aspose.barcode.complexbarcode/complexcodetextreader/trydecodemailmark2d/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "ComplexCodetextReader.tryDecodeMailmark2D" -linktitle: "tryDecodeMailmark2D" -articleTitle: "tryDecodeMailmark2D" -second_title: "Aspose.BarCode for PHP via Java" -description: "Decodes Royal Mail Mailmark 2D codetext." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/complexcodetextreader/trydecodemailmark2d/ ---- - -## ComplexCodetextReader.tryDecodeMailmark2D - -```php -tryDecodeMailmark2D(string $encodedCodetext) -``` - - -Decodes Royal Mail Mailmark 2D codetext. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$encodedCodetext` | `string` | | - -**Returns:** Mailmark2DCodetext decoded Royal Mail Mailmark 2D or null. - diff --git a/english/php/aspose.barcode.complexbarcode/complexcodetextreader/trydecodemaxicode/_index.md b/english/php/aspose.barcode.complexbarcode/complexcodetextreader/trydecodemaxicode/_index.md deleted file mode 100644 index 16321ccc2..000000000 --- a/english/php/aspose.barcode.complexbarcode/complexcodetextreader/trydecodemaxicode/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: "ComplexCodetextReader.tryDecodeMaxiCode" -linktitle: "tryDecodeMaxiCode" -articleTitle: "tryDecodeMaxiCode" -second_title: "Aspose.BarCode for PHP via Java" -description: "Decodes MaxiCode codetext." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/complexcodetextreader/trydecodemaxicode/ ---- - -## ComplexCodetextReader.tryDecodeMaxiCode - -```php -tryDecodeMaxiCode(int $maxiCodeMode, string $encodedCodetext) -``` - - -Decodes MaxiCode codetext. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$maxiCodeMode` | `int` | | -| `$encodedCodetext` | `string` | | - -**Returns:** MaxiCodeCodetext Decoded MaxiCode codetext. - diff --git a/english/php/aspose.barcode.complexbarcode/complexcodetextreader/trydecodeswissqr/_index.md b/english/php/aspose.barcode.complexbarcode/complexcodetextreader/trydecodeswissqr/_index.md deleted file mode 100644 index 381221028..000000000 --- a/english/php/aspose.barcode.complexbarcode/complexcodetextreader/trydecodeswissqr/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "ComplexCodetextReader.tryDecodeSwissQR" -linktitle: "tryDecodeSwissQR" -articleTitle: "tryDecodeSwissQR" -second_title: "Aspose.BarCode for PHP via Java" -description: "Decodes SwissQR codetext." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/complexcodetextreader/trydecodeswissqr/ ---- - -## ComplexCodetextReader.tryDecodeSwissQR - -```php -tryDecodeSwissQR(string $encodedCodetext) -``` - - -Decodes SwissQR codetext. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$encodedCodetext` | `string` | | - -**Returns:** SwissQRCodetext decoded SwissQRCodetext or null. - diff --git a/english/php/aspose.barcode.complexbarcode/complexcodetextreader/trydecodeusadriveid/_index.md b/english/php/aspose.barcode.complexbarcode/complexcodetextreader/trydecodeusadriveid/_index.md deleted file mode 100644 index 375c2d967..000000000 --- a/english/php/aspose.barcode.complexbarcode/complexcodetextreader/trydecodeusadriveid/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "ComplexCodetextReader.tryDecodeUSADriveId" -linktitle: "tryDecodeUSADriveId" -articleTitle: "tryDecodeUSADriveId" -second_title: "Aspose.BarCode for PHP via Java" -description: "Decodes USADriveId codetext." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/complexcodetextreader/trydecodeusadriveid/ ---- - -## ComplexCodetextReader.tryDecodeUSADriveId - -```php -tryDecodeUSADriveId(string $encodedCodetext) -``` - - -Decodes USADriveId codetext. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$encodedCodetext` | `string` | | - -**Returns:** ?USADriveIdCodetext Decoded USADriveId or null. - diff --git a/english/php/aspose.barcode.complexbarcode/complexcodetexttype/_index.md b/english/php/aspose.barcode.complexbarcode/complexcodetexttype/_index.md index 94f5b0448..aca03172f 100644 --- a/english/php/aspose.barcode.complexbarcode/complexcodetexttype/_index.md +++ b/english/php/aspose.barcode.complexbarcode/complexcodetexttype/_index.md @@ -1,7 +1,6 @@ --- -title: "ComplexCodetextType Enum" +title: "ComplexCodetextType" linktitle: "ComplexCodetextType" -articleTitle: "ComplexCodetextType" second_title: "Aspose.BarCode for PHP via Java" description: "" type: docs @@ -18,14 +17,58 @@ url: /php/aspose.barcode.complexbarcode/complexcodetexttype/ | Name | Value | Description | | --- | --- | --- | -| [HIBCLICCombinedCodetext](./hibcliccombinedcodetext/) | `0` | | -| [HIBCLICPrimaryDataCodetext](./hibclicprimarydatacodetext/) | `1` | | -| [HIBCLICSecondaryAndAdditionalDataCodetext](./hibclicsecondaryandadditionaldatacodetext/) | `2` | | -| [HIBCPASCodetext](./hibcpascodetext/) | `3` | | -| [Mailmark2DCodetext](./mailmark2dcodetext/) | `4` | | -| [MailmarkCodetext](./mailmarkcodetext/) | `5` | | -| [MaxiCodeCodetextMode2](./maxicodecodetextmode2/) | `7` | | -| [MaxiCodeCodetextMode3](./maxicodecodetextmode3/) | `8` | | -| [MaxiCodeStandardCodetext](./maxicodestandardcodetext/) | `6` | | -| [SwissQRCodetext](./swissqrcodetext/) | `9` | | -| [USADriveIdCodetext](./usadriveidcodetext/) | `10` | | +| [HIBCLICCombinedCodetext](#hibcliccombinedcodetext) | `0` | | +| [HIBCLICPrimaryDataCodetext](#hibclicprimarydatacodetext) | `1` | | +| [HIBCLICSecondaryAndAdditionalDataCodetext](#hibclicsecondaryandadditionaldatacodetext) | `2` | | +| [HIBCPASCodetext](#hibcpascodetext) | `3` | | +| [Mailmark2DCodetext](#mailmark2dcodetext) | `4` | | +| [MailmarkCodetext](#mailmarkcodetext) | `5` | | +| [MaxiCodeCodetextMode2](#maxicodecodetextmode2) | `7` | | +| [MaxiCodeCodetextMode3](#maxicodecodetextmode3) | `8` | | +| [MaxiCodeStandardCodetext](#maxicodestandardcodetext) | `6` | | +| [SwissQRCodetext](#swissqrcodetext) | `9` | | +| [USADriveIdCodetext](#usadriveidcodetext) | `10` | | +### HIBCLICCombinedCodetext {#hibcliccombinedcodetext} + +**Value:** `0` + +### HIBCLICPrimaryDataCodetext {#hibclicprimarydatacodetext} + +**Value:** `1` + +### HIBCLICSecondaryAndAdditionalDataCodetext {#hibclicsecondaryandadditionaldatacodetext} + +**Value:** `2` + +### HIBCPASCodetext {#hibcpascodetext} + +**Value:** `3` + +### Mailmark2DCodetext {#mailmark2dcodetext} + +**Value:** `4` + +### MailmarkCodetext {#mailmarkcodetext} + +**Value:** `5` + +### MaxiCodeCodetextMode2 {#maxicodecodetextmode2} + +**Value:** `7` + +### MaxiCodeCodetextMode3 {#maxicodecodetextmode3} + +**Value:** `8` + +### MaxiCodeStandardCodetext {#maxicodestandardcodetext} + +**Value:** `6` + +### SwissQRCodetext {#swissqrcodetext} + +**Value:** `9` + +### USADriveIdCodetext {#usadriveidcodetext} + +**Value:** `10` + diff --git a/english/php/aspose.barcode.complexbarcode/complexcodetexttype/hibcliccombinedcodetext/_index.md b/english/php/aspose.barcode.complexbarcode/complexcodetexttype/hibcliccombinedcodetext/_index.md deleted file mode 100644 index 4c775dea3..000000000 --- a/english/php/aspose.barcode.complexbarcode/complexcodetexttype/hibcliccombinedcodetext/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "ComplexCodetextType::HIBCLICCombinedCodetext" -linktitle: "HIBCLICCombinedCodetext" -articleTitle: "HIBCLICCombinedCodetext" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/complexcodetexttype/hibcliccombinedcodetext/ ---- - -## ComplexCodetextType::HIBCLICCombinedCodetext Enum Value - -**Value:** `0` - diff --git a/english/php/aspose.barcode.complexbarcode/complexcodetexttype/hibclicprimarydatacodetext/_index.md b/english/php/aspose.barcode.complexbarcode/complexcodetexttype/hibclicprimarydatacodetext/_index.md deleted file mode 100644 index c3a7854a8..000000000 --- a/english/php/aspose.barcode.complexbarcode/complexcodetexttype/hibclicprimarydatacodetext/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "ComplexCodetextType::HIBCLICPrimaryDataCodetext" -linktitle: "HIBCLICPrimaryDataCodetext" -articleTitle: "HIBCLICPrimaryDataCodetext" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/complexcodetexttype/hibclicprimarydatacodetext/ ---- - -## ComplexCodetextType::HIBCLICPrimaryDataCodetext Enum Value - -**Value:** `1` - diff --git a/english/php/aspose.barcode.complexbarcode/complexcodetexttype/hibclicsecondaryandadditionaldatacodetext/_index.md b/english/php/aspose.barcode.complexbarcode/complexcodetexttype/hibclicsecondaryandadditionaldatacodetext/_index.md deleted file mode 100644 index faa98e794..000000000 --- a/english/php/aspose.barcode.complexbarcode/complexcodetexttype/hibclicsecondaryandadditionaldatacodetext/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "ComplexCodetextType::HIBCLICSecondaryAndAdditionalDataCodetext" -linktitle: "HIBCLICSecondaryAndAdditionalDataCodetext" -articleTitle: "HIBCLICSecondaryAndAdditionalDataCodetext" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/complexcodetexttype/hibclicsecondaryandadditionaldatacodetext/ ---- - -## ComplexCodetextType::HIBCLICSecondaryAndAdditionalDataCodetext Enum Value - -**Value:** `2` - diff --git a/english/php/aspose.barcode.complexbarcode/complexcodetexttype/hibcpascodetext/_index.md b/english/php/aspose.barcode.complexbarcode/complexcodetexttype/hibcpascodetext/_index.md deleted file mode 100644 index d2307669b..000000000 --- a/english/php/aspose.barcode.complexbarcode/complexcodetexttype/hibcpascodetext/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "ComplexCodetextType::HIBCPASCodetext" -linktitle: "HIBCPASCodetext" -articleTitle: "HIBCPASCodetext" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/complexcodetexttype/hibcpascodetext/ ---- - -## ComplexCodetextType::HIBCPASCodetext Enum Value - -**Value:** `3` - diff --git a/english/php/aspose.barcode.complexbarcode/complexcodetexttype/mailmark2dcodetext/_index.md b/english/php/aspose.barcode.complexbarcode/complexcodetexttype/mailmark2dcodetext/_index.md deleted file mode 100644 index e33fb7cab..000000000 --- a/english/php/aspose.barcode.complexbarcode/complexcodetexttype/mailmark2dcodetext/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "ComplexCodetextType::Mailmark2DCodetext" -linktitle: "Mailmark2DCodetext" -articleTitle: "Mailmark2DCodetext" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/complexcodetexttype/mailmark2dcodetext/ ---- - -## ComplexCodetextType::Mailmark2DCodetext Enum Value - -**Value:** `4` - diff --git a/english/php/aspose.barcode.complexbarcode/complexcodetexttype/mailmarkcodetext/_index.md b/english/php/aspose.barcode.complexbarcode/complexcodetexttype/mailmarkcodetext/_index.md deleted file mode 100644 index e26f3a260..000000000 --- a/english/php/aspose.barcode.complexbarcode/complexcodetexttype/mailmarkcodetext/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "ComplexCodetextType::MailmarkCodetext" -linktitle: "MailmarkCodetext" -articleTitle: "MailmarkCodetext" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/complexcodetexttype/mailmarkcodetext/ ---- - -## ComplexCodetextType::MailmarkCodetext Enum Value - -**Value:** `5` - diff --git a/english/php/aspose.barcode.complexbarcode/complexcodetexttype/maxicodecodetextmode2/_index.md b/english/php/aspose.barcode.complexbarcode/complexcodetexttype/maxicodecodetextmode2/_index.md deleted file mode 100644 index d005c9fe3..000000000 --- a/english/php/aspose.barcode.complexbarcode/complexcodetexttype/maxicodecodetextmode2/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "ComplexCodetextType::MaxiCodeCodetextMode2" -linktitle: "MaxiCodeCodetextMode2" -articleTitle: "MaxiCodeCodetextMode2" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/complexcodetexttype/maxicodecodetextmode2/ ---- - -## ComplexCodetextType::MaxiCodeCodetextMode2 Enum Value - -**Value:** `7` - diff --git a/english/php/aspose.barcode.complexbarcode/complexcodetexttype/maxicodecodetextmode3/_index.md b/english/php/aspose.barcode.complexbarcode/complexcodetexttype/maxicodecodetextmode3/_index.md deleted file mode 100644 index ad2aa64b6..000000000 --- a/english/php/aspose.barcode.complexbarcode/complexcodetexttype/maxicodecodetextmode3/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "ComplexCodetextType::MaxiCodeCodetextMode3" -linktitle: "MaxiCodeCodetextMode3" -articleTitle: "MaxiCodeCodetextMode3" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/complexcodetexttype/maxicodecodetextmode3/ ---- - -## ComplexCodetextType::MaxiCodeCodetextMode3 Enum Value - -**Value:** `8` - diff --git a/english/php/aspose.barcode.complexbarcode/complexcodetexttype/maxicodestandardcodetext/_index.md b/english/php/aspose.barcode.complexbarcode/complexcodetexttype/maxicodestandardcodetext/_index.md deleted file mode 100644 index aa7a75949..000000000 --- a/english/php/aspose.barcode.complexbarcode/complexcodetexttype/maxicodestandardcodetext/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "ComplexCodetextType::MaxiCodeStandardCodetext" -linktitle: "MaxiCodeStandardCodetext" -articleTitle: "MaxiCodeStandardCodetext" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/complexcodetexttype/maxicodestandardcodetext/ ---- - -## ComplexCodetextType::MaxiCodeStandardCodetext Enum Value - -**Value:** `6` - diff --git a/english/php/aspose.barcode.complexbarcode/complexcodetexttype/swissqrcodetext/_index.md b/english/php/aspose.barcode.complexbarcode/complexcodetexttype/swissqrcodetext/_index.md deleted file mode 100644 index ff52f104f..000000000 --- a/english/php/aspose.barcode.complexbarcode/complexcodetexttype/swissqrcodetext/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "ComplexCodetextType::SwissQRCodetext" -linktitle: "SwissQRCodetext" -articleTitle: "SwissQRCodetext" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/complexcodetexttype/swissqrcodetext/ ---- - -## ComplexCodetextType::SwissQRCodetext Enum Value - -**Value:** `9` - diff --git a/english/php/aspose.barcode.complexbarcode/complexcodetexttype/usadriveidcodetext/_index.md b/english/php/aspose.barcode.complexbarcode/complexcodetexttype/usadriveidcodetext/_index.md deleted file mode 100644 index 51f5abc4b..000000000 --- a/english/php/aspose.barcode.complexbarcode/complexcodetexttype/usadriveidcodetext/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "ComplexCodetextType::USADriveIdCodetext" -linktitle: "USADriveIdCodetext" -articleTitle: "USADriveIdCodetext" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/complexcodetexttype/usadriveidcodetext/ ---- - -## ComplexCodetextType::USADriveIdCodetext Enum Value - -**Value:** `10` - diff --git a/english/php/aspose.barcode.complexbarcode/dataelement/_index.md b/english/php/aspose.barcode.complexbarcode/dataelement/_index.md index 1cbefdf50..818c2ec70 100644 --- a/english/php/aspose.barcode.complexbarcode/dataelement/_index.md +++ b/english/php/aspose.barcode.complexbarcode/dataelement/_index.md @@ -1,7 +1,6 @@ --- -title: "DataElement Class" +title: "DataElement" linktitle: "DataElement" -articleTitle: "DataElement" second_title: "Aspose.BarCode for PHP via Java" description: "Represents a jurisdiction-specific data field used in documents, for example ElementID = \"ZVA\" with Value = \"01\"." type: docs @@ -21,11 +20,38 @@ Represents a jurisdiction-specific data field used in documents, for example Ele | Name | Description | | --- | --- | -| [__construct](./dataelement/) | | +| [__construct](#constructor) | | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [ElementID](./elementid/) | Read/Write | A 3-character code that identifies the jurisdiction-specific field, e.g., "ZVA". | -| [Value](./value/) | Read/Write | The text value associated with the field, typically defined by jurisdiction rules. | +| [ElementID](#elementid) | Read/Write | A 3-character code that identifies the jurisdiction-specific field, e.g., "ZVA". | +| [Value](#value) | Read/Write | The text value associated with the field, typically defined by jurisdiction rules. | + +### DataElement__construct() {#constructor} + +### ElementID {#elementid} + +**Access:** Read/Write + +A 3-character code that identifies the jurisdiction-specific field, e.g., "ZVA". + +A 3-character code that identifies the jurisdiction-specific field, e.g., "ZVA". + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### Value {#value} + +**Access:** Read/Write + +The text value associated with the field, typically defined by jurisdiction rules. + +The text value associated with the field, typically defined by jurisdiction rules. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + diff --git a/english/php/aspose.barcode.complexbarcode/dataelement/dataelement/_index.md b/english/php/aspose.barcode.complexbarcode/dataelement/dataelement/_index.md deleted file mode 100644 index 9dc25c9db..000000000 --- a/english/php/aspose.barcode.complexbarcode/dataelement/dataelement/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "DataElement" -linktitle: "DataElement" -articleTitle: "DataElement" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/dataelement/dataelement/ ---- - -## DataElement Constructor - -```php -__construct() -``` - diff --git a/english/php/aspose.barcode.complexbarcode/dataelement/elementid/_index.md b/english/php/aspose.barcode.complexbarcode/dataelement/elementid/_index.md deleted file mode 100644 index 3b75b9208..000000000 --- a/english/php/aspose.barcode.complexbarcode/dataelement/elementid/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "DataElement.ElementID" -linktitle: "ElementID" -articleTitle: "ElementID" -second_title: "Aspose.BarCode for PHP via Java" -description: "A 3-character code that identifies the jurisdiction-specific field, e.g., \"ZVA\"." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/dataelement/elementid/ ---- - -## DataElement.ElementID - -**Access:** Read/Write - - -### Get - -A 3-character code that identifies the jurisdiction-specific field, e.g., "ZVA". - - -### Set - -A 3-character code that identifies the jurisdiction-specific field, e.g., "ZVA". - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/dataelement/value/_index.md b/english/php/aspose.barcode.complexbarcode/dataelement/value/_index.md deleted file mode 100644 index 21ae1a965..000000000 --- a/english/php/aspose.barcode.complexbarcode/dataelement/value/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "DataElement.Value" -linktitle: "Value" -articleTitle: "Value" -second_title: "Aspose.BarCode for PHP via Java" -description: "The text value associated with the field, typically defined by jurisdiction rules." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/dataelement/value/ ---- - -## DataElement.Value - -**Access:** Read/Write - - -### Get - -The text value associated with the field, typically defined by jurisdiction rules. - - -### Set - -The text value associated with the field, typically defined by jurisdiction rules. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/hibcliccombinedcodetext/_index.md b/english/php/aspose.barcode.complexbarcode/hibcliccombinedcodetext/_index.md index e73127e65..404dedf9a 100644 --- a/english/php/aspose.barcode.complexbarcode/hibcliccombinedcodetext/_index.md +++ b/english/php/aspose.barcode.complexbarcode/hibcliccombinedcodetext/_index.md @@ -1,7 +1,6 @@ --- -title: "HIBCLICCombinedCodetext Class" +title: "HIBCLICCombinedCodetext" linktitle: "HIBCLICCombinedCodetext" -articleTitle: "HIBCLICCombinedCodetext" second_title: "Aspose.BarCode for PHP via Java" description: "Class for encoding and decoding the text embedded in the HIBC LIC code which stores primary and secodary data." type: docs @@ -21,19 +20,70 @@ Class for encoding and decoding the text embedded in the HIBC LIC code which sto | Name | Description | | --- | --- | -| [__construct](./hibcliccombinedcodetext/) | | +| [__construct](#constructor) | | ## Methods | Name | Static | Description | | --- | --- | --- | -| [construct](./construct/) | Yes | | -| [initFromString](./initfromstring/) | No | Initializes instance from constructed codetext. | +| [construct](#construct) | Yes | | +| [initFromString](#initfromstring) | No | Initializes instance from constructed codetext. | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [ConstructedCodetext](./constructedcodetext/) | Read-only | Constructs codetext | -| [PrimaryData](./primarydata/) | Read/Write | Identifies primary data. | -| [SecondaryAndAdditionalData](./secondaryandadditionaldata/) | Read/Write | Identifies secondary and additional supplemental data. | +| [ConstructedCodetext](#constructedcodetext) | Read-only | Constructs codetext | +| [PrimaryData](#primarydata) | Read/Write | Identifies primary data. | +| [SecondaryAndAdditionalData](#secondaryandadditionaldata) | Read/Write | Identifies secondary and additional supplemental data. | + +### HIBCLICCombinedCodetext__construct() {#constructor} + +### constructconstruct($javaClass) (static) {#construct} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$javaClass` | `` | | + +### initFromStringinitFromString(string $constructedCodetext) {#initfromstring} + +Initializes instance from constructed codetext. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$constructedCodetext` | `string` | | + +**Returns:** void + +### ConstructedCodetext {#constructedcodetext} + +**Access:** Read-only + +**Returns:** string Constructed codetext + +Constructs codetext + +### PrimaryData {#primarydata} + +**Access:** Read/Write + +Identifies primary data. + +Identifies primary data. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `PrimaryData` | | + +### SecondaryAndAdditionalData {#secondaryandadditionaldata} + +**Access:** Read/Write + +Identifies secondary and additional supplemental data. + +Identifies secondary and additional supplemental data. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `SecondaryAndAdditionalData` | | + diff --git a/english/php/aspose.barcode.complexbarcode/hibcliccombinedcodetext/construct/_index.md b/english/php/aspose.barcode.complexbarcode/hibcliccombinedcodetext/construct/_index.md deleted file mode 100644 index 48299dbe9..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibcliccombinedcodetext/construct/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HIBCLICCombinedCodetext.construct" -linktitle: "construct" -articleTitle: "construct" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibcliccombinedcodetext/construct/ ---- - -## HIBCLICCombinedCodetext.construct - -```php -construct($javaClass) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$javaClass` | `` | | diff --git a/english/php/aspose.barcode.complexbarcode/hibcliccombinedcodetext/constructedcodetext/_index.md b/english/php/aspose.barcode.complexbarcode/hibcliccombinedcodetext/constructedcodetext/_index.md deleted file mode 100644 index 3344b8fa9..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibcliccombinedcodetext/constructedcodetext/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "HIBCLICCombinedCodetext.ConstructedCodetext" -linktitle: "ConstructedCodetext" -articleTitle: "ConstructedCodetext" -second_title: "Aspose.BarCode for PHP via Java" -description: "Constructs codetext" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibcliccombinedcodetext/constructedcodetext/ ---- - -## HIBCLICCombinedCodetext.ConstructedCodetext - -**Access:** Read-only - - -**Returns:** string Constructed codetext - - -### Get - -Constructs codetext - diff --git a/english/php/aspose.barcode.complexbarcode/hibcliccombinedcodetext/hibcliccombinedcodetext/_index.md b/english/php/aspose.barcode.complexbarcode/hibcliccombinedcodetext/hibcliccombinedcodetext/_index.md deleted file mode 100644 index 7968c42ab..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibcliccombinedcodetext/hibcliccombinedcodetext/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "HIBCLICCombinedCodetext" -linktitle: "HIBCLICCombinedCodetext" -articleTitle: "HIBCLICCombinedCodetext" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibcliccombinedcodetext/hibcliccombinedcodetext/ ---- - -## HIBCLICCombinedCodetext Constructor - -```php -__construct() -``` - diff --git a/english/php/aspose.barcode.complexbarcode/hibcliccombinedcodetext/initfromstring/_index.md b/english/php/aspose.barcode.complexbarcode/hibcliccombinedcodetext/initfromstring/_index.md deleted file mode 100644 index 3ac0a4474..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibcliccombinedcodetext/initfromstring/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "HIBCLICCombinedCodetext.initFromString" -linktitle: "initFromString" -articleTitle: "initFromString" -second_title: "Aspose.BarCode for PHP via Java" -description: "Initializes instance from constructed codetext." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibcliccombinedcodetext/initfromstring/ ---- - -## HIBCLICCombinedCodetext.initFromString - -```php -initFromString(string $constructedCodetext) -``` - - -Initializes instance from constructed codetext. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$constructedCodetext` | `string` | | - -**Returns:** void - diff --git a/english/php/aspose.barcode.complexbarcode/hibcliccombinedcodetext/primarydata/_index.md b/english/php/aspose.barcode.complexbarcode/hibcliccombinedcodetext/primarydata/_index.md deleted file mode 100644 index 64997b5d9..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibcliccombinedcodetext/primarydata/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "HIBCLICCombinedCodetext.PrimaryData" -linktitle: "PrimaryData" -articleTitle: "PrimaryData" -second_title: "Aspose.BarCode for PHP via Java" -description: "Identifies primary data." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibcliccombinedcodetext/primarydata/ ---- - -## HIBCLICCombinedCodetext.PrimaryData - -**Access:** Read/Write - - -### Get - -Identifies primary data. - - -### Set - -Identifies primary data. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `PrimaryData` | | diff --git a/english/php/aspose.barcode.complexbarcode/hibcliccombinedcodetext/secondaryandadditionaldata/_index.md b/english/php/aspose.barcode.complexbarcode/hibcliccombinedcodetext/secondaryandadditionaldata/_index.md deleted file mode 100644 index 503408ce2..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibcliccombinedcodetext/secondaryandadditionaldata/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "HIBCLICCombinedCodetext.SecondaryAndAdditionalData" -linktitle: "SecondaryAndAdditionalData" -articleTitle: "SecondaryAndAdditionalData" -second_title: "Aspose.BarCode for PHP via Java" -description: "Identifies secondary and additional supplemental data." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibcliccombinedcodetext/secondaryandadditionaldata/ ---- - -## HIBCLICCombinedCodetext.SecondaryAndAdditionalData - -**Access:** Read/Write - - -### Get - -Identifies secondary and additional supplemental data. - - -### Set - -Identifies secondary and additional supplemental data. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `SecondaryAndAdditionalData` | | diff --git a/english/php/aspose.barcode.complexbarcode/hibcliccomplexcodetext/_index.md b/english/php/aspose.barcode.complexbarcode/hibcliccomplexcodetext/_index.md index 4587f7529..69d6e0ce9 100644 --- a/english/php/aspose.barcode.complexbarcode/hibcliccomplexcodetext/_index.md +++ b/english/php/aspose.barcode.complexbarcode/hibcliccomplexcodetext/_index.md @@ -1,7 +1,6 @@ --- -title: "HIBCLICComplexCodetext Class" +title: "HIBCLICComplexCodetext" linktitle: "HIBCLICComplexCodetext" -articleTitle: "HIBCLICComplexCodetext" second_title: "Aspose.BarCode for PHP via Java" description: "Base class for encoding and decoding the text embedded in the HIBC LIC code." type: docs @@ -21,17 +20,54 @@ Base class for encoding and decoding the text embedded in the HIBC LIC code. | Name | Description | | --- | --- | -| [__construct](./hibcliccomplexcodetext/) | | +| [__construct](#constructor) | | ## Methods | Name | Static | Description | | --- | --- | --- | -| [initFromString](./initfromstring/) | No | Initializes instance from constructed codetext. | +| [initFromString](#initfromstring) | No | Initializes instance from constructed codetext. | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [BarcodeType](./barcodetype/) | Read/Write | Gets or sets barcode type. HIBC LIC codetext can be encoded using HIBCCode39LIC, HIBCCode128LIC, HIBCAztecLIC, HIBCDataMatrixLIC and HIBCQRLIC encode types. Default value: HIBCCode39LIC. | -| [ConstructedCodetext](./constructedcodetext/) | Read-only | Constructs codetext | +| [BarcodeType](#barcodetype) | Read/Write | Gets or sets barcode type. HIBC LIC codetext can be encoded using HIBCCode39LIC, HIBCCode128LIC, HIBCAztecLIC, HIBCDataMatrixLIC and HIBCQRLIC encode types. Default value: HIBCCode39LIC. | +| [ConstructedCodetext](#constructedcodetext) | Read-only | Constructs codetext | + +### HIBCLICComplexCodetext__construct($HIBCLICComplexCodetextDto) {#constructor} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$HIBCLICComplexCodetextDto` | `` | | + +### initFromStringinitFromString(string $constructedCodetext) {#initfromstring} + +Initializes instance from constructed codetext. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$constructedCodetext` | `string` | | + +### BarcodeType {#barcodetype} + +**Access:** Read/Write + +**Returns:** int Barcode type. + +Gets or sets barcode type. HIBC LIC codetext can be encoded using HIBCCode39LIC, HIBCCode128LIC, HIBCAztecLIC, HIBCDataMatrixLIC and HIBCQRLIC encode types. Default value: HIBCCode39LIC. + +Gets or sets barcode type. HIBC LIC codetext can be encoded using HIBCCode39LIC, HIBCCode128LIC, HIBCAztecLIC, HIBCDataMatrixLIC and HIBCQRLIC encode types. Default value: HIBCCode39LIC. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### ConstructedCodetext {#constructedcodetext} + +**Access:** Read-only + +**Returns:** string Constructed codetext + +Constructs codetext + diff --git a/english/php/aspose.barcode.complexbarcode/hibcliccomplexcodetext/barcodetype/_index.md b/english/php/aspose.barcode.complexbarcode/hibcliccomplexcodetext/barcodetype/_index.md deleted file mode 100644 index c9a821fe9..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibcliccomplexcodetext/barcodetype/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "HIBCLICComplexCodetext.BarcodeType" -linktitle: "BarcodeType" -articleTitle: "BarcodeType" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets or sets barcode type. HIBC LIC codetext can be encoded using HIBCCode39LIC, HIBCCode128LIC, HIBCAztecLIC, HIBCDataMatrixLIC and HIBCQRLIC encode types. Default value: HIBCCode39LIC." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibcliccomplexcodetext/barcodetype/ ---- - -## HIBCLICComplexCodetext.BarcodeType - -**Access:** Read/Write - - -**Returns:** int Barcode type. - - -### Get - -Gets or sets barcode type. HIBC LIC codetext can be encoded using HIBCCode39LIC, HIBCCode128LIC, HIBCAztecLIC, HIBCDataMatrixLIC and HIBCQRLIC encode types. Default value: HIBCCode39LIC. - - -### Set - -Gets or sets barcode type. HIBC LIC codetext can be encoded using HIBCCode39LIC, HIBCCode128LIC, HIBCAztecLIC, HIBCDataMatrixLIC and HIBCQRLIC encode types. Default value: HIBCCode39LIC. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.complexbarcode/hibcliccomplexcodetext/constructedcodetext/_index.md b/english/php/aspose.barcode.complexbarcode/hibcliccomplexcodetext/constructedcodetext/_index.md deleted file mode 100644 index 3fb05f0ab..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibcliccomplexcodetext/constructedcodetext/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "HIBCLICComplexCodetext.ConstructedCodetext" -linktitle: "ConstructedCodetext" -articleTitle: "ConstructedCodetext" -second_title: "Aspose.BarCode for PHP via Java" -description: "Constructs codetext" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibcliccomplexcodetext/constructedcodetext/ ---- - -## HIBCLICComplexCodetext.ConstructedCodetext - -**Access:** Read-only - - -**Returns:** string Constructed codetext - - -### Get - -Constructs codetext - diff --git a/english/php/aspose.barcode.complexbarcode/hibcliccomplexcodetext/hibcliccomplexcodetext/_index.md b/english/php/aspose.barcode.complexbarcode/hibcliccomplexcodetext/hibcliccomplexcodetext/_index.md deleted file mode 100644 index aa8f26d54..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibcliccomplexcodetext/hibcliccomplexcodetext/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HIBCLICComplexCodetext" -linktitle: "HIBCLICComplexCodetext" -articleTitle: "HIBCLICComplexCodetext" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibcliccomplexcodetext/hibcliccomplexcodetext/ ---- - -## HIBCLICComplexCodetext Constructor - -```php -__construct($HIBCLICComplexCodetextDto) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$HIBCLICComplexCodetextDto` | `` | | diff --git a/english/php/aspose.barcode.complexbarcode/hibcliccomplexcodetext/initfromstring/_index.md b/english/php/aspose.barcode.complexbarcode/hibcliccomplexcodetext/initfromstring/_index.md deleted file mode 100644 index 2b1e2c442..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibcliccomplexcodetext/initfromstring/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "HIBCLICComplexCodetext.initFromString" -linktitle: "initFromString" -articleTitle: "initFromString" -second_title: "Aspose.BarCode for PHP via Java" -description: "Initializes instance from constructed codetext." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibcliccomplexcodetext/initfromstring/ ---- - -## HIBCLICComplexCodetext.initFromString - -```php -initFromString(string $constructedCodetext) -``` - - -Initializes instance from constructed codetext. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$constructedCodetext` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/hibclicdateformat/_index.md b/english/php/aspose.barcode.complexbarcode/hibclicdateformat/_index.md index ebf849464..74dca9a78 100644 --- a/english/php/aspose.barcode.complexbarcode/hibclicdateformat/_index.md +++ b/english/php/aspose.barcode.complexbarcode/hibclicdateformat/_index.md @@ -1,7 +1,6 @@ --- -title: "HIBCLICDateFormat Enum" +title: "HIBCLICDateFormat" linktitle: "HIBCLICDateFormat" -articleTitle: "HIBCLICDateFormat" second_title: "Aspose.BarCode for PHP via Java" description: "Specifies the different types of date formats for HIBC LIC." type: docs @@ -21,11 +20,59 @@ Specifies the different types of date formats for HIBC LIC. | Name | Value | Description | | --- | --- | --- | -| [MMDDYY](./mmddyy/) | `2` | MMDDYY format. | -| [MMYY](./mmyy/) | `1` | MMYY format. | -| [NONE](./none/) | `7` | Do not encode expiry date. | -| [YYJJJ](./yyjjj/) | `5` | Julian date format. | -| [YYJJJHH](./yyjjjhh/) | `6` | Julian date format with hours. | -| [YYMMDD](./yymmdd/) | `3` | YYMMDD format. | -| [YYMMDDHH](./yymmddhh/) | `4` | YYMMDDHH format. | -| [YYYYMMDD](./yyyymmdd/) | `0` | YYYYMMDD format. Will be encoded in additional supplemental data. | +| [MMDDYY](#mmddyy) | `2` | MMDDYY format. | +| [MMYY](#mmyy) | `1` | MMYY format. | +| [NONE](#none) | `7` | Do not encode expiry date. | +| [YYJJJ](#yyjjj) | `5` | Julian date format. | +| [YYJJJHH](#yyjjjhh) | `6` | Julian date format with hours. | +| [YYMMDD](#yymmdd) | `3` | YYMMDD format. | +| [YYMMDDHH](#yymmddhh) | `4` | YYMMDDHH format. | +| [YYYYMMDD](#yyyymmdd) | `0` | YYYYMMDD format. Will be encoded in additional supplemental data. | +### MMDDYY {#mmddyy} + +**Value:** `2` + +MMDDYY format. + +### MMYY {#mmyy} + +**Value:** `1` + +MMYY format. + +### NONE {#none} + +**Value:** `7` + +Do not encode expiry date. + +### YYJJJ {#yyjjj} + +**Value:** `5` + +Julian date format. + +### YYJJJHH {#yyjjjhh} + +**Value:** `6` + +Julian date format with hours. + +### YYMMDD {#yymmdd} + +**Value:** `3` + +YYMMDD format. + +### YYMMDDHH {#yymmddhh} + +**Value:** `4` + +YYMMDDHH format. + +### YYYYMMDD {#yyyymmdd} + +**Value:** `0` + +YYYYMMDD format. Will be encoded in additional supplemental data. + diff --git a/english/php/aspose.barcode.complexbarcode/hibclicdateformat/mmddyy/_index.md b/english/php/aspose.barcode.complexbarcode/hibclicdateformat/mmddyy/_index.md deleted file mode 100644 index 96ffd1515..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibclicdateformat/mmddyy/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HIBCLICDateFormat::MMDDYY" -linktitle: "MMDDYY" -articleTitle: "MMDDYY" -second_title: "Aspose.BarCode for PHP via Java" -description: "MMDDYY format." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibclicdateformat/mmddyy/ ---- - -## HIBCLICDateFormat::MMDDYY Enum Value - -**Value:** `2` - - -MMDDYY format. - diff --git a/english/php/aspose.barcode.complexbarcode/hibclicdateformat/mmyy/_index.md b/english/php/aspose.barcode.complexbarcode/hibclicdateformat/mmyy/_index.md deleted file mode 100644 index 1067195b6..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibclicdateformat/mmyy/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HIBCLICDateFormat::MMYY" -linktitle: "MMYY" -articleTitle: "MMYY" -second_title: "Aspose.BarCode for PHP via Java" -description: "MMYY format." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibclicdateformat/mmyy/ ---- - -## HIBCLICDateFormat::MMYY Enum Value - -**Value:** `1` - - -MMYY format. - diff --git a/english/php/aspose.barcode.complexbarcode/hibclicdateformat/none/_index.md b/english/php/aspose.barcode.complexbarcode/hibclicdateformat/none/_index.md deleted file mode 100644 index 9f859b940..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibclicdateformat/none/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HIBCLICDateFormat::NONE" -linktitle: "NONE" -articleTitle: "NONE" -second_title: "Aspose.BarCode for PHP via Java" -description: "Do not encode expiry date." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibclicdateformat/none/ ---- - -## HIBCLICDateFormat::NONE Enum Value - -**Value:** `7` - - -Do not encode expiry date. - diff --git a/english/php/aspose.barcode.complexbarcode/hibclicdateformat/yyjjj/_index.md b/english/php/aspose.barcode.complexbarcode/hibclicdateformat/yyjjj/_index.md deleted file mode 100644 index 22ccf3589..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibclicdateformat/yyjjj/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HIBCLICDateFormat::YYJJJ" -linktitle: "YYJJJ" -articleTitle: "YYJJJ" -second_title: "Aspose.BarCode for PHP via Java" -description: "Julian date format." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibclicdateformat/yyjjj/ ---- - -## HIBCLICDateFormat::YYJJJ Enum Value - -**Value:** `5` - - -Julian date format. - diff --git a/english/php/aspose.barcode.complexbarcode/hibclicdateformat/yyjjjhh/_index.md b/english/php/aspose.barcode.complexbarcode/hibclicdateformat/yyjjjhh/_index.md deleted file mode 100644 index ba55c9146..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibclicdateformat/yyjjjhh/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HIBCLICDateFormat::YYJJJHH" -linktitle: "YYJJJHH" -articleTitle: "YYJJJHH" -second_title: "Aspose.BarCode for PHP via Java" -description: "Julian date format with hours." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibclicdateformat/yyjjjhh/ ---- - -## HIBCLICDateFormat::YYJJJHH Enum Value - -**Value:** `6` - - -Julian date format with hours. - diff --git a/english/php/aspose.barcode.complexbarcode/hibclicdateformat/yymmdd/_index.md b/english/php/aspose.barcode.complexbarcode/hibclicdateformat/yymmdd/_index.md deleted file mode 100644 index 01389eedf..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibclicdateformat/yymmdd/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HIBCLICDateFormat::YYMMDD" -linktitle: "YYMMDD" -articleTitle: "YYMMDD" -second_title: "Aspose.BarCode for PHP via Java" -description: "YYMMDD format." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibclicdateformat/yymmdd/ ---- - -## HIBCLICDateFormat::YYMMDD Enum Value - -**Value:** `3` - - -YYMMDD format. - diff --git a/english/php/aspose.barcode.complexbarcode/hibclicdateformat/yymmddhh/_index.md b/english/php/aspose.barcode.complexbarcode/hibclicdateformat/yymmddhh/_index.md deleted file mode 100644 index 0af53d510..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibclicdateformat/yymmddhh/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HIBCLICDateFormat::YYMMDDHH" -linktitle: "YYMMDDHH" -articleTitle: "YYMMDDHH" -second_title: "Aspose.BarCode for PHP via Java" -description: "YYMMDDHH format." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibclicdateformat/yymmddhh/ ---- - -## HIBCLICDateFormat::YYMMDDHH Enum Value - -**Value:** `4` - - -YYMMDDHH format. - diff --git a/english/php/aspose.barcode.complexbarcode/hibclicdateformat/yyyymmdd/_index.md b/english/php/aspose.barcode.complexbarcode/hibclicdateformat/yyyymmdd/_index.md deleted file mode 100644 index 0b718ed9c..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibclicdateformat/yyyymmdd/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HIBCLICDateFormat::YYYYMMDD" -linktitle: "YYYYMMDD" -articleTitle: "YYYYMMDD" -second_title: "Aspose.BarCode for PHP via Java" -description: "YYYYMMDD format. Will be encoded in additional supplemental data." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibclicdateformat/yyyymmdd/ ---- - -## HIBCLICDateFormat::YYYYMMDD Enum Value - -**Value:** `0` - - -YYYYMMDD format. Will be encoded in additional supplemental data. - diff --git a/english/php/aspose.barcode.complexbarcode/hibclicprimarydatacodetext/_index.md b/english/php/aspose.barcode.complexbarcode/hibclicprimarydatacodetext/_index.md index 496c41cfe..4c1a793a6 100644 --- a/english/php/aspose.barcode.complexbarcode/hibclicprimarydatacodetext/_index.md +++ b/english/php/aspose.barcode.complexbarcode/hibclicprimarydatacodetext/_index.md @@ -1,7 +1,6 @@ --- -title: "HIBCLICPrimaryDataCodetext Class" +title: "HIBCLICPrimaryDataCodetext" linktitle: "HIBCLICPrimaryDataCodetext" -articleTitle: "HIBCLICPrimaryDataCodetext" second_title: "Aspose.BarCode for PHP via Java" description: "Class for encoding and decoding the text embedded in the HIBC LIC code which stores primary data." type: docs @@ -21,18 +20,55 @@ Class for encoding and decoding the text embedded in the HIBC LIC code which sto | Name | Description | | --- | --- | -| [__construct](./hibclicprimarydatacodetext/) | | +| [__construct](#constructor) | | ## Methods | Name | Static | Description | | --- | --- | --- | -| [construct](./construct/) | Yes | | -| [initFromString](./initfromstring/) | No | Initializes instance from constructed codetext. | +| [construct](#construct) | Yes | | +| [initFromString](#initfromstring) | No | Initializes instance from constructed codetext. | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [ConstructedCodetext](./constructedcodetext/) | Read-only | Constructs codetext | -| [Data](./data/) | Read/Write | Identifies primary data. | +| [ConstructedCodetext](#constructedcodetext) | Read-only | Constructs codetext | +| [Data](#data) | Read/Write | Identifies primary data. | + +### HIBCLICPrimaryDataCodetext__construct() {#constructor} + +### constructconstruct($HIBCLICPrimaryDataCodetextDto) (static) {#construct} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$HIBCLICPrimaryDataCodetextDto` | `` | | + +### initFromStringinitFromString(string $constructedCodetext) {#initfromstring} + +Initializes instance from constructed codetext. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$constructedCodetext` | `string` | | + +### ConstructedCodetext {#constructedcodetext} + +**Access:** Read-only + +**Returns:** string Constructed codetext + +Constructs codetext + +### Data {#data} + +**Access:** Read/Write + +Identifies primary data. + +Identifies primary data. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `PrimaryData` | | + diff --git a/english/php/aspose.barcode.complexbarcode/hibclicprimarydatacodetext/construct/_index.md b/english/php/aspose.barcode.complexbarcode/hibclicprimarydatacodetext/construct/_index.md deleted file mode 100644 index 5d5394eff..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibclicprimarydatacodetext/construct/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HIBCLICPrimaryDataCodetext.construct" -linktitle: "construct" -articleTitle: "construct" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibclicprimarydatacodetext/construct/ ---- - -## HIBCLICPrimaryDataCodetext.construct - -```php -construct($HIBCLICPrimaryDataCodetextDto) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$HIBCLICPrimaryDataCodetextDto` | `` | | diff --git a/english/php/aspose.barcode.complexbarcode/hibclicprimarydatacodetext/constructedcodetext/_index.md b/english/php/aspose.barcode.complexbarcode/hibclicprimarydatacodetext/constructedcodetext/_index.md deleted file mode 100644 index 0c54853c4..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibclicprimarydatacodetext/constructedcodetext/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "HIBCLICPrimaryDataCodetext.ConstructedCodetext" -linktitle: "ConstructedCodetext" -articleTitle: "ConstructedCodetext" -second_title: "Aspose.BarCode for PHP via Java" -description: "Constructs codetext" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibclicprimarydatacodetext/constructedcodetext/ ---- - -## HIBCLICPrimaryDataCodetext.ConstructedCodetext - -**Access:** Read-only - - -**Returns:** string Constructed codetext - - -### Get - -Constructs codetext - diff --git a/english/php/aspose.barcode.complexbarcode/hibclicprimarydatacodetext/data/_index.md b/english/php/aspose.barcode.complexbarcode/hibclicprimarydatacodetext/data/_index.md deleted file mode 100644 index c8d989267..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibclicprimarydatacodetext/data/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "HIBCLICPrimaryDataCodetext.Data" -linktitle: "Data" -articleTitle: "Data" -second_title: "Aspose.BarCode for PHP via Java" -description: "Identifies primary data." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibclicprimarydatacodetext/data/ ---- - -## HIBCLICPrimaryDataCodetext.Data - -**Access:** Read/Write - - -### Get - -Identifies primary data. - - -### Set - -Identifies primary data. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `PrimaryData` | | diff --git a/english/php/aspose.barcode.complexbarcode/hibclicprimarydatacodetext/hibclicprimarydatacodetext/_index.md b/english/php/aspose.barcode.complexbarcode/hibclicprimarydatacodetext/hibclicprimarydatacodetext/_index.md deleted file mode 100644 index 13a5b9908..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibclicprimarydatacodetext/hibclicprimarydatacodetext/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "HIBCLICPrimaryDataCodetext" -linktitle: "HIBCLICPrimaryDataCodetext" -articleTitle: "HIBCLICPrimaryDataCodetext" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibclicprimarydatacodetext/hibclicprimarydatacodetext/ ---- - -## HIBCLICPrimaryDataCodetext Constructor - -```php -__construct() -``` - diff --git a/english/php/aspose.barcode.complexbarcode/hibclicprimarydatacodetext/initfromstring/_index.md b/english/php/aspose.barcode.complexbarcode/hibclicprimarydatacodetext/initfromstring/_index.md deleted file mode 100644 index 9b3eb583d..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibclicprimarydatacodetext/initfromstring/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "HIBCLICPrimaryDataCodetext.initFromString" -linktitle: "initFromString" -articleTitle: "initFromString" -second_title: "Aspose.BarCode for PHP via Java" -description: "Initializes instance from constructed codetext." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibclicprimarydatacodetext/initfromstring/ ---- - -## HIBCLICPrimaryDataCodetext.initFromString - -```php -initFromString(string $constructedCodetext) -``` - - -Initializes instance from constructed codetext. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$constructedCodetext` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/hibcpascodetext/_index.md b/english/php/aspose.barcode.complexbarcode/hibcpascodetext/_index.md index b59915a4b..6c818e156 100644 --- a/english/php/aspose.barcode.complexbarcode/hibcpascodetext/_index.md +++ b/english/php/aspose.barcode.complexbarcode/hibcpascodetext/_index.md @@ -1,7 +1,6 @@ --- -title: "HIBCPASCodetext Class" +title: "HIBCPASCodetext" linktitle: "HIBCPASCodetext" -articleTitle: "HIBCPASCodetext" second_title: "Aspose.BarCode for PHP via Java" description: "Class for encoding and decoding the text embedded in the HIBC PAS code." type: docs @@ -21,23 +20,109 @@ Class for encoding and decoding the text embedded in the HIBC PAS code. | Name | Description | | --- | --- | -| [__construct](./hibcpascodetext/) | | +| [__construct](#constructor) | | ## Methods | Name | Static | Description | | --- | --- | --- | -| [addHIBCPASRecord](./addhibcpasrecord/) | No | Adds new record | -| [addRecord](./addrecord/) | No | Adds new record | -| [clear](./clear/) | No | Clears records list | -| [construct](./construct/) | Yes | HIBCPASRecord constructor | -| [initFromString](./initfromstring/) | No | Initializes instance from constructed codetext. | +| [addHIBCPASRecord](#addhibcpasrecord) | No | Adds new record | +| [addRecord](#addrecord) | No | Adds new record | +| [clear](#clear) | No | Clears records list | +| [construct](#construct) | Yes | HIBCPASRecord constructor | +| [initFromString](#initfromstring) | No | Initializes instance from constructed codetext. | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [BarcodeType](./barcodetype/) | Read/Write | Gets barcode type. | -| [ConstructedCodetext](./constructedcodetext/) | Read-only | Constructs codetext | -| [DataLocation](./datalocation/) | Read/Write | Identifies data location. | -| [Records](./records/) | Read-only | Gets records list | +| [BarcodeType](#barcodetype) | Read/Write | Gets barcode type. | +| [ConstructedCodetext](#constructedcodetext) | Read-only | Constructs codetext | +| [DataLocation](#datalocation) | Read/Write | Identifies data location. | +| [Records](#records) | Read-only | Gets records list | + +### HIBCPASCodetext__construct() {#constructor} + +### addHIBCPASRecordaddHIBCPASRecord(HIBCPASRecord $record) {#addhibcpasrecord} + +Adds new record + +| Parameter | Type | Description | +| --- | --- | --- | +| `$record` | `HIBCPASRecord` | | + +**Returns:** void + +### addRecordaddRecord(int $dataType, string $data) {#addrecord} + +Adds new record + +| Parameter | Type | Description | +| --- | --- | --- | +| `$dataType` | `int` | | +| `$data` | `string` | | + +### clearclear() {#clear} + +Clears records list + +### constructconstruct($HIBCPASCodetextDto) (static) {#construct} + +HIBCPASRecord constructor + +| Parameter | Type | Description | +| --- | --- | --- | +| `$HIBCPASCodetextDto` | `` | | + +### initFromStringinitFromString(string $constructedCodetext) {#initfromstring} + +Initializes instance from constructed codetext. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$constructedCodetext` | `string` | | + +**Returns:** void + +### BarcodeType {#barcodetype} + +**Access:** Read/Write + +**Returns:** int Barcode type. + +Gets barcode type. + +Gets or sets barcode type. HIBC PAS codetext can be encoded using HIBCCode39PAS, HIBCCode128PAS, HIBCAztec:PAS, HIBCDataMatrixPAS and HIBCQRPAS encode types. Default value: HIBCCode39PAS. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### ConstructedCodetext {#constructedcodetext} + +**Access:** Read-only + +**Returns:** string Constructed codetext + +Constructs codetext + +### DataLocation {#datalocation} + +**Access:** Read/Write + +Identifies data location. + +Identifies data location. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### Records {#records} + +**Access:** Read-only + +**Returns:** List of records + +Gets records list + diff --git a/english/php/aspose.barcode.complexbarcode/hibcpascodetext/addhibcpasrecord/_index.md b/english/php/aspose.barcode.complexbarcode/hibcpascodetext/addhibcpasrecord/_index.md deleted file mode 100644 index cb3756579..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibcpascodetext/addhibcpasrecord/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "HIBCPASCodetext.addHIBCPASRecord" -linktitle: "addHIBCPASRecord" -articleTitle: "addHIBCPASRecord" -second_title: "Aspose.BarCode for PHP via Java" -description: "Adds new record" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibcpascodetext/addhibcpasrecord/ ---- - -## HIBCPASCodetext.addHIBCPASRecord - -```php -addHIBCPASRecord(HIBCPASRecord $record) -``` - - -Adds new record - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$record` | `HIBCPASRecord` | | - -**Returns:** void - diff --git a/english/php/aspose.barcode.complexbarcode/hibcpascodetext/addrecord/_index.md b/english/php/aspose.barcode.complexbarcode/hibcpascodetext/addrecord/_index.md deleted file mode 100644 index a07cf81f5..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibcpascodetext/addrecord/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: "HIBCPASCodetext.addRecord" -linktitle: "addRecord" -articleTitle: "addRecord" -second_title: "Aspose.BarCode for PHP via Java" -description: "Adds new record" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibcpascodetext/addrecord/ ---- - -## HIBCPASCodetext.addRecord - -```php -addRecord(int $dataType, string $data) -``` - - -Adds new record - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$dataType` | `int` | | -| `$data` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/hibcpascodetext/barcodetype/_index.md b/english/php/aspose.barcode.complexbarcode/hibcpascodetext/barcodetype/_index.md deleted file mode 100644 index 8b4560a52..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibcpascodetext/barcodetype/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "HIBCPASCodetext.BarcodeType" -linktitle: "BarcodeType" -articleTitle: "BarcodeType" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets barcode type." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibcpascodetext/barcodetype/ ---- - -## HIBCPASCodetext.BarcodeType - -**Access:** Read/Write - - -**Returns:** int Barcode type. - - -### Get - -Gets barcode type. - - -### Set - -Gets or sets barcode type. HIBC PAS codetext can be encoded using HIBCCode39PAS, HIBCCode128PAS, HIBCAztec:PAS, HIBCDataMatrixPAS and HIBCQRPAS encode types. Default value: HIBCCode39PAS. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.complexbarcode/hibcpascodetext/clear/_index.md b/english/php/aspose.barcode.complexbarcode/hibcpascodetext/clear/_index.md deleted file mode 100644 index 1a5b3b72e..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibcpascodetext/clear/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "HIBCPASCodetext.clear" -linktitle: "clear" -articleTitle: "clear" -second_title: "Aspose.BarCode for PHP via Java" -description: "Clears records list" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibcpascodetext/clear/ ---- - -## HIBCPASCodetext.clear - -```php -clear() -``` - - -Clears records list - diff --git a/english/php/aspose.barcode.complexbarcode/hibcpascodetext/construct/_index.md b/english/php/aspose.barcode.complexbarcode/hibcpascodetext/construct/_index.md deleted file mode 100644 index cf1194b97..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibcpascodetext/construct/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "HIBCPASCodetext.construct" -linktitle: "construct" -articleTitle: "construct" -second_title: "Aspose.BarCode for PHP via Java" -description: "HIBCPASRecord constructor" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibcpascodetext/construct/ ---- - -## HIBCPASCodetext.construct - -```php -construct($HIBCPASCodetextDto) -``` - - -HIBCPASRecord constructor - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$HIBCPASCodetextDto` | `` | | diff --git a/english/php/aspose.barcode.complexbarcode/hibcpascodetext/constructedcodetext/_index.md b/english/php/aspose.barcode.complexbarcode/hibcpascodetext/constructedcodetext/_index.md deleted file mode 100644 index b264cc445..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibcpascodetext/constructedcodetext/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "HIBCPASCodetext.ConstructedCodetext" -linktitle: "ConstructedCodetext" -articleTitle: "ConstructedCodetext" -second_title: "Aspose.BarCode for PHP via Java" -description: "Constructs codetext" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibcpascodetext/constructedcodetext/ ---- - -## HIBCPASCodetext.ConstructedCodetext - -**Access:** Read-only - - -**Returns:** string Constructed codetext - - -### Get - -Constructs codetext - diff --git a/english/php/aspose.barcode.complexbarcode/hibcpascodetext/datalocation/_index.md b/english/php/aspose.barcode.complexbarcode/hibcpascodetext/datalocation/_index.md deleted file mode 100644 index 3fe685a93..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibcpascodetext/datalocation/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "HIBCPASCodetext.DataLocation" -linktitle: "DataLocation" -articleTitle: "DataLocation" -second_title: "Aspose.BarCode for PHP via Java" -description: "Identifies data location." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibcpascodetext/datalocation/ ---- - -## HIBCPASCodetext.DataLocation - -**Access:** Read/Write - - -### Get - -Identifies data location. - - -### Set - -Identifies data location. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.complexbarcode/hibcpascodetext/hibcpascodetext/_index.md b/english/php/aspose.barcode.complexbarcode/hibcpascodetext/hibcpascodetext/_index.md deleted file mode 100644 index 4dca7e07f..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibcpascodetext/hibcpascodetext/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "HIBCPASCodetext" -linktitle: "HIBCPASCodetext" -articleTitle: "HIBCPASCodetext" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibcpascodetext/hibcpascodetext/ ---- - -## HIBCPASCodetext Constructor - -```php -__construct() -``` - diff --git a/english/php/aspose.barcode.complexbarcode/hibcpascodetext/initfromstring/_index.md b/english/php/aspose.barcode.complexbarcode/hibcpascodetext/initfromstring/_index.md deleted file mode 100644 index 79e716b97..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibcpascodetext/initfromstring/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "HIBCPASCodetext.initFromString" -linktitle: "initFromString" -articleTitle: "initFromString" -second_title: "Aspose.BarCode for PHP via Java" -description: "Initializes instance from constructed codetext." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibcpascodetext/initfromstring/ ---- - -## HIBCPASCodetext.initFromString - -```php -initFromString(string $constructedCodetext) -``` - - -Initializes instance from constructed codetext. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$constructedCodetext` | `string` | | - -**Returns:** void - diff --git a/english/php/aspose.barcode.complexbarcode/hibcpascodetext/records/_index.md b/english/php/aspose.barcode.complexbarcode/hibcpascodetext/records/_index.md deleted file mode 100644 index 088ede5b9..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibcpascodetext/records/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "HIBCPASCodetext.Records" -linktitle: "Records" -articleTitle: "Records" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets records list" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibcpascodetext/records/ ---- - -## HIBCPASCodetext.Records - -**Access:** Read-only - - -**Returns:** List of records - - -### Get - -Gets records list - diff --git a/english/php/aspose.barcode.complexbarcode/hibcpasdatalocation/_index.md b/english/php/aspose.barcode.complexbarcode/hibcpasdatalocation/_index.md index 76e29f37b..1cf202835 100644 --- a/english/php/aspose.barcode.complexbarcode/hibcpasdatalocation/_index.md +++ b/english/php/aspose.barcode.complexbarcode/hibcpasdatalocation/_index.md @@ -1,7 +1,6 @@ --- -title: "HIBCPASDataLocation Enum" +title: "HIBCPASDataLocation" linktitle: "HIBCPASDataLocation" -articleTitle: "HIBCPASDataLocation" second_title: "Aspose.BarCode for PHP via Java" description: "HIBC PAS data location types." type: docs @@ -21,16 +20,94 @@ HIBC PAS data location types. | Name | Value | Description | | --- | --- | --- | -| [ASSET](./asset/) | `10` | K - Asset data type | -| [BUSINESS_RECORD](./business_record/) | `4` | E - Business Record | -| [DEVICES_AND_MATERIALS](./devices_and_materials/) | `7` | H - Devices and Materials | -| [DIRECT_PATIENT_IMAGE_ITEM](./direct_patient_image_item/) | `3` | D - Direct Patient Image Item | -| [IDENTIFICATION_CARD](./identification_card/) | `8` | I - Identification Card | -| [LIBRARY_REFERENCE_MATERIAL](./library_reference_material/) | `6` | G - Library Reference Material | -| [MEDICAL_ADMINISTRATION_RECORD](./medical_administration_record/) | `5` | F - Medical Administration Record | -| [PATIENT](./patient/) | `0` | A - Patient | -| [PATIENT_CARE_RECORD](./patient_care_record/) | `1` | B - Patient Care Record | -| [PRODUCT_CONTAINER](./product_container/) | `9` | J - Product Container | -| [SPECIMEN_CONTAINER](./specimen_container/) | `2` | C - Specimen Container | -| [SURGICAL_INSTRUMENT](./surgical_instrument/) | `11` | L - Surgical Instrument | -| [USER_DEFINED](./user_defined/) | `25` | Z - User Defined | +| [ASSET](#asset) | `10` | K - Asset data type | +| [BUSINESS_RECORD](#business_record) | `4` | E - Business Record | +| [DEVICES_AND_MATERIALS](#devices_and_materials) | `7` | H - Devices and Materials | +| [DIRECT_PATIENT_IMAGE_ITEM](#direct_patient_image_item) | `3` | D - Direct Patient Image Item | +| [IDENTIFICATION_CARD](#identification_card) | `8` | I - Identification Card | +| [LIBRARY_REFERENCE_MATERIAL](#library_reference_material) | `6` | G - Library Reference Material | +| [MEDICAL_ADMINISTRATION_RECORD](#medical_administration_record) | `5` | F - Medical Administration Record | +| [PATIENT](#patient) | `0` | A - Patient | +| [PATIENT_CARE_RECORD](#patient_care_record) | `1` | B - Patient Care Record | +| [PRODUCT_CONTAINER](#product_container) | `9` | J - Product Container | +| [SPECIMEN_CONTAINER](#specimen_container) | `2` | C - Specimen Container | +| [SURGICAL_INSTRUMENT](#surgical_instrument) | `11` | L - Surgical Instrument | +| [USER_DEFINED](#user_defined) | `25` | Z - User Defined | +### ASSET {#asset} + +**Value:** `10` + +K - Asset data type + +### BUSINESS_RECORD {#business_record} + +**Value:** `4` + +E - Business Record + +### DEVICES_AND_MATERIALS {#devices_and_materials} + +**Value:** `7` + +H - Devices and Materials + +### DIRECT_PATIENT_IMAGE_ITEM {#direct_patient_image_item} + +**Value:** `3` + +D - Direct Patient Image Item + +### IDENTIFICATION_CARD {#identification_card} + +**Value:** `8` + +I - Identification Card + +### LIBRARY_REFERENCE_MATERIAL {#library_reference_material} + +**Value:** `6` + +G - Library Reference Material + +### MEDICAL_ADMINISTRATION_RECORD {#medical_administration_record} + +**Value:** `5` + +F - Medical Administration Record + +### PATIENT {#patient} + +**Value:** `0` + +A - Patient + +### PATIENT_CARE_RECORD {#patient_care_record} + +**Value:** `1` + +B - Patient Care Record + +### PRODUCT_CONTAINER {#product_container} + +**Value:** `9` + +J - Product Container + +### SPECIMEN_CONTAINER {#specimen_container} + +**Value:** `2` + +C - Specimen Container + +### SURGICAL_INSTRUMENT {#surgical_instrument} + +**Value:** `11` + +L - Surgical Instrument + +### USER_DEFINED {#user_defined} + +**Value:** `25` + +Z - User Defined + diff --git a/english/php/aspose.barcode.complexbarcode/hibcpasdatalocation/asset/_index.md b/english/php/aspose.barcode.complexbarcode/hibcpasdatalocation/asset/_index.md deleted file mode 100644 index e2d539d7c..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibcpasdatalocation/asset/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HIBCPASDataLocation::ASSET" -linktitle: "ASSET" -articleTitle: "ASSET" -second_title: "Aspose.BarCode for PHP via Java" -description: "K - Asset data type" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibcpasdatalocation/asset/ ---- - -## HIBCPASDataLocation::ASSET Enum Value - -**Value:** `10` - - -K - Asset data type - diff --git a/english/php/aspose.barcode.complexbarcode/hibcpasdatalocation/business_record/_index.md b/english/php/aspose.barcode.complexbarcode/hibcpasdatalocation/business_record/_index.md deleted file mode 100644 index 5d7f5336d..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibcpasdatalocation/business_record/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HIBCPASDataLocation::BUSINESS_RECORD" -linktitle: "BUSINESS_RECORD" -articleTitle: "BUSINESS_RECORD" -second_title: "Aspose.BarCode for PHP via Java" -description: "E - Business Record" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibcpasdatalocation/business_record/ ---- - -## HIBCPASDataLocation::BUSINESS_RECORD Enum Value - -**Value:** `4` - - -E - Business Record - diff --git a/english/php/aspose.barcode.complexbarcode/hibcpasdatalocation/devices_and_materials/_index.md b/english/php/aspose.barcode.complexbarcode/hibcpasdatalocation/devices_and_materials/_index.md deleted file mode 100644 index c03a06e29..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibcpasdatalocation/devices_and_materials/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HIBCPASDataLocation::DEVICES_AND_MATERIALS" -linktitle: "DEVICES_AND_MATERIALS" -articleTitle: "DEVICES_AND_MATERIALS" -second_title: "Aspose.BarCode for PHP via Java" -description: "H - Devices and Materials" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibcpasdatalocation/devices_and_materials/ ---- - -## HIBCPASDataLocation::DEVICES_AND_MATERIALS Enum Value - -**Value:** `7` - - -H - Devices and Materials - diff --git a/english/php/aspose.barcode.complexbarcode/hibcpasdatalocation/direct_patient_image_item/_index.md b/english/php/aspose.barcode.complexbarcode/hibcpasdatalocation/direct_patient_image_item/_index.md deleted file mode 100644 index c12b3c81a..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibcpasdatalocation/direct_patient_image_item/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HIBCPASDataLocation::DIRECT_PATIENT_IMAGE_ITEM" -linktitle: "DIRECT_PATIENT_IMAGE_ITEM" -articleTitle: "DIRECT_PATIENT_IMAGE_ITEM" -second_title: "Aspose.BarCode for PHP via Java" -description: "D - Direct Patient Image Item" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibcpasdatalocation/direct_patient_image_item/ ---- - -## HIBCPASDataLocation::DIRECT_PATIENT_IMAGE_ITEM Enum Value - -**Value:** `3` - - -D - Direct Patient Image Item - diff --git a/english/php/aspose.barcode.complexbarcode/hibcpasdatalocation/identification_card/_index.md b/english/php/aspose.barcode.complexbarcode/hibcpasdatalocation/identification_card/_index.md deleted file mode 100644 index c74be92f0..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibcpasdatalocation/identification_card/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HIBCPASDataLocation::IDENTIFICATION_CARD" -linktitle: "IDENTIFICATION_CARD" -articleTitle: "IDENTIFICATION_CARD" -second_title: "Aspose.BarCode for PHP via Java" -description: "I - Identification Card" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibcpasdatalocation/identification_card/ ---- - -## HIBCPASDataLocation::IDENTIFICATION_CARD Enum Value - -**Value:** `8` - - -I - Identification Card - diff --git a/english/php/aspose.barcode.complexbarcode/hibcpasdatalocation/library_reference_material/_index.md b/english/php/aspose.barcode.complexbarcode/hibcpasdatalocation/library_reference_material/_index.md deleted file mode 100644 index 6f065ed20..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibcpasdatalocation/library_reference_material/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HIBCPASDataLocation::LIBRARY_REFERENCE_MATERIAL" -linktitle: "LIBRARY_REFERENCE_MATERIAL" -articleTitle: "LIBRARY_REFERENCE_MATERIAL" -second_title: "Aspose.BarCode for PHP via Java" -description: "G - Library Reference Material" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibcpasdatalocation/library_reference_material/ ---- - -## HIBCPASDataLocation::LIBRARY_REFERENCE_MATERIAL Enum Value - -**Value:** `6` - - -G - Library Reference Material - diff --git a/english/php/aspose.barcode.complexbarcode/hibcpasdatalocation/medical_administration_record/_index.md b/english/php/aspose.barcode.complexbarcode/hibcpasdatalocation/medical_administration_record/_index.md deleted file mode 100644 index 8aab9b1b2..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibcpasdatalocation/medical_administration_record/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HIBCPASDataLocation::MEDICAL_ADMINISTRATION_RECORD" -linktitle: "MEDICAL_ADMINISTRATION_RECORD" -articleTitle: "MEDICAL_ADMINISTRATION_RECORD" -second_title: "Aspose.BarCode for PHP via Java" -description: "F - Medical Administration Record" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibcpasdatalocation/medical_administration_record/ ---- - -## HIBCPASDataLocation::MEDICAL_ADMINISTRATION_RECORD Enum Value - -**Value:** `5` - - -F - Medical Administration Record - diff --git a/english/php/aspose.barcode.complexbarcode/hibcpasdatalocation/patient/_index.md b/english/php/aspose.barcode.complexbarcode/hibcpasdatalocation/patient/_index.md deleted file mode 100644 index e49beec67..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibcpasdatalocation/patient/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HIBCPASDataLocation::PATIENT" -linktitle: "PATIENT" -articleTitle: "PATIENT" -second_title: "Aspose.BarCode for PHP via Java" -description: "A - Patient" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibcpasdatalocation/patient/ ---- - -## HIBCPASDataLocation::PATIENT Enum Value - -**Value:** `0` - - -A - Patient - diff --git a/english/php/aspose.barcode.complexbarcode/hibcpasdatalocation/patient_care_record/_index.md b/english/php/aspose.barcode.complexbarcode/hibcpasdatalocation/patient_care_record/_index.md deleted file mode 100644 index a5b40e03a..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibcpasdatalocation/patient_care_record/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HIBCPASDataLocation::PATIENT_CARE_RECORD" -linktitle: "PATIENT_CARE_RECORD" -articleTitle: "PATIENT_CARE_RECORD" -second_title: "Aspose.BarCode for PHP via Java" -description: "B - Patient Care Record" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibcpasdatalocation/patient_care_record/ ---- - -## HIBCPASDataLocation::PATIENT_CARE_RECORD Enum Value - -**Value:** `1` - - -B - Patient Care Record - diff --git a/english/php/aspose.barcode.complexbarcode/hibcpasdatalocation/product_container/_index.md b/english/php/aspose.barcode.complexbarcode/hibcpasdatalocation/product_container/_index.md deleted file mode 100644 index a350d9923..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibcpasdatalocation/product_container/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HIBCPASDataLocation::PRODUCT_CONTAINER" -linktitle: "PRODUCT_CONTAINER" -articleTitle: "PRODUCT_CONTAINER" -second_title: "Aspose.BarCode for PHP via Java" -description: "J - Product Container" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibcpasdatalocation/product_container/ ---- - -## HIBCPASDataLocation::PRODUCT_CONTAINER Enum Value - -**Value:** `9` - - -J - Product Container - diff --git a/english/php/aspose.barcode.complexbarcode/hibcpasdatalocation/specimen_container/_index.md b/english/php/aspose.barcode.complexbarcode/hibcpasdatalocation/specimen_container/_index.md deleted file mode 100644 index d853e21c0..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibcpasdatalocation/specimen_container/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HIBCPASDataLocation::SPECIMEN_CONTAINER" -linktitle: "SPECIMEN_CONTAINER" -articleTitle: "SPECIMEN_CONTAINER" -second_title: "Aspose.BarCode for PHP via Java" -description: "C - Specimen Container" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibcpasdatalocation/specimen_container/ ---- - -## HIBCPASDataLocation::SPECIMEN_CONTAINER Enum Value - -**Value:** `2` - - -C - Specimen Container - diff --git a/english/php/aspose.barcode.complexbarcode/hibcpasdatalocation/surgical_instrument/_index.md b/english/php/aspose.barcode.complexbarcode/hibcpasdatalocation/surgical_instrument/_index.md deleted file mode 100644 index 518ce5a9e..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibcpasdatalocation/surgical_instrument/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HIBCPASDataLocation::SURGICAL_INSTRUMENT" -linktitle: "SURGICAL_INSTRUMENT" -articleTitle: "SURGICAL_INSTRUMENT" -second_title: "Aspose.BarCode for PHP via Java" -description: "L - Surgical Instrument" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibcpasdatalocation/surgical_instrument/ ---- - -## HIBCPASDataLocation::SURGICAL_INSTRUMENT Enum Value - -**Value:** `11` - - -L - Surgical Instrument - diff --git a/english/php/aspose.barcode.complexbarcode/hibcpasdatalocation/user_defined/_index.md b/english/php/aspose.barcode.complexbarcode/hibcpasdatalocation/user_defined/_index.md deleted file mode 100644 index 94ed1aa95..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibcpasdatalocation/user_defined/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HIBCPASDataLocation::USER_DEFINED" -linktitle: "USER_DEFINED" -articleTitle: "USER_DEFINED" -second_title: "Aspose.BarCode for PHP via Java" -description: "Z - User Defined" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibcpasdatalocation/user_defined/ ---- - -## HIBCPASDataLocation::USER_DEFINED Enum Value - -**Value:** `25` - - -Z - User Defined - diff --git a/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/_index.md b/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/_index.md index 5fcf8dfcc..c1026e8fb 100644 --- a/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/_index.md +++ b/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/_index.md @@ -1,7 +1,6 @@ --- -title: "HIBCPASDataType Enum" +title: "HIBCPASDataType" linktitle: "HIBCPASDataType" -articleTitle: "HIBCPASDataType" second_title: "Aspose.BarCode for PHP via Java" description: "HIBC PAS record's data types." type: docs @@ -21,27 +20,171 @@ HIBC PAS record's data types. | Name | Value | Description | | --- | --- | --- | -| [ADMINISTRABLE_PRODUCT_IDENTIFICATION](./administrable_product_identification/) | `5` | F - Administrable Product Identification | -| [ASSET_IDENTIFICATION](./asset_identification/) | `13` | N - Asset Identification | -| [BLOOD_PRODUCT_IDENTIFICATION](./blood_product_identification/) | `10` | K - Blood Product Identification | -| [BUSINESS_CONTROL_NUMBER](./business_control_number/) | `18` | S - Business Control Number | -| [DATE_TIME](./date_time/) | `12` | M - DateTime in YYYDDDHHMMG format | -| [DEMOGRAPHIC_DATA](./demographic_data/) | `11` | L - Demographic Data | -| [DIETARY_ITEM_IDENTIFICATION](./dietary_item_identification/) | `15` | P - Dietary Item Identification | -| [EPISODE_OF_CARE_IDENTIFICATION](./episode_of_care_identification/) | `19` | T - Episode of Care Identification | -| [HEALTH_INDUSTRY_NUMBER](./health_industry_number/) | `20` | U - Health Industry Number | -| [HOSPITAL_ITEM_IDENTIFICATION](./hospital_item_identification/) | `7` | H - Hospital Item Identification | -| [IMPLANTABLE_PRODUCT_INFORMATION](./implantable_product_information/) | `6` | G - Implantable Product Information | -| [LABELER_IDENTIFICATION_CODE](./labeler_identification_code/) | `0` | A - Labeler Identification Code | -| [LIBRARY_MATERIALS_IDENTIFICATION](./library_materials_identification/) | `17` | R - Library Materials Identification | -| [MANUFACTURER_SERIAL_NUMBER](./manufacturer_serial_number/) | `16` | Q - Manufacturer Serial Number | -| [MEDICAL_PROCEDURE_IDENTIFICATION](./medical_procedure_identification/) | `8` | I - Medical Procedure Identification | -| [PATIENT_IDENTIFICATION](./patient_identification/) | `2` | C - Patient Identification | -| [PATIENT_VISIT_ID](./patient_visit_id/) | `21` | V - Patient Visit ID | -| [PERSONNEL_IDENTIFICATION](./personnel_identification/) | `4` | E - Personnel Identification | -| [PURCHASE_ORDER_NUMBER](./purchase_order_number/) | `14` | O - Purchase Order Number | -| [REIMBURSEMENT_CATEGORY](./reimbursement_category/) | `9` | J - Reimbursement Category | -| [SERVICE_IDENTIFICATION](./service_identification/) | `1` | B - Service Identification | -| [SPECIMEN_IDENTIFICATION](./specimen_identification/) | `3` | D - Specimen Identification | -| [USER_DEFINED](./user_defined/) | `25` | Z - User Defined | -| [XML_DOCUMENT](./xml_document/) | `22` | X - XML Document | +| [ADMINISTRABLE_PRODUCT_IDENTIFICATION](#administrable_product_identification) | `5` | F - Administrable Product Identification | +| [ASSET_IDENTIFICATION](#asset_identification) | `13` | N - Asset Identification | +| [BLOOD_PRODUCT_IDENTIFICATION](#blood_product_identification) | `10` | K - Blood Product Identification | +| [BUSINESS_CONTROL_NUMBER](#business_control_number) | `18` | S - Business Control Number | +| [DATE_TIME](#date_time) | `12` | M - DateTime in YYYDDDHHMMG format | +| [DEMOGRAPHIC_DATA](#demographic_data) | `11` | L - Demographic Data | +| [DIETARY_ITEM_IDENTIFICATION](#dietary_item_identification) | `15` | P - Dietary Item Identification | +| [EPISODE_OF_CARE_IDENTIFICATION](#episode_of_care_identification) | `19` | T - Episode of Care Identification | +| [HEALTH_INDUSTRY_NUMBER](#health_industry_number) | `20` | U - Health Industry Number | +| [HOSPITAL_ITEM_IDENTIFICATION](#hospital_item_identification) | `7` | H - Hospital Item Identification | +| [IMPLANTABLE_PRODUCT_INFORMATION](#implantable_product_information) | `6` | G - Implantable Product Information | +| [LABELER_IDENTIFICATION_CODE](#labeler_identification_code) | `0` | A - Labeler Identification Code | +| [LIBRARY_MATERIALS_IDENTIFICATION](#library_materials_identification) | `17` | R - Library Materials Identification | +| [MANUFACTURER_SERIAL_NUMBER](#manufacturer_serial_number) | `16` | Q - Manufacturer Serial Number | +| [MEDICAL_PROCEDURE_IDENTIFICATION](#medical_procedure_identification) | `8` | I - Medical Procedure Identification | +| [PATIENT_IDENTIFICATION](#patient_identification) | `2` | C - Patient Identification | +| [PATIENT_VISIT_ID](#patient_visit_id) | `21` | V - Patient Visit ID | +| [PERSONNEL_IDENTIFICATION](#personnel_identification) | `4` | E - Personnel Identification | +| [PURCHASE_ORDER_NUMBER](#purchase_order_number) | `14` | O - Purchase Order Number | +| [REIMBURSEMENT_CATEGORY](#reimbursement_category) | `9` | J - Reimbursement Category | +| [SERVICE_IDENTIFICATION](#service_identification) | `1` | B - Service Identification | +| [SPECIMEN_IDENTIFICATION](#specimen_identification) | `3` | D - Specimen Identification | +| [USER_DEFINED](#user_defined) | `25` | Z - User Defined | +| [XML_DOCUMENT](#xml_document) | `22` | X - XML Document | +### ADMINISTRABLE_PRODUCT_IDENTIFICATION {#administrable_product_identification} + +**Value:** `5` + +F - Administrable Product Identification + +### ASSET_IDENTIFICATION {#asset_identification} + +**Value:** `13` + +N - Asset Identification + +### BLOOD_PRODUCT_IDENTIFICATION {#blood_product_identification} + +**Value:** `10` + +K - Blood Product Identification + +### BUSINESS_CONTROL_NUMBER {#business_control_number} + +**Value:** `18` + +S - Business Control Number + +### DATE_TIME {#date_time} + +**Value:** `12` + +M - DateTime in YYYDDDHHMMG format + +### DEMOGRAPHIC_DATA {#demographic_data} + +**Value:** `11` + +L - Demographic Data + +### DIETARY_ITEM_IDENTIFICATION {#dietary_item_identification} + +**Value:** `15` + +P - Dietary Item Identification + +### EPISODE_OF_CARE_IDENTIFICATION {#episode_of_care_identification} + +**Value:** `19` + +T - Episode of Care Identification + +### HEALTH_INDUSTRY_NUMBER {#health_industry_number} + +**Value:** `20` + +U - Health Industry Number + +### HOSPITAL_ITEM_IDENTIFICATION {#hospital_item_identification} + +**Value:** `7` + +H - Hospital Item Identification + +### IMPLANTABLE_PRODUCT_INFORMATION {#implantable_product_information} + +**Value:** `6` + +G - Implantable Product Information + +### LABELER_IDENTIFICATION_CODE {#labeler_identification_code} + +**Value:** `0` + +A - Labeler Identification Code + +### LIBRARY_MATERIALS_IDENTIFICATION {#library_materials_identification} + +**Value:** `17` + +R - Library Materials Identification + +### MANUFACTURER_SERIAL_NUMBER {#manufacturer_serial_number} + +**Value:** `16` + +Q - Manufacturer Serial Number + +### MEDICAL_PROCEDURE_IDENTIFICATION {#medical_procedure_identification} + +**Value:** `8` + +I - Medical Procedure Identification + +### PATIENT_IDENTIFICATION {#patient_identification} + +**Value:** `2` + +C - Patient Identification + +### PATIENT_VISIT_ID {#patient_visit_id} + +**Value:** `21` + +V - Patient Visit ID + +### PERSONNEL_IDENTIFICATION {#personnel_identification} + +**Value:** `4` + +E - Personnel Identification + +### PURCHASE_ORDER_NUMBER {#purchase_order_number} + +**Value:** `14` + +O - Purchase Order Number + +### REIMBURSEMENT_CATEGORY {#reimbursement_category} + +**Value:** `9` + +J - Reimbursement Category + +### SERVICE_IDENTIFICATION {#service_identification} + +**Value:** `1` + +B - Service Identification + +### SPECIMEN_IDENTIFICATION {#specimen_identification} + +**Value:** `3` + +D - Specimen Identification + +### USER_DEFINED {#user_defined} + +**Value:** `25` + +Z - User Defined + +### XML_DOCUMENT {#xml_document} + +**Value:** `22` + +X - XML Document + diff --git a/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/administrable_product_identification/_index.md b/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/administrable_product_identification/_index.md deleted file mode 100644 index 88d66ddfd..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/administrable_product_identification/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HIBCPASDataType::ADMINISTRABLE_PRODUCT_IDENTIFICATION" -linktitle: "ADMINISTRABLE_PRODUCT_IDENTIFICATION" -articleTitle: "ADMINISTRABLE_PRODUCT_IDENTIFICATION" -second_title: "Aspose.BarCode for PHP via Java" -description: "F - Administrable Product Identification" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibcpasdatatype/administrable_product_identification/ ---- - -## HIBCPASDataType::ADMINISTRABLE_PRODUCT_IDENTIFICATION Enum Value - -**Value:** `5` - - -F - Administrable Product Identification - diff --git a/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/asset_identification/_index.md b/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/asset_identification/_index.md deleted file mode 100644 index df9d2b6ae..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/asset_identification/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HIBCPASDataType::ASSET_IDENTIFICATION" -linktitle: "ASSET_IDENTIFICATION" -articleTitle: "ASSET_IDENTIFICATION" -second_title: "Aspose.BarCode for PHP via Java" -description: "N - Asset Identification" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibcpasdatatype/asset_identification/ ---- - -## HIBCPASDataType::ASSET_IDENTIFICATION Enum Value - -**Value:** `13` - - -N - Asset Identification - diff --git a/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/blood_product_identification/_index.md b/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/blood_product_identification/_index.md deleted file mode 100644 index bb33cdaa4..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/blood_product_identification/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HIBCPASDataType::BLOOD_PRODUCT_IDENTIFICATION" -linktitle: "BLOOD_PRODUCT_IDENTIFICATION" -articleTitle: "BLOOD_PRODUCT_IDENTIFICATION" -second_title: "Aspose.BarCode for PHP via Java" -description: "K - Blood Product Identification" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibcpasdatatype/blood_product_identification/ ---- - -## HIBCPASDataType::BLOOD_PRODUCT_IDENTIFICATION Enum Value - -**Value:** `10` - - -K - Blood Product Identification - diff --git a/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/business_control_number/_index.md b/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/business_control_number/_index.md deleted file mode 100644 index 3cf91b222..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/business_control_number/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HIBCPASDataType::BUSINESS_CONTROL_NUMBER" -linktitle: "BUSINESS_CONTROL_NUMBER" -articleTitle: "BUSINESS_CONTROL_NUMBER" -second_title: "Aspose.BarCode for PHP via Java" -description: "S - Business Control Number" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibcpasdatatype/business_control_number/ ---- - -## HIBCPASDataType::BUSINESS_CONTROL_NUMBER Enum Value - -**Value:** `18` - - -S - Business Control Number - diff --git a/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/date_time/_index.md b/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/date_time/_index.md deleted file mode 100644 index 114ac71fb..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/date_time/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HIBCPASDataType::DATE_TIME" -linktitle: "DATE_TIME" -articleTitle: "DATE_TIME" -second_title: "Aspose.BarCode for PHP via Java" -description: "M - DateTime in YYYDDDHHMMG format" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibcpasdatatype/date_time/ ---- - -## HIBCPASDataType::DATE_TIME Enum Value - -**Value:** `12` - - -M - DateTime in YYYDDDHHMMG format - diff --git a/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/demographic_data/_index.md b/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/demographic_data/_index.md deleted file mode 100644 index 7d89c0947..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/demographic_data/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HIBCPASDataType::DEMOGRAPHIC_DATA" -linktitle: "DEMOGRAPHIC_DATA" -articleTitle: "DEMOGRAPHIC_DATA" -second_title: "Aspose.BarCode for PHP via Java" -description: "L - Demographic Data" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibcpasdatatype/demographic_data/ ---- - -## HIBCPASDataType::DEMOGRAPHIC_DATA Enum Value - -**Value:** `11` - - -L - Demographic Data - diff --git a/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/dietary_item_identification/_index.md b/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/dietary_item_identification/_index.md deleted file mode 100644 index 0f2eb39f7..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/dietary_item_identification/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HIBCPASDataType::DIETARY_ITEM_IDENTIFICATION" -linktitle: "DIETARY_ITEM_IDENTIFICATION" -articleTitle: "DIETARY_ITEM_IDENTIFICATION" -second_title: "Aspose.BarCode for PHP via Java" -description: "P - Dietary Item Identification" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibcpasdatatype/dietary_item_identification/ ---- - -## HIBCPASDataType::DIETARY_ITEM_IDENTIFICATION Enum Value - -**Value:** `15` - - -P - Dietary Item Identification - diff --git a/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/episode_of_care_identification/_index.md b/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/episode_of_care_identification/_index.md deleted file mode 100644 index d0bd8b2ab..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/episode_of_care_identification/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HIBCPASDataType::EPISODE_OF_CARE_IDENTIFICATION" -linktitle: "EPISODE_OF_CARE_IDENTIFICATION" -articleTitle: "EPISODE_OF_CARE_IDENTIFICATION" -second_title: "Aspose.BarCode for PHP via Java" -description: "T - Episode of Care Identification" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibcpasdatatype/episode_of_care_identification/ ---- - -## HIBCPASDataType::EPISODE_OF_CARE_IDENTIFICATION Enum Value - -**Value:** `19` - - -T - Episode of Care Identification - diff --git a/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/health_industry_number/_index.md b/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/health_industry_number/_index.md deleted file mode 100644 index a80aaa53b..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/health_industry_number/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HIBCPASDataType::HEALTH_INDUSTRY_NUMBER" -linktitle: "HEALTH_INDUSTRY_NUMBER" -articleTitle: "HEALTH_INDUSTRY_NUMBER" -second_title: "Aspose.BarCode for PHP via Java" -description: "U - Health Industry Number" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibcpasdatatype/health_industry_number/ ---- - -## HIBCPASDataType::HEALTH_INDUSTRY_NUMBER Enum Value - -**Value:** `20` - - -U - Health Industry Number - diff --git a/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/hospital_item_identification/_index.md b/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/hospital_item_identification/_index.md deleted file mode 100644 index 3a9ae9b57..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/hospital_item_identification/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HIBCPASDataType::HOSPITAL_ITEM_IDENTIFICATION" -linktitle: "HOSPITAL_ITEM_IDENTIFICATION" -articleTitle: "HOSPITAL_ITEM_IDENTIFICATION" -second_title: "Aspose.BarCode for PHP via Java" -description: "H - Hospital Item Identification" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibcpasdatatype/hospital_item_identification/ ---- - -## HIBCPASDataType::HOSPITAL_ITEM_IDENTIFICATION Enum Value - -**Value:** `7` - - -H - Hospital Item Identification - diff --git a/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/implantable_product_information/_index.md b/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/implantable_product_information/_index.md deleted file mode 100644 index ca32afef9..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/implantable_product_information/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HIBCPASDataType::IMPLANTABLE_PRODUCT_INFORMATION" -linktitle: "IMPLANTABLE_PRODUCT_INFORMATION" -articleTitle: "IMPLANTABLE_PRODUCT_INFORMATION" -second_title: "Aspose.BarCode for PHP via Java" -description: "G - Implantable Product Information" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibcpasdatatype/implantable_product_information/ ---- - -## HIBCPASDataType::IMPLANTABLE_PRODUCT_INFORMATION Enum Value - -**Value:** `6` - - -G - Implantable Product Information - diff --git a/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/labeler_identification_code/_index.md b/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/labeler_identification_code/_index.md deleted file mode 100644 index 03678371c..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/labeler_identification_code/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HIBCPASDataType::LABELER_IDENTIFICATION_CODE" -linktitle: "LABELER_IDENTIFICATION_CODE" -articleTitle: "LABELER_IDENTIFICATION_CODE" -second_title: "Aspose.BarCode for PHP via Java" -description: "A - Labeler Identification Code" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibcpasdatatype/labeler_identification_code/ ---- - -## HIBCPASDataType::LABELER_IDENTIFICATION_CODE Enum Value - -**Value:** `0` - - -A - Labeler Identification Code - diff --git a/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/library_materials_identification/_index.md b/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/library_materials_identification/_index.md deleted file mode 100644 index f32c790c0..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/library_materials_identification/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HIBCPASDataType::LIBRARY_MATERIALS_IDENTIFICATION" -linktitle: "LIBRARY_MATERIALS_IDENTIFICATION" -articleTitle: "LIBRARY_MATERIALS_IDENTIFICATION" -second_title: "Aspose.BarCode for PHP via Java" -description: "R - Library Materials Identification" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibcpasdatatype/library_materials_identification/ ---- - -## HIBCPASDataType::LIBRARY_MATERIALS_IDENTIFICATION Enum Value - -**Value:** `17` - - -R - Library Materials Identification - diff --git a/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/manufacturer_serial_number/_index.md b/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/manufacturer_serial_number/_index.md deleted file mode 100644 index 388e2353f..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/manufacturer_serial_number/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HIBCPASDataType::MANUFACTURER_SERIAL_NUMBER" -linktitle: "MANUFACTURER_SERIAL_NUMBER" -articleTitle: "MANUFACTURER_SERIAL_NUMBER" -second_title: "Aspose.BarCode for PHP via Java" -description: "Q - Manufacturer Serial Number" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibcpasdatatype/manufacturer_serial_number/ ---- - -## HIBCPASDataType::MANUFACTURER_SERIAL_NUMBER Enum Value - -**Value:** `16` - - -Q - Manufacturer Serial Number - diff --git a/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/medical_procedure_identification/_index.md b/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/medical_procedure_identification/_index.md deleted file mode 100644 index eb717280c..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/medical_procedure_identification/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HIBCPASDataType::MEDICAL_PROCEDURE_IDENTIFICATION" -linktitle: "MEDICAL_PROCEDURE_IDENTIFICATION" -articleTitle: "MEDICAL_PROCEDURE_IDENTIFICATION" -second_title: "Aspose.BarCode for PHP via Java" -description: "I - Medical Procedure Identification" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibcpasdatatype/medical_procedure_identification/ ---- - -## HIBCPASDataType::MEDICAL_PROCEDURE_IDENTIFICATION Enum Value - -**Value:** `8` - - -I - Medical Procedure Identification - diff --git a/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/patient_identification/_index.md b/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/patient_identification/_index.md deleted file mode 100644 index 1343cacd5..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/patient_identification/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HIBCPASDataType::PATIENT_IDENTIFICATION" -linktitle: "PATIENT_IDENTIFICATION" -articleTitle: "PATIENT_IDENTIFICATION" -second_title: "Aspose.BarCode for PHP via Java" -description: "C - Patient Identification" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibcpasdatatype/patient_identification/ ---- - -## HIBCPASDataType::PATIENT_IDENTIFICATION Enum Value - -**Value:** `2` - - -C - Patient Identification - diff --git a/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/patient_visit_id/_index.md b/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/patient_visit_id/_index.md deleted file mode 100644 index e714a0233..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/patient_visit_id/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HIBCPASDataType::PATIENT_VISIT_ID" -linktitle: "PATIENT_VISIT_ID" -articleTitle: "PATIENT_VISIT_ID" -second_title: "Aspose.BarCode for PHP via Java" -description: "V - Patient Visit ID" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibcpasdatatype/patient_visit_id/ ---- - -## HIBCPASDataType::PATIENT_VISIT_ID Enum Value - -**Value:** `21` - - -V - Patient Visit ID - diff --git a/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/personnel_identification/_index.md b/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/personnel_identification/_index.md deleted file mode 100644 index 4ab5cac30..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/personnel_identification/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HIBCPASDataType::PERSONNEL_IDENTIFICATION" -linktitle: "PERSONNEL_IDENTIFICATION" -articleTitle: "PERSONNEL_IDENTIFICATION" -second_title: "Aspose.BarCode for PHP via Java" -description: "E - Personnel Identification" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibcpasdatatype/personnel_identification/ ---- - -## HIBCPASDataType::PERSONNEL_IDENTIFICATION Enum Value - -**Value:** `4` - - -E - Personnel Identification - diff --git a/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/purchase_order_number/_index.md b/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/purchase_order_number/_index.md deleted file mode 100644 index b52b93257..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/purchase_order_number/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HIBCPASDataType::PURCHASE_ORDER_NUMBER" -linktitle: "PURCHASE_ORDER_NUMBER" -articleTitle: "PURCHASE_ORDER_NUMBER" -second_title: "Aspose.BarCode for PHP via Java" -description: "O - Purchase Order Number" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibcpasdatatype/purchase_order_number/ ---- - -## HIBCPASDataType::PURCHASE_ORDER_NUMBER Enum Value - -**Value:** `14` - - -O - Purchase Order Number - diff --git a/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/reimbursement_category/_index.md b/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/reimbursement_category/_index.md deleted file mode 100644 index a72dd02b2..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/reimbursement_category/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HIBCPASDataType::REIMBURSEMENT_CATEGORY" -linktitle: "REIMBURSEMENT_CATEGORY" -articleTitle: "REIMBURSEMENT_CATEGORY" -second_title: "Aspose.BarCode for PHP via Java" -description: "J - Reimbursement Category" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibcpasdatatype/reimbursement_category/ ---- - -## HIBCPASDataType::REIMBURSEMENT_CATEGORY Enum Value - -**Value:** `9` - - -J - Reimbursement Category - diff --git a/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/service_identification/_index.md b/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/service_identification/_index.md deleted file mode 100644 index 3c4df986f..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/service_identification/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HIBCPASDataType::SERVICE_IDENTIFICATION" -linktitle: "SERVICE_IDENTIFICATION" -articleTitle: "SERVICE_IDENTIFICATION" -second_title: "Aspose.BarCode for PHP via Java" -description: "B - Service Identification" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibcpasdatatype/service_identification/ ---- - -## HIBCPASDataType::SERVICE_IDENTIFICATION Enum Value - -**Value:** `1` - - -B - Service Identification - diff --git a/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/specimen_identification/_index.md b/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/specimen_identification/_index.md deleted file mode 100644 index 446ebc2b3..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/specimen_identification/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HIBCPASDataType::SPECIMEN_IDENTIFICATION" -linktitle: "SPECIMEN_IDENTIFICATION" -articleTitle: "SPECIMEN_IDENTIFICATION" -second_title: "Aspose.BarCode for PHP via Java" -description: "D - Specimen Identification" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibcpasdatatype/specimen_identification/ ---- - -## HIBCPASDataType::SPECIMEN_IDENTIFICATION Enum Value - -**Value:** `3` - - -D - Specimen Identification - diff --git a/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/user_defined/_index.md b/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/user_defined/_index.md deleted file mode 100644 index 7502d7fd3..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/user_defined/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HIBCPASDataType::USER_DEFINED" -linktitle: "USER_DEFINED" -articleTitle: "USER_DEFINED" -second_title: "Aspose.BarCode for PHP via Java" -description: "Z - User Defined" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibcpasdatatype/user_defined/ ---- - -## HIBCPASDataType::USER_DEFINED Enum Value - -**Value:** `25` - - -Z - User Defined - diff --git a/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/xml_document/_index.md b/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/xml_document/_index.md deleted file mode 100644 index 6c3186dc8..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibcpasdatatype/xml_document/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HIBCPASDataType::XML_DOCUMENT" -linktitle: "XML_DOCUMENT" -articleTitle: "XML_DOCUMENT" -second_title: "Aspose.BarCode for PHP via Java" -description: "X - XML Document" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibcpasdatatype/xml_document/ ---- - -## HIBCPASDataType::XML_DOCUMENT Enum Value - -**Value:** `22` - - -X - XML Document - diff --git a/english/php/aspose.barcode.complexbarcode/hibcpasrecord/_index.md b/english/php/aspose.barcode.complexbarcode/hibcpasrecord/_index.md index 118191c71..12ac461b7 100644 --- a/english/php/aspose.barcode.complexbarcode/hibcpasrecord/_index.md +++ b/english/php/aspose.barcode.complexbarcode/hibcpasrecord/_index.md @@ -1,7 +1,6 @@ --- -title: "HIBCPASRecord Class" +title: "HIBCPASRecord" linktitle: "HIBCPASRecord" -articleTitle: "HIBCPASRecord" second_title: "Aspose.BarCode for PHP via Java" description: "Class for storing HIBC PAS record." type: docs @@ -21,17 +20,59 @@ Class for storing HIBC PAS record. | Name | Description | | --- | --- | -| [__construct](./hibcpasrecord/) | HIBCPASRecord constructor | +| [__construct](#constructor) | HIBCPASRecord constructor | ## Methods | Name | Static | Description | | --- | --- | --- | -| [construct](./construct/) | Yes | HIBCPASRecord constructor | +| [construct](#construct) | Yes | HIBCPASRecord constructor | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [Data](./data/) | Read/Write | Identifies data. | -| [DataType](./datatype/) | Read/Write | Identifies data type. | +| [Data](#data) | Read/Write | Identifies data. | +| [DataType](#datatype) | Read/Write | Identifies data type. | + +### HIBCPASRecord__construct(int $dataType, string $data) {#constructor} + +HIBCPASRecord constructor + +| Parameter | Type | Description | +| --- | --- | --- | +| `$dataType` | `int` | | +| `$data` | `string` | | + +### constructconstruct($javaClass) (static) {#construct} + +HIBCPASRecord constructor + +| Parameter | Type | Description | +| --- | --- | --- | +| `$javaClass` | `` | | + +### Data {#data} + +**Access:** Read/Write + +Identifies data. + +Identifies data. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### DataType {#datatype} + +**Access:** Read/Write + +Identifies data type. + +Identifies data type. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + diff --git a/english/php/aspose.barcode.complexbarcode/hibcpasrecord/construct/_index.md b/english/php/aspose.barcode.complexbarcode/hibcpasrecord/construct/_index.md deleted file mode 100644 index 70ec102dc..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibcpasrecord/construct/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "HIBCPASRecord.construct" -linktitle: "construct" -articleTitle: "construct" -second_title: "Aspose.BarCode for PHP via Java" -description: "HIBCPASRecord constructor" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibcpasrecord/construct/ ---- - -## HIBCPASRecord.construct - -```php -construct($javaClass) -``` - - -HIBCPASRecord constructor - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$javaClass` | `` | | diff --git a/english/php/aspose.barcode.complexbarcode/hibcpasrecord/data/_index.md b/english/php/aspose.barcode.complexbarcode/hibcpasrecord/data/_index.md deleted file mode 100644 index 3df5430d9..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibcpasrecord/data/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "HIBCPASRecord.Data" -linktitle: "Data" -articleTitle: "Data" -second_title: "Aspose.BarCode for PHP via Java" -description: "Identifies data." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibcpasrecord/data/ ---- - -## HIBCPASRecord.Data - -**Access:** Read/Write - - -### Get - -Identifies data. - - -### Set - -Identifies data. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/hibcpasrecord/datatype/_index.md b/english/php/aspose.barcode.complexbarcode/hibcpasrecord/datatype/_index.md deleted file mode 100644 index cfa28d308..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibcpasrecord/datatype/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "HIBCPASRecord.DataType" -linktitle: "DataType" -articleTitle: "DataType" -second_title: "Aspose.BarCode for PHP via Java" -description: "Identifies data type." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibcpasrecord/datatype/ ---- - -## HIBCPASRecord.DataType - -**Access:** Read/Write - - -### Get - -Identifies data type. - - -### Set - -Identifies data type. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.complexbarcode/hibcpasrecord/hibcpasrecord/_index.md b/english/php/aspose.barcode.complexbarcode/hibcpasrecord/hibcpasrecord/_index.md deleted file mode 100644 index a7727f5ab..000000000 --- a/english/php/aspose.barcode.complexbarcode/hibcpasrecord/hibcpasrecord/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: "HIBCPASRecord" -linktitle: "HIBCPASRecord" -articleTitle: "HIBCPASRecord" -second_title: "Aspose.BarCode for PHP via Java" -description: "HIBCPASRecord constructor" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/hibcpasrecord/hibcpasrecord/ ---- - -## HIBCPASRecord Constructor - -```php -__construct(int $dataType, string $data) -``` - - -HIBCPASRecord constructor - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$dataType` | `int` | | -| `$data` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/icomplexcodetext/_index.md b/english/php/aspose.barcode.complexbarcode/icomplexcodetext/_index.md index 3ad3f57dc..54813b6fd 100644 --- a/english/php/aspose.barcode.complexbarcode/icomplexcodetext/_index.md +++ b/english/php/aspose.barcode.complexbarcode/icomplexcodetext/_index.md @@ -1,7 +1,6 @@ --- -title: "IComplexCodetext Class" +title: "IComplexCodetext" linktitle: "IComplexCodetext" -articleTitle: "IComplexCodetext" second_title: "Aspose.BarCode for PHP via Java" description: "Interface for complex codetext used with ComplexBarcodeGenerator." type: docs @@ -21,11 +20,35 @@ Interface for complex codetext used with ComplexBarcodeGenerator. | Name | Static | Description | | --- | --- | --- | -| [initFromString](./initfromstring/) | No | Initializes instance with constructed codetext. | +| [initFromString](#initfromstring) | No | Initializes instance with constructed codetext. | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [BarcodeType](./barcodetype/) | Read-only | Gets barcode type. | -| [ConstructedCodetext](./constructedcodetext/) | Read-only | Construct codetext for complex barcode | +| [BarcodeType](#barcodetype) | Read-only | Gets barcode type. | +| [ConstructedCodetext](#constructedcodetext) | Read-only | Construct codetext for complex barcode | +### initFromStringinitFromString(string $constructedCodetext) {#initfromstring} + +Initializes instance with constructed codetext. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$constructedCodetext` | `string` | | + +### BarcodeType {#barcodetype} + +**Access:** Read-only + +**Returns:** int Barcode type. + +Gets barcode type. + +### ConstructedCodetext {#constructedcodetext} + +**Access:** Read-only + +**Returns:** string Constructed codetext + +Construct codetext for complex barcode + diff --git a/english/php/aspose.barcode.complexbarcode/icomplexcodetext/barcodetype/_index.md b/english/php/aspose.barcode.complexbarcode/icomplexcodetext/barcodetype/_index.md deleted file mode 100644 index 41d0dfe4b..000000000 --- a/english/php/aspose.barcode.complexbarcode/icomplexcodetext/barcodetype/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "IComplexCodetext.BarcodeType" -linktitle: "BarcodeType" -articleTitle: "BarcodeType" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets barcode type." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/icomplexcodetext/barcodetype/ ---- - -## IComplexCodetext.BarcodeType - -**Access:** Read-only - - -**Returns:** int Barcode type. - - -### Get - -Gets barcode type. - diff --git a/english/php/aspose.barcode.complexbarcode/icomplexcodetext/constructedcodetext/_index.md b/english/php/aspose.barcode.complexbarcode/icomplexcodetext/constructedcodetext/_index.md deleted file mode 100644 index 2c5e650ce..000000000 --- a/english/php/aspose.barcode.complexbarcode/icomplexcodetext/constructedcodetext/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "IComplexCodetext.ConstructedCodetext" -linktitle: "ConstructedCodetext" -articleTitle: "ConstructedCodetext" -second_title: "Aspose.BarCode for PHP via Java" -description: "Construct codetext for complex barcode" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/icomplexcodetext/constructedcodetext/ ---- - -## IComplexCodetext.ConstructedCodetext - -**Access:** Read-only - - -**Returns:** string Constructed codetext - - -### Get - -Construct codetext for complex barcode - diff --git a/english/php/aspose.barcode.complexbarcode/icomplexcodetext/initfromstring/_index.md b/english/php/aspose.barcode.complexbarcode/icomplexcodetext/initfromstring/_index.md deleted file mode 100644 index 0156200e8..000000000 --- a/english/php/aspose.barcode.complexbarcode/icomplexcodetext/initfromstring/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "IComplexCodetext.initFromString" -linktitle: "initFromString" -articleTitle: "initFromString" -second_title: "Aspose.BarCode for PHP via Java" -description: "Initializes instance with constructed codetext." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/icomplexcodetext/initfromstring/ ---- - -## IComplexCodetext.initFromString - -```php -initFromString(string $constructedCodetext) -``` - - -Initializes instance with constructed codetext. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$constructedCodetext` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/mailmark2dcodetext/_index.md b/english/php/aspose.barcode.complexbarcode/mailmark2dcodetext/_index.md index f98c66d94..6ae0d2e0b 100644 --- a/english/php/aspose.barcode.complexbarcode/mailmark2dcodetext/_index.md +++ b/english/php/aspose.barcode.complexbarcode/mailmark2dcodetext/_index.md @@ -1,7 +1,6 @@ --- -title: "Mailmark2DCodetext Class" +title: "Mailmark2DCodetext" linktitle: "Mailmark2DCodetext" -articleTitle: "Mailmark2DCodetext" second_title: "Aspose.BarCode for PHP via Java" description: "Class for encoding and decoding the text embedded in the Royal Mail 2D Mailmark code." type: docs @@ -21,30 +20,233 @@ Class for encoding and decoding the text embedded in the Royal Mail 2D Mailmark | Name | Description | | --- | --- | -| [__construct](./mailmark2dcodetext/) | Create default instance of Mailmark2DCodetext class. | +| [__construct](#constructor) | Create default instance of Mailmark2DCodetext class. | ## Methods | Name | Static | Description | | --- | --- | --- | -| [construct](./construct/) | Yes | | -| [initFromString](./initfromstring/) | No | Initializes Mailmark data from constructed codetext. | +| [construct](#construct) | Yes | | +| [initFromString](#initfromstring) | No | Initializes Mailmark data from constructed codetext. | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [BarcodeType](./barcodetype/) | Read-only | Gets barcode type. | -| [Class_](./class_/) | Read/Write | Identifies the class of the item. Valid Values: "1" - 1C (Retail) "2" - 2C (Retail) "3" - Economy (Retail) "5" - Deffered (Retail) "8" - Premium (Network Access) "9" - Standard (Network Access) | -| [ConstructedCodetext](./constructedcodetext/) | Read-only | Construct codetext from Mailmark data. | -| [CustomerContent](./customercontent/) | Read/Write | Optional space for use by customer. Max length by Type: Type 7: 6 characters Type 9: 45 characters Type 29: 25 characters | -| [CustomerContentEncodeMode](./customercontentencodemode/) | Read/Write | Encode mode of Datamatrix barcode. Default value: DataMatrixEncodeMode.C40. | -| [DataMatrixType](./datamatrixtype/) | Read/Write | 2D Mailmark Type defines size of Data Matrix barcode. | -| [DestinationPostCodeAndDPS](./destinationpostcodeanddps/) | Read/Write | Contains the Postcode of the Delivery Address with DPS If inland the Postcode/DP contains the following number of characters. Area (1 or 2 characters) District(1 or 2 characters) Sector(1 character) Unit(2 characters) DPS (2 characters). The Postcode and DPS must comply with a valid PAF® format. | -| [InformationTypeID](./informationtypeid/) | Read/Write | Identifies the Royal Mail Mailmark barcode payload for each product type. Valid Values: "0" - Domestic Sorted & Unsorted "A" - Online Postage "B" - Franking "C" - Consolidation | -| [ItemID](./itemid/) | Read/Write | Identifies the unique item within the Supply Chain ID. Every Mailmark barcode is required to carry an ID so it can be uniquely identified for at least 90 days. Max value: 99999999. | -| [RTSFlag](./rtsflag/) | Read/Write | Flag which indicates what level of Return to Sender service is being requested. | -| [ReturnToSenderPostCode](./returntosenderpostcode/) | Read/Write | Contains the Return to Sender Post Code but no DPS. The PC(without DPS) must comply with a PAF® format. | -| [SupplyChainID](./supplychainid/) | Read/Write | Identifies the unique group of customers involved in the mailing. Max value: 9999999. | -| [UPUCountryID](./upucountryid/) | Read/Write | Identifies the UPU Country ID.Max length: 4 characters. | -| [VersionID](./versionid/) | Read/Write | Identifies the barcode version as relevant to each Information Type ID. Valid Values: Currently "1". "0" & "2" to "9" and "A" to "Z" spare reserved for potential future use. | +| [BarcodeType](#barcodetype) | Read-only | Gets barcode type. | +| [Class_](#class_) | Read/Write | Identifies the class of the item. Valid Values: "1" - 1C (Retail) "2" - 2C (Retail) "3" - Economy (Retail) "5" - Deffered (Retail) "8" - Premium (Network Access) "9" - Standard (Network Access) | +| [ConstructedCodetext](#constructedcodetext) | Read-only | Construct codetext from Mailmark data. | +| [CustomerContent](#customercontent) | Read/Write | Optional space for use by customer. Max length by Type: Type 7: 6 characters Type 9: 45 characters Type 29: 25 characters | +| [CustomerContentEncodeMode](#customercontentencodemode) | Read/Write | Encode mode of Datamatrix barcode. Default value: DataMatrixEncodeMode.C40. | +| [DataMatrixType](#datamatrixtype) | Read/Write | 2D Mailmark Type defines size of Data Matrix barcode. | +| [DestinationPostCodeAndDPS](#destinationpostcodeanddps) | Read/Write | Contains the Postcode of the Delivery Address with DPS If inland the Postcode/DP contains the following number of characters. Area (1 or 2 characters) District(1 or 2 characters) Sector(1 character) Unit(2 characters) DPS (2 characters). The Postcode and DPS must comply with a valid PAF® format. | +| [InformationTypeID](#informationtypeid) | Read/Write | Identifies the Royal Mail Mailmark barcode payload for each product type. Valid Values: "0" - Domestic Sorted & Unsorted "A" - Online Postage "B" - Franking "C" - Consolidation | +| [ItemID](#itemid) | Read/Write | Identifies the unique item within the Supply Chain ID. Every Mailmark barcode is required to carry an ID so it can be uniquely identified for at least 90 days. Max value: 99999999. | +| [RTSFlag](#rtsflag) | Read/Write | Flag which indicates what level of Return to Sender service is being requested. | +| [ReturnToSenderPostCode](#returntosenderpostcode) | Read/Write | Contains the Return to Sender Post Code but no DPS. The PC(without DPS) must comply with a PAF® format. | +| [SupplyChainID](#supplychainid) | Read/Write | Identifies the unique group of customers involved in the mailing. Max value: 9999999. | +| [UPUCountryID](#upucountryid) | Read/Write | Identifies the UPU Country ID.Max length: 4 characters. | +| [VersionID](#versionid) | Read/Write | Identifies the barcode version as relevant to each Information Type ID. Valid Values: Currently "1". "0" & "2" to "9" and "A" to "Z" spare reserved for potential future use. | + +### Mailmark2DCodetext__construct() {#constructor} + +Create default instance of Mailmark2DCodetext class. + +### constructconstruct($complexCodetextDTO) (static) {#construct} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$complexCodetextDTO` | `` | | + +### initFromStringinitFromString($constructedCodetext) {#initfromstring} + +Initializes Mailmark data from constructed codetext. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$constructedCodetext` | `` | | + +### BarcodeType {#barcodetype} + +**Access:** Read-only + +**Returns:** int Barcode type. + +Gets barcode type. + +### Class_ {#class_} + +**Access:** Read/Write + +**Returns:** string class of the item + +Identifies the class of the item. Valid Values: "1" - 1C (Retail) "2" - 2C (Retail) "3" - Economy (Retail) "5" - Deffered (Retail) "8" - Premium (Network Access) "9" - Standard (Network Access) + +Identifies the class of the item. Valid Values: "1" - 1C (Retail) "2" - 2C (Retail) "3" - Economy (Retail) "5" - Deffered (Retail) "8" - Premium (Network Access) "9" - Standard (Network Access) + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### ConstructedCodetext {#constructedcodetext} + +**Access:** Read-only + +**Returns:** string Constructed codetext + +Construct codetext from Mailmark data. + +### CustomerContent {#customercontent} + +**Access:** Read/Write + +**Returns:** string Customer content + +Optional space for use by customer. Max length by Type: Type 7: 6 characters Type 9: 45 characters Type 29: 25 characters + +Optional space for use by customer. Max length by Type: Type 7: 6 characters Type 9: 45 characters Type 29: 25 characters + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### CustomerContentEncodeMode {#customercontentencodemode} + +**Access:** Read/Write + +**Returns:** int Encode mode of Datamatrix barcode. + +Encode mode of Datamatrix barcode. Default value: DataMatrixEncodeMode.C40. + +Encode mode of Datamatrix barcode. Default value: DataMatrixEncodeMode.C40. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### DataMatrixType {#datamatrixtype} + +**Access:** Read/Write + +**Returns:** int Size of Data Matrix barcode + +2D Mailmark Type defines size of Data Matrix barcode. + +2D Mailmark Type defines size of Data Matrix barcode. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### DestinationPostCodeAndDPS {#destinationpostcodeanddps} + +**Access:** Read/Write + +**Returns:** string the Postcode of the Delivery Address with DPS + +Contains the Postcode of the Delivery Address with DPS If inland the Postcode/DP contains the following number of characters. Area (1 or 2 characters) District(1 or 2 characters) Sector(1 character) Unit(2 characters) DPS (2 characters). The Postcode and DPS must comply with a valid PAF® format. + +Contains the Postcode of the Delivery Address with DPS If inland the Postcode/DP contains the following number of characters. Area (1 or 2 characters) District(1 or 2 characters) Sector(1 character) Unit(2 characters) DPS (2 characters). The Postcode and DPS must comply with a valid PAF® format. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### InformationTypeID {#informationtypeid} + +**Access:** Read/Write + +**Returns:** string Information type ID + +Identifies the Royal Mail Mailmark barcode payload for each product type. Valid Values: "0" - Domestic Sorted & Unsorted "A" - Online Postage "B" - Franking "C" - Consolidation + +Identifies the Royal Mail Mailmark barcode payload for each product type. Valid Values: "0" - Domestic Sorted & Unsorted "A" - Online Postage "B" - Franking "C" - Consolidation + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### ItemID {#itemid} + +**Access:** Read/Write + +**Returns:** int item within the Supply Chain ID + +Identifies the unique item within the Supply Chain ID. Every Mailmark barcode is required to carry an ID so it can be uniquely identified for at least 90 days. Max value: 99999999. + +Identifies the unique item within the Supply Chain ID. Every Mailmark barcode is required to carry an ID so it can be uniquely identified for at least 90 days. Max value: 99999999. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### RTSFlag {#rtsflag} + +**Access:** Read/Write + +**Returns:** string RTS Flag + +Flag which indicates what level of Return to Sender service is being requested. + +Flag which indicates what level of Return to Sender service is being requested. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### ReturnToSenderPostCode {#returntosenderpostcode} + +**Access:** Read/Write + +**Returns:** string Return to Sender Post Code but no DPS + +Contains the Return to Sender Post Code but no DPS. The PC(without DPS) must comply with a PAF® format. + +Contains the Return to Sender Post Code but no DPS. The PC(without DPS) must comply with a PAF® format. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### SupplyChainID {#supplychainid} + +**Access:** Read/Write + +**Returns:** int Supply chain ID + +Identifies the unique group of customers involved in the mailing. Max value: 9999999. + +Identifies the unique group of customers involved in the mailing. Max value: 9999999. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### UPUCountryID {#upucountryid} + +**Access:** Read/Write + +**Returns:** string Country ID + +Identifies the UPU Country ID.Max length: 4 characters. + +Identifies the UPU Country ID.Max length: 4 characters. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### VersionID {#versionid} + +**Access:** Read/Write + +**Returns:** string Version ID + +Identifies the barcode version as relevant to each Information Type ID. Valid Values: Currently "1". "0" & "2" to "9" and "A" to "Z" spare reserved for potential future use. + +Identifies the barcode version as relevant to each Information Type ID. Valid Values: Currently "1". "0" & "2" to "9" and "A" to "Z" spare reserved for potential future use. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + diff --git a/english/php/aspose.barcode.complexbarcode/mailmark2dcodetext/barcodetype/_index.md b/english/php/aspose.barcode.complexbarcode/mailmark2dcodetext/barcodetype/_index.md deleted file mode 100644 index 211695a26..000000000 --- a/english/php/aspose.barcode.complexbarcode/mailmark2dcodetext/barcodetype/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "Mailmark2DCodetext.BarcodeType" -linktitle: "BarcodeType" -articleTitle: "BarcodeType" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets barcode type." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/mailmark2dcodetext/barcodetype/ ---- - -## Mailmark2DCodetext.BarcodeType - -**Access:** Read-only - - -**Returns:** int Barcode type. - - -### Get - -Gets barcode type. - diff --git a/english/php/aspose.barcode.complexbarcode/mailmark2dcodetext/class_/_index.md b/english/php/aspose.barcode.complexbarcode/mailmark2dcodetext/class_/_index.md deleted file mode 100644 index 5cbb96fdd..000000000 --- a/english/php/aspose.barcode.complexbarcode/mailmark2dcodetext/class_/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Mailmark2DCodetext.Class_" -linktitle: "Class_" -articleTitle: "Class_" -second_title: "Aspose.BarCode for PHP via Java" -description: "Identifies the class of the item. Valid Values: \"1\" - 1C (Retail) \"2\" - 2C (Retail) \"3\" - Economy (Retail) \"5\" - Deffered (Retail) \"8\" - Premium (Network Access) \"9\" - Standard (Network Access)" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/mailmark2dcodetext/class_/ ---- - -## Mailmark2DCodetext.Class_ - -**Access:** Read/Write - - -**Returns:** string class of the item - - -### Get - -Identifies the class of the item. Valid Values: "1" - 1C (Retail) "2" - 2C (Retail) "3" - Economy (Retail) "5" - Deffered (Retail) "8" - Premium (Network Access) "9" - Standard (Network Access) - - -### Set - -Identifies the class of the item. Valid Values: "1" - 1C (Retail) "2" - 2C (Retail) "3" - Economy (Retail) "5" - Deffered (Retail) "8" - Premium (Network Access) "9" - Standard (Network Access) - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/mailmark2dcodetext/construct/_index.md b/english/php/aspose.barcode.complexbarcode/mailmark2dcodetext/construct/_index.md deleted file mode 100644 index 9a73b5884..000000000 --- a/english/php/aspose.barcode.complexbarcode/mailmark2dcodetext/construct/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Mailmark2DCodetext.construct" -linktitle: "construct" -articleTitle: "construct" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/mailmark2dcodetext/construct/ ---- - -## Mailmark2DCodetext.construct - -```php -construct($complexCodetextDTO) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$complexCodetextDTO` | `` | | diff --git a/english/php/aspose.barcode.complexbarcode/mailmark2dcodetext/constructedcodetext/_index.md b/english/php/aspose.barcode.complexbarcode/mailmark2dcodetext/constructedcodetext/_index.md deleted file mode 100644 index 9ee6254ca..000000000 --- a/english/php/aspose.barcode.complexbarcode/mailmark2dcodetext/constructedcodetext/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "Mailmark2DCodetext.ConstructedCodetext" -linktitle: "ConstructedCodetext" -articleTitle: "ConstructedCodetext" -second_title: "Aspose.BarCode for PHP via Java" -description: "Construct codetext from Mailmark data." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/mailmark2dcodetext/constructedcodetext/ ---- - -## Mailmark2DCodetext.ConstructedCodetext - -**Access:** Read-only - - -**Returns:** string Constructed codetext - - -### Get - -Construct codetext from Mailmark data. - diff --git a/english/php/aspose.barcode.complexbarcode/mailmark2dcodetext/customercontent/_index.md b/english/php/aspose.barcode.complexbarcode/mailmark2dcodetext/customercontent/_index.md deleted file mode 100644 index 6a07617d3..000000000 --- a/english/php/aspose.barcode.complexbarcode/mailmark2dcodetext/customercontent/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Mailmark2DCodetext.CustomerContent" -linktitle: "CustomerContent" -articleTitle: "CustomerContent" -second_title: "Aspose.BarCode for PHP via Java" -description: "Optional space for use by customer. Max length by Type: Type 7: 6 characters Type 9: 45 characters Type 29: 25 characters" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/mailmark2dcodetext/customercontent/ ---- - -## Mailmark2DCodetext.CustomerContent - -**Access:** Read/Write - - -**Returns:** string Customer content - - -### Get - -Optional space for use by customer. Max length by Type: Type 7: 6 characters Type 9: 45 characters Type 29: 25 characters - - -### Set - -Optional space for use by customer. Max length by Type: Type 7: 6 characters Type 9: 45 characters Type 29: 25 characters - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/mailmark2dcodetext/customercontentencodemode/_index.md b/english/php/aspose.barcode.complexbarcode/mailmark2dcodetext/customercontentencodemode/_index.md deleted file mode 100644 index 82302f6c6..000000000 --- a/english/php/aspose.barcode.complexbarcode/mailmark2dcodetext/customercontentencodemode/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Mailmark2DCodetext.CustomerContentEncodeMode" -linktitle: "CustomerContentEncodeMode" -articleTitle: "CustomerContentEncodeMode" -second_title: "Aspose.BarCode for PHP via Java" -description: "Encode mode of Datamatrix barcode. Default value: DataMatrixEncodeMode.C40." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/mailmark2dcodetext/customercontentencodemode/ ---- - -## Mailmark2DCodetext.CustomerContentEncodeMode - -**Access:** Read/Write - - -**Returns:** int Encode mode of Datamatrix barcode. - - -### Get - -Encode mode of Datamatrix barcode. Default value: DataMatrixEncodeMode.C40. - - -### Set - -Encode mode of Datamatrix barcode. Default value: DataMatrixEncodeMode.C40. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.complexbarcode/mailmark2dcodetext/datamatrixtype/_index.md b/english/php/aspose.barcode.complexbarcode/mailmark2dcodetext/datamatrixtype/_index.md deleted file mode 100644 index 7d54aaa42..000000000 --- a/english/php/aspose.barcode.complexbarcode/mailmark2dcodetext/datamatrixtype/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Mailmark2DCodetext.DataMatrixType" -linktitle: "DataMatrixType" -articleTitle: "DataMatrixType" -second_title: "Aspose.BarCode for PHP via Java" -description: "2D Mailmark Type defines size of Data Matrix barcode." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/mailmark2dcodetext/datamatrixtype/ ---- - -## Mailmark2DCodetext.DataMatrixType - -**Access:** Read/Write - - -**Returns:** int Size of Data Matrix barcode - - -### Get - -2D Mailmark Type defines size of Data Matrix barcode. - - -### Set - -2D Mailmark Type defines size of Data Matrix barcode. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.complexbarcode/mailmark2dcodetext/destinationpostcodeanddps/_index.md b/english/php/aspose.barcode.complexbarcode/mailmark2dcodetext/destinationpostcodeanddps/_index.md deleted file mode 100644 index 342fdae37..000000000 --- a/english/php/aspose.barcode.complexbarcode/mailmark2dcodetext/destinationpostcodeanddps/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Mailmark2DCodetext.DestinationPostCodeAndDPS" -linktitle: "DestinationPostCodeAndDPS" -articleTitle: "DestinationPostCodeAndDPS" -second_title: "Aspose.BarCode for PHP via Java" -description: "Contains the Postcode of the Delivery Address with DPS If inland the Postcode/DP contains the following number of characters. Area (1 or 2 characters) District(1 or 2 characters) Sector(1 character) U" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/mailmark2dcodetext/destinationpostcodeanddps/ ---- - -## Mailmark2DCodetext.DestinationPostCodeAndDPS - -**Access:** Read/Write - - -**Returns:** string the Postcode of the Delivery Address with DPS - - -### Get - -Contains the Postcode of the Delivery Address with DPS If inland the Postcode/DP contains the following number of characters. Area (1 or 2 characters) District(1 or 2 characters) Sector(1 character) Unit(2 characters) DPS (2 characters). The Postcode and DPS must comply with a valid PAF® format. - - -### Set - -Contains the Postcode of the Delivery Address with DPS If inland the Postcode/DP contains the following number of characters. Area (1 or 2 characters) District(1 or 2 characters) Sector(1 character) Unit(2 characters) DPS (2 characters). The Postcode and DPS must comply with a valid PAF® format. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/mailmark2dcodetext/informationtypeid/_index.md b/english/php/aspose.barcode.complexbarcode/mailmark2dcodetext/informationtypeid/_index.md deleted file mode 100644 index a541c6238..000000000 --- a/english/php/aspose.barcode.complexbarcode/mailmark2dcodetext/informationtypeid/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Mailmark2DCodetext.InformationTypeID" -linktitle: "InformationTypeID" -articleTitle: "InformationTypeID" -second_title: "Aspose.BarCode for PHP via Java" -description: "Identifies the Royal Mail Mailmark barcode payload for each product type. Valid Values: \"0\" - Domestic Sorted & Unsorted \"A\" - Online Postage \"B\" - Franking \"C\" - Consolidation" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/mailmark2dcodetext/informationtypeid/ ---- - -## Mailmark2DCodetext.InformationTypeID - -**Access:** Read/Write - - -**Returns:** string Information type ID - - -### Get - -Identifies the Royal Mail Mailmark barcode payload for each product type. Valid Values: "0" - Domestic Sorted & Unsorted "A" - Online Postage "B" - Franking "C" - Consolidation - - -### Set - -Identifies the Royal Mail Mailmark barcode payload for each product type. Valid Values: "0" - Domestic Sorted & Unsorted "A" - Online Postage "B" - Franking "C" - Consolidation - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/mailmark2dcodetext/initfromstring/_index.md b/english/php/aspose.barcode.complexbarcode/mailmark2dcodetext/initfromstring/_index.md deleted file mode 100644 index 6df8f2f9a..000000000 --- a/english/php/aspose.barcode.complexbarcode/mailmark2dcodetext/initfromstring/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "Mailmark2DCodetext.initFromString" -linktitle: "initFromString" -articleTitle: "initFromString" -second_title: "Aspose.BarCode for PHP via Java" -description: "Initializes Mailmark data from constructed codetext." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/mailmark2dcodetext/initfromstring/ ---- - -## Mailmark2DCodetext.initFromString - -```php -initFromString($constructedCodetext) -``` - - -Initializes Mailmark data from constructed codetext. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$constructedCodetext` | `` | | diff --git a/english/php/aspose.barcode.complexbarcode/mailmark2dcodetext/itemid/_index.md b/english/php/aspose.barcode.complexbarcode/mailmark2dcodetext/itemid/_index.md deleted file mode 100644 index 295cb3c0e..000000000 --- a/english/php/aspose.barcode.complexbarcode/mailmark2dcodetext/itemid/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Mailmark2DCodetext.ItemID" -linktitle: "ItemID" -articleTitle: "ItemID" -second_title: "Aspose.BarCode for PHP via Java" -description: "Identifies the unique item within the Supply Chain ID. Every Mailmark barcode is required to carry an ID so it can be uniquely identified for at least 90 days. Max value: 99999999." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/mailmark2dcodetext/itemid/ ---- - -## Mailmark2DCodetext.ItemID - -**Access:** Read/Write - - -**Returns:** int item within the Supply Chain ID - - -### Get - -Identifies the unique item within the Supply Chain ID. Every Mailmark barcode is required to carry an ID so it can be uniquely identified for at least 90 days. Max value: 99999999. - - -### Set - -Identifies the unique item within the Supply Chain ID. Every Mailmark barcode is required to carry an ID so it can be uniquely identified for at least 90 days. Max value: 99999999. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.complexbarcode/mailmark2dcodetext/mailmark2dcodetext/_index.md b/english/php/aspose.barcode.complexbarcode/mailmark2dcodetext/mailmark2dcodetext/_index.md deleted file mode 100644 index 37ab9dcff..000000000 --- a/english/php/aspose.barcode.complexbarcode/mailmark2dcodetext/mailmark2dcodetext/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Mailmark2DCodetext" -linktitle: "Mailmark2DCodetext" -articleTitle: "Mailmark2DCodetext" -second_title: "Aspose.BarCode for PHP via Java" -description: "Create default instance of Mailmark2DCodetext class." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/mailmark2dcodetext/mailmark2dcodetext/ ---- - -## Mailmark2DCodetext Constructor - -```php -__construct() -``` - - -Create default instance of Mailmark2DCodetext class. - diff --git a/english/php/aspose.barcode.complexbarcode/mailmark2dcodetext/returntosenderpostcode/_index.md b/english/php/aspose.barcode.complexbarcode/mailmark2dcodetext/returntosenderpostcode/_index.md deleted file mode 100644 index 9904354f2..000000000 --- a/english/php/aspose.barcode.complexbarcode/mailmark2dcodetext/returntosenderpostcode/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Mailmark2DCodetext.ReturnToSenderPostCode" -linktitle: "ReturnToSenderPostCode" -articleTitle: "ReturnToSenderPostCode" -second_title: "Aspose.BarCode for PHP via Java" -description: "Contains the Return to Sender Post Code but no DPS. The PC(without DPS) must comply with a PAF® format." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/mailmark2dcodetext/returntosenderpostcode/ ---- - -## Mailmark2DCodetext.ReturnToSenderPostCode - -**Access:** Read/Write - - -**Returns:** string Return to Sender Post Code but no DPS - - -### Get - -Contains the Return to Sender Post Code but no DPS. The PC(without DPS) must comply with a PAF® format. - - -### Set - -Contains the Return to Sender Post Code but no DPS. The PC(without DPS) must comply with a PAF® format. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/mailmark2dcodetext/rtsflag/_index.md b/english/php/aspose.barcode.complexbarcode/mailmark2dcodetext/rtsflag/_index.md deleted file mode 100644 index 3842f1544..000000000 --- a/english/php/aspose.barcode.complexbarcode/mailmark2dcodetext/rtsflag/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Mailmark2DCodetext.RTSFlag" -linktitle: "RTSFlag" -articleTitle: "RTSFlag" -second_title: "Aspose.BarCode for PHP via Java" -description: "Flag which indicates what level of Return to Sender service is being requested." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/mailmark2dcodetext/rtsflag/ ---- - -## Mailmark2DCodetext.RTSFlag - -**Access:** Read/Write - - -**Returns:** string RTS Flag - - -### Get - -Flag which indicates what level of Return to Sender service is being requested. - - -### Set - -Flag which indicates what level of Return to Sender service is being requested. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/mailmark2dcodetext/supplychainid/_index.md b/english/php/aspose.barcode.complexbarcode/mailmark2dcodetext/supplychainid/_index.md deleted file mode 100644 index f13be5a05..000000000 --- a/english/php/aspose.barcode.complexbarcode/mailmark2dcodetext/supplychainid/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Mailmark2DCodetext.SupplyChainID" -linktitle: "SupplyChainID" -articleTitle: "SupplyChainID" -second_title: "Aspose.BarCode for PHP via Java" -description: "Identifies the unique group of customers involved in the mailing. Max value: 9999999." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/mailmark2dcodetext/supplychainid/ ---- - -## Mailmark2DCodetext.SupplyChainID - -**Access:** Read/Write - - -**Returns:** int Supply chain ID - - -### Get - -Identifies the unique group of customers involved in the mailing. Max value: 9999999. - - -### Set - -Identifies the unique group of customers involved in the mailing. Max value: 9999999. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.complexbarcode/mailmark2dcodetext/upucountryid/_index.md b/english/php/aspose.barcode.complexbarcode/mailmark2dcodetext/upucountryid/_index.md deleted file mode 100644 index 37843eb40..000000000 --- a/english/php/aspose.barcode.complexbarcode/mailmark2dcodetext/upucountryid/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Mailmark2DCodetext.UPUCountryID" -linktitle: "UPUCountryID" -articleTitle: "UPUCountryID" -second_title: "Aspose.BarCode for PHP via Java" -description: "Identifies the UPU Country ID.Max length: 4 characters." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/mailmark2dcodetext/upucountryid/ ---- - -## Mailmark2DCodetext.UPUCountryID - -**Access:** Read/Write - - -**Returns:** string Country ID - - -### Get - -Identifies the UPU Country ID.Max length: 4 characters. - - -### Set - -Identifies the UPU Country ID.Max length: 4 characters. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/mailmark2dcodetext/versionid/_index.md b/english/php/aspose.barcode.complexbarcode/mailmark2dcodetext/versionid/_index.md deleted file mode 100644 index 26f47084c..000000000 --- a/english/php/aspose.barcode.complexbarcode/mailmark2dcodetext/versionid/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Mailmark2DCodetext.VersionID" -linktitle: "VersionID" -articleTitle: "VersionID" -second_title: "Aspose.BarCode for PHP via Java" -description: "Identifies the barcode version as relevant to each Information Type ID. Valid Values: Currently \"1\". \"0\" & \"2\" to \"9\" and \"A\" to \"Z\" spare reserved for potential future use." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/mailmark2dcodetext/versionid/ ---- - -## Mailmark2DCodetext.VersionID - -**Access:** Read/Write - - -**Returns:** string Version ID - - -### Get - -Identifies the barcode version as relevant to each Information Type ID. Valid Values: Currently "1". "0" & "2" to "9" and "A" to "Z" spare reserved for potential future use. - - -### Set - -Identifies the barcode version as relevant to each Information Type ID. Valid Values: Currently "1". "0" & "2" to "9" and "A" to "Z" spare reserved for potential future use. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/mailmark2dtype/_index.md b/english/php/aspose.barcode.complexbarcode/mailmark2dtype/_index.md index 37856025b..ac0ef5d14 100644 --- a/english/php/aspose.barcode.complexbarcode/mailmark2dtype/_index.md +++ b/english/php/aspose.barcode.complexbarcode/mailmark2dtype/_index.md @@ -1,7 +1,6 @@ --- -title: "Mailmark2DType Enum" +title: "Mailmark2DType" linktitle: "Mailmark2DType" -articleTitle: "Mailmark2DType" second_title: "Aspose.BarCode for PHP via Java" description: "2D Mailmark Type defines size of Data Matrix barcode" type: docs @@ -21,7 +20,31 @@ url: /php/aspose.barcode.complexbarcode/mailmark2dtype/ | Name | Value | Description | | --- | --- | --- | -| [AUTO](./auto/) | `0` | Auto determine | -| [TYPE_29](./type_29/) | `3` | 16 x 48 modules | -| [TYPE_7](./type_7/) | `1` | 24 x 24 modules | -| [TYPE_9](./type_9/) | `2` | 32 x 32 modules | +| [AUTO](#auto) | `0` | Auto determine | +| [TYPE_29](#type_29) | `3` | 16 x 48 modules | +| [TYPE_7](#type_7) | `1` | 24 x 24 modules | +| [TYPE_9](#type_9) | `2` | 32 x 32 modules | +### AUTO {#auto} + +**Value:** `0` + +Auto determine + +### TYPE_29 {#type_29} + +**Value:** `3` + +16 x 48 modules + +### TYPE_7 {#type_7} + +**Value:** `1` + +24 x 24 modules + +### TYPE_9 {#type_9} + +**Value:** `2` + +32 x 32 modules + diff --git a/english/php/aspose.barcode.complexbarcode/mailmark2dtype/auto/_index.md b/english/php/aspose.barcode.complexbarcode/mailmark2dtype/auto/_index.md deleted file mode 100644 index 6101f8fa2..000000000 --- a/english/php/aspose.barcode.complexbarcode/mailmark2dtype/auto/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Mailmark2DType::AUTO" -linktitle: "AUTO" -articleTitle: "AUTO" -second_title: "Aspose.BarCode for PHP via Java" -description: "Auto determine" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/mailmark2dtype/auto/ ---- - -## Mailmark2DType::AUTO Enum Value - -**Value:** `0` - - -Auto determine - diff --git a/english/php/aspose.barcode.complexbarcode/mailmark2dtype/type_29/_index.md b/english/php/aspose.barcode.complexbarcode/mailmark2dtype/type_29/_index.md deleted file mode 100644 index eca5ffd9a..000000000 --- a/english/php/aspose.barcode.complexbarcode/mailmark2dtype/type_29/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Mailmark2DType::TYPE_29" -linktitle: "TYPE_29" -articleTitle: "TYPE_29" -second_title: "Aspose.BarCode for PHP via Java" -description: "16 x 48 modules" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/mailmark2dtype/type_29/ ---- - -## Mailmark2DType::TYPE_29 Enum Value - -**Value:** `3` - - -16 x 48 modules - diff --git a/english/php/aspose.barcode.complexbarcode/mailmark2dtype/type_7/_index.md b/english/php/aspose.barcode.complexbarcode/mailmark2dtype/type_7/_index.md deleted file mode 100644 index 93155ac11..000000000 --- a/english/php/aspose.barcode.complexbarcode/mailmark2dtype/type_7/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Mailmark2DType::TYPE_7" -linktitle: "TYPE_7" -articleTitle: "TYPE_7" -second_title: "Aspose.BarCode for PHP via Java" -description: "24 x 24 modules" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/mailmark2dtype/type_7/ ---- - -## Mailmark2DType::TYPE_7 Enum Value - -**Value:** `1` - - -24 x 24 modules - diff --git a/english/php/aspose.barcode.complexbarcode/mailmark2dtype/type_9/_index.md b/english/php/aspose.barcode.complexbarcode/mailmark2dtype/type_9/_index.md deleted file mode 100644 index aafd08953..000000000 --- a/english/php/aspose.barcode.complexbarcode/mailmark2dtype/type_9/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Mailmark2DType::TYPE_9" -linktitle: "TYPE_9" -articleTitle: "TYPE_9" -second_title: "Aspose.BarCode for PHP via Java" -description: "32 x 32 modules" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/mailmark2dtype/type_9/ ---- - -## Mailmark2DType::TYPE_9 Enum Value - -**Value:** `2` - - -32 x 32 modules - diff --git a/english/php/aspose.barcode.complexbarcode/mailmarkcodetext/_index.md b/english/php/aspose.barcode.complexbarcode/mailmarkcodetext/_index.md index 15ef7a977..197b1ae69 100644 --- a/english/php/aspose.barcode.complexbarcode/mailmarkcodetext/_index.md +++ b/english/php/aspose.barcode.complexbarcode/mailmarkcodetext/_index.md @@ -1,7 +1,6 @@ --- -title: "MailmarkCodetext Class" +title: "MailmarkCodetext" linktitle: "MailmarkCodetext" -articleTitle: "MailmarkCodetext" second_title: "Aspose.BarCode for PHP via Java" description: "Class for encoding and decoding the text embedded in the 4-state Royal Mailmark code." type: docs @@ -21,23 +20,124 @@ Class for encoding and decoding the text embedded in the 4-state Royal Mailmark | Name | Description | | --- | --- | -| [__construct](./mailmarkcodetext/) | Initializes a new instance of the class. | +| [__construct](#constructor) | Initializes a new instance of the class. | ## Methods | Name | Static | Description | | --- | --- | --- | -| [initFromString](./initfromstring/) | No | Initializes Mailmark data from constructed codetext. | +| [initFromString](#initfromstring) | No | Initializes Mailmark data from constructed codetext. | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [BarcodeType](./barcodetype/) | Read-only | Gets barcode type. | -| [Class_](./class_/) | Read/Write | "0" - Null or Test "1" - 1C (Retail) "2" - 2C (Retail) "3" - 3C (Retail) "4" - Premium (RetailPublishing Mail) (for potential future use) "5" - Deferred (Retail) "6" - Air (Retail) (for potential future use) "7" - Surface (Retail) (for potential future use) "8" - Premium (Network Access) "9" - Standard (Network Access) | -| [ConstructedCodetext](./constructedcodetext/) | Read-only | Construct codetext from Mailmark data. | -| [DestinationPostCodePlusDPS](./destinationpostcodeplusdps/) | Read/Write | The PC and DP must comply with a PAF format. Nine character string denoting international "XY11 " (note the 5 trailing spaces) or a pattern of characters denoting a domestic sorting code. A domestic sorting code consists of an outward postcode, an inward postcode, and a Delivery Point Suffix. | -| [Format](./format/) | Read/Write | "0" – Null or Test "1" – Letter "2" – Large Letter | -| [ItemID](./itemid/) | Read/Write | Maximum value is 99999999. | -| [SupplyChainID](./supplychainid/) | Read/Write | Maximum values are 99 for Barcode C and 999999 for Barcode L. | -| [VersionID](./versionid/) | Read/Write | Currently 1 – For Mailmark barcode (0 and 2 to 9 and A to Z spare for future use) | +| [BarcodeType](#barcodetype) | Read-only | Gets barcode type. | +| [Class_](#class_) | Read/Write | "0" - Null or Test "1" - 1C (Retail) "2" - 2C (Retail) "3" - 3C (Retail) "4" - Premium (RetailPublishing Mail) (for potential future use) "5" - Deferred (Retail) "6" - Air (Retail) (for potential future use) "7" - Surface (Retail) (for potential future use) "8" - Premium (Network Access) "9" - Standard (Network Access) | +| [ConstructedCodetext](#constructedcodetext) | Read-only | Construct codetext from Mailmark data. | +| [DestinationPostCodePlusDPS](#destinationpostcodeplusdps) | Read/Write | The PC and DP must comply with a PAF format. Nine character string denoting international "XY11 " (note the 5 trailing spaces) or a pattern of characters denoting a domestic sorting code. A domestic sorting code consists of an outward postcode, an inward postcode, and a Delivery Point Suffix. | +| [Format](#format) | Read/Write | "0" – Null or Test "1" – Letter "2" – Large Letter | +| [ItemID](#itemid) | Read/Write | Maximum value is 99999999. | +| [SupplyChainID](#supplychainid) | Read/Write | Maximum values are 99 for Barcode C and 999999 for Barcode L. | +| [VersionID](#versionid) | Read/Write | Currently 1 – For Mailmark barcode (0 and 2 to 9 and A to Z spare for future use) | + +### MailmarkCodetext__construct() {#constructor} + +Initializes a new instance of the class. + +### initFromStringinitFromString($constructedCodetext) {#initfromstring} + +Initializes Mailmark data from constructed codetext. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$constructedCodetext` | `` | | + +### BarcodeType {#barcodetype} + +**Access:** Read-only + +**Returns:** int Barcode type. + +Gets barcode type. + +### Class_ {#class_} + +**Access:** Read/Write + +"0" - Null or Test "1" - 1C (Retail) "2" - 2C (Retail) "3" - 3C (Retail) "4" - Premium (RetailPublishing Mail) (for potential future use) "5" - Deferred (Retail) "6" - Air (Retail) (for potential future use) "7" - Surface (Retail) (for potential future use) "8" - Premium (Network Access) "9" - Standard (Network Access) + +"0" - Null or Test "1" - 1C (Retail) "2" - 2C (Retail) "3" - 3C (Retail) "4" - Premium (RetailPublishing Mail) (for potential future use) "5" - Deferred (Retail) "6" - Air (Retail) (for potential future use) "7" - Surface (Retail) (for potential future use) "8" - Premium (Network Access) "9" - Standard (Network Access) + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### ConstructedCodetext {#constructedcodetext} + +**Access:** Read-only + +**Returns:** string Constructed codetext + +Construct codetext from Mailmark data. + +### DestinationPostCodePlusDPS {#destinationpostcodeplusdps} + +**Access:** Read/Write + +The PC and DP must comply with a PAF format. Nine character string denoting international "XY11 " (note the 5 trailing spaces) or a pattern of characters denoting a domestic sorting code. A domestic sorting code consists of an outward postcode, an inward postcode, and a Delivery Point Suffix. + +The PC and DP must comply with a PAF format. Nine character string denoting international "XY11 " (note the 5 trailing spaces) or a pattern of characters denoting a domestic sorting code. A domestic sorting code consists of an outward postcode, an inward postcode, and a Delivery Point Suffix. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### Format {#format} + +**Access:** Read/Write + +"0" – Null or Test "1" – Letter "2" – Large Letter + +"0" – Null or Test "1" – LetterN "2" – Large Letter + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### ItemID {#itemid} + +**Access:** Read/Write + +Maximum value is 99999999. + +Maximum value is 99999999. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### SupplyChainID {#supplychainid} + +**Access:** Read/Write + +Maximum values are 99 for Barcode C and 999999 for Barcode L. + +Maximum values are 99 for Barcode C and 999999 for Barcode L. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### VersionID {#versionid} + +**Access:** Read/Write + +Currently 1 – For Mailmark barcode (0 and 2 to 9 and A to Z spare for future use) + +Currently 1 – For Mailmark barcode (0 and 2 to 9 and A to Z spare for future use) + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + diff --git a/english/php/aspose.barcode.complexbarcode/mailmarkcodetext/barcodetype/_index.md b/english/php/aspose.barcode.complexbarcode/mailmarkcodetext/barcodetype/_index.md deleted file mode 100644 index ce487748c..000000000 --- a/english/php/aspose.barcode.complexbarcode/mailmarkcodetext/barcodetype/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "MailmarkCodetext.BarcodeType" -linktitle: "BarcodeType" -articleTitle: "BarcodeType" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets barcode type." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/mailmarkcodetext/barcodetype/ ---- - -## MailmarkCodetext.BarcodeType - -**Access:** Read-only - - -**Returns:** int Barcode type. - - -### Get - -Gets barcode type. - diff --git a/english/php/aspose.barcode.complexbarcode/mailmarkcodetext/class_/_index.md b/english/php/aspose.barcode.complexbarcode/mailmarkcodetext/class_/_index.md deleted file mode 100644 index e6144f1c0..000000000 --- a/english/php/aspose.barcode.complexbarcode/mailmarkcodetext/class_/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "MailmarkCodetext.Class_" -linktitle: "Class_" -articleTitle: "Class_" -second_title: "Aspose.BarCode for PHP via Java" -description: "\"0\" - Null or Test \"1\" - 1C (Retail) \"2\" - 2C (Retail) \"3\" - 3C (Retail) \"4\" - Premium (RetailPublishing Mail) (for potential future use) \"5\" - Deferred (Retail) \"6\" - Air (Retail) (for potential futu" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/mailmarkcodetext/class_/ ---- - -## MailmarkCodetext.Class_ - -**Access:** Read/Write - - -### Get - -"0" - Null or Test "1" - 1C (Retail) "2" - 2C (Retail) "3" - 3C (Retail) "4" - Premium (RetailPublishing Mail) (for potential future use) "5" - Deferred (Retail) "6" - Air (Retail) (for potential future use) "7" - Surface (Retail) (for potential future use) "8" - Premium (Network Access) "9" - Standard (Network Access) - - -### Set - -"0" - Null or Test "1" - 1C (Retail) "2" - 2C (Retail) "3" - 3C (Retail) "4" - Premium (RetailPublishing Mail) (for potential future use) "5" - Deferred (Retail) "6" - Air (Retail) (for potential future use) "7" - Surface (Retail) (for potential future use) "8" - Premium (Network Access) "9" - Standard (Network Access) - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/mailmarkcodetext/constructedcodetext/_index.md b/english/php/aspose.barcode.complexbarcode/mailmarkcodetext/constructedcodetext/_index.md deleted file mode 100644 index 3d6865cbb..000000000 --- a/english/php/aspose.barcode.complexbarcode/mailmarkcodetext/constructedcodetext/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "MailmarkCodetext.ConstructedCodetext" -linktitle: "ConstructedCodetext" -articleTitle: "ConstructedCodetext" -second_title: "Aspose.BarCode for PHP via Java" -description: "Construct codetext from Mailmark data." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/mailmarkcodetext/constructedcodetext/ ---- - -## MailmarkCodetext.ConstructedCodetext - -**Access:** Read-only - - -**Returns:** string Constructed codetext - - -### Get - -Construct codetext from Mailmark data. - diff --git a/english/php/aspose.barcode.complexbarcode/mailmarkcodetext/destinationpostcodeplusdps/_index.md b/english/php/aspose.barcode.complexbarcode/mailmarkcodetext/destinationpostcodeplusdps/_index.md deleted file mode 100644 index ff12c43f2..000000000 --- a/english/php/aspose.barcode.complexbarcode/mailmarkcodetext/destinationpostcodeplusdps/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "MailmarkCodetext.DestinationPostCodePlusDPS" -linktitle: "DestinationPostCodePlusDPS" -articleTitle: "DestinationPostCodePlusDPS" -second_title: "Aspose.BarCode for PHP via Java" -description: "The PC and DP must comply with a PAF format. Nine character string denoting international \"XY11 \" (note the 5 trailing spaces) or a pattern of characters denoting a domestic sorting code. A domestic s" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/mailmarkcodetext/destinationpostcodeplusdps/ ---- - -## MailmarkCodetext.DestinationPostCodePlusDPS - -**Access:** Read/Write - - -### Get - -The PC and DP must comply with a PAF format. Nine character string denoting international "XY11 " (note the 5 trailing spaces) or a pattern of characters denoting a domestic sorting code. A domestic sorting code consists of an outward postcode, an inward postcode, and a Delivery Point Suffix. - - -### Set - -The PC and DP must comply with a PAF format. Nine character string denoting international "XY11 " (note the 5 trailing spaces) or a pattern of characters denoting a domestic sorting code. A domestic sorting code consists of an outward postcode, an inward postcode, and a Delivery Point Suffix. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/mailmarkcodetext/format/_index.md b/english/php/aspose.barcode.complexbarcode/mailmarkcodetext/format/_index.md deleted file mode 100644 index 5e299b563..000000000 --- a/english/php/aspose.barcode.complexbarcode/mailmarkcodetext/format/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "MailmarkCodetext.Format" -linktitle: "Format" -articleTitle: "Format" -second_title: "Aspose.BarCode for PHP via Java" -description: "\"0\" – Null or Test \"1\" – Letter \"2\" – Large Letter" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/mailmarkcodetext/format/ ---- - -## MailmarkCodetext.Format - -**Access:** Read/Write - - -### Get - -"0" – Null or Test "1" – Letter "2" – Large Letter - - -### Set - -"0" – Null or Test "1" – LetterN "2" – Large Letter - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.complexbarcode/mailmarkcodetext/initfromstring/_index.md b/english/php/aspose.barcode.complexbarcode/mailmarkcodetext/initfromstring/_index.md deleted file mode 100644 index e7d160d18..000000000 --- a/english/php/aspose.barcode.complexbarcode/mailmarkcodetext/initfromstring/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "MailmarkCodetext.initFromString" -linktitle: "initFromString" -articleTitle: "initFromString" -second_title: "Aspose.BarCode for PHP via Java" -description: "Initializes Mailmark data from constructed codetext." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/mailmarkcodetext/initfromstring/ ---- - -## MailmarkCodetext.initFromString - -```php -initFromString($constructedCodetext) -``` - - -Initializes Mailmark data from constructed codetext. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$constructedCodetext` | `` | | diff --git a/english/php/aspose.barcode.complexbarcode/mailmarkcodetext/itemid/_index.md b/english/php/aspose.barcode.complexbarcode/mailmarkcodetext/itemid/_index.md deleted file mode 100644 index d8a5c3de2..000000000 --- a/english/php/aspose.barcode.complexbarcode/mailmarkcodetext/itemid/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "MailmarkCodetext.ItemID" -linktitle: "ItemID" -articleTitle: "ItemID" -second_title: "Aspose.BarCode for PHP via Java" -description: "Maximum value is 99999999." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/mailmarkcodetext/itemid/ ---- - -## MailmarkCodetext.ItemID - -**Access:** Read/Write - - -### Get - -Maximum value is 99999999. - - -### Set - -Maximum value is 99999999. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.complexbarcode/mailmarkcodetext/mailmarkcodetext/_index.md b/english/php/aspose.barcode.complexbarcode/mailmarkcodetext/mailmarkcodetext/_index.md deleted file mode 100644 index 873ea22f2..000000000 --- a/english/php/aspose.barcode.complexbarcode/mailmarkcodetext/mailmarkcodetext/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "MailmarkCodetext" -linktitle: "MailmarkCodetext" -articleTitle: "MailmarkCodetext" -second_title: "Aspose.BarCode for PHP via Java" -description: "Initializes a new instance of the class." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/mailmarkcodetext/mailmarkcodetext/ ---- - -## MailmarkCodetext Constructor - -```php -__construct() -``` - - -Initializes a new instance of the class. - diff --git a/english/php/aspose.barcode.complexbarcode/mailmarkcodetext/supplychainid/_index.md b/english/php/aspose.barcode.complexbarcode/mailmarkcodetext/supplychainid/_index.md deleted file mode 100644 index 3bd2d26a5..000000000 --- a/english/php/aspose.barcode.complexbarcode/mailmarkcodetext/supplychainid/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "MailmarkCodetext.SupplyChainID" -linktitle: "SupplyChainID" -articleTitle: "SupplyChainID" -second_title: "Aspose.BarCode for PHP via Java" -description: "Maximum values are 99 for Barcode C and 999999 for Barcode L." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/mailmarkcodetext/supplychainid/ ---- - -## MailmarkCodetext.SupplyChainID - -**Access:** Read/Write - - -### Get - -Maximum values are 99 for Barcode C and 999999 for Barcode L. - - -### Set - -Maximum values are 99 for Barcode C and 999999 for Barcode L. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.complexbarcode/mailmarkcodetext/versionid/_index.md b/english/php/aspose.barcode.complexbarcode/mailmarkcodetext/versionid/_index.md deleted file mode 100644 index 278f31b32..000000000 --- a/english/php/aspose.barcode.complexbarcode/mailmarkcodetext/versionid/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "MailmarkCodetext.VersionID" -linktitle: "VersionID" -articleTitle: "VersionID" -second_title: "Aspose.BarCode for PHP via Java" -description: "Currently 1 – For Mailmark barcode (0 and 2 to 9 and A to Z spare for future use)" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/mailmarkcodetext/versionid/ ---- - -## MailmarkCodetext.VersionID - -**Access:** Read/Write - - -### Get - -Currently 1 – For Mailmark barcode (0 and 2 to 9 and A to Z spare for future use) - - -### Set - -Currently 1 – For Mailmark barcode (0 and 2 to 9 and A to Z spare for future use) - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.complexbarcode/mandatoryfields/_index.md b/english/php/aspose.barcode.complexbarcode/mandatoryfields/_index.md index cc26cb65a..a81a1ebf8 100644 --- a/english/php/aspose.barcode.complexbarcode/mandatoryfields/_index.md +++ b/english/php/aspose.barcode.complexbarcode/mandatoryfields/_index.md @@ -1,7 +1,6 @@ --- -title: "MandatoryFields Class" +title: "MandatoryFields" linktitle: "MandatoryFields" -articleTitle: "MandatoryFields" second_title: "Aspose.BarCode for PHP via Java" description: "Mandatory elements (fields) of the card" type: docs @@ -21,29 +20,272 @@ Mandatory elements (fields) of the card | Name | Description | | --- | --- | -| [__construct](./mandatoryfields/) | | +| [__construct](#constructor) | | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [AddressCity](./addresscity/) | Read/Write | DAI, City portion of the cardholder address, DL/ID, V20ANS | -| [AddressPostalCode](./addresspostalcode/) | Read/Write | DAK, Postal code portion of the cardholder address in the U.S.and Canada. If the trailing portion of the postal code in the U.S. is not known, zeros will be used to fill the trailing set of numbers up to 9 digits, DL/ID, F11ANS | -| [AddressState](./addressstate/) | Read/Write | DAJ, State portion of the cardholder address, DL/ID, F2A | -| [AddressStreet1](./addressstreet1/) | Read/Write | DAG, Street portion of the cardholder address, DL/ID, V35ANS | -| [CountryIdentification](./countryidentification/) | Read/Write | DCG, Country in which DL/ID is issued. U.S. = USA, Canada = CAN, DL/ID, F3A | -| [CustomerIDNumber](./customeridnumber/) | Read/Write | DAQ, The number assigned or calculated by the issuing authority, DL/ID, V25ANS | -| [DateOfBirth](./dateofbirth/) | Read/Write | DBB, Date on which the document was issued, MMDDCCYY for U.S., CCYYMMDD for Canada, DL/ID, F8N | -| [DocumentDiscriminator](./documentdiscriminator/) | Read/Write | DCF, Number must uniquely identify a particular document issued to that customer from others that may have been issued in the past. This number may serve multiple purposes of document discrimination, audit information number, and/or inventory control, DL/ID, V25ANS | -| [EndorsementCodes](./endorsementcodes/) | Read/Write | DCD, Jurisdiction specific endorsement codes, DL, V5ANS | -| [EyeColor](./eyecolor/) | Read/Write | DAY, Color of cardholder's eyes. (ANSI D-20 codes). DL/ID, F3A | -| [FamilyName](./familyname/) | Read/Write | DCS, Family name of the cardholder, DL/ID, V40ANS | -| [FamilyNameTruncation](./familynametruncation/) | Read/Write | DDE, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncated(U), DL/ID, F1A | -| [FirstName](./firstname/) | Read/Write | DAC, First name of the cardholder, DL/ID, V40ANS | -| [FirstNameTruncation](./firstnametruncation/) | Read/Write | DDF, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncated(U), DL/ID, F1A | -| [Height](./height/) | Read/Write | DAU, Height of cardholder. Inches (in): number of inches followed by " in" ex. 6'1'' = "073 in" Centimeters(cm) : number of centimeters followed by " cm" ex. 181 centimeters="181 cm" , DL/ID, F6ANS | -| [MiddleName](./middlename/) | Read/Write | DAD, Middle name(s) of the cardholder. In the case of multiple middle names they shall be separated by a comma ",". , DL/ID, V40ANS | -| [MiddleNameTruncation](./middlenametruncation/) | Read/Write | DDG, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncated(U), DL/ID, F1A | -| [RestrictionCodes](./restrictioncodes/) | Read/Write | DCB, Jurisdiction-specific restrictions codes, DL, V12ANS | -| [Sex](./sex/) | Read/Write | DBC, Gender of the cardholder. 1 = male, 2 = female, 9 = not specified, DL/ID, F1N | -| [VehicleClass](./vehicleclass/) | Read/Write | DCA, Jurisdiction-specific vehicle class / group code, DL, V6ANS | +| [AddressCity](#addresscity) | Read/Write | DAI, City portion of the cardholder address, DL/ID, V20ANS | +| [AddressPostalCode](#addresspostalcode) | Read/Write | DAK, Postal code portion of the cardholder address in the U.S.and Canada. If the trailing portion of the postal code in the U.S. is not known, zeros will be used to fill the trailing set of numbers up to 9 digits, DL/ID, F11ANS | +| [AddressState](#addressstate) | Read/Write | DAJ, State portion of the cardholder address, DL/ID, F2A | +| [AddressStreet1](#addressstreet1) | Read/Write | DAG, Street portion of the cardholder address, DL/ID, V35ANS | +| [CountryIdentification](#countryidentification) | Read/Write | DCG, Country in which DL/ID is issued. U.S. = USA, Canada = CAN, DL/ID, F3A | +| [CustomerIDNumber](#customeridnumber) | Read/Write | DAQ, The number assigned or calculated by the issuing authority, DL/ID, V25ANS | +| [DateOfBirth](#dateofbirth) | Read/Write | DBB, Date on which the document was issued, MMDDCCYY for U.S., CCYYMMDD for Canada, DL/ID, F8N | +| [DocumentDiscriminator](#documentdiscriminator) | Read/Write | DCF, Number must uniquely identify a particular document issued to that customer from others that may have been issued in the past. This number may serve multiple purposes of document discrimination, audit information number, and/or inventory control, DL/ID, V25ANS | +| [EndorsementCodes](#endorsementcodes) | Read/Write | DCD, Jurisdiction specific endorsement codes, DL, V5ANS | +| [EyeColor](#eyecolor) | Read/Write | DAY, Color of cardholder's eyes. (ANSI D-20 codes). DL/ID, F3A | +| [FamilyName](#familyname) | Read/Write | DCS, Family name of the cardholder, DL/ID, V40ANS | +| [FamilyNameTruncation](#familynametruncation) | Read/Write | DDE, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncated(U), DL/ID, F1A | +| [FirstName](#firstname) | Read/Write | DAC, First name of the cardholder, DL/ID, V40ANS | +| [FirstNameTruncation](#firstnametruncation) | Read/Write | DDF, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncated(U), DL/ID, F1A | +| [Height](#height) | Read/Write | DAU, Height of cardholder. Inches (in): number of inches followed by " in" ex. 6'1'' = "073 in" Centimeters(cm) : number of centimeters followed by " cm" ex. 181 centimeters="181 cm" , DL/ID, F6ANS | +| [MiddleName](#middlename) | Read/Write | DAD, Middle name(s) of the cardholder. In the case of multiple middle names they shall be separated by a comma ",". , DL/ID, V40ANS | +| [MiddleNameTruncation](#middlenametruncation) | Read/Write | DDG, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncated(U), DL/ID, F1A | +| [RestrictionCodes](#restrictioncodes) | Read/Write | DCB, Jurisdiction-specific restrictions codes, DL, V12ANS | +| [Sex](#sex) | Read/Write | DBC, Gender of the cardholder. 1 = male, 2 = female, 9 = not specified, DL/ID, F1N | +| [VehicleClass](#vehicleclass) | Read/Write | DCA, Jurisdiction-specific vehicle class / group code, DL, V6ANS | + +### MandatoryFields__construct() {#constructor} + +### AddressCity {#addresscity} + +**Access:** Read/Write + +DAI, City portion of the cardholder address, DL/ID, V20ANS + +DAI, City portion of the cardholder address, DL/ID, V20ANS + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### AddressPostalCode {#addresspostalcode} + +**Access:** Read/Write + +DAK, Postal code portion of the cardholder address in the U.S.and Canada. If the trailing portion of the postal code in the U.S. is not known, zeros will be used to fill the trailing set of numbers up to 9 digits, DL/ID, F11ANS + +DAK, Postal code portion of the cardholder address in the U.S.and Canada. If the trailing portion of the postal code in the U.S. is not known, zeros will be used to fill the trailing set of numbers up to 9 digits, DL/ID, F11ANS + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### AddressState {#addressstate} + +**Access:** Read/Write + +DAJ, State portion of the cardholder address, DL/ID, F2A + +DAJ, State portion of the cardholder address, DL/ID, F2A + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### AddressStreet1 {#addressstreet1} + +**Access:** Read/Write + +DAG, Street portion of the cardholder address, DL/ID, V35ANS + +DAG, Street portion of the cardholder address, DL/ID, V35ANS + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### CountryIdentification {#countryidentification} + +**Access:** Read/Write + +DCG, Country in which DL/ID is issued. U.S. = USA, Canada = CAN, DL/ID, F3A + +DCG, Country in which DL/ID is issued. U.S. = USA, Canada = CAN, DL/ID, F3A + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### CustomerIDNumber {#customeridnumber} + +**Access:** Read/Write + +DAQ, The number assigned or calculated by the issuing authority, DL/ID, V25ANS + +DAQ, The number assigned or calculated by the issuing authority, DL/ID, V25ANS + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### DateOfBirth {#dateofbirth} + +**Access:** Read/Write + +DBB, Date on which the document was issued, MMDDCCYY for U.S., CCYYMMDD for Canada, DL/ID, F8N + +DBB, Date on which the document was issued, MMDDCCYY for U.S., CCYYMMDD for Canada, DL/ID, F8N + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `DateTimeImmutable` | | + +### DocumentDiscriminator {#documentdiscriminator} + +**Access:** Read/Write + +DCF, Number must uniquely identify a particular document issued to that customer from others that may have been issued in the past. This number may serve multiple purposes of document discrimination, audit information number, and/or inventory control, DL/ID, V25ANS + +DCF, Number must uniquely identify a particular document issued to that customer from others that may have been issued in the past. This number may serve multiple purposes of document discrimination, audit information number, and/or inventory control, DL/ID, V25ANS + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### EndorsementCodes {#endorsementcodes} + +**Access:** Read/Write + +DCD, Jurisdiction specific endorsement codes, DL, V5ANS + +DCD, Jurisdiction specific endorsement codes, DL, V5ANS + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### EyeColor {#eyecolor} + +**Access:** Read/Write + +DAY, Color of cardholder's eyes. (ANSI D-20 codes). DL/ID, F3A + +DAY, Color of cardholder's eyes. (ANSI D-20 codes). DL/ID, F3A + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### FamilyName {#familyname} + +**Access:** Read/Write + +DCS, Family name of the cardholder, DL/ID, V40ANS + +DCS, Family name of the cardholder, DL/ID, V40ANS + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### FamilyNameTruncation {#familynametruncation} + +**Access:** Read/Write + +DDE, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncated(U), DL/ID, F1A + +DDE, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncated(U), DL/ID, F1A + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### FirstName {#firstname} + +**Access:** Read/Write + +DAC, First name of the cardholder, DL/ID, V40ANS + +DAC, First name of the cardholder, DL/ID, V40ANS + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### FirstNameTruncation {#firstnametruncation} + +**Access:** Read/Write + +DDF, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncated(U), DL/ID, F1A + +DDF, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncated(U), DL/ID, F1A + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### Height {#height} + +**Access:** Read/Write + +DAU, Height of cardholder. Inches (in): number of inches followed by " in" ex. 6'1'' = "073 in" Centimeters(cm) : number of centimeters followed by " cm" ex. 181 centimeters="181 cm" , DL/ID, F6ANS + +DAU, Height of cardholder. Inches (in): number of inches followed by " in" ex. 6'1'' = "073 in" Centimeters(cm) : number of centimeters followed by " cm" ex. 181 centimeters="181 cm" , DL/ID, F6ANS + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### MiddleName {#middlename} + +**Access:** Read/Write + +DAD, Middle name(s) of the cardholder. In the case of multiple middle names they shall be separated by a comma ",". , DL/ID, V40ANS + +DAD, Middle name(s) of the cardholder. In the case of multiple middle names they shall be separated by a comma ",". , DL/ID, V40ANS + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### MiddleNameTruncation {#middlenametruncation} + +**Access:** Read/Write + +DDG, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncated(U), DL/ID, F1A + +DDG, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncated(U), DL/ID, F1A + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### RestrictionCodes {#restrictioncodes} + +**Access:** Read/Write + +DCB, Jurisdiction-specific restrictions codes, DL, V12ANS + +DCB, Jurisdiction-specific restrictions codes, DL, V12ANS + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### Sex {#sex} + +**Access:** Read/Write + +DBC, Gender of the cardholder. 1 = male, 2 = female, 9 = not specified, DL/ID, F1N + +DBC, Gender of the cardholder. 1 = male, 2 = female, 9 = not specified, DL/ID, F1N + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### VehicleClass {#vehicleclass} + +**Access:** Read/Write + +DCA, Jurisdiction-specific vehicle class / group code, DL, V6ANS + +DCA, Jurisdiction-specific vehicle class / group code, DL, V6ANS + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + diff --git a/english/php/aspose.barcode.complexbarcode/mandatoryfields/addresscity/_index.md b/english/php/aspose.barcode.complexbarcode/mandatoryfields/addresscity/_index.md deleted file mode 100644 index 5b6ab2856..000000000 --- a/english/php/aspose.barcode.complexbarcode/mandatoryfields/addresscity/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "MandatoryFields.AddressCity" -linktitle: "AddressCity" -articleTitle: "AddressCity" -second_title: "Aspose.BarCode for PHP via Java" -description: "DAI, City portion of the cardholder address, DL/ID, V20ANS" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/mandatoryfields/addresscity/ ---- - -## MandatoryFields.AddressCity - -**Access:** Read/Write - - -### Get - -DAI, City portion of the cardholder address, DL/ID, V20ANS - - -### Set - -DAI, City portion of the cardholder address, DL/ID, V20ANS - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/mandatoryfields/addresspostalcode/_index.md b/english/php/aspose.barcode.complexbarcode/mandatoryfields/addresspostalcode/_index.md deleted file mode 100644 index dc9deef3e..000000000 --- a/english/php/aspose.barcode.complexbarcode/mandatoryfields/addresspostalcode/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "MandatoryFields.AddressPostalCode" -linktitle: "AddressPostalCode" -articleTitle: "AddressPostalCode" -second_title: "Aspose.BarCode for PHP via Java" -description: "DAK, Postal code portion of the cardholder address in the U.S.and Canada. If the trailing portion of the postal code in the U.S. is not known, zeros will be used to fill the trailing set of numbers up" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/mandatoryfields/addresspostalcode/ ---- - -## MandatoryFields.AddressPostalCode - -**Access:** Read/Write - - -### Get - -DAK, Postal code portion of the cardholder address in the U.S.and Canada. If the trailing portion of the postal code in the U.S. is not known, zeros will be used to fill the trailing set of numbers up to 9 digits, DL/ID, F11ANS - - -### Set - -DAK, Postal code portion of the cardholder address in the U.S.and Canada. If the trailing portion of the postal code in the U.S. is not known, zeros will be used to fill the trailing set of numbers up to 9 digits, DL/ID, F11ANS - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/mandatoryfields/addressstate/_index.md b/english/php/aspose.barcode.complexbarcode/mandatoryfields/addressstate/_index.md deleted file mode 100644 index eac76249d..000000000 --- a/english/php/aspose.barcode.complexbarcode/mandatoryfields/addressstate/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "MandatoryFields.AddressState" -linktitle: "AddressState" -articleTitle: "AddressState" -second_title: "Aspose.BarCode for PHP via Java" -description: "DAJ, State portion of the cardholder address, DL/ID, F2A" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/mandatoryfields/addressstate/ ---- - -## MandatoryFields.AddressState - -**Access:** Read/Write - - -### Get - -DAJ, State portion of the cardholder address, DL/ID, F2A - - -### Set - -DAJ, State portion of the cardholder address, DL/ID, F2A - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/mandatoryfields/addressstreet1/_index.md b/english/php/aspose.barcode.complexbarcode/mandatoryfields/addressstreet1/_index.md deleted file mode 100644 index 366d5f415..000000000 --- a/english/php/aspose.barcode.complexbarcode/mandatoryfields/addressstreet1/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "MandatoryFields.AddressStreet1" -linktitle: "AddressStreet1" -articleTitle: "AddressStreet1" -second_title: "Aspose.BarCode for PHP via Java" -description: "DAG, Street portion of the cardholder address, DL/ID, V35ANS" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/mandatoryfields/addressstreet1/ ---- - -## MandatoryFields.AddressStreet1 - -**Access:** Read/Write - - -### Get - -DAG, Street portion of the cardholder address, DL/ID, V35ANS - - -### Set - -DAG, Street portion of the cardholder address, DL/ID, V35ANS - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/mandatoryfields/countryidentification/_index.md b/english/php/aspose.barcode.complexbarcode/mandatoryfields/countryidentification/_index.md deleted file mode 100644 index 4e39f16dc..000000000 --- a/english/php/aspose.barcode.complexbarcode/mandatoryfields/countryidentification/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "MandatoryFields.CountryIdentification" -linktitle: "CountryIdentification" -articleTitle: "CountryIdentification" -second_title: "Aspose.BarCode for PHP via Java" -description: "DCG, Country in which DL/ID is issued. U.S. = USA, Canada = CAN, DL/ID, F3A" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/mandatoryfields/countryidentification/ ---- - -## MandatoryFields.CountryIdentification - -**Access:** Read/Write - - -### Get - -DCG, Country in which DL/ID is issued. U.S. = USA, Canada = CAN, DL/ID, F3A - - -### Set - -DCG, Country in which DL/ID is issued. U.S. = USA, Canada = CAN, DL/ID, F3A - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.complexbarcode/mandatoryfields/customeridnumber/_index.md b/english/php/aspose.barcode.complexbarcode/mandatoryfields/customeridnumber/_index.md deleted file mode 100644 index 3d91330bf..000000000 --- a/english/php/aspose.barcode.complexbarcode/mandatoryfields/customeridnumber/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "MandatoryFields.CustomerIDNumber" -linktitle: "CustomerIDNumber" -articleTitle: "CustomerIDNumber" -second_title: "Aspose.BarCode for PHP via Java" -description: "DAQ, The number assigned or calculated by the issuing authority, DL/ID, V25ANS" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/mandatoryfields/customeridnumber/ ---- - -## MandatoryFields.CustomerIDNumber - -**Access:** Read/Write - - -### Get - -DAQ, The number assigned or calculated by the issuing authority, DL/ID, V25ANS - - -### Set - -DAQ, The number assigned or calculated by the issuing authority, DL/ID, V25ANS - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/mandatoryfields/dateofbirth/_index.md b/english/php/aspose.barcode.complexbarcode/mandatoryfields/dateofbirth/_index.md deleted file mode 100644 index 6e2d10815..000000000 --- a/english/php/aspose.barcode.complexbarcode/mandatoryfields/dateofbirth/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "MandatoryFields.DateOfBirth" -linktitle: "DateOfBirth" -articleTitle: "DateOfBirth" -second_title: "Aspose.BarCode for PHP via Java" -description: "DBB, Date on which the document was issued, MMDDCCYY for U.S., CCYYMMDD for Canada, DL/ID, F8N" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/mandatoryfields/dateofbirth/ ---- - -## MandatoryFields.DateOfBirth - -**Access:** Read/Write - - -### Get - -DBB, Date on which the document was issued, MMDDCCYY for U.S., CCYYMMDD for Canada, DL/ID, F8N - - -### Set - -DBB, Date on which the document was issued, MMDDCCYY for U.S., CCYYMMDD for Canada, DL/ID, F8N - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `DateTimeImmutable` | | diff --git a/english/php/aspose.barcode.complexbarcode/mandatoryfields/documentdiscriminator/_index.md b/english/php/aspose.barcode.complexbarcode/mandatoryfields/documentdiscriminator/_index.md deleted file mode 100644 index 3e2c8164b..000000000 --- a/english/php/aspose.barcode.complexbarcode/mandatoryfields/documentdiscriminator/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "MandatoryFields.DocumentDiscriminator" -linktitle: "DocumentDiscriminator" -articleTitle: "DocumentDiscriminator" -second_title: "Aspose.BarCode for PHP via Java" -description: "DCF, Number must uniquely identify a particular document issued to that customer from others that may have been issued in the past. This number may serve multiple purposes of document discrimination, " -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/mandatoryfields/documentdiscriminator/ ---- - -## MandatoryFields.DocumentDiscriminator - -**Access:** Read/Write - - -### Get - -DCF, Number must uniquely identify a particular document issued to that customer from others that may have been issued in the past. This number may serve multiple purposes of document discrimination, audit information number, and/or inventory control, DL/ID, V25ANS - - -### Set - -DCF, Number must uniquely identify a particular document issued to that customer from others that may have been issued in the past. This number may serve multiple purposes of document discrimination, audit information number, and/or inventory control, DL/ID, V25ANS - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/mandatoryfields/endorsementcodes/_index.md b/english/php/aspose.barcode.complexbarcode/mandatoryfields/endorsementcodes/_index.md deleted file mode 100644 index f437b3af3..000000000 --- a/english/php/aspose.barcode.complexbarcode/mandatoryfields/endorsementcodes/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "MandatoryFields.EndorsementCodes" -linktitle: "EndorsementCodes" -articleTitle: "EndorsementCodes" -second_title: "Aspose.BarCode for PHP via Java" -description: "DCD, Jurisdiction specific endorsement codes, DL, V5ANS" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/mandatoryfields/endorsementcodes/ ---- - -## MandatoryFields.EndorsementCodes - -**Access:** Read/Write - - -### Get - -DCD, Jurisdiction specific endorsement codes, DL, V5ANS - - -### Set - -DCD, Jurisdiction specific endorsement codes, DL, V5ANS - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/mandatoryfields/eyecolor/_index.md b/english/php/aspose.barcode.complexbarcode/mandatoryfields/eyecolor/_index.md deleted file mode 100644 index 88c5b0422..000000000 --- a/english/php/aspose.barcode.complexbarcode/mandatoryfields/eyecolor/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "MandatoryFields.EyeColor" -linktitle: "EyeColor" -articleTitle: "EyeColor" -second_title: "Aspose.BarCode for PHP via Java" -description: "DAY, Color of cardholder's eyes. (ANSI D-20 codes). DL/ID, F3A" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/mandatoryfields/eyecolor/ ---- - -## MandatoryFields.EyeColor - -**Access:** Read/Write - - -### Get - -DAY, Color of cardholder's eyes. (ANSI D-20 codes). DL/ID, F3A - - -### Set - -DAY, Color of cardholder's eyes. (ANSI D-20 codes). DL/ID, F3A - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.complexbarcode/mandatoryfields/familyname/_index.md b/english/php/aspose.barcode.complexbarcode/mandatoryfields/familyname/_index.md deleted file mode 100644 index a87c91593..000000000 --- a/english/php/aspose.barcode.complexbarcode/mandatoryfields/familyname/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "MandatoryFields.FamilyName" -linktitle: "FamilyName" -articleTitle: "FamilyName" -second_title: "Aspose.BarCode for PHP via Java" -description: "DCS, Family name of the cardholder, DL/ID, V40ANS" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/mandatoryfields/familyname/ ---- - -## MandatoryFields.FamilyName - -**Access:** Read/Write - - -### Get - -DCS, Family name of the cardholder, DL/ID, V40ANS - - -### Set - -DCS, Family name of the cardholder, DL/ID, V40ANS - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/mandatoryfields/familynametruncation/_index.md b/english/php/aspose.barcode.complexbarcode/mandatoryfields/familynametruncation/_index.md deleted file mode 100644 index 73161d867..000000000 --- a/english/php/aspose.barcode.complexbarcode/mandatoryfields/familynametruncation/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "MandatoryFields.FamilyNameTruncation" -linktitle: "FamilyNameTruncation" -articleTitle: "FamilyNameTruncation" -second_title: "Aspose.BarCode for PHP via Java" -description: "DDE, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncated(U), DL/ID, F1A" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/mandatoryfields/familynametruncation/ ---- - -## MandatoryFields.FamilyNameTruncation - -**Access:** Read/Write - - -### Get - -DDE, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncated(U), DL/ID, F1A - - -### Set - -DDE, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncated(U), DL/ID, F1A - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/mandatoryfields/firstname/_index.md b/english/php/aspose.barcode.complexbarcode/mandatoryfields/firstname/_index.md deleted file mode 100644 index 773824b44..000000000 --- a/english/php/aspose.barcode.complexbarcode/mandatoryfields/firstname/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "MandatoryFields.FirstName" -linktitle: "FirstName" -articleTitle: "FirstName" -second_title: "Aspose.BarCode for PHP via Java" -description: "DAC, First name of the cardholder, DL/ID, V40ANS" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/mandatoryfields/firstname/ ---- - -## MandatoryFields.FirstName - -**Access:** Read/Write - - -### Get - -DAC, First name of the cardholder, DL/ID, V40ANS - - -### Set - -DAC, First name of the cardholder, DL/ID, V40ANS - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/mandatoryfields/firstnametruncation/_index.md b/english/php/aspose.barcode.complexbarcode/mandatoryfields/firstnametruncation/_index.md deleted file mode 100644 index b15e13520..000000000 --- a/english/php/aspose.barcode.complexbarcode/mandatoryfields/firstnametruncation/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "MandatoryFields.FirstNameTruncation" -linktitle: "FirstNameTruncation" -articleTitle: "FirstNameTruncation" -second_title: "Aspose.BarCode for PHP via Java" -description: "DDF, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncated(U), DL/ID, F1A" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/mandatoryfields/firstnametruncation/ ---- - -## MandatoryFields.FirstNameTruncation - -**Access:** Read/Write - - -### Get - -DDF, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncated(U), DL/ID, F1A - - -### Set - -DDF, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncated(U), DL/ID, F1A - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/mandatoryfields/height/_index.md b/english/php/aspose.barcode.complexbarcode/mandatoryfields/height/_index.md deleted file mode 100644 index 23ba1c2e1..000000000 --- a/english/php/aspose.barcode.complexbarcode/mandatoryfields/height/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "MandatoryFields.Height" -linktitle: "Height" -articleTitle: "Height" -second_title: "Aspose.BarCode for PHP via Java" -description: "DAU, Height of cardholder. Inches (in): number of inches followed by \" in\" ex. 6'1'' = \"073 in\" Centimeters(cm) : number of centimeters followed by \" cm\" ex. 181 centimeters=\"181 cm\" , DL/ID, F6ANS" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/mandatoryfields/height/ ---- - -## MandatoryFields.Height - -**Access:** Read/Write - - -### Get - -DAU, Height of cardholder. Inches (in): number of inches followed by " in" ex. 6'1'' = "073 in" Centimeters(cm) : number of centimeters followed by " cm" ex. 181 centimeters="181 cm" , DL/ID, F6ANS - - -### Set - -DAU, Height of cardholder. Inches (in): number of inches followed by " in" ex. 6'1'' = "073 in" Centimeters(cm) : number of centimeters followed by " cm" ex. 181 centimeters="181 cm" , DL/ID, F6ANS - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/mandatoryfields/mandatoryfields/_index.md b/english/php/aspose.barcode.complexbarcode/mandatoryfields/mandatoryfields/_index.md deleted file mode 100644 index d1af7bdea..000000000 --- a/english/php/aspose.barcode.complexbarcode/mandatoryfields/mandatoryfields/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "MandatoryFields" -linktitle: "MandatoryFields" -articleTitle: "MandatoryFields" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/mandatoryfields/mandatoryfields/ ---- - -## MandatoryFields Constructor - -```php -__construct() -``` - diff --git a/english/php/aspose.barcode.complexbarcode/mandatoryfields/middlename/_index.md b/english/php/aspose.barcode.complexbarcode/mandatoryfields/middlename/_index.md deleted file mode 100644 index de657170c..000000000 --- a/english/php/aspose.barcode.complexbarcode/mandatoryfields/middlename/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "MandatoryFields.MiddleName" -linktitle: "MiddleName" -articleTitle: "MiddleName" -second_title: "Aspose.BarCode for PHP via Java" -description: "DAD, Middle name(s) of the cardholder. In the case of multiple middle names they shall be separated by a comma \",\". , DL/ID, V40ANS" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/mandatoryfields/middlename/ ---- - -## MandatoryFields.MiddleName - -**Access:** Read/Write - - -### Get - -DAD, Middle name(s) of the cardholder. In the case of multiple middle names they shall be separated by a comma ",". , DL/ID, V40ANS - - -### Set - -DAD, Middle name(s) of the cardholder. In the case of multiple middle names they shall be separated by a comma ",". , DL/ID, V40ANS - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/mandatoryfields/middlenametruncation/_index.md b/english/php/aspose.barcode.complexbarcode/mandatoryfields/middlenametruncation/_index.md deleted file mode 100644 index 69e957175..000000000 --- a/english/php/aspose.barcode.complexbarcode/mandatoryfields/middlenametruncation/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "MandatoryFields.MiddleNameTruncation" -linktitle: "MiddleNameTruncation" -articleTitle: "MiddleNameTruncation" -second_title: "Aspose.BarCode for PHP via Java" -description: "DDG, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncated(U), DL/ID, F1A" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/mandatoryfields/middlenametruncation/ ---- - -## MandatoryFields.MiddleNameTruncation - -**Access:** Read/Write - - -### Get - -DDG, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncated(U), DL/ID, F1A - - -### Set - -DDG, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncated(U), DL/ID, F1A - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/mandatoryfields/restrictioncodes/_index.md b/english/php/aspose.barcode.complexbarcode/mandatoryfields/restrictioncodes/_index.md deleted file mode 100644 index 557f73898..000000000 --- a/english/php/aspose.barcode.complexbarcode/mandatoryfields/restrictioncodes/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "MandatoryFields.RestrictionCodes" -linktitle: "RestrictionCodes" -articleTitle: "RestrictionCodes" -second_title: "Aspose.BarCode for PHP via Java" -description: "DCB, Jurisdiction-specific restrictions codes, DL, V12ANS" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/mandatoryfields/restrictioncodes/ ---- - -## MandatoryFields.RestrictionCodes - -**Access:** Read/Write - - -### Get - -DCB, Jurisdiction-specific restrictions codes, DL, V12ANS - - -### Set - -DCB, Jurisdiction-specific restrictions codes, DL, V12ANS - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/mandatoryfields/sex/_index.md b/english/php/aspose.barcode.complexbarcode/mandatoryfields/sex/_index.md deleted file mode 100644 index 6ed57dcd3..000000000 --- a/english/php/aspose.barcode.complexbarcode/mandatoryfields/sex/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "MandatoryFields.Sex" -linktitle: "Sex" -articleTitle: "Sex" -second_title: "Aspose.BarCode for PHP via Java" -description: "DBC, Gender of the cardholder. 1 = male, 2 = female, 9 = not specified, DL/ID, F1N" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/mandatoryfields/sex/ ---- - -## MandatoryFields.Sex - -**Access:** Read/Write - - -### Get - -DBC, Gender of the cardholder. 1 = male, 2 = female, 9 = not specified, DL/ID, F1N - - -### Set - -DBC, Gender of the cardholder. 1 = male, 2 = female, 9 = not specified, DL/ID, F1N - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.complexbarcode/mandatoryfields/vehicleclass/_index.md b/english/php/aspose.barcode.complexbarcode/mandatoryfields/vehicleclass/_index.md deleted file mode 100644 index d6bf595c4..000000000 --- a/english/php/aspose.barcode.complexbarcode/mandatoryfields/vehicleclass/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "MandatoryFields.VehicleClass" -linktitle: "VehicleClass" -articleTitle: "VehicleClass" -second_title: "Aspose.BarCode for PHP via Java" -description: "DCA, Jurisdiction-specific vehicle class / group code, DL, V6ANS" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/mandatoryfields/vehicleclass/ ---- - -## MandatoryFields.VehicleClass - -**Access:** Read/Write - - -### Get - -DCA, Jurisdiction-specific vehicle class / group code, DL, V6ANS - - -### Set - -DCA, Jurisdiction-specific vehicle class / group code, DL, V6ANS - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/maxicodecodetext/_index.md b/english/php/aspose.barcode.complexbarcode/maxicodecodetext/_index.md index 347e10021..e4b56be07 100644 --- a/english/php/aspose.barcode.complexbarcode/maxicodecodetext/_index.md +++ b/english/php/aspose.barcode.complexbarcode/maxicodecodetext/_index.md @@ -1,7 +1,6 @@ --- -title: "MaxiCodeCodetext Class" +title: "MaxiCodeCodetext" linktitle: "MaxiCodeCodetext" -articleTitle: "MaxiCodeCodetext" second_title: "Aspose.BarCode for PHP via Java" description: "Base class for encoding and decoding the text embedded in the MaxiCode code. This sample shows how to decode raw MaxiCode codetext to MaxiCodeCodetext instance." type: docs @@ -21,7 +20,53 @@ Base class for encoding and decoding the text embedded in the MaxiCode code. Thi | Name | Read/Write | Description | | --- | --- | --- | -| [BarcodeType](./barcodetype/) | Read-only | Gets barcode type. | -| [ECIEncoding](./eciencoding/) | Read/Write | Gets ECI encoding. Used when MaxiCodeEncodeMode is AUTO. | -| [EncodeMode](./encodemode/) | Read/Write | Gets a MaxiCode encode mode. Default value: Auto. | -| [MaxiCodeEncodeMode](./maxicodeencodemode/) | Read/Write | Gets a MaxiCode encode mode. | +| [BarcodeType](#barcodetype) | Read-only | Gets barcode type. | +| [ECIEncoding](#eciencoding) | Read/Write | Gets ECI encoding. Used when MaxiCodeEncodeMode is AUTO. | +| [EncodeMode](#encodemode) | Read/Write | Gets a MaxiCode encode mode. Default value: Auto. | +| [MaxiCodeEncodeMode](#maxicodeencodemode) | Read/Write | Gets a MaxiCode encode mode. | +### BarcodeType {#barcodetype} + +**Access:** Read-only + +**Returns:** int Barcode type + +Gets barcode type. + +### ECIEncoding {#eciencoding} + +**Access:** Read/Write + +Gets ECI encoding. Used when MaxiCodeEncodeMode is AUTO. + +Sets ECI encoding. Used when MaxiCodeEncodeMode is AUTO. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### EncodeMode {#encodemode} + +**Access:** Read/Write + +**Returns:** a MaxiCode encode mode. + +Gets a MaxiCode encode mode. Default value: Auto. + +Sets a MaxiCode encode mode. Default value: Auto. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `` | a MaxiCode encode mode. | + +### MaxiCodeEncodeMode {#maxicodeencodemode} + +**Access:** Read/Write + +Gets a MaxiCode encode mode. + +Sets a MaxiCode encode mode. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + diff --git a/english/php/aspose.barcode.complexbarcode/maxicodecodetext/barcodetype/_index.md b/english/php/aspose.barcode.complexbarcode/maxicodecodetext/barcodetype/_index.md deleted file mode 100644 index 5027f695d..000000000 --- a/english/php/aspose.barcode.complexbarcode/maxicodecodetext/barcodetype/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "MaxiCodeCodetext.BarcodeType" -linktitle: "BarcodeType" -articleTitle: "BarcodeType" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets barcode type." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/maxicodecodetext/barcodetype/ ---- - -## MaxiCodeCodetext.BarcodeType - -**Access:** Read-only - - -**Returns:** int Barcode type - - -### Get - -Gets barcode type. - diff --git a/english/php/aspose.barcode.complexbarcode/maxicodecodetext/eciencoding/_index.md b/english/php/aspose.barcode.complexbarcode/maxicodecodetext/eciencoding/_index.md deleted file mode 100644 index 9c0b1e853..000000000 --- a/english/php/aspose.barcode.complexbarcode/maxicodecodetext/eciencoding/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "MaxiCodeCodetext.ECIEncoding" -linktitle: "ECIEncoding" -articleTitle: "ECIEncoding" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets ECI encoding. Used when MaxiCodeEncodeMode is AUTO." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/maxicodecodetext/eciencoding/ ---- - -## MaxiCodeCodetext.ECIEncoding - -**Access:** Read/Write - - -### Get - -Gets ECI encoding. Used when MaxiCodeEncodeMode is AUTO. - - -### Set - -Sets ECI encoding. Used when MaxiCodeEncodeMode is AUTO. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.complexbarcode/maxicodecodetext/encodemode/_index.md b/english/php/aspose.barcode.complexbarcode/maxicodecodetext/encodemode/_index.md deleted file mode 100644 index e2c0c75b1..000000000 --- a/english/php/aspose.barcode.complexbarcode/maxicodecodetext/encodemode/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "MaxiCodeCodetext.EncodeMode" -linktitle: "EncodeMode" -articleTitle: "EncodeMode" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets a MaxiCode encode mode. Default value: Auto." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/maxicodecodetext/encodemode/ ---- - -## MaxiCodeCodetext.EncodeMode - -**Access:** Read/Write - - -**Returns:** a MaxiCode encode mode. - - -### Get - -Gets a MaxiCode encode mode. Default value: Auto. - - -### Set - -Sets a MaxiCode encode mode. Default value: Auto. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `` | a MaxiCode encode mode. | diff --git a/english/php/aspose.barcode.complexbarcode/maxicodecodetext/maxicodeencodemode/_index.md b/english/php/aspose.barcode.complexbarcode/maxicodecodetext/maxicodeencodemode/_index.md deleted file mode 100644 index 3cf536ee2..000000000 --- a/english/php/aspose.barcode.complexbarcode/maxicodecodetext/maxicodeencodemode/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "MaxiCodeCodetext.MaxiCodeEncodeMode" -linktitle: "MaxiCodeEncodeMode" -articleTitle: "MaxiCodeEncodeMode" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets a MaxiCode encode mode." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/maxicodecodetext/maxicodeencodemode/ ---- - -## MaxiCodeCodetext.MaxiCodeEncodeMode - -**Access:** Read/Write - - -### Get - -Gets a MaxiCode encode mode. - - -### Set - -Sets a MaxiCode encode mode. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.complexbarcode/maxicodecodetextmode2/_index.md b/english/php/aspose.barcode.complexbarcode/maxicodecodetextmode2/_index.md index 15d0a0aae..3edb93f86 100644 --- a/english/php/aspose.barcode.complexbarcode/maxicodecodetextmode2/_index.md +++ b/english/php/aspose.barcode.complexbarcode/maxicodecodetextmode2/_index.md @@ -1,7 +1,6 @@ --- -title: "MaxiCodeCodetextMode2 Class" +title: "MaxiCodeCodetextMode2" linktitle: "MaxiCodeCodetextMode2" -articleTitle: "MaxiCodeCodetextMode2" second_title: "Aspose.BarCode for PHP via Java" description: "Class for encoding and decoding the text embedded in the MaxiCode code for modes 2. This sample shows how to encode and decode MaxiCode codetext for mode 2." type: docs @@ -21,18 +20,51 @@ Class for encoding and decoding the text embedded in the MaxiCode code for modes | Name | Description | | --- | --- | -| [__construct](./maxicodecodetextmode2/) | | +| [__construct](#constructor) | | ## Methods | Name | Static | Description | | --- | --- | --- | -| [construct](./construct/) | Yes | | -| [initFromString](./initfromstring/) | No | Initializes instance from constructed codetext. | +| [construct](#construct) | Yes | | +| [initFromString](#initfromstring) | No | Initializes instance from constructed codetext. | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [ConstructedCodetext](./constructedcodetext/) | Read-only | Constructs codetext | -| [Mode](./mode/) | Read-only | Gets MaxiCode mode. | +| [ConstructedCodetext](#constructedcodetext) | Read-only | Constructs codetext | +| [Mode](#mode) | Read-only | Gets MaxiCode mode. | + +### MaxiCodeCodetextMode2__construct() {#constructor} + +### constructconstruct($maxiCodeCodetextMode2Dto) (static) {#construct} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$maxiCodeCodetextMode2Dto` | `` | | + +### initFromStringinitFromString(string $constructedCodetext) {#initfromstring} + +Initializes instance from constructed codetext. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$constructedCodetext` | `string` | | + +### ConstructedCodetext {#constructedcodetext} + +**Access:** Read-only + +**Returns:** string Constructed codetext + +Constructs codetext + +### Mode {#mode} + +**Access:** Read-only + +**Returns:** int MaxiCode mode + +Gets MaxiCode mode. + diff --git a/english/php/aspose.barcode.complexbarcode/maxicodecodetextmode2/construct/_index.md b/english/php/aspose.barcode.complexbarcode/maxicodecodetextmode2/construct/_index.md deleted file mode 100644 index 608e97a5a..000000000 --- a/english/php/aspose.barcode.complexbarcode/maxicodecodetextmode2/construct/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "MaxiCodeCodetextMode2.construct" -linktitle: "construct" -articleTitle: "construct" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/maxicodecodetextmode2/construct/ ---- - -## MaxiCodeCodetextMode2.construct - -```php -construct($maxiCodeCodetextMode2Dto) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$maxiCodeCodetextMode2Dto` | `` | | diff --git a/english/php/aspose.barcode.complexbarcode/maxicodecodetextmode2/constructedcodetext/_index.md b/english/php/aspose.barcode.complexbarcode/maxicodecodetextmode2/constructedcodetext/_index.md deleted file mode 100644 index 99d1e44c2..000000000 --- a/english/php/aspose.barcode.complexbarcode/maxicodecodetextmode2/constructedcodetext/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "MaxiCodeCodetextMode2.ConstructedCodetext" -linktitle: "ConstructedCodetext" -articleTitle: "ConstructedCodetext" -second_title: "Aspose.BarCode for PHP via Java" -description: "Constructs codetext" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/maxicodecodetextmode2/constructedcodetext/ ---- - -## MaxiCodeCodetextMode2.ConstructedCodetext - -**Access:** Read-only - - -**Returns:** string Constructed codetext - - -### Get - -Constructs codetext - diff --git a/english/php/aspose.barcode.complexbarcode/maxicodecodetextmode2/initfromstring/_index.md b/english/php/aspose.barcode.complexbarcode/maxicodecodetextmode2/initfromstring/_index.md deleted file mode 100644 index e6775316a..000000000 --- a/english/php/aspose.barcode.complexbarcode/maxicodecodetextmode2/initfromstring/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "MaxiCodeCodetextMode2.initFromString" -linktitle: "initFromString" -articleTitle: "initFromString" -second_title: "Aspose.BarCode for PHP via Java" -description: "Initializes instance from constructed codetext." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/maxicodecodetextmode2/initfromstring/ ---- - -## MaxiCodeCodetextMode2.initFromString - -```php -initFromString(string $constructedCodetext) -``` - - -Initializes instance from constructed codetext. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$constructedCodetext` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/maxicodecodetextmode2/maxicodecodetextmode2/_index.md b/english/php/aspose.barcode.complexbarcode/maxicodecodetextmode2/maxicodecodetextmode2/_index.md deleted file mode 100644 index 0e014e5ac..000000000 --- a/english/php/aspose.barcode.complexbarcode/maxicodecodetextmode2/maxicodecodetextmode2/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "MaxiCodeCodetextMode2" -linktitle: "MaxiCodeCodetextMode2" -articleTitle: "MaxiCodeCodetextMode2" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/maxicodecodetextmode2/maxicodecodetextmode2/ ---- - -## MaxiCodeCodetextMode2 Constructor - -```php -__construct() -``` - diff --git a/english/php/aspose.barcode.complexbarcode/maxicodecodetextmode2/mode/_index.md b/english/php/aspose.barcode.complexbarcode/maxicodecodetextmode2/mode/_index.md deleted file mode 100644 index c04982162..000000000 --- a/english/php/aspose.barcode.complexbarcode/maxicodecodetextmode2/mode/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "MaxiCodeCodetextMode2.Mode" -linktitle: "Mode" -articleTitle: "Mode" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets MaxiCode mode." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/maxicodecodetextmode2/mode/ ---- - -## MaxiCodeCodetextMode2.Mode - -**Access:** Read-only - - -**Returns:** int MaxiCode mode - - -### Get - -Gets MaxiCode mode. - diff --git a/english/php/aspose.barcode.complexbarcode/maxicodecodetextmode3/_index.md b/english/php/aspose.barcode.complexbarcode/maxicodecodetextmode3/_index.md index 62dd0f52b..eb41ccce6 100644 --- a/english/php/aspose.barcode.complexbarcode/maxicodecodetextmode3/_index.md +++ b/english/php/aspose.barcode.complexbarcode/maxicodecodetextmode3/_index.md @@ -1,7 +1,6 @@ --- -title: "MaxiCodeCodetextMode3 Class" +title: "MaxiCodeCodetextMode3" linktitle: "MaxiCodeCodetextMode3" -articleTitle: "MaxiCodeCodetextMode3" second_title: "Aspose.BarCode for PHP via Java" description: "Class for encoding and decoding the text embedded in the MaxiCode code for modes 3. This sample shows how to encode and decode MaxiCode codetext for mode 3." type: docs @@ -21,18 +20,51 @@ Class for encoding and decoding the text embedded in the MaxiCode code for modes | Name | Description | | --- | --- | -| [__construct](./maxicodecodetextmode3/) | | +| [__construct](#constructor) | | ## Methods | Name | Static | Description | | --- | --- | --- | -| [construct](./construct/) | Yes | | -| [initFromString](./initfromstring/) | No | Initializes instance from constructed codetext. | +| [construct](#construct) | Yes | | +| [initFromString](#initfromstring) | No | Initializes instance from constructed codetext. | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [ConstructedCodetext](./constructedcodetext/) | Read-only | Constructs codetext | -| [Mode](./mode/) | Read-only | Gets MaxiCode mode. | +| [ConstructedCodetext](#constructedcodetext) | Read-only | Constructs codetext | +| [Mode](#mode) | Read-only | Gets MaxiCode mode. | + +### MaxiCodeCodetextMode3__construct() {#constructor} + +### constructconstruct($maxiCodeCodetextMode2Dto) (static) {#construct} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$maxiCodeCodetextMode2Dto` | `` | | + +### initFromStringinitFromString(string $constructedCodetext) {#initfromstring} + +Initializes instance from constructed codetext. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$constructedCodetext` | `string` | | + +### ConstructedCodetext {#constructedcodetext} + +**Access:** Read-only + +**Returns:** string Constructed codetext + +Constructs codetext + +### Mode {#mode} + +**Access:** Read-only + +**Returns:** int MaxiCode mode + +Gets MaxiCode mode. + diff --git a/english/php/aspose.barcode.complexbarcode/maxicodecodetextmode3/construct/_index.md b/english/php/aspose.barcode.complexbarcode/maxicodecodetextmode3/construct/_index.md deleted file mode 100644 index 42747d65e..000000000 --- a/english/php/aspose.barcode.complexbarcode/maxicodecodetextmode3/construct/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "MaxiCodeCodetextMode3.construct" -linktitle: "construct" -articleTitle: "construct" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/maxicodecodetextmode3/construct/ ---- - -## MaxiCodeCodetextMode3.construct - -```php -construct($maxiCodeCodetextMode2Dto) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$maxiCodeCodetextMode2Dto` | `` | | diff --git a/english/php/aspose.barcode.complexbarcode/maxicodecodetextmode3/constructedcodetext/_index.md b/english/php/aspose.barcode.complexbarcode/maxicodecodetextmode3/constructedcodetext/_index.md deleted file mode 100644 index b0263fe2c..000000000 --- a/english/php/aspose.barcode.complexbarcode/maxicodecodetextmode3/constructedcodetext/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "MaxiCodeCodetextMode3.ConstructedCodetext" -linktitle: "ConstructedCodetext" -articleTitle: "ConstructedCodetext" -second_title: "Aspose.BarCode for PHP via Java" -description: "Constructs codetext" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/maxicodecodetextmode3/constructedcodetext/ ---- - -## MaxiCodeCodetextMode3.ConstructedCodetext - -**Access:** Read-only - - -**Returns:** string Constructed codetext - - -### Get - -Constructs codetext - diff --git a/english/php/aspose.barcode.complexbarcode/maxicodecodetextmode3/initfromstring/_index.md b/english/php/aspose.barcode.complexbarcode/maxicodecodetextmode3/initfromstring/_index.md deleted file mode 100644 index db191a19b..000000000 --- a/english/php/aspose.barcode.complexbarcode/maxicodecodetextmode3/initfromstring/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "MaxiCodeCodetextMode3.initFromString" -linktitle: "initFromString" -articleTitle: "initFromString" -second_title: "Aspose.BarCode for PHP via Java" -description: "Initializes instance from constructed codetext." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/maxicodecodetextmode3/initfromstring/ ---- - -## MaxiCodeCodetextMode3.initFromString - -```php -initFromString(string $constructedCodetext) -``` - - -Initializes instance from constructed codetext. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$constructedCodetext` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/maxicodecodetextmode3/maxicodecodetextmode3/_index.md b/english/php/aspose.barcode.complexbarcode/maxicodecodetextmode3/maxicodecodetextmode3/_index.md deleted file mode 100644 index 63961c1e5..000000000 --- a/english/php/aspose.barcode.complexbarcode/maxicodecodetextmode3/maxicodecodetextmode3/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "MaxiCodeCodetextMode3" -linktitle: "MaxiCodeCodetextMode3" -articleTitle: "MaxiCodeCodetextMode3" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/maxicodecodetextmode3/maxicodecodetextmode3/ ---- - -## MaxiCodeCodetextMode3 Constructor - -```php -__construct() -``` - diff --git a/english/php/aspose.barcode.complexbarcode/maxicodecodetextmode3/mode/_index.md b/english/php/aspose.barcode.complexbarcode/maxicodecodetextmode3/mode/_index.md deleted file mode 100644 index c779b6bfc..000000000 --- a/english/php/aspose.barcode.complexbarcode/maxicodecodetextmode3/mode/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "MaxiCodeCodetextMode3.Mode" -linktitle: "Mode" -articleTitle: "Mode" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets MaxiCode mode." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/maxicodecodetextmode3/mode/ ---- - -## MaxiCodeCodetextMode3.Mode - -**Access:** Read-only - - -**Returns:** int MaxiCode mode - - -### Get - -Gets MaxiCode mode. - diff --git a/english/php/aspose.barcode.complexbarcode/maxicodesecondmessage/_index.md b/english/php/aspose.barcode.complexbarcode/maxicodesecondmessage/_index.md index f9f02aaea..98a9c0c28 100644 --- a/english/php/aspose.barcode.complexbarcode/maxicodesecondmessage/_index.md +++ b/english/php/aspose.barcode.complexbarcode/maxicodesecondmessage/_index.md @@ -1,7 +1,6 @@ --- -title: "MaxiCodeSecondMessage Class" +title: "MaxiCodeSecondMessage" linktitle: "MaxiCodeSecondMessage" -articleTitle: "MaxiCodeSecondMessage" second_title: "Aspose.BarCode for PHP via Java" description: "Base class for encoding and decoding second message for MaxiCode barcode." type: docs @@ -21,4 +20,12 @@ Base class for encoding and decoding second message for MaxiCode barcode. | Name | Read/Write | Description | | --- | --- | --- | -| [Message](./message/) | Read-only | Gets constructed second message | +| [Message](#message) | Read-only | Gets constructed second message | +### Message {#message} + +**Access:** Read-only + +**Returns:** string Constructed second message + +Gets constructed second message + diff --git a/english/php/aspose.barcode.complexbarcode/maxicodesecondmessage/message/_index.md b/english/php/aspose.barcode.complexbarcode/maxicodesecondmessage/message/_index.md deleted file mode 100644 index efb67dc2b..000000000 --- a/english/php/aspose.barcode.complexbarcode/maxicodesecondmessage/message/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "MaxiCodeSecondMessage.Message" -linktitle: "Message" -articleTitle: "Message" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets constructed second message" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/maxicodesecondmessage/message/ ---- - -## MaxiCodeSecondMessage.Message - -**Access:** Read-only - - -**Returns:** string Constructed second message - - -### Get - -Gets constructed second message - diff --git a/english/php/aspose.barcode.complexbarcode/maxicodesecondmessagetype/_index.md b/english/php/aspose.barcode.complexbarcode/maxicodesecondmessagetype/_index.md index 770e16280..40cddf3d5 100644 --- a/english/php/aspose.barcode.complexbarcode/maxicodesecondmessagetype/_index.md +++ b/english/php/aspose.barcode.complexbarcode/maxicodesecondmessagetype/_index.md @@ -1,7 +1,6 @@ --- -title: "MaxiCodeSecondMessageType Enum" +title: "MaxiCodeSecondMessageType" linktitle: "MaxiCodeSecondMessageType" -articleTitle: "MaxiCodeSecondMessageType" second_title: "Aspose.BarCode for PHP via Java" description: "" type: docs @@ -18,5 +17,13 @@ url: /php/aspose.barcode.complexbarcode/maxicodesecondmessagetype/ | Name | Value | Description | | --- | --- | --- | -| [MAXI_CODE_STANDART_SECOND_MESSAGE](./maxi_code_standart_second_message/) | `0` | | -| [MAXI_CODE_STRUCTURED_SECOND_MESSAGE](./maxi_code_structured_second_message/) | `1` | | +| [MAXI_CODE_STANDART_SECOND_MESSAGE](#maxi_code_standart_second_message) | `0` | | +| [MAXI_CODE_STRUCTURED_SECOND_MESSAGE](#maxi_code_structured_second_message) | `1` | | +### MAXI_CODE_STANDART_SECOND_MESSAGE {#maxi_code_standart_second_message} + +**Value:** `0` + +### MAXI_CODE_STRUCTURED_SECOND_MESSAGE {#maxi_code_structured_second_message} + +**Value:** `1` + diff --git a/english/php/aspose.barcode.complexbarcode/maxicodesecondmessagetype/maxi_code_standart_second_message/_index.md b/english/php/aspose.barcode.complexbarcode/maxicodesecondmessagetype/maxi_code_standart_second_message/_index.md deleted file mode 100644 index bfd786d38..000000000 --- a/english/php/aspose.barcode.complexbarcode/maxicodesecondmessagetype/maxi_code_standart_second_message/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "MaxiCodeSecondMessageType::MAXI_CODE_STANDART_SECOND_MESSAGE" -linktitle: "MAXI_CODE_STANDART_SECOND_MESSAGE" -articleTitle: "MAXI_CODE_STANDART_SECOND_MESSAGE" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/maxicodesecondmessagetype/maxi_code_standart_second_message/ ---- - -## MaxiCodeSecondMessageType::MAXI_CODE_STANDART_SECOND_MESSAGE Enum Value - -**Value:** `0` - diff --git a/english/php/aspose.barcode.complexbarcode/maxicodesecondmessagetype/maxi_code_structured_second_message/_index.md b/english/php/aspose.barcode.complexbarcode/maxicodesecondmessagetype/maxi_code_structured_second_message/_index.md deleted file mode 100644 index 5837221d4..000000000 --- a/english/php/aspose.barcode.complexbarcode/maxicodesecondmessagetype/maxi_code_structured_second_message/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "MaxiCodeSecondMessageType::MAXI_CODE_STRUCTURED_SECOND_MESSAGE" -linktitle: "MAXI_CODE_STRUCTURED_SECOND_MESSAGE" -articleTitle: "MAXI_CODE_STRUCTURED_SECOND_MESSAGE" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/maxicodesecondmessagetype/maxi_code_structured_second_message/ ---- - -## MaxiCodeSecondMessageType::MAXI_CODE_STRUCTURED_SECOND_MESSAGE Enum Value - -**Value:** `1` - diff --git a/english/php/aspose.barcode.complexbarcode/maxicodestandardcodetext/_index.md b/english/php/aspose.barcode.complexbarcode/maxicodestandardcodetext/_index.md index 09a4161a9..d1e1f4b27 100644 --- a/english/php/aspose.barcode.complexbarcode/maxicodestandardcodetext/_index.md +++ b/english/php/aspose.barcode.complexbarcode/maxicodestandardcodetext/_index.md @@ -1,7 +1,6 @@ --- -title: "MaxiCodeStandardCodetext Class" +title: "MaxiCodeStandardCodetext" linktitle: "MaxiCodeStandardCodetext" -articleTitle: "MaxiCodeStandardCodetext" second_title: "Aspose.BarCode for PHP via Java" description: "Class for encoding and decoding MaxiCode codetext for modes 4, 5 and 6." type: docs @@ -21,19 +20,70 @@ Class for encoding and decoding MaxiCode codetext for modes 4, 5 and 6. | Name | Description | | --- | --- | -| [__construct](./maxicodestandardcodetext/) | | +| [__construct](#constructor) | | ## Methods | Name | Static | Description | | --- | --- | --- | -| [construct](./construct/) | Yes | | -| [initFromString](./initfromstring/) | No | Initializes instance from constructed codetext. | +| [construct](#construct) | Yes | | +| [initFromString](#initfromstring) | No | Initializes instance from constructed codetext. | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [ConstructedCodetext](./constructedcodetext/) | Read-only | Constructs codetext | -| [Message](./message/) | Read/Write | Gets message. | -| [Mode](./mode/) | Read/Write | Gets MaxiCode mode. | +| [ConstructedCodetext](#constructedcodetext) | Read-only | Constructs codetext | +| [Message](#message) | Read/Write | Gets message. | +| [Mode](#mode) | Read/Write | Gets MaxiCode mode. | + +### MaxiCodeStandardCodetext__construct() {#constructor} + +### constructconstruct($maxiCodeStandardCodetextDto) (static) {#construct} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$maxiCodeStandardCodetextDto` | `` | | + +### initFromStringinitFromString(string $constructedCodetext) {#initfromstring} + +Initializes instance from constructed codetext. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$constructedCodetext` | `string` | | + +### ConstructedCodetext {#constructedcodetext} + +**Access:** Read-only + +**Returns:** string Constructed codetext + +Constructs codetext + +### Message {#message} + +**Access:** Read/Write + +Gets message. + +Sets message. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### Mode {#mode} + +**Access:** Read/Write + +**Returns:** int MaxiCode mode + +Gets MaxiCode mode. + +Sets MaxiCode mode. Standart codetext can be used only with modes 4, 5 and 6. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$mode` | `int` | | + diff --git a/english/php/aspose.barcode.complexbarcode/maxicodestandardcodetext/construct/_index.md b/english/php/aspose.barcode.complexbarcode/maxicodestandardcodetext/construct/_index.md deleted file mode 100644 index 114fbce32..000000000 --- a/english/php/aspose.barcode.complexbarcode/maxicodestandardcodetext/construct/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "MaxiCodeStandardCodetext.construct" -linktitle: "construct" -articleTitle: "construct" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/maxicodestandardcodetext/construct/ ---- - -## MaxiCodeStandardCodetext.construct - -```php -construct($maxiCodeStandardCodetextDto) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$maxiCodeStandardCodetextDto` | `` | | diff --git a/english/php/aspose.barcode.complexbarcode/maxicodestandardcodetext/constructedcodetext/_index.md b/english/php/aspose.barcode.complexbarcode/maxicodestandardcodetext/constructedcodetext/_index.md deleted file mode 100644 index aa6859fc6..000000000 --- a/english/php/aspose.barcode.complexbarcode/maxicodestandardcodetext/constructedcodetext/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "MaxiCodeStandardCodetext.ConstructedCodetext" -linktitle: "ConstructedCodetext" -articleTitle: "ConstructedCodetext" -second_title: "Aspose.BarCode for PHP via Java" -description: "Constructs codetext" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/maxicodestandardcodetext/constructedcodetext/ ---- - -## MaxiCodeStandardCodetext.ConstructedCodetext - -**Access:** Read-only - - -**Returns:** string Constructed codetext - - -### Get - -Constructs codetext - diff --git a/english/php/aspose.barcode.complexbarcode/maxicodestandardcodetext/initfromstring/_index.md b/english/php/aspose.barcode.complexbarcode/maxicodestandardcodetext/initfromstring/_index.md deleted file mode 100644 index 6b058a2a7..000000000 --- a/english/php/aspose.barcode.complexbarcode/maxicodestandardcodetext/initfromstring/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "MaxiCodeStandardCodetext.initFromString" -linktitle: "initFromString" -articleTitle: "initFromString" -second_title: "Aspose.BarCode for PHP via Java" -description: "Initializes instance from constructed codetext." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/maxicodestandardcodetext/initfromstring/ ---- - -## MaxiCodeStandardCodetext.initFromString - -```php -initFromString(string $constructedCodetext) -``` - - -Initializes instance from constructed codetext. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$constructedCodetext` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/maxicodestandardcodetext/maxicodestandardcodetext/_index.md b/english/php/aspose.barcode.complexbarcode/maxicodestandardcodetext/maxicodestandardcodetext/_index.md deleted file mode 100644 index a3daefc6d..000000000 --- a/english/php/aspose.barcode.complexbarcode/maxicodestandardcodetext/maxicodestandardcodetext/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "MaxiCodeStandardCodetext" -linktitle: "MaxiCodeStandardCodetext" -articleTitle: "MaxiCodeStandardCodetext" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/maxicodestandardcodetext/maxicodestandardcodetext/ ---- - -## MaxiCodeStandardCodetext Constructor - -```php -__construct() -``` - diff --git a/english/php/aspose.barcode.complexbarcode/maxicodestandardcodetext/message/_index.md b/english/php/aspose.barcode.complexbarcode/maxicodestandardcodetext/message/_index.md deleted file mode 100644 index 0075384ad..000000000 --- a/english/php/aspose.barcode.complexbarcode/maxicodestandardcodetext/message/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "MaxiCodeStandardCodetext.Message" -linktitle: "Message" -articleTitle: "Message" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets message." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/maxicodestandardcodetext/message/ ---- - -## MaxiCodeStandardCodetext.Message - -**Access:** Read/Write - - -### Get - -Gets message. - - -### Set - -Sets message. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/maxicodestandardcodetext/mode/_index.md b/english/php/aspose.barcode.complexbarcode/maxicodestandardcodetext/mode/_index.md deleted file mode 100644 index 11cf39819..000000000 --- a/english/php/aspose.barcode.complexbarcode/maxicodestandardcodetext/mode/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "MaxiCodeStandardCodetext.Mode" -linktitle: "Mode" -articleTitle: "Mode" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets MaxiCode mode." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/maxicodestandardcodetext/mode/ ---- - -## MaxiCodeStandardCodetext.Mode - -**Access:** Read/Write - - -**Returns:** int MaxiCode mode - - -### Get - -Gets MaxiCode mode. - - -### Set - -Sets MaxiCode mode. Standart codetext can be used only with modes 4, 5 and 6. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$mode` | `int` | | diff --git a/english/php/aspose.barcode.complexbarcode/maxicodestandardsecondmessage/_construct/_index.md b/english/php/aspose.barcode.complexbarcode/maxicodestandardsecondmessage/_construct/_index.md deleted file mode 100644 index f02a7fc9c..000000000 --- a/english/php/aspose.barcode.complexbarcode/maxicodestandardsecondmessage/_construct/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "MaxiCodeStandardSecondMessage._construct" -linktitle: "_construct" -articleTitle: "_construct" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/maxicodestandardsecondmessage/_construct/ ---- - -## MaxiCodeStandardSecondMessage._construct - -```php -_construct($dtoObj) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$dtoObj` | `` | | diff --git a/english/php/aspose.barcode.complexbarcode/maxicodestandardsecondmessage/_index.md b/english/php/aspose.barcode.complexbarcode/maxicodestandardsecondmessage/_index.md index 99edb0c8d..0a53e9527 100644 --- a/english/php/aspose.barcode.complexbarcode/maxicodestandardsecondmessage/_index.md +++ b/english/php/aspose.barcode.complexbarcode/maxicodestandardsecondmessage/_index.md @@ -1,7 +1,6 @@ --- -title: "MaxiCodeStandardSecondMessage Class" +title: "MaxiCodeStandardSecondMessage" linktitle: "MaxiCodeStandardSecondMessage" -articleTitle: "MaxiCodeStandardSecondMessage" second_title: "Aspose.BarCode for PHP via Java" description: "Class for encoding and decoding standart second message for MaxiCode barcode." type: docs @@ -21,16 +20,41 @@ Class for encoding and decoding standart second message for MaxiCode barcode. | Name | Description | | --- | --- | -| [__construct](./maxicodestandardsecondmessage/) | Reimplemented in Aspose\Barcode\ComplexBarcode\MaxiCodeStandartSecondMessage. | +| [__construct](#constructor) | Reimplemented in Aspose\Barcode\ComplexBarcode\MaxiCodeStandartSecondMessage. | ## Methods | Name | Static | Description | | --- | --- | --- | -| [_construct](./_construct/) | Yes | | +| [_construct](#_construct) | Yes | | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [Message](./message/) | Read/Write | Gets constructed second message | +| [Message](#message) | Read/Write | Gets constructed second message | + +### MaxiCodeStandardSecondMessage__construct() {#constructor} + +Reimplemented in Aspose\Barcode\ComplexBarcode\MaxiCodeStandartSecondMessage. + +### _construct_construct($dtoObj) (static) {#_construct} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$dtoObj` | `` | | + +### Message {#message} + +**Access:** Read/Write + +**Returns:** string Constructed second message + +Gets constructed second message + +Sets second message + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + diff --git a/english/php/aspose.barcode.complexbarcode/maxicodestandardsecondmessage/maxicodestandardsecondmessage/_index.md b/english/php/aspose.barcode.complexbarcode/maxicodestandardsecondmessage/maxicodestandardsecondmessage/_index.md deleted file mode 100644 index 411157ff8..000000000 --- a/english/php/aspose.barcode.complexbarcode/maxicodestandardsecondmessage/maxicodestandardsecondmessage/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "MaxiCodeStandardSecondMessage" -linktitle: "MaxiCodeStandardSecondMessage" -articleTitle: "MaxiCodeStandardSecondMessage" -second_title: "Aspose.BarCode for PHP via Java" -description: "Reimplemented in Aspose\\Barcode\\ComplexBarcode\\MaxiCodeStandartSecondMessage." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/maxicodestandardsecondmessage/maxicodestandardsecondmessage/ ---- - -## MaxiCodeStandardSecondMessage Constructor - -```php -__construct() -``` - - -Reimplemented in Aspose\Barcode\ComplexBarcode\MaxiCodeStandartSecondMessage. - diff --git a/english/php/aspose.barcode.complexbarcode/maxicodestandardsecondmessage/message/_index.md b/english/php/aspose.barcode.complexbarcode/maxicodestandardsecondmessage/message/_index.md deleted file mode 100644 index 41c83ed69..000000000 --- a/english/php/aspose.barcode.complexbarcode/maxicodestandardsecondmessage/message/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "MaxiCodeStandardSecondMessage.Message" -linktitle: "Message" -articleTitle: "Message" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets constructed second message" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/maxicodestandardsecondmessage/message/ ---- - -## MaxiCodeStandardSecondMessage.Message - -**Access:** Read/Write - - -**Returns:** string Constructed second message - - -### Get - -Gets constructed second message - - -### Set - -Sets second message - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/maxicodestandartsecondmessage/_index.md b/english/php/aspose.barcode.complexbarcode/maxicodestandartsecondmessage/_index.md index 2cad38b96..67a711f35 100644 --- a/english/php/aspose.barcode.complexbarcode/maxicodestandartsecondmessage/_index.md +++ b/english/php/aspose.barcode.complexbarcode/maxicodestandartsecondmessage/_index.md @@ -1,7 +1,6 @@ --- -title: "MaxiCodeStandartSecondMessage Class" +title: "MaxiCodeStandartSecondMessage" linktitle: "MaxiCodeStandartSecondMessage" -articleTitle: "MaxiCodeStandartSecondMessage" second_title: "Aspose.BarCode for PHP via Java" description: "Class for encoding and decoding standart second message for MaxiCode barcode." type: docs @@ -21,4 +20,9 @@ Class for encoding and decoding standart second message for MaxiCode barcode. | Name | Description | | --- | --- | -| [__construct](./maxicodestandartsecondmessage/) | Reimplemented from Aspose\Barcode\ComplexBarcode\MaxiCodeStandardSecondMessage. | +| [__construct](#constructor) | Reimplemented from Aspose\Barcode\ComplexBarcode\MaxiCodeStandardSecondMessage. | + +### MaxiCodeStandartSecondMessage__construct() {#constructor} + +Reimplemented from Aspose\Barcode\ComplexBarcode\MaxiCodeStandardSecondMessage. + diff --git a/english/php/aspose.barcode.complexbarcode/maxicodestandartsecondmessage/maxicodestandartsecondmessage/_index.md b/english/php/aspose.barcode.complexbarcode/maxicodestandartsecondmessage/maxicodestandartsecondmessage/_index.md deleted file mode 100644 index ccf9ff6ce..000000000 --- a/english/php/aspose.barcode.complexbarcode/maxicodestandartsecondmessage/maxicodestandartsecondmessage/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "MaxiCodeStandartSecondMessage" -linktitle: "MaxiCodeStandartSecondMessage" -articleTitle: "MaxiCodeStandartSecondMessage" -second_title: "Aspose.BarCode for PHP via Java" -description: "Reimplemented from Aspose\\Barcode\\ComplexBarcode\\MaxiCodeStandardSecondMessage." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/maxicodestandartsecondmessage/maxicodestandartsecondmessage/ ---- - -## MaxiCodeStandartSecondMessage Constructor - -```php -__construct() -``` - - -Reimplemented from Aspose\Barcode\ComplexBarcode\MaxiCodeStandardSecondMessage. - diff --git a/english/php/aspose.barcode.complexbarcode/maxicodestructuredcodetext/_index.md b/english/php/aspose.barcode.complexbarcode/maxicodestructuredcodetext/_index.md index 9472bb94a..f980f33ed 100644 --- a/english/php/aspose.barcode.complexbarcode/maxicodestructuredcodetext/_index.md +++ b/english/php/aspose.barcode.complexbarcode/maxicodestructuredcodetext/_index.md @@ -1,7 +1,6 @@ --- -title: "MaxiCodeStructuredCodetext Class" +title: "MaxiCodeStructuredCodetext" linktitle: "MaxiCodeStructuredCodetext" -articleTitle: "MaxiCodeStructuredCodetext" second_title: "Aspose.BarCode for PHP via Java" description: "Base class for encoding and decoding the text embedded in the MaxiCode code for modes 2 and 3. This sample shows how to decode raw MaxiCode codetext to MaxiCodeStructuredCodetext instance." type: docs @@ -21,14 +20,78 @@ Base class for encoding and decoding the text embedded in the MaxiCode code for | Name | Static | Description | | --- | --- | --- | -| [initFromString](./initfromstring/) | No | Initializes instance from constructed codetext. | +| [initFromString](#initfromstring) | No | Initializes instance from constructed codetext. | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [ConstructedCodetext](./constructedcodetext/) | Read-only | Constructs codetext | -| [CountryCode](./countrycode/) | Read/Write | Identifies 3 digit country code. | -| [PostalCode](./postalcode/) | Read/Write | Identifies the postal code. Must be 9 digits in mode 2 or 6 alphanumeric symbols in mode 3. | -| [SecondMessage](./secondmessage/) | Read/Write | Identifies second message of the barcode. | -| [ServiceCategory](./servicecategory/) | Read/Write | Identifies 3 digit service category. | +| [ConstructedCodetext](#constructedcodetext) | Read-only | Constructs codetext | +| [CountryCode](#countrycode) | Read/Write | Identifies 3 digit country code. | +| [PostalCode](#postalcode) | Read/Write | Identifies the postal code. Must be 9 digits in mode 2 or 6 alphanumeric symbols in mode 3. | +| [SecondMessage](#secondmessage) | Read/Write | Identifies second message of the barcode. | +| [ServiceCategory](#servicecategory) | Read/Write | Identifies 3 digit service category. | +### initFromStringinitFromString(string $constructedCodetext) {#initfromstring} + +Initializes instance from constructed codetext. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$constructedCodetext` | `string` | | + +### ConstructedCodetext {#constructedcodetext} + +**Access:** Read-only + +**Returns:** string Constructed codetext + +Constructs codetext + +### CountryCode {#countrycode} + +**Access:** Read/Write + +Identifies 3 digit country code. + +Identifies 3 digit country code. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### PostalCode {#postalcode} + +**Access:** Read/Write + +Identifies the postal code. Must be 9 digits in mode 2 or 6 alphanumeric symbols in mode 3. + +Identifies the postal code. Must be 9 digits in mode 2 or 6 alphanumeric symbols in mode 3. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### SecondMessage {#secondmessage} + +**Access:** Read/Write + +Identifies second message of the barcode. + +Identifies second message of the barcode. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `MaxiCodeSecondMessage` | | + +### ServiceCategory {#servicecategory} + +**Access:** Read/Write + +Identifies 3 digit service category. + +Identifies 3 digit service category. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + diff --git a/english/php/aspose.barcode.complexbarcode/maxicodestructuredcodetext/constructedcodetext/_index.md b/english/php/aspose.barcode.complexbarcode/maxicodestructuredcodetext/constructedcodetext/_index.md deleted file mode 100644 index b337b56b3..000000000 --- a/english/php/aspose.barcode.complexbarcode/maxicodestructuredcodetext/constructedcodetext/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "MaxiCodeStructuredCodetext.ConstructedCodetext" -linktitle: "ConstructedCodetext" -articleTitle: "ConstructedCodetext" -second_title: "Aspose.BarCode for PHP via Java" -description: "Constructs codetext" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/maxicodestructuredcodetext/constructedcodetext/ ---- - -## MaxiCodeStructuredCodetext.ConstructedCodetext - -**Access:** Read-only - - -**Returns:** string Constructed codetext - - -### Get - -Constructs codetext - diff --git a/english/php/aspose.barcode.complexbarcode/maxicodestructuredcodetext/countrycode/_index.md b/english/php/aspose.barcode.complexbarcode/maxicodestructuredcodetext/countrycode/_index.md deleted file mode 100644 index 117ee53f2..000000000 --- a/english/php/aspose.barcode.complexbarcode/maxicodestructuredcodetext/countrycode/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "MaxiCodeStructuredCodetext.CountryCode" -linktitle: "CountryCode" -articleTitle: "CountryCode" -second_title: "Aspose.BarCode for PHP via Java" -description: "Identifies 3 digit country code." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/maxicodestructuredcodetext/countrycode/ ---- - -## MaxiCodeStructuredCodetext.CountryCode - -**Access:** Read/Write - - -### Get - -Identifies 3 digit country code. - - -### Set - -Identifies 3 digit country code. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.complexbarcode/maxicodestructuredcodetext/initfromstring/_index.md b/english/php/aspose.barcode.complexbarcode/maxicodestructuredcodetext/initfromstring/_index.md deleted file mode 100644 index 755d92c77..000000000 --- a/english/php/aspose.barcode.complexbarcode/maxicodestructuredcodetext/initfromstring/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "MaxiCodeStructuredCodetext.initFromString" -linktitle: "initFromString" -articleTitle: "initFromString" -second_title: "Aspose.BarCode for PHP via Java" -description: "Initializes instance from constructed codetext." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/maxicodestructuredcodetext/initfromstring/ ---- - -## MaxiCodeStructuredCodetext.initFromString - -```php -initFromString(string $constructedCodetext) -``` - - -Initializes instance from constructed codetext. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$constructedCodetext` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/maxicodestructuredcodetext/postalcode/_index.md b/english/php/aspose.barcode.complexbarcode/maxicodestructuredcodetext/postalcode/_index.md deleted file mode 100644 index 42eeef25a..000000000 --- a/english/php/aspose.barcode.complexbarcode/maxicodestructuredcodetext/postalcode/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "MaxiCodeStructuredCodetext.PostalCode" -linktitle: "PostalCode" -articleTitle: "PostalCode" -second_title: "Aspose.BarCode for PHP via Java" -description: "Identifies the postal code. Must be 9 digits in mode 2 or 6 alphanumeric symbols in mode 3." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/maxicodestructuredcodetext/postalcode/ ---- - -## MaxiCodeStructuredCodetext.PostalCode - -**Access:** Read/Write - - -### Get - -Identifies the postal code. Must be 9 digits in mode 2 or 6 alphanumeric symbols in mode 3. - - -### Set - -Identifies the postal code. Must be 9 digits in mode 2 or 6 alphanumeric symbols in mode 3. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/maxicodestructuredcodetext/secondmessage/_index.md b/english/php/aspose.barcode.complexbarcode/maxicodestructuredcodetext/secondmessage/_index.md deleted file mode 100644 index d8d15fff9..000000000 --- a/english/php/aspose.barcode.complexbarcode/maxicodestructuredcodetext/secondmessage/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "MaxiCodeStructuredCodetext.SecondMessage" -linktitle: "SecondMessage" -articleTitle: "SecondMessage" -second_title: "Aspose.BarCode for PHP via Java" -description: "Identifies second message of the barcode." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/maxicodestructuredcodetext/secondmessage/ ---- - -## MaxiCodeStructuredCodetext.SecondMessage - -**Access:** Read/Write - - -### Get - -Identifies second message of the barcode. - - -### Set - -Identifies second message of the barcode. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `MaxiCodeSecondMessage` | | diff --git a/english/php/aspose.barcode.complexbarcode/maxicodestructuredcodetext/servicecategory/_index.md b/english/php/aspose.barcode.complexbarcode/maxicodestructuredcodetext/servicecategory/_index.md deleted file mode 100644 index 7f57d0c29..000000000 --- a/english/php/aspose.barcode.complexbarcode/maxicodestructuredcodetext/servicecategory/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "MaxiCodeStructuredCodetext.ServiceCategory" -linktitle: "ServiceCategory" -articleTitle: "ServiceCategory" -second_title: "Aspose.BarCode for PHP via Java" -description: "Identifies 3 digit service category." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/maxicodestructuredcodetext/servicecategory/ ---- - -## MaxiCodeStructuredCodetext.ServiceCategory - -**Access:** Read/Write - - -### Get - -Identifies 3 digit service category. - - -### Set - -Identifies 3 digit service category. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/_construct/_index.md b/english/php/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/_construct/_index.md deleted file mode 100644 index 49b81080a..000000000 --- a/english/php/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/_construct/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "MaxiCodeStructuredSecondMessage._construct" -linktitle: "_construct" -articleTitle: "_construct" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/_construct/ ---- - -## MaxiCodeStructuredSecondMessage._construct - -```php -_construct($dtoObj) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$dtoObj` | `` | | diff --git a/english/php/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/_index.md b/english/php/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/_index.md index 070876436..ccb03c1f7 100644 --- a/english/php/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/_index.md +++ b/english/php/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/_index.md @@ -1,7 +1,6 @@ --- -title: "MaxiCodeStructuredSecondMessage Class" +title: "MaxiCodeStructuredSecondMessage" linktitle: "MaxiCodeStructuredSecondMessage" -articleTitle: "MaxiCodeStructuredSecondMessage" second_title: "Aspose.BarCode for PHP via Java" description: "Class for encoding and decoding structured second message for MaxiCode barcode." type: docs @@ -21,20 +20,69 @@ Class for encoding and decoding structured second message for MaxiCode barcode. | Name | Description | | --- | --- | -| [__construct](./maxicodestructuredsecondmessage/) | | +| [__construct](#constructor) | | ## Methods | Name | Static | Description | | --- | --- | --- | -| [_construct](./_construct/) | Yes | | -| [add](./add/) | No | Adds new identifier | -| [clear](./clear/) | No | Clear identifiers list | +| [_construct](#_construct) | Yes | | +| [add](#add) | No | Adds new identifier | +| [clear](#clear) | No | Clear identifiers list | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [Identifiers](./identifiers/) | Read-only | Gets identifiers list | -| [Message](./message/) | Read-only | Gets constructed second message | -| [Year](./year/) | Read/Write | Gets year. Year must be 2 digit integer value. | +| [Identifiers](#identifiers) | Read-only | Gets identifiers list | +| [Message](#message) | Read-only | Gets constructed second message | +| [Year](#year) | Read/Write | Gets year. Year must be 2 digit integer value. | + +### MaxiCodeStructuredSecondMessage__construct() {#constructor} + +### _construct_construct($dtoObj) (static) {#_construct} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$dtoObj` | `` | | + +### addadd(string $identifier) {#add} + +Adds new identifier + +| Parameter | Type | Description | +| --- | --- | --- | +| `$identifier` | `string` | | + +### clearclear() {#clear} + +Clear identifiers list + +### Identifiers {#identifiers} + +**Access:** Read-only + +**Returns:** array List of identifiers + +Gets identifiers list + +### Message {#message} + +**Access:** Read-only + +**Returns:** string Constructed second message + +Gets constructed second message + +### Year {#year} + +**Access:** Read/Write + +Gets year. Year must be 2 digit integer value. + +Sets year. Year must be 2 digit integer value. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + diff --git a/english/php/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/add/_index.md b/english/php/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/add/_index.md deleted file mode 100644 index 516647eac..000000000 --- a/english/php/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/add/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "MaxiCodeStructuredSecondMessage.add" -linktitle: "add" -articleTitle: "add" -second_title: "Aspose.BarCode for PHP via Java" -description: "Adds new identifier" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/add/ ---- - -## MaxiCodeStructuredSecondMessage.add - -```php -add(string $identifier) -``` - - -Adds new identifier - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$identifier` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/clear/_index.md b/english/php/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/clear/_index.md deleted file mode 100644 index b82d2657c..000000000 --- a/english/php/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/clear/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "MaxiCodeStructuredSecondMessage.clear" -linktitle: "clear" -articleTitle: "clear" -second_title: "Aspose.BarCode for PHP via Java" -description: "Clear identifiers list" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/clear/ ---- - -## MaxiCodeStructuredSecondMessage.clear - -```php -clear() -``` - - -Clear identifiers list - diff --git a/english/php/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/identifiers/_index.md b/english/php/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/identifiers/_index.md deleted file mode 100644 index 360e647ba..000000000 --- a/english/php/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/identifiers/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "MaxiCodeStructuredSecondMessage.Identifiers" -linktitle: "Identifiers" -articleTitle: "Identifiers" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets identifiers list" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/identifiers/ ---- - -## MaxiCodeStructuredSecondMessage.Identifiers - -**Access:** Read-only - - -**Returns:** array List of identifiers - - -### Get - -Gets identifiers list - diff --git a/english/php/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/maxicodestructuredsecondmessage/_index.md b/english/php/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/maxicodestructuredsecondmessage/_index.md deleted file mode 100644 index dea196fbd..000000000 --- a/english/php/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/maxicodestructuredsecondmessage/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "MaxiCodeStructuredSecondMessage" -linktitle: "MaxiCodeStructuredSecondMessage" -articleTitle: "MaxiCodeStructuredSecondMessage" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/maxicodestructuredsecondmessage/ ---- - -## MaxiCodeStructuredSecondMessage Constructor - -```php -__construct() -``` - diff --git a/english/php/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/message/_index.md b/english/php/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/message/_index.md deleted file mode 100644 index e05259c47..000000000 --- a/english/php/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/message/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "MaxiCodeStructuredSecondMessage.Message" -linktitle: "Message" -articleTitle: "Message" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets constructed second message" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/message/ ---- - -## MaxiCodeStructuredSecondMessage.Message - -**Access:** Read-only - - -**Returns:** string Constructed second message - - -### Get - -Gets constructed second message - diff --git a/english/php/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/year/_index.md b/english/php/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/year/_index.md deleted file mode 100644 index 4c4f80df2..000000000 --- a/english/php/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/year/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "MaxiCodeStructuredSecondMessage.Year" -linktitle: "Year" -articleTitle: "Year" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets year. Year must be 2 digit integer value." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/maxicodestructuredsecondmessage/year/ ---- - -## MaxiCodeStructuredSecondMessage.Year - -**Access:** Read/Write - - -### Get - -Gets year. Year must be 2 digit integer value. - - -### Set - -Sets year. Year must be 2 digit integer value. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.complexbarcode/optionalfields/_index.md b/english/php/aspose.barcode.complexbarcode/optionalfields/_index.md index 7319c605f..2fe12afad 100644 --- a/english/php/aspose.barcode.complexbarcode/optionalfields/_index.md +++ b/english/php/aspose.barcode.complexbarcode/optionalfields/_index.md @@ -1,7 +1,6 @@ --- -title: "OptionalFields Class" +title: "OptionalFields" linktitle: "OptionalFields" -articleTitle: "OptionalFields" second_title: "Aspose.BarCode for PHP via Java" description: "Optional elements (fields) of the card" type: docs @@ -21,42 +20,369 @@ Optional elements (fields) of the card | Name | Description | | --- | --- | -| [__construct](./optionalfields/) | | +| [__construct](#constructor) | | ## Methods | Name | Static | Description | | --- | --- | --- | -| [setUnder19Until](./setunder19until/) | No | DDI, Date on which the cardholder turns 19 years old. (MMDDCCYY for U.S., CCYYMMDD for Canada), DL/ID, F8N | +| [setUnder19Until](#setunder19until) | No | DDI, Date on which the cardholder turns 19 years old. (MMDDCCYY for U.S., CCYYMMDD for Canada), DL/ID, F8N | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [AddressStreet2](./addressstreet2/) | Read/Write | DAH, Second line of street portion of the cardholder address, DL/ID, V35ANS | -| [AliasAKAFamilyName](./aliasakafamilyname/) | Read/Write | DBN, Other family name by which cardholder is known, DL/ID, V10ANS | -| [AliasAKAGivenName](./aliasakagivenname/) | Read/Write | DBG, Other given name by which cardholder is known, DL/ID, V15ANS | -| [AliasAKASuffixName](./aliasakasuffixname/) | Read/Write | DBS, Other suffix by which cardholder is known, DL/ID, V5ANS | -| [AuditInformation](./auditinformation/) | Read/Write | DCJ, A string of letters and/or numbers that identifies when, where, and by whom a driver license/ID card was made. If audit information is not used on the card or the MRT, it must be included in the driver record, DL/ID, V25ANS | -| [CardRevisionDate](./cardrevisiondate/) | Read/Write | DDB, DHS required field that indicates date of the most recent version change or modification to the visible format of the DL/ID. (MMDDCCYY for U.S., CCYYMMDD for Canada), DL/ID, F8N | -| [ComplianceType](./compliancetype/) | Read/Write | DDA, DHS required field that indicates compliance: “F” = compliant; and, “N” = non-compliant, DL/ID, F1A | -| [EndorsementCodeDescription](./endorsementcodedescription/) | Read/Write | DCQ, Text that explains the jurisdiction-specific code(s) that indicates additional driving privileges granted to the cardholder beyond the vehicle class, DL, V50ANS | -| [HAZMATEndorsementExpDate](./hazmatendorsementexpdate/) | Read-only | DDC, Date on which the hazardous material endorsement granted by the document is no longer valid. (MMDDCCYY for U.S., CCYYMMDD for Canada), DL, F8N | -| [HairColor](./haircolor/) | Read/Write | DAZ, Bald, black, blonde, brown, gray, red/auburn, sandy, white, unknown. If the issuing jurisdiction wishes to abbreviate colors, the three-character codes provided in AAMVA D20 must be used, DL/ID, V12A | -| [InventoryControlNumber](./inventorycontrolnumber/) | Read/Write | DCK, A string of letters and/or numbers that is affixed to the raw materials(card stock, laminate, etc.) used in producing driver licenses and ID cards. (DHS recommended field), DL/ID, V25ANS | -| [LimitedDurationDocIndicator](./limiteddurationdocindicator/) | Read/Write | DDD, DHS required field that indicates that the cardholder has temporary lawful status = “1”, DL/ID, F1N | -| [NameSuffix](./namesuffix/) | Read/Write | DCU, Name Suffix (If jurisdiction participates in systems requiring name suffix (PDPS, CDLIS, etc.), the suffix must be collected and displayed on the DL/ID and in the MRT). JR(Junior), SR(Senior), 1ST or I(First), up to 9TH or IX (Ninth), DL/ID, V5ANS | -| [OrganDonorIndicator](./organdonorindicator/) | Read/Write | DDK, Field that indicates that the cardholder is an organ donor = “1”, DL/ID, F1N | -| [PlaceOfBirth](./placeofbirth/) | Read/Write | DCI, Country and municipality and/or state/province, DL/ID, V33A | -| [RaceEthnicity](./raceethnicity/) | Read/Write | DCL, Codes for race or ethnicity of the cardholder, as defined in AAMVA D20, DL/ID, V3A | -| [RestrictionCodeDescription](./restrictioncodedescription/) | Read/Write | DCR, Text describing the jurisdiction-specific restriction code(s) that curtail driving privileges, DL, V50ANS | -| [StandardEndorsementCode](./standardendorsementcode/) | Read/Write | DCN, Standard endorsement code(s) for cardholder. See codes in D20.This data element is a placeholder for future efforts to standardize endorsement codes, DL, F5AN | -| [StandardRestrictionCode](./standardrestrictioncode/) | Read/Write | DCO, Standard restriction code(s) for cardholder. See codes in D20.This data element is a placeholder for future efforts to standardize restriction codes, DL, F12AN | -| [StandardVehClassification](./standardvehclassification/) | Read/Write | DCM, Standard vehicle classification code(s) for cardholder. This data element is a placeholder for future efforts to standardize vehicle classifications, DL, F4AN | -| [Under18Until](./under18until/) | Read/Write | DDH, Date on which the cardholder turns 18 years old. (MMDDCCYY for U.S., CCYYMMDD for Canada), DL/ID, F8N | -| [Under21Until](./under21until/) | Read/Write | DDJ, Date on which the cardholder turns 21 years old. (MMDDCCYY for U.S., CCYYMMDD for Canada), DL/ID, F8N | -| [VehClassDescription](./vehclassdescription/) | Read/Write | DCP, Text that explains the jurisdiction-specific code(s) for classifications of vehicles cardholder is authorized to drive, DL, V50ANS | -| [VeteranIndicator](./veteranindicator/) | Read/Write | DDL, Field that indicates that the cardholder is a veteran = “1”, DL/ID, F1N | -| [WeightKilograms](./weightkilograms/) | Read/Write | DAX, Cardholder weight in kilograms, Ex. 84 kg = “084”, DL/ID, F3N | -| [WeightPounds](./weightpounds/) | Read/Write | DAW, Cardholder weight in pounds, Ex. 185 lb = “185”, DL/ID, F3N | -| [WeightRange](./weightrange/) | Read/Write | DCE, Indicates the approximate weight range of the cardholder: 0 = up to 31 kg(up to 70 lbs), 1 = 32 – 45 kg(71 – 100 lbs), 2 = 46 - 59 kg(101 – 130 lbs), 3 = 60 - 70 kg(131 – 160 lbs), 4 = 71 - 86 kg(161 – 190 lbs), 5 = 87 - 100 kg(191 – 220 lbs), 6 = 101 - 113 kg(221 – 250 lbs), 7 = 114 - 127 kg(251 – 280 lbs), 8 = 128 – 145 kg(281 – 320 lbs), 9 = 146+ kg(321+ lbs), DL/ID, F1N | +| [AddressStreet2](#addressstreet2) | Read/Write | DAH, Second line of street portion of the cardholder address, DL/ID, V35ANS | +| [AliasAKAFamilyName](#aliasakafamilyname) | Read/Write | DBN, Other family name by which cardholder is known, DL/ID, V10ANS | +| [AliasAKAGivenName](#aliasakagivenname) | Read/Write | DBG, Other given name by which cardholder is known, DL/ID, V15ANS | +| [AliasAKASuffixName](#aliasakasuffixname) | Read/Write | DBS, Other suffix by which cardholder is known, DL/ID, V5ANS | +| [AuditInformation](#auditinformation) | Read/Write | DCJ, A string of letters and/or numbers that identifies when, where, and by whom a driver license/ID card was made. If audit information is not used on the card or the MRT, it must be included in the driver record, DL/ID, V25ANS | +| [CardRevisionDate](#cardrevisiondate) | Read/Write | DDB, DHS required field that indicates date of the most recent version change or modification to the visible format of the DL/ID. (MMDDCCYY for U.S., CCYYMMDD for Canada), DL/ID, F8N | +| [ComplianceType](#compliancetype) | Read/Write | DDA, DHS required field that indicates compliance: “F” = compliant; and, “N” = non-compliant, DL/ID, F1A | +| [EndorsementCodeDescription](#endorsementcodedescription) | Read/Write | DCQ, Text that explains the jurisdiction-specific code(s) that indicates additional driving privileges granted to the cardholder beyond the vehicle class, DL, V50ANS | +| [HAZMATEndorsementExpDate](#hazmatendorsementexpdate) | Read-only | DDC, Date on which the hazardous material endorsement granted by the document is no longer valid. (MMDDCCYY for U.S., CCYYMMDD for Canada), DL, F8N | +| [HairColor](#haircolor) | Read/Write | DAZ, Bald, black, blonde, brown, gray, red/auburn, sandy, white, unknown. If the issuing jurisdiction wishes to abbreviate colors, the three-character codes provided in AAMVA D20 must be used, DL/ID, V12A | +| [InventoryControlNumber](#inventorycontrolnumber) | Read/Write | DCK, A string of letters and/or numbers that is affixed to the raw materials(card stock, laminate, etc.) used in producing driver licenses and ID cards. (DHS recommended field), DL/ID, V25ANS | +| [LimitedDurationDocIndicator](#limiteddurationdocindicator) | Read/Write | DDD, DHS required field that indicates that the cardholder has temporary lawful status = “1”, DL/ID, F1N | +| [NameSuffix](#namesuffix) | Read/Write | DCU, Name Suffix (If jurisdiction participates in systems requiring name suffix (PDPS, CDLIS, etc.), the suffix must be collected and displayed on the DL/ID and in the MRT). JR(Junior), SR(Senior), 1ST or I(First), up to 9TH or IX (Ninth), DL/ID, V5ANS | +| [OrganDonorIndicator](#organdonorindicator) | Read/Write | DDK, Field that indicates that the cardholder is an organ donor = “1”, DL/ID, F1N | +| [PlaceOfBirth](#placeofbirth) | Read/Write | DCI, Country and municipality and/or state/province, DL/ID, V33A | +| [RaceEthnicity](#raceethnicity) | Read/Write | DCL, Codes for race or ethnicity of the cardholder, as defined in AAMVA D20, DL/ID, V3A | +| [RestrictionCodeDescription](#restrictioncodedescription) | Read/Write | DCR, Text describing the jurisdiction-specific restriction code(s) that curtail driving privileges, DL, V50ANS | +| [StandardEndorsementCode](#standardendorsementcode) | Read/Write | DCN, Standard endorsement code(s) for cardholder. See codes in D20.This data element is a placeholder for future efforts to standardize endorsement codes, DL, F5AN | +| [StandardRestrictionCode](#standardrestrictioncode) | Read/Write | DCO, Standard restriction code(s) for cardholder. See codes in D20.This data element is a placeholder for future efforts to standardize restriction codes, DL, F12AN | +| [StandardVehClassification](#standardvehclassification) | Read/Write | DCM, Standard vehicle classification code(s) for cardholder. This data element is a placeholder for future efforts to standardize vehicle classifications, DL, F4AN | +| [Under18Until](#under18until) | Read/Write | DDH, Date on which the cardholder turns 18 years old. (MMDDCCYY for U.S., CCYYMMDD for Canada), DL/ID, F8N | +| [Under21Until](#under21until) | Read/Write | DDJ, Date on which the cardholder turns 21 years old. (MMDDCCYY for U.S., CCYYMMDD for Canada), DL/ID, F8N | +| [VehClassDescription](#vehclassdescription) | Read/Write | DCP, Text that explains the jurisdiction-specific code(s) for classifications of vehicles cardholder is authorized to drive, DL, V50ANS | +| [VeteranIndicator](#veteranindicator) | Read/Write | DDL, Field that indicates that the cardholder is a veteran = “1”, DL/ID, F1N | +| [WeightKilograms](#weightkilograms) | Read/Write | DAX, Cardholder weight in kilograms, Ex. 84 kg = “084”, DL/ID, F3N | +| [WeightPounds](#weightpounds) | Read/Write | DAW, Cardholder weight in pounds, Ex. 185 lb = “185”, DL/ID, F3N | +| [WeightRange](#weightrange) | Read/Write | DCE, Indicates the approximate weight range of the cardholder: 0 = up to 31 kg(up to 70 lbs), 1 = 32 – 45 kg(71 – 100 lbs), 2 = 46 - 59 kg(101 – 130 lbs), 3 = 60 - 70 kg(131 – 160 lbs), 4 = 71 - 86 kg(161 – 190 lbs), 5 = 87 - 100 kg(191 – 220 lbs), 6 = 101 - 113 kg(221 – 250 lbs), 7 = 114 - 127 kg(251 – 280 lbs), 8 = 128 – 145 kg(281 – 320 lbs), 9 = 146+ kg(321+ lbs), DL/ID, F1N | + +### OptionalFields__construct() {#constructor} + +### setUnder19UntilsetUnder19Until(\DateTimeImmutable $value) {#setunder19until} + +DDI, Date on which the cardholder turns 19 years old. (MMDDCCYY for U.S., CCYYMMDD for Canada), DL/ID, F8N + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `\DateTimeImmutable` | | + +### AddressStreet2 {#addressstreet2} + +**Access:** Read/Write + +DAH, Second line of street portion of the cardholder address, DL/ID, V35ANS + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### AliasAKAFamilyName {#aliasakafamilyname} + +**Access:** Read/Write + +DBN, Other family name by which cardholder is known, DL/ID, V10ANS + +DBN, Other family name by which cardholder is known, DL/ID, V10ANS + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### AliasAKAGivenName {#aliasakagivenname} + +**Access:** Read/Write + +DBG, Other given name by which cardholder is known, DL/ID, V15ANS + +DBG, Other given name by which cardholder is known, DL/ID, V15ANS + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### AliasAKASuffixName {#aliasakasuffixname} + +**Access:** Read/Write + +DBS, Other suffix by which cardholder is known, DL/ID, V5ANS + +DBS, Other suffix by which cardholder is known, DL/ID, V5ANS + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### AuditInformation {#auditinformation} + +**Access:** Read/Write + +DCJ, A string of letters and/or numbers that identifies when, where, and by whom a driver license/ID card was made. If audit information is not used on the card or the MRT, it must be included in the driver record, DL/ID, V25ANS + +DCJ, A string of letters and/or numbers that identifies when, where, and by whom a driver license/ID card was made. If audit information is not used on the card or the MRT, it must be included in the driver record, DL/ID, V25ANS + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### CardRevisionDate {#cardrevisiondate} + +**Access:** Read/Write + +DDB, DHS required field that indicates date of the most recent version change or modification to the visible format of the DL/ID. (MMDDCCYY for U.S., CCYYMMDD for Canada), DL/ID, F8N + +DDB, DHS required field that indicates date of the most recent version change or modification to the visible format of the DL/ID. (MMDDCCYY for U.S., CCYYMMDD for Canada), DL/ID, F8N + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `\DateTimeImmutable` | | + +### ComplianceType {#compliancetype} + +**Access:** Read/Write + +DDA, DHS required field that indicates compliance: “F” = compliant; and, “N” = non-compliant, DL/ID, F1A + +DDA, DHS required field that indicates compliance: “F” = compliant; and, “N” = non-compliant, DL/ID, F1A + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### EndorsementCodeDescription {#endorsementcodedescription} + +**Access:** Read/Write + +DCQ, Text that explains the jurisdiction-specific code(s) that indicates additional driving privileges granted to the cardholder beyond the vehicle class, DL, V50ANS + +DCQ, Text that explains the jurisdiction-specific code(s) that indicates additional driving privileges granted to the cardholder beyond the vehicle class, DL, V50ANS + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### HAZMATEndorsementExpDate {#hazmatendorsementexpdate} + +**Access:** Read-only + +DDC, Date on which the hazardous material endorsement granted by the document is no longer valid. (MMDDCCYY for U.S., CCYYMMDD for Canada), DL, F8N + +### HairColor {#haircolor} + +**Access:** Read/Write + +DAZ, Bald, black, blonde, brown, gray, red/auburn, sandy, white, unknown. If the issuing jurisdiction wishes to abbreviate colors, the three-character codes provided in AAMVA D20 must be used, DL/ID, V12A + +DAZ, Bald, black, blonde, brown, gray, red/auburn, sandy, white, unknown. If the issuing jurisdiction wishes to abbreviate colors, the three-character codes provided in AAMVA D20 must be used, DL/ID, V12A + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### InventoryControlNumber {#inventorycontrolnumber} + +**Access:** Read/Write + +DCK, A string of letters and/or numbers that is affixed to the raw materials(card stock, laminate, etc.) used in producing driver licenses and ID cards. (DHS recommended field), DL/ID, V25ANS + +DCK, A string of letters and/or numbers that is affixed to the raw materials(card stock, laminate, etc.) used in producing driver licenses and ID cards. (DHS recommended field), DL/ID, V25ANS + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### LimitedDurationDocIndicator {#limiteddurationdocindicator} + +**Access:** Read/Write + +DDD, DHS required field that indicates that the cardholder has temporary lawful status = “1”, DL/ID, F1N + +DDD, DHS required field that indicates that the cardholder has temporary lawful status = “1”, DL/ID, F1N + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### NameSuffix {#namesuffix} + +**Access:** Read/Write + +DCU, Name Suffix (If jurisdiction participates in systems requiring name suffix (PDPS, CDLIS, etc.), the suffix must be collected and displayed on the DL/ID and in the MRT). JR(Junior), SR(Senior), 1ST or I(First), up to 9TH or IX (Ninth), DL/ID, V5ANS + +DCU, Name Suffix (If jurisdiction participates in systems requiring name suffix (PDPS, CDLIS, etc.), the suffix must be collected and displayed on the DL/ID and in the MRT). JR(Junior), SR(Senior), 1ST or I(First), up to 9TH or IX (Ninth), DL/ID, V5ANS + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### OrganDonorIndicator {#organdonorindicator} + +**Access:** Read/Write + +DDK, Field that indicates that the cardholder is an organ donor = “1”, DL/ID, F1N + +DDK, Field that indicates that the cardholder is an organ donor = “1”, DL/ID, F1N + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### PlaceOfBirth {#placeofbirth} + +**Access:** Read/Write + +DCI, Country and municipality and/or state/province, DL/ID, V33A + +DCI, Country and municipality and/or state/province, DL/ID, V33A + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### RaceEthnicity {#raceethnicity} + +**Access:** Read/Write + +DCL, Codes for race or ethnicity of the cardholder, as defined in AAMVA D20, DL/ID, V3A + +DCL, Codes for race or ethnicity of the cardholder, as defined in AAMVA D20, DL/ID, V3A + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### RestrictionCodeDescription {#restrictioncodedescription} + +**Access:** Read/Write + +DCR, Text describing the jurisdiction-specific restriction code(s) that curtail driving privileges, DL, V50ANS + +DCR, Text describing the jurisdiction-specific restriction code(s) that curtail driving privileges, DL, V50ANS + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### StandardEndorsementCode {#standardendorsementcode} + +**Access:** Read/Write + +DCN, Standard endorsement code(s) for cardholder. See codes in D20.This data element is a placeholder for future efforts to standardize endorsement codes, DL, F5AN + +DCN, Standard endorsement code(s) for cardholder. See codes in D20.This data element is a placeholder for future efforts to standardize endorsement codes, DL, F5AN + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### StandardRestrictionCode {#standardrestrictioncode} + +**Access:** Read/Write + +DCO, Standard restriction code(s) for cardholder. See codes in D20.This data element is a placeholder for future efforts to standardize restriction codes, DL, F12AN + +DCO, Standard restriction code(s) for cardholder. See codes in D20.This data element is a placeholder for future efforts to standardize restriction codes, DL, F12AN + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### StandardVehClassification {#standardvehclassification} + +**Access:** Read/Write + +DCM, Standard vehicle classification code(s) for cardholder. This data element is a placeholder for future efforts to standardize vehicle classifications, DL, F4AN + +DCM, Standard vehicle classification code(s) for cardholder. This data element is a placeholder for future efforts to standardize vehicle classifications, DL, F4AN + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### Under18Until {#under18until} + +**Access:** Read/Write + +DDH, Date on which the cardholder turns 18 years old. (MMDDCCYY for U.S., CCYYMMDD for Canada), DL/ID, F8N + +DDI, Date on which the cardholder turns 19 years old. (MMDDCCYY for U.S., CCYYMMDD for Canada), DL/ID, F8N + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `\DateTimeImmutable` | | + +### Under21Until {#under21until} + +**Access:** Read/Write + +DDJ, Date on which the cardholder turns 21 years old. (MMDDCCYY for U.S., CCYYMMDD for Canada), DL/ID, F8N + +DDJ, Date on which the cardholder turns 21 years old. (MMDDCCYY for U.S., CCYYMMDD for Canada), DL/ID, F8N + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `\DateTimeImmutable` | | + +### VehClassDescription {#vehclassdescription} + +**Access:** Read/Write + +DCP, Text that explains the jurisdiction-specific code(s) for classifications of vehicles cardholder is authorized to drive, DL, V50ANS + +DCP, Text that explains the jurisdiction-specific code(s) for classifications of vehicles cardholder is authorized to drive, DL, V50ANS + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### VeteranIndicator {#veteranindicator} + +**Access:** Read/Write + +DDL, Field that indicates that the cardholder is a veteran = “1”, DL/ID, F1N + +DDL, Field that indicates that the cardholder is a veteran = “1”, DL/ID, F1N + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### WeightKilograms {#weightkilograms} + +**Access:** Read/Write + +DAX, Cardholder weight in kilograms, Ex. 84 kg = “084”, DL/ID, F3N + +DAX, Cardholder weight in kilograms, Ex. 84 kg = “084”, DL/ID, F3N + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### WeightPounds {#weightpounds} + +**Access:** Read/Write + +DAW, Cardholder weight in pounds, Ex. 185 lb = “185”, DL/ID, F3N + +DAW, Cardholder weight in pounds, Ex. 185 lb = “185”, DL/ID, F3N + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### WeightRange {#weightrange} + +**Access:** Read/Write + +DCE, Indicates the approximate weight range of the cardholder: 0 = up to 31 kg(up to 70 lbs), 1 = 32 – 45 kg(71 – 100 lbs), 2 = 46 - 59 kg(101 – 130 lbs), 3 = 60 - 70 kg(131 – 160 lbs), 4 = 71 - 86 kg(161 – 190 lbs), 5 = 87 - 100 kg(191 – 220 lbs), 6 = 101 - 113 kg(221 – 250 lbs), 7 = 114 - 127 kg(251 – 280 lbs), 8 = 128 – 145 kg(281 – 320 lbs), 9 = 146+ kg(321+ lbs), DL/ID, F1N + +DCE, Indicates the approximate weight range of the cardholder: 0 = up to 31 kg(up to 70 lbs), 1 = 32 – 45 kg(71 – 100 lbs), 2 = 46 - 59 kg(101 – 130 lbs), 3 = 60 - 70 kg(131 – 160 lbs), 4 = 71 - 86 kg(161 – 190 lbs), 5 = 87 - 100 kg(191 – 220 lbs), 6 = 101 - 113 kg(221 – 250 lbs), 7 = 114 - 127 kg(251 – 280 lbs), 8 = 128 – 145 kg(281 – 320 lbs), 9 = 146+ kg(321+ lbs), DL/ID, F1N + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + diff --git a/english/php/aspose.barcode.complexbarcode/optionalfields/addressstreet2/_index.md b/english/php/aspose.barcode.complexbarcode/optionalfields/addressstreet2/_index.md deleted file mode 100644 index 9cac57eed..000000000 --- a/english/php/aspose.barcode.complexbarcode/optionalfields/addressstreet2/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "OptionalFields.AddressStreet2" -linktitle: "AddressStreet2" -articleTitle: "AddressStreet2" -second_title: "Aspose.BarCode for PHP via Java" -description: "DAH, Second line of street portion of the cardholder address, DL/ID, V35ANS" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/optionalfields/addressstreet2/ ---- - -## OptionalFields.AddressStreet2 - -**Access:** Read/Write - - -### Set - -DAH, Second line of street portion of the cardholder address, DL/ID, V35ANS - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/optionalfields/aliasakafamilyname/_index.md b/english/php/aspose.barcode.complexbarcode/optionalfields/aliasakafamilyname/_index.md deleted file mode 100644 index c95dd300c..000000000 --- a/english/php/aspose.barcode.complexbarcode/optionalfields/aliasakafamilyname/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "OptionalFields.AliasAKAFamilyName" -linktitle: "AliasAKAFamilyName" -articleTitle: "AliasAKAFamilyName" -second_title: "Aspose.BarCode for PHP via Java" -description: "DBN, Other family name by which cardholder is known, DL/ID, V10ANS" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/optionalfields/aliasakafamilyname/ ---- - -## OptionalFields.AliasAKAFamilyName - -**Access:** Read/Write - - -### Get - -DBN, Other family name by which cardholder is known, DL/ID, V10ANS - - -### Set - -DBN, Other family name by which cardholder is known, DL/ID, V10ANS - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/optionalfields/aliasakagivenname/_index.md b/english/php/aspose.barcode.complexbarcode/optionalfields/aliasakagivenname/_index.md deleted file mode 100644 index 1d136a864..000000000 --- a/english/php/aspose.barcode.complexbarcode/optionalfields/aliasakagivenname/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "OptionalFields.AliasAKAGivenName" -linktitle: "AliasAKAGivenName" -articleTitle: "AliasAKAGivenName" -second_title: "Aspose.BarCode for PHP via Java" -description: "DBG, Other given name by which cardholder is known, DL/ID, V15ANS" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/optionalfields/aliasakagivenname/ ---- - -## OptionalFields.AliasAKAGivenName - -**Access:** Read/Write - - -### Get - -DBG, Other given name by which cardholder is known, DL/ID, V15ANS - - -### Set - -DBG, Other given name by which cardholder is known, DL/ID, V15ANS - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/optionalfields/aliasakasuffixname/_index.md b/english/php/aspose.barcode.complexbarcode/optionalfields/aliasakasuffixname/_index.md deleted file mode 100644 index 995f48cf8..000000000 --- a/english/php/aspose.barcode.complexbarcode/optionalfields/aliasakasuffixname/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "OptionalFields.AliasAKASuffixName" -linktitle: "AliasAKASuffixName" -articleTitle: "AliasAKASuffixName" -second_title: "Aspose.BarCode for PHP via Java" -description: "DBS, Other suffix by which cardholder is known, DL/ID, V5ANS" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/optionalfields/aliasakasuffixname/ ---- - -## OptionalFields.AliasAKASuffixName - -**Access:** Read/Write - - -### Get - -DBS, Other suffix by which cardholder is known, DL/ID, V5ANS - - -### Set - -DBS, Other suffix by which cardholder is known, DL/ID, V5ANS - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/optionalfields/auditinformation/_index.md b/english/php/aspose.barcode.complexbarcode/optionalfields/auditinformation/_index.md deleted file mode 100644 index 7cd41e98f..000000000 --- a/english/php/aspose.barcode.complexbarcode/optionalfields/auditinformation/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "OptionalFields.AuditInformation" -linktitle: "AuditInformation" -articleTitle: "AuditInformation" -second_title: "Aspose.BarCode for PHP via Java" -description: "DCJ, A string of letters and/or numbers that identifies when, where, and by whom a driver license/ID card was made. If audit information is not used on the card or the MRT, it must be included in the " -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/optionalfields/auditinformation/ ---- - -## OptionalFields.AuditInformation - -**Access:** Read/Write - - -### Get - -DCJ, A string of letters and/or numbers that identifies when, where, and by whom a driver license/ID card was made. If audit information is not used on the card or the MRT, it must be included in the driver record, DL/ID, V25ANS - - -### Set - -DCJ, A string of letters and/or numbers that identifies when, where, and by whom a driver license/ID card was made. If audit information is not used on the card or the MRT, it must be included in the driver record, DL/ID, V25ANS - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/optionalfields/cardrevisiondate/_index.md b/english/php/aspose.barcode.complexbarcode/optionalfields/cardrevisiondate/_index.md deleted file mode 100644 index 69f9fc9e4..000000000 --- a/english/php/aspose.barcode.complexbarcode/optionalfields/cardrevisiondate/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "OptionalFields.CardRevisionDate" -linktitle: "CardRevisionDate" -articleTitle: "CardRevisionDate" -second_title: "Aspose.BarCode for PHP via Java" -description: "DDB, DHS required field that indicates date of the most recent version change or modification to the visible format of the DL/ID. (MMDDCCYY for U.S., CCYYMMDD for Canada), DL/ID, F8N" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/optionalfields/cardrevisiondate/ ---- - -## OptionalFields.CardRevisionDate - -**Access:** Read/Write - - -### Get - -DDB, DHS required field that indicates date of the most recent version change or modification to the visible format of the DL/ID. (MMDDCCYY for U.S., CCYYMMDD for Canada), DL/ID, F8N - - -### Set - -DDB, DHS required field that indicates date of the most recent version change or modification to the visible format of the DL/ID. (MMDDCCYY for U.S., CCYYMMDD for Canada), DL/ID, F8N - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `\DateTimeImmutable` | | diff --git a/english/php/aspose.barcode.complexbarcode/optionalfields/compliancetype/_index.md b/english/php/aspose.barcode.complexbarcode/optionalfields/compliancetype/_index.md deleted file mode 100644 index 5a56e9f68..000000000 --- a/english/php/aspose.barcode.complexbarcode/optionalfields/compliancetype/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "OptionalFields.ComplianceType" -linktitle: "ComplianceType" -articleTitle: "ComplianceType" -second_title: "Aspose.BarCode for PHP via Java" -description: "DDA, DHS required field that indicates compliance: “F” = compliant; and, “N” = non-compliant, DL/ID, F1A" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/optionalfields/compliancetype/ ---- - -## OptionalFields.ComplianceType - -**Access:** Read/Write - - -### Get - -DDA, DHS required field that indicates compliance: “F” = compliant; and, “N” = non-compliant, DL/ID, F1A - - -### Set - -DDA, DHS required field that indicates compliance: “F” = compliant; and, “N” = non-compliant, DL/ID, F1A - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/optionalfields/endorsementcodedescription/_index.md b/english/php/aspose.barcode.complexbarcode/optionalfields/endorsementcodedescription/_index.md deleted file mode 100644 index 861058b80..000000000 --- a/english/php/aspose.barcode.complexbarcode/optionalfields/endorsementcodedescription/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "OptionalFields.EndorsementCodeDescription" -linktitle: "EndorsementCodeDescription" -articleTitle: "EndorsementCodeDescription" -second_title: "Aspose.BarCode for PHP via Java" -description: "DCQ, Text that explains the jurisdiction-specific code(s) that indicates additional driving privileges granted to the cardholder beyond the vehicle class, DL, V50ANS" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/optionalfields/endorsementcodedescription/ ---- - -## OptionalFields.EndorsementCodeDescription - -**Access:** Read/Write - - -### Get - -DCQ, Text that explains the jurisdiction-specific code(s) that indicates additional driving privileges granted to the cardholder beyond the vehicle class, DL, V50ANS - - -### Set - -DCQ, Text that explains the jurisdiction-specific code(s) that indicates additional driving privileges granted to the cardholder beyond the vehicle class, DL, V50ANS - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/optionalfields/haircolor/_index.md b/english/php/aspose.barcode.complexbarcode/optionalfields/haircolor/_index.md deleted file mode 100644 index bff012181..000000000 --- a/english/php/aspose.barcode.complexbarcode/optionalfields/haircolor/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "OptionalFields.HairColor" -linktitle: "HairColor" -articleTitle: "HairColor" -second_title: "Aspose.BarCode for PHP via Java" -description: "DAZ, Bald, black, blonde, brown, gray, red/auburn, sandy, white, unknown. If the issuing jurisdiction wishes to abbreviate colors, the three-character codes provided in AAMVA D20 must be used, DL/ID, " -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/optionalfields/haircolor/ ---- - -## OptionalFields.HairColor - -**Access:** Read/Write - - -### Get - -DAZ, Bald, black, blonde, brown, gray, red/auburn, sandy, white, unknown. If the issuing jurisdiction wishes to abbreviate colors, the three-character codes provided in AAMVA D20 must be used, DL/ID, V12A - - -### Set - -DAZ, Bald, black, blonde, brown, gray, red/auburn, sandy, white, unknown. If the issuing jurisdiction wishes to abbreviate colors, the three-character codes provided in AAMVA D20 must be used, DL/ID, V12A - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.complexbarcode/optionalfields/hazmatendorsementexpdate/_index.md b/english/php/aspose.barcode.complexbarcode/optionalfields/hazmatendorsementexpdate/_index.md deleted file mode 100644 index 1e540716e..000000000 --- a/english/php/aspose.barcode.complexbarcode/optionalfields/hazmatendorsementexpdate/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "OptionalFields.HAZMATEndorsementExpDate" -linktitle: "HAZMATEndorsementExpDate" -articleTitle: "HAZMATEndorsementExpDate" -second_title: "Aspose.BarCode for PHP via Java" -description: "DDC, Date on which the hazardous material endorsement granted by the document is no longer valid. (MMDDCCYY for U.S., CCYYMMDD for Canada), DL, F8N" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/optionalfields/hazmatendorsementexpdate/ ---- - -## OptionalFields.HAZMATEndorsementExpDate - -**Access:** Read-only - - -### Get - -DDC, Date on which the hazardous material endorsement granted by the document is no longer valid. (MMDDCCYY for U.S., CCYYMMDD for Canada), DL, F8N - diff --git a/english/php/aspose.barcode.complexbarcode/optionalfields/inventorycontrolnumber/_index.md b/english/php/aspose.barcode.complexbarcode/optionalfields/inventorycontrolnumber/_index.md deleted file mode 100644 index f06199361..000000000 --- a/english/php/aspose.barcode.complexbarcode/optionalfields/inventorycontrolnumber/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "OptionalFields.InventoryControlNumber" -linktitle: "InventoryControlNumber" -articleTitle: "InventoryControlNumber" -second_title: "Aspose.BarCode for PHP via Java" -description: "DCK, A string of letters and/or numbers that is affixed to the raw materials(card stock, laminate, etc.) used in producing driver licenses and ID cards. (DHS recommended field), DL/ID, V25ANS" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/optionalfields/inventorycontrolnumber/ ---- - -## OptionalFields.InventoryControlNumber - -**Access:** Read/Write - - -### Get - -DCK, A string of letters and/or numbers that is affixed to the raw materials(card stock, laminate, etc.) used in producing driver licenses and ID cards. (DHS recommended field), DL/ID, V25ANS - - -### Set - -DCK, A string of letters and/or numbers that is affixed to the raw materials(card stock, laminate, etc.) used in producing driver licenses and ID cards. (DHS recommended field), DL/ID, V25ANS - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/optionalfields/limiteddurationdocindicator/_index.md b/english/php/aspose.barcode.complexbarcode/optionalfields/limiteddurationdocindicator/_index.md deleted file mode 100644 index f5876b36e..000000000 --- a/english/php/aspose.barcode.complexbarcode/optionalfields/limiteddurationdocindicator/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "OptionalFields.LimitedDurationDocIndicator" -linktitle: "LimitedDurationDocIndicator" -articleTitle: "LimitedDurationDocIndicator" -second_title: "Aspose.BarCode for PHP via Java" -description: "DDD, DHS required field that indicates that the cardholder has temporary lawful status = “1”, DL/ID, F1N" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/optionalfields/limiteddurationdocindicator/ ---- - -## OptionalFields.LimitedDurationDocIndicator - -**Access:** Read/Write - - -### Get - -DDD, DHS required field that indicates that the cardholder has temporary lawful status = “1”, DL/ID, F1N - - -### Set - -DDD, DHS required field that indicates that the cardholder has temporary lawful status = “1”, DL/ID, F1N - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/optionalfields/namesuffix/_index.md b/english/php/aspose.barcode.complexbarcode/optionalfields/namesuffix/_index.md deleted file mode 100644 index 390546cce..000000000 --- a/english/php/aspose.barcode.complexbarcode/optionalfields/namesuffix/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "OptionalFields.NameSuffix" -linktitle: "NameSuffix" -articleTitle: "NameSuffix" -second_title: "Aspose.BarCode for PHP via Java" -description: "DCU, Name Suffix (If jurisdiction participates in systems requiring name suffix (PDPS, CDLIS, etc.), the suffix must be collected and displayed on the DL/ID and in the MRT). JR(Junior), SR(Senior), 1S" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/optionalfields/namesuffix/ ---- - -## OptionalFields.NameSuffix - -**Access:** Read/Write - - -### Get - -DCU, Name Suffix (If jurisdiction participates in systems requiring name suffix (PDPS, CDLIS, etc.), the suffix must be collected and displayed on the DL/ID and in the MRT). JR(Junior), SR(Senior), 1ST or I(First), up to 9TH or IX (Ninth), DL/ID, V5ANS - - -### Set - -DCU, Name Suffix (If jurisdiction participates in systems requiring name suffix (PDPS, CDLIS, etc.), the suffix must be collected and displayed on the DL/ID and in the MRT). JR(Junior), SR(Senior), 1ST or I(First), up to 9TH or IX (Ninth), DL/ID, V5ANS - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/optionalfields/optionalfields/_index.md b/english/php/aspose.barcode.complexbarcode/optionalfields/optionalfields/_index.md deleted file mode 100644 index 1aeed26b5..000000000 --- a/english/php/aspose.barcode.complexbarcode/optionalfields/optionalfields/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "OptionalFields" -linktitle: "OptionalFields" -articleTitle: "OptionalFields" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/optionalfields/optionalfields/ ---- - -## OptionalFields Constructor - -```php -__construct() -``` - diff --git a/english/php/aspose.barcode.complexbarcode/optionalfields/organdonorindicator/_index.md b/english/php/aspose.barcode.complexbarcode/optionalfields/organdonorindicator/_index.md deleted file mode 100644 index 25c3eede8..000000000 --- a/english/php/aspose.barcode.complexbarcode/optionalfields/organdonorindicator/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "OptionalFields.OrganDonorIndicator" -linktitle: "OrganDonorIndicator" -articleTitle: "OrganDonorIndicator" -second_title: "Aspose.BarCode for PHP via Java" -description: "DDK, Field that indicates that the cardholder is an organ donor = “1”, DL/ID, F1N" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/optionalfields/organdonorindicator/ ---- - -## OptionalFields.OrganDonorIndicator - -**Access:** Read/Write - - -### Get - -DDK, Field that indicates that the cardholder is an organ donor = “1”, DL/ID, F1N - - -### Set - -DDK, Field that indicates that the cardholder is an organ donor = “1”, DL/ID, F1N - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/optionalfields/placeofbirth/_index.md b/english/php/aspose.barcode.complexbarcode/optionalfields/placeofbirth/_index.md deleted file mode 100644 index b6f4c95cc..000000000 --- a/english/php/aspose.barcode.complexbarcode/optionalfields/placeofbirth/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "OptionalFields.PlaceOfBirth" -linktitle: "PlaceOfBirth" -articleTitle: "PlaceOfBirth" -second_title: "Aspose.BarCode for PHP via Java" -description: "DCI, Country and municipality and/or state/province, DL/ID, V33A" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/optionalfields/placeofbirth/ ---- - -## OptionalFields.PlaceOfBirth - -**Access:** Read/Write - - -### Get - -DCI, Country and municipality and/or state/province, DL/ID, V33A - - -### Set - -DCI, Country and municipality and/or state/province, DL/ID, V33A - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/optionalfields/raceethnicity/_index.md b/english/php/aspose.barcode.complexbarcode/optionalfields/raceethnicity/_index.md deleted file mode 100644 index b809b3801..000000000 --- a/english/php/aspose.barcode.complexbarcode/optionalfields/raceethnicity/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "OptionalFields.RaceEthnicity" -linktitle: "RaceEthnicity" -articleTitle: "RaceEthnicity" -second_title: "Aspose.BarCode for PHP via Java" -description: "DCL, Codes for race or ethnicity of the cardholder, as defined in AAMVA D20, DL/ID, V3A" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/optionalfields/raceethnicity/ ---- - -## OptionalFields.RaceEthnicity - -**Access:** Read/Write - - -### Get - -DCL, Codes for race or ethnicity of the cardholder, as defined in AAMVA D20, DL/ID, V3A - - -### Set - -DCL, Codes for race or ethnicity of the cardholder, as defined in AAMVA D20, DL/ID, V3A - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/optionalfields/restrictioncodedescription/_index.md b/english/php/aspose.barcode.complexbarcode/optionalfields/restrictioncodedescription/_index.md deleted file mode 100644 index 57e5e27d4..000000000 --- a/english/php/aspose.barcode.complexbarcode/optionalfields/restrictioncodedescription/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "OptionalFields.RestrictionCodeDescription" -linktitle: "RestrictionCodeDescription" -articleTitle: "RestrictionCodeDescription" -second_title: "Aspose.BarCode for PHP via Java" -description: "DCR, Text describing the jurisdiction-specific restriction code(s) that curtail driving privileges, DL, V50ANS" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/optionalfields/restrictioncodedescription/ ---- - -## OptionalFields.RestrictionCodeDescription - -**Access:** Read/Write - - -### Get - -DCR, Text describing the jurisdiction-specific restriction code(s) that curtail driving privileges, DL, V50ANS - - -### Set - -DCR, Text describing the jurisdiction-specific restriction code(s) that curtail driving privileges, DL, V50ANS - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/optionalfields/setunder19until/_index.md b/english/php/aspose.barcode.complexbarcode/optionalfields/setunder19until/_index.md deleted file mode 100644 index ab2ffd6fd..000000000 --- a/english/php/aspose.barcode.complexbarcode/optionalfields/setunder19until/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "OptionalFields.setUnder19Until" -linktitle: "setUnder19Until" -articleTitle: "setUnder19Until" -second_title: "Aspose.BarCode for PHP via Java" -description: "DDI, Date on which the cardholder turns 19 years old. (MMDDCCYY for U.S., CCYYMMDD for Canada), DL/ID, F8N" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/optionalfields/setunder19until/ ---- - -## OptionalFields.setUnder19Until - -```php -setUnder19Until(\DateTimeImmutable $value) -``` - - -DDI, Date on which the cardholder turns 19 years old. (MMDDCCYY for U.S., CCYYMMDD for Canada), DL/ID, F8N - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `\DateTimeImmutable` | | diff --git a/english/php/aspose.barcode.complexbarcode/optionalfields/standardendorsementcode/_index.md b/english/php/aspose.barcode.complexbarcode/optionalfields/standardendorsementcode/_index.md deleted file mode 100644 index 11fde13db..000000000 --- a/english/php/aspose.barcode.complexbarcode/optionalfields/standardendorsementcode/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "OptionalFields.StandardEndorsementCode" -linktitle: "StandardEndorsementCode" -articleTitle: "StandardEndorsementCode" -second_title: "Aspose.BarCode for PHP via Java" -description: "DCN, Standard endorsement code(s) for cardholder. See codes in D20.This data element is a placeholder for future efforts to standardize endorsement codes, DL, F5AN" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/optionalfields/standardendorsementcode/ ---- - -## OptionalFields.StandardEndorsementCode - -**Access:** Read/Write - - -### Get - -DCN, Standard endorsement code(s) for cardholder. See codes in D20.This data element is a placeholder for future efforts to standardize endorsement codes, DL, F5AN - - -### Set - -DCN, Standard endorsement code(s) for cardholder. See codes in D20.This data element is a placeholder for future efforts to standardize endorsement codes, DL, F5AN - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/optionalfields/standardrestrictioncode/_index.md b/english/php/aspose.barcode.complexbarcode/optionalfields/standardrestrictioncode/_index.md deleted file mode 100644 index 147ad82b7..000000000 --- a/english/php/aspose.barcode.complexbarcode/optionalfields/standardrestrictioncode/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "OptionalFields.StandardRestrictionCode" -linktitle: "StandardRestrictionCode" -articleTitle: "StandardRestrictionCode" -second_title: "Aspose.BarCode for PHP via Java" -description: "DCO, Standard restriction code(s) for cardholder. See codes in D20.This data element is a placeholder for future efforts to standardize restriction codes, DL, F12AN" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/optionalfields/standardrestrictioncode/ ---- - -## OptionalFields.StandardRestrictionCode - -**Access:** Read/Write - - -### Get - -DCO, Standard restriction code(s) for cardholder. See codes in D20.This data element is a placeholder for future efforts to standardize restriction codes, DL, F12AN - - -### Set - -DCO, Standard restriction code(s) for cardholder. See codes in D20.This data element is a placeholder for future efforts to standardize restriction codes, DL, F12AN - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/optionalfields/standardvehclassification/_index.md b/english/php/aspose.barcode.complexbarcode/optionalfields/standardvehclassification/_index.md deleted file mode 100644 index 53727b2d3..000000000 --- a/english/php/aspose.barcode.complexbarcode/optionalfields/standardvehclassification/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "OptionalFields.StandardVehClassification" -linktitle: "StandardVehClassification" -articleTitle: "StandardVehClassification" -second_title: "Aspose.BarCode for PHP via Java" -description: "DCM, Standard vehicle classification code(s) for cardholder. This data element is a placeholder for future efforts to standardize vehicle classifications, DL, F4AN" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/optionalfields/standardvehclassification/ ---- - -## OptionalFields.StandardVehClassification - -**Access:** Read/Write - - -### Get - -DCM, Standard vehicle classification code(s) for cardholder. This data element is a placeholder for future efforts to standardize vehicle classifications, DL, F4AN - - -### Set - -DCM, Standard vehicle classification code(s) for cardholder. This data element is a placeholder for future efforts to standardize vehicle classifications, DL, F4AN - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/optionalfields/under18until/_index.md b/english/php/aspose.barcode.complexbarcode/optionalfields/under18until/_index.md deleted file mode 100644 index 280f9de1b..000000000 --- a/english/php/aspose.barcode.complexbarcode/optionalfields/under18until/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "OptionalFields.Under18Until" -linktitle: "Under18Until" -articleTitle: "Under18Until" -second_title: "Aspose.BarCode for PHP via Java" -description: "DDH, Date on which the cardholder turns 18 years old. (MMDDCCYY for U.S., CCYYMMDD for Canada), DL/ID, F8N" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/optionalfields/under18until/ ---- - -## OptionalFields.Under18Until - -**Access:** Read/Write - - -### Get - -DDH, Date on which the cardholder turns 18 years old. (MMDDCCYY for U.S., CCYYMMDD for Canada), DL/ID, F8N - - -### Set - -DDI, Date on which the cardholder turns 19 years old. (MMDDCCYY for U.S., CCYYMMDD for Canada), DL/ID, F8N - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `\DateTimeImmutable` | | diff --git a/english/php/aspose.barcode.complexbarcode/optionalfields/under21until/_index.md b/english/php/aspose.barcode.complexbarcode/optionalfields/under21until/_index.md deleted file mode 100644 index a527d9721..000000000 --- a/english/php/aspose.barcode.complexbarcode/optionalfields/under21until/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "OptionalFields.Under21Until" -linktitle: "Under21Until" -articleTitle: "Under21Until" -second_title: "Aspose.BarCode for PHP via Java" -description: "DDJ, Date on which the cardholder turns 21 years old. (MMDDCCYY for U.S., CCYYMMDD for Canada), DL/ID, F8N" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/optionalfields/under21until/ ---- - -## OptionalFields.Under21Until - -**Access:** Read/Write - - -### Get - -DDJ, Date on which the cardholder turns 21 years old. (MMDDCCYY for U.S., CCYYMMDD for Canada), DL/ID, F8N - - -### Set - -DDJ, Date on which the cardholder turns 21 years old. (MMDDCCYY for U.S., CCYYMMDD for Canada), DL/ID, F8N - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `\DateTimeImmutable` | | diff --git a/english/php/aspose.barcode.complexbarcode/optionalfields/vehclassdescription/_index.md b/english/php/aspose.barcode.complexbarcode/optionalfields/vehclassdescription/_index.md deleted file mode 100644 index 353bafc2d..000000000 --- a/english/php/aspose.barcode.complexbarcode/optionalfields/vehclassdescription/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "OptionalFields.VehClassDescription" -linktitle: "VehClassDescription" -articleTitle: "VehClassDescription" -second_title: "Aspose.BarCode for PHP via Java" -description: "DCP, Text that explains the jurisdiction-specific code(s) for classifications of vehicles cardholder is authorized to drive, DL, V50ANS" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/optionalfields/vehclassdescription/ ---- - -## OptionalFields.VehClassDescription - -**Access:** Read/Write - - -### Get - -DCP, Text that explains the jurisdiction-specific code(s) for classifications of vehicles cardholder is authorized to drive, DL, V50ANS - - -### Set - -DCP, Text that explains the jurisdiction-specific code(s) for classifications of vehicles cardholder is authorized to drive, DL, V50ANS - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/optionalfields/veteranindicator/_index.md b/english/php/aspose.barcode.complexbarcode/optionalfields/veteranindicator/_index.md deleted file mode 100644 index 522377ae1..000000000 --- a/english/php/aspose.barcode.complexbarcode/optionalfields/veteranindicator/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "OptionalFields.VeteranIndicator" -linktitle: "VeteranIndicator" -articleTitle: "VeteranIndicator" -second_title: "Aspose.BarCode for PHP via Java" -description: "DDL, Field that indicates that the cardholder is a veteran = “1”, DL/ID, F1N" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/optionalfields/veteranindicator/ ---- - -## OptionalFields.VeteranIndicator - -**Access:** Read/Write - - -### Get - -DDL, Field that indicates that the cardholder is a veteran = “1”, DL/ID, F1N - - -### Set - -DDL, Field that indicates that the cardholder is a veteran = “1”, DL/ID, F1N - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/optionalfields/weightkilograms/_index.md b/english/php/aspose.barcode.complexbarcode/optionalfields/weightkilograms/_index.md deleted file mode 100644 index aa7073cb2..000000000 --- a/english/php/aspose.barcode.complexbarcode/optionalfields/weightkilograms/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "OptionalFields.WeightKilograms" -linktitle: "WeightKilograms" -articleTitle: "WeightKilograms" -second_title: "Aspose.BarCode for PHP via Java" -description: "DAX, Cardholder weight in kilograms, Ex. 84 kg = “084”, DL/ID, F3N" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/optionalfields/weightkilograms/ ---- - -## OptionalFields.WeightKilograms - -**Access:** Read/Write - - -### Get - -DAX, Cardholder weight in kilograms, Ex. 84 kg = “084”, DL/ID, F3N - - -### Set - -DAX, Cardholder weight in kilograms, Ex. 84 kg = “084”, DL/ID, F3N - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.complexbarcode/optionalfields/weightpounds/_index.md b/english/php/aspose.barcode.complexbarcode/optionalfields/weightpounds/_index.md deleted file mode 100644 index 99285a16c..000000000 --- a/english/php/aspose.barcode.complexbarcode/optionalfields/weightpounds/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "OptionalFields.WeightPounds" -linktitle: "WeightPounds" -articleTitle: "WeightPounds" -second_title: "Aspose.BarCode for PHP via Java" -description: "DAW, Cardholder weight in pounds, Ex. 185 lb = “185”, DL/ID, F3N" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/optionalfields/weightpounds/ ---- - -## OptionalFields.WeightPounds - -**Access:** Read/Write - - -### Get - -DAW, Cardholder weight in pounds, Ex. 185 lb = “185”, DL/ID, F3N - - -### Set - -DAW, Cardholder weight in pounds, Ex. 185 lb = “185”, DL/ID, F3N - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.complexbarcode/optionalfields/weightrange/_index.md b/english/php/aspose.barcode.complexbarcode/optionalfields/weightrange/_index.md deleted file mode 100644 index 1de7714de..000000000 --- a/english/php/aspose.barcode.complexbarcode/optionalfields/weightrange/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "OptionalFields.WeightRange" -linktitle: "WeightRange" -articleTitle: "WeightRange" -second_title: "Aspose.BarCode for PHP via Java" -description: "DCE, Indicates the approximate weight range of the cardholder: 0 = up to 31 kg(up to 70 lbs), 1 = 32 – 45 kg(71 – 100 lbs), 2 = 46 - 59 kg(101 – 130 lbs), 3 = 60 - 70 kg(131 – 160 lbs), 4 = 71 - 86 kg" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/optionalfields/weightrange/ ---- - -## OptionalFields.WeightRange - -**Access:** Read/Write - - -### Get - -DCE, Indicates the approximate weight range of the cardholder: 0 = up to 31 kg(up to 70 lbs), 1 = 32 – 45 kg(71 – 100 lbs), 2 = 46 - 59 kg(101 – 130 lbs), 3 = 60 - 70 kg(131 – 160 lbs), 4 = 71 - 86 kg(161 – 190 lbs), 5 = 87 - 100 kg(191 – 220 lbs), 6 = 101 - 113 kg(221 – 250 lbs), 7 = 114 - 127 kg(251 – 280 lbs), 8 = 128 – 145 kg(281 – 320 lbs), 9 = 146+ kg(321+ lbs), DL/ID, F1N - - -### Set - -DCE, Indicates the approximate weight range of the cardholder: 0 = up to 31 kg(up to 70 lbs), 1 = 32 – 45 kg(71 – 100 lbs), 2 = 46 - 59 kg(101 – 130 lbs), 3 = 60 - 70 kg(131 – 160 lbs), 4 = 71 - 86 kg(161 – 190 lbs), 5 = 87 - 100 kg(191 – 220 lbs), 6 = 101 - 113 kg(221 – 250 lbs), 7 = 114 - 127 kg(251 – 280 lbs), 8 = 128 – 145 kg(281 – 320 lbs), 9 = 146+ kg(321+ lbs), DL/ID, F1N - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/primarydata/_index.md b/english/php/aspose.barcode.complexbarcode/primarydata/_index.md index a0b750731..aed3a95a6 100644 --- a/english/php/aspose.barcode.complexbarcode/primarydata/_index.md +++ b/english/php/aspose.barcode.complexbarcode/primarydata/_index.md @@ -1,7 +1,6 @@ --- -title: "PrimaryData Class" +title: "PrimaryData" linktitle: "PrimaryData" -articleTitle: "PrimaryData" second_title: "Aspose.BarCode for PHP via Java" description: "Class for storing HIBC LIC primary data." type: docs @@ -21,19 +20,72 @@ Class for storing HIBC LIC primary data. | Name | Description | | --- | --- | -| [__construct](./primarydata/) | | +| [__construct](#constructor) | | ## Methods | Name | Static | Description | | --- | --- | --- | -| [construct](./construct/) | Yes | | -| [parseFromString](./parsefromstring/) | No | Instantiates primary data from string format according HIBC LIC specification. | +| [construct](#construct) | Yes | | +| [parseFromString](#parsefromstring) | No | Instantiates primary data from string format according HIBC LIC specification. | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [LabelerIdentificationCode](./labeleridentificationcode/) | Read/Write | Identifies date of labeler identification code. Labeler identification code must be 4 symbols alphanumeric string, with first character always being alphabetic. | -| [ProductOrCatalogNumber](./productorcatalognumber/) | Read/Write | Identifies product or catalog number. Product or catalog number must be alphanumeric string up to 18 sybmols length. | -| [UnitOfMeasureID](./unitofmeasureid/) | Read/Write | Identifies unit of measure ID. Unit of measure ID must be integer value from 0 to 9. | +| [LabelerIdentificationCode](#labeleridentificationcode) | Read/Write | Identifies date of labeler identification code. Labeler identification code must be 4 symbols alphanumeric string, with first character always being alphabetic. | +| [ProductOrCatalogNumber](#productorcatalognumber) | Read/Write | Identifies product or catalog number. Product or catalog number must be alphanumeric string up to 18 sybmols length. | +| [UnitOfMeasureID](#unitofmeasureid) | Read/Write | Identifies unit of measure ID. Unit of measure ID must be integer value from 0 to 9. | + +### PrimaryData__construct() {#constructor} + +### constructconstruct($java_class) (static) {#construct} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$java_class` | `` | | + +### parseFromStringparseFromString(string $primaryDataCodetext) {#parsefromstring} + +Instantiates primary data from string format according HIBC LIC specification. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$primaryDataCodetext` | `string` | Formatted string. | + +### LabelerIdentificationCode {#labeleridentificationcode} + +**Access:** Read/Write + +Identifies date of labeler identification code. Labeler identification code must be 4 symbols alphanumeric string, with first character always being alphabetic. + +Identifies date of labeler identification code. Labeler identification code must be 4 symbols alphanumeric string, with first character always being alphabetic. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### ProductOrCatalogNumber {#productorcatalognumber} + +**Access:** Read/Write + +Identifies product or catalog number. Product or catalog number must be alphanumeric string up to 18 sybmols length. + +Identifies product or catalog number. Product or catalog number must be alphanumeric string up to 18 sybmols length. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### UnitOfMeasureID {#unitofmeasureid} + +**Access:** Read/Write + +Identifies unit of measure ID. Unit of measure ID must be integer value from 0 to 9. + +Identifies unit of measure ID. Unit of measure ID must be integer value from 0 to 9. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + diff --git a/english/php/aspose.barcode.complexbarcode/primarydata/construct/_index.md b/english/php/aspose.barcode.complexbarcode/primarydata/construct/_index.md deleted file mode 100644 index 1ebdb35e3..000000000 --- a/english/php/aspose.barcode.complexbarcode/primarydata/construct/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "PrimaryData.construct" -linktitle: "construct" -articleTitle: "construct" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/primarydata/construct/ ---- - -## PrimaryData.construct - -```php -construct($java_class) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$java_class` | `` | | diff --git a/english/php/aspose.barcode.complexbarcode/primarydata/labeleridentificationcode/_index.md b/english/php/aspose.barcode.complexbarcode/primarydata/labeleridentificationcode/_index.md deleted file mode 100644 index e453dfc33..000000000 --- a/english/php/aspose.barcode.complexbarcode/primarydata/labeleridentificationcode/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "PrimaryData.LabelerIdentificationCode" -linktitle: "LabelerIdentificationCode" -articleTitle: "LabelerIdentificationCode" -second_title: "Aspose.BarCode for PHP via Java" -description: "Identifies date of labeler identification code. Labeler identification code must be 4 symbols alphanumeric string, with first character always being alphabetic." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/primarydata/labeleridentificationcode/ ---- - -## PrimaryData.LabelerIdentificationCode - -**Access:** Read/Write - - -### Get - -Identifies date of labeler identification code. Labeler identification code must be 4 symbols alphanumeric string, with first character always being alphabetic. - - -### Set - -Identifies date of labeler identification code. Labeler identification code must be 4 symbols alphanumeric string, with first character always being alphabetic. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/primarydata/parsefromstring/_index.md b/english/php/aspose.barcode.complexbarcode/primarydata/parsefromstring/_index.md deleted file mode 100644 index 0c290b905..000000000 --- a/english/php/aspose.barcode.complexbarcode/primarydata/parsefromstring/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "PrimaryData.parseFromString" -linktitle: "parseFromString" -articleTitle: "parseFromString" -second_title: "Aspose.BarCode for PHP via Java" -description: "Instantiates primary data from string format according HIBC LIC specification." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/primarydata/parsefromstring/ ---- - -## PrimaryData.parseFromString - -```php -parseFromString(string $primaryDataCodetext) -``` - - -Instantiates primary data from string format according HIBC LIC specification. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$primaryDataCodetext` | `string` | Formatted string. | diff --git a/english/php/aspose.barcode.complexbarcode/primarydata/primarydata/_index.md b/english/php/aspose.barcode.complexbarcode/primarydata/primarydata/_index.md deleted file mode 100644 index bcd4c80ca..000000000 --- a/english/php/aspose.barcode.complexbarcode/primarydata/primarydata/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "PrimaryData" -linktitle: "PrimaryData" -articleTitle: "PrimaryData" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/primarydata/primarydata/ ---- - -## PrimaryData Constructor - -```php -__construct() -``` - diff --git a/english/php/aspose.barcode.complexbarcode/primarydata/productorcatalognumber/_index.md b/english/php/aspose.barcode.complexbarcode/primarydata/productorcatalognumber/_index.md deleted file mode 100644 index 7a69bb356..000000000 --- a/english/php/aspose.barcode.complexbarcode/primarydata/productorcatalognumber/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "PrimaryData.ProductOrCatalogNumber" -linktitle: "ProductOrCatalogNumber" -articleTitle: "ProductOrCatalogNumber" -second_title: "Aspose.BarCode for PHP via Java" -description: "Identifies product or catalog number. Product or catalog number must be alphanumeric string up to 18 sybmols length." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/primarydata/productorcatalognumber/ ---- - -## PrimaryData.ProductOrCatalogNumber - -**Access:** Read/Write - - -### Get - -Identifies product or catalog number. Product or catalog number must be alphanumeric string up to 18 sybmols length. - - -### Set - -Identifies product or catalog number. Product or catalog number must be alphanumeric string up to 18 sybmols length. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/primarydata/unitofmeasureid/_index.md b/english/php/aspose.barcode.complexbarcode/primarydata/unitofmeasureid/_index.md deleted file mode 100644 index a20664e84..000000000 --- a/english/php/aspose.barcode.complexbarcode/primarydata/unitofmeasureid/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "PrimaryData.UnitOfMeasureID" -linktitle: "UnitOfMeasureID" -articleTitle: "UnitOfMeasureID" -second_title: "Aspose.BarCode for PHP via Java" -description: "Identifies unit of measure ID. Unit of measure ID must be integer value from 0 to 9." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/primarydata/unitofmeasureid/ ---- - -## PrimaryData.UnitOfMeasureID - -**Access:** Read/Write - - -### Get - -Identifies unit of measure ID. Unit of measure ID must be integer value from 0 to 9. - - -### Set - -Identifies unit of measure ID. Unit of measure ID must be integer value from 0 to 9. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.complexbarcode/qrbillstandardversion/_index.md b/english/php/aspose.barcode.complexbarcode/qrbillstandardversion/_index.md index a0772364a..c7dd58743 100644 --- a/english/php/aspose.barcode.complexbarcode/qrbillstandardversion/_index.md +++ b/english/php/aspose.barcode.complexbarcode/qrbillstandardversion/_index.md @@ -1,7 +1,6 @@ --- -title: "QrBillStandardVersion Enum" +title: "QrBillStandardVersion" linktitle: "QrBillStandardVersion" -articleTitle: "QrBillStandardVersion" second_title: "Aspose.BarCode for PHP via Java" description: "SwissQR bill standard version" type: docs @@ -21,4 +20,10 @@ SwissQR bill standard version | Name | Value | Description | | --- | --- | --- | -| [V2_0](./v2_0/) | `0` | Version 2.0 | +| [V2_0](#v2_0) | `0` | Version 2.0 | +### V2_0 {#v2_0} + +**Value:** `0` + +Version 2.0 + diff --git a/english/php/aspose.barcode.complexbarcode/qrbillstandardversion/v2_0/_index.md b/english/php/aspose.barcode.complexbarcode/qrbillstandardversion/v2_0/_index.md deleted file mode 100644 index c2e15a7d3..000000000 --- a/english/php/aspose.barcode.complexbarcode/qrbillstandardversion/v2_0/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QrBillStandardVersion::V2_0" -linktitle: "V2_0" -articleTitle: "V2_0" -second_title: "Aspose.BarCode for PHP via Java" -description: "Version 2.0" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/qrbillstandardversion/v2_0/ ---- - -## QrBillStandardVersion::V2_0 Enum Value - -**Value:** `0` - - -Version 2.0 - diff --git a/english/php/aspose.barcode.complexbarcode/secondaryandadditionaldata/_index.md b/english/php/aspose.barcode.complexbarcode/secondaryandadditionaldata/_index.md index 472d6f583..db3e6b552 100644 --- a/english/php/aspose.barcode.complexbarcode/secondaryandadditionaldata/_index.md +++ b/english/php/aspose.barcode.complexbarcode/secondaryandadditionaldata/_index.md @@ -1,7 +1,6 @@ --- -title: "SecondaryAndAdditionalData Class" +title: "SecondaryAndAdditionalData" linktitle: "SecondaryAndAdditionalData" -articleTitle: "SecondaryAndAdditionalData" second_title: "Aspose.BarCode for PHP via Java" description: "Class for storing HIBC LIC secondary and additional data." type: docs @@ -21,22 +20,111 @@ Class for storing HIBC LIC secondary and additional data. | Name | Description | | --- | --- | -| [__construct](./secondaryandadditionaldata/) | | +| [__construct](#constructor) | | ## Methods | Name | Static | Description | | --- | --- | --- | -| [construct](./construct/) | Yes | | -| [parseFromString](./parsefromstring/) | No | Instantiates secondary and additional supplemental data from string format according HIBC LIC specification. | +| [construct](#construct) | Yes | | +| [parseFromString](#parsefromstring) | No | Instantiates secondary and additional supplemental data from string format according HIBC LIC specification. | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [DateOfManufacture](./dateofmanufacture/) | Read/Write | Identifies date of manufacture. Date of manufacture can be set to DateTime.MinValue in order not to use this field. Default value: DateTime.MinValue | -| [ExpiryDate](./expirydate/) | Read/Write | Identifies expiry date. Will be used if ExpiryDateFormat is not set to None. | -| [ExpiryDateFormat](./expirydateformat/) | Read/Write | Identifies expiry date format. | -| [LotNumber](./lotnumber/) | Read/Write | Identifies lot or batch number. Lot/batch number must be alphanumeric string with up to 18 sybmols length. . | -| [Quantity](./quantity/) | Read/Write | Identifies quantity, must be integer value from 0 to 500. Quantity can be set to -1 in order not to use this field. Default value: -1 | -| [SerialNumber](./serialnumber/) | Read/Write | Identifies serial number. Serial number must be alphanumeric string up to 18 sybmols length. | +| [DateOfManufacture](#dateofmanufacture) | Read/Write | Identifies date of manufacture. Date of manufacture can be set to DateTime.MinValue in order not to use this field. Default value: DateTime.MinValue | +| [ExpiryDate](#expirydate) | Read/Write | Identifies expiry date. Will be used if ExpiryDateFormat is not set to None. | +| [ExpiryDateFormat](#expirydateformat) | Read/Write | Identifies expiry date format. | +| [LotNumber](#lotnumber) | Read/Write | Identifies lot or batch number. Lot/batch number must be alphanumeric string with up to 18 sybmols length. . | +| [Quantity](#quantity) | Read/Write | Identifies quantity, must be integer value from 0 to 500. Quantity can be set to -1 in order not to use this field. Default value: -1 | +| [SerialNumber](#serialnumber) | Read/Write | Identifies serial number. Serial number must be alphanumeric string up to 18 sybmols length. | + +### SecondaryAndAdditionalData__construct() {#constructor} + +### constructconstruct($java_class) (static) {#construct} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$java_class` | `` | | + +### parseFromStringparseFromString(string $secondaryDataCodetext) {#parsefromstring} + +Instantiates secondary and additional supplemental data from string format according HIBC LIC specification. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$secondaryDataCodetext` | `string` | | + +### DateOfManufacture {#dateofmanufacture} + +**Access:** Read/Write + +Identifies date of manufacture. Date of manufacture can be set to DateTime.MinValue in order not to use this field. Default value: DateTime.MinValue + +Identifies date of manufacture. Date of manufacture can be set to DateTime.MinValue in order not to use this field. Default value: DateTime.MinValue + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `DateTime` | | + +### ExpiryDate {#expirydate} + +**Access:** Read/Write + +Identifies expiry date. Will be used if ExpiryDateFormat is not set to None. + +Identifies expiry date. Will be used if ExpiryDateFormat is not set to None. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `DateTime` | | + +### ExpiryDateFormat {#expirydateformat} + +**Access:** Read/Write + +Identifies expiry date format. + +Identifies expiry date format. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### LotNumber {#lotnumber} + +**Access:** Read/Write + +Identifies lot or batch number. Lot/batch number must be alphanumeric string with up to 18 sybmols length. . + +Identifies lot or batch number. Lot/batch number must be alphanumeric string with up to 18 sybmols length. . + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `?string` | | + +### Quantity {#quantity} + +**Access:** Read/Write + +Identifies quantity, must be integer value from 0 to 500. Quantity can be set to -1 in order not to use this field. Default value: -1 + +Identifies quantity, must be integer value from 0 to 500. Quantity can be set to -1 in order not to use this field. Default value: -1 + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### SerialNumber {#serialnumber} + +**Access:** Read/Write + +Identifies serial number. Serial number must be alphanumeric string up to 18 sybmols length. + +Identifies serial number. Serial number must be alphanumeric string up to 18 sybmols length. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `?string` | | + diff --git a/english/php/aspose.barcode.complexbarcode/secondaryandadditionaldata/construct/_index.md b/english/php/aspose.barcode.complexbarcode/secondaryandadditionaldata/construct/_index.md deleted file mode 100644 index 4a0293da7..000000000 --- a/english/php/aspose.barcode.complexbarcode/secondaryandadditionaldata/construct/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "SecondaryAndAdditionalData.construct" -linktitle: "construct" -articleTitle: "construct" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/secondaryandadditionaldata/construct/ ---- - -## SecondaryAndAdditionalData.construct - -```php -construct($java_class) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$java_class` | `` | | diff --git a/english/php/aspose.barcode.complexbarcode/secondaryandadditionaldata/dateofmanufacture/_index.md b/english/php/aspose.barcode.complexbarcode/secondaryandadditionaldata/dateofmanufacture/_index.md deleted file mode 100644 index d76099b57..000000000 --- a/english/php/aspose.barcode.complexbarcode/secondaryandadditionaldata/dateofmanufacture/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "SecondaryAndAdditionalData.DateOfManufacture" -linktitle: "DateOfManufacture" -articleTitle: "DateOfManufacture" -second_title: "Aspose.BarCode for PHP via Java" -description: "Identifies date of manufacture. Date of manufacture can be set to DateTime.MinValue in order not to use this field. Default value: DateTime.MinValue" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/secondaryandadditionaldata/dateofmanufacture/ ---- - -## SecondaryAndAdditionalData.DateOfManufacture - -**Access:** Read/Write - - -### Get - -Identifies date of manufacture. Date of manufacture can be set to DateTime.MinValue in order not to use this field. Default value: DateTime.MinValue - - -### Set - -Identifies date of manufacture. Date of manufacture can be set to DateTime.MinValue in order not to use this field. Default value: DateTime.MinValue - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `DateTime` | | diff --git a/english/php/aspose.barcode.complexbarcode/secondaryandadditionaldata/expirydate/_index.md b/english/php/aspose.barcode.complexbarcode/secondaryandadditionaldata/expirydate/_index.md deleted file mode 100644 index 664667fd6..000000000 --- a/english/php/aspose.barcode.complexbarcode/secondaryandadditionaldata/expirydate/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "SecondaryAndAdditionalData.ExpiryDate" -linktitle: "ExpiryDate" -articleTitle: "ExpiryDate" -second_title: "Aspose.BarCode for PHP via Java" -description: "Identifies expiry date. Will be used if ExpiryDateFormat is not set to None." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/secondaryandadditionaldata/expirydate/ ---- - -## SecondaryAndAdditionalData.ExpiryDate - -**Access:** Read/Write - - -### Get - -Identifies expiry date. Will be used if ExpiryDateFormat is not set to None. - - -### Set - -Identifies expiry date. Will be used if ExpiryDateFormat is not set to None. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `DateTime` | | diff --git a/english/php/aspose.barcode.complexbarcode/secondaryandadditionaldata/expirydateformat/_index.md b/english/php/aspose.barcode.complexbarcode/secondaryandadditionaldata/expirydateformat/_index.md deleted file mode 100644 index 76d42101b..000000000 --- a/english/php/aspose.barcode.complexbarcode/secondaryandadditionaldata/expirydateformat/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "SecondaryAndAdditionalData.ExpiryDateFormat" -linktitle: "ExpiryDateFormat" -articleTitle: "ExpiryDateFormat" -second_title: "Aspose.BarCode for PHP via Java" -description: "Identifies expiry date format." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/secondaryandadditionaldata/expirydateformat/ ---- - -## SecondaryAndAdditionalData.ExpiryDateFormat - -**Access:** Read/Write - - -### Get - -Identifies expiry date format. - - -### Set - -Identifies expiry date format. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.complexbarcode/secondaryandadditionaldata/lotnumber/_index.md b/english/php/aspose.barcode.complexbarcode/secondaryandadditionaldata/lotnumber/_index.md deleted file mode 100644 index 55cdda7fb..000000000 --- a/english/php/aspose.barcode.complexbarcode/secondaryandadditionaldata/lotnumber/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "SecondaryAndAdditionalData.LotNumber" -linktitle: "LotNumber" -articleTitle: "LotNumber" -second_title: "Aspose.BarCode for PHP via Java" -description: "Identifies lot or batch number. Lot/batch number must be alphanumeric string with up to 18 sybmols length. ." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/secondaryandadditionaldata/lotnumber/ ---- - -## SecondaryAndAdditionalData.LotNumber - -**Access:** Read/Write - - -### Get - -Identifies lot or batch number. Lot/batch number must be alphanumeric string with up to 18 sybmols length. . - - -### Set - -Identifies lot or batch number. Lot/batch number must be alphanumeric string with up to 18 sybmols length. . - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `?string` | | diff --git a/english/php/aspose.barcode.complexbarcode/secondaryandadditionaldata/parsefromstring/_index.md b/english/php/aspose.barcode.complexbarcode/secondaryandadditionaldata/parsefromstring/_index.md deleted file mode 100644 index d08b90b57..000000000 --- a/english/php/aspose.barcode.complexbarcode/secondaryandadditionaldata/parsefromstring/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "SecondaryAndAdditionalData.parseFromString" -linktitle: "parseFromString" -articleTitle: "parseFromString" -second_title: "Aspose.BarCode for PHP via Java" -description: "Instantiates secondary and additional supplemental data from string format according HIBC LIC specification." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/secondaryandadditionaldata/parsefromstring/ ---- - -## SecondaryAndAdditionalData.parseFromString - -```php -parseFromString(string $secondaryDataCodetext) -``` - - -Instantiates secondary and additional supplemental data from string format according HIBC LIC specification. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$secondaryDataCodetext` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/secondaryandadditionaldata/quantity/_index.md b/english/php/aspose.barcode.complexbarcode/secondaryandadditionaldata/quantity/_index.md deleted file mode 100644 index bd188a24d..000000000 --- a/english/php/aspose.barcode.complexbarcode/secondaryandadditionaldata/quantity/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "SecondaryAndAdditionalData.Quantity" -linktitle: "Quantity" -articleTitle: "Quantity" -second_title: "Aspose.BarCode for PHP via Java" -description: "Identifies quantity, must be integer value from 0 to 500. Quantity can be set to -1 in order not to use this field. Default value: -1" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/secondaryandadditionaldata/quantity/ ---- - -## SecondaryAndAdditionalData.Quantity - -**Access:** Read/Write - - -### Get - -Identifies quantity, must be integer value from 0 to 500. Quantity can be set to -1 in order not to use this field. Default value: -1 - - -### Set - -Identifies quantity, must be integer value from 0 to 500. Quantity can be set to -1 in order not to use this field. Default value: -1 - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.complexbarcode/secondaryandadditionaldata/secondaryandadditionaldata/_index.md b/english/php/aspose.barcode.complexbarcode/secondaryandadditionaldata/secondaryandadditionaldata/_index.md deleted file mode 100644 index e6956c770..000000000 --- a/english/php/aspose.barcode.complexbarcode/secondaryandadditionaldata/secondaryandadditionaldata/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "SecondaryAndAdditionalData" -linktitle: "SecondaryAndAdditionalData" -articleTitle: "SecondaryAndAdditionalData" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/secondaryandadditionaldata/secondaryandadditionaldata/ ---- - -## SecondaryAndAdditionalData Constructor - -```php -__construct() -``` - diff --git a/english/php/aspose.barcode.complexbarcode/secondaryandadditionaldata/serialnumber/_index.md b/english/php/aspose.barcode.complexbarcode/secondaryandadditionaldata/serialnumber/_index.md deleted file mode 100644 index 9b9132e40..000000000 --- a/english/php/aspose.barcode.complexbarcode/secondaryandadditionaldata/serialnumber/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "SecondaryAndAdditionalData.SerialNumber" -linktitle: "SerialNumber" -articleTitle: "SerialNumber" -second_title: "Aspose.BarCode for PHP via Java" -description: "Identifies serial number. Serial number must be alphanumeric string up to 18 sybmols length." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/secondaryandadditionaldata/serialnumber/ ---- - -## SecondaryAndAdditionalData.SerialNumber - -**Access:** Read/Write - - -### Get - -Identifies serial number. Serial number must be alphanumeric string up to 18 sybmols length. - - -### Set - -Identifies serial number. Serial number must be alphanumeric string up to 18 sybmols length. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `?string` | | diff --git a/english/php/aspose.barcode.complexbarcode/subfileproperties/_index.md b/english/php/aspose.barcode.complexbarcode/subfileproperties/_index.md index 07a44942e..7918de2d2 100644 --- a/english/php/aspose.barcode.complexbarcode/subfileproperties/_index.md +++ b/english/php/aspose.barcode.complexbarcode/subfileproperties/_index.md @@ -1,7 +1,6 @@ --- -title: "SubfileProperties Class" +title: "SubfileProperties" linktitle: "SubfileProperties" -articleTitle: "SubfileProperties" second_title: "Aspose.BarCode for PHP via Java" description: "USA DL subfile properties, offset and length are set automatically." type: docs @@ -21,12 +20,55 @@ USA DL subfile properties, offset and length are set automatically. | Name | Description | | --- | --- | -| [__construct](./subfileproperties/) | | +| [__construct](#constructor) | | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [Length](./length/) | Read/Write | 4 These bytes contain a 4 digit numeric value that specifies the length of the Subfile in bytes.The segment terminator must be included in calculating the length of the subfile.A segment terminator = 1. Each subfile must begin with the two-character Subfile Type and these two characters must also be included in the length. | -| [Offset](./offset/) | Read/Write | 4 digit numeric value that specifies the number of bytes from the head or beginning of the file to where the data related to the particular sub-file is located.The first byte in the file is located at offset 0. | -| [Type](./type/) | Read/Write | 2 byte type of subfile, like "DL" | +| [Length](#length) | Read/Write | 4 These bytes contain a 4 digit numeric value that specifies the length of the Subfile in bytes.The segment terminator must be included in calculating the length of the subfile.A segment terminator = 1. Each subfile must begin with the two-character Subfile Type and these two characters must also be included in the length. | +| [Offset](#offset) | Read/Write | 4 digit numeric value that specifies the number of bytes from the head or beginning of the file to where the data related to the particular sub-file is located.The first byte in the file is located at offset 0. | +| [Type](#type) | Read/Write | 2 byte type of subfile, like "DL" | + +### SubfileProperties__construct($type) {#constructor} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$type` | `` | | + +### Length {#length} + +**Access:** Read/Write + +4 These bytes contain a 4 digit numeric value that specifies the length of the Subfile in bytes.The segment terminator must be included in calculating the length of the subfile.A segment terminator = 1. Each subfile must begin with the two-character Subfile Type and these two characters must also be included in the length. + +4 These bytes contain a 4 digit numeric value that specifies the length of the Subfile in bytes.The segment terminator must be included in calculating the length of the subfile.A segment terminator = 1. Each subfile must begin with the two-character Subfile Type and these two characters must also be included in the length. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### Offset {#offset} + +**Access:** Read/Write + +4 digit numeric value that specifies the number of bytes from the head or beginning of the file to where the data related to the particular sub-file is located.The first byte in the file is located at offset 0. + +4 digit numeric value that specifies the number of bytes from the head or beginning of the file to where the data related to the particular sub-file is located.The first byte in the file is located at offset 0. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### Type {#type} + +**Access:** Read/Write + +2 byte type of subfile, like "DL" + +2 byte type of subfile, like "DL" + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + diff --git a/english/php/aspose.barcode.complexbarcode/subfileproperties/length/_index.md b/english/php/aspose.barcode.complexbarcode/subfileproperties/length/_index.md deleted file mode 100644 index 06722fba0..000000000 --- a/english/php/aspose.barcode.complexbarcode/subfileproperties/length/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "SubfileProperties.Length" -linktitle: "Length" -articleTitle: "Length" -second_title: "Aspose.BarCode for PHP via Java" -description: "4 These bytes contain a 4 digit numeric value that specifies the length of the Subfile in bytes.The segment terminator must be included in calculating the length of the subfile.A segment terminator = " -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/subfileproperties/length/ ---- - -## SubfileProperties.Length - -**Access:** Read/Write - - -### Get - -4 These bytes contain a 4 digit numeric value that specifies the length of the Subfile in bytes.The segment terminator must be included in calculating the length of the subfile.A segment terminator = 1. Each subfile must begin with the two-character Subfile Type and these two characters must also be included in the length. - - -### Set - -4 These bytes contain a 4 digit numeric value that specifies the length of the Subfile in bytes.The segment terminator must be included in calculating the length of the subfile.A segment terminator = 1. Each subfile must begin with the two-character Subfile Type and these two characters must also be included in the length. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.complexbarcode/subfileproperties/offset/_index.md b/english/php/aspose.barcode.complexbarcode/subfileproperties/offset/_index.md deleted file mode 100644 index 06c2e9724..000000000 --- a/english/php/aspose.barcode.complexbarcode/subfileproperties/offset/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "SubfileProperties.Offset" -linktitle: "Offset" -articleTitle: "Offset" -second_title: "Aspose.BarCode for PHP via Java" -description: "4 digit numeric value that specifies the number of bytes from the head or beginning of the file to where the data related to the particular sub-file is located.The first byte in the file is located at" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/subfileproperties/offset/ ---- - -## SubfileProperties.Offset - -**Access:** Read/Write - - -### Get - -4 digit numeric value that specifies the number of bytes from the head or beginning of the file to where the data related to the particular sub-file is located.The first byte in the file is located at offset 0. - - -### Set - -4 digit numeric value that specifies the number of bytes from the head or beginning of the file to where the data related to the particular sub-file is located.The first byte in the file is located at offset 0. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.complexbarcode/subfileproperties/subfileproperties/_index.md b/english/php/aspose.barcode.complexbarcode/subfileproperties/subfileproperties/_index.md deleted file mode 100644 index e2ace0b99..000000000 --- a/english/php/aspose.barcode.complexbarcode/subfileproperties/subfileproperties/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "SubfileProperties" -linktitle: "SubfileProperties" -articleTitle: "SubfileProperties" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/subfileproperties/subfileproperties/ ---- - -## SubfileProperties Constructor - -```php -__construct($type) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$type` | `` | | diff --git a/english/php/aspose.barcode.complexbarcode/subfileproperties/type/_index.md b/english/php/aspose.barcode.complexbarcode/subfileproperties/type/_index.md deleted file mode 100644 index 090980314..000000000 --- a/english/php/aspose.barcode.complexbarcode/subfileproperties/type/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "SubfileProperties.Type" -linktitle: "Type" -articleTitle: "Type" -second_title: "Aspose.BarCode for PHP via Java" -description: "2 byte type of subfile, like \"DL\"" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/subfileproperties/type/ ---- - -## SubfileProperties.Type - -**Access:** Read/Write - - -### Get - -2 byte type of subfile, like "DL" - - -### Set - -2 byte type of subfile, like "DL" - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/swissqrbill/_index.md b/english/php/aspose.barcode.complexbarcode/swissqrbill/_index.md index 85e70750c..57ffc21d9 100644 --- a/english/php/aspose.barcode.complexbarcode/swissqrbill/_index.md +++ b/english/php/aspose.barcode.complexbarcode/swissqrbill/_index.md @@ -1,7 +1,6 @@ --- -title: "SwissQRBill Class" +title: "SwissQRBill" linktitle: "SwissQRBill" -articleTitle: "SwissQRBill" second_title: "Aspose.BarCode for PHP via Java" description: "SwissQR bill data" type: docs @@ -21,25 +20,170 @@ SwissQR bill data | Name | Description | | --- | --- | -| [__construct](./swissqrbill/) | | +| [__construct](#constructor) | | ## Methods | Name | Static | Description | | --- | --- | --- | -| [createAndSetCreditorReference](./createandsetcreditorreference/) | No | Creates and sets a ISO11649 creditor reference from a raw string by prefixing the String with "RF" and the modulo 97 checksum. Whitespace is removed from the reference | +| [createAndSetCreditorReference](#createandsetcreditorreference) | No | Creates and sets a ISO11649 creditor reference from a raw string by prefixing the String with "RF" and the modulo 97 checksum. Whitespace is removed from the reference | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [Account](./account/) | Read/Write | Gets the creditor's account number. Account numbers must be valid IBANs of a bank of Switzerland or Liechtenstein. Spaces are allowed in the account number. Value: The creditor account number. | -| [AlternativeSchemes](./alternativeschemes/) | Read/Write | Gets ors sets the alternative payment schemes. A maximum of two schemes with parameters are allowed. | -| [Amount](./amount/) | Read/Write | Gets the payment amount. Valid values are between 0.01 and 999,999,999.99. Value: The payment amount. | -| [BillInformation](./billinformation/) | Read/Write | Gets the additional structured bill information. | -| [Creditor](./creditor/) | Read/Write | Gets the creditor address. | -| [Currency](./currency/) | Read/Write | Gets the payment currency. Valid values are "CHF" and "EUR". Value: The payment currency. | -| [Debtor](./debtor/) | Read/Write | Gets the debtor address. The debtor is optional. If it is omitted, both setting this field to null or setting an address with all null or empty values is ok. return Address The debtor address. | -| [Reference](./reference/) | Read/Write | Gets the creditor payment reference. The reference is mandatory for SwissQR IBANs, i.e.IBANs in the range CHxx30000xxxxxx through CHxx31999xxxxx. If specified, the reference must be either a valid SwissQR reference (corresponding to ISR reference form) or a valid creditor reference according to ISO 11649 ("RFxxxx"). Both may contain spaces for formatting. | -| [UnstructuredMessage](./unstructuredmessage/) | Read/Write | Gets the additional unstructured message. | -| [Version](./version/) | Read/Write | Gets the version of the SwissQR bill standard. Value: The SwissQR bill standard version. | +| [Account](#account) | Read/Write | Gets the creditor's account number. Account numbers must be valid IBANs of a bank of Switzerland or Liechtenstein. Spaces are allowed in the account number. Value: The creditor account number. | +| [AlternativeSchemes](#alternativeschemes) | Read/Write | Gets ors sets the alternative payment schemes. A maximum of two schemes with parameters are allowed. | +| [Amount](#amount) | Read/Write | Gets the payment amount. Valid values are between 0.01 and 999,999,999.99. Value: The payment amount. | +| [BillInformation](#billinformation) | Read/Write | Gets the additional structured bill information. | +| [Creditor](#creditor) | Read/Write | Gets the creditor address. | +| [Currency](#currency) | Read/Write | Gets the payment currency. Valid values are "CHF" and "EUR". Value: The payment currency. | +| [Debtor](#debtor) | Read/Write | Gets the debtor address. The debtor is optional. If it is omitted, both setting this field to null or setting an address with all null or empty values is ok. return Address The debtor address. | +| [Reference](#reference) | Read/Write | Gets the creditor payment reference. The reference is mandatory for SwissQR IBANs, i.e.IBANs in the range CHxx30000xxxxxx through CHxx31999xxxxx. If specified, the reference must be either a valid SwissQR reference (corresponding to ISR reference form) or a valid creditor reference according to ISO 11649 ("RFxxxx"). Both may contain spaces for formatting. | +| [UnstructuredMessage](#unstructuredmessage) | Read/Write | Gets the additional unstructured message. | +| [Version](#version) | Read/Write | Gets the version of the SwissQR bill standard. Value: The SwissQR bill standard version. | + +### SwissQRBill__construct(\Aspose\Barcode\Bridge\SwissQRBillDTO $swissQRBillDto) {#constructor} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$swissQRBillDto` | `\Aspose\Barcode\Bridge\SwissQRBillDTO` | | + +### createAndSetCreditorReferencecreateAndSetCreditorReference(string $rawReference) {#createandsetcreditorreference} + +Creates and sets a ISO11649 creditor reference from a raw string by prefixing the String with "RF" and the modulo 97 checksum. Whitespace is removed from the reference + +| Parameter | Type | Description | +| --- | --- | --- | +| `$rawReference` | `string` | | + +### Account {#account} + +**Access:** Read/Write + +Gets the creditor's account number. Account numbers must be valid IBANs of a bank of Switzerland or Liechtenstein. Spaces are allowed in the account number. Value: The creditor account number. + +Sets the creditor's account number. Account numbers must be valid IBANs of a bank of Switzerland or Liechtenstein. Spaces are allowed in the account number. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### AlternativeSchemes {#alternativeschemes} + +**Access:** Read/Write + +**Returns:** array The alternative payment schemes. + +Gets ors sets the alternative payment schemes. A maximum of two schemes with parameters are allowed. + +Gets ors sets the alternative payment schemes. A maximum of two schemes with parameters are allowed. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$alternativeSchemes` | `array` | | + +### Amount {#amount} + +**Access:** Read/Write + +Gets the payment amount. Valid values are between 0.01 and 999,999,999.99. Value: The payment amount. + +Sets the payment amount. Valid values are between 0.01 and 999,999,999.99. Value: The payment amount. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `float` | | + +### BillInformation {#billinformation} + +**Access:** Read/Write + +**Returns:** string The structured bill information. + +Gets the additional structured bill information. + +Sets the additional structured bill information. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### Creditor {#creditor} + +**Access:** Read/Write + +**Returns:** Address The creditor address. + +Gets the creditor address. + +Sets the creditor address. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `Address` | | + +### Currency {#currency} + +**Access:** Read/Write + +Gets the payment currency. Valid values are "CHF" and "EUR". Value: The payment currency. + +Sets the payment currency. Valid values are "CHF" and "EUR". Value: The payment currency. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### Debtor {#debtor} + +**Access:** Read/Write + +Gets the debtor address. The debtor is optional. If it is omitted, both setting this field to null or setting an address with all null or empty values is ok. return Address The debtor address. + +Sets the debtor address. The debtor is optional. If it is omitted, both setting this field to null or setting an address with all null or empty values is ok. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `Address` | | + +### Reference {#reference} + +**Access:** Read/Write + +**Returns:** string The creditor payment reference. + +Gets the creditor payment reference. The reference is mandatory for SwissQR IBANs, i.e.IBANs in the range CHxx30000xxxxxx through CHxx31999xxxxx. If specified, the reference must be either a valid SwissQR reference (corresponding to ISR reference form) or a valid creditor reference according to ISO 11649 ("RFxxxx"). Both may contain spaces for formatting. + +Sets the creditor payment reference. The reference is mandatory for SwissQR IBANs, i.e.IBANs in the range CHxx30000xxxxxx through CHxx31999xxxxx. If specified, the reference must be either a valid SwissQR reference (corresponding to ISR reference form) or a valid creditor reference according to ISO 11649 ("RFxxxx"). Both may contain spaces for formatting. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### UnstructuredMessage {#unstructuredmessage} + +**Access:** Read/Write + +**Returns:** string The unstructured message. + +Gets the additional unstructured message. + +Sets the additional unstructured message. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### Version {#version} + +**Access:** Read/Write + +Gets the version of the SwissQR bill standard. Value: The SwissQR bill standard version. + +Sets the version of the SwissQR bill standard. Value: The SwissQR bill standard version. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + diff --git a/english/php/aspose.barcode.complexbarcode/swissqrbill/account/_index.md b/english/php/aspose.barcode.complexbarcode/swissqrbill/account/_index.md deleted file mode 100644 index ca738fd44..000000000 --- a/english/php/aspose.barcode.complexbarcode/swissqrbill/account/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "SwissQRBill.Account" -linktitle: "Account" -articleTitle: "Account" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets the creditor's account number. Account numbers must be valid IBANs of a bank of Switzerland or Liechtenstein. Spaces are allowed in the account number. Value: The creditor account number." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/swissqrbill/account/ ---- - -## SwissQRBill.Account - -**Access:** Read/Write - - -### Get - -Gets the creditor's account number. Account numbers must be valid IBANs of a bank of Switzerland or Liechtenstein. Spaces are allowed in the account number. Value: The creditor account number. - - -### Set - -Sets the creditor's account number. Account numbers must be valid IBANs of a bank of Switzerland or Liechtenstein. Spaces are allowed in the account number. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/swissqrbill/alternativeschemes/_index.md b/english/php/aspose.barcode.complexbarcode/swissqrbill/alternativeschemes/_index.md deleted file mode 100644 index 27427cba1..000000000 --- a/english/php/aspose.barcode.complexbarcode/swissqrbill/alternativeschemes/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "SwissQRBill.AlternativeSchemes" -linktitle: "AlternativeSchemes" -articleTitle: "AlternativeSchemes" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets ors sets the alternative payment schemes. A maximum of two schemes with parameters are allowed." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/swissqrbill/alternativeschemes/ ---- - -## SwissQRBill.AlternativeSchemes - -**Access:** Read/Write - - -**Returns:** array The alternative payment schemes. - - -### Get - -Gets ors sets the alternative payment schemes. A maximum of two schemes with parameters are allowed. - - -### Set - -Gets ors sets the alternative payment schemes. A maximum of two schemes with parameters are allowed. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$alternativeSchemes` | `array` | | diff --git a/english/php/aspose.barcode.complexbarcode/swissqrbill/amount/_index.md b/english/php/aspose.barcode.complexbarcode/swissqrbill/amount/_index.md deleted file mode 100644 index f1fe0537e..000000000 --- a/english/php/aspose.barcode.complexbarcode/swissqrbill/amount/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "SwissQRBill.Amount" -linktitle: "Amount" -articleTitle: "Amount" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets the payment amount. Valid values are between 0.01 and 999,999,999.99. Value: The payment amount." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/swissqrbill/amount/ ---- - -## SwissQRBill.Amount - -**Access:** Read/Write - - -### Get - -Gets the payment amount. Valid values are between 0.01 and 999,999,999.99. Value: The payment amount. - - -### Set - -Sets the payment amount. Valid values are between 0.01 and 999,999,999.99. Value: The payment amount. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `float` | | diff --git a/english/php/aspose.barcode.complexbarcode/swissqrbill/billinformation/_index.md b/english/php/aspose.barcode.complexbarcode/swissqrbill/billinformation/_index.md deleted file mode 100644 index 45ebd88b2..000000000 --- a/english/php/aspose.barcode.complexbarcode/swissqrbill/billinformation/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "SwissQRBill.BillInformation" -linktitle: "BillInformation" -articleTitle: "BillInformation" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets the additional structured bill information." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/swissqrbill/billinformation/ ---- - -## SwissQRBill.BillInformation - -**Access:** Read/Write - - -**Returns:** string The structured bill information. - - -### Get - -Gets the additional structured bill information. - - -### Set - -Sets the additional structured bill information. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/swissqrbill/createandsetcreditorreference/_index.md b/english/php/aspose.barcode.complexbarcode/swissqrbill/createandsetcreditorreference/_index.md deleted file mode 100644 index a636f19d4..000000000 --- a/english/php/aspose.barcode.complexbarcode/swissqrbill/createandsetcreditorreference/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "SwissQRBill.createAndSetCreditorReference" -linktitle: "createAndSetCreditorReference" -articleTitle: "createAndSetCreditorReference" -second_title: "Aspose.BarCode for PHP via Java" -description: "Creates and sets a ISO11649 creditor reference from a raw string by prefixing the String with \"RF\" and the modulo 97 checksum. Whitespace is removed from the reference" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/swissqrbill/createandsetcreditorreference/ ---- - -## SwissQRBill.createAndSetCreditorReference - -```php -createAndSetCreditorReference(string $rawReference) -``` - - -Creates and sets a ISO11649 creditor reference from a raw string by prefixing the String with "RF" and the modulo 97 checksum. Whitespace is removed from the reference - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$rawReference` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/swissqrbill/creditor/_index.md b/english/php/aspose.barcode.complexbarcode/swissqrbill/creditor/_index.md deleted file mode 100644 index 305b6431c..000000000 --- a/english/php/aspose.barcode.complexbarcode/swissqrbill/creditor/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "SwissQRBill.Creditor" -linktitle: "Creditor" -articleTitle: "Creditor" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets the creditor address." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/swissqrbill/creditor/ ---- - -## SwissQRBill.Creditor - -**Access:** Read/Write - - -**Returns:** Address The creditor address. - - -### Get - -Gets the creditor address. - - -### Set - -Sets the creditor address. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `Address` | | diff --git a/english/php/aspose.barcode.complexbarcode/swissqrbill/currency/_index.md b/english/php/aspose.barcode.complexbarcode/swissqrbill/currency/_index.md deleted file mode 100644 index 75c45b976..000000000 --- a/english/php/aspose.barcode.complexbarcode/swissqrbill/currency/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "SwissQRBill.Currency" -linktitle: "Currency" -articleTitle: "Currency" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets the payment currency. Valid values are \"CHF\" and \"EUR\". Value: The payment currency." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/swissqrbill/currency/ ---- - -## SwissQRBill.Currency - -**Access:** Read/Write - - -### Get - -Gets the payment currency. Valid values are "CHF" and "EUR". Value: The payment currency. - - -### Set - -Sets the payment currency. Valid values are "CHF" and "EUR". Value: The payment currency. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/swissqrbill/debtor/_index.md b/english/php/aspose.barcode.complexbarcode/swissqrbill/debtor/_index.md deleted file mode 100644 index a7f6c75c3..000000000 --- a/english/php/aspose.barcode.complexbarcode/swissqrbill/debtor/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "SwissQRBill.Debtor" -linktitle: "Debtor" -articleTitle: "Debtor" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets the debtor address. The debtor is optional. If it is omitted, both setting this field to null or setting an address with all null or empty values is ok. return Address The debtor address." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/swissqrbill/debtor/ ---- - -## SwissQRBill.Debtor - -**Access:** Read/Write - - -### Get - -Gets the debtor address. The debtor is optional. If it is omitted, both setting this field to null or setting an address with all null or empty values is ok. return Address The debtor address. - - -### Set - -Sets the debtor address. The debtor is optional. If it is omitted, both setting this field to null or setting an address with all null or empty values is ok. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `Address` | | diff --git a/english/php/aspose.barcode.complexbarcode/swissqrbill/reference/_index.md b/english/php/aspose.barcode.complexbarcode/swissqrbill/reference/_index.md deleted file mode 100644 index f6196e042..000000000 --- a/english/php/aspose.barcode.complexbarcode/swissqrbill/reference/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "SwissQRBill.Reference" -linktitle: "Reference" -articleTitle: "Reference" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets the creditor payment reference. The reference is mandatory for SwissQR IBANs, i.e.IBANs in the range CHxx30000xxxxxx through CHxx31999xxxxx. If specified, the reference must be either a valid Swi" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/swissqrbill/reference/ ---- - -## SwissQRBill.Reference - -**Access:** Read/Write - - -**Returns:** string The creditor payment reference. - - -### Get - -Gets the creditor payment reference. The reference is mandatory for SwissQR IBANs, i.e.IBANs in the range CHxx30000xxxxxx through CHxx31999xxxxx. If specified, the reference must be either a valid SwissQR reference (corresponding to ISR reference form) or a valid creditor reference according to ISO 11649 ("RFxxxx"). Both may contain spaces for formatting. - - -### Set - -Sets the creditor payment reference. The reference is mandatory for SwissQR IBANs, i.e.IBANs in the range CHxx30000xxxxxx through CHxx31999xxxxx. If specified, the reference must be either a valid SwissQR reference (corresponding to ISR reference form) or a valid creditor reference according to ISO 11649 ("RFxxxx"). Both may contain spaces for formatting. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/swissqrbill/swissqrbill/_index.md b/english/php/aspose.barcode.complexbarcode/swissqrbill/swissqrbill/_index.md deleted file mode 100644 index 76f78d734..000000000 --- a/english/php/aspose.barcode.complexbarcode/swissqrbill/swissqrbill/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "SwissQRBill" -linktitle: "SwissQRBill" -articleTitle: "SwissQRBill" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/swissqrbill/swissqrbill/ ---- - -## SwissQRBill Constructor - -```php -__construct(\Aspose\Barcode\Bridge\SwissQRBillDTO $swissQRBillDto) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$swissQRBillDto` | `\Aspose\Barcode\Bridge\SwissQRBillDTO` | | diff --git a/english/php/aspose.barcode.complexbarcode/swissqrbill/unstructuredmessage/_index.md b/english/php/aspose.barcode.complexbarcode/swissqrbill/unstructuredmessage/_index.md deleted file mode 100644 index 16f13248e..000000000 --- a/english/php/aspose.barcode.complexbarcode/swissqrbill/unstructuredmessage/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "SwissQRBill.UnstructuredMessage" -linktitle: "UnstructuredMessage" -articleTitle: "UnstructuredMessage" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets the additional unstructured message." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/swissqrbill/unstructuredmessage/ ---- - -## SwissQRBill.UnstructuredMessage - -**Access:** Read/Write - - -**Returns:** string The unstructured message. - - -### Get - -Gets the additional unstructured message. - - -### Set - -Sets the additional unstructured message. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/swissqrbill/version/_index.md b/english/php/aspose.barcode.complexbarcode/swissqrbill/version/_index.md deleted file mode 100644 index 7f26a1728..000000000 --- a/english/php/aspose.barcode.complexbarcode/swissqrbill/version/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "SwissQRBill.Version" -linktitle: "Version" -articleTitle: "Version" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets the version of the SwissQR bill standard. Value: The SwissQR bill standard version." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/swissqrbill/version/ ---- - -## SwissQRBill.Version - -**Access:** Read/Write - - -### Get - -Gets the version of the SwissQR bill standard. Value: The SwissQR bill standard version. - - -### Set - -Sets the version of the SwissQR bill standard. Value: The SwissQR bill standard version. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.complexbarcode/swissqrcodetext/_index.md b/english/php/aspose.barcode.complexbarcode/swissqrcodetext/_index.md index fe9eebd44..33e943975 100644 --- a/english/php/aspose.barcode.complexbarcode/swissqrcodetext/_index.md +++ b/english/php/aspose.barcode.complexbarcode/swissqrcodetext/_index.md @@ -1,7 +1,6 @@ --- -title: "SwissQRCodetext Class" +title: "SwissQRCodetext" linktitle: "SwissQRCodetext" -articleTitle: "SwissQRCodetext" second_title: "Aspose.BarCode for PHP via Java" description: "Class for encoding and decoding the text embedded in the SwissQR code." type: docs @@ -21,19 +20,64 @@ Class for encoding and decoding the text embedded in the SwissQR code. | Name | Description | | --- | --- | -| [__construct](./swissqrcodetext/) | Creates an instance of SwissQRCodetext. | +| [__construct](#constructor) | Creates an instance of SwissQRCodetext. | ## Methods | Name | Static | Description | | --- | --- | --- | -| [construct](./construct/) | Yes | | -| [initFromString](./initfromstring/) | No | Initializes Bill with constructed codetext. | +| [construct](#construct) | Yes | | +| [initFromString](#initfromstring) | No | Initializes Bill with constructed codetext. | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [BarcodeType](./barcodetype/) | Read-only | Gets barcode type. | -| [Bill](./bill/) | Read-only | SwissQR bill data | -| [ConstructedCodetext](./constructedcodetext/) | Read-only | Construct codetext from SwissQR bill data | +| [BarcodeType](#barcodetype) | Read-only | Gets barcode type. | +| [Bill](#bill) | Read-only | SwissQR bill data | +| [ConstructedCodetext](#constructedcodetext) | Read-only | Construct codetext from SwissQR bill data | + +### SwissQRCodetext__construct(?SwissQRBill $bill) {#constructor} + +Creates an instance of SwissQRCodetext. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$bill` | `?SwissQRBill` | | + +### constructconstruct($dtoRef) (static) {#construct} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$dtoRef` | `` | | + +### initFromStringinitFromString($constructedCodetext) {#initfromstring} + +Initializes Bill with constructed codetext. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$constructedCodetext` | `` | | + +### BarcodeType {#barcodetype} + +**Access:** Read-only + +**Returns:** int Barcode type. + +Gets barcode type. + +### Bill {#bill} + +**Access:** Read-only + +SwissQR bill data + +### ConstructedCodetext {#constructedcodetext} + +**Access:** Read-only + +**Returns:** string Constructed codetext + +Construct codetext from SwissQR bill data + diff --git a/english/php/aspose.barcode.complexbarcode/swissqrcodetext/barcodetype/_index.md b/english/php/aspose.barcode.complexbarcode/swissqrcodetext/barcodetype/_index.md deleted file mode 100644 index 98c6ae07a..000000000 --- a/english/php/aspose.barcode.complexbarcode/swissqrcodetext/barcodetype/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "SwissQRCodetext.BarcodeType" -linktitle: "BarcodeType" -articleTitle: "BarcodeType" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets barcode type." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/swissqrcodetext/barcodetype/ ---- - -## SwissQRCodetext.BarcodeType - -**Access:** Read-only - - -**Returns:** int Barcode type. - - -### Get - -Gets barcode type. - diff --git a/english/php/aspose.barcode.complexbarcode/swissqrcodetext/bill/_index.md b/english/php/aspose.barcode.complexbarcode/swissqrcodetext/bill/_index.md deleted file mode 100644 index c8cd28763..000000000 --- a/english/php/aspose.barcode.complexbarcode/swissqrcodetext/bill/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "SwissQRCodetext.Bill" -linktitle: "Bill" -articleTitle: "Bill" -second_title: "Aspose.BarCode for PHP via Java" -description: "SwissQR bill data" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/swissqrcodetext/bill/ ---- - -## SwissQRCodetext.Bill - -**Access:** Read-only - - -### Get - -SwissQR bill data - diff --git a/english/php/aspose.barcode.complexbarcode/swissqrcodetext/construct/_index.md b/english/php/aspose.barcode.complexbarcode/swissqrcodetext/construct/_index.md deleted file mode 100644 index a5bbed55d..000000000 --- a/english/php/aspose.barcode.complexbarcode/swissqrcodetext/construct/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "SwissQRCodetext.construct" -linktitle: "construct" -articleTitle: "construct" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/swissqrcodetext/construct/ ---- - -## SwissQRCodetext.construct - -```php -construct($dtoRef) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$dtoRef` | `` | | diff --git a/english/php/aspose.barcode.complexbarcode/swissqrcodetext/constructedcodetext/_index.md b/english/php/aspose.barcode.complexbarcode/swissqrcodetext/constructedcodetext/_index.md deleted file mode 100644 index e12040b56..000000000 --- a/english/php/aspose.barcode.complexbarcode/swissqrcodetext/constructedcodetext/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "SwissQRCodetext.ConstructedCodetext" -linktitle: "ConstructedCodetext" -articleTitle: "ConstructedCodetext" -second_title: "Aspose.BarCode for PHP via Java" -description: "Construct codetext from SwissQR bill data" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/swissqrcodetext/constructedcodetext/ ---- - -## SwissQRCodetext.ConstructedCodetext - -**Access:** Read-only - - -**Returns:** string Constructed codetext - - -### Get - -Construct codetext from SwissQR bill data - diff --git a/english/php/aspose.barcode.complexbarcode/swissqrcodetext/initfromstring/_index.md b/english/php/aspose.barcode.complexbarcode/swissqrcodetext/initfromstring/_index.md deleted file mode 100644 index ef33628c9..000000000 --- a/english/php/aspose.barcode.complexbarcode/swissqrcodetext/initfromstring/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "SwissQRCodetext.initFromString" -linktitle: "initFromString" -articleTitle: "initFromString" -second_title: "Aspose.BarCode for PHP via Java" -description: "Initializes Bill with constructed codetext." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/swissqrcodetext/initfromstring/ ---- - -## SwissQRCodetext.initFromString - -```php -initFromString($constructedCodetext) -``` - - -Initializes Bill with constructed codetext. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$constructedCodetext` | `` | | diff --git a/english/php/aspose.barcode.complexbarcode/swissqrcodetext/swissqrcodetext/_index.md b/english/php/aspose.barcode.complexbarcode/swissqrcodetext/swissqrcodetext/_index.md deleted file mode 100644 index 603d0a353..000000000 --- a/english/php/aspose.barcode.complexbarcode/swissqrcodetext/swissqrcodetext/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "SwissQRCodetext" -linktitle: "SwissQRCodetext" -articleTitle: "SwissQRCodetext" -second_title: "Aspose.BarCode for PHP via Java" -description: "Creates an instance of SwissQRCodetext." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/swissqrcodetext/swissqrcodetext/ ---- - -## SwissQRCodetext Constructor - -```php -__construct(?SwissQRBill $bill) -``` - - -Creates an instance of SwissQRCodetext. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$bill` | `?SwissQRBill` | | diff --git a/english/php/aspose.barcode.complexbarcode/usadriveidcodetext/_index.md b/english/php/aspose.barcode.complexbarcode/usadriveidcodetext/_index.md index 17cec8eb1..1c888967b 100644 --- a/english/php/aspose.barcode.complexbarcode/usadriveidcodetext/_index.md +++ b/english/php/aspose.barcode.complexbarcode/usadriveidcodetext/_index.md @@ -1,7 +1,6 @@ --- -title: "USADriveIdCodetext Class" +title: "USADriveIdCodetext" linktitle: "USADriveIdCodetext" -articleTitle: "USADriveIdCodetext" second_title: "Aspose.BarCode for PHP via Java" description: "Class for encoding and decoding the text embedded in the USA Driving License PDF417 code." type: docs @@ -21,27 +20,160 @@ Class for encoding and decoding the text embedded in the USA Driving License PDF | Name | Description | | --- | --- | -| [__construct](./usadriveidcodetext/) | | +| [__construct](#constructor) | | ## Methods | Name | Static | Description | | --- | --- | --- | -| [addSubfileDesignator](./addsubfiledesignator/) | No | Contains information about following subfiles, types, offsets and lengths. Important: set only type, offset and length will be set automatically. | -| [initFromString](./initfromstring/) | No | Initialize USA DL object from codetext | -| [saveToXml](./savetoxml/) | No | | +| [addSubfileDesignator](#addsubfiledesignator) | No | Contains information about following subfiles, types, offsets and lengths. Important: set only type, offset and length will be set automatically. | +| [initFromString](#initfromstring) | No | Initialize USA DL object from codetext | +| [saveToXml](#savetoxml) | No | | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [AAMVAVersionNumber](./aamvaversionnumber/) | Read/Write | AAMVA Version Number 00-99 | -| [BarcodeType](./barcodetype/) | Read-only | Returns barcode type of USA DL (Pdf417) | -| [ConstructedCodetext](./constructedcodetext/) | Read-only | Construct codetext from USA DL data | -| [IssuerIdentificationNumber](./issueridentificationnumber/) | Read/Write | This number uniquely identifies the issuing jurisdiction and can be obtained by contacting the ISO Issuing Authority(AAMVA). The full 6-digit IIN should be encoded. | -| [JurisdictionSpecificSubfile](./jurisdictionspecificsubfile/) | Read/Write | Jurisdiction Specific Fields | -| [JurisdictionVersionNumber](./jurisdictionversionnumber/) | Read/Write | Jurisdiction Version Number 00-99 | -| [MandatoryElements](./mandatoryelements/) | Read/Write | Mandatory elements (fields) of the card | -| [NumberOfEntries](./numberofentries/) | Read/Write | Number 00-99 of subfiles | -| [OptionalElements](./optionalelements/) | Read/Write | Optional elements (fields) of the card | -| [SubfileDesignator](./subfiledesignator/) | Read/Write | Contains information about following subfiles, types, offsets and lengths. Important: set only type, offset and length will be set automatically. | +| [AAMVAVersionNumber](#aamvaversionnumber) | Read/Write | AAMVA Version Number 00-99 | +| [BarcodeType](#barcodetype) | Read-only | Returns barcode type of USA DL (Pdf417) | +| [ConstructedCodetext](#constructedcodetext) | Read-only | Construct codetext from USA DL data | +| [IssuerIdentificationNumber](#issueridentificationnumber) | Read/Write | This number uniquely identifies the issuing jurisdiction and can be obtained by contacting the ISO Issuing Authority(AAMVA). The full 6-digit IIN should be encoded. | +| [JurisdictionSpecificSubfile](#jurisdictionspecificsubfile) | Read/Write | Jurisdiction Specific Fields | +| [JurisdictionVersionNumber](#jurisdictionversionnumber) | Read/Write | Jurisdiction Version Number 00-99 | +| [MandatoryElements](#mandatoryelements) | Read/Write | Mandatory elements (fields) of the card | +| [NumberOfEntries](#numberofentries) | Read/Write | Number 00-99 of subfiles | +| [OptionalElements](#optionalelements) | Read/Write | Optional elements (fields) of the card | +| [SubfileDesignator](#subfiledesignator) | Read/Write | Contains information about following subfiles, types, offsets and lengths. Important: set only type, offset and length will be set automatically. | + +### USADriveIdCodetext__construct() {#constructor} + +### addSubfileDesignatoraddSubfileDesignator(SubfileProperties $value) {#addsubfiledesignator} + +Contains information about following subfiles, types, offsets and lengths. Important: set only type, offset and length will be set automatically. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `SubfileProperties` | | + +### initFromStringinitFromString(string $constructedCodetext) {#initfromstring} + +Initialize USA DL object from codetext + +| Parameter | Type | Description | +| --- | --- | --- | +| `$constructedCodetext` | `string` | Constructed codetext | + +### saveToXmlsaveToXml() {#savetoxml} + +### AAMVAVersionNumber {#aamvaversionnumber} + +**Access:** Read/Write + +AAMVA Version Number 00-99 + +AAMVA Version Number 00-99 + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### BarcodeType {#barcodetype} + +**Access:** Read-only + +**Returns:** Barcode type (Pdf417) + +Returns barcode type of USA DL (Pdf417) + +### ConstructedCodetext {#constructedcodetext} + +**Access:** Read-only + +**Returns:** Constructed codetext + +Construct codetext from USA DL data + +### IssuerIdentificationNumber {#issueridentificationnumber} + +**Access:** Read/Write + +This number uniquely identifies the issuing jurisdiction and can be obtained by contacting the ISO Issuing Authority(AAMVA). The full 6-digit IIN should be encoded. + +This number uniquely identifies the issuing jurisdiction and can be obtained by contacting the ISO Issuing Authority(AAMVA). The full 6-digit IIN should be encoded. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### JurisdictionSpecificSubfile {#jurisdictionspecificsubfile} + +**Access:** Read/Write + +Jurisdiction Specific Fields + +Jurisdiction Specific Fields + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `USADriveIdJurisdSubfile` | | + +### JurisdictionVersionNumber {#jurisdictionversionnumber} + +**Access:** Read/Write + +Jurisdiction Version Number 00-99 + +Jurisdiction Version Number 00-99 + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### MandatoryElements {#mandatoryelements} + +**Access:** Read/Write + +Mandatory elements (fields) of the card + +Mandatory elements (fields) of the card + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `MandatoryFields` | | + +### NumberOfEntries {#numberofentries} + +**Access:** Read/Write + +Number 00-99 of subfiles + +Number 00-99 of subfiles + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### OptionalElements {#optionalelements} + +**Access:** Read/Write + +Optional elements (fields) of the card + +Optional elements (fields) of the card + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `OptionalFields` | | + +### SubfileDesignator {#subfiledesignator} + +**Access:** Read/Write + +Contains information about following subfiles, types, offsets and lengths. Important: set only type, offset and length will be set automatically. + +Contains information about following subfiles, types, offsets and lengths. Important: set only type, offset and length will be set automatically. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `array` | | + diff --git a/english/php/aspose.barcode.complexbarcode/usadriveidcodetext/aamvaversionnumber/_index.md b/english/php/aspose.barcode.complexbarcode/usadriveidcodetext/aamvaversionnumber/_index.md deleted file mode 100644 index cf0f28c1e..000000000 --- a/english/php/aspose.barcode.complexbarcode/usadriveidcodetext/aamvaversionnumber/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "USADriveIdCodetext.AAMVAVersionNumber" -linktitle: "AAMVAVersionNumber" -articleTitle: "AAMVAVersionNumber" -second_title: "Aspose.BarCode for PHP via Java" -description: "AAMVA Version Number 00-99" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/usadriveidcodetext/aamvaversionnumber/ ---- - -## USADriveIdCodetext.AAMVAVersionNumber - -**Access:** Read/Write - - -### Get - -AAMVA Version Number 00-99 - - -### Set - -AAMVA Version Number 00-99 - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/usadriveidcodetext/addsubfiledesignator/_index.md b/english/php/aspose.barcode.complexbarcode/usadriveidcodetext/addsubfiledesignator/_index.md deleted file mode 100644 index a95b3475d..000000000 --- a/english/php/aspose.barcode.complexbarcode/usadriveidcodetext/addsubfiledesignator/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "USADriveIdCodetext.addSubfileDesignator" -linktitle: "addSubfileDesignator" -articleTitle: "addSubfileDesignator" -second_title: "Aspose.BarCode for PHP via Java" -description: "Contains information about following subfiles, types, offsets and lengths. Important: set only type, offset and length will be set automatically." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/usadriveidcodetext/addsubfiledesignator/ ---- - -## USADriveIdCodetext.addSubfileDesignator - -```php -addSubfileDesignator(SubfileProperties $value) -``` - - -Contains information about following subfiles, types, offsets and lengths. Important: set only type, offset and length will be set automatically. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `SubfileProperties` | | diff --git a/english/php/aspose.barcode.complexbarcode/usadriveidcodetext/barcodetype/_index.md b/english/php/aspose.barcode.complexbarcode/usadriveidcodetext/barcodetype/_index.md deleted file mode 100644 index 13928b3a5..000000000 --- a/english/php/aspose.barcode.complexbarcode/usadriveidcodetext/barcodetype/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "USADriveIdCodetext.BarcodeType" -linktitle: "BarcodeType" -articleTitle: "BarcodeType" -second_title: "Aspose.BarCode for PHP via Java" -description: "Returns barcode type of USA DL (Pdf417)" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/usadriveidcodetext/barcodetype/ ---- - -## USADriveIdCodetext.BarcodeType - -**Access:** Read-only - - -**Returns:** Barcode type (Pdf417) - - -### Get - -Returns barcode type of USA DL (Pdf417) - diff --git a/english/php/aspose.barcode.complexbarcode/usadriveidcodetext/constructedcodetext/_index.md b/english/php/aspose.barcode.complexbarcode/usadriveidcodetext/constructedcodetext/_index.md deleted file mode 100644 index 0bcab430f..000000000 --- a/english/php/aspose.barcode.complexbarcode/usadriveidcodetext/constructedcodetext/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "USADriveIdCodetext.ConstructedCodetext" -linktitle: "ConstructedCodetext" -articleTitle: "ConstructedCodetext" -second_title: "Aspose.BarCode for PHP via Java" -description: "Construct codetext from USA DL data" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/usadriveidcodetext/constructedcodetext/ ---- - -## USADriveIdCodetext.ConstructedCodetext - -**Access:** Read-only - - -**Returns:** Constructed codetext - - -### Get - -Construct codetext from USA DL data - diff --git a/english/php/aspose.barcode.complexbarcode/usadriveidcodetext/initfromstring/_index.md b/english/php/aspose.barcode.complexbarcode/usadriveidcodetext/initfromstring/_index.md deleted file mode 100644 index 40445954f..000000000 --- a/english/php/aspose.barcode.complexbarcode/usadriveidcodetext/initfromstring/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "USADriveIdCodetext.initFromString" -linktitle: "initFromString" -articleTitle: "initFromString" -second_title: "Aspose.BarCode for PHP via Java" -description: "Initialize USA DL object from codetext" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/usadriveidcodetext/initfromstring/ ---- - -## USADriveIdCodetext.initFromString - -```php -initFromString(string $constructedCodetext) -``` - - -Initialize USA DL object from codetext - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$constructedCodetext` | `string` | Constructed codetext | diff --git a/english/php/aspose.barcode.complexbarcode/usadriveidcodetext/issueridentificationnumber/_index.md b/english/php/aspose.barcode.complexbarcode/usadriveidcodetext/issueridentificationnumber/_index.md deleted file mode 100644 index 6406e1c1c..000000000 --- a/english/php/aspose.barcode.complexbarcode/usadriveidcodetext/issueridentificationnumber/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "USADriveIdCodetext.IssuerIdentificationNumber" -linktitle: "IssuerIdentificationNumber" -articleTitle: "IssuerIdentificationNumber" -second_title: "Aspose.BarCode for PHP via Java" -description: "This number uniquely identifies the issuing jurisdiction and can be obtained by contacting the ISO Issuing Authority(AAMVA). The full 6-digit IIN should be encoded." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/usadriveidcodetext/issueridentificationnumber/ ---- - -## USADriveIdCodetext.IssuerIdentificationNumber - -**Access:** Read/Write - - -### Get - -This number uniquely identifies the issuing jurisdiction and can be obtained by contacting the ISO Issuing Authority(AAMVA). The full 6-digit IIN should be encoded. - - -### Set - -This number uniquely identifies the issuing jurisdiction and can be obtained by contacting the ISO Issuing Authority(AAMVA). The full 6-digit IIN should be encoded. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/usadriveidcodetext/jurisdictionspecificsubfile/_index.md b/english/php/aspose.barcode.complexbarcode/usadriveidcodetext/jurisdictionspecificsubfile/_index.md deleted file mode 100644 index 6709ae917..000000000 --- a/english/php/aspose.barcode.complexbarcode/usadriveidcodetext/jurisdictionspecificsubfile/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "USADriveIdCodetext.JurisdictionSpecificSubfile" -linktitle: "JurisdictionSpecificSubfile" -articleTitle: "JurisdictionSpecificSubfile" -second_title: "Aspose.BarCode for PHP via Java" -description: "Jurisdiction Specific Fields" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/usadriveidcodetext/jurisdictionspecificsubfile/ ---- - -## USADriveIdCodetext.JurisdictionSpecificSubfile - -**Access:** Read/Write - - -### Get - -Jurisdiction Specific Fields - - -### Set - -Jurisdiction Specific Fields - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `USADriveIdJurisdSubfile` | | diff --git a/english/php/aspose.barcode.complexbarcode/usadriveidcodetext/jurisdictionversionnumber/_index.md b/english/php/aspose.barcode.complexbarcode/usadriveidcodetext/jurisdictionversionnumber/_index.md deleted file mode 100644 index cb7b917ab..000000000 --- a/english/php/aspose.barcode.complexbarcode/usadriveidcodetext/jurisdictionversionnumber/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "USADriveIdCodetext.JurisdictionVersionNumber" -linktitle: "JurisdictionVersionNumber" -articleTitle: "JurisdictionVersionNumber" -second_title: "Aspose.BarCode for PHP via Java" -description: "Jurisdiction Version Number 00-99" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/usadriveidcodetext/jurisdictionversionnumber/ ---- - -## USADriveIdCodetext.JurisdictionVersionNumber - -**Access:** Read/Write - - -### Get - -Jurisdiction Version Number 00-99 - - -### Set - -Jurisdiction Version Number 00-99 - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/usadriveidcodetext/mandatoryelements/_index.md b/english/php/aspose.barcode.complexbarcode/usadriveidcodetext/mandatoryelements/_index.md deleted file mode 100644 index 9597c1c7c..000000000 --- a/english/php/aspose.barcode.complexbarcode/usadriveidcodetext/mandatoryelements/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "USADriveIdCodetext.MandatoryElements" -linktitle: "MandatoryElements" -articleTitle: "MandatoryElements" -second_title: "Aspose.BarCode for PHP via Java" -description: "Mandatory elements (fields) of the card" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/usadriveidcodetext/mandatoryelements/ ---- - -## USADriveIdCodetext.MandatoryElements - -**Access:** Read/Write - - -### Get - -Mandatory elements (fields) of the card - - -### Set - -Mandatory elements (fields) of the card - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `MandatoryFields` | | diff --git a/english/php/aspose.barcode.complexbarcode/usadriveidcodetext/numberofentries/_index.md b/english/php/aspose.barcode.complexbarcode/usadriveidcodetext/numberofentries/_index.md deleted file mode 100644 index 241a73537..000000000 --- a/english/php/aspose.barcode.complexbarcode/usadriveidcodetext/numberofentries/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "USADriveIdCodetext.NumberOfEntries" -linktitle: "NumberOfEntries" -articleTitle: "NumberOfEntries" -second_title: "Aspose.BarCode for PHP via Java" -description: "Number 00-99 of subfiles" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/usadriveidcodetext/numberofentries/ ---- - -## USADriveIdCodetext.NumberOfEntries - -**Access:** Read/Write - - -### Get - -Number 00-99 of subfiles - - -### Set - -Number 00-99 of subfiles - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.complexbarcode/usadriveidcodetext/optionalelements/_index.md b/english/php/aspose.barcode.complexbarcode/usadriveidcodetext/optionalelements/_index.md deleted file mode 100644 index 0577a69ab..000000000 --- a/english/php/aspose.barcode.complexbarcode/usadriveidcodetext/optionalelements/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "USADriveIdCodetext.OptionalElements" -linktitle: "OptionalElements" -articleTitle: "OptionalElements" -second_title: "Aspose.BarCode for PHP via Java" -description: "Optional elements (fields) of the card" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/usadriveidcodetext/optionalelements/ ---- - -## USADriveIdCodetext.OptionalElements - -**Access:** Read/Write - - -### Get - -Optional elements (fields) of the card - - -### Set - -Optional elements (fields) of the card - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `OptionalFields` | | diff --git a/english/php/aspose.barcode.complexbarcode/usadriveidcodetext/savetoxml/_index.md b/english/php/aspose.barcode.complexbarcode/usadriveidcodetext/savetoxml/_index.md deleted file mode 100644 index eb2984537..000000000 --- a/english/php/aspose.barcode.complexbarcode/usadriveidcodetext/savetoxml/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "USADriveIdCodetext.saveToXml" -linktitle: "saveToXml" -articleTitle: "saveToXml" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/usadriveidcodetext/savetoxml/ ---- - -## USADriveIdCodetext.saveToXml - -```php -saveToXml() -``` - diff --git a/english/php/aspose.barcode.complexbarcode/usadriveidcodetext/subfiledesignator/_index.md b/english/php/aspose.barcode.complexbarcode/usadriveidcodetext/subfiledesignator/_index.md deleted file mode 100644 index c6346fc82..000000000 --- a/english/php/aspose.barcode.complexbarcode/usadriveidcodetext/subfiledesignator/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "USADriveIdCodetext.SubfileDesignator" -linktitle: "SubfileDesignator" -articleTitle: "SubfileDesignator" -second_title: "Aspose.BarCode for PHP via Java" -description: "Contains information about following subfiles, types, offsets and lengths. Important: set only type, offset and length will be set automatically." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/usadriveidcodetext/subfiledesignator/ ---- - -## USADriveIdCodetext.SubfileDesignator - -**Access:** Read/Write - - -### Get - -Contains information about following subfiles, types, offsets and lengths. Important: set only type, offset and length will be set automatically. - - -### Set - -Contains information about following subfiles, types, offsets and lengths. Important: set only type, offset and length will be set automatically. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `array` | | diff --git a/english/php/aspose.barcode.complexbarcode/usadriveidcodetext/usadriveidcodetext/_index.md b/english/php/aspose.barcode.complexbarcode/usadriveidcodetext/usadriveidcodetext/_index.md deleted file mode 100644 index a3ca0cdb0..000000000 --- a/english/php/aspose.barcode.complexbarcode/usadriveidcodetext/usadriveidcodetext/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "USADriveIdCodetext" -linktitle: "USADriveIdCodetext" -articleTitle: "USADriveIdCodetext" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/usadriveidcodetext/usadriveidcodetext/ ---- - -## USADriveIdCodetext Constructor - -```php -__construct() -``` - diff --git a/english/php/aspose.barcode.complexbarcode/usadriveidcountry/_index.md b/english/php/aspose.barcode.complexbarcode/usadriveidcountry/_index.md index 29137e22f..db70a325b 100644 --- a/english/php/aspose.barcode.complexbarcode/usadriveidcountry/_index.md +++ b/english/php/aspose.barcode.complexbarcode/usadriveidcountry/_index.md @@ -1,7 +1,6 @@ --- -title: "USADriveIdCountry Enum" +title: "USADriveIdCountry" linktitle: "USADriveIdCountry" -articleTitle: "USADriveIdCountry" second_title: "Aspose.BarCode for PHP via Java" description: "Enum for Country Identification in the US Driver's License" type: docs @@ -21,6 +20,24 @@ Enum for Country Identification in the US Driver's License | Name | Value | Description | | --- | --- | --- | -| [CANADA](./canada/) | `2` | Country = Canada | -| [NONE](./none/) | `0` | Not filled - equal to NONE | -| [US](./us/) | `1` | Country = U.S. | +| [CANADA](#canada) | `2` | Country = Canada | +| [NONE](#none) | `0` | Not filled - equal to NONE | +| [US](#us) | `1` | Country = U.S. | +### CANADA {#canada} + +**Value:** `2` + +Country = Canada + +### NONE {#none} + +**Value:** `0` + +Not filled - equal to NONE + +### US {#us} + +**Value:** `1` + +Country = U.S. + diff --git a/english/php/aspose.barcode.complexbarcode/usadriveidcountry/canada/_index.md b/english/php/aspose.barcode.complexbarcode/usadriveidcountry/canada/_index.md deleted file mode 100644 index 04f182303..000000000 --- a/english/php/aspose.barcode.complexbarcode/usadriveidcountry/canada/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "USADriveIdCountry::CANADA" -linktitle: "CANADA" -articleTitle: "CANADA" -second_title: "Aspose.BarCode for PHP via Java" -description: "Country = Canada" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/usadriveidcountry/canada/ ---- - -## USADriveIdCountry::CANADA Enum Value - -**Value:** `2` - - -Country = Canada - diff --git a/english/php/aspose.barcode.complexbarcode/usadriveidcountry/none/_index.md b/english/php/aspose.barcode.complexbarcode/usadriveidcountry/none/_index.md deleted file mode 100644 index 577f773ec..000000000 --- a/english/php/aspose.barcode.complexbarcode/usadriveidcountry/none/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "USADriveIdCountry::NONE" -linktitle: "NONE" -articleTitle: "NONE" -second_title: "Aspose.BarCode for PHP via Java" -description: "Not filled - equal to NONE" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/usadriveidcountry/none/ ---- - -## USADriveIdCountry::NONE Enum Value - -**Value:** `0` - - -Not filled - equal to NONE - diff --git a/english/php/aspose.barcode.complexbarcode/usadriveidcountry/us/_index.md b/english/php/aspose.barcode.complexbarcode/usadriveidcountry/us/_index.md deleted file mode 100644 index a0c608c04..000000000 --- a/english/php/aspose.barcode.complexbarcode/usadriveidcountry/us/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "USADriveIdCountry::US" -linktitle: "US" -articleTitle: "US" -second_title: "Aspose.BarCode for PHP via Java" -description: "Country = U.S." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/usadriveidcountry/us/ ---- - -## USADriveIdCountry::US Enum Value - -**Value:** `1` - - -Country = U.S. - diff --git a/english/php/aspose.barcode.complexbarcode/usadriveideyecolor/_index.md b/english/php/aspose.barcode.complexbarcode/usadriveideyecolor/_index.md index d474bc687..79a8107a6 100644 --- a/english/php/aspose.barcode.complexbarcode/usadriveideyecolor/_index.md +++ b/english/php/aspose.barcode.complexbarcode/usadriveideyecolor/_index.md @@ -1,7 +1,6 @@ --- -title: "USADriveIdEyeColor Enum" +title: "USADriveIdEyeColor" linktitle: "USADriveIdEyeColor" -articleTitle: "USADriveIdEyeColor" second_title: "Aspose.BarCode for PHP via Java" description: "Enum for Eye Color in the US Driver's License" type: docs @@ -21,14 +20,80 @@ Enum for Eye Color in the US Driver's License | Name | Value | Description | | --- | --- | --- | -| [BLACK](./black/) | `1` | BLK - Black or very dark brown. | -| [BLUE](./blue/) | `2` | BLU - Blue color. | -| [BROWN](./brown/) | `3` | BRO - Brown; including amber. | -| [GRAY](./gray/) | `5` | GRY - Gray color. | -| [GREEN](./green/) | `6` | GRN - Green color. | -| [HAZEL](./hazel/) | `7` | HAZ - Hazel; a mixture of colors; most commonly green and brown. | -| [MAROON](./maroon/) | `8` | MAR - Maroon color. | -| [MULTI_COLOR](./multi_color/) | `4` | DIC - Dichromatic or multicolor; of one or both eyes. | -| [NO_INFO](./no_info/) | `0` | Not filled - equal to NONE | -| [PINK](./pink/) | `9` | PNK - Pink or albino | -| [UNKNOWN](./unknown/) | `10` | UNK - Unknown / Other | +| [BLACK](#black) | `1` | BLK - Black or very dark brown. | +| [BLUE](#blue) | `2` | BLU - Blue color. | +| [BROWN](#brown) | `3` | BRO - Brown; including amber. | +| [GRAY](#gray) | `5` | GRY - Gray color. | +| [GREEN](#green) | `6` | GRN - Green color. | +| [HAZEL](#hazel) | `7` | HAZ - Hazel; a mixture of colors; most commonly green and brown. | +| [MAROON](#maroon) | `8` | MAR - Maroon color. | +| [MULTI_COLOR](#multi_color) | `4` | DIC - Dichromatic or multicolor; of one or both eyes. | +| [NO_INFO](#no_info) | `0` | Not filled - equal to NONE | +| [PINK](#pink) | `9` | PNK - Pink or albino | +| [UNKNOWN](#unknown) | `10` | UNK - Unknown / Other | +### BLACK {#black} + +**Value:** `1` + +BLK - Black or very dark brown. + +### BLUE {#blue} + +**Value:** `2` + +BLU - Blue color. + +### BROWN {#brown} + +**Value:** `3` + +BRO - Brown; including amber. + +### GRAY {#gray} + +**Value:** `5` + +GRY - Gray color. + +### GREEN {#green} + +**Value:** `6` + +GRN - Green color. + +### HAZEL {#hazel} + +**Value:** `7` + +HAZ - Hazel; a mixture of colors; most commonly green and brown. + +### MAROON {#maroon} + +**Value:** `8` + +MAR - Maroon color. + +### MULTI_COLOR {#multi_color} + +**Value:** `4` + +DIC - Dichromatic or multicolor; of one or both eyes. + +### NO_INFO {#no_info} + +**Value:** `0` + +Not filled - equal to NONE + +### PINK {#pink} + +**Value:** `9` + +PNK - Pink or albino + +### UNKNOWN {#unknown} + +**Value:** `10` + +UNK - Unknown / Other + diff --git a/english/php/aspose.barcode.complexbarcode/usadriveideyecolor/black/_index.md b/english/php/aspose.barcode.complexbarcode/usadriveideyecolor/black/_index.md deleted file mode 100644 index fd6f802de..000000000 --- a/english/php/aspose.barcode.complexbarcode/usadriveideyecolor/black/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "USADriveIdEyeColor::BLACK" -linktitle: "BLACK" -articleTitle: "BLACK" -second_title: "Aspose.BarCode for PHP via Java" -description: "BLK - Black or very dark brown." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/usadriveideyecolor/black/ ---- - -## USADriveIdEyeColor::BLACK Enum Value - -**Value:** `1` - - -BLK - Black or very dark brown. - diff --git a/english/php/aspose.barcode.complexbarcode/usadriveideyecolor/blue/_index.md b/english/php/aspose.barcode.complexbarcode/usadriveideyecolor/blue/_index.md deleted file mode 100644 index 2dc07249e..000000000 --- a/english/php/aspose.barcode.complexbarcode/usadriveideyecolor/blue/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "USADriveIdEyeColor::BLUE" -linktitle: "BLUE" -articleTitle: "BLUE" -second_title: "Aspose.BarCode for PHP via Java" -description: "BLU - Blue color." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/usadriveideyecolor/blue/ ---- - -## USADriveIdEyeColor::BLUE Enum Value - -**Value:** `2` - - -BLU - Blue color. - diff --git a/english/php/aspose.barcode.complexbarcode/usadriveideyecolor/brown/_index.md b/english/php/aspose.barcode.complexbarcode/usadriveideyecolor/brown/_index.md deleted file mode 100644 index b6ac6af03..000000000 --- a/english/php/aspose.barcode.complexbarcode/usadriveideyecolor/brown/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "USADriveIdEyeColor::BROWN" -linktitle: "BROWN" -articleTitle: "BROWN" -second_title: "Aspose.BarCode for PHP via Java" -description: "BRO - Brown; including amber." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/usadriveideyecolor/brown/ ---- - -## USADriveIdEyeColor::BROWN Enum Value - -**Value:** `3` - - -BRO - Brown; including amber. - diff --git a/english/php/aspose.barcode.complexbarcode/usadriveideyecolor/gray/_index.md b/english/php/aspose.barcode.complexbarcode/usadriveideyecolor/gray/_index.md deleted file mode 100644 index 7ad937e18..000000000 --- a/english/php/aspose.barcode.complexbarcode/usadriveideyecolor/gray/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "USADriveIdEyeColor::GRAY" -linktitle: "GRAY" -articleTitle: "GRAY" -second_title: "Aspose.BarCode for PHP via Java" -description: "GRY - Gray color." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/usadriveideyecolor/gray/ ---- - -## USADriveIdEyeColor::GRAY Enum Value - -**Value:** `5` - - -GRY - Gray color. - diff --git a/english/php/aspose.barcode.complexbarcode/usadriveideyecolor/green/_index.md b/english/php/aspose.barcode.complexbarcode/usadriveideyecolor/green/_index.md deleted file mode 100644 index af3448006..000000000 --- a/english/php/aspose.barcode.complexbarcode/usadriveideyecolor/green/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "USADriveIdEyeColor::GREEN" -linktitle: "GREEN" -articleTitle: "GREEN" -second_title: "Aspose.BarCode for PHP via Java" -description: "GRN - Green color." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/usadriveideyecolor/green/ ---- - -## USADriveIdEyeColor::GREEN Enum Value - -**Value:** `6` - - -GRN - Green color. - diff --git a/english/php/aspose.barcode.complexbarcode/usadriveideyecolor/hazel/_index.md b/english/php/aspose.barcode.complexbarcode/usadriveideyecolor/hazel/_index.md deleted file mode 100644 index 27c63a8a1..000000000 --- a/english/php/aspose.barcode.complexbarcode/usadriveideyecolor/hazel/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "USADriveIdEyeColor::HAZEL" -linktitle: "HAZEL" -articleTitle: "HAZEL" -second_title: "Aspose.BarCode for PHP via Java" -description: "HAZ - Hazel; a mixture of colors; most commonly green and brown." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/usadriveideyecolor/hazel/ ---- - -## USADriveIdEyeColor::HAZEL Enum Value - -**Value:** `7` - - -HAZ - Hazel; a mixture of colors; most commonly green and brown. - diff --git a/english/php/aspose.barcode.complexbarcode/usadriveideyecolor/maroon/_index.md b/english/php/aspose.barcode.complexbarcode/usadriveideyecolor/maroon/_index.md deleted file mode 100644 index f5ef9e1ee..000000000 --- a/english/php/aspose.barcode.complexbarcode/usadriveideyecolor/maroon/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "USADriveIdEyeColor::MAROON" -linktitle: "MAROON" -articleTitle: "MAROON" -second_title: "Aspose.BarCode for PHP via Java" -description: "MAR - Maroon color." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/usadriveideyecolor/maroon/ ---- - -## USADriveIdEyeColor::MAROON Enum Value - -**Value:** `8` - - -MAR - Maroon color. - diff --git a/english/php/aspose.barcode.complexbarcode/usadriveideyecolor/multi_color/_index.md b/english/php/aspose.barcode.complexbarcode/usadriveideyecolor/multi_color/_index.md deleted file mode 100644 index c4b4af1d4..000000000 --- a/english/php/aspose.barcode.complexbarcode/usadriveideyecolor/multi_color/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "USADriveIdEyeColor::MULTI_COLOR" -linktitle: "MULTI_COLOR" -articleTitle: "MULTI_COLOR" -second_title: "Aspose.BarCode for PHP via Java" -description: "DIC - Dichromatic or multicolor; of one or both eyes." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/usadriveideyecolor/multi_color/ ---- - -## USADriveIdEyeColor::MULTI_COLOR Enum Value - -**Value:** `4` - - -DIC - Dichromatic or multicolor; of one or both eyes. - diff --git a/english/php/aspose.barcode.complexbarcode/usadriveideyecolor/no_info/_index.md b/english/php/aspose.barcode.complexbarcode/usadriveideyecolor/no_info/_index.md deleted file mode 100644 index 3cbabffea..000000000 --- a/english/php/aspose.barcode.complexbarcode/usadriveideyecolor/no_info/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "USADriveIdEyeColor::NO_INFO" -linktitle: "NO_INFO" -articleTitle: "NO_INFO" -second_title: "Aspose.BarCode for PHP via Java" -description: "Not filled - equal to NONE" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/usadriveideyecolor/no_info/ ---- - -## USADriveIdEyeColor::NO_INFO Enum Value - -**Value:** `0` - - -Not filled - equal to NONE - diff --git a/english/php/aspose.barcode.complexbarcode/usadriveideyecolor/pink/_index.md b/english/php/aspose.barcode.complexbarcode/usadriveideyecolor/pink/_index.md deleted file mode 100644 index 717f5e619..000000000 --- a/english/php/aspose.barcode.complexbarcode/usadriveideyecolor/pink/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "USADriveIdEyeColor::PINK" -linktitle: "PINK" -articleTitle: "PINK" -second_title: "Aspose.BarCode for PHP via Java" -description: "PNK - Pink or albino" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/usadriveideyecolor/pink/ ---- - -## USADriveIdEyeColor::PINK Enum Value - -**Value:** `9` - - -PNK - Pink or albino - diff --git a/english/php/aspose.barcode.complexbarcode/usadriveideyecolor/unknown/_index.md b/english/php/aspose.barcode.complexbarcode/usadriveideyecolor/unknown/_index.md deleted file mode 100644 index 4482afde2..000000000 --- a/english/php/aspose.barcode.complexbarcode/usadriveideyecolor/unknown/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "USADriveIdEyeColor::UNKNOWN" -linktitle: "UNKNOWN" -articleTitle: "UNKNOWN" -second_title: "Aspose.BarCode for PHP via Java" -description: "UNK - Unknown / Other" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/usadriveideyecolor/unknown/ ---- - -## USADriveIdEyeColor::UNKNOWN Enum Value - -**Value:** `10` - - -UNK - Unknown / Other - diff --git a/english/php/aspose.barcode.complexbarcode/usadriveidhaircolor/_index.md b/english/php/aspose.barcode.complexbarcode/usadriveidhaircolor/_index.md index 9cdde477d..9d4f53dea 100644 --- a/english/php/aspose.barcode.complexbarcode/usadriveidhaircolor/_index.md +++ b/english/php/aspose.barcode.complexbarcode/usadriveidhaircolor/_index.md @@ -1,7 +1,6 @@ --- -title: "USADriveIdHairColor Enum" +title: "USADriveIdHairColor" linktitle: "USADriveIdHairColor" -articleTitle: "USADriveIdHairColor" second_title: "Aspose.BarCode for PHP via Java" description: "Enum for Hair Color in the US Driver's License" type: docs @@ -21,13 +20,73 @@ Enum for Hair Color in the US Driver's License | Name | Value | Description | | --- | --- | --- | -| [BALD](./bald/) | `1` | BAL - Bald. | -| [BLACK](./black/) | `2` | BLK - Black color | -| [BLOND](./blond/) | `3` | BLN - Blonde color | -| [BROWN](./brown/) | `4` | BRO - Brown color | -| [GRAY](./gray/) | `5` | GRY - Gray color | -| [NO_INFO](./no_info/) | `0` | Not filled - equal to NONE | -| [RED](./red/) | `6` | RED - Red / Auburn | -| [SANDY](./sandy/) | `7` | SDY - Sandy color | -| [UNKNOWN](./unknown/) | `9` | UNK - Unknown / Other | -| [WHITE](./white/) | `8` | WHI - White color | +| [BALD](#bald) | `1` | BAL - Bald. | +| [BLACK](#black) | `2` | BLK - Black color | +| [BLOND](#blond) | `3` | BLN - Blonde color | +| [BROWN](#brown) | `4` | BRO - Brown color | +| [GRAY](#gray) | `5` | GRY - Gray color | +| [NO_INFO](#no_info) | `0` | Not filled - equal to NONE | +| [RED](#red) | `6` | RED - Red / Auburn | +| [SANDY](#sandy) | `7` | SDY - Sandy color | +| [UNKNOWN](#unknown) | `9` | UNK - Unknown / Other | +| [WHITE](#white) | `8` | WHI - White color | +### BALD {#bald} + +**Value:** `1` + +BAL - Bald. + +### BLACK {#black} + +**Value:** `2` + +BLK - Black color + +### BLOND {#blond} + +**Value:** `3` + +BLN - Blonde color + +### BROWN {#brown} + +**Value:** `4` + +BRO - Brown color + +### GRAY {#gray} + +**Value:** `5` + +GRY - Gray color + +### NO_INFO {#no_info} + +**Value:** `0` + +Not filled - equal to NONE + +### RED {#red} + +**Value:** `6` + +RED - Red / Auburn + +### SANDY {#sandy} + +**Value:** `7` + +SDY - Sandy color + +### UNKNOWN {#unknown} + +**Value:** `9` + +UNK - Unknown / Other + +### WHITE {#white} + +**Value:** `8` + +WHI - White color + diff --git a/english/php/aspose.barcode.complexbarcode/usadriveidhaircolor/bald/_index.md b/english/php/aspose.barcode.complexbarcode/usadriveidhaircolor/bald/_index.md deleted file mode 100644 index 4f3feed7f..000000000 --- a/english/php/aspose.barcode.complexbarcode/usadriveidhaircolor/bald/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "USADriveIdHairColor::BALD" -linktitle: "BALD" -articleTitle: "BALD" -second_title: "Aspose.BarCode for PHP via Java" -description: "BAL - Bald." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/usadriveidhaircolor/bald/ ---- - -## USADriveIdHairColor::BALD Enum Value - -**Value:** `1` - - -BAL - Bald. - diff --git a/english/php/aspose.barcode.complexbarcode/usadriveidhaircolor/black/_index.md b/english/php/aspose.barcode.complexbarcode/usadriveidhaircolor/black/_index.md deleted file mode 100644 index 78920a0aa..000000000 --- a/english/php/aspose.barcode.complexbarcode/usadriveidhaircolor/black/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "USADriveIdHairColor::BLACK" -linktitle: "BLACK" -articleTitle: "BLACK" -second_title: "Aspose.BarCode for PHP via Java" -description: "BLK - Black color" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/usadriveidhaircolor/black/ ---- - -## USADriveIdHairColor::BLACK Enum Value - -**Value:** `2` - - -BLK - Black color - diff --git a/english/php/aspose.barcode.complexbarcode/usadriveidhaircolor/blond/_index.md b/english/php/aspose.barcode.complexbarcode/usadriveidhaircolor/blond/_index.md deleted file mode 100644 index ea7a438e4..000000000 --- a/english/php/aspose.barcode.complexbarcode/usadriveidhaircolor/blond/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "USADriveIdHairColor::BLOND" -linktitle: "BLOND" -articleTitle: "BLOND" -second_title: "Aspose.BarCode for PHP via Java" -description: "BLN - Blonde color" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/usadriveidhaircolor/blond/ ---- - -## USADriveIdHairColor::BLOND Enum Value - -**Value:** `3` - - -BLN - Blonde color - diff --git a/english/php/aspose.barcode.complexbarcode/usadriveidhaircolor/brown/_index.md b/english/php/aspose.barcode.complexbarcode/usadriveidhaircolor/brown/_index.md deleted file mode 100644 index bbcfde63e..000000000 --- a/english/php/aspose.barcode.complexbarcode/usadriveidhaircolor/brown/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "USADriveIdHairColor::BROWN" -linktitle: "BROWN" -articleTitle: "BROWN" -second_title: "Aspose.BarCode for PHP via Java" -description: "BRO - Brown color" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/usadriveidhaircolor/brown/ ---- - -## USADriveIdHairColor::BROWN Enum Value - -**Value:** `4` - - -BRO - Brown color - diff --git a/english/php/aspose.barcode.complexbarcode/usadriveidhaircolor/gray/_index.md b/english/php/aspose.barcode.complexbarcode/usadriveidhaircolor/gray/_index.md deleted file mode 100644 index d68952e79..000000000 --- a/english/php/aspose.barcode.complexbarcode/usadriveidhaircolor/gray/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "USADriveIdHairColor::GRAY" -linktitle: "GRAY" -articleTitle: "GRAY" -second_title: "Aspose.BarCode for PHP via Java" -description: "GRY - Gray color" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/usadriveidhaircolor/gray/ ---- - -## USADriveIdHairColor::GRAY Enum Value - -**Value:** `5` - - -GRY - Gray color - diff --git a/english/php/aspose.barcode.complexbarcode/usadriveidhaircolor/no_info/_index.md b/english/php/aspose.barcode.complexbarcode/usadriveidhaircolor/no_info/_index.md deleted file mode 100644 index e53c1c149..000000000 --- a/english/php/aspose.barcode.complexbarcode/usadriveidhaircolor/no_info/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "USADriveIdHairColor::NO_INFO" -linktitle: "NO_INFO" -articleTitle: "NO_INFO" -second_title: "Aspose.BarCode for PHP via Java" -description: "Not filled - equal to NONE" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/usadriveidhaircolor/no_info/ ---- - -## USADriveIdHairColor::NO_INFO Enum Value - -**Value:** `0` - - -Not filled - equal to NONE - diff --git a/english/php/aspose.barcode.complexbarcode/usadriveidhaircolor/red/_index.md b/english/php/aspose.barcode.complexbarcode/usadriveidhaircolor/red/_index.md deleted file mode 100644 index a0e1ba12d..000000000 --- a/english/php/aspose.barcode.complexbarcode/usadriveidhaircolor/red/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "USADriveIdHairColor::RED" -linktitle: "RED" -articleTitle: "RED" -second_title: "Aspose.BarCode for PHP via Java" -description: "RED - Red / Auburn" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/usadriveidhaircolor/red/ ---- - -## USADriveIdHairColor::RED Enum Value - -**Value:** `6` - - -RED - Red / Auburn - diff --git a/english/php/aspose.barcode.complexbarcode/usadriveidhaircolor/sandy/_index.md b/english/php/aspose.barcode.complexbarcode/usadriveidhaircolor/sandy/_index.md deleted file mode 100644 index 165a6d322..000000000 --- a/english/php/aspose.barcode.complexbarcode/usadriveidhaircolor/sandy/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "USADriveIdHairColor::SANDY" -linktitle: "SANDY" -articleTitle: "SANDY" -second_title: "Aspose.BarCode for PHP via Java" -description: "SDY - Sandy color" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/usadriveidhaircolor/sandy/ ---- - -## USADriveIdHairColor::SANDY Enum Value - -**Value:** `7` - - -SDY - Sandy color - diff --git a/english/php/aspose.barcode.complexbarcode/usadriveidhaircolor/unknown/_index.md b/english/php/aspose.barcode.complexbarcode/usadriveidhaircolor/unknown/_index.md deleted file mode 100644 index 70e9fcc99..000000000 --- a/english/php/aspose.barcode.complexbarcode/usadriveidhaircolor/unknown/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "USADriveIdHairColor::UNKNOWN" -linktitle: "UNKNOWN" -articleTitle: "UNKNOWN" -second_title: "Aspose.BarCode for PHP via Java" -description: "UNK - Unknown / Other" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/usadriveidhaircolor/unknown/ ---- - -## USADriveIdHairColor::UNKNOWN Enum Value - -**Value:** `9` - - -UNK - Unknown / Other - diff --git a/english/php/aspose.barcode.complexbarcode/usadriveidhaircolor/white/_index.md b/english/php/aspose.barcode.complexbarcode/usadriveidhaircolor/white/_index.md deleted file mode 100644 index 812bfcebf..000000000 --- a/english/php/aspose.barcode.complexbarcode/usadriveidhaircolor/white/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "USADriveIdHairColor::WHITE" -linktitle: "WHITE" -articleTitle: "WHITE" -second_title: "Aspose.BarCode for PHP via Java" -description: "WHI - White color" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/usadriveidhaircolor/white/ ---- - -## USADriveIdHairColor::WHITE Enum Value - -**Value:** `8` - - -WHI - White color - diff --git a/english/php/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/_index.md b/english/php/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/_index.md index a59fa6c24..1241489c6 100644 --- a/english/php/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/_index.md +++ b/english/php/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/_index.md @@ -1,7 +1,6 @@ --- -title: "USADriveIdJurisdSubfile Class" +title: "USADriveIdJurisdSubfile" linktitle: "USADriveIdJurisdSubfile" -articleTitle: "USADriveIdJurisdSubfile" second_title: "Aspose.BarCode for PHP via Java" description: "Class for Jurisdiction specific fields for USA DL" type: docs @@ -21,17 +20,89 @@ Class for Jurisdiction specific fields for USA DL | Name | Description | | --- | --- | -| [__construct](./usadriveidjurisdsubfile/) | | +| [__construct](#constructor) | | ## Methods | Name | Static | Description | | --- | --- | --- | -| [addOrReplaceDataElement](./addorreplacedataelement/) | No | Adds a new DataElement or replaces it if ElementID already exists. | -| [clear](./clear/) | No | Clears all data elements | -| [findDataElement](./finddataelement/) | No | Searches for a data element by 3-letter id. | -| [get_Item](./get_item/) | No | Indexing by 3-letter element id | -| [insert](./insert/) | No | Inserts a DataElement at the specified index, or replaces an existing element if an entry with the same ElementID is already present. | -| [remove](./remove/) | No | Tries to remove element at index | -| [size](./size/) | No | Returns number of data elements | -| [set_Item](./set_item/) | No | Indexing by 3-letter element id | +| [addOrReplaceDataElement](#addorreplacedataelement) | No | Adds a new DataElement or replaces it if ElementID already exists. | +| [clear](#clear) | No | Clears all data elements | +| [findDataElement](#finddataelement) | No | Searches for a data element by 3-letter id. | +| [get_Item](#get_item) | No | Indexing by 3-letter element id | +| [insert](#insert) | No | Inserts a DataElement at the specified index, or replaces an existing element if an entry with the same ElementID is already present. | +| [remove](#remove) | No | Tries to remove element at index | +| [size](#size) | No | Returns number of data elements | +| [set_Item](#set_item) | No | Indexing by 3-letter element id | + +### USADriveIdJurisdSubfile__construct() {#constructor} + +### addOrReplaceDataElementaddOrReplaceDataElement(DataElement $node) {#addorreplacedataelement} + +Adds a new DataElement or replaces it if ElementID already exists. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$node` | `DataElement` | | + +**Returns:** DataElement Added/replaced data element + +### clearclear() {#clear} + +Clears all data elements + +### findDataElementfindDataElement(string $id, bool $is_open_or_create) {#finddataelement} + +Searches for a data element by 3-letter id. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$id` | `string` | | +| `$is_open_or_create` | `bool` | | + +**Returns:** DataElement|null Found data element (or null if not found and not created) + +### get_Itemget_Item($key) {#get_item} + +Indexing by 3-letter element id + +| Parameter | Type | Description | +| --- | --- | --- | +| `$key` | `` | | + +**Returns:** DataElement DataElement + +### insertinsert(int $index, DataElement $node) {#insert} + +Inserts a DataElement at the specified index, or replaces an existing element if an entry with the same ElementID is already present. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$index` | `int` | | +| `$node` | `DataElement` | | + +**Returns:** DataElement + +### removeremove($index) {#remove} + +Tries to remove element at index + +| Parameter | Type | Description | +| --- | --- | --- | +| `$index` | `` | | + +**Returns:** bool true if successful, false if out of range + +### sizesize() {#size} + +Returns number of data elements + +### set_Itemset_Item($key, DataElement $value) {#set_item} + +Indexing by 3-letter element id + +| Parameter | Type | Description | +| --- | --- | --- | +| `$key` | `` | | +| `$value` | `DataElement` | | + diff --git a/english/php/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/addorreplacedataelement/_index.md b/english/php/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/addorreplacedataelement/_index.md deleted file mode 100644 index e3cedb615..000000000 --- a/english/php/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/addorreplacedataelement/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "USADriveIdJurisdSubfile.addOrReplaceDataElement" -linktitle: "addOrReplaceDataElement" -articleTitle: "addOrReplaceDataElement" -second_title: "Aspose.BarCode for PHP via Java" -description: "Adds a new DataElement or replaces it if ElementID already exists." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/addorreplacedataelement/ ---- - -## USADriveIdJurisdSubfile.addOrReplaceDataElement - -```php -addOrReplaceDataElement(DataElement $node) -``` - - -Adds a new DataElement or replaces it if ElementID already exists. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$node` | `DataElement` | | - -**Returns:** DataElement Added/replaced data element - diff --git a/english/php/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/clear/_index.md b/english/php/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/clear/_index.md deleted file mode 100644 index 1eafd402d..000000000 --- a/english/php/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/clear/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "USADriveIdJurisdSubfile.clear" -linktitle: "clear" -articleTitle: "clear" -second_title: "Aspose.BarCode for PHP via Java" -description: "Clears all data elements" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/clear/ ---- - -## USADriveIdJurisdSubfile.clear - -```php -clear() -``` - - -Clears all data elements - diff --git a/english/php/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/finddataelement/_index.md b/english/php/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/finddataelement/_index.md deleted file mode 100644 index 680de5b4f..000000000 --- a/english/php/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/finddataelement/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: "USADriveIdJurisdSubfile.findDataElement" -linktitle: "findDataElement" -articleTitle: "findDataElement" -second_title: "Aspose.BarCode for PHP via Java" -description: "Searches for a data element by 3-letter id." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/finddataelement/ ---- - -## USADriveIdJurisdSubfile.findDataElement - -```php -findDataElement(string $id, bool $is_open_or_create) -``` - - -Searches for a data element by 3-letter id. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$id` | `string` | | -| `$is_open_or_create` | `bool` | | - -**Returns:** DataElement|null Found data element (or null if not found and not created) - diff --git a/english/php/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/get_item/_index.md b/english/php/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/get_item/_index.md deleted file mode 100644 index 23902c05f..000000000 --- a/english/php/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/get_item/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "USADriveIdJurisdSubfile.get_Item" -linktitle: "get_Item" -articleTitle: "get_Item" -second_title: "Aspose.BarCode for PHP via Java" -description: "Indexing by 3-letter element id" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/get_item/ ---- - -## USADriveIdJurisdSubfile.get_Item - -```php -get_Item($key) -``` - - -Indexing by 3-letter element id - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$key` | `` | | - -**Returns:** DataElement DataElement - diff --git a/english/php/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/insert/_index.md b/english/php/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/insert/_index.md deleted file mode 100644 index 7253548a8..000000000 --- a/english/php/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/insert/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: "USADriveIdJurisdSubfile.insert" -linktitle: "insert" -articleTitle: "insert" -second_title: "Aspose.BarCode for PHP via Java" -description: "Inserts a DataElement at the specified index, or replaces an existing element if an entry with the same ElementID is already present." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/insert/ ---- - -## USADriveIdJurisdSubfile.insert - -```php -insert(int $index, DataElement $node) -``` - - -Inserts a DataElement at the specified index, or replaces an existing element if an entry with the same ElementID is already present. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$index` | `int` | | -| `$node` | `DataElement` | | - -**Returns:** DataElement - diff --git a/english/php/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/remove/_index.md b/english/php/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/remove/_index.md deleted file mode 100644 index a7c714c30..000000000 --- a/english/php/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/remove/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "USADriveIdJurisdSubfile.remove" -linktitle: "remove" -articleTitle: "remove" -second_title: "Aspose.BarCode for PHP via Java" -description: "Tries to remove element at index" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/remove/ ---- - -## USADriveIdJurisdSubfile.remove - -```php -remove($index) -``` - - -Tries to remove element at index - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$index` | `` | | - -**Returns:** bool true if successful, false if out of range - diff --git a/english/php/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/set_item/_index.md b/english/php/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/set_item/_index.md deleted file mode 100644 index fb82e3650..000000000 --- a/english/php/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/set_item/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: "USADriveIdJurisdSubfile.set_Item" -linktitle: "set_Item" -articleTitle: "set_Item" -second_title: "Aspose.BarCode for PHP via Java" -description: "Indexing by 3-letter element id" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/set_item/ ---- - -## USADriveIdJurisdSubfile.set_Item - -```php -set_Item($key, DataElement $value) -``` - - -Indexing by 3-letter element id - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$key` | `` | | -| `$value` | `DataElement` | | diff --git a/english/php/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/size/_index.md b/english/php/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/size/_index.md deleted file mode 100644 index 07ef17c75..000000000 --- a/english/php/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/size/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "USADriveIdJurisdSubfile.size" -linktitle: "size" -articleTitle: "size" -second_title: "Aspose.BarCode for PHP via Java" -description: "Returns number of data elements" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/size/ ---- - -## USADriveIdJurisdSubfile.size - -```php -size() -``` - - -Returns number of data elements - diff --git a/english/php/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/usadriveidjurisdsubfile/_index.md b/english/php/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/usadriveidjurisdsubfile/_index.md deleted file mode 100644 index bcda8099c..000000000 --- a/english/php/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/usadriveidjurisdsubfile/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "USADriveIdJurisdSubfile" -linktitle: "USADriveIdJurisdSubfile" -articleTitle: "USADriveIdJurisdSubfile" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/usadriveidjurisdsubfile/usadriveidjurisdsubfile/ ---- - -## USADriveIdJurisdSubfile Constructor - -```php -__construct() -``` - diff --git a/english/php/aspose.barcode.complexbarcode/usadriveidsex/_index.md b/english/php/aspose.barcode.complexbarcode/usadriveidsex/_index.md index 528cb9576..9fe95411a 100644 --- a/english/php/aspose.barcode.complexbarcode/usadriveidsex/_index.md +++ b/english/php/aspose.barcode.complexbarcode/usadriveidsex/_index.md @@ -1,7 +1,6 @@ --- -title: "USADriveIdSex Enum" +title: "USADriveIdSex" linktitle: "USADriveIdSex" -articleTitle: "USADriveIdSex" second_title: "Aspose.BarCode for PHP via Java" description: "Enum for Sex field in the US Driver's License" type: docs @@ -21,7 +20,31 @@ Enum for Sex field in the US Driver's License | Name | Value | Description | | --- | --- | --- | -| [FEMALE](./female/) | `2` | Female — indicates that the holder's sex is defined as female. | -| [MALE](./male/) | `1` | Male — indicates that the holder's sex is defined as male. | -| [NONE](./none/) | `0` | Not filled - equal to NONE | -| [NOT_SPECIFIED](./not_specified/) | `9` | Not specified | +| [FEMALE](#female) | `2` | Female — indicates that the holder's sex is defined as female. | +| [MALE](#male) | `1` | Male — indicates that the holder's sex is defined as male. | +| [NONE](#none) | `0` | Not filled - equal to NONE | +| [NOT_SPECIFIED](#not_specified) | `9` | Not specified | +### FEMALE {#female} + +**Value:** `2` + +Female — indicates that the holder's sex is defined as female. + +### MALE {#male} + +**Value:** `1` + +Male — indicates that the holder's sex is defined as male. + +### NONE {#none} + +**Value:** `0` + +Not filled - equal to NONE + +### NOT_SPECIFIED {#not_specified} + +**Value:** `9` + +Not specified + diff --git a/english/php/aspose.barcode.complexbarcode/usadriveidsex/female/_index.md b/english/php/aspose.barcode.complexbarcode/usadriveidsex/female/_index.md deleted file mode 100644 index e1148c455..000000000 --- a/english/php/aspose.barcode.complexbarcode/usadriveidsex/female/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "USADriveIdSex::FEMALE" -linktitle: "FEMALE" -articleTitle: "FEMALE" -second_title: "Aspose.BarCode for PHP via Java" -description: "Female — indicates that the holder's sex is defined as female." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/usadriveidsex/female/ ---- - -## USADriveIdSex::FEMALE Enum Value - -**Value:** `2` - - -Female — indicates that the holder's sex is defined as female. - diff --git a/english/php/aspose.barcode.complexbarcode/usadriveidsex/male/_index.md b/english/php/aspose.barcode.complexbarcode/usadriveidsex/male/_index.md deleted file mode 100644 index ce1893e16..000000000 --- a/english/php/aspose.barcode.complexbarcode/usadriveidsex/male/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "USADriveIdSex::MALE" -linktitle: "MALE" -articleTitle: "MALE" -second_title: "Aspose.BarCode for PHP via Java" -description: "Male — indicates that the holder's sex is defined as male." -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/usadriveidsex/male/ ---- - -## USADriveIdSex::MALE Enum Value - -**Value:** `1` - - -Male — indicates that the holder's sex is defined as male. - diff --git a/english/php/aspose.barcode.complexbarcode/usadriveidsex/none/_index.md b/english/php/aspose.barcode.complexbarcode/usadriveidsex/none/_index.md deleted file mode 100644 index 0a5622a77..000000000 --- a/english/php/aspose.barcode.complexbarcode/usadriveidsex/none/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "USADriveIdSex::NONE" -linktitle: "NONE" -articleTitle: "NONE" -second_title: "Aspose.BarCode for PHP via Java" -description: "Not filled - equal to NONE" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/usadriveidsex/none/ ---- - -## USADriveIdSex::NONE Enum Value - -**Value:** `0` - - -Not filled - equal to NONE - diff --git a/english/php/aspose.barcode.complexbarcode/usadriveidsex/not_specified/_index.md b/english/php/aspose.barcode.complexbarcode/usadriveidsex/not_specified/_index.md deleted file mode 100644 index ef1129069..000000000 --- a/english/php/aspose.barcode.complexbarcode/usadriveidsex/not_specified/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "USADriveIdSex::NOT_SPECIFIED" -linktitle: "NOT_SPECIFIED" -articleTitle: "NOT_SPECIFIED" -second_title: "Aspose.BarCode for PHP via Java" -description: "Not specified" -type: docs -weight: 10 -url: /php/aspose.barcode.complexbarcode/usadriveidsex/not_specified/ ---- - -## USADriveIdSex::NOT_SPECIFIED Enum Value - -**Value:** `9` - - -Not specified - diff --git a/english/php/aspose.barcode.generation/_index.md b/english/php/aspose.barcode.generation/_index.md index 0d3ee221d..54e597a2e 100644 --- a/english/php/aspose.barcode.generation/_index.md +++ b/english/php/aspose.barcode.generation/_index.md @@ -1,7 +1,6 @@ --- title: "Aspose.Barcode.Generation" linktitle: "Aspose.Barcode.Generation" -articleTitle: "Aspose.Barcode.Generation" second_title: "Aspose.BarCode for PHP via Java" description: "The Aspose.Barcode.Generation namespace supplies classes and enums for configuring and creating barcodes in PHP via Java." type: docs @@ -11,8 +10,7 @@ url: /php/aspose.barcode.generation/ ## Aspose.Barcode.Generation namespace -This reference details the types available in Aspose.Barcode.Generation, including parameter objects for specific symbologies such as AustralianPost and Aztec, as well as visual options like borders, captions, and color definitions. Use these classes to fine‑tune barcode generation settings before rendering the image. - +Use the types in this namespace to define barcode symbology, visual appearance, and output options. The reference lists each class and enumeration, their properties, methods, and usage examples. ## Classes diff --git a/english/php/aspose.barcode.generation/australianpostparameters/_index.md b/english/php/aspose.barcode.generation/australianpostparameters/_index.md index f8440ded4..de4e792fd 100644 --- a/english/php/aspose.barcode.generation/australianpostparameters/_index.md +++ b/english/php/aspose.barcode.generation/australianpostparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "AustralianPostParameters Class" +title: "AustralianPostParameters" linktitle: "AustralianPostParameters" -articleTitle: "AustralianPostParameters" second_title: "Aspose.BarCode for PHP via Java" description: "AustralianPost barcode parameters." type: docs @@ -21,13 +20,68 @@ AustralianPost barcode parameters. | Name | Description | | --- | --- | -| [__construct](./australianpostparameters/) | | +| [__construct](#constructor) | | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [AustralianPostEncodingTable](./australianpostencodingtable/) | Read/Write | Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other" | -| [AustralianPostShortBarHeight](./australianpostshortbarheight/) | Read/Write | Short bar's height of AustralianPost barcode. | -| [EncodingTable](./encodingtable/) | Read/Write | Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other" | -| [ShortBarHeight](./shortbarheight/) | Read/Write | Short bar's height of AustralianPost barcode. | +| [AustralianPostEncodingTable](#australianpostencodingtable) | Read/Write | Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other" | +| [AustralianPostShortBarHeight](#australianpostshortbarheight) | Read/Write | Short bar's height of AustralianPost barcode. | +| [EncodingTable](#encodingtable) | Read/Write | Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other" | +| [ShortBarHeight](#shortbarheight) | Read/Write | Short bar's height of AustralianPost barcode. | + +### AustralianPostParameters__construct(AustralianPostParametersDTO $australianPostParametersDto) {#constructor} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$australianPostParametersDto` | `AustralianPostParametersDTO` | | + +### AustralianPostEncodingTable {#australianpostencodingtable} + +**Access:** Read/Write + +Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other" + +Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other" + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### AustralianPostShortBarHeight {#australianpostshortbarheight} + +**Access:** Read/Write + +Short bar's height of AustralianPost barcode. + +Short bar's height of AustralianPost barcode. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `Unit` | | + +### EncodingTable {#encodingtable} + +**Access:** Read/Write + +Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other" + +Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other" + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### ShortBarHeight {#shortbarheight} + +**Access:** Read/Write + +Short bar's height of AustralianPost barcode. + +Short bar's height of AustralianPost barcode. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `Unit` | | + diff --git a/english/php/aspose.barcode.generation/australianpostparameters/australianpostencodingtable/_index.md b/english/php/aspose.barcode.generation/australianpostparameters/australianpostencodingtable/_index.md deleted file mode 100644 index deb7e1fc8..000000000 --- a/english/php/aspose.barcode.generation/australianpostparameters/australianpostencodingtable/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "AustralianPostParameters.AustralianPostEncodingTable" -linktitle: "AustralianPostEncodingTable" -articleTitle: "AustralianPostEncodingTable" -second_title: "Aspose.BarCode for PHP via Java" -description: "Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other\"" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/australianpostparameters/australianpostencodingtable/ ---- - -## AustralianPostParameters.AustralianPostEncodingTable - -**Access:** Read/Write - - -### Get - -Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other" - - -### Set - -Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other" - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/australianpostparameters/australianpostparameters/_index.md b/english/php/aspose.barcode.generation/australianpostparameters/australianpostparameters/_index.md deleted file mode 100644 index 517e746bb..000000000 --- a/english/php/aspose.barcode.generation/australianpostparameters/australianpostparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "AustralianPostParameters" -linktitle: "AustralianPostParameters" -articleTitle: "AustralianPostParameters" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/australianpostparameters/australianpostparameters/ ---- - -## AustralianPostParameters Constructor - -```php -__construct(AustralianPostParametersDTO $australianPostParametersDto) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$australianPostParametersDto` | `AustralianPostParametersDTO` | | diff --git a/english/php/aspose.barcode.generation/australianpostparameters/australianpostshortbarheight/_index.md b/english/php/aspose.barcode.generation/australianpostparameters/australianpostshortbarheight/_index.md deleted file mode 100644 index ba3cff3d1..000000000 --- a/english/php/aspose.barcode.generation/australianpostparameters/australianpostshortbarheight/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "AustralianPostParameters.AustralianPostShortBarHeight" -linktitle: "AustralianPostShortBarHeight" -articleTitle: "AustralianPostShortBarHeight" -second_title: "Aspose.BarCode for PHP via Java" -description: "Short bar's height of AustralianPost barcode." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/australianpostparameters/australianpostshortbarheight/ ---- - -## AustralianPostParameters.AustralianPostShortBarHeight - -**Access:** Read/Write - - -### Get - -Short bar's height of AustralianPost barcode. - - -### Set - -Short bar's height of AustralianPost barcode. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `Unit` | | diff --git a/english/php/aspose.barcode.generation/australianpostparameters/encodingtable/_index.md b/english/php/aspose.barcode.generation/australianpostparameters/encodingtable/_index.md deleted file mode 100644 index c8bf5fec7..000000000 --- a/english/php/aspose.barcode.generation/australianpostparameters/encodingtable/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "AustralianPostParameters.EncodingTable" -linktitle: "EncodingTable" -articleTitle: "EncodingTable" -second_title: "Aspose.BarCode for PHP via Java" -description: "Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other\"" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/australianpostparameters/encodingtable/ ---- - -## AustralianPostParameters.EncodingTable - -**Access:** Read/Write - - -### Get - -Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other" - - -### Set - -Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other" - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/australianpostparameters/shortbarheight/_index.md b/english/php/aspose.barcode.generation/australianpostparameters/shortbarheight/_index.md deleted file mode 100644 index a3102f82a..000000000 --- a/english/php/aspose.barcode.generation/australianpostparameters/shortbarheight/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "AustralianPostParameters.ShortBarHeight" -linktitle: "ShortBarHeight" -articleTitle: "ShortBarHeight" -second_title: "Aspose.BarCode for PHP via Java" -description: "Short bar's height of AustralianPost barcode." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/australianpostparameters/shortbarheight/ ---- - -## AustralianPostParameters.ShortBarHeight - -**Access:** Read/Write - - -### Get - -Short bar's height of AustralianPost barcode. - - -### Set - -Short bar's height of AustralianPost barcode. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `Unit` | | diff --git a/english/php/aspose.barcode.generation/autosizemode/_index.md b/english/php/aspose.barcode.generation/autosizemode/_index.md index 1d2785572..0d7039464 100644 --- a/english/php/aspose.barcode.generation/autosizemode/_index.md +++ b/english/php/aspose.barcode.generation/autosizemode/_index.md @@ -1,7 +1,6 @@ --- -title: "AutoSizeMode Enum" +title: "AutoSizeMode" linktitle: "AutoSizeMode" -articleTitle: "AutoSizeMode" second_title: "Aspose.BarCode for PHP via Java" description: "Specifies the different types of automatic sizing modes. Default value is AutoSizeMode::NONE. This sample shows how to create and save a BarCode image." type: docs @@ -21,6 +20,24 @@ Specifies the different types of automatic sizing modes. Default value is AutoSi | Name | Value | Description | | --- | --- | --- | -| [INTERPOLATION](./interpolation/) | `'2'` | Resizes barcode to specified size with little scaling but it can be little damaged in some cases because using interpolation for scaling. Size can be specified by BarcodeGenerator.BarCodeWidth and BarcodeGenerator.BarCodeHeight properties. This sample shows how to create and save a BarCode image in Scale mode. | -| [NEAREST](./nearest/) | `1` | Barcode resizes to nearest lowest possible size which are specified by BarCodeWidth and BarCodeHeight properties. | -| [NONE](./none/) | `0` | Automatic resizing is disabled. Default value. | +| [INTERPOLATION](#interpolation) | `'2'` | Resizes barcode to specified size with little scaling but it can be little damaged in some cases because using interpolation for scaling. Size can be specified by BarcodeGenerator.BarCodeWidth and BarcodeGenerator.BarCodeHeight properties. This sample shows how to create and save a BarCode image in Scale mode. | +| [NEAREST](#nearest) | `1` | Barcode resizes to nearest lowest possible size which are specified by BarCodeWidth and BarCodeHeight properties. | +| [NONE](#none) | `0` | Automatic resizing is disabled. Default value. | +### INTERPOLATION {#interpolation} + +**Value:** `'2'` + +Resizes barcode to specified size with little scaling but it can be little damaged in some cases because using interpolation for scaling. Size can be specified by BarcodeGenerator.BarCodeWidth and BarcodeGenerator.BarCodeHeight properties. This sample shows how to create and save a BarCode image in Scale mode. + +### NEAREST {#nearest} + +**Value:** `1` + +Barcode resizes to nearest lowest possible size which are specified by BarCodeWidth and BarCodeHeight properties. + +### NONE {#none} + +**Value:** `0` + +Automatic resizing is disabled. Default value. + diff --git a/english/php/aspose.barcode.generation/autosizemode/interpolation/_index.md b/english/php/aspose.barcode.generation/autosizemode/interpolation/_index.md deleted file mode 100644 index caa755350..000000000 --- a/english/php/aspose.barcode.generation/autosizemode/interpolation/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "AutoSizeMode::INTERPOLATION" -linktitle: "INTERPOLATION" -articleTitle: "INTERPOLATION" -second_title: "Aspose.BarCode for PHP via Java" -description: "Resizes barcode to specified size with little scaling but it can be little damaged in some cases because using interpolation for scaling. Size can be specified by BarcodeGenerator.BarCodeWidth and Bar" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/autosizemode/interpolation/ ---- - -## AutoSizeMode::INTERPOLATION Enum Value - -**Value:** `'2'` - - -Resizes barcode to specified size with little scaling but it can be little damaged in some cases because using interpolation for scaling. Size can be specified by BarcodeGenerator.BarCodeWidth and BarcodeGenerator.BarCodeHeight properties. This sample shows how to create and save a BarCode image in Scale mode. - diff --git a/english/php/aspose.barcode.generation/autosizemode/nearest/_index.md b/english/php/aspose.barcode.generation/autosizemode/nearest/_index.md deleted file mode 100644 index 19706fb15..000000000 --- a/english/php/aspose.barcode.generation/autosizemode/nearest/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "AutoSizeMode::NEAREST" -linktitle: "NEAREST" -articleTitle: "NEAREST" -second_title: "Aspose.BarCode for PHP via Java" -description: "Barcode resizes to nearest lowest possible size which are specified by BarCodeWidth and BarCodeHeight properties." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/autosizemode/nearest/ ---- - -## AutoSizeMode::NEAREST Enum Value - -**Value:** `1` - - -Barcode resizes to nearest lowest possible size which are specified by BarCodeWidth and BarCodeHeight properties. - diff --git a/english/php/aspose.barcode.generation/autosizemode/none/_index.md b/english/php/aspose.barcode.generation/autosizemode/none/_index.md deleted file mode 100644 index 3f00f34c0..000000000 --- a/english/php/aspose.barcode.generation/autosizemode/none/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "AutoSizeMode::NONE" -linktitle: "NONE" -articleTitle: "NONE" -second_title: "Aspose.BarCode for PHP via Java" -description: "Automatic resizing is disabled. Default value." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/autosizemode/none/ ---- - -## AutoSizeMode::NONE Enum Value - -**Value:** `0` - - -Automatic resizing is disabled. Default value. - diff --git a/english/php/aspose.barcode.generation/aztecencodemode/_index.md b/english/php/aspose.barcode.generation/aztecencodemode/_index.md index 06c731fed..603b5bdd8 100644 --- a/english/php/aspose.barcode.generation/aztecencodemode/_index.md +++ b/english/php/aspose.barcode.generation/aztecencodemode/_index.md @@ -1,7 +1,6 @@ --- -title: "AztecEncodeMode Enum" +title: "AztecEncodeMode" linktitle: "AztecEncodeMode" -articleTitle: "AztecEncodeMode" second_title: "Aspose.BarCode for PHP via Java" description: "Encoding mode for Aztec barcodes." type: docs @@ -21,9 +20,45 @@ Encoding mode for Aztec barcodes. | Name | Value | Description | | --- | --- | --- | -| [AUTO](./auto/) | `0` | In Auto mode, the CodeText is encoded with maximum data compactness. Unicode characters are re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. | -| [BINARY](./binary/) | `4` | In Binary mode, the CodeText is encoded with maximum data compactness. If a Unicode character is found, an exception is thrown. | -| [BYTES](./bytes/) | `1` | Encode codetext as plain bytes. If it detects any Unicode character, the character will be encoded as two bytes, lower byte first. | -| [ECI](./eci/) | `5` | In ECI mode, the entire message is re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. Please note that some old (pre 2006) scanners may not support this mode. | -| [EXTENDED](./extended/) | `3` | Extended mode which supports multi ECI modes. It is better to use AztecExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. | -| [EXTENDED_CODETEXT](./extended_codetext/) | `2` | Extended mode which supports multi ECI modes. It is better to use AztecExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. | +| [AUTO](#auto) | `0` | In Auto mode, the CodeText is encoded with maximum data compactness. Unicode characters are re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. | +| [BINARY](#binary) | `4` | In Binary mode, the CodeText is encoded with maximum data compactness. If a Unicode character is found, an exception is thrown. | +| [BYTES](#bytes) | `1` | Encode codetext as plain bytes. If it detects any Unicode character, the character will be encoded as two bytes, lower byte first. | +| [ECI](#eci) | `5` | In ECI mode, the entire message is re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. Please note that some old (pre 2006) scanners may not support this mode. | +| [EXTENDED](#extended) | `3` | Extended mode which supports multi ECI modes. It is better to use AztecExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. | +| [EXTENDED_CODETEXT](#extended_codetext) | `2` | Extended mode which supports multi ECI modes. It is better to use AztecExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. | +### AUTO {#auto} + +**Value:** `0` + +In Auto mode, the CodeText is encoded with maximum data compactness. Unicode characters are re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. + +### BINARY {#binary} + +**Value:** `4` + +In Binary mode, the CodeText is encoded with maximum data compactness. If a Unicode character is found, an exception is thrown. + +### BYTES {#bytes} + +**Value:** `1` + +Encode codetext as plain bytes. If it detects any Unicode character, the character will be encoded as two bytes, lower byte first. + +### ECI {#eci} + +**Value:** `5` + +In ECI mode, the entire message is re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. Please note that some old (pre 2006) scanners may not support this mode. + +### EXTENDED {#extended} + +**Value:** `3` + +Extended mode which supports multi ECI modes. It is better to use AztecExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. + +### EXTENDED_CODETEXT {#extended_codetext} + +**Value:** `2` + +Extended mode which supports multi ECI modes. It is better to use AztecExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. + diff --git a/english/php/aspose.barcode.generation/aztecencodemode/auto/_index.md b/english/php/aspose.barcode.generation/aztecencodemode/auto/_index.md deleted file mode 100644 index 40c6279ce..000000000 --- a/english/php/aspose.barcode.generation/aztecencodemode/auto/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "AztecEncodeMode::AUTO" -linktitle: "AUTO" -articleTitle: "AUTO" -second_title: "Aspose.BarCode for PHP via Java" -description: "In Auto mode, the CodeText is encoded with maximum data compactness. Unicode characters are re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is " -type: docs -weight: 10 -url: /php/aspose.barcode.generation/aztecencodemode/auto/ ---- - -## AztecEncodeMode::AUTO Enum Value - -**Value:** `0` - - -In Auto mode, the CodeText is encoded with maximum data compactness. Unicode characters are re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. - diff --git a/english/php/aspose.barcode.generation/aztecencodemode/binary/_index.md b/english/php/aspose.barcode.generation/aztecencodemode/binary/_index.md deleted file mode 100644 index 00002b739..000000000 --- a/english/php/aspose.barcode.generation/aztecencodemode/binary/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "AztecEncodeMode::BINARY" -linktitle: "BINARY" -articleTitle: "BINARY" -second_title: "Aspose.BarCode for PHP via Java" -description: "In Binary mode, the CodeText is encoded with maximum data compactness. If a Unicode character is found, an exception is thrown." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/aztecencodemode/binary/ ---- - -## AztecEncodeMode::BINARY Enum Value - -**Value:** `4` - - -In Binary mode, the CodeText is encoded with maximum data compactness. If a Unicode character is found, an exception is thrown. - diff --git a/english/php/aspose.barcode.generation/aztecencodemode/bytes/_index.md b/english/php/aspose.barcode.generation/aztecencodemode/bytes/_index.md deleted file mode 100644 index d6f40b5e9..000000000 --- a/english/php/aspose.barcode.generation/aztecencodemode/bytes/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "AztecEncodeMode::BYTES" -linktitle: "BYTES" -articleTitle: "BYTES" -second_title: "Aspose.BarCode for PHP via Java" -description: "Encode codetext as plain bytes. If it detects any Unicode character, the character will be encoded as two bytes, lower byte first." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/aztecencodemode/bytes/ ---- - -## AztecEncodeMode::BYTES Enum Value - -**Value:** `1` - - -Encode codetext as plain bytes. If it detects any Unicode character, the character will be encoded as two bytes, lower byte first. - diff --git a/english/php/aspose.barcode.generation/aztecencodemode/eci/_index.md b/english/php/aspose.barcode.generation/aztecencodemode/eci/_index.md deleted file mode 100644 index cc98f2331..000000000 --- a/english/php/aspose.barcode.generation/aztecencodemode/eci/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "AztecEncodeMode::ECI" -linktitle: "ECI" -articleTitle: "ECI" -second_title: "Aspose.BarCode for PHP via Java" -description: "In ECI mode, the entire message is re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding," -type: docs -weight: 10 -url: /php/aspose.barcode.generation/aztecencodemode/eci/ ---- - -## AztecEncodeMode::ECI Enum Value - -**Value:** `5` - - -In ECI mode, the entire message is re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. Please note that some old (pre 2006) scanners may not support this mode. - diff --git a/english/php/aspose.barcode.generation/aztecencodemode/extended/_index.md b/english/php/aspose.barcode.generation/aztecencodemode/extended/_index.md deleted file mode 100644 index cef367e35..000000000 --- a/english/php/aspose.barcode.generation/aztecencodemode/extended/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "AztecEncodeMode::EXTENDED" -linktitle: "EXTENDED" -articleTitle: "EXTENDED" -second_title: "Aspose.BarCode for PHP via Java" -description: "Extended mode which supports multi ECI modes. It is better to use AztecExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characte" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/aztecencodemode/extended/ ---- - -## AztecEncodeMode::EXTENDED Enum Value - -**Value:** `3` - - -Extended mode which supports multi ECI modes. It is better to use AztecExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. - diff --git a/english/php/aspose.barcode.generation/aztecencodemode/extended_codetext/_index.md b/english/php/aspose.barcode.generation/aztecencodemode/extended_codetext/_index.md deleted file mode 100644 index a8d2e27c8..000000000 --- a/english/php/aspose.barcode.generation/aztecencodemode/extended_codetext/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "AztecEncodeMode::EXTENDED_CODETEXT" -linktitle: "EXTENDED_CODETEXT" -articleTitle: "EXTENDED_CODETEXT" -second_title: "Aspose.BarCode for PHP via Java" -description: "Extended mode which supports multi ECI modes. It is better to use AztecExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characte" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/aztecencodemode/extended_codetext/ ---- - -## AztecEncodeMode::EXTENDED_CODETEXT Enum Value - -**Value:** `2` - - -Extended mode which supports multi ECI modes. It is better to use AztecExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. - diff --git a/english/php/aspose.barcode.generation/aztecparameters/_index.md b/english/php/aspose.barcode.generation/aztecparameters/_index.md index 9d834af22..266078939 100644 --- a/english/php/aspose.barcode.generation/aztecparameters/_index.md +++ b/english/php/aspose.barcode.generation/aztecparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "AztecParameters Class" +title: "AztecParameters" linktitle: "AztecParameters" -articleTitle: "AztecParameters" second_title: "Aspose.BarCode for PHP via Java" description: "Aztec parameters." type: docs @@ -21,28 +20,193 @@ Aztec parameters. | Name | Description | | --- | --- | -| [__construct](./aztecparameters/) | | +| [__construct](#constructor) | | ## Methods | Name | Static | Description | | --- | --- | --- | -| [isReaderInitialization](./isreaderinitialization/) | No | Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. | -| [setReaderInitialization](./setreaderinitialization/) | No | Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. | +| [isReaderInitialization](#isreaderinitialization) | No | Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. | +| [setReaderInitialization](#setreaderinitialization) | No | Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [AspectRatio](./aspectratio/) | Read/Write | Height/Width ratio of 2D BarCode module. | -| [AztecEncodeMode](./aztecencodemode/) | Read/Write | Gets a Aztec encode mode. Default value: Auto. | -| [AztecErrorLevel](./aztecerrorlevel/) | Read/Write | Level of error correction of Aztec types of barcode. Value should between 5 to 95. | -| [AztecSymbolMode](./aztecsymbolmode/) | Read/Write | Gets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto. | -| [ECIEncoding](./eciencoding/) | Read/Write | Gets ECI encoding. Used when AztecEncodeMode is Auto. Default value: ISO-8859-1 | -| [EncodeMode](./encodemode/) | Read/Write | Gets a Aztec encode mode. Default value: Auto. | -| [ErrorLevel](./errorlevel/) | Read/Write | Level of error correction of Aztec types of barcode. Value should between 5 to 95. | -| [LayersCount](./layerscount/) | Read/Write | 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). | -| [StructuredAppendBarcodeId](./structuredappendbarcodeid/) | Read/Write | Barcode ID for Structured Append mode of Aztec barcode. Barcode ID should be in range from 1 to barcodes count. Default value: 0 | -| [StructuredAppendBarcodesCount](./structuredappendbarcodescount/) | Read/Write | Barcodes count for Structured Append mode of Aztec barcode. Barcodes count should be in range from 1 to 26. Default value: 0 | -| [StructuredAppendFileId](./structuredappendfileid/) | Read/Write | File ID for Structured Append mode of Aztec barcode (optional field). File ID should not contain spaces. Default value: empty string | -| [SymbolMode](./symbolmode/) | Read/Write | Gets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto. | +| [AspectRatio](#aspectratio) | Read/Write | Height/Width ratio of 2D BarCode module. | +| [AztecEncodeMode](#aztecencodemode) | Read/Write | Gets a Aztec encode mode. Default value: Auto. | +| [AztecErrorLevel](#aztecerrorlevel) | Read/Write | Level of error correction of Aztec types of barcode. Value should between 5 to 95. | +| [AztecSymbolMode](#aztecsymbolmode) | Read/Write | Gets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto. | +| [ECIEncoding](#eciencoding) | Read/Write | Gets ECI encoding. Used when AztecEncodeMode is Auto. Default value: ISO-8859-1 | +| [EncodeMode](#encodemode) | Read/Write | Gets a Aztec encode mode. Default value: Auto. | +| [ErrorLevel](#errorlevel) | Read/Write | Level of error correction of Aztec types of barcode. Value should between 5 to 95. | +| [LayersCount](#layerscount) | Read/Write | 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). | +| [StructuredAppendBarcodeId](#structuredappendbarcodeid) | Read/Write | Barcode ID for Structured Append mode of Aztec barcode. Barcode ID should be in range from 1 to barcodes count. Default value: 0 | +| [StructuredAppendBarcodesCount](#structuredappendbarcodescount) | Read/Write | Barcodes count for Structured Append mode of Aztec barcode. Barcodes count should be in range from 1 to 26. Default value: 0 | +| [StructuredAppendFileId](#structuredappendfileid) | Read/Write | File ID for Structured Append mode of Aztec barcode (optional field). File ID should not contain spaces. Default value: empty string | +| [SymbolMode](#symbolmode) | Read/Write | Gets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto. | + +### AztecParameters__construct(AztecParametersDTO $aztecParametersDto) {#constructor} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$aztecParametersDto` | `AztecParametersDTO` | | + +### isReaderInitializationisReaderInitialization() {#isreaderinitialization} + +Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. + +### setReaderInitializationsetReaderInitialization(bool $value) {#setreaderinitialization} + +Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `bool` | | + +### AspectRatio {#aspectratio} + +**Access:** Read/Write + +Height/Width ratio of 2D BarCode module. + +Height/Width ratio of 2D BarCode module. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `float` | | + +### AztecEncodeMode {#aztecencodemode} + +**Access:** Read/Write + +Gets a Aztec encode mode. Default value: Auto. + +Sets a Aztec encode mode. Default value: Auto. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### AztecErrorLevel {#aztecerrorlevel} + +**Access:** Read/Write + +Level of error correction of Aztec types of barcode. Value should between 5 to 95. + +Level of error correction of Aztec types of barcode. Value should between 5 to 95. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### AztecSymbolMode {#aztecsymbolmode} + +**Access:** Read/Write + +Gets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto. + +Sets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### ECIEncoding {#eciencoding} + +**Access:** Read/Write + +Gets ECI encoding. Used when AztecEncodeMode is Auto. Default value: ISO-8859-1 + +Gets ECI encoding. Used when AztecEncodeMode is Auto. Default value: ISO-8859-1 + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### EncodeMode {#encodemode} + +**Access:** Read/Write + +**Returns:** a Aztec encode mode. + +Gets a Aztec encode mode. Default value: Auto. + +Sets a Aztec encode mode. Default value: Auto. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | a Aztec encode mode. | + +### ErrorLevel {#errorlevel} + +**Access:** Read/Write + +Level of error correction of Aztec types of barcode. Value should between 5 to 95. + +Level of error correction of Aztec types of barcode. Value should between 5 to 95. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### LayersCount {#layerscount} + +**Access:** Read/Write + +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). + +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). + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### StructuredAppendBarcodeId {#structuredappendbarcodeid} + +**Access:** Read/Write + +Barcode ID for Structured Append mode of Aztec barcode. Barcode ID should be in range from 1 to barcodes count. Default value: 0 + +Barcode ID for Structured Append mode of Aztec barcode. Barcode ID should be in range from 1 to barcodes count. Default value: 0 + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### StructuredAppendBarcodesCount {#structuredappendbarcodescount} + +**Access:** Read/Write + +Barcodes count for Structured Append mode of Aztec barcode. Barcodes count should be in range from 1 to 26. Default value: 0 + +Barcodes count for Structured Append mode of Aztec barcode. Barcodes count should be in range from 1 to 26. Default value: 0 + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### StructuredAppendFileId {#structuredappendfileid} + +**Access:** Read/Write + +File ID for Structured Append mode of Aztec barcode (optional field). File ID should not contain spaces. Default value: empty string + +File ID for Structured Append mode of Aztec barcode (optional field). File ID should not contain spaces. Default value: empty string + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### SymbolMode {#symbolmode} + +**Access:** Read/Write + +Gets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto. + +Sets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + diff --git a/english/php/aspose.barcode.generation/aztecparameters/aspectratio/_index.md b/english/php/aspose.barcode.generation/aztecparameters/aspectratio/_index.md deleted file mode 100644 index 59bc57e24..000000000 --- a/english/php/aspose.barcode.generation/aztecparameters/aspectratio/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "AztecParameters.AspectRatio" -linktitle: "AspectRatio" -articleTitle: "AspectRatio" -second_title: "Aspose.BarCode for PHP via Java" -description: "Height/Width ratio of 2D BarCode module." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/aztecparameters/aspectratio/ ---- - -## AztecParameters.AspectRatio - -**Access:** Read/Write - - -### Get - -Height/Width ratio of 2D BarCode module. - - -### Set - -Height/Width ratio of 2D BarCode module. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `float` | | diff --git a/english/php/aspose.barcode.generation/aztecparameters/aztecencodemode/_index.md b/english/php/aspose.barcode.generation/aztecparameters/aztecencodemode/_index.md deleted file mode 100644 index 855ee4165..000000000 --- a/english/php/aspose.barcode.generation/aztecparameters/aztecencodemode/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "AztecParameters.AztecEncodeMode" -linktitle: "AztecEncodeMode" -articleTitle: "AztecEncodeMode" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets a Aztec encode mode. Default value: Auto." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/aztecparameters/aztecencodemode/ ---- - -## AztecParameters.AztecEncodeMode - -**Access:** Read/Write - - -### Get - -Gets a Aztec encode mode. Default value: Auto. - - -### Set - -Sets a Aztec encode mode. Default value: Auto. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/aztecparameters/aztecerrorlevel/_index.md b/english/php/aspose.barcode.generation/aztecparameters/aztecerrorlevel/_index.md deleted file mode 100644 index e7d3430ea..000000000 --- a/english/php/aspose.barcode.generation/aztecparameters/aztecerrorlevel/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "AztecParameters.AztecErrorLevel" -linktitle: "AztecErrorLevel" -articleTitle: "AztecErrorLevel" -second_title: "Aspose.BarCode for PHP via Java" -description: "Level of error correction of Aztec types of barcode. Value should between 5 to 95." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/aztecparameters/aztecerrorlevel/ ---- - -## AztecParameters.AztecErrorLevel - -**Access:** Read/Write - - -### Get - -Level of error correction of Aztec types of barcode. Value should between 5 to 95. - - -### Set - -Level of error correction of Aztec types of barcode. Value should between 5 to 95. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/aztecparameters/aztecparameters/_index.md b/english/php/aspose.barcode.generation/aztecparameters/aztecparameters/_index.md deleted file mode 100644 index 6c37091f0..000000000 --- a/english/php/aspose.barcode.generation/aztecparameters/aztecparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "AztecParameters" -linktitle: "AztecParameters" -articleTitle: "AztecParameters" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/aztecparameters/aztecparameters/ ---- - -## AztecParameters Constructor - -```php -__construct(AztecParametersDTO $aztecParametersDto) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$aztecParametersDto` | `AztecParametersDTO` | | diff --git a/english/php/aspose.barcode.generation/aztecparameters/aztecsymbolmode/_index.md b/english/php/aspose.barcode.generation/aztecparameters/aztecsymbolmode/_index.md deleted file mode 100644 index 22a579f0b..000000000 --- a/english/php/aspose.barcode.generation/aztecparameters/aztecsymbolmode/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "AztecParameters.AztecSymbolMode" -linktitle: "AztecSymbolMode" -articleTitle: "AztecSymbolMode" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/aztecparameters/aztecsymbolmode/ ---- - -## AztecParameters.AztecSymbolMode - -**Access:** Read/Write - - -### Get - -Gets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto. - - -### Set - -Sets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/aztecparameters/eciencoding/_index.md b/english/php/aspose.barcode.generation/aztecparameters/eciencoding/_index.md deleted file mode 100644 index 339475735..000000000 --- a/english/php/aspose.barcode.generation/aztecparameters/eciencoding/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "AztecParameters.ECIEncoding" -linktitle: "ECIEncoding" -articleTitle: "ECIEncoding" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets ECI encoding. Used when AztecEncodeMode is Auto. Default value: ISO-8859-1" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/aztecparameters/eciencoding/ ---- - -## AztecParameters.ECIEncoding - -**Access:** Read/Write - - -### Get - -Gets ECI encoding. Used when AztecEncodeMode is Auto. Default value: ISO-8859-1 - - -### Set - -Gets ECI encoding. Used when AztecEncodeMode is Auto. Default value: ISO-8859-1 - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/aztecparameters/encodemode/_index.md b/english/php/aspose.barcode.generation/aztecparameters/encodemode/_index.md deleted file mode 100644 index 4724569cb..000000000 --- a/english/php/aspose.barcode.generation/aztecparameters/encodemode/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "AztecParameters.EncodeMode" -linktitle: "EncodeMode" -articleTitle: "EncodeMode" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets a Aztec encode mode. Default value: Auto." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/aztecparameters/encodemode/ ---- - -## AztecParameters.EncodeMode - -**Access:** Read/Write - - -**Returns:** a Aztec encode mode. - - -### Get - -Gets a Aztec encode mode. Default value: Auto. - - -### Set - -Sets a Aztec encode mode. Default value: Auto. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | a Aztec encode mode. | diff --git a/english/php/aspose.barcode.generation/aztecparameters/errorlevel/_index.md b/english/php/aspose.barcode.generation/aztecparameters/errorlevel/_index.md deleted file mode 100644 index e14f6dd1c..000000000 --- a/english/php/aspose.barcode.generation/aztecparameters/errorlevel/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "AztecParameters.ErrorLevel" -linktitle: "ErrorLevel" -articleTitle: "ErrorLevel" -second_title: "Aspose.BarCode for PHP via Java" -description: "Level of error correction of Aztec types of barcode. Value should between 5 to 95." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/aztecparameters/errorlevel/ ---- - -## AztecParameters.ErrorLevel - -**Access:** Read/Write - - -### Get - -Level of error correction of Aztec types of barcode. Value should between 5 to 95. - - -### Set - -Level of error correction of Aztec types of barcode. Value should between 5 to 95. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/aztecparameters/isreaderinitialization/_index.md b/english/php/aspose.barcode.generation/aztecparameters/isreaderinitialization/_index.md deleted file mode 100644 index 6223e9e1c..000000000 --- a/english/php/aspose.barcode.generation/aztecparameters/isreaderinitialization/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "AztecParameters.isReaderInitialization" -linktitle: "isReaderInitialization" -articleTitle: "isReaderInitialization" -second_title: "Aspose.BarCode for PHP via Java" -description: "Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/aztecparameters/isreaderinitialization/ ---- - -## AztecParameters.isReaderInitialization - -```php -isReaderInitialization() -``` - - -Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. - diff --git a/english/php/aspose.barcode.generation/aztecparameters/layerscount/_index.md b/english/php/aspose.barcode.generation/aztecparameters/layerscount/_index.md deleted file mode 100644 index 3e77e46c7..000000000 --- a/english/php/aspose.barcode.generation/aztecparameters/layerscount/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "AztecParameters.LayersCount" -linktitle: "LayersCount" -articleTitle: "LayersCount" -second_title: "Aspose.BarCode for PHP via Java" -description: "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)." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/aztecparameters/layerscount/ ---- - -## AztecParameters.LayersCount - -**Access:** Read/Write - - -### Get - -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). - - -### Set - -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). - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/aztecparameters/setreaderinitialization/_index.md b/english/php/aspose.barcode.generation/aztecparameters/setreaderinitialization/_index.md deleted file mode 100644 index 5442d8994..000000000 --- a/english/php/aspose.barcode.generation/aztecparameters/setreaderinitialization/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "AztecParameters.setReaderInitialization" -linktitle: "setReaderInitialization" -articleTitle: "setReaderInitialization" -second_title: "Aspose.BarCode for PHP via Java" -description: "Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/aztecparameters/setreaderinitialization/ ---- - -## AztecParameters.setReaderInitialization - -```php -setReaderInitialization(bool $value) -``` - - -Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `bool` | | diff --git a/english/php/aspose.barcode.generation/aztecparameters/structuredappendbarcodeid/_index.md b/english/php/aspose.barcode.generation/aztecparameters/structuredappendbarcodeid/_index.md deleted file mode 100644 index a10110664..000000000 --- a/english/php/aspose.barcode.generation/aztecparameters/structuredappendbarcodeid/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "AztecParameters.StructuredAppendBarcodeId" -linktitle: "StructuredAppendBarcodeId" -articleTitle: "StructuredAppendBarcodeId" -second_title: "Aspose.BarCode for PHP via Java" -description: "Barcode ID for Structured Append mode of Aztec barcode. Barcode ID should be in range from 1 to barcodes count. Default value: 0" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/aztecparameters/structuredappendbarcodeid/ ---- - -## AztecParameters.StructuredAppendBarcodeId - -**Access:** Read/Write - - -### Get - -Barcode ID for Structured Append mode of Aztec barcode. Barcode ID should be in range from 1 to barcodes count. Default value: 0 - - -### Set - -Barcode ID for Structured Append mode of Aztec barcode. Barcode ID should be in range from 1 to barcodes count. Default value: 0 - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/aztecparameters/structuredappendbarcodescount/_index.md b/english/php/aspose.barcode.generation/aztecparameters/structuredappendbarcodescount/_index.md deleted file mode 100644 index e428915cb..000000000 --- a/english/php/aspose.barcode.generation/aztecparameters/structuredappendbarcodescount/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "AztecParameters.StructuredAppendBarcodesCount" -linktitle: "StructuredAppendBarcodesCount" -articleTitle: "StructuredAppendBarcodesCount" -second_title: "Aspose.BarCode for PHP via Java" -description: "Barcodes count for Structured Append mode of Aztec barcode. Barcodes count should be in range from 1 to 26. Default value: 0" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/aztecparameters/structuredappendbarcodescount/ ---- - -## AztecParameters.StructuredAppendBarcodesCount - -**Access:** Read/Write - - -### Get - -Barcodes count for Structured Append mode of Aztec barcode. Barcodes count should be in range from 1 to 26. Default value: 0 - - -### Set - -Barcodes count for Structured Append mode of Aztec barcode. Barcodes count should be in range from 1 to 26. Default value: 0 - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/aztecparameters/structuredappendfileid/_index.md b/english/php/aspose.barcode.generation/aztecparameters/structuredappendfileid/_index.md deleted file mode 100644 index 94243df08..000000000 --- a/english/php/aspose.barcode.generation/aztecparameters/structuredappendfileid/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "AztecParameters.StructuredAppendFileId" -linktitle: "StructuredAppendFileId" -articleTitle: "StructuredAppendFileId" -second_title: "Aspose.BarCode for PHP via Java" -description: "File ID for Structured Append mode of Aztec barcode (optional field). File ID should not contain spaces. Default value: empty string" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/aztecparameters/structuredappendfileid/ ---- - -## AztecParameters.StructuredAppendFileId - -**Access:** Read/Write - - -### Get - -File ID for Structured Append mode of Aztec barcode (optional field). File ID should not contain spaces. Default value: empty string - - -### Set - -File ID for Structured Append mode of Aztec barcode (optional field). File ID should not contain spaces. Default value: empty string - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.generation/aztecparameters/symbolmode/_index.md b/english/php/aspose.barcode.generation/aztecparameters/symbolmode/_index.md deleted file mode 100644 index 584853067..000000000 --- a/english/php/aspose.barcode.generation/aztecparameters/symbolmode/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "AztecParameters.SymbolMode" -linktitle: "SymbolMode" -articleTitle: "SymbolMode" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/aztecparameters/symbolmode/ ---- - -## AztecParameters.SymbolMode - -**Access:** Read/Write - - -### Get - -Gets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto. - - -### Set - -Sets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/aztecsymbolmode/_index.md b/english/php/aspose.barcode.generation/aztecsymbolmode/_index.md index ec1f345c5..851b20b5d 100644 --- a/english/php/aspose.barcode.generation/aztecsymbolmode/_index.md +++ b/english/php/aspose.barcode.generation/aztecsymbolmode/_index.md @@ -1,7 +1,6 @@ --- -title: "AztecSymbolMode Enum" +title: "AztecSymbolMode" linktitle: "AztecSymbolMode" -articleTitle: "AztecSymbolMode" second_title: "Aspose.BarCode for PHP via Java" description: "Specifies the Aztec symbol mode." type: docs @@ -21,7 +20,31 @@ Specifies the Aztec symbol mode. | Name | Value | Description | | --- | --- | --- | -| [AUTO](./auto/) | `"0"` | Specifies to automatically pick up the best symbol (COMPACT or FULL-range) for Aztec. This is default value. | -| [COMPACT](./compact/) | `"1"` | Specifies the COMPACT symbol for Aztec. Aztec COMPACT symbol permits only 1, 2, 3 or 4 layers. | -| [FULL_RANGE](./full_range/) | `"2"` | Specifies the FULL-range symbol for Aztec. Aztec FULL-range symbol permits from 1 to 32 layers. | -| [RUNE](./rune/) | `"3"` | Specifies the RUNE symbol for Aztec. Aztec Runes are a series of small but distinct machine-readable marks. It permits only number value from 0 to 255. | +| [AUTO](#auto) | `"0"` | Specifies to automatically pick up the best symbol (COMPACT or FULL-range) for Aztec. This is default value. | +| [COMPACT](#compact) | `"1"` | Specifies the COMPACT symbol for Aztec. Aztec COMPACT symbol permits only 1, 2, 3 or 4 layers. | +| [FULL_RANGE](#full_range) | `"2"` | Specifies the FULL-range symbol for Aztec. Aztec FULL-range symbol permits from 1 to 32 layers. | +| [RUNE](#rune) | `"3"` | Specifies the RUNE symbol for Aztec. Aztec Runes are a series of small but distinct machine-readable marks. It permits only number value from 0 to 255. | +### AUTO {#auto} + +**Value:** `"0"` + +Specifies to automatically pick up the best symbol (COMPACT or FULL-range) for Aztec. This is default value. + +### COMPACT {#compact} + +**Value:** `"1"` + +Specifies the COMPACT symbol for Aztec. Aztec COMPACT symbol permits only 1, 2, 3 or 4 layers. + +### FULL_RANGE {#full_range} + +**Value:** `"2"` + +Specifies the FULL-range symbol for Aztec. Aztec FULL-range symbol permits from 1 to 32 layers. + +### RUNE {#rune} + +**Value:** `"3"` + +Specifies the RUNE symbol for Aztec. Aztec Runes are a series of small but distinct machine-readable marks. It permits only number value from 0 to 255. + diff --git a/english/php/aspose.barcode.generation/aztecsymbolmode/auto/_index.md b/english/php/aspose.barcode.generation/aztecsymbolmode/auto/_index.md deleted file mode 100644 index f21c5cd92..000000000 --- a/english/php/aspose.barcode.generation/aztecsymbolmode/auto/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "AztecSymbolMode::AUTO" -linktitle: "AUTO" -articleTitle: "AUTO" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies to automatically pick up the best symbol (COMPACT or FULL-range) for Aztec. This is default value." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/aztecsymbolmode/auto/ ---- - -## AztecSymbolMode::AUTO Enum Value - -**Value:** `"0"` - - -Specifies to automatically pick up the best symbol (COMPACT or FULL-range) for Aztec. This is default value. - diff --git a/english/php/aspose.barcode.generation/aztecsymbolmode/compact/_index.md b/english/php/aspose.barcode.generation/aztecsymbolmode/compact/_index.md deleted file mode 100644 index 22931bc9c..000000000 --- a/english/php/aspose.barcode.generation/aztecsymbolmode/compact/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "AztecSymbolMode::COMPACT" -linktitle: "COMPACT" -articleTitle: "COMPACT" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies the COMPACT symbol for Aztec. Aztec COMPACT symbol permits only 1, 2, 3 or 4 layers." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/aztecsymbolmode/compact/ ---- - -## AztecSymbolMode::COMPACT Enum Value - -**Value:** `"1"` - - -Specifies the COMPACT symbol for Aztec. Aztec COMPACT symbol permits only 1, 2, 3 or 4 layers. - diff --git a/english/php/aspose.barcode.generation/aztecsymbolmode/full_range/_index.md b/english/php/aspose.barcode.generation/aztecsymbolmode/full_range/_index.md deleted file mode 100644 index c428441e0..000000000 --- a/english/php/aspose.barcode.generation/aztecsymbolmode/full_range/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "AztecSymbolMode::FULL_RANGE" -linktitle: "FULL_RANGE" -articleTitle: "FULL_RANGE" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies the FULL-range symbol for Aztec. Aztec FULL-range symbol permits from 1 to 32 layers." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/aztecsymbolmode/full_range/ ---- - -## AztecSymbolMode::FULL_RANGE Enum Value - -**Value:** `"2"` - - -Specifies the FULL-range symbol for Aztec. Aztec FULL-range symbol permits from 1 to 32 layers. - diff --git a/english/php/aspose.barcode.generation/aztecsymbolmode/rune/_index.md b/english/php/aspose.barcode.generation/aztecsymbolmode/rune/_index.md deleted file mode 100644 index 8386977d7..000000000 --- a/english/php/aspose.barcode.generation/aztecsymbolmode/rune/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "AztecSymbolMode::RUNE" -linktitle: "RUNE" -articleTitle: "RUNE" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies the RUNE symbol for Aztec. Aztec Runes are a series of small but distinct machine-readable marks. It permits only number value from 0 to 255." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/aztecsymbolmode/rune/ ---- - -## AztecSymbolMode::RUNE Enum Value - -**Value:** `"3"` - - -Specifies the RUNE symbol for Aztec. Aztec Runes are a series of small but distinct machine-readable marks. It permits only number value from 0 to 255. - diff --git a/english/php/aspose.barcode.generation/barcodegenerator/_index.md b/english/php/aspose.barcode.generation/barcodegenerator/_index.md index b4e7fb547..6b2194d1f 100644 --- a/english/php/aspose.barcode.generation/barcodegenerator/_index.md +++ b/english/php/aspose.barcode.generation/barcodegenerator/_index.md @@ -1,7 +1,6 @@ --- -title: "BarcodeGenerator Class" +title: "BarcodeGenerator" linktitle: "BarcodeGenerator" -articleTitle: "BarcodeGenerator" second_title: "Aspose.BarCode for PHP via Java" description: "BarcodeGenerator for backend barcode images generation. supported symbologies: 1D: Codabar, Code11, Code128, Code39Standard, Code39Extended Code93Standard, Code93Extended, EAN13, EAN8, Interleaved2of5" type: docs @@ -21,22 +20,112 @@ BarcodeGenerator for backend barcode images generation. supported symbologies: 1 | Name | Description | | --- | --- | -| [__construct](./barcodegenerator/) | BarcodeGenerator constructor. | +| [__construct](#constructor) | BarcodeGenerator constructor. | ## Methods | Name | Static | Description | | --- | --- | --- | -| [exportToXml](./exporttoxml/) | No | Exports BarCode properties to the xml-file specified | -| [generateBarCodeGDImage](./generatebarcodegdimage/) | No | Generate the barcode image under current settings. This sample shows how to create and save a barcode image. | -| [generateBarCodeImage](./generatebarcodeimage/) | No | Generate the barcode image under current settings. This sample shows how to create and save a barcode image. | -| [importFromXml](./importfromxml/) | Yes | Import BarCode properties from xml file | -| [save](./save/) | No | Save barcode image to specific file in specific format. | +| [exportToXml](#exporttoxml) | No | Exports BarCode properties to the xml-file specified | +| [generateBarCodeGDImage](#generatebarcodegdimage) | No | Generate the barcode image under current settings. This sample shows how to create and save a barcode image. | +| [generateBarCodeImage](#generatebarcodeimage) | No | Generate the barcode image under current settings. This sample shows how to create and save a barcode image. | +| [importFromXml](#importfromxml) | Yes | Import BarCode properties from xml file | +| [save](#save) | No | Save barcode image to specific file in specific format. | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [BarcodeType](./barcodetype/) | Read/Write | Barcode symbology type. | -| [CodeText](./codetext/) | Read/Write | Text to be encoded. | -| [Parameters](./parameters/) | Read-only | Generation parameters. | +| [BarcodeType](#barcodetype) | Read/Write | Barcode symbology type. | +| [CodeText](#codetext) | Read/Write | Text to be encoded. | +| [Parameters](#parameters) | Read-only | Generation parameters. | + +### BarcodeGenerator__construct(?int $encodeType, ?string $codeText) {#constructor} + +BarcodeGenerator constructor. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$encodeType` | `?int` | | +| `$codeText` | `?string` | | + +### exportToXmlexportToXml(string $xmlFile) {#exporttoxml} + +Exports BarCode properties to the xml-file specified + +| Parameter | Type | Description | +| --- | --- | --- | +| `$xmlFile` | `string` | | + +**Returns:** bool Whether or not export completed successfully. Returns True in case of success; False Otherwise + +### generateBarCodeGDImagegenerateBarCodeGDImage() {#generatebarcodegdimage} + +Generate the barcode image under current settings. This sample shows how to create and save a barcode image. + +**Returns:** resource|false GD image resource or false on failure. + +### generateBarCodeImagegenerateBarCodeImage(int $format, bool $passLicense) {#generatebarcodeimage} + +Generate the barcode image under current settings. This sample shows how to create and save a barcode image. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$format` | `int` | | +| `$passLicense` | `bool` | | + +**Returns:** base64 representation of image. + +### importFromXmlimportFromXml($resource) (static) {#importfromxml} + +Import BarCode properties from xml file + +| Parameter | Type | Description | +| --- | --- | --- | +| `$resource` | `` | | + +**Returns:** \Aspose\Barcode\Recognition\BarCodeReader + +### savesave(string $filePath, int $format) {#save} + +Save barcode image to specific file in specific format. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$filePath` | `string` | | +| `$format` | `int` | | + +### BarcodeType {#barcodetype} + +**Access:** Read/Write + +Barcode symbology type. + +Barcode symbology type. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### CodeText {#codetext} + +**Access:** Read/Write + +Text to be encoded. + +Encodes the Unicode into a byte sequence using the specified . UTF-8 is the most commonly used encoding. If the encoding supports it and is set to , the function includes a . This function is intended for use with 2D barcodes only (e.g., Aztec, QR, DataMatrix, PDF417, MaxiCode, DotCode, HanXin, RectMicroQR, etc.). It enables manual encoding of Unicode text using national or special encodings; however, this method is considered obsolete in modern applications. For modern use cases, encoding is recommended for Unicode data. Using this function with 1D barcodes, GS1-compliant barcodes (including 2D), or HIBC barcodes (including 2D) is not supported by the corresponding barcode standards and may lead to unpredictable results. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$codeText` | `` | CodeText string | +| `$encoding` | `?string` | Applied encoding | +| `$insertBOM` | `?bool` | Indicates whether to insert a byte order mark (BOM) when the specified encoding supports it (e.g., UTF-8, UTF-16, UTF-32). If set totrue , the BOM is added; iffalse , the BOM is omitted even if the encoding normally uses one. | + +### Parameters {#parameters} + +**Access:** Read-only + +**Returns:** BaseGenerationParameters + +Generation parameters. + diff --git a/english/php/aspose.barcode.generation/barcodegenerator/barcodegenerator/_index.md b/english/php/aspose.barcode.generation/barcodegenerator/barcodegenerator/_index.md deleted file mode 100644 index 432795596..000000000 --- a/english/php/aspose.barcode.generation/barcodegenerator/barcodegenerator/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: "BarcodeGenerator" -linktitle: "BarcodeGenerator" -articleTitle: "BarcodeGenerator" -second_title: "Aspose.BarCode for PHP via Java" -description: "BarcodeGenerator constructor." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/barcodegenerator/barcodegenerator/ ---- - -## BarcodeGenerator Constructor - -```php -__construct(?int $encodeType, ?string $codeText) -``` - - -BarcodeGenerator constructor. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$encodeType` | `?int` | | -| `$codeText` | `?string` | | diff --git a/english/php/aspose.barcode.generation/barcodegenerator/barcodetype/_index.md b/english/php/aspose.barcode.generation/barcodegenerator/barcodetype/_index.md deleted file mode 100644 index ae2178a89..000000000 --- a/english/php/aspose.barcode.generation/barcodegenerator/barcodetype/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "BarcodeGenerator.BarcodeType" -linktitle: "BarcodeType" -articleTitle: "BarcodeType" -second_title: "Aspose.BarCode for PHP via Java" -description: "Barcode symbology type." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/barcodegenerator/barcodetype/ ---- - -## BarcodeGenerator.BarcodeType - -**Access:** Read/Write - - -### Get - -Barcode symbology type. - - -### Set - -Barcode symbology type. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/barcodegenerator/codetext/_index.md b/english/php/aspose.barcode.generation/barcodegenerator/codetext/_index.md deleted file mode 100644 index 67176c4cf..000000000 --- a/english/php/aspose.barcode.generation/barcodegenerator/codetext/_index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: "BarcodeGenerator.CodeText" -linktitle: "CodeText" -articleTitle: "CodeText" -second_title: "Aspose.BarCode for PHP via Java" -description: "Text to be encoded." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/barcodegenerator/codetext/ ---- - -## BarcodeGenerator.CodeText - -**Access:** Read/Write - - -### Get - -Text to be encoded. - - -### Set - -Encodes the Unicode into a byte sequence using the specified . UTF-8 is the most commonly used encoding. If the encoding supports it and is set to , the function includes a . This function is intended for use with 2D barcodes only (e.g., Aztec, QR, DataMatrix, PDF417, MaxiCode, DotCode, HanXin, RectMicroQR, etc.). It enables manual encoding of Unicode text using national or special encodings; however, this method is considered obsolete in modern applications. For modern use cases, encoding is recommended for Unicode data. Using this function with 1D barcodes, GS1-compliant barcodes (including 2D), or HIBC barcodes (including 2D) is not supported by the corresponding barcode standards and may lead to unpredictable results. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$codeText` | `` | CodeText string | -| `$encoding` | `?string` | Applied encoding | -| `$insertBOM` | `?bool` | Indicates whether to insert a byte order mark (BOM) when the specified encoding supports it (e.g., UTF-8, UTF-16, UTF-32). If set totrue , the BOM is added; iffalse , the BOM is omitted even if the encoding normally uses one. | diff --git a/english/php/aspose.barcode.generation/barcodegenerator/exporttoxml/_index.md b/english/php/aspose.barcode.generation/barcodegenerator/exporttoxml/_index.md deleted file mode 100644 index ddd38baf7..000000000 --- a/english/php/aspose.barcode.generation/barcodegenerator/exporttoxml/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "BarcodeGenerator.exportToXml" -linktitle: "exportToXml" -articleTitle: "exportToXml" -second_title: "Aspose.BarCode for PHP via Java" -description: "Exports BarCode properties to the xml-file specified" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/barcodegenerator/exporttoxml/ ---- - -## BarcodeGenerator.exportToXml - -```php -exportToXml(string $xmlFile) -``` - - -Exports BarCode properties to the xml-file specified - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$xmlFile` | `string` | | - -**Returns:** bool Whether or not export completed successfully. Returns True in case of success; False Otherwise - diff --git a/english/php/aspose.barcode.generation/barcodegenerator/generatebarcodegdimage/_index.md b/english/php/aspose.barcode.generation/barcodegenerator/generatebarcodegdimage/_index.md deleted file mode 100644 index fd00c4937..000000000 --- a/english/php/aspose.barcode.generation/barcodegenerator/generatebarcodegdimage/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "BarcodeGenerator.generateBarCodeGDImage" -linktitle: "generateBarCodeGDImage" -articleTitle: "generateBarCodeGDImage" -second_title: "Aspose.BarCode for PHP via Java" -description: "Generate the barcode image under current settings. This sample shows how to create and save a barcode image." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/barcodegenerator/generatebarcodegdimage/ ---- - -## BarcodeGenerator.generateBarCodeGDImage - -```php -generateBarCodeGDImage() -``` - - -Generate the barcode image under current settings. This sample shows how to create and save a barcode image. - - -**Returns:** resource|false GD image resource or false on failure. - diff --git a/english/php/aspose.barcode.generation/barcodegenerator/generatebarcodeimage/_index.md b/english/php/aspose.barcode.generation/barcodegenerator/generatebarcodeimage/_index.md deleted file mode 100644 index 74d747c1e..000000000 --- a/english/php/aspose.barcode.generation/barcodegenerator/generatebarcodeimage/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: "BarcodeGenerator.generateBarCodeImage" -linktitle: "generateBarCodeImage" -articleTitle: "generateBarCodeImage" -second_title: "Aspose.BarCode for PHP via Java" -description: "Generate the barcode image under current settings. This sample shows how to create and save a barcode image." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/barcodegenerator/generatebarcodeimage/ ---- - -## BarcodeGenerator.generateBarCodeImage - -```php -generateBarCodeImage(int $format, bool $passLicense) -``` - - -Generate the barcode image under current settings. This sample shows how to create and save a barcode image. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$format` | `int` | | -| `$passLicense` | `bool` | | - -**Returns:** base64 representation of image. - diff --git a/english/php/aspose.barcode.generation/barcodegenerator/importfromxml/_index.md b/english/php/aspose.barcode.generation/barcodegenerator/importfromxml/_index.md deleted file mode 100644 index 0c444ba56..000000000 --- a/english/php/aspose.barcode.generation/barcodegenerator/importfromxml/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "BarcodeGenerator.importFromXml" -linktitle: "importFromXml" -articleTitle: "importFromXml" -second_title: "Aspose.BarCode for PHP via Java" -description: "Import BarCode properties from xml file" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/barcodegenerator/importfromxml/ ---- - -## BarcodeGenerator.importFromXml - -```php -importFromXml($resource) -``` - - -Import BarCode properties from xml file - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$resource` | `` | | - -**Returns:** \Aspose\Barcode\Recognition\BarCodeReader - diff --git a/english/php/aspose.barcode.generation/barcodegenerator/parameters/_index.md b/english/php/aspose.barcode.generation/barcodegenerator/parameters/_index.md deleted file mode 100644 index 62a9dab8c..000000000 --- a/english/php/aspose.barcode.generation/barcodegenerator/parameters/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "BarcodeGenerator.Parameters" -linktitle: "Parameters" -articleTitle: "Parameters" -second_title: "Aspose.BarCode for PHP via Java" -description: "Generation parameters." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/barcodegenerator/parameters/ ---- - -## BarcodeGenerator.Parameters - -**Access:** Read-only - - -**Returns:** BaseGenerationParameters - - -### Get - -Generation parameters. - diff --git a/english/php/aspose.barcode.generation/barcodegenerator/save/_index.md b/english/php/aspose.barcode.generation/barcodegenerator/save/_index.md deleted file mode 100644 index 2a85b7275..000000000 --- a/english/php/aspose.barcode.generation/barcodegenerator/save/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: "BarcodeGenerator.save" -linktitle: "save" -articleTitle: "save" -second_title: "Aspose.BarCode for PHP via Java" -description: "Save barcode image to specific file in specific format." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/barcodegenerator/save/ ---- - -## BarcodeGenerator.save - -```php -save(string $filePath, int $format) -``` - - -Save barcode image to specific file in specific format. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$filePath` | `string` | | -| `$format` | `int` | | diff --git a/english/php/aspose.barcode.generation/barcodeimageformat/_index.md b/english/php/aspose.barcode.generation/barcodeimageformat/_index.md index d556b39be..0dadb20f8 100644 --- a/english/php/aspose.barcode.generation/barcodeimageformat/_index.md +++ b/english/php/aspose.barcode.generation/barcodeimageformat/_index.md @@ -1,7 +1,6 @@ --- -title: "BarCodeImageFormat Enum" +title: "BarCodeImageFormat" linktitle: "BarCodeImageFormat" -articleTitle: "BarCodeImageFormat" second_title: "Aspose.BarCode for PHP via Java" description: "Specifies the file format of the image." type: docs @@ -21,12 +20,66 @@ Specifies the file format of the image. | Name | Value | Description | | --- | --- | --- | -| [BMP](./bmp/) | `0` | Specifies the bitmap (BMP) image format. | -| [EMF](./emf/) | `6` | Specifies the Enhanced Metafile (EMF) image format. | -| [GIF](./gif/) | `1` | Specifies the Graphics Interchange Format (GIF) image format. | -| [JPEG](./jpeg/) | `2` | Specifies the Joint Photographic Experts Group (JPEG) image format. | -| [PDF](./pdf/) | `8` | Specifies the Portable Document Format (PDF) image format. | -| [PNG](./png/) | `3` | Specifies the W3C Portable Network Graphics (PNG) image format. | -| [SVG](./svg/) | `7` | Specifies the Scalable Vector Graphics (SVG) image format. | -| [TIFF](./tiff/) | `4` | Specifies the Tagged Image File Format (TIFF) image format. | -| [TIFF_IN_CMYK](./tiff_in_cmyk/) | `5` | Specifies the Tagged Image File Format (TIFF) image format in CMYK color model. | +| [BMP](#bmp) | `0` | Specifies the bitmap (BMP) image format. | +| [EMF](#emf) | `6` | Specifies the Enhanced Metafile (EMF) image format. | +| [GIF](#gif) | `1` | Specifies the Graphics Interchange Format (GIF) image format. | +| [JPEG](#jpeg) | `2` | Specifies the Joint Photographic Experts Group (JPEG) image format. | +| [PDF](#pdf) | `8` | Specifies the Portable Document Format (PDF) image format. | +| [PNG](#png) | `3` | Specifies the W3C Portable Network Graphics (PNG) image format. | +| [SVG](#svg) | `7` | Specifies the Scalable Vector Graphics (SVG) image format. | +| [TIFF](#tiff) | `4` | Specifies the Tagged Image File Format (TIFF) image format. | +| [TIFF_IN_CMYK](#tiff_in_cmyk) | `5` | Specifies the Tagged Image File Format (TIFF) image format in CMYK color model. | +### BMP {#bmp} + +**Value:** `0` + +Specifies the bitmap (BMP) image format. + +### EMF {#emf} + +**Value:** `6` + +Specifies the Enhanced Metafile (EMF) image format. + +### GIF {#gif} + +**Value:** `1` + +Specifies the Graphics Interchange Format (GIF) image format. + +### JPEG {#jpeg} + +**Value:** `2` + +Specifies the Joint Photographic Experts Group (JPEG) image format. + +### PDF {#pdf} + +**Value:** `8` + +Specifies the Portable Document Format (PDF) image format. + +### PNG {#png} + +**Value:** `3` + +Specifies the W3C Portable Network Graphics (PNG) image format. + +### SVG {#svg} + +**Value:** `7` + +Specifies the Scalable Vector Graphics (SVG) image format. + +### TIFF {#tiff} + +**Value:** `4` + +Specifies the Tagged Image File Format (TIFF) image format. + +### TIFF_IN_CMYK {#tiff_in_cmyk} + +**Value:** `5` + +Specifies the Tagged Image File Format (TIFF) image format in CMYK color model. + diff --git a/english/php/aspose.barcode.generation/barcodeimageformat/bmp/_index.md b/english/php/aspose.barcode.generation/barcodeimageformat/bmp/_index.md deleted file mode 100644 index d5babc493..000000000 --- a/english/php/aspose.barcode.generation/barcodeimageformat/bmp/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "BarCodeImageFormat::BMP" -linktitle: "BMP" -articleTitle: "BMP" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies the bitmap (BMP) image format." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/barcodeimageformat/bmp/ ---- - -## BarCodeImageFormat::BMP Enum Value - -**Value:** `0` - - -Specifies the bitmap (BMP) image format. - diff --git a/english/php/aspose.barcode.generation/barcodeimageformat/emf/_index.md b/english/php/aspose.barcode.generation/barcodeimageformat/emf/_index.md deleted file mode 100644 index e4310bd13..000000000 --- a/english/php/aspose.barcode.generation/barcodeimageformat/emf/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "BarCodeImageFormat::EMF" -linktitle: "EMF" -articleTitle: "EMF" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies the Enhanced Metafile (EMF) image format." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/barcodeimageformat/emf/ ---- - -## BarCodeImageFormat::EMF Enum Value - -**Value:** `6` - - -Specifies the Enhanced Metafile (EMF) image format. - diff --git a/english/php/aspose.barcode.generation/barcodeimageformat/gif/_index.md b/english/php/aspose.barcode.generation/barcodeimageformat/gif/_index.md deleted file mode 100644 index 16dcde05a..000000000 --- a/english/php/aspose.barcode.generation/barcodeimageformat/gif/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "BarCodeImageFormat::GIF" -linktitle: "GIF" -articleTitle: "GIF" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies the Graphics Interchange Format (GIF) image format." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/barcodeimageformat/gif/ ---- - -## BarCodeImageFormat::GIF Enum Value - -**Value:** `1` - - -Specifies the Graphics Interchange Format (GIF) image format. - diff --git a/english/php/aspose.barcode.generation/barcodeimageformat/jpeg/_index.md b/english/php/aspose.barcode.generation/barcodeimageformat/jpeg/_index.md deleted file mode 100644 index 60e174df8..000000000 --- a/english/php/aspose.barcode.generation/barcodeimageformat/jpeg/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "BarCodeImageFormat::JPEG" -linktitle: "JPEG" -articleTitle: "JPEG" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies the Joint Photographic Experts Group (JPEG) image format." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/barcodeimageformat/jpeg/ ---- - -## BarCodeImageFormat::JPEG Enum Value - -**Value:** `2` - - -Specifies the Joint Photographic Experts Group (JPEG) image format. - diff --git a/english/php/aspose.barcode.generation/barcodeimageformat/pdf/_index.md b/english/php/aspose.barcode.generation/barcodeimageformat/pdf/_index.md deleted file mode 100644 index 69f6eb906..000000000 --- a/english/php/aspose.barcode.generation/barcodeimageformat/pdf/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "BarCodeImageFormat::PDF" -linktitle: "PDF" -articleTitle: "PDF" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies the Portable Document Format (PDF) image format." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/barcodeimageformat/pdf/ ---- - -## BarCodeImageFormat::PDF Enum Value - -**Value:** `8` - - -Specifies the Portable Document Format (PDF) image format. - diff --git a/english/php/aspose.barcode.generation/barcodeimageformat/png/_index.md b/english/php/aspose.barcode.generation/barcodeimageformat/png/_index.md deleted file mode 100644 index a9f15686f..000000000 --- a/english/php/aspose.barcode.generation/barcodeimageformat/png/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "BarCodeImageFormat::PNG" -linktitle: "PNG" -articleTitle: "PNG" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies the W3C Portable Network Graphics (PNG) image format." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/barcodeimageformat/png/ ---- - -## BarCodeImageFormat::PNG Enum Value - -**Value:** `3` - - -Specifies the W3C Portable Network Graphics (PNG) image format. - diff --git a/english/php/aspose.barcode.generation/barcodeimageformat/svg/_index.md b/english/php/aspose.barcode.generation/barcodeimageformat/svg/_index.md deleted file mode 100644 index 35955e0ed..000000000 --- a/english/php/aspose.barcode.generation/barcodeimageformat/svg/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "BarCodeImageFormat::SVG" -linktitle: "SVG" -articleTitle: "SVG" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies the Scalable Vector Graphics (SVG) image format." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/barcodeimageformat/svg/ ---- - -## BarCodeImageFormat::SVG Enum Value - -**Value:** `7` - - -Specifies the Scalable Vector Graphics (SVG) image format. - diff --git a/english/php/aspose.barcode.generation/barcodeimageformat/tiff/_index.md b/english/php/aspose.barcode.generation/barcodeimageformat/tiff/_index.md deleted file mode 100644 index ac3df1f86..000000000 --- a/english/php/aspose.barcode.generation/barcodeimageformat/tiff/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "BarCodeImageFormat::TIFF" -linktitle: "TIFF" -articleTitle: "TIFF" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies the Tagged Image File Format (TIFF) image format." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/barcodeimageformat/tiff/ ---- - -## BarCodeImageFormat::TIFF Enum Value - -**Value:** `4` - - -Specifies the Tagged Image File Format (TIFF) image format. - diff --git a/english/php/aspose.barcode.generation/barcodeimageformat/tiff_in_cmyk/_index.md b/english/php/aspose.barcode.generation/barcodeimageformat/tiff_in_cmyk/_index.md deleted file mode 100644 index 0d38b81a8..000000000 --- a/english/php/aspose.barcode.generation/barcodeimageformat/tiff_in_cmyk/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "BarCodeImageFormat::TIFF_IN_CMYK" -linktitle: "TIFF_IN_CMYK" -articleTitle: "TIFF_IN_CMYK" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies the Tagged Image File Format (TIFF) image format in CMYK color model." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/barcodeimageformat/tiff_in_cmyk/ ---- - -## BarCodeImageFormat::TIFF_IN_CMYK Enum Value - -**Value:** `5` - - -Specifies the Tagged Image File Format (TIFF) image format in CMYK color model. - diff --git a/english/php/aspose.barcode.generation/barcodeparameters/_index.md b/english/php/aspose.barcode.generation/barcodeparameters/_index.md index 663cac9f0..bd85d06a9 100644 --- a/english/php/aspose.barcode.generation/barcodeparameters/_index.md +++ b/english/php/aspose.barcode.generation/barcodeparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "BarcodeParameters Class" +title: "BarcodeParameters" linktitle: "BarcodeParameters" -articleTitle: "BarcodeParameters" second_title: "Aspose.BarCode for PHP via Java" description: "Barcode generation parameters." type: docs @@ -21,45 +20,304 @@ Barcode generation parameters. | Name | Description | | --- | --- | -| [__construct](./barcodeparameters/) | | +| [__construct](#constructor) | | ## Methods | Name | Static | Description | | --- | --- | --- | -| [isChecksumEnabled](./ischecksumenabled/) | No | Enable checksum during generation 1D barcodes. Default is treated as Yes for symbology which must contain checksum, as No where checksum only possible. Checksum is possible: Code39 Standard/Extended, Standard2of5, Interleaved2of5, Matrix2of5, ItalianPost25, DeutschePostIdentcode, DeutschePostLeitcode, VIN, Codabar Checksum always used: Rest symbology | -| [setChecksumEnabled](./setchecksumenabled/) | No | Enable checksum during generation 1D barcodes. Default is treated as Yes for symbology which must contain checksum, as No where checksum only possible. Checksum is possible: Code39 Standard/Extended, Standard2of5, Interleaved2of5, Matrix2of5, ItalianPost25, DeutschePostIdentcode, DeutschePostLeitcode, VIN, Codabar Checksum always used: Rest symbology | +| [isChecksumEnabled](#ischecksumenabled) | No | Enable checksum during generation 1D barcodes. Default is treated as Yes for symbology which must contain checksum, as No where checksum only possible. Checksum is possible: Code39 Standard/Extended, Standard2of5, Interleaved2of5, Matrix2of5, ItalianPost25, DeutschePostIdentcode, DeutschePostLeitcode, VIN, Codabar Checksum always used: Rest symbology | +| [setChecksumEnabled](#setchecksumenabled) | No | Enable checksum during generation 1D barcodes. Default is treated as Yes for symbology which must contain checksum, as No where checksum only possible. Checksum is possible: Code39 Standard/Extended, Standard2of5, Interleaved2of5, Matrix2of5, ItalianPost25, DeutschePostIdentcode, DeutschePostLeitcode, VIN, Codabar Checksum always used: Rest symbology | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [AustralianPost](./australianpost/) | Read-only | AustralianPost barcode parameters. | -| [Aztec](./aztec/) | Read-only | Aztec parameters. | -| [BarColor](./barcolor/) | Read/Write | Bars color. Default value: #000000 | -| [BarHeight](./barheight/) | Read/Write | Height of 1D barcodes' bars in Unit value. Ignored if AutoSizeMode property is set to AutoSizeMode::NEAREST or AutoSizeMode::INTERPOLATION. | -| [BarWidthReduction](./barwidthreduction/) | Read/Write | Get bars reduction value that is used to compensate ink spread while printing. | -| [ChecksumAlwaysShow](./checksumalwaysshow/) | Read/Write | Always display checksum digit in the human readable text for Code128 and GS1Code128 barcodes. | -| [Codabar](./codabar/) | Read-only | Codabar parameters. | -| [Codablock](./codablock/) | Read-only | Codablock parameters. | -| [Code128](./code128/) | Read-only | Code128 parameters. | -| [Code16K](./code16k/) | Read-only | Code16K parameters. | -| [CodeTextParameters](./codetextparameters/) | Read-only | Codetext parameters. | -| [Coupon](./coupon/) | Read-only | Coupon parameters. Used for UpcaGs1DatabarCoupon, UpcaGs1Code128Coupon. | -| [DataBar](./databar/) | Read-only | Databar parameters. | -| [DataMatrix](./datamatrix/) | Read-only | DataMatrix parameters. | -| [DotCode](./dotcode/) | Read-only | DotCode parameters. | -| [EnableEscape](./enableescape/) | Read/Write | Indicates whether explains the character "\" as an escape character in CodeText property. Used for Pdf417, DataMatrix, Code128 only If the EnableEscape is true, "\" will be explained as a special escape character. Otherwise, "\" acts as normal characters. Aspose.BarCode supports inputing decimal ascii code and mnemonic for ASCII control-code characters. For example, \013 and \CR stands for CR. | -| [FilledBars](./filledbars/) | Read/Write | Only for 1D barcodes. | -| [GS1CompositeBar](./gs1compositebar/) | Read/Write | GS1 Composite Bar parameters. This sample shows how to create and save a GS1 Composite Bar image. Note that 1D codetext and 2D codetext are separated by symbol '/' $codetext = "(01)03212345678906/(21)A1B2C3D4E5F6G7H8"; $generator = new BarcodeGenerator(EncodeTypes::GS_1_COMPOSITE_BAR, $codetext); $generator->getParameters()->getBarcode()->getGS1CompositeBar()->setLinearComponentType(EncodeTypes::GS_1_CODE_128); $generator->getParameters()->getBarcode()->getGS1CompositeBar()->setTwoDComponentType(TwoDComponentType::CC_A); // Aspect ratio of 2D component $generator->getParameters()->getBarcode()->getPdf417()->setAspectRatio(3); // X-Dimension of 1D and 2D components $generator->getParameters()->getBarcode()->getXDimension()->setPixels(3); /// // Height of 1D component $generator->getParameters()->getBarcode()->getBarHeight()->setPixels(100); /// $generator->save("test.png", BarcodeImageFormat::PNG); | -| [HanXin](./hanxin/) | Read-only | HanXin parameters. | -| [ITF](./itf/) | Read-only | ITF parameters. | -| [MaxiCode](./maxicode/) | Read-only | MaxiCode parameters. | -| [Padding](./padding/) | Read/Write | Barcode paddings. Default value: 5pt 5pt 5pt 5pt. | -| [PatchCode](./patchcode/) | Read-only | PatchCode parameters. | -| [Pdf417](./pdf417/) | Read-only | PDF417 parameters. | -| [Postal](./postal/) | Read-only | Postal parameters. Used for Postnet, Planet. | -| [QR](./qr/) | Read-only | QR parameters. | -| [Supplement](./supplement/) | Read-only | Supplement parameters. Used for Interleaved2of5, Standard2of5, EAN13, EAN8, UPCA, UPCE, ISBN, ISSN, ISMN. | -| [WideNarrowRatio](./widenarrowratio/) | Read/Write | Wide bars to Narrow bars ratio. Default value: 3, that is, wide bars are 3 times as wide as narrow bars. Used for ITF, PZN, PharmaCode, Standard2of5, Interleaved2of5, Matrix2of5, ItalianPost25, IATA2of5, VIN, DeutschePost, OPC, Code32, DataLogic2of5, PatchCode, Code39Extended, Code39Standard | -| [XDimension](./xdimension/) | Read/Write | x-dimension is the smallest width of the unit of BarCode bars or spaces. Increase this will increase the whole barcode image width. Ignored if AutoSizeMode property is set to AutoSizeMode::NEAREST or AutoSizeMode::INTERPOLATION. | +| [AustralianPost](#australianpost) | Read-only | AustralianPost barcode parameters. | +| [Aztec](#aztec) | Read-only | Aztec parameters. | +| [BarColor](#barcolor) | Read/Write | Bars color. Default value: #000000 | +| [BarHeight](#barheight) | Read/Write | Height of 1D barcodes' bars in Unit value. Ignored if AutoSizeMode property is set to AutoSizeMode::NEAREST or AutoSizeMode::INTERPOLATION. | +| [BarWidthReduction](#barwidthreduction) | Read/Write | Get bars reduction value that is used to compensate ink spread while printing. | +| [ChecksumAlwaysShow](#checksumalwaysshow) | Read/Write | Always display checksum digit in the human readable text for Code128 and GS1Code128 barcodes. | +| [Codabar](#codabar) | Read-only | Codabar parameters. | +| [Codablock](#codablock) | Read-only | Codablock parameters. | +| [Code128](#code128) | Read-only | Code128 parameters. | +| [Code16K](#code16k) | Read-only | Code16K parameters. | +| [CodeTextParameters](#codetextparameters) | Read-only | Codetext parameters. | +| [Coupon](#coupon) | Read-only | Coupon parameters. Used for UpcaGs1DatabarCoupon, UpcaGs1Code128Coupon. | +| [DataBar](#databar) | Read-only | Databar parameters. | +| [DataMatrix](#datamatrix) | Read-only | DataMatrix parameters. | +| [DotCode](#dotcode) | Read-only | DotCode parameters. | +| [EnableEscape](#enableescape) | Read/Write | Indicates whether explains the character "\" as an escape character in CodeText property. Used for Pdf417, DataMatrix, Code128 only If the EnableEscape is true, "\" will be explained as a special escape character. Otherwise, "\" acts as normal characters. Aspose.BarCode supports inputing decimal ascii code and mnemonic for ASCII control-code characters. For example, \013 and \CR stands for CR. | +| [FilledBars](#filledbars) | Read/Write | Only for 1D barcodes. | +| [GS1CompositeBar](#gs1compositebar) | Read/Write | GS1 Composite Bar parameters. This sample shows how to create and save a GS1 Composite Bar image. Note that 1D codetext and 2D codetext are separated by symbol '/' $codetext = "(01)03212345678906/(21)A1B2C3D4E5F6G7H8"; $generator = new BarcodeGenerator(EncodeTypes::GS_1_COMPOSITE_BAR, $codetext); $generator->getParameters()->getBarcode()->getGS1CompositeBar()->setLinearComponentType(EncodeTypes::GS_1_CODE_128); $generator->getParameters()->getBarcode()->getGS1CompositeBar()->setTwoDComponentType(TwoDComponentType::CC_A); // Aspect ratio of 2D component $generator->getParameters()->getBarcode()->getPdf417()->setAspectRatio(3); // X-Dimension of 1D and 2D components $generator->getParameters()->getBarcode()->getXDimension()->setPixels(3); /// // Height of 1D component $generator->getParameters()->getBarcode()->getBarHeight()->setPixels(100); /// $generator->save("test.png", BarcodeImageFormat::PNG); | +| [HanXin](#hanxin) | Read-only | HanXin parameters. | +| [ITF](#itf) | Read-only | ITF parameters. | +| [MaxiCode](#maxicode) | Read-only | MaxiCode parameters. | +| [Padding](#padding) | Read/Write | Barcode paddings. Default value: 5pt 5pt 5pt 5pt. | +| [PatchCode](#patchcode) | Read-only | PatchCode parameters. | +| [Pdf417](#pdf417) | Read-only | PDF417 parameters. | +| [Postal](#postal) | Read-only | Postal parameters. Used for Postnet, Planet. | +| [QR](#qr) | Read-only | QR parameters. | +| [Supplement](#supplement) | Read-only | Supplement parameters. Used for Interleaved2of5, Standard2of5, EAN13, EAN8, UPCA, UPCE, ISBN, ISSN, ISMN. | +| [WideNarrowRatio](#widenarrowratio) | Read/Write | Wide bars to Narrow bars ratio. Default value: 3, that is, wide bars are 3 times as wide as narrow bars. Used for ITF, PZN, PharmaCode, Standard2of5, Interleaved2of5, Matrix2of5, ItalianPost25, IATA2of5, VIN, DeutschePost, OPC, Code32, DataLogic2of5, PatchCode, Code39Extended, Code39Standard | +| [XDimension](#xdimension) | Read/Write | x-dimension is the smallest width of the unit of BarCode bars or spaces. Increase this will increase the whole barcode image width. Ignored if AutoSizeMode property is set to AutoSizeMode::NEAREST or AutoSizeMode::INTERPOLATION. | + +### BarcodeParameters__construct(BarcodeParametersDTO $barcodeParametersDto) {#constructor} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$barcodeParametersDto` | `BarcodeParametersDTO` | | + +### isChecksumEnabledisChecksumEnabled() {#ischecksumenabled} + +Enable checksum during generation 1D barcodes. Default is treated as Yes for symbology which must contain checksum, as No where checksum only possible. Checksum is possible: Code39 Standard/Extended, Standard2of5, Interleaved2of5, Matrix2of5, ItalianPost25, DeutschePostIdentcode, DeutschePostLeitcode, VIN, Codabar Checksum always used: Rest symbology + +### setChecksumEnabledsetChecksumEnabled(int $value) {#setchecksumenabled} + +Enable checksum during generation 1D barcodes. Default is treated as Yes for symbology which must contain checksum, as No where checksum only possible. Checksum is possible: Code39 Standard/Extended, Standard2of5, Interleaved2of5, Matrix2of5, ItalianPost25, DeutschePostIdentcode, DeutschePostLeitcode, VIN, Codabar Checksum always used: Rest symbology + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### AustralianPost {#australianpost} + +**Access:** Read-only + +AustralianPost barcode parameters. + +### Aztec {#aztec} + +**Access:** Read-only + +Aztec parameters. + +### BarColor {#barcolor} + +**Access:** Read/Write + +Bars color. Default value: #000000 + +Bars color. Default value: #000000. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### BarHeight {#barheight} + +**Access:** Read/Write + +Height of 1D barcodes' bars in Unit value. Ignored if AutoSizeMode property is set to AutoSizeMode::NEAREST or AutoSizeMode::INTERPOLATION. + +Height of 1D barcodes' bars in Unit value. Ignored if AutoSizeMode property is set to utoSizeMode::NEAREST or AutoSizeMode::INTERPOLATION. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `Unit` | | + +### BarWidthReduction {#barwidthreduction} + +**Access:** Read/Write + +**Returns:** Unit value of BarWidthReduction + +Get bars reduction value that is used to compensate ink spread while printing. + +Sets bars reduction value that is used to compensate ink spread while printing. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `?Unit` | | + +### ChecksumAlwaysShow {#checksumalwaysshow} + +**Access:** Read/Write + +Always display checksum digit in the human readable text for Code128 and GS1Code128 barcodes. + +Always display checksum digit in the human readable text for Code128 and GS1Code128 barcodes. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$checksumAlwaysShow` | `bool` | | + +### Codabar {#codabar} + +**Access:** Read-only + +Codabar parameters. + +### Codablock {#codablock} + +**Access:** Read-only + +Codablock parameters. + +### Code128 {#code128} + +**Access:** Read-only + +Code128 parameters. + +### Code16K {#code16k} + +**Access:** Read-only + +Code16K parameters. + +### CodeTextParameters {#codetextparameters} + +**Access:** Read-only + +Codetext parameters. + +### Coupon {#coupon} + +**Access:** Read-only + +Coupon parameters. Used for UpcaGs1DatabarCoupon, UpcaGs1Code128Coupon. + +### DataBar {#databar} + +**Access:** Read-only + +Databar parameters. + +### DataMatrix {#datamatrix} + +**Access:** Read-only + +DataMatrix parameters. + +### DotCode {#dotcode} + +**Access:** Read-only + +DotCode parameters. + +### EnableEscape {#enableescape} + +**Access:** Read/Write + +Indicates whether explains the character "\" as an escape character in CodeText property. Used for Pdf417, DataMatrix, Code128 only If the EnableEscape is true, "\" will be explained as a special escape character. Otherwise, "\" acts as normal characters. Aspose.BarCode supports inputing decimal ascii code and mnemonic for ASCII control-code characters. For example, \013 and \CR stands for CR. + +Indicates whether explains the character "\" as an escape character in CodeText property. Used for Pdf417, DataMatrix, Code128 only If the EnableEscape is true, "\" will be explained as a special escape character. Otherwise, "\" acts as normal characters. Aspose.BarCode supports inputing decimal ascii code and mnemonic for ASCII control-code characters. For example, \013 and \CR stands for CR. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `bool` | | + +### FilledBars {#filledbars} + +**Access:** Read/Write + +**Returns:** bool Gets a value indicating whether bars filled. + +Only for 1D barcodes. + +Sets a value indicating whether bars filled. Only for 1D barcodes. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `bool` | | + +### GS1CompositeBar {#gs1compositebar} + +**Access:** Read/Write + +**Returns:** GS1CompositeBarParameters GS1 Composite Bar parameters. + +GS1 Composite Bar parameters. This sample shows how to create and save a GS1 Composite Bar image. Note that 1D codetext and 2D codetext are separated by symbol '/' $codetext = "(01)03212345678906/(21)A1B2C3D4E5F6G7H8"; $generator = new BarcodeGenerator(EncodeTypes::GS_1_COMPOSITE_BAR, $codetext); $generator->getParameters()->getBarcode()->getGS1CompositeBar()->setLinearComponentType(EncodeTypes::GS_1_CODE_128); $generator->getParameters()->getBarcode()->getGS1CompositeBar()->setTwoDComponentType(TwoDComponentType::CC_A); // Aspect ratio of 2D component $generator->getParameters()->getBarcode()->getPdf417()->setAspectRatio(3); // X-Dimension of 1D and 2D components $generator->getParameters()->getBarcode()->getXDimension()->setPixels(3); /// // Height of 1D component $generator->getParameters()->getBarcode()->getBarHeight()->setPixels(100); /// $generator->save("test.png", BarcodeImageFormat::PNG); + +GS1 Composite Bar parameters. This sample shows how to create and save a GS1 Composite Bar image. Note that 1D codetext and 2D codetext are separated by symbol '/' $codetext = "(01)03212345678906/(21)A1B2C3D4E5F6G7H8"; $generator = new BarcodeGenerator(EncodeTypes::GS_1_COMPOSITE_BAR, $codetext); $generator->getParameters()->getBarcode()->getGS1CompositeBar()->setLinearComponentType(EncodeTypes::GS_1_CODE_128); $generator->getParameters()->getBarcode()->getGS1CompositeBar()->setTwoDComponentType(TwoDComponentType::CC_A); // Aspect ratio of 2D component $generator->getParameters()->getBarcode()->getPdf417()->setAspectRatio(3); // X-Dimension of 1D and 2D components $generator->getParameters()->getBarcode()->getXDimension()->setPixels(3); /// // Height of 1D component $generator->getParameters()->getBarcode()->getBarHeight()->setPixels(100); /// $generator->save("test.png", BarcodeImageFormat::PNG); + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `GS1CompositeBarParameters` | | + +### HanXin {#hanxin} + +**Access:** Read-only + +HanXin parameters. + +### ITF {#itf} + +**Access:** Read-only + +ITF parameters. + +### MaxiCode {#maxicode} + +**Access:** Read-only + +MaxiCode parameters. + +### Padding {#padding} + +**Access:** Read/Write + +Barcode paddings. Default value: 5pt 5pt 5pt 5pt. + +Barcode paddings. Default value: 5pt 5pt 5pt 5pt. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `Padding` | | + +### PatchCode {#patchcode} + +**Access:** Read-only + +PatchCode parameters. + +### Pdf417 {#pdf417} + +**Access:** Read-only + +PDF417 parameters. + +### Postal {#postal} + +**Access:** Read-only + +Postal parameters. Used for Postnet, Planet. + +### QR {#qr} + +**Access:** Read-only + +QR parameters. + +### Supplement {#supplement} + +**Access:** Read-only + +Supplement parameters. Used for Interleaved2of5, Standard2of5, EAN13, EAN8, UPCA, UPCE, ISBN, ISSN, ISMN. + +### WideNarrowRatio {#widenarrowratio} + +**Access:** Read/Write + +Wide bars to Narrow bars ratio. Default value: 3, that is, wide bars are 3 times as wide as narrow bars. Used for ITF, PZN, PharmaCode, Standard2of5, Interleaved2of5, Matrix2of5, ItalianPost25, IATA2of5, VIN, DeutschePost, OPC, Code32, DataLogic2of5, PatchCode, Code39Extended, Code39Standard + +Wide bars to Narrow bars ratio. Default value: 3, that is, wide bars are 3 times as wide as narrow bars. Used for ITF, PZN, PharmaCode, Standard2of5, Interleaved2of5, Matrix2of5, ItalianPost25, IATA2of5, VIN, DeutschePost, OPC, Code32, DataLogic2of5, PatchCode, Code39Extended, Code39Standard + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `float` | | + +### XDimension {#xdimension} + +**Access:** Read/Write + +x-dimension is the smallest width of the unit of BarCode bars or spaces. Increase this will increase the whole barcode image width. Ignored if AutoSizeMode property is set to AutoSizeMode::NEAREST or AutoSizeMode::INTERPOLATION. + +x-dimension is the smallest width of the unit of BarCode bars or spaces. Increase this will increase the whole barcode image width. Ignored if AutoSizeMode property is set to AutoSizeMode::NEAREST or AutoSizeMode::INTERPOLATION. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `Unit` | | + diff --git a/english/php/aspose.barcode.generation/barcodeparameters/australianpost/_index.md b/english/php/aspose.barcode.generation/barcodeparameters/australianpost/_index.md deleted file mode 100644 index cdc1baf1d..000000000 --- a/english/php/aspose.barcode.generation/barcodeparameters/australianpost/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BarcodeParameters.AustralianPost" -linktitle: "AustralianPost" -articleTitle: "AustralianPost" -second_title: "Aspose.BarCode for PHP via Java" -description: "AustralianPost barcode parameters." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/barcodeparameters/australianpost/ ---- - -## BarcodeParameters.AustralianPost - -**Access:** Read-only - - -### Get - -AustralianPost barcode parameters. - diff --git a/english/php/aspose.barcode.generation/barcodeparameters/aztec/_index.md b/english/php/aspose.barcode.generation/barcodeparameters/aztec/_index.md deleted file mode 100644 index 75e47b6a7..000000000 --- a/english/php/aspose.barcode.generation/barcodeparameters/aztec/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BarcodeParameters.Aztec" -linktitle: "Aztec" -articleTitle: "Aztec" -second_title: "Aspose.BarCode for PHP via Java" -description: "Aztec parameters." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/barcodeparameters/aztec/ ---- - -## BarcodeParameters.Aztec - -**Access:** Read-only - - -### Get - -Aztec parameters. - diff --git a/english/php/aspose.barcode.generation/barcodeparameters/barcodeparameters/_index.md b/english/php/aspose.barcode.generation/barcodeparameters/barcodeparameters/_index.md deleted file mode 100644 index b453e9cde..000000000 --- a/english/php/aspose.barcode.generation/barcodeparameters/barcodeparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "BarcodeParameters" -linktitle: "BarcodeParameters" -articleTitle: "BarcodeParameters" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/barcodeparameters/barcodeparameters/ ---- - -## BarcodeParameters Constructor - -```php -__construct(BarcodeParametersDTO $barcodeParametersDto) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$barcodeParametersDto` | `BarcodeParametersDTO` | | diff --git a/english/php/aspose.barcode.generation/barcodeparameters/barcolor/_index.md b/english/php/aspose.barcode.generation/barcodeparameters/barcolor/_index.md deleted file mode 100644 index f19d3abf5..000000000 --- a/english/php/aspose.barcode.generation/barcodeparameters/barcolor/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "BarcodeParameters.BarColor" -linktitle: "BarColor" -articleTitle: "BarColor" -second_title: "Aspose.BarCode for PHP via Java" -description: "Bars color. Default value: #000000" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/barcodeparameters/barcolor/ ---- - -## BarcodeParameters.BarColor - -**Access:** Read/Write - - -### Get - -Bars color. Default value: #000000 - - -### Set - -Bars color. Default value: #000000. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.generation/barcodeparameters/barheight/_index.md b/english/php/aspose.barcode.generation/barcodeparameters/barheight/_index.md deleted file mode 100644 index cba5e4729..000000000 --- a/english/php/aspose.barcode.generation/barcodeparameters/barheight/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "BarcodeParameters.BarHeight" -linktitle: "BarHeight" -articleTitle: "BarHeight" -second_title: "Aspose.BarCode for PHP via Java" -description: "Height of 1D barcodes' bars in Unit value. Ignored if AutoSizeMode property is set to AutoSizeMode::NEAREST or AutoSizeMode::INTERPOLATION." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/barcodeparameters/barheight/ ---- - -## BarcodeParameters.BarHeight - -**Access:** Read/Write - - -### Get - -Height of 1D barcodes' bars in Unit value. Ignored if AutoSizeMode property is set to AutoSizeMode::NEAREST or AutoSizeMode::INTERPOLATION. - - -### Set - -Height of 1D barcodes' bars in Unit value. Ignored if AutoSizeMode property is set to utoSizeMode::NEAREST or AutoSizeMode::INTERPOLATION. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `Unit` | | diff --git a/english/php/aspose.barcode.generation/barcodeparameters/barwidthreduction/_index.md b/english/php/aspose.barcode.generation/barcodeparameters/barwidthreduction/_index.md deleted file mode 100644 index 44114637d..000000000 --- a/english/php/aspose.barcode.generation/barcodeparameters/barwidthreduction/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "BarcodeParameters.BarWidthReduction" -linktitle: "BarWidthReduction" -articleTitle: "BarWidthReduction" -second_title: "Aspose.BarCode for PHP via Java" -description: "Get bars reduction value that is used to compensate ink spread while printing." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/barcodeparameters/barwidthreduction/ ---- - -## BarcodeParameters.BarWidthReduction - -**Access:** Read/Write - - -**Returns:** Unit value of BarWidthReduction - - -### Get - -Get bars reduction value that is used to compensate ink spread while printing. - - -### Set - -Sets bars reduction value that is used to compensate ink spread while printing. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `?Unit` | | diff --git a/english/php/aspose.barcode.generation/barcodeparameters/checksumalwaysshow/_index.md b/english/php/aspose.barcode.generation/barcodeparameters/checksumalwaysshow/_index.md deleted file mode 100644 index acfa15456..000000000 --- a/english/php/aspose.barcode.generation/barcodeparameters/checksumalwaysshow/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "BarcodeParameters.ChecksumAlwaysShow" -linktitle: "ChecksumAlwaysShow" -articleTitle: "ChecksumAlwaysShow" -second_title: "Aspose.BarCode for PHP via Java" -description: "Always display checksum digit in the human readable text for Code128 and GS1Code128 barcodes." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/barcodeparameters/checksumalwaysshow/ ---- - -## BarcodeParameters.ChecksumAlwaysShow - -**Access:** Read/Write - - -### Get - -Always display checksum digit in the human readable text for Code128 and GS1Code128 barcodes. - - -### Set - -Always display checksum digit in the human readable text for Code128 and GS1Code128 barcodes. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$checksumAlwaysShow` | `bool` | | diff --git a/english/php/aspose.barcode.generation/barcodeparameters/codabar/_index.md b/english/php/aspose.barcode.generation/barcodeparameters/codabar/_index.md deleted file mode 100644 index 1b362fb39..000000000 --- a/english/php/aspose.barcode.generation/barcodeparameters/codabar/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BarcodeParameters.Codabar" -linktitle: "Codabar" -articleTitle: "Codabar" -second_title: "Aspose.BarCode for PHP via Java" -description: "Codabar parameters." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/barcodeparameters/codabar/ ---- - -## BarcodeParameters.Codabar - -**Access:** Read-only - - -### Get - -Codabar parameters. - diff --git a/english/php/aspose.barcode.generation/barcodeparameters/codablock/_index.md b/english/php/aspose.barcode.generation/barcodeparameters/codablock/_index.md deleted file mode 100644 index baa7f5b67..000000000 --- a/english/php/aspose.barcode.generation/barcodeparameters/codablock/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BarcodeParameters.Codablock" -linktitle: "Codablock" -articleTitle: "Codablock" -second_title: "Aspose.BarCode for PHP via Java" -description: "Codablock parameters." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/barcodeparameters/codablock/ ---- - -## BarcodeParameters.Codablock - -**Access:** Read-only - - -### Get - -Codablock parameters. - diff --git a/english/php/aspose.barcode.generation/barcodeparameters/code128/_index.md b/english/php/aspose.barcode.generation/barcodeparameters/code128/_index.md deleted file mode 100644 index 18a016487..000000000 --- a/english/php/aspose.barcode.generation/barcodeparameters/code128/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BarcodeParameters.Code128" -linktitle: "Code128" -articleTitle: "Code128" -second_title: "Aspose.BarCode for PHP via Java" -description: "Code128 parameters." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/barcodeparameters/code128/ ---- - -## BarcodeParameters.Code128 - -**Access:** Read-only - - -### Get - -Code128 parameters. - diff --git a/english/php/aspose.barcode.generation/barcodeparameters/code16k/_index.md b/english/php/aspose.barcode.generation/barcodeparameters/code16k/_index.md deleted file mode 100644 index 36078ad48..000000000 --- a/english/php/aspose.barcode.generation/barcodeparameters/code16k/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BarcodeParameters.Code16K" -linktitle: "Code16K" -articleTitle: "Code16K" -second_title: "Aspose.BarCode for PHP via Java" -description: "Code16K parameters." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/barcodeparameters/code16k/ ---- - -## BarcodeParameters.Code16K - -**Access:** Read-only - - -### Get - -Code16K parameters. - diff --git a/english/php/aspose.barcode.generation/barcodeparameters/codetextparameters/_index.md b/english/php/aspose.barcode.generation/barcodeparameters/codetextparameters/_index.md deleted file mode 100644 index 3fd45fab8..000000000 --- a/english/php/aspose.barcode.generation/barcodeparameters/codetextparameters/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BarcodeParameters.CodeTextParameters" -linktitle: "CodeTextParameters" -articleTitle: "CodeTextParameters" -second_title: "Aspose.BarCode for PHP via Java" -description: "Codetext parameters." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/barcodeparameters/codetextparameters/ ---- - -## BarcodeParameters.CodeTextParameters - -**Access:** Read-only - - -### Get - -Codetext parameters. - diff --git a/english/php/aspose.barcode.generation/barcodeparameters/coupon/_index.md b/english/php/aspose.barcode.generation/barcodeparameters/coupon/_index.md deleted file mode 100644 index 5215903d6..000000000 --- a/english/php/aspose.barcode.generation/barcodeparameters/coupon/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BarcodeParameters.Coupon" -linktitle: "Coupon" -articleTitle: "Coupon" -second_title: "Aspose.BarCode for PHP via Java" -description: "Coupon parameters. Used for UpcaGs1DatabarCoupon, UpcaGs1Code128Coupon." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/barcodeparameters/coupon/ ---- - -## BarcodeParameters.Coupon - -**Access:** Read-only - - -### Get - -Coupon parameters. Used for UpcaGs1DatabarCoupon, UpcaGs1Code128Coupon. - diff --git a/english/php/aspose.barcode.generation/barcodeparameters/databar/_index.md b/english/php/aspose.barcode.generation/barcodeparameters/databar/_index.md deleted file mode 100644 index 3332461ba..000000000 --- a/english/php/aspose.barcode.generation/barcodeparameters/databar/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BarcodeParameters.DataBar" -linktitle: "DataBar" -articleTitle: "DataBar" -second_title: "Aspose.BarCode for PHP via Java" -description: "Databar parameters." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/barcodeparameters/databar/ ---- - -## BarcodeParameters.DataBar - -**Access:** Read-only - - -### Get - -Databar parameters. - diff --git a/english/php/aspose.barcode.generation/barcodeparameters/datamatrix/_index.md b/english/php/aspose.barcode.generation/barcodeparameters/datamatrix/_index.md deleted file mode 100644 index 1d249080e..000000000 --- a/english/php/aspose.barcode.generation/barcodeparameters/datamatrix/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BarcodeParameters.DataMatrix" -linktitle: "DataMatrix" -articleTitle: "DataMatrix" -second_title: "Aspose.BarCode for PHP via Java" -description: "DataMatrix parameters." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/barcodeparameters/datamatrix/ ---- - -## BarcodeParameters.DataMatrix - -**Access:** Read-only - - -### Get - -DataMatrix parameters. - diff --git a/english/php/aspose.barcode.generation/barcodeparameters/dotcode/_index.md b/english/php/aspose.barcode.generation/barcodeparameters/dotcode/_index.md deleted file mode 100644 index 5c8c5957b..000000000 --- a/english/php/aspose.barcode.generation/barcodeparameters/dotcode/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BarcodeParameters.DotCode" -linktitle: "DotCode" -articleTitle: "DotCode" -second_title: "Aspose.BarCode for PHP via Java" -description: "DotCode parameters." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/barcodeparameters/dotcode/ ---- - -## BarcodeParameters.DotCode - -**Access:** Read-only - - -### Get - -DotCode parameters. - diff --git a/english/php/aspose.barcode.generation/barcodeparameters/enableescape/_index.md b/english/php/aspose.barcode.generation/barcodeparameters/enableescape/_index.md deleted file mode 100644 index 248fe4f4a..000000000 --- a/english/php/aspose.barcode.generation/barcodeparameters/enableescape/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "BarcodeParameters.EnableEscape" -linktitle: "EnableEscape" -articleTitle: "EnableEscape" -second_title: "Aspose.BarCode for PHP via Java" -description: "Indicates whether explains the character \"\\\" as an escape character in CodeText property. Used for Pdf417, DataMatrix, Code128 only If the EnableEscape is true, \"\\\" will be explained as a special esca" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/barcodeparameters/enableescape/ ---- - -## BarcodeParameters.EnableEscape - -**Access:** Read/Write - - -### Get - -Indicates whether explains the character "\" as an escape character in CodeText property. Used for Pdf417, DataMatrix, Code128 only If the EnableEscape is true, "\" will be explained as a special escape character. Otherwise, "\" acts as normal characters. Aspose.BarCode supports inputing decimal ascii code and mnemonic for ASCII control-code characters. For example, \013 and \CR stands for CR. - - -### Set - -Indicates whether explains the character "\" as an escape character in CodeText property. Used for Pdf417, DataMatrix, Code128 only If the EnableEscape is true, "\" will be explained as a special escape character. Otherwise, "\" acts as normal characters. Aspose.BarCode supports inputing decimal ascii code and mnemonic for ASCII control-code characters. For example, \013 and \CR stands for CR. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `bool` | | diff --git a/english/php/aspose.barcode.generation/barcodeparameters/filledbars/_index.md b/english/php/aspose.barcode.generation/barcodeparameters/filledbars/_index.md deleted file mode 100644 index 6d92a6aca..000000000 --- a/english/php/aspose.barcode.generation/barcodeparameters/filledbars/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "BarcodeParameters.FilledBars" -linktitle: "FilledBars" -articleTitle: "FilledBars" -second_title: "Aspose.BarCode for PHP via Java" -description: "Only for 1D barcodes." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/barcodeparameters/filledbars/ ---- - -## BarcodeParameters.FilledBars - -**Access:** Read/Write - - -**Returns:** bool Gets a value indicating whether bars filled. - - -### Get - -Only for 1D barcodes. - - -### Set - -Sets a value indicating whether bars filled. Only for 1D barcodes. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `bool` | | diff --git a/english/php/aspose.barcode.generation/barcodeparameters/gs1compositebar/_index.md b/english/php/aspose.barcode.generation/barcodeparameters/gs1compositebar/_index.md deleted file mode 100644 index e22c89053..000000000 --- a/english/php/aspose.barcode.generation/barcodeparameters/gs1compositebar/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "BarcodeParameters.GS1CompositeBar" -linktitle: "GS1CompositeBar" -articleTitle: "GS1CompositeBar" -second_title: "Aspose.BarCode for PHP via Java" -description: "GS1 Composite Bar parameters. This sample shows how to create and save a GS1 Composite Bar image. Note that 1D codetext and 2D codetext are separated by symbol '/' $codetext = \"(01)03212345678906/(21)" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/barcodeparameters/gs1compositebar/ ---- - -## BarcodeParameters.GS1CompositeBar - -**Access:** Read/Write - - -**Returns:** GS1CompositeBarParameters GS1 Composite Bar parameters. - - -### Get - -GS1 Composite Bar parameters. This sample shows how to create and save a GS1 Composite Bar image. Note that 1D codetext and 2D codetext are separated by symbol '/' $codetext = "(01)03212345678906/(21)A1B2C3D4E5F6G7H8"; $generator = new BarcodeGenerator(EncodeTypes::GS_1_COMPOSITE_BAR, $codetext); $generator->getParameters()->getBarcode()->getGS1CompositeBar()->setLinearComponentType(EncodeTypes::GS_1_CODE_128); $generator->getParameters()->getBarcode()->getGS1CompositeBar()->setTwoDComponentType(TwoDComponentType::CC_A); // Aspect ratio of 2D component $generator->getParameters()->getBarcode()->getPdf417()->setAspectRatio(3); // X-Dimension of 1D and 2D components $generator->getParameters()->getBarcode()->getXDimension()->setPixels(3); /// // Height of 1D component $generator->getParameters()->getBarcode()->getBarHeight()->setPixels(100); /// $generator->save("test.png", BarcodeImageFormat::PNG); - - -### Set - -GS1 Composite Bar parameters. This sample shows how to create and save a GS1 Composite Bar image. Note that 1D codetext and 2D codetext are separated by symbol '/' $codetext = "(01)03212345678906/(21)A1B2C3D4E5F6G7H8"; $generator = new BarcodeGenerator(EncodeTypes::GS_1_COMPOSITE_BAR, $codetext); $generator->getParameters()->getBarcode()->getGS1CompositeBar()->setLinearComponentType(EncodeTypes::GS_1_CODE_128); $generator->getParameters()->getBarcode()->getGS1CompositeBar()->setTwoDComponentType(TwoDComponentType::CC_A); // Aspect ratio of 2D component $generator->getParameters()->getBarcode()->getPdf417()->setAspectRatio(3); // X-Dimension of 1D and 2D components $generator->getParameters()->getBarcode()->getXDimension()->setPixels(3); /// // Height of 1D component $generator->getParameters()->getBarcode()->getBarHeight()->setPixels(100); /// $generator->save("test.png", BarcodeImageFormat::PNG); - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `GS1CompositeBarParameters` | | diff --git a/english/php/aspose.barcode.generation/barcodeparameters/hanxin/_index.md b/english/php/aspose.barcode.generation/barcodeparameters/hanxin/_index.md deleted file mode 100644 index 58880d03c..000000000 --- a/english/php/aspose.barcode.generation/barcodeparameters/hanxin/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BarcodeParameters.HanXin" -linktitle: "HanXin" -articleTitle: "HanXin" -second_title: "Aspose.BarCode for PHP via Java" -description: "HanXin parameters." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/barcodeparameters/hanxin/ ---- - -## BarcodeParameters.HanXin - -**Access:** Read-only - - -### Get - -HanXin parameters. - diff --git a/english/php/aspose.barcode.generation/barcodeparameters/ischecksumenabled/_index.md b/english/php/aspose.barcode.generation/barcodeparameters/ischecksumenabled/_index.md deleted file mode 100644 index 189449629..000000000 --- a/english/php/aspose.barcode.generation/barcodeparameters/ischecksumenabled/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BarcodeParameters.isChecksumEnabled" -linktitle: "isChecksumEnabled" -articleTitle: "isChecksumEnabled" -second_title: "Aspose.BarCode for PHP via Java" -description: "Enable checksum during generation 1D barcodes. Default is treated as Yes for symbology which must contain checksum, as No where checksum only possible. Checksum is possible: Code39 Standard/Extended, " -type: docs -weight: 10 -url: /php/aspose.barcode.generation/barcodeparameters/ischecksumenabled/ ---- - -## BarcodeParameters.isChecksumEnabled - -```php -isChecksumEnabled() -``` - - -Enable checksum during generation 1D barcodes. Default is treated as Yes for symbology which must contain checksum, as No where checksum only possible. Checksum is possible: Code39 Standard/Extended, Standard2of5, Interleaved2of5, Matrix2of5, ItalianPost25, DeutschePostIdentcode, DeutschePostLeitcode, VIN, Codabar Checksum always used: Rest symbology - diff --git a/english/php/aspose.barcode.generation/barcodeparameters/itf/_index.md b/english/php/aspose.barcode.generation/barcodeparameters/itf/_index.md deleted file mode 100644 index 7b5237f3f..000000000 --- a/english/php/aspose.barcode.generation/barcodeparameters/itf/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BarcodeParameters.ITF" -linktitle: "ITF" -articleTitle: "ITF" -second_title: "Aspose.BarCode for PHP via Java" -description: "ITF parameters." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/barcodeparameters/itf/ ---- - -## BarcodeParameters.ITF - -**Access:** Read-only - - -### Get - -ITF parameters. - diff --git a/english/php/aspose.barcode.generation/barcodeparameters/maxicode/_index.md b/english/php/aspose.barcode.generation/barcodeparameters/maxicode/_index.md deleted file mode 100644 index faf310541..000000000 --- a/english/php/aspose.barcode.generation/barcodeparameters/maxicode/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BarcodeParameters.MaxiCode" -linktitle: "MaxiCode" -articleTitle: "MaxiCode" -second_title: "Aspose.BarCode for PHP via Java" -description: "MaxiCode parameters." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/barcodeparameters/maxicode/ ---- - -## BarcodeParameters.MaxiCode - -**Access:** Read-only - - -### Get - -MaxiCode parameters. - diff --git a/english/php/aspose.barcode.generation/barcodeparameters/padding/_index.md b/english/php/aspose.barcode.generation/barcodeparameters/padding/_index.md deleted file mode 100644 index 58acf7396..000000000 --- a/english/php/aspose.barcode.generation/barcodeparameters/padding/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "BarcodeParameters.Padding" -linktitle: "Padding" -articleTitle: "Padding" -second_title: "Aspose.BarCode for PHP via Java" -description: "Barcode paddings. Default value: 5pt 5pt 5pt 5pt." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/barcodeparameters/padding/ ---- - -## BarcodeParameters.Padding - -**Access:** Read/Write - - -### Get - -Barcode paddings. Default value: 5pt 5pt 5pt 5pt. - - -### Set - -Barcode paddings. Default value: 5pt 5pt 5pt 5pt. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `Padding` | | diff --git a/english/php/aspose.barcode.generation/barcodeparameters/patchcode/_index.md b/english/php/aspose.barcode.generation/barcodeparameters/patchcode/_index.md deleted file mode 100644 index 4994b3019..000000000 --- a/english/php/aspose.barcode.generation/barcodeparameters/patchcode/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BarcodeParameters.PatchCode" -linktitle: "PatchCode" -articleTitle: "PatchCode" -second_title: "Aspose.BarCode for PHP via Java" -description: "PatchCode parameters." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/barcodeparameters/patchcode/ ---- - -## BarcodeParameters.PatchCode - -**Access:** Read-only - - -### Get - -PatchCode parameters. - diff --git a/english/php/aspose.barcode.generation/barcodeparameters/pdf417/_index.md b/english/php/aspose.barcode.generation/barcodeparameters/pdf417/_index.md deleted file mode 100644 index 5e0ec2a24..000000000 --- a/english/php/aspose.barcode.generation/barcodeparameters/pdf417/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BarcodeParameters.Pdf417" -linktitle: "Pdf417" -articleTitle: "Pdf417" -second_title: "Aspose.BarCode for PHP via Java" -description: "PDF417 parameters." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/barcodeparameters/pdf417/ ---- - -## BarcodeParameters.Pdf417 - -**Access:** Read-only - - -### Get - -PDF417 parameters. - diff --git a/english/php/aspose.barcode.generation/barcodeparameters/postal/_index.md b/english/php/aspose.barcode.generation/barcodeparameters/postal/_index.md deleted file mode 100644 index ebd68929c..000000000 --- a/english/php/aspose.barcode.generation/barcodeparameters/postal/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BarcodeParameters.Postal" -linktitle: "Postal" -articleTitle: "Postal" -second_title: "Aspose.BarCode for PHP via Java" -description: "Postal parameters. Used for Postnet, Planet." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/barcodeparameters/postal/ ---- - -## BarcodeParameters.Postal - -**Access:** Read-only - - -### Get - -Postal parameters. Used for Postnet, Planet. - diff --git a/english/php/aspose.barcode.generation/barcodeparameters/qr/_index.md b/english/php/aspose.barcode.generation/barcodeparameters/qr/_index.md deleted file mode 100644 index 16d525a0d..000000000 --- a/english/php/aspose.barcode.generation/barcodeparameters/qr/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BarcodeParameters.QR" -linktitle: "QR" -articleTitle: "QR" -second_title: "Aspose.BarCode for PHP via Java" -description: "QR parameters." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/barcodeparameters/qr/ ---- - -## BarcodeParameters.QR - -**Access:** Read-only - - -### Get - -QR parameters. - diff --git a/english/php/aspose.barcode.generation/barcodeparameters/setchecksumenabled/_index.md b/english/php/aspose.barcode.generation/barcodeparameters/setchecksumenabled/_index.md deleted file mode 100644 index 490e4f42f..000000000 --- a/english/php/aspose.barcode.generation/barcodeparameters/setchecksumenabled/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "BarcodeParameters.setChecksumEnabled" -linktitle: "setChecksumEnabled" -articleTitle: "setChecksumEnabled" -second_title: "Aspose.BarCode for PHP via Java" -description: "Enable checksum during generation 1D barcodes. Default is treated as Yes for symbology which must contain checksum, as No where checksum only possible. Checksum is possible: Code39 Standard/Extended, " -type: docs -weight: 10 -url: /php/aspose.barcode.generation/barcodeparameters/setchecksumenabled/ ---- - -## BarcodeParameters.setChecksumEnabled - -```php -setChecksumEnabled(int $value) -``` - - -Enable checksum during generation 1D barcodes. Default is treated as Yes for symbology which must contain checksum, as No where checksum only possible. Checksum is possible: Code39 Standard/Extended, Standard2of5, Interleaved2of5, Matrix2of5, ItalianPost25, DeutschePostIdentcode, DeutschePostLeitcode, VIN, Codabar Checksum always used: Rest symbology - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/barcodeparameters/supplement/_index.md b/english/php/aspose.barcode.generation/barcodeparameters/supplement/_index.md deleted file mode 100644 index 8685ba077..000000000 --- a/english/php/aspose.barcode.generation/barcodeparameters/supplement/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BarcodeParameters.Supplement" -linktitle: "Supplement" -articleTitle: "Supplement" -second_title: "Aspose.BarCode for PHP via Java" -description: "Supplement parameters. Used for Interleaved2of5, Standard2of5, EAN13, EAN8, UPCA, UPCE, ISBN, ISSN, ISMN." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/barcodeparameters/supplement/ ---- - -## BarcodeParameters.Supplement - -**Access:** Read-only - - -### Get - -Supplement parameters. Used for Interleaved2of5, Standard2of5, EAN13, EAN8, UPCA, UPCE, ISBN, ISSN, ISMN. - diff --git a/english/php/aspose.barcode.generation/barcodeparameters/widenarrowratio/_index.md b/english/php/aspose.barcode.generation/barcodeparameters/widenarrowratio/_index.md deleted file mode 100644 index 7626d9954..000000000 --- a/english/php/aspose.barcode.generation/barcodeparameters/widenarrowratio/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "BarcodeParameters.WideNarrowRatio" -linktitle: "WideNarrowRatio" -articleTitle: "WideNarrowRatio" -second_title: "Aspose.BarCode for PHP via Java" -description: "Wide bars to Narrow bars ratio. Default value: 3, that is, wide bars are 3 times as wide as narrow bars. Used for ITF, PZN, PharmaCode, Standard2of5, Interleaved2of5, Matrix2of5, ItalianPost25, IATA2o" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/barcodeparameters/widenarrowratio/ ---- - -## BarcodeParameters.WideNarrowRatio - -**Access:** Read/Write - - -### Get - -Wide bars to Narrow bars ratio. Default value: 3, that is, wide bars are 3 times as wide as narrow bars. Used for ITF, PZN, PharmaCode, Standard2of5, Interleaved2of5, Matrix2of5, ItalianPost25, IATA2of5, VIN, DeutschePost, OPC, Code32, DataLogic2of5, PatchCode, Code39Extended, Code39Standard - - -### Set - -Wide bars to Narrow bars ratio. Default value: 3, that is, wide bars are 3 times as wide as narrow bars. Used for ITF, PZN, PharmaCode, Standard2of5, Interleaved2of5, Matrix2of5, ItalianPost25, IATA2of5, VIN, DeutschePost, OPC, Code32, DataLogic2of5, PatchCode, Code39Extended, Code39Standard - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `float` | | diff --git a/english/php/aspose.barcode.generation/barcodeparameters/xdimension/_index.md b/english/php/aspose.barcode.generation/barcodeparameters/xdimension/_index.md deleted file mode 100644 index 95f0221f5..000000000 --- a/english/php/aspose.barcode.generation/barcodeparameters/xdimension/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "BarcodeParameters.XDimension" -linktitle: "XDimension" -articleTitle: "XDimension" -second_title: "Aspose.BarCode for PHP via Java" -description: "x-dimension is the smallest width of the unit of BarCode bars or spaces. Increase this will increase the whole barcode image width. Ignored if AutoSizeMode property is set to AutoSizeMode::NEAREST or " -type: docs -weight: 10 -url: /php/aspose.barcode.generation/barcodeparameters/xdimension/ ---- - -## BarcodeParameters.XDimension - -**Access:** Read/Write - - -### Get - -x-dimension is the smallest width of the unit of BarCode bars or spaces. Increase this will increase the whole barcode image width. Ignored if AutoSizeMode property is set to AutoSizeMode::NEAREST or AutoSizeMode::INTERPOLATION. - - -### Set - -x-dimension is the smallest width of the unit of BarCode bars or spaces. Increase this will increase the whole barcode image width. Ignored if AutoSizeMode property is set to AutoSizeMode::NEAREST or AutoSizeMode::INTERPOLATION. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `Unit` | | diff --git a/english/php/aspose.barcode.generation/base64codetexttype/_index.md b/english/php/aspose.barcode.generation/base64codetexttype/_index.md index 996ce20d3..a49c523a8 100644 --- a/english/php/aspose.barcode.generation/base64codetexttype/_index.md +++ b/english/php/aspose.barcode.generation/base64codetexttype/_index.md @@ -1,7 +1,6 @@ --- -title: "Base64CodeTextType Enum" +title: "Base64CodeTextType" linktitle: "Base64CodeTextType" -articleTitle: "Base64CodeTextType" second_title: "Aspose.BarCode for PHP via Java" description: "" type: docs @@ -18,5 +17,13 @@ url: /php/aspose.barcode.generation/base64codetexttype/ | Name | Value | Description | | --- | --- | --- | -| [BYTE](./byte/) | `1` | | -| [STRING](./string/) | `0` | | +| [BYTE](#byte) | `1` | | +| [STRING](#string) | `0` | | +### BYTE {#byte} + +**Value:** `1` + +### STRING {#string} + +**Value:** `0` + diff --git a/english/php/aspose.barcode.generation/base64codetexttype/byte/_index.md b/english/php/aspose.barcode.generation/base64codetexttype/byte/_index.md deleted file mode 100644 index 99f799959..000000000 --- a/english/php/aspose.barcode.generation/base64codetexttype/byte/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Base64CodeTextType::BYTE" -linktitle: "BYTE" -articleTitle: "BYTE" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/base64codetexttype/byte/ ---- - -## Base64CodeTextType::BYTE Enum Value - -**Value:** `1` - diff --git a/english/php/aspose.barcode.generation/base64codetexttype/string/_index.md b/english/php/aspose.barcode.generation/base64codetexttype/string/_index.md deleted file mode 100644 index 48c0d0c14..000000000 --- a/english/php/aspose.barcode.generation/base64codetexttype/string/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Base64CodeTextType::STRING" -linktitle: "STRING" -articleTitle: "STRING" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/base64codetexttype/string/ ---- - -## Base64CodeTextType::STRING Enum Value - -**Value:** `0` - diff --git a/english/php/aspose.barcode.generation/basegenerationparameters/_index.md b/english/php/aspose.barcode.generation/basegenerationparameters/_index.md index 5f3b9b257..2e710069a 100644 --- a/english/php/aspose.barcode.generation/basegenerationparameters/_index.md +++ b/english/php/aspose.barcode.generation/basegenerationparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "BaseGenerationParameters Class" +title: "BaseGenerationParameters" linktitle: "BaseGenerationParameters" -articleTitle: "BaseGenerationParameters" second_title: "Aspose.BarCode for PHP via Java" description: "Barcode image generation parameters." type: docs @@ -21,21 +20,164 @@ Barcode image generation parameters. | Name | Description | | --- | --- | -| [__construct](./basegenerationparameters/) | | +| [__construct](#constructor) | | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [AutoSizeMode](./autosizemode/) | Read/Write | Specifies the different types of automatic sizing modes. Default value: AutoSizeMode::NONE. | -| [BackColor](./backcolor/) | Read/Write | Background color of the barcode image. Default value: #FFFFFF | -| [Barcode](./barcode/) | Read/Write | Gets the BarcodeParameters that contains all barcode properties. | -| [Border](./border/) | Read-only | Gets the BorderParameters that contains all configuration properties for barcode border. | -| [CaptionAbove](./captionabove/) | Read/Write | Caption Above the BarCode image. | -| [CaptionBelow](./captionbelow/) | Read/Write | Caption Below the BarCode image. | -| [Image](./image/) | Read-only | Image parameters. See ImageParameters. | -| [ImageHeight](./imageheight/) | Read/Write | BarCode image height when AutoSizeMode property is set to AutoSizeMode::NEAREST or AutoSizeMode::INTERPOLATION. | -| [ImageWidth](./imagewidth/) | Read/Write | BarCode image width when AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode::INTERPOLATION. | -| [Resolution](./resolution/) | Read/Write | Gets the resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. | -| [RotationAngle](./rotationangle/) | Read/Write | BarCode image rotation angle, measured in degree, e.g. RotationAngle = 0 or RotationAngle = 360 means no rotation. If RotationAngle NOT equal to 90, 180, 270 or 0, it may increase the difficulty for the scanner to read the image. Default value: 0. This sample shows how to create and save a BarCode image. | -| [UseAntiAlias](./useantialias/) | Read/Write | Gets a value indicating whether is used anti-aliasing mode to render image | +| [AutoSizeMode](#autosizemode) | Read/Write | Specifies the different types of automatic sizing modes. Default value: AutoSizeMode::NONE. | +| [BackColor](#backcolor) | Read/Write | Background color of the barcode image. Default value: #FFFFFF | +| [Barcode](#barcode) | Read/Write | Gets the BarcodeParameters that contains all barcode properties. | +| [Border](#border) | Read-only | Gets the BorderParameters that contains all configuration properties for barcode border. | +| [CaptionAbove](#captionabove) | Read/Write | Caption Above the BarCode image. | +| [CaptionBelow](#captionbelow) | Read/Write | Caption Below the BarCode image. | +| [Image](#image) | Read-only | Image parameters. See ImageParameters. | +| [ImageHeight](#imageheight) | Read/Write | BarCode image height when AutoSizeMode property is set to AutoSizeMode::NEAREST or AutoSizeMode::INTERPOLATION. | +| [ImageWidth](#imagewidth) | Read/Write | BarCode image width when AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode::INTERPOLATION. | +| [Resolution](#resolution) | Read/Write | Gets the resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. | +| [RotationAngle](#rotationangle) | Read/Write | BarCode image rotation angle, measured in degree, e.g. RotationAngle = 0 or RotationAngle = 360 means no rotation. If RotationAngle NOT equal to 90, 180, 270 or 0, it may increase the difficulty for the scanner to read the image. Default value: 0. This sample shows how to create and save a BarCode image. | +| [UseAntiAlias](#useantialias) | Read/Write | Gets a value indicating whether is used anti-aliasing mode to render image | + +### BaseGenerationParameters__construct(BaseGenerationParametersDTO $baseGenerationParametersDto) {#constructor} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$baseGenerationParametersDto` | `BaseGenerationParametersDTO` | | + +### AutoSizeMode {#autosizemode} + +**Access:** Read/Write + +Specifies the different types of automatic sizing modes. Default value: AutoSizeMode::NONE. + +Specifies the different types of automatic sizing modes. Default value: AutoSizeMode::NONE. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### BackColor {#backcolor} + +**Access:** Read/Write + +**Returns:** string value of background color. + +Background color of the barcode image. Default value: #FFFFFF + +Background color of the barcode image. Default value: #FFFFFF + +| Parameter | Type | Description | +| --- | --- | --- | +| `$hexValue` | `string` | | + +### Barcode {#barcode} + +**Access:** Read/Write + +Gets the BarcodeParameters that contains all barcode properties. + +Gets the BarcodeParameters that contains all barcode properties. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `BarcodeParameters` | | + +### Border {#border} + +**Access:** Read-only + +Gets the BorderParameters that contains all configuration properties for barcode border. + +### CaptionAbove {#captionabove} + +**Access:** Read/Write + +Caption Above the BarCode image. + +Caption Above the BarCode image. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `CaptionParameters` | | + +### CaptionBelow {#captionbelow} + +**Access:** Read/Write + +Caption Below the BarCode image. + +Caption Below the BarCode image. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `CaptionParameters` | | + +### Image {#image} + +**Access:** Read-only + +Image parameters. See ImageParameters. + +### ImageHeight {#imageheight} + +**Access:** Read/Write + +BarCode image height when AutoSizeMode property is set to AutoSizeMode::NEAREST or AutoSizeMode::INTERPOLATION. + +BarCode image height when AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode::INTERPOLATION. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `Unit` | | + +### ImageWidth {#imagewidth} + +**Access:** Read/Write + +BarCode image width when AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode::INTERPOLATION. + +BarCode image width when AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode::INTERPOLATION. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `Unit` | | + +### Resolution {#resolution} + +**Access:** Read/Write + +**Returns:** float The Resolution parameter value is less than or equal to 0. + +Gets the resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. + +Sets the resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `float` | | + +### RotationAngle {#rotationangle} + +**Access:** Read/Write + +BarCode image rotation angle, measured in degree, e.g. RotationAngle = 0 or RotationAngle = 360 means no rotation. If RotationAngle NOT equal to 90, 180, 270 or 0, it may increase the difficulty for the scanner to read the image. Default value: 0. This sample shows how to create and save a BarCode image. + +BarCode image rotation angle, measured in degree, e.g. RotationAngle = 0 or RotationAngle = 360 means no rotation. If RotationAngle NOT equal to 90, 180, 270 or 0, it may increase the difficulty for the scanner to read the image. Default value: 0. This sample shows how to create and save a BarCode image. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `float` | | + +### UseAntiAlias {#useantialias} + +**Access:** Read/Write + +Gets a value indicating whether is used anti-aliasing mode to render image + +Sets a value indicating whether is used anti-aliasing mode to render image + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `bool` | | + diff --git a/english/php/aspose.barcode.generation/basegenerationparameters/autosizemode/_index.md b/english/php/aspose.barcode.generation/basegenerationparameters/autosizemode/_index.md deleted file mode 100644 index dbdcb882e..000000000 --- a/english/php/aspose.barcode.generation/basegenerationparameters/autosizemode/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "BaseGenerationParameters.AutoSizeMode" -linktitle: "AutoSizeMode" -articleTitle: "AutoSizeMode" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies the different types of automatic sizing modes. Default value: AutoSizeMode::NONE." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/basegenerationparameters/autosizemode/ ---- - -## BaseGenerationParameters.AutoSizeMode - -**Access:** Read/Write - - -### Get - -Specifies the different types of automatic sizing modes. Default value: AutoSizeMode::NONE. - - -### Set - -Specifies the different types of automatic sizing modes. Default value: AutoSizeMode::NONE. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/basegenerationparameters/backcolor/_index.md b/english/php/aspose.barcode.generation/basegenerationparameters/backcolor/_index.md deleted file mode 100644 index 2f720900a..000000000 --- a/english/php/aspose.barcode.generation/basegenerationparameters/backcolor/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "BaseGenerationParameters.BackColor" -linktitle: "BackColor" -articleTitle: "BackColor" -second_title: "Aspose.BarCode for PHP via Java" -description: "Background color of the barcode image. Default value: #FFFFFF" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/basegenerationparameters/backcolor/ ---- - -## BaseGenerationParameters.BackColor - -**Access:** Read/Write - - -**Returns:** string value of background color. - - -### Get - -Background color of the barcode image. Default value: #FFFFFF - - -### Set - -Background color of the barcode image. Default value: #FFFFFF - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$hexValue` | `string` | | diff --git a/english/php/aspose.barcode.generation/basegenerationparameters/barcode/_index.md b/english/php/aspose.barcode.generation/basegenerationparameters/barcode/_index.md deleted file mode 100644 index 0f1a46a50..000000000 --- a/english/php/aspose.barcode.generation/basegenerationparameters/barcode/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "BaseGenerationParameters.Barcode" -linktitle: "Barcode" -articleTitle: "Barcode" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets the BarcodeParameters that contains all barcode properties." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/basegenerationparameters/barcode/ ---- - -## BaseGenerationParameters.Barcode - -**Access:** Read/Write - - -### Get - -Gets the BarcodeParameters that contains all barcode properties. - - -### Set - -Gets the BarcodeParameters that contains all barcode properties. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `BarcodeParameters` | | diff --git a/english/php/aspose.barcode.generation/basegenerationparameters/basegenerationparameters/_index.md b/english/php/aspose.barcode.generation/basegenerationparameters/basegenerationparameters/_index.md deleted file mode 100644 index 304fa5098..000000000 --- a/english/php/aspose.barcode.generation/basegenerationparameters/basegenerationparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "BaseGenerationParameters" -linktitle: "BaseGenerationParameters" -articleTitle: "BaseGenerationParameters" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/basegenerationparameters/basegenerationparameters/ ---- - -## BaseGenerationParameters Constructor - -```php -__construct(BaseGenerationParametersDTO $baseGenerationParametersDto) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$baseGenerationParametersDto` | `BaseGenerationParametersDTO` | | diff --git a/english/php/aspose.barcode.generation/basegenerationparameters/border/_index.md b/english/php/aspose.barcode.generation/basegenerationparameters/border/_index.md deleted file mode 100644 index 50bf69793..000000000 --- a/english/php/aspose.barcode.generation/basegenerationparameters/border/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BaseGenerationParameters.Border" -linktitle: "Border" -articleTitle: "Border" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets the BorderParameters that contains all configuration properties for barcode border." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/basegenerationparameters/border/ ---- - -## BaseGenerationParameters.Border - -**Access:** Read-only - - -### Get - -Gets the BorderParameters that contains all configuration properties for barcode border. - diff --git a/english/php/aspose.barcode.generation/basegenerationparameters/captionabove/_index.md b/english/php/aspose.barcode.generation/basegenerationparameters/captionabove/_index.md deleted file mode 100644 index 51637cbae..000000000 --- a/english/php/aspose.barcode.generation/basegenerationparameters/captionabove/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "BaseGenerationParameters.CaptionAbove" -linktitle: "CaptionAbove" -articleTitle: "CaptionAbove" -second_title: "Aspose.BarCode for PHP via Java" -description: "Caption Above the BarCode image." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/basegenerationparameters/captionabove/ ---- - -## BaseGenerationParameters.CaptionAbove - -**Access:** Read/Write - - -### Get - -Caption Above the BarCode image. - - -### Set - -Caption Above the BarCode image. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `CaptionParameters` | | diff --git a/english/php/aspose.barcode.generation/basegenerationparameters/captionbelow/_index.md b/english/php/aspose.barcode.generation/basegenerationparameters/captionbelow/_index.md deleted file mode 100644 index 167fc3f39..000000000 --- a/english/php/aspose.barcode.generation/basegenerationparameters/captionbelow/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "BaseGenerationParameters.CaptionBelow" -linktitle: "CaptionBelow" -articleTitle: "CaptionBelow" -second_title: "Aspose.BarCode for PHP via Java" -description: "Caption Below the BarCode image." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/basegenerationparameters/captionbelow/ ---- - -## BaseGenerationParameters.CaptionBelow - -**Access:** Read/Write - - -### Get - -Caption Below the BarCode image. - - -### Set - -Caption Below the BarCode image. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `CaptionParameters` | | diff --git a/english/php/aspose.barcode.generation/basegenerationparameters/image/_index.md b/english/php/aspose.barcode.generation/basegenerationparameters/image/_index.md deleted file mode 100644 index da0b8b110..000000000 --- a/english/php/aspose.barcode.generation/basegenerationparameters/image/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BaseGenerationParameters.Image" -linktitle: "Image" -articleTitle: "Image" -second_title: "Aspose.BarCode for PHP via Java" -description: "Image parameters. See ImageParameters." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/basegenerationparameters/image/ ---- - -## BaseGenerationParameters.Image - -**Access:** Read-only - - -### Get - -Image parameters. See ImageParameters. - diff --git a/english/php/aspose.barcode.generation/basegenerationparameters/imageheight/_index.md b/english/php/aspose.barcode.generation/basegenerationparameters/imageheight/_index.md deleted file mode 100644 index 201e6015d..000000000 --- a/english/php/aspose.barcode.generation/basegenerationparameters/imageheight/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "BaseGenerationParameters.ImageHeight" -linktitle: "ImageHeight" -articleTitle: "ImageHeight" -second_title: "Aspose.BarCode for PHP via Java" -description: "BarCode image height when AutoSizeMode property is set to AutoSizeMode::NEAREST or AutoSizeMode::INTERPOLATION." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/basegenerationparameters/imageheight/ ---- - -## BaseGenerationParameters.ImageHeight - -**Access:** Read/Write - - -### Get - -BarCode image height when AutoSizeMode property is set to AutoSizeMode::NEAREST or AutoSizeMode::INTERPOLATION. - - -### Set - -BarCode image height when AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode::INTERPOLATION. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `Unit` | | diff --git a/english/php/aspose.barcode.generation/basegenerationparameters/imagewidth/_index.md b/english/php/aspose.barcode.generation/basegenerationparameters/imagewidth/_index.md deleted file mode 100644 index bd8a4c28e..000000000 --- a/english/php/aspose.barcode.generation/basegenerationparameters/imagewidth/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "BaseGenerationParameters.ImageWidth" -linktitle: "ImageWidth" -articleTitle: "ImageWidth" -second_title: "Aspose.BarCode for PHP via Java" -description: "BarCode image width when AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode::INTERPOLATION." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/basegenerationparameters/imagewidth/ ---- - -## BaseGenerationParameters.ImageWidth - -**Access:** Read/Write - - -### Get - -BarCode image width when AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode::INTERPOLATION. - - -### Set - -BarCode image width when AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode::INTERPOLATION. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `Unit` | | diff --git a/english/php/aspose.barcode.generation/basegenerationparameters/resolution/_index.md b/english/php/aspose.barcode.generation/basegenerationparameters/resolution/_index.md deleted file mode 100644 index 513929082..000000000 --- a/english/php/aspose.barcode.generation/basegenerationparameters/resolution/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "BaseGenerationParameters.Resolution" -linktitle: "Resolution" -articleTitle: "Resolution" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets the resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/basegenerationparameters/resolution/ ---- - -## BaseGenerationParameters.Resolution - -**Access:** Read/Write - - -**Returns:** float The Resolution parameter value is less than or equal to 0. - - -### Get - -Gets the resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. - - -### Set - -Sets the resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `float` | | diff --git a/english/php/aspose.barcode.generation/basegenerationparameters/rotationangle/_index.md b/english/php/aspose.barcode.generation/basegenerationparameters/rotationangle/_index.md deleted file mode 100644 index 5ec588951..000000000 --- a/english/php/aspose.barcode.generation/basegenerationparameters/rotationangle/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "BaseGenerationParameters.RotationAngle" -linktitle: "RotationAngle" -articleTitle: "RotationAngle" -second_title: "Aspose.BarCode for PHP via Java" -description: "BarCode image rotation angle, measured in degree, e.g. RotationAngle = 0 or RotationAngle = 360 means no rotation. If RotationAngle NOT equal to 90, 180, 270 or 0, it may increase the difficulty for t" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/basegenerationparameters/rotationangle/ ---- - -## BaseGenerationParameters.RotationAngle - -**Access:** Read/Write - - -### Get - -BarCode image rotation angle, measured in degree, e.g. RotationAngle = 0 or RotationAngle = 360 means no rotation. If RotationAngle NOT equal to 90, 180, 270 or 0, it may increase the difficulty for the scanner to read the image. Default value: 0. This sample shows how to create and save a BarCode image. - - -### Set - -BarCode image rotation angle, measured in degree, e.g. RotationAngle = 0 or RotationAngle = 360 means no rotation. If RotationAngle NOT equal to 90, 180, 270 or 0, it may increase the difficulty for the scanner to read the image. Default value: 0. This sample shows how to create and save a BarCode image. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `float` | | diff --git a/english/php/aspose.barcode.generation/basegenerationparameters/useantialias/_index.md b/english/php/aspose.barcode.generation/basegenerationparameters/useantialias/_index.md deleted file mode 100644 index 2faeb3634..000000000 --- a/english/php/aspose.barcode.generation/basegenerationparameters/useantialias/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "BaseGenerationParameters.UseAntiAlias" -linktitle: "UseAntiAlias" -articleTitle: "UseAntiAlias" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets a value indicating whether is used anti-aliasing mode to render image" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/basegenerationparameters/useantialias/ ---- - -## BaseGenerationParameters.UseAntiAlias - -**Access:** Read/Write - - -### Get - -Gets a value indicating whether is used anti-aliasing mode to render image - - -### Set - -Sets a value indicating whether is used anti-aliasing mode to render image - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `bool` | | diff --git a/english/php/aspose.barcode.generation/borderdashstyle/_index.md b/english/php/aspose.barcode.generation/borderdashstyle/_index.md index 6a6f99539..e9c2cc4fb 100644 --- a/english/php/aspose.barcode.generation/borderdashstyle/_index.md +++ b/english/php/aspose.barcode.generation/borderdashstyle/_index.md @@ -1,7 +1,6 @@ --- -title: "BorderDashStyle Enum" +title: "BorderDashStyle" linktitle: "BorderDashStyle" -articleTitle: "BorderDashStyle" second_title: "Aspose.BarCode for PHP via Java" description: "Specifies the style of dashed border lines." type: docs @@ -21,8 +20,38 @@ Specifies the style of dashed border lines. | Name | Value | Description | | --- | --- | --- | -| [DASH](./dash/) | `1` | Specifies a line consisting of dashes. | -| [DASH_DOT](./dash_dot/) | `3` | Specifies a line consisting of a repeating pattern of dash-dot. | -| [DASH_DOT_DOT](./dash_dot_dot/) | `4` | Specifies a line consisting of a repeating pattern of dash-dot-dot. | -| [DOT](./dot/) | `2` | Specifies a line consisting of dots. | -| [SOLID](./solid/) | `0` | Specifies a solid line. | +| [DASH](#dash) | `1` | Specifies a line consisting of dashes. | +| [DASH_DOT](#dash_dot) | `3` | Specifies a line consisting of a repeating pattern of dash-dot. | +| [DASH_DOT_DOT](#dash_dot_dot) | `4` | Specifies a line consisting of a repeating pattern of dash-dot-dot. | +| [DOT](#dot) | `2` | Specifies a line consisting of dots. | +| [SOLID](#solid) | `0` | Specifies a solid line. | +### DASH {#dash} + +**Value:** `1` + +Specifies a line consisting of dashes. + +### DASH_DOT {#dash_dot} + +**Value:** `3` + +Specifies a line consisting of a repeating pattern of dash-dot. + +### DASH_DOT_DOT {#dash_dot_dot} + +**Value:** `4` + +Specifies a line consisting of a repeating pattern of dash-dot-dot. + +### DOT {#dot} + +**Value:** `2` + +Specifies a line consisting of dots. + +### SOLID {#solid} + +**Value:** `0` + +Specifies a solid line. + diff --git a/english/php/aspose.barcode.generation/borderdashstyle/dash/_index.md b/english/php/aspose.barcode.generation/borderdashstyle/dash/_index.md deleted file mode 100644 index 401533329..000000000 --- a/english/php/aspose.barcode.generation/borderdashstyle/dash/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "BorderDashStyle::DASH" -linktitle: "DASH" -articleTitle: "DASH" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies a line consisting of dashes." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/borderdashstyle/dash/ ---- - -## BorderDashStyle::DASH Enum Value - -**Value:** `1` - - -Specifies a line consisting of dashes. - diff --git a/english/php/aspose.barcode.generation/borderdashstyle/dash_dot/_index.md b/english/php/aspose.barcode.generation/borderdashstyle/dash_dot/_index.md deleted file mode 100644 index b09990121..000000000 --- a/english/php/aspose.barcode.generation/borderdashstyle/dash_dot/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "BorderDashStyle::DASH_DOT" -linktitle: "DASH_DOT" -articleTitle: "DASH_DOT" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies a line consisting of a repeating pattern of dash-dot." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/borderdashstyle/dash_dot/ ---- - -## BorderDashStyle::DASH_DOT Enum Value - -**Value:** `3` - - -Specifies a line consisting of a repeating pattern of dash-dot. - diff --git a/english/php/aspose.barcode.generation/borderdashstyle/dash_dot_dot/_index.md b/english/php/aspose.barcode.generation/borderdashstyle/dash_dot_dot/_index.md deleted file mode 100644 index 6d0b1c369..000000000 --- a/english/php/aspose.barcode.generation/borderdashstyle/dash_dot_dot/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "BorderDashStyle::DASH_DOT_DOT" -linktitle: "DASH_DOT_DOT" -articleTitle: "DASH_DOT_DOT" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies a line consisting of a repeating pattern of dash-dot-dot." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/borderdashstyle/dash_dot_dot/ ---- - -## BorderDashStyle::DASH_DOT_DOT Enum Value - -**Value:** `4` - - -Specifies a line consisting of a repeating pattern of dash-dot-dot. - diff --git a/english/php/aspose.barcode.generation/borderdashstyle/dot/_index.md b/english/php/aspose.barcode.generation/borderdashstyle/dot/_index.md deleted file mode 100644 index 28a9d4947..000000000 --- a/english/php/aspose.barcode.generation/borderdashstyle/dot/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "BorderDashStyle::DOT" -linktitle: "DOT" -articleTitle: "DOT" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies a line consisting of dots." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/borderdashstyle/dot/ ---- - -## BorderDashStyle::DOT Enum Value - -**Value:** `2` - - -Specifies a line consisting of dots. - diff --git a/english/php/aspose.barcode.generation/borderdashstyle/solid/_index.md b/english/php/aspose.barcode.generation/borderdashstyle/solid/_index.md deleted file mode 100644 index 6d5ee9945..000000000 --- a/english/php/aspose.barcode.generation/borderdashstyle/solid/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "BorderDashStyle::SOLID" -linktitle: "SOLID" -articleTitle: "SOLID" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies a solid line." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/borderdashstyle/solid/ ---- - -## BorderDashStyle::SOLID Enum Value - -**Value:** `0` - - -Specifies a solid line. - diff --git a/english/php/aspose.barcode.generation/borderparameters/_index.md b/english/php/aspose.barcode.generation/borderparameters/_index.md index 0aeca49bb..640f09d21 100644 --- a/english/php/aspose.barcode.generation/borderparameters/_index.md +++ b/english/php/aspose.barcode.generation/borderparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "BorderParameters Class" +title: "BorderParameters" linktitle: "BorderParameters" -articleTitle: "BorderParameters" second_title: "Aspose.BarCode for PHP via Java" description: "Barcode image border parameters" type: docs @@ -21,13 +20,68 @@ Barcode image border parameters | Name | Description | | --- | --- | -| [__construct](./borderparameters/) | | +| [__construct](#constructor) | | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [Color](./color/) | Read/Write | Border color. Default value: #000000 | -| [DashStyle](./dashstyle/) | Read/Write | Border dash style. Default value: BorderDashStyle::SOLID. | -| [Visible](./visible/) | Read/Write | Border visibility. If false than parameter Width is always ignored (0). Default value: false. | -| [Width](./width/) | Read/Write | Border width. Default value: 0. Ignored if Visible is set to false. | +| [Color](#color) | Read/Write | Border color. Default value: #000000 | +| [DashStyle](#dashstyle) | Read/Write | Border dash style. Default value: BorderDashStyle::SOLID. | +| [Visible](#visible) | Read/Write | Border visibility. If false than parameter Width is always ignored (0). Default value: false. | +| [Width](#width) | Read/Write | Border width. Default value: 0. Ignored if Visible is set to false. | + +### BorderParameters__construct(BorderParametersDTO $borderParametersDto) {#constructor} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$borderParametersDto` | `BorderParametersDTO` | | + +### Color {#color} + +**Access:** Read/Write + +Border color. Default value: #000000 + +Border color. Default value: #000000 + +| Parameter | Type | Description | +| --- | --- | --- | +| `$hexValue` | `string` | | + +### DashStyle {#dashstyle} + +**Access:** Read/Write + +Border dash style. Default value: BorderDashStyle::SOLID. + +Border dash style. Default value: BorderDashStyle::SOLID. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### Visible {#visible} + +**Access:** Read/Write + +Border visibility. If false than parameter Width is always ignored (0). Default value: false. + +Border visibility. If false than parameter Width is always ignored (0). Default value: false. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `bool` | | + +### Width {#width} + +**Access:** Read/Write + +Border width. Default value: 0. Ignored if Visible is set to false. + +Border width. Default value: 0. Ignored if Visible is set to false. public + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `Unit` | | + diff --git a/english/php/aspose.barcode.generation/borderparameters/borderparameters/_index.md b/english/php/aspose.barcode.generation/borderparameters/borderparameters/_index.md deleted file mode 100644 index 099bd5d8d..000000000 --- a/english/php/aspose.barcode.generation/borderparameters/borderparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "BorderParameters" -linktitle: "BorderParameters" -articleTitle: "BorderParameters" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/borderparameters/borderparameters/ ---- - -## BorderParameters Constructor - -```php -__construct(BorderParametersDTO $borderParametersDto) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$borderParametersDto` | `BorderParametersDTO` | | diff --git a/english/php/aspose.barcode.generation/borderparameters/color/_index.md b/english/php/aspose.barcode.generation/borderparameters/color/_index.md deleted file mode 100644 index 47c28cf0d..000000000 --- a/english/php/aspose.barcode.generation/borderparameters/color/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "BorderParameters.Color" -linktitle: "Color" -articleTitle: "Color" -second_title: "Aspose.BarCode for PHP via Java" -description: "Border color. Default value: #000000" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/borderparameters/color/ ---- - -## BorderParameters.Color - -**Access:** Read/Write - - -### Get - -Border color. Default value: #000000 - - -### Set - -Border color. Default value: #000000 - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$hexValue` | `string` | | diff --git a/english/php/aspose.barcode.generation/borderparameters/dashstyle/_index.md b/english/php/aspose.barcode.generation/borderparameters/dashstyle/_index.md deleted file mode 100644 index 58259641f..000000000 --- a/english/php/aspose.barcode.generation/borderparameters/dashstyle/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "BorderParameters.DashStyle" -linktitle: "DashStyle" -articleTitle: "DashStyle" -second_title: "Aspose.BarCode for PHP via Java" -description: "Border dash style. Default value: BorderDashStyle::SOLID." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/borderparameters/dashstyle/ ---- - -## BorderParameters.DashStyle - -**Access:** Read/Write - - -### Get - -Border dash style. Default value: BorderDashStyle::SOLID. - - -### Set - -Border dash style. Default value: BorderDashStyle::SOLID. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/borderparameters/visible/_index.md b/english/php/aspose.barcode.generation/borderparameters/visible/_index.md deleted file mode 100644 index c07890718..000000000 --- a/english/php/aspose.barcode.generation/borderparameters/visible/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "BorderParameters.Visible" -linktitle: "Visible" -articleTitle: "Visible" -second_title: "Aspose.BarCode for PHP via Java" -description: "Border visibility. If false than parameter Width is always ignored (0). Default value: false." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/borderparameters/visible/ ---- - -## BorderParameters.Visible - -**Access:** Read/Write - - -### Get - -Border visibility. If false than parameter Width is always ignored (0). Default value: false. - - -### Set - -Border visibility. If false than parameter Width is always ignored (0). Default value: false. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `bool` | | diff --git a/english/php/aspose.barcode.generation/borderparameters/width/_index.md b/english/php/aspose.barcode.generation/borderparameters/width/_index.md deleted file mode 100644 index 877201aa7..000000000 --- a/english/php/aspose.barcode.generation/borderparameters/width/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "BorderParameters.Width" -linktitle: "Width" -articleTitle: "Width" -second_title: "Aspose.BarCode for PHP via Java" -description: "Border width. Default value: 0. Ignored if Visible is set to false." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/borderparameters/width/ ---- - -## BorderParameters.Width - -**Access:** Read/Write - - -### Get - -Border width. Default value: 0. Ignored if Visible is set to false. - - -### Set - -Border width. Default value: 0. Ignored if Visible is set to false. public - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `Unit` | | diff --git a/english/php/aspose.barcode.generation/captionparameters/_index.md b/english/php/aspose.barcode.generation/captionparameters/_index.md index 31479bc4c..f368d6b49 100644 --- a/english/php/aspose.barcode.generation/captionparameters/_index.md +++ b/english/php/aspose.barcode.generation/captionparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "CaptionParameters Class" +title: "CaptionParameters" linktitle: "CaptionParameters" -articleTitle: "CaptionParameters" second_title: "Aspose.BarCode for PHP via Java" description: "Caption parameters." type: docs @@ -21,16 +20,97 @@ Caption parameters. | Name | Description | | --- | --- | -| [__construct](./captionparameters/) | | +| [__construct](#constructor) | | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [Alignment](./alignment/) | Read/Write | Caption test horizontal alignment. Default value: StringAlignment.Center. | -| [Font](./font/) | Read-only | Caption font. Default value: Arial 8pt regular. | -| [NoWrap](./nowrap/) | Read/Write | | -| [Padding](./padding/) | Read/Write | Captions paddings. Default value for CaptionAbove: 5pt 5pt 0 5pt. Default value for CaptionBelow: 0 5pt 5pt 5pt. | -| [Text](./text/) | Read/Write | Caption text. Default value: empty string. | -| [TextColor](./textcolor/) | Read/Write | Caption text color. Default value BLACK. | -| [Visible](./visible/) | Read/Write | Caption text visibility. Default value: false. | +| [Alignment](#alignment) | Read/Write | Caption test horizontal alignment. Default value: StringAlignment.Center. | +| [Font](#font) | Read-only | Caption font. Default value: Arial 8pt regular. | +| [NoWrap](#nowrap) | Read/Write | | +| [Padding](#padding) | Read/Write | Captions paddings. Default value for CaptionAbove: 5pt 5pt 0 5pt. Default value for CaptionBelow: 0 5pt 5pt 5pt. | +| [Text](#text) | Read/Write | Caption text. Default value: empty string. | +| [TextColor](#textcolor) | Read/Write | Caption text color. Default value BLACK. | +| [Visible](#visible) | Read/Write | Caption text visibility. Default value: false. | + +### CaptionParameters__construct(CaptionParametersDTO $captionParametersDto) {#constructor} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$captionParametersDto` | `CaptionParametersDTO` | | + +### Alignment {#alignment} + +**Access:** Read/Write + +Caption test horizontal alignment. Default value: StringAlignment.Center. + +Caption test horizontal alignment. Default value: StringAlignment.CENTER. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### Font {#font} + +**Access:** Read-only + +Caption font. Default value: Arial 8pt regular. + +### NoWrap {#nowrap} + +**Access:** Read/Write + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `bool` | | + +### Padding {#padding} + +**Access:** Read/Write + +Captions paddings. Default value for CaptionAbove: 5pt 5pt 0 5pt. Default value for CaptionBelow: 0 5pt 5pt 5pt. + +Captions paddings. Default value for CaptionAbove: 5pt 5pt 0 5pt. Default value for CaptionBelow: 0 5pt 5pt 5pt. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `Padding` | | + +### Text {#text} + +**Access:** Read/Write + +Caption text. Default value: empty string. + +Caption text. Default value: empty string. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### TextColor {#textcolor} + +**Access:** Read/Write + +Caption text color. Default value BLACK. + +Caption text color. Default value BLACK. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### Visible {#visible} + +**Access:** Read/Write + +Caption text visibility. Default value: false. + +Caption text visibility. Default value: false. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `bool` | | + diff --git a/english/php/aspose.barcode.generation/captionparameters/alignment/_index.md b/english/php/aspose.barcode.generation/captionparameters/alignment/_index.md deleted file mode 100644 index 665b05ed3..000000000 --- a/english/php/aspose.barcode.generation/captionparameters/alignment/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "CaptionParameters.Alignment" -linktitle: "Alignment" -articleTitle: "Alignment" -second_title: "Aspose.BarCode for PHP via Java" -description: "Caption test horizontal alignment. Default value: StringAlignment.Center." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/captionparameters/alignment/ ---- - -## CaptionParameters.Alignment - -**Access:** Read/Write - - -### Get - -Caption test horizontal alignment. Default value: StringAlignment.Center. - - -### Set - -Caption test horizontal alignment. Default value: StringAlignment.CENTER. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/captionparameters/captionparameters/_index.md b/english/php/aspose.barcode.generation/captionparameters/captionparameters/_index.md deleted file mode 100644 index b796d275c..000000000 --- a/english/php/aspose.barcode.generation/captionparameters/captionparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "CaptionParameters" -linktitle: "CaptionParameters" -articleTitle: "CaptionParameters" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/captionparameters/captionparameters/ ---- - -## CaptionParameters Constructor - -```php -__construct(CaptionParametersDTO $captionParametersDto) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$captionParametersDto` | `CaptionParametersDTO` | | diff --git a/english/php/aspose.barcode.generation/captionparameters/font/_index.md b/english/php/aspose.barcode.generation/captionparameters/font/_index.md deleted file mode 100644 index 66e7ce4cf..000000000 --- a/english/php/aspose.barcode.generation/captionparameters/font/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "CaptionParameters.Font" -linktitle: "Font" -articleTitle: "Font" -second_title: "Aspose.BarCode for PHP via Java" -description: "Caption font. Default value: Arial 8pt regular." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/captionparameters/font/ ---- - -## CaptionParameters.Font - -**Access:** Read-only - - -### Get - -Caption font. Default value: Arial 8pt regular. - diff --git a/english/php/aspose.barcode.generation/captionparameters/nowrap/_index.md b/english/php/aspose.barcode.generation/captionparameters/nowrap/_index.md deleted file mode 100644 index a8cbf4bde..000000000 --- a/english/php/aspose.barcode.generation/captionparameters/nowrap/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "CaptionParameters.NoWrap" -linktitle: "NoWrap" -articleTitle: "NoWrap" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/captionparameters/nowrap/ ---- - -## CaptionParameters.NoWrap - -**Access:** Read/Write - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `bool` | | diff --git a/english/php/aspose.barcode.generation/captionparameters/padding/_index.md b/english/php/aspose.barcode.generation/captionparameters/padding/_index.md deleted file mode 100644 index c272108cc..000000000 --- a/english/php/aspose.barcode.generation/captionparameters/padding/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "CaptionParameters.Padding" -linktitle: "Padding" -articleTitle: "Padding" -second_title: "Aspose.BarCode for PHP via Java" -description: "Captions paddings. Default value for CaptionAbove: 5pt 5pt 0 5pt. Default value for CaptionBelow: 0 5pt 5pt 5pt." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/captionparameters/padding/ ---- - -## CaptionParameters.Padding - -**Access:** Read/Write - - -### Get - -Captions paddings. Default value for CaptionAbove: 5pt 5pt 0 5pt. Default value for CaptionBelow: 0 5pt 5pt 5pt. - - -### Set - -Captions paddings. Default value for CaptionAbove: 5pt 5pt 0 5pt. Default value for CaptionBelow: 0 5pt 5pt 5pt. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `Padding` | | diff --git a/english/php/aspose.barcode.generation/captionparameters/text/_index.md b/english/php/aspose.barcode.generation/captionparameters/text/_index.md deleted file mode 100644 index 5186a8bd7..000000000 --- a/english/php/aspose.barcode.generation/captionparameters/text/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "CaptionParameters.Text" -linktitle: "Text" -articleTitle: "Text" -second_title: "Aspose.BarCode for PHP via Java" -description: "Caption text. Default value: empty string." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/captionparameters/text/ ---- - -## CaptionParameters.Text - -**Access:** Read/Write - - -### Get - -Caption text. Default value: empty string. - - -### Set - -Caption text. Default value: empty string. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.generation/captionparameters/textcolor/_index.md b/english/php/aspose.barcode.generation/captionparameters/textcolor/_index.md deleted file mode 100644 index 85eb1a547..000000000 --- a/english/php/aspose.barcode.generation/captionparameters/textcolor/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "CaptionParameters.TextColor" -linktitle: "TextColor" -articleTitle: "TextColor" -second_title: "Aspose.BarCode for PHP via Java" -description: "Caption text color. Default value BLACK." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/captionparameters/textcolor/ ---- - -## CaptionParameters.TextColor - -**Access:** Read/Write - - -### Get - -Caption text color. Default value BLACK. - - -### Set - -Caption text color. Default value BLACK. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.generation/captionparameters/visible/_index.md b/english/php/aspose.barcode.generation/captionparameters/visible/_index.md deleted file mode 100644 index 8b33ba600..000000000 --- a/english/php/aspose.barcode.generation/captionparameters/visible/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "CaptionParameters.Visible" -linktitle: "Visible" -articleTitle: "Visible" -second_title: "Aspose.BarCode for PHP via Java" -description: "Caption text visibility. Default value: false." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/captionparameters/visible/ ---- - -## CaptionParameters.Visible - -**Access:** Read/Write - - -### Get - -Caption text visibility. Default value: false. - - -### Set - -Caption text visibility. Default value: false. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `bool` | | diff --git a/english/php/aspose.barcode.generation/cmykcolor/_index.md b/english/php/aspose.barcode.generation/cmykcolor/_index.md index 954a69c78..d244d4240 100644 --- a/english/php/aspose.barcode.generation/cmykcolor/_index.md +++ b/english/php/aspose.barcode.generation/cmykcolor/_index.md @@ -1,7 +1,6 @@ --- -title: "CMYKColor Class" +title: "CMYKColor" linktitle: "CMYKColor" -articleTitle: "CMYKColor" second_title: "Aspose.BarCode for PHP via Java" description: "Class for CMYK color. A null instance means CMYK is not used, and default RGB color is in use." type: docs @@ -21,11 +20,39 @@ Class for CMYK color. A null instance means CMYK is not used, and default RGB co | Name | Description | | --- | --- | -| [__construct](./cmykcolor/) | Initializes a new instance of the CMYKColor class from CMYK values. CMYK values are expected in the range 0–100. | +| [__construct](#constructor) | Initializes a new instance of the CMYKColor class from CMYK values. CMYK values are expected in the range 0–100. | ## Methods | Name | Static | Description | | --- | --- | --- | -| [formatCMYK](./formatcmyk/) | No | Format this CMYKColor into a string "C_M_Y_K", multiplying each internal component (0–1) by 100 and rounding. | -| [parseCMYK](./parsecmyk/) | Yes | Parse a CMYK string of the form "C_M_Y_K" into a CMYKColor instance. | +| [formatCMYK](#formatcmyk) | No | Format this CMYKColor into a string "C_M_Y_K", multiplying each internal component (0–1) by 100 and rounding. | +| [parseCMYK](#parsecmyk) | Yes | Parse a CMYK string of the form "C_M_Y_K" into a CMYKColor instance. | + +### CMYKColor__construct(int $c, int $m, int $y, int $k) {#constructor} + +Initializes a new instance of the CMYKColor class from CMYK values. CMYK values are expected in the range 0–100. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$c` | `int` | | +| `$m` | `int` | | +| `$y` | `int` | | +| `$k` | `int` | | + +### formatCMYKformatCMYK() {#formatcmyk} + +Format this CMYKColor into a string "C_M_Y_K", multiplying each internal component (0–1) by 100 and rounding. + +**Returns:** string e.g. "30_100_0_30" + +### parseCMYKparseCMYK(string $str) (static) {#parsecmyk} + +Parse a CMYK string of the form "C_M_Y_K" into a CMYKColor instance. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$str` | `string` | | + +**Returns:** CMYKColor + diff --git a/english/php/aspose.barcode.generation/cmykcolor/cmykcolor/_index.md b/english/php/aspose.barcode.generation/cmykcolor/cmykcolor/_index.md deleted file mode 100644 index 504b8ff68..000000000 --- a/english/php/aspose.barcode.generation/cmykcolor/cmykcolor/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "CMYKColor" -linktitle: "CMYKColor" -articleTitle: "CMYKColor" -second_title: "Aspose.BarCode for PHP via Java" -description: "Initializes a new instance of the CMYKColor class from CMYK values. CMYK values are expected in the range 0–100." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/cmykcolor/cmykcolor/ ---- - -## CMYKColor Constructor - -```php -__construct(int $c, int $m, int $y, int $k) -``` - - -Initializes a new instance of the CMYKColor class from CMYK values. CMYK values are expected in the range 0–100. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$c` | `int` | | -| `$m` | `int` | | -| `$y` | `int` | | -| `$k` | `int` | | diff --git a/english/php/aspose.barcode.generation/cmykcolor/formatcmyk/_index.md b/english/php/aspose.barcode.generation/cmykcolor/formatcmyk/_index.md deleted file mode 100644 index 2179d49d8..000000000 --- a/english/php/aspose.barcode.generation/cmykcolor/formatcmyk/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "CMYKColor.formatCMYK" -linktitle: "formatCMYK" -articleTitle: "formatCMYK" -second_title: "Aspose.BarCode for PHP via Java" -description: "Format this CMYKColor into a string \"C_M_Y_K\", multiplying each internal component (0–1) by 100 and rounding." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/cmykcolor/formatcmyk/ ---- - -## CMYKColor.formatCMYK - -```php -formatCMYK() -``` - - -Format this CMYKColor into a string "C_M_Y_K", multiplying each internal component (0–1) by 100 and rounding. - - -**Returns:** string e.g. "30_100_0_30" - diff --git a/english/php/aspose.barcode.generation/cmykcolor/parsecmyk/_index.md b/english/php/aspose.barcode.generation/cmykcolor/parsecmyk/_index.md deleted file mode 100644 index c50289818..000000000 --- a/english/php/aspose.barcode.generation/cmykcolor/parsecmyk/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "CMYKColor.parseCMYK" -linktitle: "parseCMYK" -articleTitle: "parseCMYK" -second_title: "Aspose.BarCode for PHP via Java" -description: "Parse a CMYK string of the form \"C_M_Y_K\" into a CMYKColor instance." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/cmykcolor/parsecmyk/ ---- - -## CMYKColor.parseCMYK - -```php -parseCMYK(string $str) -``` - - -Parse a CMYK string of the form "C_M_Y_K" into a CMYKColor instance. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$str` | `string` | | - -**Returns:** CMYKColor - diff --git a/english/php/aspose.barcode.generation/codabarchecksummode/_index.md b/english/php/aspose.barcode.generation/codabarchecksummode/_index.md index 2048e5ebf..42a2caea8 100644 --- a/english/php/aspose.barcode.generation/codabarchecksummode/_index.md +++ b/english/php/aspose.barcode.generation/codabarchecksummode/_index.md @@ -1,7 +1,6 @@ --- -title: "CodabarChecksumMode Enum" +title: "CodabarChecksumMode" linktitle: "CodabarChecksumMode" -articleTitle: "CodabarChecksumMode" second_title: "Aspose.BarCode for PHP via Java" description: "Specifies the checksum algorithm for Codabar" type: docs @@ -21,5 +20,17 @@ Specifies the checksum algorithm for Codabar | Name | Value | Description | | --- | --- | --- | -| [MOD_10](./mod_10/) | `"0"` | Specifies Mod 10 algorithm for Codabar. | -| [MOD_16](./mod_16/) | `"1"` | Specifies Mod 16 algorithm for Codabar (recomended AIIM). | +| [MOD_10](#mod_10) | `"0"` | Specifies Mod 10 algorithm for Codabar. | +| [MOD_16](#mod_16) | `"1"` | Specifies Mod 16 algorithm for Codabar (recomended AIIM). | +### MOD_10 {#mod_10} + +**Value:** `"0"` + +Specifies Mod 10 algorithm for Codabar. + +### MOD_16 {#mod_16} + +**Value:** `"1"` + +Specifies Mod 16 algorithm for Codabar (recomended AIIM). + diff --git a/english/php/aspose.barcode.generation/codabarchecksummode/mod_10/_index.md b/english/php/aspose.barcode.generation/codabarchecksummode/mod_10/_index.md deleted file mode 100644 index ad8531496..000000000 --- a/english/php/aspose.barcode.generation/codabarchecksummode/mod_10/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "CodabarChecksumMode::MOD_10" -linktitle: "MOD_10" -articleTitle: "MOD_10" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies Mod 10 algorithm for Codabar." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/codabarchecksummode/mod_10/ ---- - -## CodabarChecksumMode::MOD_10 Enum Value - -**Value:** `"0"` - - -Specifies Mod 10 algorithm for Codabar. - diff --git a/english/php/aspose.barcode.generation/codabarchecksummode/mod_16/_index.md b/english/php/aspose.barcode.generation/codabarchecksummode/mod_16/_index.md deleted file mode 100644 index ad47d5866..000000000 --- a/english/php/aspose.barcode.generation/codabarchecksummode/mod_16/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "CodabarChecksumMode::MOD_16" -linktitle: "MOD_16" -articleTitle: "MOD_16" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies Mod 16 algorithm for Codabar (recomended AIIM)." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/codabarchecksummode/mod_16/ ---- - -## CodabarChecksumMode::MOD_16 Enum Value - -**Value:** `"1"` - - -Specifies Mod 16 algorithm for Codabar (recomended AIIM). - diff --git a/english/php/aspose.barcode.generation/codabarparameters/_index.md b/english/php/aspose.barcode.generation/codabarparameters/_index.md index 645194495..1707056c7 100644 --- a/english/php/aspose.barcode.generation/codabarparameters/_index.md +++ b/english/php/aspose.barcode.generation/codabarparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "CodabarParameters Class" +title: "CodabarParameters" linktitle: "CodabarParameters" -articleTitle: "CodabarParameters" second_title: "Aspose.BarCode for PHP via Java" description: "Codabar parameters." type: docs @@ -21,15 +20,96 @@ Codabar parameters. | Name | Description | | --- | --- | -| [__construct](./codabarparameters/) | | +| [__construct](#constructor) | | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [ChecksumMode](./checksummode/) | Read/Write | Get the checksum algorithm for Codabar barcodes. Default value: CodabarChecksumMode.Mod16. To enable checksum calculation set value EnableChecksum.Yes to property EnableChecksum. See (getChecksumMode/setChecksumMode). | -| [CodabarChecksumMode](./codabarchecksummode/) | Read/Write | Get the checksum algorithm for Codabar barcodes. Default value: CodabarChecksumMode::MOD_16. To enable checksum calculation set value EnableChecksum::YES to property EnableChecksum. | -| [CodabarStartSymbol](./codabarstartsymbol/) | Read/Write | Start symbol (character) of Codabar symbology. Default value: CodabarSymbol::A | -| [CodabarStopSymbol](./codabarstopsymbol/) | Read/Write | Stop symbol (character) of Codabar symbology. Default value: CodabarSymbol::A | -| [StartSymbol](./startsymbol/) | Read/Write | Start symbol (character) of Codabar symbology. Default value: CodabarSymbol.A | -| [StopSymbol](./stopsymbol/) | Read/Write | Stop symbol (character) of Codabar symbology. Default value: CodabarSymbol.A | +| [ChecksumMode](#checksummode) | Read/Write | Get the checksum algorithm for Codabar barcodes. Default value: CodabarChecksumMode.Mod16. To enable checksum calculation set value EnableChecksum.Yes to property EnableChecksum. See (getChecksumMode/setChecksumMode). | +| [CodabarChecksumMode](#codabarchecksummode) | Read/Write | Get the checksum algorithm for Codabar barcodes. Default value: CodabarChecksumMode::MOD_16. To enable checksum calculation set value EnableChecksum::YES to property EnableChecksum. | +| [CodabarStartSymbol](#codabarstartsymbol) | Read/Write | Start symbol (character) of Codabar symbology. Default value: CodabarSymbol::A | +| [CodabarStopSymbol](#codabarstopsymbol) | Read/Write | Stop symbol (character) of Codabar symbology. Default value: CodabarSymbol::A | +| [StartSymbol](#startsymbol) | Read/Write | Start symbol (character) of Codabar symbology. Default value: CodabarSymbol.A | +| [StopSymbol](#stopsymbol) | Read/Write | Stop symbol (character) of Codabar symbology. Default value: CodabarSymbol.A | + +### CodabarParameters__construct(CodabarParametersDTO $codabarParametersDto) {#constructor} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$codabarParametersDto` | `CodabarParametersDTO` | | + +### ChecksumMode {#checksummode} + +**Access:** Read/Write + +**Returns:** the checksum algorithm for Codabar barcodes. + +Get the checksum algorithm for Codabar barcodes. Default value: CodabarChecksumMode.Mod16. To enable checksum calculation set value EnableChecksum.Yes to property EnableChecksum. See (getChecksumMode/setChecksumMode). + +Set the checksum algorithm for Codabar barcodes. Default value: CodabarChecksumMode.Mod16. To enable checksum calculation set value EnableChecksum.Yes to property EnableChecksum. See (getChecksumMode/setChecksumMode). + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | the checksum algorithm for Codabar barcodes. | + +### CodabarChecksumMode {#codabarchecksummode} + +**Access:** Read/Write + +Get the checksum algorithm for Codabar barcodes. Default value: CodabarChecksumMode::MOD_16. To enable checksum calculation set value EnableChecksum::YES to property EnableChecksum. + +Set the checksum algorithm for Codabar barcodes. Default value: CodabarChecksumMode::MOD_16. To enable checksum calculation set value EnableChecksum::YES to property EnableChecksum. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### CodabarStartSymbol {#codabarstartsymbol} + +**Access:** Read/Write + +Start symbol (character) of Codabar symbology. Default value: CodabarSymbol::A + +Start symbol (character) of Codabar symbology. Default value: CodabarSymbol::A + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### CodabarStopSymbol {#codabarstopsymbol} + +**Access:** Read/Write + +Stop symbol (character) of Codabar symbology. Default value: CodabarSymbol::A + +Stop symbol (character) of Codabar symbology. Default value: CodabarSymbol::A + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### StartSymbol {#startsymbol} + +**Access:** Read/Write + +Start symbol (character) of Codabar symbology. Default value: CodabarSymbol.A + +Start symbol (character) of Codabar symbology. Default value: CodabarSymbol.A + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### StopSymbol {#stopsymbol} + +**Access:** Read/Write + +Stop symbol (character) of Codabar symbology. Default value: CodabarSymbol.A + +Stop symbol (character) of Codabar symbology. Default value: CodabarSymbol.A + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + diff --git a/english/php/aspose.barcode.generation/codabarparameters/checksummode/_index.md b/english/php/aspose.barcode.generation/codabarparameters/checksummode/_index.md deleted file mode 100644 index 6863a9b3c..000000000 --- a/english/php/aspose.barcode.generation/codabarparameters/checksummode/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "CodabarParameters.ChecksumMode" -linktitle: "ChecksumMode" -articleTitle: "ChecksumMode" -second_title: "Aspose.BarCode for PHP via Java" -description: "Get the checksum algorithm for Codabar barcodes. Default value: CodabarChecksumMode.Mod16. To enable checksum calculation set value EnableChecksum.Yes to property EnableChecksum. See (getChecksumMode/" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/codabarparameters/checksummode/ ---- - -## CodabarParameters.ChecksumMode - -**Access:** Read/Write - - -**Returns:** the checksum algorithm for Codabar barcodes. - - -### Get - -Get the checksum algorithm for Codabar barcodes. Default value: CodabarChecksumMode.Mod16. To enable checksum calculation set value EnableChecksum.Yes to property EnableChecksum. See (getChecksumMode/setChecksumMode). - - -### Set - -Set the checksum algorithm for Codabar barcodes. Default value: CodabarChecksumMode.Mod16. To enable checksum calculation set value EnableChecksum.Yes to property EnableChecksum. See (getChecksumMode/setChecksumMode). - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | the checksum algorithm for Codabar barcodes. | diff --git a/english/php/aspose.barcode.generation/codabarparameters/codabarchecksummode/_index.md b/english/php/aspose.barcode.generation/codabarparameters/codabarchecksummode/_index.md deleted file mode 100644 index 799799ffd..000000000 --- a/english/php/aspose.barcode.generation/codabarparameters/codabarchecksummode/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "CodabarParameters.CodabarChecksumMode" -linktitle: "CodabarChecksumMode" -articleTitle: "CodabarChecksumMode" -second_title: "Aspose.BarCode for PHP via Java" -description: "Get the checksum algorithm for Codabar barcodes. Default value: CodabarChecksumMode::MOD_16. To enable checksum calculation set value EnableChecksum::YES to property EnableChecksum." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/codabarparameters/codabarchecksummode/ ---- - -## CodabarParameters.CodabarChecksumMode - -**Access:** Read/Write - - -### Get - -Get the checksum algorithm for Codabar barcodes. Default value: CodabarChecksumMode::MOD_16. To enable checksum calculation set value EnableChecksum::YES to property EnableChecksum. - - -### Set - -Set the checksum algorithm for Codabar barcodes. Default value: CodabarChecksumMode::MOD_16. To enable checksum calculation set value EnableChecksum::YES to property EnableChecksum. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/codabarparameters/codabarparameters/_index.md b/english/php/aspose.barcode.generation/codabarparameters/codabarparameters/_index.md deleted file mode 100644 index c8be902dd..000000000 --- a/english/php/aspose.barcode.generation/codabarparameters/codabarparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "CodabarParameters" -linktitle: "CodabarParameters" -articleTitle: "CodabarParameters" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/codabarparameters/codabarparameters/ ---- - -## CodabarParameters Constructor - -```php -__construct(CodabarParametersDTO $codabarParametersDto) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$codabarParametersDto` | `CodabarParametersDTO` | | diff --git a/english/php/aspose.barcode.generation/codabarparameters/codabarstartsymbol/_index.md b/english/php/aspose.barcode.generation/codabarparameters/codabarstartsymbol/_index.md deleted file mode 100644 index 40275ec66..000000000 --- a/english/php/aspose.barcode.generation/codabarparameters/codabarstartsymbol/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "CodabarParameters.CodabarStartSymbol" -linktitle: "CodabarStartSymbol" -articleTitle: "CodabarStartSymbol" -second_title: "Aspose.BarCode for PHP via Java" -description: "Start symbol (character) of Codabar symbology. Default value: CodabarSymbol::A" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/codabarparameters/codabarstartsymbol/ ---- - -## CodabarParameters.CodabarStartSymbol - -**Access:** Read/Write - - -### Get - -Start symbol (character) of Codabar symbology. Default value: CodabarSymbol::A - - -### Set - -Start symbol (character) of Codabar symbology. Default value: CodabarSymbol::A - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/codabarparameters/codabarstopsymbol/_index.md b/english/php/aspose.barcode.generation/codabarparameters/codabarstopsymbol/_index.md deleted file mode 100644 index d46c6e267..000000000 --- a/english/php/aspose.barcode.generation/codabarparameters/codabarstopsymbol/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "CodabarParameters.CodabarStopSymbol" -linktitle: "CodabarStopSymbol" -articleTitle: "CodabarStopSymbol" -second_title: "Aspose.BarCode for PHP via Java" -description: "Stop symbol (character) of Codabar symbology. Default value: CodabarSymbol::A" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/codabarparameters/codabarstopsymbol/ ---- - -## CodabarParameters.CodabarStopSymbol - -**Access:** Read/Write - - -### Get - -Stop symbol (character) of Codabar symbology. Default value: CodabarSymbol::A - - -### Set - -Stop symbol (character) of Codabar symbology. Default value: CodabarSymbol::A - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/codabarparameters/startsymbol/_index.md b/english/php/aspose.barcode.generation/codabarparameters/startsymbol/_index.md deleted file mode 100644 index 433ec1055..000000000 --- a/english/php/aspose.barcode.generation/codabarparameters/startsymbol/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "CodabarParameters.StartSymbol" -linktitle: "StartSymbol" -articleTitle: "StartSymbol" -second_title: "Aspose.BarCode for PHP via Java" -description: "Start symbol (character) of Codabar symbology. Default value: CodabarSymbol.A" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/codabarparameters/startsymbol/ ---- - -## CodabarParameters.StartSymbol - -**Access:** Read/Write - - -### Get - -Start symbol (character) of Codabar symbology. Default value: CodabarSymbol.A - - -### Set - -Start symbol (character) of Codabar symbology. Default value: CodabarSymbol.A - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/codabarparameters/stopsymbol/_index.md b/english/php/aspose.barcode.generation/codabarparameters/stopsymbol/_index.md deleted file mode 100644 index 3ae32b8ac..000000000 --- a/english/php/aspose.barcode.generation/codabarparameters/stopsymbol/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "CodabarParameters.StopSymbol" -linktitle: "StopSymbol" -articleTitle: "StopSymbol" -second_title: "Aspose.BarCode for PHP via Java" -description: "Stop symbol (character) of Codabar symbology. Default value: CodabarSymbol.A" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/codabarparameters/stopsymbol/ ---- - -## CodabarParameters.StopSymbol - -**Access:** Read/Write - - -### Get - -Stop symbol (character) of Codabar symbology. Default value: CodabarSymbol.A - - -### Set - -Stop symbol (character) of Codabar symbology. Default value: CodabarSymbol.A - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/codabarsymbol/_index.md b/english/php/aspose.barcode.generation/codabarsymbol/_index.md index c6bdb6b8c..0f174b24e 100644 --- a/english/php/aspose.barcode.generation/codabarsymbol/_index.md +++ b/english/php/aspose.barcode.generation/codabarsymbol/_index.md @@ -1,7 +1,6 @@ --- -title: "CodabarSymbol Enum" +title: "CodabarSymbol" linktitle: "CodabarSymbol" -articleTitle: "CodabarSymbol" second_title: "Aspose.BarCode for PHP via Java" description: "Specifies the start or stop symbol of the Codabar barcode specification." type: docs @@ -21,7 +20,31 @@ Specifies the start or stop symbol of the Codabar barcode specification. | Name | Value | Description | | --- | --- | --- | -| [A](./a/) | `65` | Specifies character A as the start or stop symbol of the Codabar barcode specification. | -| [B](./b/) | `66` | Specifies character B as the start or stop symbol of the Codabar barcode specification. | -| [C](./c/) | `67` | Specifies character C as the start or stop symbol of the Codabar barcode specification. | -| [D](./d/) | `68` | Specifies character D as the start or stop symbol of the Codabar barcode specification. | +| [A](#a) | `65` | Specifies character A as the start or stop symbol of the Codabar barcode specification. | +| [B](#b) | `66` | Specifies character B as the start or stop symbol of the Codabar barcode specification. | +| [C](#c) | `67` | Specifies character C as the start or stop symbol of the Codabar barcode specification. | +| [D](#d) | `68` | Specifies character D as the start or stop symbol of the Codabar barcode specification. | +### A {#a} + +**Value:** `65` + +Specifies character A as the start or stop symbol of the Codabar barcode specification. + +### B {#b} + +**Value:** `66` + +Specifies character B as the start or stop symbol of the Codabar barcode specification. + +### C {#c} + +**Value:** `67` + +Specifies character C as the start or stop symbol of the Codabar barcode specification. + +### D {#d} + +**Value:** `68` + +Specifies character D as the start or stop symbol of the Codabar barcode specification. + diff --git a/english/php/aspose.barcode.generation/codabarsymbol/a/_index.md b/english/php/aspose.barcode.generation/codabarsymbol/a/_index.md deleted file mode 100644 index 44e05c125..000000000 --- a/english/php/aspose.barcode.generation/codabarsymbol/a/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "CodabarSymbol::A" -linktitle: "A" -articleTitle: "A" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies character A as the start or stop symbol of the Codabar barcode specification." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/codabarsymbol/a/ ---- - -## CodabarSymbol::A Enum Value - -**Value:** `65` - - -Specifies character A as the start or stop symbol of the Codabar barcode specification. - diff --git a/english/php/aspose.barcode.generation/codabarsymbol/b/_index.md b/english/php/aspose.barcode.generation/codabarsymbol/b/_index.md deleted file mode 100644 index a01334550..000000000 --- a/english/php/aspose.barcode.generation/codabarsymbol/b/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "CodabarSymbol::B" -linktitle: "B" -articleTitle: "B" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies character B as the start or stop symbol of the Codabar barcode specification." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/codabarsymbol/b/ ---- - -## CodabarSymbol::B Enum Value - -**Value:** `66` - - -Specifies character B as the start or stop symbol of the Codabar barcode specification. - diff --git a/english/php/aspose.barcode.generation/codabarsymbol/c/_index.md b/english/php/aspose.barcode.generation/codabarsymbol/c/_index.md deleted file mode 100644 index 5a76ebee4..000000000 --- a/english/php/aspose.barcode.generation/codabarsymbol/c/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "CodabarSymbol::C" -linktitle: "C" -articleTitle: "C" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies character C as the start or stop symbol of the Codabar barcode specification." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/codabarsymbol/c/ ---- - -## CodabarSymbol::C Enum Value - -**Value:** `67` - - -Specifies character C as the start or stop symbol of the Codabar barcode specification. - diff --git a/english/php/aspose.barcode.generation/codabarsymbol/d/_index.md b/english/php/aspose.barcode.generation/codabarsymbol/d/_index.md deleted file mode 100644 index 8c49efd64..000000000 --- a/english/php/aspose.barcode.generation/codabarsymbol/d/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "CodabarSymbol::D" -linktitle: "D" -articleTitle: "D" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies character D as the start or stop symbol of the Codabar barcode specification." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/codabarsymbol/d/ ---- - -## CodabarSymbol::D Enum Value - -**Value:** `68` - - -Specifies character D as the start or stop symbol of the Codabar barcode specification. - diff --git a/english/php/aspose.barcode.generation/codablockparameters/_index.md b/english/php/aspose.barcode.generation/codablockparameters/_index.md index 64d0cf7ee..8039438f2 100644 --- a/english/php/aspose.barcode.generation/codablockparameters/_index.md +++ b/english/php/aspose.barcode.generation/codablockparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "CodablockParameters Class" +title: "CodablockParameters" linktitle: "CodablockParameters" -articleTitle: "CodablockParameters" second_title: "Aspose.BarCode for PHP via Java" description: "Codablock parameters." type: docs @@ -21,12 +20,55 @@ Codablock parameters. | Name | Description | | --- | --- | -| [__construct](./codablockparameters/) | | +| [__construct](#constructor) | | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [AspectRatio](./aspectratio/) | Read/Write | Height/Width ratio of 2D BarCode module. | -| [Columns](./columns/) | Read/Write | Columns count. | -| [Rows](./rows/) | Read/Write | Rows count. | +| [AspectRatio](#aspectratio) | Read/Write | Height/Width ratio of 2D BarCode module. | +| [Columns](#columns) | Read/Write | Columns count. | +| [Rows](#rows) | Read/Write | Rows count. | + +### CodablockParameters__construct(CodablockParametersDTO $codablockParametersDto) {#constructor} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$codablockParametersDto` | `CodablockParametersDTO` | | + +### AspectRatio {#aspectratio} + +**Access:** Read/Write + +Height/Width ratio of 2D BarCode module. + +Height/Width ratio of 2D BarCode module. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `float` | | + +### Columns {#columns} + +**Access:** Read/Write + +Columns count. + +Columns count. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### Rows {#rows} + +**Access:** Read/Write + +Rows count. + +Rows count. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + diff --git a/english/php/aspose.barcode.generation/codablockparameters/aspectratio/_index.md b/english/php/aspose.barcode.generation/codablockparameters/aspectratio/_index.md deleted file mode 100644 index e384b6b1d..000000000 --- a/english/php/aspose.barcode.generation/codablockparameters/aspectratio/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "CodablockParameters.AspectRatio" -linktitle: "AspectRatio" -articleTitle: "AspectRatio" -second_title: "Aspose.BarCode for PHP via Java" -description: "Height/Width ratio of 2D BarCode module." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/codablockparameters/aspectratio/ ---- - -## CodablockParameters.AspectRatio - -**Access:** Read/Write - - -### Get - -Height/Width ratio of 2D BarCode module. - - -### Set - -Height/Width ratio of 2D BarCode module. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `float` | | diff --git a/english/php/aspose.barcode.generation/codablockparameters/codablockparameters/_index.md b/english/php/aspose.barcode.generation/codablockparameters/codablockparameters/_index.md deleted file mode 100644 index 1bf65bcbb..000000000 --- a/english/php/aspose.barcode.generation/codablockparameters/codablockparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "CodablockParameters" -linktitle: "CodablockParameters" -articleTitle: "CodablockParameters" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/codablockparameters/codablockparameters/ ---- - -## CodablockParameters Constructor - -```php -__construct(CodablockParametersDTO $codablockParametersDto) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$codablockParametersDto` | `CodablockParametersDTO` | | diff --git a/english/php/aspose.barcode.generation/codablockparameters/columns/_index.md b/english/php/aspose.barcode.generation/codablockparameters/columns/_index.md deleted file mode 100644 index e0a1d3ee9..000000000 --- a/english/php/aspose.barcode.generation/codablockparameters/columns/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "CodablockParameters.Columns" -linktitle: "Columns" -articleTitle: "Columns" -second_title: "Aspose.BarCode for PHP via Java" -description: "Columns count." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/codablockparameters/columns/ ---- - -## CodablockParameters.Columns - -**Access:** Read/Write - - -### Get - -Columns count. - - -### Set - -Columns count. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/codablockparameters/rows/_index.md b/english/php/aspose.barcode.generation/codablockparameters/rows/_index.md deleted file mode 100644 index 5840a4dd0..000000000 --- a/english/php/aspose.barcode.generation/codablockparameters/rows/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "CodablockParameters.Rows" -linktitle: "Rows" -articleTitle: "Rows" -second_title: "Aspose.BarCode for PHP via Java" -description: "Rows count." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/codablockparameters/rows/ ---- - -## CodablockParameters.Rows - -**Access:** Read/Write - - -### Get - -Rows count. - - -### Set - -Rows count. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/code128encodemode/_index.md b/english/php/aspose.barcode.generation/code128encodemode/_index.md index cb718300c..42609fc85 100644 --- a/english/php/aspose.barcode.generation/code128encodemode/_index.md +++ b/english/php/aspose.barcode.generation/code128encodemode/_index.md @@ -1,7 +1,6 @@ --- -title: "Code128EncodeMode Enum" +title: "Code128EncodeMode" linktitle: "Code128EncodeMode" -articleTitle: "Code128EncodeMode" second_title: "Aspose.BarCode for PHP via Java" description: "Encoding mode for Code128 barcodes. specification." type: docs @@ -21,10 +20,52 @@ Encoding mode for Code128 barcodes. specification. | Name | Value | Description | | --- | --- | --- | -| [AUTO](./auto/) | `0` | Encode codetext in classic ISO 15417 mode. The mode should be used in all ordinary cases. | -| [CODE_A](./code_a/) | `1` | Encode codetext only in 128A codeset. | -| [CODE_AB](./code_ab/) | `3` | Encode codetext only in 128A and 128B codesets. | -| [CODE_AC](./code_ac/) | `5` | Encode codetext only in 128A and 128C codesets. | -| [CODE_B](./code_b/) | `2` | Encode codetext only in 128B codeset. | -| [CODE_BC](./code_bc/) | `6` | Encode codetext only in 128B and 128C codesets. | -| [CODE_C](./code_c/) | `4` | Encode codetext only in 128C codeset. | +| [AUTO](#auto) | `0` | Encode codetext in classic ISO 15417 mode. The mode should be used in all ordinary cases. | +| [CODE_A](#code_a) | `1` | Encode codetext only in 128A codeset. | +| [CODE_AB](#code_ab) | `3` | Encode codetext only in 128A and 128B codesets. | +| [CODE_AC](#code_ac) | `5` | Encode codetext only in 128A and 128C codesets. | +| [CODE_B](#code_b) | `2` | Encode codetext only in 128B codeset. | +| [CODE_BC](#code_bc) | `6` | Encode codetext only in 128B and 128C codesets. | +| [CODE_C](#code_c) | `4` | Encode codetext only in 128C codeset. | +### AUTO {#auto} + +**Value:** `0` + +Encode codetext in classic ISO 15417 mode. The mode should be used in all ordinary cases. + +### CODE_A {#code_a} + +**Value:** `1` + +Encode codetext only in 128A codeset. + +### CODE_AB {#code_ab} + +**Value:** `3` + +Encode codetext only in 128A and 128B codesets. + +### CODE_AC {#code_ac} + +**Value:** `5` + +Encode codetext only in 128A and 128C codesets. + +### CODE_B {#code_b} + +**Value:** `2` + +Encode codetext only in 128B codeset. + +### CODE_BC {#code_bc} + +**Value:** `6` + +Encode codetext only in 128B and 128C codesets. + +### CODE_C {#code_c} + +**Value:** `4` + +Encode codetext only in 128C codeset. + diff --git a/english/php/aspose.barcode.generation/code128encodemode/auto/_index.md b/english/php/aspose.barcode.generation/code128encodemode/auto/_index.md deleted file mode 100644 index 74c4d1766..000000000 --- a/english/php/aspose.barcode.generation/code128encodemode/auto/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Code128EncodeMode::AUTO" -linktitle: "AUTO" -articleTitle: "AUTO" -second_title: "Aspose.BarCode for PHP via Java" -description: "Encode codetext in classic ISO 15417 mode. The mode should be used in all ordinary cases." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/code128encodemode/auto/ ---- - -## Code128EncodeMode::AUTO Enum Value - -**Value:** `0` - - -Encode codetext in classic ISO 15417 mode. The mode should be used in all ordinary cases. - diff --git a/english/php/aspose.barcode.generation/code128encodemode/code_a/_index.md b/english/php/aspose.barcode.generation/code128encodemode/code_a/_index.md deleted file mode 100644 index 4956f84c2..000000000 --- a/english/php/aspose.barcode.generation/code128encodemode/code_a/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Code128EncodeMode::CODE_A" -linktitle: "CODE_A" -articleTitle: "CODE_A" -second_title: "Aspose.BarCode for PHP via Java" -description: "Encode codetext only in 128A codeset." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/code128encodemode/code_a/ ---- - -## Code128EncodeMode::CODE_A Enum Value - -**Value:** `1` - - -Encode codetext only in 128A codeset. - diff --git a/english/php/aspose.barcode.generation/code128encodemode/code_ab/_index.md b/english/php/aspose.barcode.generation/code128encodemode/code_ab/_index.md deleted file mode 100644 index d016e8eab..000000000 --- a/english/php/aspose.barcode.generation/code128encodemode/code_ab/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Code128EncodeMode::CODE_AB" -linktitle: "CODE_AB" -articleTitle: "CODE_AB" -second_title: "Aspose.BarCode for PHP via Java" -description: "Encode codetext only in 128A and 128B codesets." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/code128encodemode/code_ab/ ---- - -## Code128EncodeMode::CODE_AB Enum Value - -**Value:** `3` - - -Encode codetext only in 128A and 128B codesets. - diff --git a/english/php/aspose.barcode.generation/code128encodemode/code_ac/_index.md b/english/php/aspose.barcode.generation/code128encodemode/code_ac/_index.md deleted file mode 100644 index dce0e16b8..000000000 --- a/english/php/aspose.barcode.generation/code128encodemode/code_ac/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Code128EncodeMode::CODE_AC" -linktitle: "CODE_AC" -articleTitle: "CODE_AC" -second_title: "Aspose.BarCode for PHP via Java" -description: "Encode codetext only in 128A and 128C codesets." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/code128encodemode/code_ac/ ---- - -## Code128EncodeMode::CODE_AC Enum Value - -**Value:** `5` - - -Encode codetext only in 128A and 128C codesets. - diff --git a/english/php/aspose.barcode.generation/code128encodemode/code_b/_index.md b/english/php/aspose.barcode.generation/code128encodemode/code_b/_index.md deleted file mode 100644 index 17c29448c..000000000 --- a/english/php/aspose.barcode.generation/code128encodemode/code_b/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Code128EncodeMode::CODE_B" -linktitle: "CODE_B" -articleTitle: "CODE_B" -second_title: "Aspose.BarCode for PHP via Java" -description: "Encode codetext only in 128B codeset." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/code128encodemode/code_b/ ---- - -## Code128EncodeMode::CODE_B Enum Value - -**Value:** `2` - - -Encode codetext only in 128B codeset. - diff --git a/english/php/aspose.barcode.generation/code128encodemode/code_bc/_index.md b/english/php/aspose.barcode.generation/code128encodemode/code_bc/_index.md deleted file mode 100644 index 3a4f68a84..000000000 --- a/english/php/aspose.barcode.generation/code128encodemode/code_bc/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Code128EncodeMode::CODE_BC" -linktitle: "CODE_BC" -articleTitle: "CODE_BC" -second_title: "Aspose.BarCode for PHP via Java" -description: "Encode codetext only in 128B and 128C codesets." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/code128encodemode/code_bc/ ---- - -## Code128EncodeMode::CODE_BC Enum Value - -**Value:** `6` - - -Encode codetext only in 128B and 128C codesets. - diff --git a/english/php/aspose.barcode.generation/code128encodemode/code_c/_index.md b/english/php/aspose.barcode.generation/code128encodemode/code_c/_index.md deleted file mode 100644 index 76a69c272..000000000 --- a/english/php/aspose.barcode.generation/code128encodemode/code_c/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Code128EncodeMode::CODE_C" -linktitle: "CODE_C" -articleTitle: "CODE_C" -second_title: "Aspose.BarCode for PHP via Java" -description: "Encode codetext only in 128C codeset." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/code128encodemode/code_c/ ---- - -## Code128EncodeMode::CODE_C Enum Value - -**Value:** `4` - - -Encode codetext only in 128C codeset. - diff --git a/english/php/aspose.barcode.generation/code128parameters/_index.md b/english/php/aspose.barcode.generation/code128parameters/_index.md index 9f23c6164..ca0c06107 100644 --- a/english/php/aspose.barcode.generation/code128parameters/_index.md +++ b/english/php/aspose.barcode.generation/code128parameters/_index.md @@ -1,7 +1,6 @@ --- -title: "Code128Parameters Class" +title: "Code128Parameters" linktitle: "Code128Parameters" -articleTitle: "Code128Parameters" second_title: "Aspose.BarCode for PHP via Java" description: "Code128 parameters." type: docs @@ -21,11 +20,44 @@ Code128 parameters. | Name | Description | | --- | --- | -| [__construct](./code128parameters/) | | +| [__construct](#constructor) | | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [Code128EncodeMode](./code128encodemode/) | Read/Write | Gets a Code128 encode mode. Default value: Code128EncodeMode.Auto | -| [EncodeMode](./encodemode/) | Read/Write | Gets a Code128 encode mode. Default value: Code128EncodeMode.Auto | +| [Code128EncodeMode](#code128encodemode) | Read/Write | Gets a Code128 encode mode. Default value: Code128EncodeMode.Auto | +| [EncodeMode](#encodemode) | Read/Write | Gets a Code128 encode mode. Default value: Code128EncodeMode.Auto | + +### Code128Parameters__construct(Code128ParametersDTO $code128ParametersDto) {#constructor} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$code128ParametersDto` | `Code128ParametersDTO` | | + +### Code128EncodeMode {#code128encodemode} + +**Access:** Read/Write + +Gets a Code128 encode mode. Default value: Code128EncodeMode.Auto + +Sets a Code128 encode mode. Default value: Code128EncodeMode.Auto + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### EncodeMode {#encodemode} + +**Access:** Read/Write + +**Returns:** a Code128 encode mode. + +Gets a Code128 encode mode. Default value: Code128EncodeMode.Auto + +Sets a Code128 encode mode. Default value: Code128EncodeMode.Auto + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | a Code128 encode mode. | + diff --git a/english/php/aspose.barcode.generation/code128parameters/code128encodemode/_index.md b/english/php/aspose.barcode.generation/code128parameters/code128encodemode/_index.md deleted file mode 100644 index 28a1330f8..000000000 --- a/english/php/aspose.barcode.generation/code128parameters/code128encodemode/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Code128Parameters.Code128EncodeMode" -linktitle: "Code128EncodeMode" -articleTitle: "Code128EncodeMode" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets a Code128 encode mode. Default value: Code128EncodeMode.Auto" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/code128parameters/code128encodemode/ ---- - -## Code128Parameters.Code128EncodeMode - -**Access:** Read/Write - - -### Get - -Gets a Code128 encode mode. Default value: Code128EncodeMode.Auto - - -### Set - -Sets a Code128 encode mode. Default value: Code128EncodeMode.Auto - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/code128parameters/code128parameters/_index.md b/english/php/aspose.barcode.generation/code128parameters/code128parameters/_index.md deleted file mode 100644 index 06dbde8de..000000000 --- a/english/php/aspose.barcode.generation/code128parameters/code128parameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Code128Parameters" -linktitle: "Code128Parameters" -articleTitle: "Code128Parameters" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/code128parameters/code128parameters/ ---- - -## Code128Parameters Constructor - -```php -__construct(Code128ParametersDTO $code128ParametersDto) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$code128ParametersDto` | `Code128ParametersDTO` | | diff --git a/english/php/aspose.barcode.generation/code128parameters/encodemode/_index.md b/english/php/aspose.barcode.generation/code128parameters/encodemode/_index.md deleted file mode 100644 index 0e86949b7..000000000 --- a/english/php/aspose.barcode.generation/code128parameters/encodemode/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Code128Parameters.EncodeMode" -linktitle: "EncodeMode" -articleTitle: "EncodeMode" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets a Code128 encode mode. Default value: Code128EncodeMode.Auto" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/code128parameters/encodemode/ ---- - -## Code128Parameters.EncodeMode - -**Access:** Read/Write - - -**Returns:** a Code128 encode mode. - - -### Get - -Gets a Code128 encode mode. Default value: Code128EncodeMode.Auto - - -### Set - -Sets a Code128 encode mode. Default value: Code128EncodeMode.Auto - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | a Code128 encode mode. | diff --git a/english/php/aspose.barcode.generation/code16kparameters/_index.md b/english/php/aspose.barcode.generation/code16kparameters/_index.md index 16a0d71ad..9f07f68a1 100644 --- a/english/php/aspose.barcode.generation/code16kparameters/_index.md +++ b/english/php/aspose.barcode.generation/code16kparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "Code16KParameters Class" +title: "Code16KParameters" linktitle: "Code16KParameters" -articleTitle: "Code16KParameters" second_title: "Aspose.BarCode for PHP via Java" description: "Code16K parameters." type: docs @@ -21,12 +20,55 @@ Code16K parameters. | Name | Description | | --- | --- | -| [__construct](./code16kparameters/) | | +| [__construct](#constructor) | | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [AspectRatio](./aspectratio/) | Read/Write | Height/Width ratio of 2D BarCode module. | -| [QuietZoneLeftCoef](./quietzoneleftcoef/) | Read/Write | Size of the left quiet zone in xDimension. Default value: 10, meaning if xDimension = 2px than left quiet zone will be 20px. | -| [QuietZoneRightCoef](./quietzonerightcoef/) | Read/Write | Size of the right quiet zone in xDimension. Default value: 1, meaning if xDimension = 2px than right quiet zone will be 2px. | +| [AspectRatio](#aspectratio) | Read/Write | Height/Width ratio of 2D BarCode module. | +| [QuietZoneLeftCoef](#quietzoneleftcoef) | Read/Write | Size of the left quiet zone in xDimension. Default value: 10, meaning if xDimension = 2px than left quiet zone will be 20px. | +| [QuietZoneRightCoef](#quietzonerightcoef) | Read/Write | Size of the right quiet zone in xDimension. Default value: 1, meaning if xDimension = 2px than right quiet zone will be 2px. | + +### Code16KParameters__construct(Code16KParametersDTO $code16KParametersDto) {#constructor} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$code16KParametersDto` | `Code16KParametersDTO` | | + +### AspectRatio {#aspectratio} + +**Access:** Read/Write + +Height/Width ratio of 2D BarCode module. + +Height/Width ratio of 2D BarCode module. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `` | | + +### QuietZoneLeftCoef {#quietzoneleftcoef} + +**Access:** Read/Write + +Size of the left quiet zone in xDimension. Default value: 10, meaning if xDimension = 2px than left quiet zone will be 20px. + +Size of the left quiet zone in xDimension. Default value: 10, meaning if xDimension = 2px than left quiet zone will be 20px. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### QuietZoneRightCoef {#quietzonerightcoef} + +**Access:** Read/Write + +Size of the right quiet zone in xDimension. Default value: 1, meaning if xDimension = 2px than right quiet zone will be 2px. + +Size of the right quiet zone in xDimension. Default value: 1, meaning if xDimension = 2px than right quiet zone will be 2px. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + diff --git a/english/php/aspose.barcode.generation/code16kparameters/aspectratio/_index.md b/english/php/aspose.barcode.generation/code16kparameters/aspectratio/_index.md deleted file mode 100644 index d01b18aaa..000000000 --- a/english/php/aspose.barcode.generation/code16kparameters/aspectratio/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Code16KParameters.AspectRatio" -linktitle: "AspectRatio" -articleTitle: "AspectRatio" -second_title: "Aspose.BarCode for PHP via Java" -description: "Height/Width ratio of 2D BarCode module." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/code16kparameters/aspectratio/ ---- - -## Code16KParameters.AspectRatio - -**Access:** Read/Write - - -### Get - -Height/Width ratio of 2D BarCode module. - - -### Set - -Height/Width ratio of 2D BarCode module. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `` | | diff --git a/english/php/aspose.barcode.generation/code16kparameters/code16kparameters/_index.md b/english/php/aspose.barcode.generation/code16kparameters/code16kparameters/_index.md deleted file mode 100644 index eccec5850..000000000 --- a/english/php/aspose.barcode.generation/code16kparameters/code16kparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Code16KParameters" -linktitle: "Code16KParameters" -articleTitle: "Code16KParameters" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/code16kparameters/code16kparameters/ ---- - -## Code16KParameters Constructor - -```php -__construct(Code16KParametersDTO $code16KParametersDto) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$code16KParametersDto` | `Code16KParametersDTO` | | diff --git a/english/php/aspose.barcode.generation/code16kparameters/quietzoneleftcoef/_index.md b/english/php/aspose.barcode.generation/code16kparameters/quietzoneleftcoef/_index.md deleted file mode 100644 index 213514153..000000000 --- a/english/php/aspose.barcode.generation/code16kparameters/quietzoneleftcoef/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Code16KParameters.QuietZoneLeftCoef" -linktitle: "QuietZoneLeftCoef" -articleTitle: "QuietZoneLeftCoef" -second_title: "Aspose.BarCode for PHP via Java" -description: "Size of the left quiet zone in xDimension. Default value: 10, meaning if xDimension = 2px than left quiet zone will be 20px." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/code16kparameters/quietzoneleftcoef/ ---- - -## Code16KParameters.QuietZoneLeftCoef - -**Access:** Read/Write - - -### Get - -Size of the left quiet zone in xDimension. Default value: 10, meaning if xDimension = 2px than left quiet zone will be 20px. - - -### Set - -Size of the left quiet zone in xDimension. Default value: 10, meaning if xDimension = 2px than left quiet zone will be 20px. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/code16kparameters/quietzonerightcoef/_index.md b/english/php/aspose.barcode.generation/code16kparameters/quietzonerightcoef/_index.md deleted file mode 100644 index a412ffb78..000000000 --- a/english/php/aspose.barcode.generation/code16kparameters/quietzonerightcoef/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Code16KParameters.QuietZoneRightCoef" -linktitle: "QuietZoneRightCoef" -articleTitle: "QuietZoneRightCoef" -second_title: "Aspose.BarCode for PHP via Java" -description: "Size of the right quiet zone in xDimension. Default value: 1, meaning if xDimension = 2px than right quiet zone will be 2px." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/code16kparameters/quietzonerightcoef/ ---- - -## Code16KParameters.QuietZoneRightCoef - -**Access:** Read/Write - - -### Get - -Size of the right quiet zone in xDimension. Default value: 1, meaning if xDimension = 2px than right quiet zone will be 2px. - - -### Set - -Size of the right quiet zone in xDimension. Default value: 1, meaning if xDimension = 2px than right quiet zone will be 2px. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/codelocation/_index.md b/english/php/aspose.barcode.generation/codelocation/_index.md index c9e3e243a..183953758 100644 --- a/english/php/aspose.barcode.generation/codelocation/_index.md +++ b/english/php/aspose.barcode.generation/codelocation/_index.md @@ -1,7 +1,6 @@ --- -title: "CodeLocation Enum" +title: "CodeLocation" linktitle: "CodeLocation" -articleTitle: "CodeLocation" second_title: "Aspose.BarCode for PHP via Java" description: "Codetext location" type: docs @@ -21,6 +20,24 @@ Codetext location | Name | Value | Description | | --- | --- | --- | -| [ABOVE](./above/) | `"1"` | Codetext above barcode. | -| [BELOW](./below/) | `"0"` | Codetext below barcode. | -| [NONE](./none/) | `"2"` | Hide codetext. | +| [ABOVE](#above) | `"1"` | Codetext above barcode. | +| [BELOW](#below) | `"0"` | Codetext below barcode. | +| [NONE](#none) | `"2"` | Hide codetext. | +### ABOVE {#above} + +**Value:** `"1"` + +Codetext above barcode. + +### BELOW {#below} + +**Value:** `"0"` + +Codetext below barcode. + +### NONE {#none} + +**Value:** `"2"` + +Hide codetext. + diff --git a/english/php/aspose.barcode.generation/codelocation/above/_index.md b/english/php/aspose.barcode.generation/codelocation/above/_index.md deleted file mode 100644 index ca6f25df2..000000000 --- a/english/php/aspose.barcode.generation/codelocation/above/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "CodeLocation::ABOVE" -linktitle: "ABOVE" -articleTitle: "ABOVE" -second_title: "Aspose.BarCode for PHP via Java" -description: "Codetext above barcode." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/codelocation/above/ ---- - -## CodeLocation::ABOVE Enum Value - -**Value:** `"1"` - - -Codetext above barcode. - diff --git a/english/php/aspose.barcode.generation/codelocation/below/_index.md b/english/php/aspose.barcode.generation/codelocation/below/_index.md deleted file mode 100644 index b5ec07470..000000000 --- a/english/php/aspose.barcode.generation/codelocation/below/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "CodeLocation::BELOW" -linktitle: "BELOW" -articleTitle: "BELOW" -second_title: "Aspose.BarCode for PHP via Java" -description: "Codetext below barcode." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/codelocation/below/ ---- - -## CodeLocation::BELOW Enum Value - -**Value:** `"0"` - - -Codetext below barcode. - diff --git a/english/php/aspose.barcode.generation/codelocation/none/_index.md b/english/php/aspose.barcode.generation/codelocation/none/_index.md deleted file mode 100644 index b86e4d3b7..000000000 --- a/english/php/aspose.barcode.generation/codelocation/none/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "CodeLocation::NONE" -linktitle: "NONE" -articleTitle: "NONE" -second_title: "Aspose.BarCode for PHP via Java" -description: "Hide codetext." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/codelocation/none/ ---- - -## CodeLocation::NONE Enum Value - -**Value:** `"2"` - - -Hide codetext. - diff --git a/english/php/aspose.barcode.generation/codetextparameters/_index.md b/english/php/aspose.barcode.generation/codetextparameters/_index.md index 0a4539932..a2d754b9d 100644 --- a/english/php/aspose.barcode.generation/codetextparameters/_index.md +++ b/english/php/aspose.barcode.generation/codetextparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "CodetextParameters Class" +title: "CodetextParameters" linktitle: "CodetextParameters" -articleTitle: "CodetextParameters" second_title: "Aspose.BarCode for PHP via Java" description: "Codetext parameters." type: docs @@ -21,17 +20,122 @@ Codetext parameters. | Name | Description | | --- | --- | -| [__construct](./codetextparameters/) | | +| [__construct](#constructor) | | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [Alignment](./alignment/) | Read/Write | Gets the alignment of the code text. Default value: TextAlignment::CENTER. | -| [Color](./color/) | Read/Write | Specify the displaying CodeText's Color. Default value BLACK. | -| [Font](./font/) | Read/Write | Specify the displaying CodeText's font. Default value: Arial 5pt regular. Ignored if FontMode is set to FontMode::AUTO. | -| [FontMode](./fontmode/) | Read/Write | Specify FontMode. If FontMode is set to Auto, font size will be calculated automatically based on xDimension value. It is recommended to use FontMode::AUTO especially in AutoSizeMode.NEAREST or AutoSizeMode::INTERPOLATION. Default value: FontMode::AUTO. | -| [Location](./location/) | Read/Write | Specify the displaying CodeText Location, set to CodeLocation::NONE to hide CodeText. Default value: CodeLocation::BELOW. | -| [NoWrap](./nowrap/) | Read/Write | Specify word wraps (line breaks) within text. | -| [Space](./space/) | Read/Write | Space between the CodeText and the BarCode in Unit value. Default value: 2pt. Ignored for EAN8, EAN13, UPCE, UPCA, ISBN, ISMN, ISSN, UpcaGs1DatabarCoupon. | -| [TwoDDisplayText](./twoddisplaytext/) | Read/Write | Text that will be displayed instead of codetext in 2D barcodes. Used for: Aztec, Pdf417, DataMatrix, QR, MaxiCode, DotCode | +| [Alignment](#alignment) | Read/Write | Gets the alignment of the code text. Default value: TextAlignment::CENTER. | +| [Color](#color) | Read/Write | Specify the displaying CodeText's Color. Default value BLACK. | +| [Font](#font) | Read/Write | Specify the displaying CodeText's font. Default value: Arial 5pt regular. Ignored if FontMode is set to FontMode::AUTO. | +| [FontMode](#fontmode) | Read/Write | Specify FontMode. If FontMode is set to Auto, font size will be calculated automatically based on xDimension value. It is recommended to use FontMode::AUTO especially in AutoSizeMode.NEAREST or AutoSizeMode::INTERPOLATION. Default value: FontMode::AUTO. | +| [Location](#location) | Read/Write | Specify the displaying CodeText Location, set to CodeLocation::NONE to hide CodeText. Default value: CodeLocation::BELOW. | +| [NoWrap](#nowrap) | Read/Write | Specify word wraps (line breaks) within text. | +| [Space](#space) | Read/Write | Space between the CodeText and the BarCode in Unit value. Default value: 2pt. Ignored for EAN8, EAN13, UPCE, UPCA, ISBN, ISMN, ISSN, UpcaGs1DatabarCoupon. | +| [TwoDDisplayText](#twoddisplaytext) | Read/Write | Text that will be displayed instead of codetext in 2D barcodes. Used for: Aztec, Pdf417, DataMatrix, QR, MaxiCode, DotCode | + +### CodetextParameters__construct(CodetextParametersDTO $codetextParametersDto) {#constructor} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$codetextParametersDto` | `CodetextParametersDTO` | | + +### Alignment {#alignment} + +**Access:** Read/Write + +Gets the alignment of the code text. Default value: TextAlignment::CENTER. + +Sets the alignment of the code text. Default value: TextAlignment::CENTER. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### Color {#color} + +**Access:** Read/Write + +Specify the displaying CodeText's Color. Default value BLACK. + +Specify the displaying CodeText's Color. Default value BLACK. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### Font {#font} + +**Access:** Read/Write + +Specify the displaying CodeText's font. Default value: Arial 5pt regular. Ignored if FontMode is set to FontMode::AUTO. + +Specify the displaying CodeText's font. Default value: Arial 5pt regular. Ignored if FontMode is set to FontMode::AUTO. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `FontUnit` | | + +### FontMode {#fontmode} + +**Access:** Read/Write + +Specify FontMode. If FontMode is set to Auto, font size will be calculated automatically based on xDimension value. It is recommended to use FontMode::AUTO especially in AutoSizeMode.NEAREST or AutoSizeMode::INTERPOLATION. Default value: FontMode::AUTO. + +Specify FontMode. If FontMode is set to Auto, font size will be calculated automatically based on xDimension value. It is recommended to use FontMode::AUTO especially in AutoSizeMode.NEAREST or AutoSizeMode::INTERPOLATION. Default value: FontMode::AUTO. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### Location {#location} + +**Access:** Read/Write + +Specify the displaying CodeText Location, set to CodeLocation::NONE to hide CodeText. Default value: CodeLocation::BELOW. + +Specify the displaying CodeText Location, set to CodeLocation::NONE to hide CodeText. Default value: CodeLocation::BELOW. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### NoWrap {#nowrap} + +**Access:** Read/Write + +**Returns:** bool + +Specify word wraps (line breaks) within text. + +Specify word wraps (line breaks) within text. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `bool` | | + +### Space {#space} + +**Access:** Read/Write + +Space between the CodeText and the BarCode in Unit value. Default value: 2pt. Ignored for EAN8, EAN13, UPCE, UPCA, ISBN, ISMN, ISSN, UpcaGs1DatabarCoupon. + +Space between the CodeText and the BarCode in Unit value. Default value: 2pt. Ignored for EAN8, EAN13, UPCE, UPCA, ISBN, ISMN, ISSN, UpcaGs1DatabarCoupon. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `Unit` | | + +### TwoDDisplayText {#twoddisplaytext} + +**Access:** Read/Write + +Text that will be displayed instead of codetext in 2D barcodes. Used for: Aztec, Pdf417, DataMatrix, QR, MaxiCode, DotCode + +Text that will be displayed instead of codetext in 2D barcodes. Used for: Aztec, Pdf417, DataMatrix, QR, MaxiCode, DotCode + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + diff --git a/english/php/aspose.barcode.generation/codetextparameters/alignment/_index.md b/english/php/aspose.barcode.generation/codetextparameters/alignment/_index.md deleted file mode 100644 index c3558ce81..000000000 --- a/english/php/aspose.barcode.generation/codetextparameters/alignment/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "CodetextParameters.Alignment" -linktitle: "Alignment" -articleTitle: "Alignment" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets the alignment of the code text. Default value: TextAlignment::CENTER." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/codetextparameters/alignment/ ---- - -## CodetextParameters.Alignment - -**Access:** Read/Write - - -### Get - -Gets the alignment of the code text. Default value: TextAlignment::CENTER. - - -### Set - -Sets the alignment of the code text. Default value: TextAlignment::CENTER. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/codetextparameters/codetextparameters/_index.md b/english/php/aspose.barcode.generation/codetextparameters/codetextparameters/_index.md deleted file mode 100644 index 682e573c4..000000000 --- a/english/php/aspose.barcode.generation/codetextparameters/codetextparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "CodetextParameters" -linktitle: "CodetextParameters" -articleTitle: "CodetextParameters" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/codetextparameters/codetextparameters/ ---- - -## CodetextParameters Constructor - -```php -__construct(CodetextParametersDTO $codetextParametersDto) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$codetextParametersDto` | `CodetextParametersDTO` | | diff --git a/english/php/aspose.barcode.generation/codetextparameters/color/_index.md b/english/php/aspose.barcode.generation/codetextparameters/color/_index.md deleted file mode 100644 index ce928e505..000000000 --- a/english/php/aspose.barcode.generation/codetextparameters/color/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "CodetextParameters.Color" -linktitle: "Color" -articleTitle: "Color" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specify the displaying CodeText's Color. Default value BLACK." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/codetextparameters/color/ ---- - -## CodetextParameters.Color - -**Access:** Read/Write - - -### Get - -Specify the displaying CodeText's Color. Default value BLACK. - - -### Set - -Specify the displaying CodeText's Color. Default value BLACK. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.generation/codetextparameters/font/_index.md b/english/php/aspose.barcode.generation/codetextparameters/font/_index.md deleted file mode 100644 index 7b9c91109..000000000 --- a/english/php/aspose.barcode.generation/codetextparameters/font/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "CodetextParameters.Font" -linktitle: "Font" -articleTitle: "Font" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specify the displaying CodeText's font. Default value: Arial 5pt regular. Ignored if FontMode is set to FontMode::AUTO." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/codetextparameters/font/ ---- - -## CodetextParameters.Font - -**Access:** Read/Write - - -### Get - -Specify the displaying CodeText's font. Default value: Arial 5pt regular. Ignored if FontMode is set to FontMode::AUTO. - - -### Set - -Specify the displaying CodeText's font. Default value: Arial 5pt regular. Ignored if FontMode is set to FontMode::AUTO. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `FontUnit` | | diff --git a/english/php/aspose.barcode.generation/codetextparameters/fontmode/_index.md b/english/php/aspose.barcode.generation/codetextparameters/fontmode/_index.md deleted file mode 100644 index 44924b75e..000000000 --- a/english/php/aspose.barcode.generation/codetextparameters/fontmode/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "CodetextParameters.FontMode" -linktitle: "FontMode" -articleTitle: "FontMode" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specify FontMode. If FontMode is set to Auto, font size will be calculated automatically based on xDimension value. It is recommended to use FontMode::AUTO especially in AutoSizeMode.NEAREST or AutoSi" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/codetextparameters/fontmode/ ---- - -## CodetextParameters.FontMode - -**Access:** Read/Write - - -### Get - -Specify FontMode. If FontMode is set to Auto, font size will be calculated automatically based on xDimension value. It is recommended to use FontMode::AUTO especially in AutoSizeMode.NEAREST or AutoSizeMode::INTERPOLATION. Default value: FontMode::AUTO. - - -### Set - -Specify FontMode. If FontMode is set to Auto, font size will be calculated automatically based on xDimension value. It is recommended to use FontMode::AUTO especially in AutoSizeMode.NEAREST or AutoSizeMode::INTERPOLATION. Default value: FontMode::AUTO. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/codetextparameters/location/_index.md b/english/php/aspose.barcode.generation/codetextparameters/location/_index.md deleted file mode 100644 index 41523779c..000000000 --- a/english/php/aspose.barcode.generation/codetextparameters/location/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "CodetextParameters.Location" -linktitle: "Location" -articleTitle: "Location" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specify the displaying CodeText Location, set to CodeLocation::NONE to hide CodeText. Default value: CodeLocation::BELOW." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/codetextparameters/location/ ---- - -## CodetextParameters.Location - -**Access:** Read/Write - - -### Get - -Specify the displaying CodeText Location, set to CodeLocation::NONE to hide CodeText. Default value: CodeLocation::BELOW. - - -### Set - -Specify the displaying CodeText Location, set to CodeLocation::NONE to hide CodeText. Default value: CodeLocation::BELOW. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/codetextparameters/nowrap/_index.md b/english/php/aspose.barcode.generation/codetextparameters/nowrap/_index.md deleted file mode 100644 index b10b03ed8..000000000 --- a/english/php/aspose.barcode.generation/codetextparameters/nowrap/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "CodetextParameters.NoWrap" -linktitle: "NoWrap" -articleTitle: "NoWrap" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specify word wraps (line breaks) within text." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/codetextparameters/nowrap/ ---- - -## CodetextParameters.NoWrap - -**Access:** Read/Write - - -**Returns:** bool - - -### Get - -Specify word wraps (line breaks) within text. - - -### Set - -Specify word wraps (line breaks) within text. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `bool` | | diff --git a/english/php/aspose.barcode.generation/codetextparameters/space/_index.md b/english/php/aspose.barcode.generation/codetextparameters/space/_index.md deleted file mode 100644 index 13a3e1030..000000000 --- a/english/php/aspose.barcode.generation/codetextparameters/space/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "CodetextParameters.Space" -linktitle: "Space" -articleTitle: "Space" -second_title: "Aspose.BarCode for PHP via Java" -description: "Space between the CodeText and the BarCode in Unit value. Default value: 2pt. Ignored for EAN8, EAN13, UPCE, UPCA, ISBN, ISMN, ISSN, UpcaGs1DatabarCoupon." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/codetextparameters/space/ ---- - -## CodetextParameters.Space - -**Access:** Read/Write - - -### Get - -Space between the CodeText and the BarCode in Unit value. Default value: 2pt. Ignored for EAN8, EAN13, UPCE, UPCA, ISBN, ISMN, ISSN, UpcaGs1DatabarCoupon. - - -### Set - -Space between the CodeText and the BarCode in Unit value. Default value: 2pt. Ignored for EAN8, EAN13, UPCE, UPCA, ISBN, ISMN, ISSN, UpcaGs1DatabarCoupon. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `Unit` | | diff --git a/english/php/aspose.barcode.generation/codetextparameters/twoddisplaytext/_index.md b/english/php/aspose.barcode.generation/codetextparameters/twoddisplaytext/_index.md deleted file mode 100644 index 34a799780..000000000 --- a/english/php/aspose.barcode.generation/codetextparameters/twoddisplaytext/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "CodetextParameters.TwoDDisplayText" -linktitle: "TwoDDisplayText" -articleTitle: "TwoDDisplayText" -second_title: "Aspose.BarCode for PHP via Java" -description: "Text that will be displayed instead of codetext in 2D barcodes. Used for: Aztec, Pdf417, DataMatrix, QR, MaxiCode, DotCode" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/codetextparameters/twoddisplaytext/ ---- - -## CodetextParameters.TwoDDisplayText - -**Access:** Read/Write - - -### Get - -Text that will be displayed instead of codetext in 2D barcodes. Used for: Aztec, Pdf417, DataMatrix, QR, MaxiCode, DotCode - - -### Set - -Text that will be displayed instead of codetext in 2D barcodes. Used for: Aztec, Pdf417, DataMatrix, QR, MaxiCode, DotCode - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.generation/couponparameters/_index.md b/english/php/aspose.barcode.generation/couponparameters/_index.md index cce616dcb..063639164 100644 --- a/english/php/aspose.barcode.generation/couponparameters/_index.md +++ b/english/php/aspose.barcode.generation/couponparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "CouponParameters Class" +title: "CouponParameters" linktitle: "CouponParameters" -articleTitle: "CouponParameters" second_title: "Aspose.BarCode for PHP via Java" description: "Coupon parameters. Used for UpcaGs1DatabarCoupon, UpcaGs1Code128Coupon." type: docs @@ -21,10 +20,29 @@ Coupon parameters. Used for UpcaGs1DatabarCoupon, UpcaGs1Code128Coupon. | Name | Description | | --- | --- | -| [__construct](./couponparameters/) | | +| [__construct](#constructor) | | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [SupplementSpace](./supplementspace/) | Read/Write | Space between main the BarCode and supplement BarCode in Unit value. | +| [SupplementSpace](#supplementspace) | Read/Write | Space between main the BarCode and supplement BarCode in Unit value. | + +### CouponParameters__construct(CouponParametersDTO $couponParametersDto) {#constructor} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$couponParametersDto` | `CouponParametersDTO` | | + +### SupplementSpace {#supplementspace} + +**Access:** Read/Write + +Space between main the BarCode and supplement BarCode in Unit value. + +Space between main the BarCode and supplement BarCode in Unit value. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `Unit` | | + diff --git a/english/php/aspose.barcode.generation/couponparameters/couponparameters/_index.md b/english/php/aspose.barcode.generation/couponparameters/couponparameters/_index.md deleted file mode 100644 index d0e0112f5..000000000 --- a/english/php/aspose.barcode.generation/couponparameters/couponparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "CouponParameters" -linktitle: "CouponParameters" -articleTitle: "CouponParameters" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/couponparameters/couponparameters/ ---- - -## CouponParameters Constructor - -```php -__construct(CouponParametersDTO $couponParametersDto) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$couponParametersDto` | `CouponParametersDTO` | | diff --git a/english/php/aspose.barcode.generation/couponparameters/supplementspace/_index.md b/english/php/aspose.barcode.generation/couponparameters/supplementspace/_index.md deleted file mode 100644 index 01be5c078..000000000 --- a/english/php/aspose.barcode.generation/couponparameters/supplementspace/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "CouponParameters.SupplementSpace" -linktitle: "SupplementSpace" -articleTitle: "SupplementSpace" -second_title: "Aspose.BarCode for PHP via Java" -description: "Space between main the BarCode and supplement BarCode in Unit value." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/couponparameters/supplementspace/ ---- - -## CouponParameters.SupplementSpace - -**Access:** Read/Write - - -### Get - -Space between main the BarCode and supplement BarCode in Unit value. - - -### Set - -Space between main the BarCode and supplement BarCode in Unit value. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `Unit` | | diff --git a/english/php/aspose.barcode.generation/databarparameters/_index.md b/english/php/aspose.barcode.generation/databarparameters/_index.md index c732ad762..ce596bd4a 100644 --- a/english/php/aspose.barcode.generation/databarparameters/_index.md +++ b/english/php/aspose.barcode.generation/databarparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "DataBarParameters Class" +title: "DataBarParameters" linktitle: "DataBarParameters" -articleTitle: "DataBarParameters" second_title: "Aspose.BarCode for PHP via Java" description: "Databar parameters." type: docs @@ -21,21 +20,88 @@ Databar parameters. | Name | Description | | --- | --- | -| [__construct](./databarparameters/) | | +| [__construct](#constructor) | | ## Methods | Name | Static | Description | | --- | --- | --- | -| [is2DCompositeComponent](./is2dcompositecomponent/) | No | Enables flag of 2D composite component with DataBar barcode | -| [isAllowOnlyGS1Encoding](./isallowonlygs1encoding/) | No | If this flag is set, it allows only GS1 encoding standard for Databar barcode types | -| [set2DCompositeComponent](./set2dcompositecomponent/) | No | Enables flag of 2D composite component with DataBar barcode | -| [setAllowOnlyGS1Encoding](./setallowonlygs1encoding/) | No | If this flag is set, it allows only GS1 encoding standard for Databar barcode types | +| [is2DCompositeComponent](#is2dcompositecomponent) | No | Enables flag of 2D composite component with DataBar barcode | +| [isAllowOnlyGS1Encoding](#isallowonlygs1encoding) | No | If this flag is set, it allows only GS1 encoding standard for Databar barcode types | +| [set2DCompositeComponent](#set2dcompositecomponent) | No | Enables flag of 2D composite component with DataBar barcode | +| [setAllowOnlyGS1Encoding](#setallowonlygs1encoding) | No | If this flag is set, it allows only GS1 encoding standard for Databar barcode types | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [AspectRatio](./aspectratio/) | Read/Write | Height/Width ratio of 2D BarCode module. Used for DataBar stacked. | -| [Columns](./columns/) | Read/Write | Columns count. | -| [Rows](./rows/) | Read/Write | Rows count. | +| [AspectRatio](#aspectratio) | Read/Write | Height/Width ratio of 2D BarCode module. Used for DataBar stacked. | +| [Columns](#columns) | Read/Write | Columns count. | +| [Rows](#rows) | Read/Write | Rows count. | + +### DataBarParameters__construct(DataBarParametersDTO $dataBarParametersDto) {#constructor} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$dataBarParametersDto` | `DataBarParametersDTO` | | + +### is2DCompositeComponentis2DCompositeComponent() {#is2dcompositecomponent} + +Enables flag of 2D composite component with DataBar barcode + +### isAllowOnlyGS1EncodingisAllowOnlyGS1Encoding() {#isallowonlygs1encoding} + +If this flag is set, it allows only GS1 encoding standard for Databar barcode types + +### set2DCompositeComponentset2DCompositeComponent(bool $value) {#set2dcompositecomponent} + +Enables flag of 2D composite component with DataBar barcode + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `bool` | | + +### setAllowOnlyGS1EncodingsetAllowOnlyGS1Encoding(bool $value) {#setallowonlygs1encoding} + +If this flag is set, it allows only GS1 encoding standard for Databar barcode types + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `bool` | | + +### AspectRatio {#aspectratio} + +**Access:** Read/Write + +Height/Width ratio of 2D BarCode module. Used for DataBar stacked. + +Height/Width ratio of 2D BarCode module. Used for DataBar stacked. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `float` | | + +### Columns {#columns} + +**Access:** Read/Write + +Columns count. + +Columns count. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### Rows {#rows} + +**Access:** Read/Write + +Rows count. + +Rows count. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + diff --git a/english/php/aspose.barcode.generation/databarparameters/aspectratio/_index.md b/english/php/aspose.barcode.generation/databarparameters/aspectratio/_index.md deleted file mode 100644 index 76cb83d7e..000000000 --- a/english/php/aspose.barcode.generation/databarparameters/aspectratio/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "DataBarParameters.AspectRatio" -linktitle: "AspectRatio" -articleTitle: "AspectRatio" -second_title: "Aspose.BarCode for PHP via Java" -description: "Height/Width ratio of 2D BarCode module. Used for DataBar stacked." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/databarparameters/aspectratio/ ---- - -## DataBarParameters.AspectRatio - -**Access:** Read/Write - - -### Get - -Height/Width ratio of 2D BarCode module. Used for DataBar stacked. - - -### Set - -Height/Width ratio of 2D BarCode module. Used for DataBar stacked. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `float` | | diff --git a/english/php/aspose.barcode.generation/databarparameters/columns/_index.md b/english/php/aspose.barcode.generation/databarparameters/columns/_index.md deleted file mode 100644 index a11a12b76..000000000 --- a/english/php/aspose.barcode.generation/databarparameters/columns/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "DataBarParameters.Columns" -linktitle: "Columns" -articleTitle: "Columns" -second_title: "Aspose.BarCode for PHP via Java" -description: "Columns count." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/databarparameters/columns/ ---- - -## DataBarParameters.Columns - -**Access:** Read/Write - - -### Get - -Columns count. - - -### Set - -Columns count. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/databarparameters/databarparameters/_index.md b/english/php/aspose.barcode.generation/databarparameters/databarparameters/_index.md deleted file mode 100644 index f66a6ad78..000000000 --- a/english/php/aspose.barcode.generation/databarparameters/databarparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataBarParameters" -linktitle: "DataBarParameters" -articleTitle: "DataBarParameters" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/databarparameters/databarparameters/ ---- - -## DataBarParameters Constructor - -```php -__construct(DataBarParametersDTO $dataBarParametersDto) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$dataBarParametersDto` | `DataBarParametersDTO` | | diff --git a/english/php/aspose.barcode.generation/databarparameters/is2dcompositecomponent/_index.md b/english/php/aspose.barcode.generation/databarparameters/is2dcompositecomponent/_index.md deleted file mode 100644 index 10968bb09..000000000 --- a/english/php/aspose.barcode.generation/databarparameters/is2dcompositecomponent/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "DataBarParameters.is2DCompositeComponent" -linktitle: "is2DCompositeComponent" -articleTitle: "is2DCompositeComponent" -second_title: "Aspose.BarCode for PHP via Java" -description: "Enables flag of 2D composite component with DataBar barcode" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/databarparameters/is2dcompositecomponent/ ---- - -## DataBarParameters.is2DCompositeComponent - -```php -is2DCompositeComponent() -``` - - -Enables flag of 2D composite component with DataBar barcode - diff --git a/english/php/aspose.barcode.generation/databarparameters/isallowonlygs1encoding/_index.md b/english/php/aspose.barcode.generation/databarparameters/isallowonlygs1encoding/_index.md deleted file mode 100644 index 8fcb8ad4a..000000000 --- a/english/php/aspose.barcode.generation/databarparameters/isallowonlygs1encoding/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "DataBarParameters.isAllowOnlyGS1Encoding" -linktitle: "isAllowOnlyGS1Encoding" -articleTitle: "isAllowOnlyGS1Encoding" -second_title: "Aspose.BarCode for PHP via Java" -description: "If this flag is set, it allows only GS1 encoding standard for Databar barcode types" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/databarparameters/isallowonlygs1encoding/ ---- - -## DataBarParameters.isAllowOnlyGS1Encoding - -```php -isAllowOnlyGS1Encoding() -``` - - -If this flag is set, it allows only GS1 encoding standard for Databar barcode types - diff --git a/english/php/aspose.barcode.generation/databarparameters/rows/_index.md b/english/php/aspose.barcode.generation/databarparameters/rows/_index.md deleted file mode 100644 index 454dd4151..000000000 --- a/english/php/aspose.barcode.generation/databarparameters/rows/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "DataBarParameters.Rows" -linktitle: "Rows" -articleTitle: "Rows" -second_title: "Aspose.BarCode for PHP via Java" -description: "Rows count." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/databarparameters/rows/ ---- - -## DataBarParameters.Rows - -**Access:** Read/Write - - -### Get - -Rows count. - - -### Set - -Rows count. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/databarparameters/set2dcompositecomponent/_index.md b/english/php/aspose.barcode.generation/databarparameters/set2dcompositecomponent/_index.md deleted file mode 100644 index d2c729555..000000000 --- a/english/php/aspose.barcode.generation/databarparameters/set2dcompositecomponent/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "DataBarParameters.set2DCompositeComponent" -linktitle: "set2DCompositeComponent" -articleTitle: "set2DCompositeComponent" -second_title: "Aspose.BarCode for PHP via Java" -description: "Enables flag of 2D composite component with DataBar barcode" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/databarparameters/set2dcompositecomponent/ ---- - -## DataBarParameters.set2DCompositeComponent - -```php -set2DCompositeComponent(bool $value) -``` - - -Enables flag of 2D composite component with DataBar barcode - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `bool` | | diff --git a/english/php/aspose.barcode.generation/databarparameters/setallowonlygs1encoding/_index.md b/english/php/aspose.barcode.generation/databarparameters/setallowonlygs1encoding/_index.md deleted file mode 100644 index 65506dbef..000000000 --- a/english/php/aspose.barcode.generation/databarparameters/setallowonlygs1encoding/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "DataBarParameters.setAllowOnlyGS1Encoding" -linktitle: "setAllowOnlyGS1Encoding" -articleTitle: "setAllowOnlyGS1Encoding" -second_title: "Aspose.BarCode for PHP via Java" -description: "If this flag is set, it allows only GS1 encoding standard for Databar barcode types" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/databarparameters/setallowonlygs1encoding/ ---- - -## DataBarParameters.setAllowOnlyGS1Encoding - -```php -setAllowOnlyGS1Encoding(bool $value) -``` - - -If this flag is set, it allows only GS1 encoding standard for Databar barcode types - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `bool` | | diff --git a/english/php/aspose.barcode.generation/datamatrixecctype/_index.md b/english/php/aspose.barcode.generation/datamatrixecctype/_index.md index 2c0a1454d..f17ad8ae0 100644 --- a/english/php/aspose.barcode.generation/datamatrixecctype/_index.md +++ b/english/php/aspose.barcode.generation/datamatrixecctype/_index.md @@ -1,7 +1,6 @@ --- -title: "DataMatrixEccType Enum" +title: "DataMatrixEccType" linktitle: "DataMatrixEccType" -articleTitle: "DataMatrixEccType" second_title: "Aspose.BarCode for PHP via Java" description: "Specify the type of the ECC to encode." type: docs @@ -21,10 +20,52 @@ Specify the type of the ECC to encode. | Name | Value | Description | | --- | --- | --- | -| [ECC_000](./ecc_000/) | `"1"` | Specifies that encoded Ecc type is defined ECC 000. | -| [ECC_050](./ecc_050/) | `"2"` | Specifies that encoded Ecc type is defined ECC 050. | -| [ECC_080](./ecc_080/) | `"3"` | Specifies that encoded Ecc type is defined ECC 080. | -| [ECC_100](./ecc_100/) | `"4"` | Specifies that encoded Ecc type is defined ECC 100. | -| [ECC_140](./ecc_140/) | `"5"` | Specifies that encoded Ecc type is defined ECC 140. | -| [ECC_200](./ecc_200/) | `"6"` | Specifies that encoded Ecc type is defined ECC 200. Recommended to use. | -| [ECC_AUTO](./ecc_auto/) | `"0"` | Specifies that encoded Ecc type is defined by default Reed-Solomon error correction or ECC 200. | +| [ECC_000](#ecc_000) | `"1"` | Specifies that encoded Ecc type is defined ECC 000. | +| [ECC_050](#ecc_050) | `"2"` | Specifies that encoded Ecc type is defined ECC 050. | +| [ECC_080](#ecc_080) | `"3"` | Specifies that encoded Ecc type is defined ECC 080. | +| [ECC_100](#ecc_100) | `"4"` | Specifies that encoded Ecc type is defined ECC 100. | +| [ECC_140](#ecc_140) | `"5"` | Specifies that encoded Ecc type is defined ECC 140. | +| [ECC_200](#ecc_200) | `"6"` | Specifies that encoded Ecc type is defined ECC 200. Recommended to use. | +| [ECC_AUTO](#ecc_auto) | `"0"` | Specifies that encoded Ecc type is defined by default Reed-Solomon error correction or ECC 200. | +### ECC_000 {#ecc_000} + +**Value:** `"1"` + +Specifies that encoded Ecc type is defined ECC 000. + +### ECC_050 {#ecc_050} + +**Value:** `"2"` + +Specifies that encoded Ecc type is defined ECC 050. + +### ECC_080 {#ecc_080} + +**Value:** `"3"` + +Specifies that encoded Ecc type is defined ECC 080. + +### ECC_100 {#ecc_100} + +**Value:** `"4"` + +Specifies that encoded Ecc type is defined ECC 100. + +### ECC_140 {#ecc_140} + +**Value:** `"5"` + +Specifies that encoded Ecc type is defined ECC 140. + +### ECC_200 {#ecc_200} + +**Value:** `"6"` + +Specifies that encoded Ecc type is defined ECC 200. Recommended to use. + +### ECC_AUTO {#ecc_auto} + +**Value:** `"0"` + +Specifies that encoded Ecc type is defined by default Reed-Solomon error correction or ECC 200. + diff --git a/english/php/aspose.barcode.generation/datamatrixecctype/ecc_000/_index.md b/english/php/aspose.barcode.generation/datamatrixecctype/ecc_000/_index.md deleted file mode 100644 index 7ca163de7..000000000 --- a/english/php/aspose.barcode.generation/datamatrixecctype/ecc_000/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixEccType::ECC_000" -linktitle: "ECC_000" -articleTitle: "ECC_000" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that encoded Ecc type is defined ECC 000." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixecctype/ecc_000/ ---- - -## DataMatrixEccType::ECC_000 Enum Value - -**Value:** `"1"` - - -Specifies that encoded Ecc type is defined ECC 000. - diff --git a/english/php/aspose.barcode.generation/datamatrixecctype/ecc_050/_index.md b/english/php/aspose.barcode.generation/datamatrixecctype/ecc_050/_index.md deleted file mode 100644 index ae33bf126..000000000 --- a/english/php/aspose.barcode.generation/datamatrixecctype/ecc_050/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixEccType::ECC_050" -linktitle: "ECC_050" -articleTitle: "ECC_050" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that encoded Ecc type is defined ECC 050." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixecctype/ecc_050/ ---- - -## DataMatrixEccType::ECC_050 Enum Value - -**Value:** `"2"` - - -Specifies that encoded Ecc type is defined ECC 050. - diff --git a/english/php/aspose.barcode.generation/datamatrixecctype/ecc_080/_index.md b/english/php/aspose.barcode.generation/datamatrixecctype/ecc_080/_index.md deleted file mode 100644 index 122d37ba9..000000000 --- a/english/php/aspose.barcode.generation/datamatrixecctype/ecc_080/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixEccType::ECC_080" -linktitle: "ECC_080" -articleTitle: "ECC_080" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that encoded Ecc type is defined ECC 080." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixecctype/ecc_080/ ---- - -## DataMatrixEccType::ECC_080 Enum Value - -**Value:** `"3"` - - -Specifies that encoded Ecc type is defined ECC 080. - diff --git a/english/php/aspose.barcode.generation/datamatrixecctype/ecc_100/_index.md b/english/php/aspose.barcode.generation/datamatrixecctype/ecc_100/_index.md deleted file mode 100644 index e2bbabb20..000000000 --- a/english/php/aspose.barcode.generation/datamatrixecctype/ecc_100/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixEccType::ECC_100" -linktitle: "ECC_100" -articleTitle: "ECC_100" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that encoded Ecc type is defined ECC 100." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixecctype/ecc_100/ ---- - -## DataMatrixEccType::ECC_100 Enum Value - -**Value:** `"4"` - - -Specifies that encoded Ecc type is defined ECC 100. - diff --git a/english/php/aspose.barcode.generation/datamatrixecctype/ecc_140/_index.md b/english/php/aspose.barcode.generation/datamatrixecctype/ecc_140/_index.md deleted file mode 100644 index 7a0b53627..000000000 --- a/english/php/aspose.barcode.generation/datamatrixecctype/ecc_140/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixEccType::ECC_140" -linktitle: "ECC_140" -articleTitle: "ECC_140" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that encoded Ecc type is defined ECC 140." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixecctype/ecc_140/ ---- - -## DataMatrixEccType::ECC_140 Enum Value - -**Value:** `"5"` - - -Specifies that encoded Ecc type is defined ECC 140. - diff --git a/english/php/aspose.barcode.generation/datamatrixecctype/ecc_200/_index.md b/english/php/aspose.barcode.generation/datamatrixecctype/ecc_200/_index.md deleted file mode 100644 index 30a21fa40..000000000 --- a/english/php/aspose.barcode.generation/datamatrixecctype/ecc_200/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixEccType::ECC_200" -linktitle: "ECC_200" -articleTitle: "ECC_200" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that encoded Ecc type is defined ECC 200. Recommended to use." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixecctype/ecc_200/ ---- - -## DataMatrixEccType::ECC_200 Enum Value - -**Value:** `"6"` - - -Specifies that encoded Ecc type is defined ECC 200. Recommended to use. - diff --git a/english/php/aspose.barcode.generation/datamatrixecctype/ecc_auto/_index.md b/english/php/aspose.barcode.generation/datamatrixecctype/ecc_auto/_index.md deleted file mode 100644 index f6c7b8c7d..000000000 --- a/english/php/aspose.barcode.generation/datamatrixecctype/ecc_auto/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixEccType::ECC_AUTO" -linktitle: "ECC_AUTO" -articleTitle: "ECC_AUTO" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that encoded Ecc type is defined by default Reed-Solomon error correction or ECC 200." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixecctype/ecc_auto/ ---- - -## DataMatrixEccType::ECC_AUTO Enum Value - -**Value:** `"0"` - - -Specifies that encoded Ecc type is defined by default Reed-Solomon error correction or ECC 200. - diff --git a/english/php/aspose.barcode.generation/datamatrixencodemode/_index.md b/english/php/aspose.barcode.generation/datamatrixencodemode/_index.md index ff6f3112c..64fb7f1c6 100644 --- a/english/php/aspose.barcode.generation/datamatrixencodemode/_index.md +++ b/english/php/aspose.barcode.generation/datamatrixencodemode/_index.md @@ -1,7 +1,6 @@ --- -title: "DataMatrixEncodeMode Enum" +title: "DataMatrixEncodeMode" linktitle: "DataMatrixEncodeMode" -articleTitle: "DataMatrixEncodeMode" second_title: "Aspose.BarCode for PHP via Java" description: "DataMatrix encoder's encoding mode, default to Auto" type: docs @@ -21,15 +20,87 @@ DataMatrix encoder's encoding mode, default to Auto | Name | Value | Description | | --- | --- | --- | -| [ANSIX12](./ansix12/) | `11` | Uses ANSI X12 encoding. | -| [ASCII](./ascii/) | `1` | Encodes one alphanumeric or two numeric characters per byte | -| [AUTO](./auto/) | `0` | In Auto mode, the CodeText is encoded with maximum data compactness. Unicode characters are re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. | -| [BASE_256](./base_256/) | `14` | Encode 8 bit values | -| [BINARY](./binary/) | `15` | In Binary mode, the CodeText is encoded with maximum data compactness. If a Unicode character is found, an exception is thrown. | -| [BYTES](./bytes/) | `6` | Encode 8 bit values | -| [C40](./c40/) | `8` | Uses C40 encoding. Encodes Upper-case alphanumeric, Lower case and special characters | -| [ECI](./eci/) | `16` | In ECI mode, the entire message is re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. Please note that some old (pre 2006) scanners may not support this mode. | -| [EDIFACT](./edifact/) | `10` | Uses EDIFACT encoding. Uses six bits per character, encodes digits, upper-case letters, and many punctuation marks, but has no support for lower-case letters. | -| [EXTENDED](./extended/) | `13` | ExtendedCodetext mode allows to manually switch encodation schemes and ECI encodings in codetext. It is better to use DataMatrixExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. Encodation schemes are set in the next format : "\Encodation_scheme_name:text\Encodation_scheme_name:text". Allowed encodation schemes are: EDIFACT, ANSIX12, ASCII, C40, Text, Auto. All backslashes () must be doubled in text. | -| [EXTENDED_CODETEXT](./extended_codetext/) | `12` | ExtendedCodetext mode allows to manually switch encodation schemes and ECI encodings in codetext. It is better to use DataMatrixExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. Encodation schemes are set in the next format : "\Encodation_scheme_name:text\Encodation_scheme_name:text". Allowed encodation schemes are: EDIFACT, ANSIX12, ASCII, C40, Text, Auto. All backslashes () must be doubled in text. | -| [TEXT](./text/) | `9` | Uses Text encoding. Encodes Lower-case alphanumeric, Upper case and special characters | +| [ANSIX12](#ansix12) | `11` | Uses ANSI X12 encoding. | +| [ASCII](#ascii) | `1` | Encodes one alphanumeric or two numeric characters per byte | +| [AUTO](#auto) | `0` | In Auto mode, the CodeText is encoded with maximum data compactness. Unicode characters are re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. | +| [BASE_256](#base_256) | `14` | Encode 8 bit values | +| [BINARY](#binary) | `15` | In Binary mode, the CodeText is encoded with maximum data compactness. If a Unicode character is found, an exception is thrown. | +| [BYTES](#bytes) | `6` | Encode 8 bit values | +| [C40](#c40) | `8` | Uses C40 encoding. Encodes Upper-case alphanumeric, Lower case and special characters | +| [ECI](#eci) | `16` | In ECI mode, the entire message is re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. Please note that some old (pre 2006) scanners may not support this mode. | +| [EDIFACT](#edifact) | `10` | Uses EDIFACT encoding. Uses six bits per character, encodes digits, upper-case letters, and many punctuation marks, but has no support for lower-case letters. | +| [EXTENDED](#extended) | `13` | ExtendedCodetext mode allows to manually switch encodation schemes and ECI encodings in codetext. It is better to use DataMatrixExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. Encodation schemes are set in the next format : "\Encodation_scheme_name:text\Encodation_scheme_name:text". Allowed encodation schemes are: EDIFACT, ANSIX12, ASCII, C40, Text, Auto. All backslashes () must be doubled in text. | +| [EXTENDED_CODETEXT](#extended_codetext) | `12` | ExtendedCodetext mode allows to manually switch encodation schemes and ECI encodings in codetext. It is better to use DataMatrixExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. Encodation schemes are set in the next format : "\Encodation_scheme_name:text\Encodation_scheme_name:text". Allowed encodation schemes are: EDIFACT, ANSIX12, ASCII, C40, Text, Auto. All backslashes () must be doubled in text. | +| [TEXT](#text) | `9` | Uses Text encoding. Encodes Lower-case alphanumeric, Upper case and special characters | +### ANSIX12 {#ansix12} + +**Value:** `11` + +Uses ANSI X12 encoding. + +### ASCII {#ascii} + +**Value:** `1` + +Encodes one alphanumeric or two numeric characters per byte + +### AUTO {#auto} + +**Value:** `0` + +In Auto mode, the CodeText is encoded with maximum data compactness. Unicode characters are re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. + +### BASE_256 {#base_256} + +**Value:** `14` + +Encode 8 bit values + +### BINARY {#binary} + +**Value:** `15` + +In Binary mode, the CodeText is encoded with maximum data compactness. If a Unicode character is found, an exception is thrown. + +### BYTES {#bytes} + +**Value:** `6` + +Encode 8 bit values + +### C40 {#c40} + +**Value:** `8` + +Uses C40 encoding. Encodes Upper-case alphanumeric, Lower case and special characters + +### ECI {#eci} + +**Value:** `16` + +In ECI mode, the entire message is re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. Please note that some old (pre 2006) scanners may not support this mode. + +### EDIFACT {#edifact} + +**Value:** `10` + +Uses EDIFACT encoding. Uses six bits per character, encodes digits, upper-case letters, and many punctuation marks, but has no support for lower-case letters. + +### EXTENDED {#extended} + +**Value:** `13` + +ExtendedCodetext mode allows to manually switch encodation schemes and ECI encodings in codetext. It is better to use DataMatrixExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. Encodation schemes are set in the next format : "\Encodation_scheme_name:text\Encodation_scheme_name:text". Allowed encodation schemes are: EDIFACT, ANSIX12, ASCII, C40, Text, Auto. All backslashes () must be doubled in text. + +### EXTENDED_CODETEXT {#extended_codetext} + +**Value:** `12` + +ExtendedCodetext mode allows to manually switch encodation schemes and ECI encodings in codetext. It is better to use DataMatrixExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. Encodation schemes are set in the next format : "\Encodation_scheme_name:text\Encodation_scheme_name:text". Allowed encodation schemes are: EDIFACT, ANSIX12, ASCII, C40, Text, Auto. All backslashes () must be doubled in text. + +### TEXT {#text} + +**Value:** `9` + +Uses Text encoding. Encodes Lower-case alphanumeric, Upper case and special characters + diff --git a/english/php/aspose.barcode.generation/datamatrixencodemode/ansix12/_index.md b/english/php/aspose.barcode.generation/datamatrixencodemode/ansix12/_index.md deleted file mode 100644 index 46ef7c24b..000000000 --- a/english/php/aspose.barcode.generation/datamatrixencodemode/ansix12/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixEncodeMode::ANSIX12" -linktitle: "ANSIX12" -articleTitle: "ANSIX12" -second_title: "Aspose.BarCode for PHP via Java" -description: "Uses ANSI X12 encoding." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixencodemode/ansix12/ ---- - -## DataMatrixEncodeMode::ANSIX12 Enum Value - -**Value:** `11` - - -Uses ANSI X12 encoding. - diff --git a/english/php/aspose.barcode.generation/datamatrixencodemode/ascii/_index.md b/english/php/aspose.barcode.generation/datamatrixencodemode/ascii/_index.md deleted file mode 100644 index f488b50a7..000000000 --- a/english/php/aspose.barcode.generation/datamatrixencodemode/ascii/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixEncodeMode::ASCII" -linktitle: "ASCII" -articleTitle: "ASCII" -second_title: "Aspose.BarCode for PHP via Java" -description: "Encodes one alphanumeric or two numeric characters per byte" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixencodemode/ascii/ ---- - -## DataMatrixEncodeMode::ASCII Enum Value - -**Value:** `1` - - -Encodes one alphanumeric or two numeric characters per byte - diff --git a/english/php/aspose.barcode.generation/datamatrixencodemode/auto/_index.md b/english/php/aspose.barcode.generation/datamatrixencodemode/auto/_index.md deleted file mode 100644 index 5b2055a1e..000000000 --- a/english/php/aspose.barcode.generation/datamatrixencodemode/auto/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixEncodeMode::AUTO" -linktitle: "AUTO" -articleTitle: "AUTO" -second_title: "Aspose.BarCode for PHP via Java" -description: "In Auto mode, the CodeText is encoded with maximum data compactness. Unicode characters are re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is " -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixencodemode/auto/ ---- - -## DataMatrixEncodeMode::AUTO Enum Value - -**Value:** `0` - - -In Auto mode, the CodeText is encoded with maximum data compactness. Unicode characters are re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. - diff --git a/english/php/aspose.barcode.generation/datamatrixencodemode/base_256/_index.md b/english/php/aspose.barcode.generation/datamatrixencodemode/base_256/_index.md deleted file mode 100644 index a01e6f97b..000000000 --- a/english/php/aspose.barcode.generation/datamatrixencodemode/base_256/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixEncodeMode::BASE_256" -linktitle: "BASE_256" -articleTitle: "BASE_256" -second_title: "Aspose.BarCode for PHP via Java" -description: "Encode 8 bit values" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixencodemode/base_256/ ---- - -## DataMatrixEncodeMode::BASE_256 Enum Value - -**Value:** `14` - - -Encode 8 bit values - diff --git a/english/php/aspose.barcode.generation/datamatrixencodemode/binary/_index.md b/english/php/aspose.barcode.generation/datamatrixencodemode/binary/_index.md deleted file mode 100644 index e90d64a68..000000000 --- a/english/php/aspose.barcode.generation/datamatrixencodemode/binary/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixEncodeMode::BINARY" -linktitle: "BINARY" -articleTitle: "BINARY" -second_title: "Aspose.BarCode for PHP via Java" -description: "In Binary mode, the CodeText is encoded with maximum data compactness. If a Unicode character is found, an exception is thrown." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixencodemode/binary/ ---- - -## DataMatrixEncodeMode::BINARY Enum Value - -**Value:** `15` - - -In Binary mode, the CodeText is encoded with maximum data compactness. If a Unicode character is found, an exception is thrown. - diff --git a/english/php/aspose.barcode.generation/datamatrixencodemode/bytes/_index.md b/english/php/aspose.barcode.generation/datamatrixencodemode/bytes/_index.md deleted file mode 100644 index 519d1f12e..000000000 --- a/english/php/aspose.barcode.generation/datamatrixencodemode/bytes/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixEncodeMode::BYTES" -linktitle: "BYTES" -articleTitle: "BYTES" -second_title: "Aspose.BarCode for PHP via Java" -description: "Encode 8 bit values" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixencodemode/bytes/ ---- - -## DataMatrixEncodeMode::BYTES Enum Value - -**Value:** `6` - - -Encode 8 bit values - diff --git a/english/php/aspose.barcode.generation/datamatrixencodemode/c40/_index.md b/english/php/aspose.barcode.generation/datamatrixencodemode/c40/_index.md deleted file mode 100644 index e40d68d7d..000000000 --- a/english/php/aspose.barcode.generation/datamatrixencodemode/c40/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixEncodeMode::C40" -linktitle: "C40" -articleTitle: "C40" -second_title: "Aspose.BarCode for PHP via Java" -description: "Uses C40 encoding. Encodes Upper-case alphanumeric, Lower case and special characters" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixencodemode/c40/ ---- - -## DataMatrixEncodeMode::C40 Enum Value - -**Value:** `8` - - -Uses C40 encoding. Encodes Upper-case alphanumeric, Lower case and special characters - diff --git a/english/php/aspose.barcode.generation/datamatrixencodemode/eci/_index.md b/english/php/aspose.barcode.generation/datamatrixencodemode/eci/_index.md deleted file mode 100644 index ee1543973..000000000 --- a/english/php/aspose.barcode.generation/datamatrixencodemode/eci/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixEncodeMode::ECI" -linktitle: "ECI" -articleTitle: "ECI" -second_title: "Aspose.BarCode for PHP via Java" -description: "In ECI mode, the entire message is re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding," -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixencodemode/eci/ ---- - -## DataMatrixEncodeMode::ECI Enum Value - -**Value:** `16` - - -In ECI mode, the entire message is re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. Please note that some old (pre 2006) scanners may not support this mode. - diff --git a/english/php/aspose.barcode.generation/datamatrixencodemode/edifact/_index.md b/english/php/aspose.barcode.generation/datamatrixencodemode/edifact/_index.md deleted file mode 100644 index 2196398a4..000000000 --- a/english/php/aspose.barcode.generation/datamatrixencodemode/edifact/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixEncodeMode::EDIFACT" -linktitle: "EDIFACT" -articleTitle: "EDIFACT" -second_title: "Aspose.BarCode for PHP via Java" -description: "Uses EDIFACT encoding. Uses six bits per character, encodes digits, upper-case letters, and many punctuation marks, but has no support for lower-case letters." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixencodemode/edifact/ ---- - -## DataMatrixEncodeMode::EDIFACT Enum Value - -**Value:** `10` - - -Uses EDIFACT encoding. Uses six bits per character, encodes digits, upper-case letters, and many punctuation marks, but has no support for lower-case letters. - diff --git a/english/php/aspose.barcode.generation/datamatrixencodemode/extended/_index.md b/english/php/aspose.barcode.generation/datamatrixencodemode/extended/_index.md deleted file mode 100644 index b30684ae7..000000000 --- a/english/php/aspose.barcode.generation/datamatrixencodemode/extended/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixEncodeMode::EXTENDED" -linktitle: "EXTENDED" -articleTitle: "EXTENDED" -second_title: "Aspose.BarCode for PHP via Java" -description: "ExtendedCodetext mode allows to manually switch encodation schemes and ECI encodings in codetext. It is better to use DataMatrixExtCodetextBuilder for extended codetext generation. Use Display2DText p" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixencodemode/extended/ ---- - -## DataMatrixEncodeMode::EXTENDED Enum Value - -**Value:** `13` - - -ExtendedCodetext mode allows to manually switch encodation schemes and ECI encodings in codetext. It is better to use DataMatrixExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. Encodation schemes are set in the next format : "\Encodation_scheme_name:text\Encodation_scheme_name:text". Allowed encodation schemes are: EDIFACT, ANSIX12, ASCII, C40, Text, Auto. All backslashes () must be doubled in text. - diff --git a/english/php/aspose.barcode.generation/datamatrixencodemode/extended_codetext/_index.md b/english/php/aspose.barcode.generation/datamatrixencodemode/extended_codetext/_index.md deleted file mode 100644 index fc86790d0..000000000 --- a/english/php/aspose.barcode.generation/datamatrixencodemode/extended_codetext/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixEncodeMode::EXTENDED_CODETEXT" -linktitle: "EXTENDED_CODETEXT" -articleTitle: "EXTENDED_CODETEXT" -second_title: "Aspose.BarCode for PHP via Java" -description: "ExtendedCodetext mode allows to manually switch encodation schemes and ECI encodings in codetext. It is better to use DataMatrixExtCodetextBuilder for extended codetext generation. Use Display2DText p" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixencodemode/extended_codetext/ ---- - -## DataMatrixEncodeMode::EXTENDED_CODETEXT Enum Value - -**Value:** `12` - - -ExtendedCodetext mode allows to manually switch encodation schemes and ECI encodings in codetext. It is better to use DataMatrixExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. Encodation schemes are set in the next format : "\Encodation_scheme_name:text\Encodation_scheme_name:text". Allowed encodation schemes are: EDIFACT, ANSIX12, ASCII, C40, Text, Auto. All backslashes () must be doubled in text. - diff --git a/english/php/aspose.barcode.generation/datamatrixencodemode/text/_index.md b/english/php/aspose.barcode.generation/datamatrixencodemode/text/_index.md deleted file mode 100644 index 64d6f425e..000000000 --- a/english/php/aspose.barcode.generation/datamatrixencodemode/text/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixEncodeMode::TEXT" -linktitle: "TEXT" -articleTitle: "TEXT" -second_title: "Aspose.BarCode for PHP via Java" -description: "Uses Text encoding. Encodes Lower-case alphanumeric, Upper case and special characters" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixencodemode/text/ ---- - -## DataMatrixEncodeMode::TEXT Enum Value - -**Value:** `9` - - -Uses Text encoding. Encodes Lower-case alphanumeric, Upper case and special characters - diff --git a/english/php/aspose.barcode.generation/datamatrixextcodetextbuilder/_index.md b/english/php/aspose.barcode.generation/datamatrixextcodetextbuilder/_index.md index 6894e2139..1418e7770 100644 --- a/english/php/aspose.barcode.generation/datamatrixextcodetextbuilder/_index.md +++ b/english/php/aspose.barcode.generation/datamatrixextcodetextbuilder/_index.md @@ -1,7 +1,6 @@ --- -title: "DataMatrixExtCodetextBuilder Class" +title: "DataMatrixExtCodetextBuilder" linktitle: "DataMatrixExtCodetextBuilder" -articleTitle: "DataMatrixExtCodetextBuilder" second_title: "Aspose.BarCode for PHP via Java" description: "Extended codetext generator for 2D DataMatrix barcodes for ExtendedCodetext Mode of DataMatrixEncodeMode" type: docs @@ -21,18 +20,52 @@ Extended codetext generator for 2D DataMatrix barcodes for ExtendedCodetext Mode | Name | Description | | --- | --- | -| [__construct](./datamatrixextcodetextbuilder/) | Reimplemented from Aspose\Barcode\Generation\ExtCodetextBuilder. | +| [__construct](#constructor) | Reimplemented from Aspose\Barcode\Generation\ExtCodetextBuilder. | ## Methods | Name | Static | Description | | --- | --- | --- | -| [addCodetextWithEncodeMode](./addcodetextwithencodemode/) | No | Adds codetext with defined encode mode to the extended codetext items | -| [addECICodetextWithEncodeMode](./addecicodetextwithencodemode/) | No | Adds codetext with Extended Channel Identifier with defined encode mode | -| [init](./init/) | No | Reimplemented from Aspose\Barcode\Generation\ExtCodetextBuilder. | +| [addCodetextWithEncodeMode](#addcodetextwithencodemode) | No | Adds codetext with defined encode mode to the extended codetext items | +| [addECICodetextWithEncodeMode](#addecicodetextwithencodemode) | No | Adds codetext with Extended Channel Identifier with defined encode mode | +| [init](#init) | No | Reimplemented from Aspose\Barcode\Generation\ExtCodetextBuilder. | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [ExtCodetextBuilderType](./extcodetextbuildertype/) | Read-only | Reimplemented from Aspose\Barcode\Generation\ExtCodetextBuilder. | +| [ExtCodetextBuilderType](#extcodetextbuildertype) | Read-only | Reimplemented from Aspose\Barcode\Generation\ExtCodetextBuilder. | + +### DataMatrixExtCodetextBuilder__construct() {#constructor} + +Reimplemented from Aspose\Barcode\Generation\ExtCodetextBuilder. + +### addCodetextWithEncodeModeaddCodetextWithEncodeMode(int $encodeMode, string $codetext) {#addcodetextwithencodemode} + +Adds codetext with defined encode mode to the extended codetext items + +| Parameter | Type | Description | +| --- | --- | --- | +| `$encodeMode` | `int` | Encode mode value | +| `$codetext` | `string` | Codetext in unicode to add as extended codetext item | + +### addECICodetextWithEncodeModeaddECICodetextWithEncodeMode(int $ECIEncoding, int $encodeMode, string $codetext) {#addecicodetextwithencodemode} + +Adds codetext with Extended Channel Identifier with defined encode mode + +| Parameter | Type | Description | +| --- | --- | --- | +| `$ECIEncoding` | `int` | Extended Channel Identifier | +| `$encodeMode` | `int` | Encode mode value | +| `$codetext` | `string` | Codetext in unicode to add as extended codetext item with Extended Channel Identifier with defined encode mode | + +### initinit() {#init} + +Reimplemented from Aspose\Barcode\Generation\ExtCodetextBuilder. + +### ExtCodetextBuilderType {#extcodetextbuildertype} + +**Access:** Read-only + +Reimplemented from Aspose\Barcode\Generation\ExtCodetextBuilder. + diff --git a/english/php/aspose.barcode.generation/datamatrixextcodetextbuilder/addcodetextwithencodemode/_index.md b/english/php/aspose.barcode.generation/datamatrixextcodetextbuilder/addcodetextwithencodemode/_index.md deleted file mode 100644 index 6f3756816..000000000 --- a/english/php/aspose.barcode.generation/datamatrixextcodetextbuilder/addcodetextwithencodemode/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: "DataMatrixExtCodetextBuilder.addCodetextWithEncodeMode" -linktitle: "addCodetextWithEncodeMode" -articleTitle: "addCodetextWithEncodeMode" -second_title: "Aspose.BarCode for PHP via Java" -description: "Adds codetext with defined encode mode to the extended codetext items" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixextcodetextbuilder/addcodetextwithencodemode/ ---- - -## DataMatrixExtCodetextBuilder.addCodetextWithEncodeMode - -```php -addCodetextWithEncodeMode(int $encodeMode, string $codetext) -``` - - -Adds codetext with defined encode mode to the extended codetext items - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$encodeMode` | `int` | Encode mode value | -| `$codetext` | `string` | Codetext in unicode to add as extended codetext item | diff --git a/english/php/aspose.barcode.generation/datamatrixextcodetextbuilder/addecicodetextwithencodemode/_index.md b/english/php/aspose.barcode.generation/datamatrixextcodetextbuilder/addecicodetextwithencodemode/_index.md deleted file mode 100644 index 76688db54..000000000 --- a/english/php/aspose.barcode.generation/datamatrixextcodetextbuilder/addecicodetextwithencodemode/_index.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: "DataMatrixExtCodetextBuilder.addECICodetextWithEncodeMode" -linktitle: "addECICodetextWithEncodeMode" -articleTitle: "addECICodetextWithEncodeMode" -second_title: "Aspose.BarCode for PHP via Java" -description: "Adds codetext with Extended Channel Identifier with defined encode mode" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixextcodetextbuilder/addecicodetextwithencodemode/ ---- - -## DataMatrixExtCodetextBuilder.addECICodetextWithEncodeMode - -```php -addECICodetextWithEncodeMode(int $ECIEncoding, int $encodeMode, string $codetext) -``` - - -Adds codetext with Extended Channel Identifier with defined encode mode - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$ECIEncoding` | `int` | Extended Channel Identifier | -| `$encodeMode` | `int` | Encode mode value | -| `$codetext` | `string` | Codetext in unicode to add as extended codetext item with Extended Channel Identifier with defined encode mode | diff --git a/english/php/aspose.barcode.generation/datamatrixextcodetextbuilder/datamatrixextcodetextbuilder/_index.md b/english/php/aspose.barcode.generation/datamatrixextcodetextbuilder/datamatrixextcodetextbuilder/_index.md deleted file mode 100644 index aae2263be..000000000 --- a/english/php/aspose.barcode.generation/datamatrixextcodetextbuilder/datamatrixextcodetextbuilder/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "DataMatrixExtCodetextBuilder" -linktitle: "DataMatrixExtCodetextBuilder" -articleTitle: "DataMatrixExtCodetextBuilder" -second_title: "Aspose.BarCode for PHP via Java" -description: "Reimplemented from Aspose\\Barcode\\Generation\\ExtCodetextBuilder." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixextcodetextbuilder/datamatrixextcodetextbuilder/ ---- - -## DataMatrixExtCodetextBuilder Constructor - -```php -__construct() -``` - - -Reimplemented from Aspose\Barcode\Generation\ExtCodetextBuilder. - diff --git a/english/php/aspose.barcode.generation/datamatrixextcodetextbuilder/extcodetextbuildertype/_index.md b/english/php/aspose.barcode.generation/datamatrixextcodetextbuilder/extcodetextbuildertype/_index.md deleted file mode 100644 index 0c3300553..000000000 --- a/english/php/aspose.barcode.generation/datamatrixextcodetextbuilder/extcodetextbuildertype/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "DataMatrixExtCodetextBuilder.ExtCodetextBuilderType" -linktitle: "ExtCodetextBuilderType" -articleTitle: "ExtCodetextBuilderType" -second_title: "Aspose.BarCode for PHP via Java" -description: "Reimplemented from Aspose\\Barcode\\Generation\\ExtCodetextBuilder." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixextcodetextbuilder/extcodetextbuildertype/ ---- - -## DataMatrixExtCodetextBuilder.ExtCodetextBuilderType - -**Access:** Read-only - - -### Get - -Reimplemented from Aspose\Barcode\Generation\ExtCodetextBuilder. - diff --git a/english/php/aspose.barcode.generation/datamatrixextcodetextbuilder/init/_index.md b/english/php/aspose.barcode.generation/datamatrixextcodetextbuilder/init/_index.md deleted file mode 100644 index af6010f40..000000000 --- a/english/php/aspose.barcode.generation/datamatrixextcodetextbuilder/init/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "DataMatrixExtCodetextBuilder.init" -linktitle: "init" -articleTitle: "init" -second_title: "Aspose.BarCode for PHP via Java" -description: "Reimplemented from Aspose\\Barcode\\Generation\\ExtCodetextBuilder." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixextcodetextbuilder/init/ ---- - -## DataMatrixExtCodetextBuilder.init - -```php -init() -``` - - -Reimplemented from Aspose\Barcode\Generation\ExtCodetextBuilder. - diff --git a/english/php/aspose.barcode.generation/datamatrixparameters/_index.md b/english/php/aspose.barcode.generation/datamatrixparameters/_index.md index 944cc4f74..b8c7f2c78 100644 --- a/english/php/aspose.barcode.generation/datamatrixparameters/_index.md +++ b/english/php/aspose.barcode.generation/datamatrixparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "DataMatrixParameters Class" +title: "DataMatrixParameters" linktitle: "DataMatrixParameters" -articleTitle: "DataMatrixParameters" second_title: "Aspose.BarCode for PHP via Java" description: "DataMatrix parameters." type: docs @@ -21,30 +20,221 @@ DataMatrix parameters. | Name | Description | | --- | --- | -| [__construct](./datamatrixparameters/) | | +| [__construct](#constructor) | | ## Methods | Name | Static | Description | | --- | --- | --- | -| [isReaderProgramming](./isreaderprogramming/) | No | Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. Default value: false | -| [setReaderProgramming](./setreaderprogramming/) | No | Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. Default value: false | +| [isReaderProgramming](#isreaderprogramming) | No | Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. Default value: false | +| [setReaderProgramming](#setreaderprogramming) | No | Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. Default value: false | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [AspectRatio](./aspectratio/) | Read/Write | Height/Width ratio of 2D BarCode module. | -| [Columns](./columns/) | Read/Write | Columns count. | -| [DataMatrixEcc](./datamatrixecc/) | Read/Write | Gets a Datamatrix ECC type. Default value: DataMatrixEccType::ECC_200. | -| [DataMatrixEncodeMode](./datamatrixencodemode/) | Read/Write | Encode mode of Datamatrix barcode. Default value: DataMatrixEncodeMode::AUTO. | -| [DataMatrixVersion](./datamatrixversion/) | Read/Write | Gets a Datamatrix symbol size. Default value: DataMatrixVersion.Auto. | -| [ECIEncoding](./eciencoding/) | Read/Write | Gets ECI encoding. Used when DataMatrixEncodeMode is Auto. Default value: ISO-8859-1 | -| [EccType](./ecctype/) | Read/Write | Gets a Datamatrix ECC type. Default value: DataMatrixEccType.Ecc200. | -| [EncodeMode](./encodemode/) | Read/Write | Encode mode of Datamatrix barcode. Default value: EncodeMode.Auto. | -| [MacroCharacters](./macrocharacters/) | Read/Write | ISO/IEC 16022 5.2.4.7 Macro characters 11.3 Protocol for Macro characters in the first position (ECC 200 only) Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with DataMatrixEccType.Ecc200 or DataMatrixEccType.EccAuto. Cannot be used with EncodeTypes::GS_1_DATA_MATRIX Default value: MacroCharacter::NONE. | -| [Rows](./rows/) | Read/Write | Rows count. | -| [StructuredAppendBarcodeId](./structuredappendbarcodeid/) | Read/Write | Barcode ID for Structured Append mode of Datamatrix barcode. Default value: 0 | -| [StructuredAppendBarcodesCount](./structuredappendbarcodescount/) | Read/Write | Barcodes count for Structured Append mode of Datamatrix barcode. Default value: 0 | -| [StructuredAppendFileId](./structuredappendfileid/) | Read/Write | File ID for Structured Append mode of Datamatrix barcode. Default value: 0 | -| [Version](./version/) | Read/Write | Gets a Datamatrix symbol size. Default value: Version.Auto. | +| [AspectRatio](#aspectratio) | Read/Write | Height/Width ratio of 2D BarCode module. | +| [Columns](#columns) | Read/Write | Columns count. | +| [DataMatrixEcc](#datamatrixecc) | Read/Write | Gets a Datamatrix ECC type. Default value: DataMatrixEccType::ECC_200. | +| [DataMatrixEncodeMode](#datamatrixencodemode) | Read/Write | Encode mode of Datamatrix barcode. Default value: DataMatrixEncodeMode::AUTO. | +| [DataMatrixVersion](#datamatrixversion) | Read/Write | Gets a Datamatrix symbol size. Default value: DataMatrixVersion.Auto. | +| [ECIEncoding](#eciencoding) | Read/Write | Gets ECI encoding. Used when DataMatrixEncodeMode is Auto. Default value: ISO-8859-1 | +| [EccType](#ecctype) | Read/Write | Gets a Datamatrix ECC type. Default value: DataMatrixEccType.Ecc200. | +| [EncodeMode](#encodemode) | Read/Write | Encode mode of Datamatrix barcode. Default value: EncodeMode.Auto. | +| [MacroCharacters](#macrocharacters) | Read/Write | ISO/IEC 16022 5.2.4.7 Macro characters 11.3 Protocol for Macro characters in the first position (ECC 200 only) Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with DataMatrixEccType.Ecc200 or DataMatrixEccType.EccAuto. Cannot be used with EncodeTypes::GS_1_DATA_MATRIX Default value: MacroCharacter::NONE. | +| [Rows](#rows) | Read/Write | Rows count. | +| [StructuredAppendBarcodeId](#structuredappendbarcodeid) | Read/Write | Barcode ID for Structured Append mode of Datamatrix barcode. Default value: 0 | +| [StructuredAppendBarcodesCount](#structuredappendbarcodescount) | Read/Write | Barcodes count for Structured Append mode of Datamatrix barcode. Default value: 0 | +| [StructuredAppendFileId](#structuredappendfileid) | Read/Write | File ID for Structured Append mode of Datamatrix barcode. Default value: 0 | +| [Version](#version) | Read/Write | Gets a Datamatrix symbol size. Default value: Version.Auto. | + +### DataMatrixParameters__construct(DataMatrixParametersDTO $dataMatrixParametersDto) {#constructor} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$dataMatrixParametersDto` | `DataMatrixParametersDTO` | | + +### isReaderProgrammingisReaderProgramming() {#isreaderprogramming} + +Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. Default value: false + +### setReaderProgrammingsetReaderProgramming(bool $value) {#setreaderprogramming} + +Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. Default value: false + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `bool` | | + +### AspectRatio {#aspectratio} + +**Access:** Read/Write + +Height/Width ratio of 2D BarCode module. + +Height/Width ratio of 2D BarCode module. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `float` | | + +### Columns {#columns} + +**Access:** Read/Write + +Columns count. + +Columns count. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### DataMatrixEcc {#datamatrixecc} + +**Access:** Read/Write + +Gets a Datamatrix ECC type. Default value: DataMatrixEccType::ECC_200. + +Sets a Datamatrix ECC type. Default value: DataMatrixEccType::ECC_200. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### DataMatrixEncodeMode {#datamatrixencodemode} + +**Access:** Read/Write + +Encode mode of Datamatrix barcode. Default value: DataMatrixEncodeMode::AUTO. + +Encode mode of Datamatrix barcode. Default value: DataMatrixEncodeMode::AUTO. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### DataMatrixVersion {#datamatrixversion} + +**Access:** Read/Write + +Gets a Datamatrix symbol size. Default value: DataMatrixVersion.Auto. + +Sets a Datamatrix symbol size. Default value: DataMatrixVersion.Auto. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### ECIEncoding {#eciencoding} + +**Access:** Read/Write + +Gets ECI encoding. Used when DataMatrixEncodeMode is Auto. Default value: ISO-8859-1 + +Sets ECI encoding. Used when DataMatrixEncodeMode is Auto. Default value: ISO-8859-1 + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### EccType {#ecctype} + +**Access:** Read/Write + +**Returns:** a Datamatrix ECC type. + +Gets a Datamatrix ECC type. Default value: DataMatrixEccType.Ecc200. + +Sets a Datamatrix ECC type. Default value: DataMatrixEccType.Ecc200. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | a Datamatrix ECC type. | + +### EncodeMode {#encodemode} + +**Access:** Read/Write + +Encode mode of Datamatrix barcode. Default value: EncodeMode.Auto. + +Encode mode of Datamatrix barcode. Default value: EncodeMode.Auto. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### MacroCharacters {#macrocharacters} + +**Access:** Read/Write + +ISO/IEC 16022 5.2.4.7 Macro characters 11.3 Protocol for Macro characters in the first position (ECC 200 only) Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with DataMatrixEccType.Ecc200 or DataMatrixEccType.EccAuto. Cannot be used with EncodeTypes::GS_1_DATA_MATRIX Default value: MacroCharacter::NONE. + +ISO/IEC 16022 5.2.4.7 Macro characters 11.3 Protocol for Macro characters in the first position (ECC 200 only) Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with DataMatrixEccType.Ecc200 or DataMatrixEccType.EccAuto. Cannot be used with EncodeTypes::GS_1_DATA_MATRIX Default value: MacroCharacter::NONE. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### Rows {#rows} + +**Access:** Read/Write + +Rows count. + +Rows count. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### StructuredAppendBarcodeId {#structuredappendbarcodeid} + +**Access:** Read/Write + +Barcode ID for Structured Append mode of Datamatrix barcode. Default value: 0 + +Barcode ID for Structured Append mode of Datamatrix barcode. Default value: 0 + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### StructuredAppendBarcodesCount {#structuredappendbarcodescount} + +**Access:** Read/Write + +Barcodes count for Structured Append mode of Datamatrix barcode. Default value: 0 + +Barcodes count for Structured Append mode of Datamatrix barcode. Default value: 0 + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### StructuredAppendFileId {#structuredappendfileid} + +**Access:** Read/Write + +File ID for Structured Append mode of Datamatrix barcode. Default value: 0 + +File ID for Structured Append mode of Datamatrix barcode. Default value: 0 + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### Version {#version} + +**Access:** Read/Write + +**Returns:** a Datamatrix symbol size. + +Gets a Datamatrix symbol size. Default value: Version.Auto. + +Sets a Datamatrix symbol size. Default value: Version.Auto. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | a Datamatrix symbol size. | + diff --git a/english/php/aspose.barcode.generation/datamatrixparameters/aspectratio/_index.md b/english/php/aspose.barcode.generation/datamatrixparameters/aspectratio/_index.md deleted file mode 100644 index 339e97fb9..000000000 --- a/english/php/aspose.barcode.generation/datamatrixparameters/aspectratio/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "DataMatrixParameters.AspectRatio" -linktitle: "AspectRatio" -articleTitle: "AspectRatio" -second_title: "Aspose.BarCode for PHP via Java" -description: "Height/Width ratio of 2D BarCode module." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixparameters/aspectratio/ ---- - -## DataMatrixParameters.AspectRatio - -**Access:** Read/Write - - -### Get - -Height/Width ratio of 2D BarCode module. - - -### Set - -Height/Width ratio of 2D BarCode module. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `float` | | diff --git a/english/php/aspose.barcode.generation/datamatrixparameters/columns/_index.md b/english/php/aspose.barcode.generation/datamatrixparameters/columns/_index.md deleted file mode 100644 index fd142f014..000000000 --- a/english/php/aspose.barcode.generation/datamatrixparameters/columns/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "DataMatrixParameters.Columns" -linktitle: "Columns" -articleTitle: "Columns" -second_title: "Aspose.BarCode for PHP via Java" -description: "Columns count." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixparameters/columns/ ---- - -## DataMatrixParameters.Columns - -**Access:** Read/Write - - -### Get - -Columns count. - - -### Set - -Columns count. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/datamatrixparameters/datamatrixecc/_index.md b/english/php/aspose.barcode.generation/datamatrixparameters/datamatrixecc/_index.md deleted file mode 100644 index 28d7cfdef..000000000 --- a/english/php/aspose.barcode.generation/datamatrixparameters/datamatrixecc/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "DataMatrixParameters.DataMatrixEcc" -linktitle: "DataMatrixEcc" -articleTitle: "DataMatrixEcc" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets a Datamatrix ECC type. Default value: DataMatrixEccType::ECC_200." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixparameters/datamatrixecc/ ---- - -## DataMatrixParameters.DataMatrixEcc - -**Access:** Read/Write - - -### Get - -Gets a Datamatrix ECC type. Default value: DataMatrixEccType::ECC_200. - - -### Set - -Sets a Datamatrix ECC type. Default value: DataMatrixEccType::ECC_200. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/datamatrixparameters/datamatrixencodemode/_index.md b/english/php/aspose.barcode.generation/datamatrixparameters/datamatrixencodemode/_index.md deleted file mode 100644 index 3f632a9ab..000000000 --- a/english/php/aspose.barcode.generation/datamatrixparameters/datamatrixencodemode/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "DataMatrixParameters.DataMatrixEncodeMode" -linktitle: "DataMatrixEncodeMode" -articleTitle: "DataMatrixEncodeMode" -second_title: "Aspose.BarCode for PHP via Java" -description: "Encode mode of Datamatrix barcode. Default value: DataMatrixEncodeMode::AUTO." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixparameters/datamatrixencodemode/ ---- - -## DataMatrixParameters.DataMatrixEncodeMode - -**Access:** Read/Write - - -### Get - -Encode mode of Datamatrix barcode. Default value: DataMatrixEncodeMode::AUTO. - - -### Set - -Encode mode of Datamatrix barcode. Default value: DataMatrixEncodeMode::AUTO. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/datamatrixparameters/datamatrixparameters/_index.md b/english/php/aspose.barcode.generation/datamatrixparameters/datamatrixparameters/_index.md deleted file mode 100644 index ded2fb00e..000000000 --- a/english/php/aspose.barcode.generation/datamatrixparameters/datamatrixparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixParameters" -linktitle: "DataMatrixParameters" -articleTitle: "DataMatrixParameters" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixparameters/datamatrixparameters/ ---- - -## DataMatrixParameters Constructor - -```php -__construct(DataMatrixParametersDTO $dataMatrixParametersDto) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$dataMatrixParametersDto` | `DataMatrixParametersDTO` | | diff --git a/english/php/aspose.barcode.generation/datamatrixparameters/datamatrixversion/_index.md b/english/php/aspose.barcode.generation/datamatrixparameters/datamatrixversion/_index.md deleted file mode 100644 index 965c5a5ed..000000000 --- a/english/php/aspose.barcode.generation/datamatrixparameters/datamatrixversion/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "DataMatrixParameters.DataMatrixVersion" -linktitle: "DataMatrixVersion" -articleTitle: "DataMatrixVersion" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets a Datamatrix symbol size. Default value: DataMatrixVersion.Auto." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixparameters/datamatrixversion/ ---- - -## DataMatrixParameters.DataMatrixVersion - -**Access:** Read/Write - - -### Get - -Gets a Datamatrix symbol size. Default value: DataMatrixVersion.Auto. - - -### Set - -Sets a Datamatrix symbol size. Default value: DataMatrixVersion.Auto. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/datamatrixparameters/ecctype/_index.md b/english/php/aspose.barcode.generation/datamatrixparameters/ecctype/_index.md deleted file mode 100644 index f437ce3ed..000000000 --- a/english/php/aspose.barcode.generation/datamatrixparameters/ecctype/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "DataMatrixParameters.EccType" -linktitle: "EccType" -articleTitle: "EccType" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets a Datamatrix ECC type. Default value: DataMatrixEccType.Ecc200." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixparameters/ecctype/ ---- - -## DataMatrixParameters.EccType - -**Access:** Read/Write - - -**Returns:** a Datamatrix ECC type. - - -### Get - -Gets a Datamatrix ECC type. Default value: DataMatrixEccType.Ecc200. - - -### Set - -Sets a Datamatrix ECC type. Default value: DataMatrixEccType.Ecc200. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | a Datamatrix ECC type. | diff --git a/english/php/aspose.barcode.generation/datamatrixparameters/eciencoding/_index.md b/english/php/aspose.barcode.generation/datamatrixparameters/eciencoding/_index.md deleted file mode 100644 index 2b1a6657f..000000000 --- a/english/php/aspose.barcode.generation/datamatrixparameters/eciencoding/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "DataMatrixParameters.ECIEncoding" -linktitle: "ECIEncoding" -articleTitle: "ECIEncoding" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets ECI encoding. Used when DataMatrixEncodeMode is Auto. Default value: ISO-8859-1" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixparameters/eciencoding/ ---- - -## DataMatrixParameters.ECIEncoding - -**Access:** Read/Write - - -### Get - -Gets ECI encoding. Used when DataMatrixEncodeMode is Auto. Default value: ISO-8859-1 - - -### Set - -Sets ECI encoding. Used when DataMatrixEncodeMode is Auto. Default value: ISO-8859-1 - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/datamatrixparameters/encodemode/_index.md b/english/php/aspose.barcode.generation/datamatrixparameters/encodemode/_index.md deleted file mode 100644 index ac978058f..000000000 --- a/english/php/aspose.barcode.generation/datamatrixparameters/encodemode/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "DataMatrixParameters.EncodeMode" -linktitle: "EncodeMode" -articleTitle: "EncodeMode" -second_title: "Aspose.BarCode for PHP via Java" -description: "Encode mode of Datamatrix barcode. Default value: EncodeMode.Auto." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixparameters/encodemode/ ---- - -## DataMatrixParameters.EncodeMode - -**Access:** Read/Write - - -### Get - -Encode mode of Datamatrix barcode. Default value: EncodeMode.Auto. - - -### Set - -Encode mode of Datamatrix barcode. Default value: EncodeMode.Auto. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/datamatrixparameters/isreaderprogramming/_index.md b/english/php/aspose.barcode.generation/datamatrixparameters/isreaderprogramming/_index.md deleted file mode 100644 index 3815b8707..000000000 --- a/english/php/aspose.barcode.generation/datamatrixparameters/isreaderprogramming/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "DataMatrixParameters.isReaderProgramming" -linktitle: "isReaderProgramming" -articleTitle: "isReaderProgramming" -second_title: "Aspose.BarCode for PHP via Java" -description: "Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. Default value: false" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixparameters/isreaderprogramming/ ---- - -## DataMatrixParameters.isReaderProgramming - -```php -isReaderProgramming() -``` - - -Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. Default value: false - diff --git a/english/php/aspose.barcode.generation/datamatrixparameters/macrocharacters/_index.md b/english/php/aspose.barcode.generation/datamatrixparameters/macrocharacters/_index.md deleted file mode 100644 index 58d213e2c..000000000 --- a/english/php/aspose.barcode.generation/datamatrixparameters/macrocharacters/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "DataMatrixParameters.MacroCharacters" -linktitle: "MacroCharacters" -articleTitle: "MacroCharacters" -second_title: "Aspose.BarCode for PHP via Java" -description: "ISO/IEC 16022 5.2.4.7 Macro characters 11.3 Protocol for Macro characters in the first position (ECC 200 only) Macro Characters 05 and 06 values are used to obtain more compact encoding in special mod" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixparameters/macrocharacters/ ---- - -## DataMatrixParameters.MacroCharacters - -**Access:** Read/Write - - -### Get - -ISO/IEC 16022 5.2.4.7 Macro characters 11.3 Protocol for Macro characters in the first position (ECC 200 only) Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with DataMatrixEccType.Ecc200 or DataMatrixEccType.EccAuto. Cannot be used with EncodeTypes::GS_1_DATA_MATRIX Default value: MacroCharacter::NONE. - - -### Set - -ISO/IEC 16022 5.2.4.7 Macro characters 11.3 Protocol for Macro characters in the first position (ECC 200 only) Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with DataMatrixEccType.Ecc200 or DataMatrixEccType.EccAuto. Cannot be used with EncodeTypes::GS_1_DATA_MATRIX Default value: MacroCharacter::NONE. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/datamatrixparameters/rows/_index.md b/english/php/aspose.barcode.generation/datamatrixparameters/rows/_index.md deleted file mode 100644 index 2feb1268c..000000000 --- a/english/php/aspose.barcode.generation/datamatrixparameters/rows/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "DataMatrixParameters.Rows" -linktitle: "Rows" -articleTitle: "Rows" -second_title: "Aspose.BarCode for PHP via Java" -description: "Rows count." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixparameters/rows/ ---- - -## DataMatrixParameters.Rows - -**Access:** Read/Write - - -### Get - -Rows count. - - -### Set - -Rows count. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/datamatrixparameters/setreaderprogramming/_index.md b/english/php/aspose.barcode.generation/datamatrixparameters/setreaderprogramming/_index.md deleted file mode 100644 index 28a3766a9..000000000 --- a/english/php/aspose.barcode.generation/datamatrixparameters/setreaderprogramming/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "DataMatrixParameters.setReaderProgramming" -linktitle: "setReaderProgramming" -articleTitle: "setReaderProgramming" -second_title: "Aspose.BarCode for PHP via Java" -description: "Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. Default value: false" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixparameters/setreaderprogramming/ ---- - -## DataMatrixParameters.setReaderProgramming - -```php -setReaderProgramming(bool $value) -``` - - -Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. Default value: false - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `bool` | | diff --git a/english/php/aspose.barcode.generation/datamatrixparameters/structuredappendbarcodeid/_index.md b/english/php/aspose.barcode.generation/datamatrixparameters/structuredappendbarcodeid/_index.md deleted file mode 100644 index 997dc6438..000000000 --- a/english/php/aspose.barcode.generation/datamatrixparameters/structuredappendbarcodeid/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "DataMatrixParameters.StructuredAppendBarcodeId" -linktitle: "StructuredAppendBarcodeId" -articleTitle: "StructuredAppendBarcodeId" -second_title: "Aspose.BarCode for PHP via Java" -description: "Barcode ID for Structured Append mode of Datamatrix barcode. Default value: 0" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixparameters/structuredappendbarcodeid/ ---- - -## DataMatrixParameters.StructuredAppendBarcodeId - -**Access:** Read/Write - - -### Get - -Barcode ID for Structured Append mode of Datamatrix barcode. Default value: 0 - - -### Set - -Barcode ID for Structured Append mode of Datamatrix barcode. Default value: 0 - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/datamatrixparameters/structuredappendbarcodescount/_index.md b/english/php/aspose.barcode.generation/datamatrixparameters/structuredappendbarcodescount/_index.md deleted file mode 100644 index 14ee6fbff..000000000 --- a/english/php/aspose.barcode.generation/datamatrixparameters/structuredappendbarcodescount/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "DataMatrixParameters.StructuredAppendBarcodesCount" -linktitle: "StructuredAppendBarcodesCount" -articleTitle: "StructuredAppendBarcodesCount" -second_title: "Aspose.BarCode for PHP via Java" -description: "Barcodes count for Structured Append mode of Datamatrix barcode. Default value: 0" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixparameters/structuredappendbarcodescount/ ---- - -## DataMatrixParameters.StructuredAppendBarcodesCount - -**Access:** Read/Write - - -### Get - -Barcodes count for Structured Append mode of Datamatrix barcode. Default value: 0 - - -### Set - -Barcodes count for Structured Append mode of Datamatrix barcode. Default value: 0 - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/datamatrixparameters/structuredappendfileid/_index.md b/english/php/aspose.barcode.generation/datamatrixparameters/structuredappendfileid/_index.md deleted file mode 100644 index eeb7b374d..000000000 --- a/english/php/aspose.barcode.generation/datamatrixparameters/structuredappendfileid/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "DataMatrixParameters.StructuredAppendFileId" -linktitle: "StructuredAppendFileId" -articleTitle: "StructuredAppendFileId" -second_title: "Aspose.BarCode for PHP via Java" -description: "File ID for Structured Append mode of Datamatrix barcode. Default value: 0" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixparameters/structuredappendfileid/ ---- - -## DataMatrixParameters.StructuredAppendFileId - -**Access:** Read/Write - - -### Get - -File ID for Structured Append mode of Datamatrix barcode. Default value: 0 - - -### Set - -File ID for Structured Append mode of Datamatrix barcode. Default value: 0 - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/datamatrixparameters/version/_index.md b/english/php/aspose.barcode.generation/datamatrixparameters/version/_index.md deleted file mode 100644 index f36246b9f..000000000 --- a/english/php/aspose.barcode.generation/datamatrixparameters/version/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "DataMatrixParameters.Version" -linktitle: "Version" -articleTitle: "Version" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets a Datamatrix symbol size. Default value: Version.Auto." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixparameters/version/ ---- - -## DataMatrixParameters.Version - -**Access:** Read/Write - - -**Returns:** a Datamatrix symbol size. - - -### Get - -Gets a Datamatrix symbol size. Default value: Version.Auto. - - -### Set - -Sets a Datamatrix symbol size. Default value: Version.Auto. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | a Datamatrix symbol size. | diff --git a/english/php/aspose.barcode.generation/datamatrixversion/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/_index.md index e3a894fb2..5f2d88384 100644 --- a/english/php/aspose.barcode.generation/datamatrixversion/_index.md +++ b/english/php/aspose.barcode.generation/datamatrixversion/_index.md @@ -1,7 +1,6 @@ --- -title: "DataMatrixVersion Enum" +title: "DataMatrixVersion" linktitle: "DataMatrixVersion" -articleTitle: "DataMatrixVersion" second_title: "Aspose.BarCode for PHP via Java" description: "Specify the type of the ECC to encode." type: docs @@ -21,74 +20,500 @@ Specify the type of the ECC to encode. | Name | Value | Description | | --- | --- | --- | -| [AUTO](./auto/) | `0` | Specifies to automatically pick up the smallest size for DataMatrix. This is default value. | -| [DMRE_12x64](./dmre_12x64/) | `59` | Specifies size of 12 x 64 modules for DMRE barcodes. | -| [DMRE_12x88](./dmre_12x88/) | `60` | Specifies size of 12 x 88 modules for DMRE barcodes. | -| [DMRE_16x64](./dmre_16x64/) | `61` | Specifies size of 16 x 64 modules for DMRE barcodes. | -| [DMRE_20x36](./dmre_20x36/) | `62` | Specifies size of 20 x 36 modules for DMRE barcodes. | -| [DMRE_20x44](./dmre_20x44/) | `63` | Specifies size of 20 x 44 modules for DMRE barcodes. | -| [DMRE_20x64](./dmre_20x64/) | `64` | Specifies size of 20 x 64 modules for DMRE barcodes. | -| [DMRE_22x48](./dmre_22x48/) | `65` | Specifies size of 22 x 48 modules for DMRE barcodes. | -| [DMRE_24x48](./dmre_24x48/) | `66` | Specifies size of 24 x 48 modules for DMRE barcodes. | -| [DMRE_24x64](./dmre_24x64/) | `67` | Specifies size of 24 x 64 modules for DMRE barcodes. | -| [DMRE_26x40](./dmre_26x40/) | `68` | Specifies size of 26 x 40 modules for DMRE barcodes. | -| [DMRE_26x48](./dmre_26x48/) | `69` | Specifies size of 26 x 48 modules for DMRE barcodes. | -| [DMRE_26x64](./dmre_26x64/) | `70` | Specifies size of 26 x 64 modules for DMRE barcodes. | -| [DMRE_8x120](./dmre_8x120/) | `57` | Specifies size of 8 x 120 modules for DMRE barcodes. | -| [DMRE_8x144](./dmre_8x144/) | `58` | Specifies size of 8 x 144 modules for DMRE barcodes. | -| [DMRE_8x48](./dmre_8x48/) | `53` | Specifies size of 8 x 48 modules for DMRE barcodes. | -| [DMRE_8x64](./dmre_8x64/) | `54` | Specifies size of 8 x 64 modules for DMRE barcodes. | -| [DMRE_8x80](./dmre_8x80/) | `55` | Specifies size of 8 x 80 modules for DMRE barcodes. | -| [DMRE_8x96](./dmre_8x96/) | `56` | Specifies size of 8 x 96 modules for DMRE barcodes. | -| [ECC000_050_11x11](./ecc000_050_11x11/) | `3` | Specifies size of 11 x 11 modules for ECC000-ECC050 types. | -| [ECC000_100_13x13](./ecc000_100_13x13/) | `4` | Specifies size of 13 x 13 modules for ECC000-ECC100 types. | -| [ECC000_100_15x15](./ecc000_100_15x15/) | `5` | Specifies size of 15 x 15 modules for ECC000-ECC100 types. | -| [ECC000_140_17x17](./ecc000_140_17x17/) | `6` | Specifies size of 17 x 17 modules for ECC000-ECC140 types. | -| [ECC000_140_19x19](./ecc000_140_19x19/) | `7` | Specifies size of 19 x 19 modules for ECC000-ECC140 types. | -| [ECC000_140_21x21](./ecc000_140_21x21/) | `8` | Specifies size of 21 x 21 modules for ECC000-ECC140 types. | -| [ECC000_140_23x23](./ecc000_140_23x23/) | `9` | Specifies size of 23 x 23 modules for ECC000-ECC140 types. | -| [ECC000_140_25x25](./ecc000_140_25x25/) | `10` | Specifies size of 25 x 25 modules for ECC000-ECC140 types. | -| [ECC000_140_27x27](./ecc000_140_27x27/) | `11` | Specifies size of 27 x 27 modules for ECC000-ECC140 types. | -| [ECC000_140_29x29](./ecc000_140_29x29/) | `12` | Specifies size of 29 x 29 modules for ECC000-ECC140 types. | -| [ECC000_140_31x31](./ecc000_140_31x31/) | `13` | Specifies size of 31 x 31 modules for ECC000-ECC140 types. | -| [ECC000_140_33x33](./ecc000_140_33x33/) | `14` | Specifies size of 33 x 33 modules for ECC000-ECC140 types. | -| [ECC000_140_35x35](./ecc000_140_35x35/) | `15` | Specifies size of 35 x 35 modules for ECC000-ECC140 types. | -| [ECC000_140_37x37](./ecc000_140_37x37/) | `16` | Specifies size of 37 x 37 modules for ECC000-ECC140 types. | -| [ECC000_140_39x39](./ecc000_140_39x39/) | `17` | Specifies size of 39 x 39 modules for ECC000-ECC140 types. | -| [ECC000_140_41x41](./ecc000_140_41x41/) | `18` | Specifies size of 41 x 41 modules for ECC000-ECC140 types. | -| [ECC000_140_43x43](./ecc000_140_43x43/) | `19` | Specifies size of 43 x 43 modules for ECC000-ECC140 types. | -| [ECC000_140_45x45](./ecc000_140_45x45/) | `20` | Specifies size of 45 x 45 modules for ECC000-ECC140 types. | -| [ECC000_140_47x47](./ecc000_140_47x47/) | `21` | Specifies size of 47 x 47 modules for ECC000-ECC140 types. | -| [ECC000_140_49x49](./ecc000_140_49x49/) | `22` | Specifies size of 49 x 49 modules for ECC000-ECC140 types. | -| [ECC000_9x9](./ecc000_9x9/) | `2` | Specifies size of 9 x 9 modules for ECC000 type. | -| [ECC200_104x104](./ecc200_104x104/) | `43` | Specifies size of 104 x 104 modules for ECC200 type. | -| [ECC200_10x10](./ecc200_10x10/) | `23` | Specifies size of 10 x 10 modules for ECC200 type. | -| [ECC200_120x120](./ecc200_120x120/) | `44` | Specifies size of 120 x 120 modules for ECC200 type. | -| [ECC200_12x12](./ecc200_12x12/) | `24` | Specifies size of 12 x 12 modules for ECC200 type. | -| [ECC200_12x26](./ecc200_12x26/) | `49` | Specifies size of 12 x 26 modules for ECC200 type. | -| [ECC200_12x36](./ecc200_12x36/) | `50` | Specifies size of 12 x 36 modules for ECC200 type. | -| [ECC200_132x132](./ecc200_132x132/) | `45` | Specifies size of 132 x 132 modules for ECC200 type. | -| [ECC200_144x144](./ecc200_144x144/) | `46` | Specifies size of 144 x 144 modules for ECC200 type. | -| [ECC200_14x14](./ecc200_14x14/) | `25` | Specifies size of 14 x 14 modules for ECC200 type. | -| [ECC200_16x16](./ecc200_16x16/) | `26` | Specifies size of 16 x 16 modules for ECC200 type. | -| [ECC200_16x36](./ecc200_16x36/) | `51` | Specifies size of 16 x 36 modules for ECC200 type. | -| [ECC200_16x48](./ecc200_16x48/) | `52` | Specifies size of 16 x 48 modules for ECC200 type. | -| [ECC200_18x18](./ecc200_18x18/) | `27` | Specifies size of 18 x 18 modules for ECC200 type. | -| [ECC200_20x20](./ecc200_20x20/) | `28` | Specifies size of 20 x 20 modules for ECC200 type. | -| [ECC200_22x22](./ecc200_22x22/) | `29` | Specifies size of 22 x 22 modules for ECC200 type. | -| [ECC200_24x24](./ecc200_24x24/) | `30` | Specifies size of 24 x 24 modules for ECC200 type. | -| [ECC200_26x26](./ecc200_26x26/) | `31` | Specifies size of 26 x 26 modules for ECC200 type. | -| [ECC200_32x32](./ecc200_32x32/) | `32` | Specifies size of 32 x 32 modules for ECC200 type. | -| [ECC200_36x36](./ecc200_36x36/) | `33` | Specifies size of 36 x 36 modules for ECC200 type. | -| [ECC200_40x40](./ecc200_40x40/) | `34` | Specifies size of 40 x 40 modules for ECC200 type. | -| [ECC200_44x44](./ecc200_44x44/) | `35` | Specifies size of 44 x 44 modules for ECC200 type. | -| [ECC200_48x48](./ecc200_48x48/) | `36` | Specifies size of 48 x 48 modules for ECC200 type. | -| [ECC200_52x52](./ecc200_52x52/) | `37` | Specifies size of 52 x 52 modules for ECC200 type. | -| [ECC200_64x64](./ecc200_64x64/) | `38` | Specifies size of 64 x 64 modules for ECC200 type. | -| [ECC200_72x72](./ecc200_72x72/) | `39` | Specifies size of 72 x 72 modules for ECC200 type. | -| [ECC200_80x80](./ecc200_80x80/) | `40` | Specifies size of 80 x 80 modules for ECC200 type. | -| [ECC200_88x88](./ecc200_88x88/) | `41` | Specifies size of 88 x 88 modules for ECC200 type. | -| [ECC200_8x18](./ecc200_8x18/) | `47` | Specifies size of 8 x 18 modules for ECC200 type. | -| [ECC200_8x32](./ecc200_8x32/) | `48` | Specifies size of 8 x 32 modules for ECC200 type. | -| [ECC200_96x96](./ecc200_96x96/) | `42` | Specifies size of 96 x 96 modules for ECC200 type. | -| [ROWS_COLUMNS](./rows_columns/) | `1` | Instructs to get symbol sizes from Rows And Columns parameters. Note that DataMatrix does not support custom rows and columns numbers. This option is not recommended to use. | +| [AUTO](#auto) | `0` | Specifies to automatically pick up the smallest size for DataMatrix. This is default value. | +| [DMRE_12x64](#dmre_12x64) | `59` | Specifies size of 12 x 64 modules for DMRE barcodes. | +| [DMRE_12x88](#dmre_12x88) | `60` | Specifies size of 12 x 88 modules for DMRE barcodes. | +| [DMRE_16x64](#dmre_16x64) | `61` | Specifies size of 16 x 64 modules for DMRE barcodes. | +| [DMRE_20x36](#dmre_20x36) | `62` | Specifies size of 20 x 36 modules for DMRE barcodes. | +| [DMRE_20x44](#dmre_20x44) | `63` | Specifies size of 20 x 44 modules for DMRE barcodes. | +| [DMRE_20x64](#dmre_20x64) | `64` | Specifies size of 20 x 64 modules for DMRE barcodes. | +| [DMRE_22x48](#dmre_22x48) | `65` | Specifies size of 22 x 48 modules for DMRE barcodes. | +| [DMRE_24x48](#dmre_24x48) | `66` | Specifies size of 24 x 48 modules for DMRE barcodes. | +| [DMRE_24x64](#dmre_24x64) | `67` | Specifies size of 24 x 64 modules for DMRE barcodes. | +| [DMRE_26x40](#dmre_26x40) | `68` | Specifies size of 26 x 40 modules for DMRE barcodes. | +| [DMRE_26x48](#dmre_26x48) | `69` | Specifies size of 26 x 48 modules for DMRE barcodes. | +| [DMRE_26x64](#dmre_26x64) | `70` | Specifies size of 26 x 64 modules for DMRE barcodes. | +| [DMRE_8x120](#dmre_8x120) | `57` | Specifies size of 8 x 120 modules for DMRE barcodes. | +| [DMRE_8x144](#dmre_8x144) | `58` | Specifies size of 8 x 144 modules for DMRE barcodes. | +| [DMRE_8x48](#dmre_8x48) | `53` | Specifies size of 8 x 48 modules for DMRE barcodes. | +| [DMRE_8x64](#dmre_8x64) | `54` | Specifies size of 8 x 64 modules for DMRE barcodes. | +| [DMRE_8x80](#dmre_8x80) | `55` | Specifies size of 8 x 80 modules for DMRE barcodes. | +| [DMRE_8x96](#dmre_8x96) | `56` | Specifies size of 8 x 96 modules for DMRE barcodes. | +| [ECC000_050_11x11](#ecc000_050_11x11) | `3` | Specifies size of 11 x 11 modules for ECC000-ECC050 types. | +| [ECC000_100_13x13](#ecc000_100_13x13) | `4` | Specifies size of 13 x 13 modules for ECC000-ECC100 types. | +| [ECC000_100_15x15](#ecc000_100_15x15) | `5` | Specifies size of 15 x 15 modules for ECC000-ECC100 types. | +| [ECC000_140_17x17](#ecc000_140_17x17) | `6` | Specifies size of 17 x 17 modules for ECC000-ECC140 types. | +| [ECC000_140_19x19](#ecc000_140_19x19) | `7` | Specifies size of 19 x 19 modules for ECC000-ECC140 types. | +| [ECC000_140_21x21](#ecc000_140_21x21) | `8` | Specifies size of 21 x 21 modules for ECC000-ECC140 types. | +| [ECC000_140_23x23](#ecc000_140_23x23) | `9` | Specifies size of 23 x 23 modules for ECC000-ECC140 types. | +| [ECC000_140_25x25](#ecc000_140_25x25) | `10` | Specifies size of 25 x 25 modules for ECC000-ECC140 types. | +| [ECC000_140_27x27](#ecc000_140_27x27) | `11` | Specifies size of 27 x 27 modules for ECC000-ECC140 types. | +| [ECC000_140_29x29](#ecc000_140_29x29) | `12` | Specifies size of 29 x 29 modules for ECC000-ECC140 types. | +| [ECC000_140_31x31](#ecc000_140_31x31) | `13` | Specifies size of 31 x 31 modules for ECC000-ECC140 types. | +| [ECC000_140_33x33](#ecc000_140_33x33) | `14` | Specifies size of 33 x 33 modules for ECC000-ECC140 types. | +| [ECC000_140_35x35](#ecc000_140_35x35) | `15` | Specifies size of 35 x 35 modules for ECC000-ECC140 types. | +| [ECC000_140_37x37](#ecc000_140_37x37) | `16` | Specifies size of 37 x 37 modules for ECC000-ECC140 types. | +| [ECC000_140_39x39](#ecc000_140_39x39) | `17` | Specifies size of 39 x 39 modules for ECC000-ECC140 types. | +| [ECC000_140_41x41](#ecc000_140_41x41) | `18` | Specifies size of 41 x 41 modules for ECC000-ECC140 types. | +| [ECC000_140_43x43](#ecc000_140_43x43) | `19` | Specifies size of 43 x 43 modules for ECC000-ECC140 types. | +| [ECC000_140_45x45](#ecc000_140_45x45) | `20` | Specifies size of 45 x 45 modules for ECC000-ECC140 types. | +| [ECC000_140_47x47](#ecc000_140_47x47) | `21` | Specifies size of 47 x 47 modules for ECC000-ECC140 types. | +| [ECC000_140_49x49](#ecc000_140_49x49) | `22` | Specifies size of 49 x 49 modules for ECC000-ECC140 types. | +| [ECC000_9x9](#ecc000_9x9) | `2` | Specifies size of 9 x 9 modules for ECC000 type. | +| [ECC200_104x104](#ecc200_104x104) | `43` | Specifies size of 104 x 104 modules for ECC200 type. | +| [ECC200_10x10](#ecc200_10x10) | `23` | Specifies size of 10 x 10 modules for ECC200 type. | +| [ECC200_120x120](#ecc200_120x120) | `44` | Specifies size of 120 x 120 modules for ECC200 type. | +| [ECC200_12x12](#ecc200_12x12) | `24` | Specifies size of 12 x 12 modules for ECC200 type. | +| [ECC200_12x26](#ecc200_12x26) | `49` | Specifies size of 12 x 26 modules for ECC200 type. | +| [ECC200_12x36](#ecc200_12x36) | `50` | Specifies size of 12 x 36 modules for ECC200 type. | +| [ECC200_132x132](#ecc200_132x132) | `45` | Specifies size of 132 x 132 modules for ECC200 type. | +| [ECC200_144x144](#ecc200_144x144) | `46` | Specifies size of 144 x 144 modules for ECC200 type. | +| [ECC200_14x14](#ecc200_14x14) | `25` | Specifies size of 14 x 14 modules for ECC200 type. | +| [ECC200_16x16](#ecc200_16x16) | `26` | Specifies size of 16 x 16 modules for ECC200 type. | +| [ECC200_16x36](#ecc200_16x36) | `51` | Specifies size of 16 x 36 modules for ECC200 type. | +| [ECC200_16x48](#ecc200_16x48) | `52` | Specifies size of 16 x 48 modules for ECC200 type. | +| [ECC200_18x18](#ecc200_18x18) | `27` | Specifies size of 18 x 18 modules for ECC200 type. | +| [ECC200_20x20](#ecc200_20x20) | `28` | Specifies size of 20 x 20 modules for ECC200 type. | +| [ECC200_22x22](#ecc200_22x22) | `29` | Specifies size of 22 x 22 modules for ECC200 type. | +| [ECC200_24x24](#ecc200_24x24) | `30` | Specifies size of 24 x 24 modules for ECC200 type. | +| [ECC200_26x26](#ecc200_26x26) | `31` | Specifies size of 26 x 26 modules for ECC200 type. | +| [ECC200_32x32](#ecc200_32x32) | `32` | Specifies size of 32 x 32 modules for ECC200 type. | +| [ECC200_36x36](#ecc200_36x36) | `33` | Specifies size of 36 x 36 modules for ECC200 type. | +| [ECC200_40x40](#ecc200_40x40) | `34` | Specifies size of 40 x 40 modules for ECC200 type. | +| [ECC200_44x44](#ecc200_44x44) | `35` | Specifies size of 44 x 44 modules for ECC200 type. | +| [ECC200_48x48](#ecc200_48x48) | `36` | Specifies size of 48 x 48 modules for ECC200 type. | +| [ECC200_52x52](#ecc200_52x52) | `37` | Specifies size of 52 x 52 modules for ECC200 type. | +| [ECC200_64x64](#ecc200_64x64) | `38` | Specifies size of 64 x 64 modules for ECC200 type. | +| [ECC200_72x72](#ecc200_72x72) | `39` | Specifies size of 72 x 72 modules for ECC200 type. | +| [ECC200_80x80](#ecc200_80x80) | `40` | Specifies size of 80 x 80 modules for ECC200 type. | +| [ECC200_88x88](#ecc200_88x88) | `41` | Specifies size of 88 x 88 modules for ECC200 type. | +| [ECC200_8x18](#ecc200_8x18) | `47` | Specifies size of 8 x 18 modules for ECC200 type. | +| [ECC200_8x32](#ecc200_8x32) | `48` | Specifies size of 8 x 32 modules for ECC200 type. | +| [ECC200_96x96](#ecc200_96x96) | `42` | Specifies size of 96 x 96 modules for ECC200 type. | +| [ROWS_COLUMNS](#rows_columns) | `1` | Instructs to get symbol sizes from Rows And Columns parameters. Note that DataMatrix does not support custom rows and columns numbers. This option is not recommended to use. | +### AUTO {#auto} + +**Value:** `0` + +Specifies to automatically pick up the smallest size for DataMatrix. This is default value. + +### DMRE_12x64 {#dmre_12x64} + +**Value:** `59` + +Specifies size of 12 x 64 modules for DMRE barcodes. + +### DMRE_12x88 {#dmre_12x88} + +**Value:** `60` + +Specifies size of 12 x 88 modules for DMRE barcodes. + +### DMRE_16x64 {#dmre_16x64} + +**Value:** `61` + +Specifies size of 16 x 64 modules for DMRE barcodes. + +### DMRE_20x36 {#dmre_20x36} + +**Value:** `62` + +Specifies size of 20 x 36 modules for DMRE barcodes. + +### DMRE_20x44 {#dmre_20x44} + +**Value:** `63` + +Specifies size of 20 x 44 modules for DMRE barcodes. + +### DMRE_20x64 {#dmre_20x64} + +**Value:** `64` + +Specifies size of 20 x 64 modules for DMRE barcodes. + +### DMRE_22x48 {#dmre_22x48} + +**Value:** `65` + +Specifies size of 22 x 48 modules for DMRE barcodes. + +### DMRE_24x48 {#dmre_24x48} + +**Value:** `66` + +Specifies size of 24 x 48 modules for DMRE barcodes. + +### DMRE_24x64 {#dmre_24x64} + +**Value:** `67` + +Specifies size of 24 x 64 modules for DMRE barcodes. + +### DMRE_26x40 {#dmre_26x40} + +**Value:** `68` + +Specifies size of 26 x 40 modules for DMRE barcodes. + +### DMRE_26x48 {#dmre_26x48} + +**Value:** `69` + +Specifies size of 26 x 48 modules for DMRE barcodes. + +### DMRE_26x64 {#dmre_26x64} + +**Value:** `70` + +Specifies size of 26 x 64 modules for DMRE barcodes. + +### DMRE_8x120 {#dmre_8x120} + +**Value:** `57` + +Specifies size of 8 x 120 modules for DMRE barcodes. + +### DMRE_8x144 {#dmre_8x144} + +**Value:** `58` + +Specifies size of 8 x 144 modules for DMRE barcodes. + +### DMRE_8x48 {#dmre_8x48} + +**Value:** `53` + +Specifies size of 8 x 48 modules for DMRE barcodes. + +### DMRE_8x64 {#dmre_8x64} + +**Value:** `54` + +Specifies size of 8 x 64 modules for DMRE barcodes. + +### DMRE_8x80 {#dmre_8x80} + +**Value:** `55` + +Specifies size of 8 x 80 modules for DMRE barcodes. + +### DMRE_8x96 {#dmre_8x96} + +**Value:** `56` + +Specifies size of 8 x 96 modules for DMRE barcodes. + +### ECC000_050_11x11 {#ecc000_050_11x11} + +**Value:** `3` + +Specifies size of 11 x 11 modules for ECC000-ECC050 types. + +### ECC000_100_13x13 {#ecc000_100_13x13} + +**Value:** `4` + +Specifies size of 13 x 13 modules for ECC000-ECC100 types. + +### ECC000_100_15x15 {#ecc000_100_15x15} + +**Value:** `5` + +Specifies size of 15 x 15 modules for ECC000-ECC100 types. + +### ECC000_140_17x17 {#ecc000_140_17x17} + +**Value:** `6` + +Specifies size of 17 x 17 modules for ECC000-ECC140 types. + +### ECC000_140_19x19 {#ecc000_140_19x19} + +**Value:** `7` + +Specifies size of 19 x 19 modules for ECC000-ECC140 types. + +### ECC000_140_21x21 {#ecc000_140_21x21} + +**Value:** `8` + +Specifies size of 21 x 21 modules for ECC000-ECC140 types. + +### ECC000_140_23x23 {#ecc000_140_23x23} + +**Value:** `9` + +Specifies size of 23 x 23 modules for ECC000-ECC140 types. + +### ECC000_140_25x25 {#ecc000_140_25x25} + +**Value:** `10` + +Specifies size of 25 x 25 modules for ECC000-ECC140 types. + +### ECC000_140_27x27 {#ecc000_140_27x27} + +**Value:** `11` + +Specifies size of 27 x 27 modules for ECC000-ECC140 types. + +### ECC000_140_29x29 {#ecc000_140_29x29} + +**Value:** `12` + +Specifies size of 29 x 29 modules for ECC000-ECC140 types. + +### ECC000_140_31x31 {#ecc000_140_31x31} + +**Value:** `13` + +Specifies size of 31 x 31 modules for ECC000-ECC140 types. + +### ECC000_140_33x33 {#ecc000_140_33x33} + +**Value:** `14` + +Specifies size of 33 x 33 modules for ECC000-ECC140 types. + +### ECC000_140_35x35 {#ecc000_140_35x35} + +**Value:** `15` + +Specifies size of 35 x 35 modules for ECC000-ECC140 types. + +### ECC000_140_37x37 {#ecc000_140_37x37} + +**Value:** `16` + +Specifies size of 37 x 37 modules for ECC000-ECC140 types. + +### ECC000_140_39x39 {#ecc000_140_39x39} + +**Value:** `17` + +Specifies size of 39 x 39 modules for ECC000-ECC140 types. + +### ECC000_140_41x41 {#ecc000_140_41x41} + +**Value:** `18` + +Specifies size of 41 x 41 modules for ECC000-ECC140 types. + +### ECC000_140_43x43 {#ecc000_140_43x43} + +**Value:** `19` + +Specifies size of 43 x 43 modules for ECC000-ECC140 types. + +### ECC000_140_45x45 {#ecc000_140_45x45} + +**Value:** `20` + +Specifies size of 45 x 45 modules for ECC000-ECC140 types. + +### ECC000_140_47x47 {#ecc000_140_47x47} + +**Value:** `21` + +Specifies size of 47 x 47 modules for ECC000-ECC140 types. + +### ECC000_140_49x49 {#ecc000_140_49x49} + +**Value:** `22` + +Specifies size of 49 x 49 modules for ECC000-ECC140 types. + +### ECC000_9x9 {#ecc000_9x9} + +**Value:** `2` + +Specifies size of 9 x 9 modules for ECC000 type. + +### ECC200_104x104 {#ecc200_104x104} + +**Value:** `43` + +Specifies size of 104 x 104 modules for ECC200 type. + +### ECC200_10x10 {#ecc200_10x10} + +**Value:** `23` + +Specifies size of 10 x 10 modules for ECC200 type. + +### ECC200_120x120 {#ecc200_120x120} + +**Value:** `44` + +Specifies size of 120 x 120 modules for ECC200 type. + +### ECC200_12x12 {#ecc200_12x12} + +**Value:** `24` + +Specifies size of 12 x 12 modules for ECC200 type. + +### ECC200_12x26 {#ecc200_12x26} + +**Value:** `49` + +Specifies size of 12 x 26 modules for ECC200 type. + +### ECC200_12x36 {#ecc200_12x36} + +**Value:** `50` + +Specifies size of 12 x 36 modules for ECC200 type. + +### ECC200_132x132 {#ecc200_132x132} + +**Value:** `45` + +Specifies size of 132 x 132 modules for ECC200 type. + +### ECC200_144x144 {#ecc200_144x144} + +**Value:** `46` + +Specifies size of 144 x 144 modules for ECC200 type. + +### ECC200_14x14 {#ecc200_14x14} + +**Value:** `25` + +Specifies size of 14 x 14 modules for ECC200 type. + +### ECC200_16x16 {#ecc200_16x16} + +**Value:** `26` + +Specifies size of 16 x 16 modules for ECC200 type. + +### ECC200_16x36 {#ecc200_16x36} + +**Value:** `51` + +Specifies size of 16 x 36 modules for ECC200 type. + +### ECC200_16x48 {#ecc200_16x48} + +**Value:** `52` + +Specifies size of 16 x 48 modules for ECC200 type. + +### ECC200_18x18 {#ecc200_18x18} + +**Value:** `27` + +Specifies size of 18 x 18 modules for ECC200 type. + +### ECC200_20x20 {#ecc200_20x20} + +**Value:** `28` + +Specifies size of 20 x 20 modules for ECC200 type. + +### ECC200_22x22 {#ecc200_22x22} + +**Value:** `29` + +Specifies size of 22 x 22 modules for ECC200 type. + +### ECC200_24x24 {#ecc200_24x24} + +**Value:** `30` + +Specifies size of 24 x 24 modules for ECC200 type. + +### ECC200_26x26 {#ecc200_26x26} + +**Value:** `31` + +Specifies size of 26 x 26 modules for ECC200 type. + +### ECC200_32x32 {#ecc200_32x32} + +**Value:** `32` + +Specifies size of 32 x 32 modules for ECC200 type. + +### ECC200_36x36 {#ecc200_36x36} + +**Value:** `33` + +Specifies size of 36 x 36 modules for ECC200 type. + +### ECC200_40x40 {#ecc200_40x40} + +**Value:** `34` + +Specifies size of 40 x 40 modules for ECC200 type. + +### ECC200_44x44 {#ecc200_44x44} + +**Value:** `35` + +Specifies size of 44 x 44 modules for ECC200 type. + +### ECC200_48x48 {#ecc200_48x48} + +**Value:** `36` + +Specifies size of 48 x 48 modules for ECC200 type. + +### ECC200_52x52 {#ecc200_52x52} + +**Value:** `37` + +Specifies size of 52 x 52 modules for ECC200 type. + +### ECC200_64x64 {#ecc200_64x64} + +**Value:** `38` + +Specifies size of 64 x 64 modules for ECC200 type. + +### ECC200_72x72 {#ecc200_72x72} + +**Value:** `39` + +Specifies size of 72 x 72 modules for ECC200 type. + +### ECC200_80x80 {#ecc200_80x80} + +**Value:** `40` + +Specifies size of 80 x 80 modules for ECC200 type. + +### ECC200_88x88 {#ecc200_88x88} + +**Value:** `41` + +Specifies size of 88 x 88 modules for ECC200 type. + +### ECC200_8x18 {#ecc200_8x18} + +**Value:** `47` + +Specifies size of 8 x 18 modules for ECC200 type. + +### ECC200_8x32 {#ecc200_8x32} + +**Value:** `48` + +Specifies size of 8 x 32 modules for ECC200 type. + +### ECC200_96x96 {#ecc200_96x96} + +**Value:** `42` + +Specifies size of 96 x 96 modules for ECC200 type. + +### ROWS_COLUMNS {#rows_columns} + +**Value:** `1` + +Instructs to get symbol sizes from Rows And Columns parameters. Note that DataMatrix does not support custom rows and columns numbers. This option is not recommended to use. + diff --git a/english/php/aspose.barcode.generation/datamatrixversion/auto/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/auto/_index.md deleted file mode 100644 index 2d6814044..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/auto/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::AUTO" -linktitle: "AUTO" -articleTitle: "AUTO" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies to automatically pick up the smallest size for DataMatrix. This is default value." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/auto/ ---- - -## DataMatrixVersion::AUTO Enum Value - -**Value:** `0` - - -Specifies to automatically pick up the smallest size for DataMatrix. This is default value. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/dmre_12x64/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/dmre_12x64/_index.md deleted file mode 100644 index 217b5429e..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/dmre_12x64/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::DMRE_12x64" -linktitle: "DMRE_12x64" -articleTitle: "DMRE_12x64" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 12 x 64 modules for DMRE barcodes." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/dmre_12x64/ ---- - -## DataMatrixVersion::DMRE_12x64 Enum Value - -**Value:** `59` - - -Specifies size of 12 x 64 modules for DMRE barcodes. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/dmre_12x88/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/dmre_12x88/_index.md deleted file mode 100644 index 7d0b5eaa8..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/dmre_12x88/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::DMRE_12x88" -linktitle: "DMRE_12x88" -articleTitle: "DMRE_12x88" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 12 x 88 modules for DMRE barcodes." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/dmre_12x88/ ---- - -## DataMatrixVersion::DMRE_12x88 Enum Value - -**Value:** `60` - - -Specifies size of 12 x 88 modules for DMRE barcodes. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/dmre_16x64/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/dmre_16x64/_index.md deleted file mode 100644 index 58fc70e12..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/dmre_16x64/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::DMRE_16x64" -linktitle: "DMRE_16x64" -articleTitle: "DMRE_16x64" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 16 x 64 modules for DMRE barcodes." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/dmre_16x64/ ---- - -## DataMatrixVersion::DMRE_16x64 Enum Value - -**Value:** `61` - - -Specifies size of 16 x 64 modules for DMRE barcodes. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/dmre_20x36/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/dmre_20x36/_index.md deleted file mode 100644 index adc9b74e2..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/dmre_20x36/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::DMRE_20x36" -linktitle: "DMRE_20x36" -articleTitle: "DMRE_20x36" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 20 x 36 modules for DMRE barcodes." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/dmre_20x36/ ---- - -## DataMatrixVersion::DMRE_20x36 Enum Value - -**Value:** `62` - - -Specifies size of 20 x 36 modules for DMRE barcodes. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/dmre_20x44/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/dmre_20x44/_index.md deleted file mode 100644 index 0c5c6b279..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/dmre_20x44/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::DMRE_20x44" -linktitle: "DMRE_20x44" -articleTitle: "DMRE_20x44" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 20 x 44 modules for DMRE barcodes." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/dmre_20x44/ ---- - -## DataMatrixVersion::DMRE_20x44 Enum Value - -**Value:** `63` - - -Specifies size of 20 x 44 modules for DMRE barcodes. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/dmre_20x64/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/dmre_20x64/_index.md deleted file mode 100644 index 79b7ec6a6..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/dmre_20x64/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::DMRE_20x64" -linktitle: "DMRE_20x64" -articleTitle: "DMRE_20x64" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 20 x 64 modules for DMRE barcodes." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/dmre_20x64/ ---- - -## DataMatrixVersion::DMRE_20x64 Enum Value - -**Value:** `64` - - -Specifies size of 20 x 64 modules for DMRE barcodes. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/dmre_22x48/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/dmre_22x48/_index.md deleted file mode 100644 index cc9c59e53..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/dmre_22x48/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::DMRE_22x48" -linktitle: "DMRE_22x48" -articleTitle: "DMRE_22x48" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 22 x 48 modules for DMRE barcodes." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/dmre_22x48/ ---- - -## DataMatrixVersion::DMRE_22x48 Enum Value - -**Value:** `65` - - -Specifies size of 22 x 48 modules for DMRE barcodes. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/dmre_24x48/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/dmre_24x48/_index.md deleted file mode 100644 index 3364dc9df..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/dmre_24x48/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::DMRE_24x48" -linktitle: "DMRE_24x48" -articleTitle: "DMRE_24x48" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 24 x 48 modules for DMRE barcodes." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/dmre_24x48/ ---- - -## DataMatrixVersion::DMRE_24x48 Enum Value - -**Value:** `66` - - -Specifies size of 24 x 48 modules for DMRE barcodes. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/dmre_24x64/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/dmre_24x64/_index.md deleted file mode 100644 index 9b9de9aa4..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/dmre_24x64/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::DMRE_24x64" -linktitle: "DMRE_24x64" -articleTitle: "DMRE_24x64" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 24 x 64 modules for DMRE barcodes." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/dmre_24x64/ ---- - -## DataMatrixVersion::DMRE_24x64 Enum Value - -**Value:** `67` - - -Specifies size of 24 x 64 modules for DMRE barcodes. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/dmre_26x40/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/dmre_26x40/_index.md deleted file mode 100644 index b04fdd2bd..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/dmre_26x40/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::DMRE_26x40" -linktitle: "DMRE_26x40" -articleTitle: "DMRE_26x40" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 26 x 40 modules for DMRE barcodes." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/dmre_26x40/ ---- - -## DataMatrixVersion::DMRE_26x40 Enum Value - -**Value:** `68` - - -Specifies size of 26 x 40 modules for DMRE barcodes. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/dmre_26x48/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/dmre_26x48/_index.md deleted file mode 100644 index 51c20840c..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/dmre_26x48/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::DMRE_26x48" -linktitle: "DMRE_26x48" -articleTitle: "DMRE_26x48" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 26 x 48 modules for DMRE barcodes." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/dmre_26x48/ ---- - -## DataMatrixVersion::DMRE_26x48 Enum Value - -**Value:** `69` - - -Specifies size of 26 x 48 modules for DMRE barcodes. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/dmre_26x64/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/dmre_26x64/_index.md deleted file mode 100644 index 0ecf94274..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/dmre_26x64/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::DMRE_26x64" -linktitle: "DMRE_26x64" -articleTitle: "DMRE_26x64" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 26 x 64 modules for DMRE barcodes." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/dmre_26x64/ ---- - -## DataMatrixVersion::DMRE_26x64 Enum Value - -**Value:** `70` - - -Specifies size of 26 x 64 modules for DMRE barcodes. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/dmre_8x120/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/dmre_8x120/_index.md deleted file mode 100644 index af2979f91..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/dmre_8x120/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::DMRE_8x120" -linktitle: "DMRE_8x120" -articleTitle: "DMRE_8x120" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 8 x 120 modules for DMRE barcodes." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/dmre_8x120/ ---- - -## DataMatrixVersion::DMRE_8x120 Enum Value - -**Value:** `57` - - -Specifies size of 8 x 120 modules for DMRE barcodes. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/dmre_8x144/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/dmre_8x144/_index.md deleted file mode 100644 index b65517b6d..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/dmre_8x144/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::DMRE_8x144" -linktitle: "DMRE_8x144" -articleTitle: "DMRE_8x144" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 8 x 144 modules for DMRE barcodes." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/dmre_8x144/ ---- - -## DataMatrixVersion::DMRE_8x144 Enum Value - -**Value:** `58` - - -Specifies size of 8 x 144 modules for DMRE barcodes. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/dmre_8x48/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/dmre_8x48/_index.md deleted file mode 100644 index 623fa53b0..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/dmre_8x48/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::DMRE_8x48" -linktitle: "DMRE_8x48" -articleTitle: "DMRE_8x48" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 8 x 48 modules for DMRE barcodes." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/dmre_8x48/ ---- - -## DataMatrixVersion::DMRE_8x48 Enum Value - -**Value:** `53` - - -Specifies size of 8 x 48 modules for DMRE barcodes. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/dmre_8x64/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/dmre_8x64/_index.md deleted file mode 100644 index 91fe3239a..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/dmre_8x64/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::DMRE_8x64" -linktitle: "DMRE_8x64" -articleTitle: "DMRE_8x64" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 8 x 64 modules for DMRE barcodes." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/dmre_8x64/ ---- - -## DataMatrixVersion::DMRE_8x64 Enum Value - -**Value:** `54` - - -Specifies size of 8 x 64 modules for DMRE barcodes. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/dmre_8x80/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/dmre_8x80/_index.md deleted file mode 100644 index b759ad500..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/dmre_8x80/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::DMRE_8x80" -linktitle: "DMRE_8x80" -articleTitle: "DMRE_8x80" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 8 x 80 modules for DMRE barcodes." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/dmre_8x80/ ---- - -## DataMatrixVersion::DMRE_8x80 Enum Value - -**Value:** `55` - - -Specifies size of 8 x 80 modules for DMRE barcodes. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/dmre_8x96/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/dmre_8x96/_index.md deleted file mode 100644 index 8f45bd703..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/dmre_8x96/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::DMRE_8x96" -linktitle: "DMRE_8x96" -articleTitle: "DMRE_8x96" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 8 x 96 modules for DMRE barcodes." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/dmre_8x96/ ---- - -## DataMatrixVersion::DMRE_8x96 Enum Value - -**Value:** `56` - - -Specifies size of 8 x 96 modules for DMRE barcodes. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/ecc000_050_11x11/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/ecc000_050_11x11/_index.md deleted file mode 100644 index 83c4a44bb..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/ecc000_050_11x11/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::ECC000_050_11x11" -linktitle: "ECC000_050_11x11" -articleTitle: "ECC000_050_11x11" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 11 x 11 modules for ECC000-ECC050 types." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/ecc000_050_11x11/ ---- - -## DataMatrixVersion::ECC000_050_11x11 Enum Value - -**Value:** `3` - - -Specifies size of 11 x 11 modules for ECC000-ECC050 types. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/ecc000_100_13x13/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/ecc000_100_13x13/_index.md deleted file mode 100644 index 9bb7a90a8..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/ecc000_100_13x13/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::ECC000_100_13x13" -linktitle: "ECC000_100_13x13" -articleTitle: "ECC000_100_13x13" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 13 x 13 modules for ECC000-ECC100 types." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/ecc000_100_13x13/ ---- - -## DataMatrixVersion::ECC000_100_13x13 Enum Value - -**Value:** `4` - - -Specifies size of 13 x 13 modules for ECC000-ECC100 types. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/ecc000_100_15x15/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/ecc000_100_15x15/_index.md deleted file mode 100644 index b3f48b18c..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/ecc000_100_15x15/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::ECC000_100_15x15" -linktitle: "ECC000_100_15x15" -articleTitle: "ECC000_100_15x15" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 15 x 15 modules for ECC000-ECC100 types." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/ecc000_100_15x15/ ---- - -## DataMatrixVersion::ECC000_100_15x15 Enum Value - -**Value:** `5` - - -Specifies size of 15 x 15 modules for ECC000-ECC100 types. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/ecc000_140_17x17/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/ecc000_140_17x17/_index.md deleted file mode 100644 index 92d5f63ab..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/ecc000_140_17x17/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::ECC000_140_17x17" -linktitle: "ECC000_140_17x17" -articleTitle: "ECC000_140_17x17" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 17 x 17 modules for ECC000-ECC140 types." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/ecc000_140_17x17/ ---- - -## DataMatrixVersion::ECC000_140_17x17 Enum Value - -**Value:** `6` - - -Specifies size of 17 x 17 modules for ECC000-ECC140 types. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/ecc000_140_19x19/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/ecc000_140_19x19/_index.md deleted file mode 100644 index 039d1fff0..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/ecc000_140_19x19/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::ECC000_140_19x19" -linktitle: "ECC000_140_19x19" -articleTitle: "ECC000_140_19x19" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 19 x 19 modules for ECC000-ECC140 types." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/ecc000_140_19x19/ ---- - -## DataMatrixVersion::ECC000_140_19x19 Enum Value - -**Value:** `7` - - -Specifies size of 19 x 19 modules for ECC000-ECC140 types. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/ecc000_140_21x21/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/ecc000_140_21x21/_index.md deleted file mode 100644 index b24f511f5..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/ecc000_140_21x21/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::ECC000_140_21x21" -linktitle: "ECC000_140_21x21" -articleTitle: "ECC000_140_21x21" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 21 x 21 modules for ECC000-ECC140 types." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/ecc000_140_21x21/ ---- - -## DataMatrixVersion::ECC000_140_21x21 Enum Value - -**Value:** `8` - - -Specifies size of 21 x 21 modules for ECC000-ECC140 types. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/ecc000_140_23x23/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/ecc000_140_23x23/_index.md deleted file mode 100644 index b8606ce64..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/ecc000_140_23x23/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::ECC000_140_23x23" -linktitle: "ECC000_140_23x23" -articleTitle: "ECC000_140_23x23" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 23 x 23 modules for ECC000-ECC140 types." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/ecc000_140_23x23/ ---- - -## DataMatrixVersion::ECC000_140_23x23 Enum Value - -**Value:** `9` - - -Specifies size of 23 x 23 modules for ECC000-ECC140 types. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/ecc000_140_25x25/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/ecc000_140_25x25/_index.md deleted file mode 100644 index 7c922697c..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/ecc000_140_25x25/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::ECC000_140_25x25" -linktitle: "ECC000_140_25x25" -articleTitle: "ECC000_140_25x25" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 25 x 25 modules for ECC000-ECC140 types." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/ecc000_140_25x25/ ---- - -## DataMatrixVersion::ECC000_140_25x25 Enum Value - -**Value:** `10` - - -Specifies size of 25 x 25 modules for ECC000-ECC140 types. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/ecc000_140_27x27/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/ecc000_140_27x27/_index.md deleted file mode 100644 index 2ff95f761..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/ecc000_140_27x27/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::ECC000_140_27x27" -linktitle: "ECC000_140_27x27" -articleTitle: "ECC000_140_27x27" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 27 x 27 modules for ECC000-ECC140 types." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/ecc000_140_27x27/ ---- - -## DataMatrixVersion::ECC000_140_27x27 Enum Value - -**Value:** `11` - - -Specifies size of 27 x 27 modules for ECC000-ECC140 types. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/ecc000_140_29x29/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/ecc000_140_29x29/_index.md deleted file mode 100644 index 02ddb6ec6..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/ecc000_140_29x29/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::ECC000_140_29x29" -linktitle: "ECC000_140_29x29" -articleTitle: "ECC000_140_29x29" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 29 x 29 modules for ECC000-ECC140 types." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/ecc000_140_29x29/ ---- - -## DataMatrixVersion::ECC000_140_29x29 Enum Value - -**Value:** `12` - - -Specifies size of 29 x 29 modules for ECC000-ECC140 types. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/ecc000_140_31x31/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/ecc000_140_31x31/_index.md deleted file mode 100644 index 709fcff22..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/ecc000_140_31x31/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::ECC000_140_31x31" -linktitle: "ECC000_140_31x31" -articleTitle: "ECC000_140_31x31" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 31 x 31 modules for ECC000-ECC140 types." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/ecc000_140_31x31/ ---- - -## DataMatrixVersion::ECC000_140_31x31 Enum Value - -**Value:** `13` - - -Specifies size of 31 x 31 modules for ECC000-ECC140 types. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/ecc000_140_33x33/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/ecc000_140_33x33/_index.md deleted file mode 100644 index 2e7f6a675..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/ecc000_140_33x33/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::ECC000_140_33x33" -linktitle: "ECC000_140_33x33" -articleTitle: "ECC000_140_33x33" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 33 x 33 modules for ECC000-ECC140 types." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/ecc000_140_33x33/ ---- - -## DataMatrixVersion::ECC000_140_33x33 Enum Value - -**Value:** `14` - - -Specifies size of 33 x 33 modules for ECC000-ECC140 types. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/ecc000_140_35x35/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/ecc000_140_35x35/_index.md deleted file mode 100644 index f0bbc1eda..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/ecc000_140_35x35/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::ECC000_140_35x35" -linktitle: "ECC000_140_35x35" -articleTitle: "ECC000_140_35x35" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 35 x 35 modules for ECC000-ECC140 types." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/ecc000_140_35x35/ ---- - -## DataMatrixVersion::ECC000_140_35x35 Enum Value - -**Value:** `15` - - -Specifies size of 35 x 35 modules for ECC000-ECC140 types. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/ecc000_140_37x37/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/ecc000_140_37x37/_index.md deleted file mode 100644 index 5553cbffb..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/ecc000_140_37x37/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::ECC000_140_37x37" -linktitle: "ECC000_140_37x37" -articleTitle: "ECC000_140_37x37" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 37 x 37 modules for ECC000-ECC140 types." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/ecc000_140_37x37/ ---- - -## DataMatrixVersion::ECC000_140_37x37 Enum Value - -**Value:** `16` - - -Specifies size of 37 x 37 modules for ECC000-ECC140 types. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/ecc000_140_39x39/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/ecc000_140_39x39/_index.md deleted file mode 100644 index b44bba76f..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/ecc000_140_39x39/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::ECC000_140_39x39" -linktitle: "ECC000_140_39x39" -articleTitle: "ECC000_140_39x39" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 39 x 39 modules for ECC000-ECC140 types." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/ecc000_140_39x39/ ---- - -## DataMatrixVersion::ECC000_140_39x39 Enum Value - -**Value:** `17` - - -Specifies size of 39 x 39 modules for ECC000-ECC140 types. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/ecc000_140_41x41/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/ecc000_140_41x41/_index.md deleted file mode 100644 index 91493f182..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/ecc000_140_41x41/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::ECC000_140_41x41" -linktitle: "ECC000_140_41x41" -articleTitle: "ECC000_140_41x41" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 41 x 41 modules for ECC000-ECC140 types." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/ecc000_140_41x41/ ---- - -## DataMatrixVersion::ECC000_140_41x41 Enum Value - -**Value:** `18` - - -Specifies size of 41 x 41 modules for ECC000-ECC140 types. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/ecc000_140_43x43/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/ecc000_140_43x43/_index.md deleted file mode 100644 index ef8aa1005..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/ecc000_140_43x43/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::ECC000_140_43x43" -linktitle: "ECC000_140_43x43" -articleTitle: "ECC000_140_43x43" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 43 x 43 modules for ECC000-ECC140 types." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/ecc000_140_43x43/ ---- - -## DataMatrixVersion::ECC000_140_43x43 Enum Value - -**Value:** `19` - - -Specifies size of 43 x 43 modules for ECC000-ECC140 types. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/ecc000_140_45x45/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/ecc000_140_45x45/_index.md deleted file mode 100644 index 3818beb3f..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/ecc000_140_45x45/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::ECC000_140_45x45" -linktitle: "ECC000_140_45x45" -articleTitle: "ECC000_140_45x45" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 45 x 45 modules for ECC000-ECC140 types." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/ecc000_140_45x45/ ---- - -## DataMatrixVersion::ECC000_140_45x45 Enum Value - -**Value:** `20` - - -Specifies size of 45 x 45 modules for ECC000-ECC140 types. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/ecc000_140_47x47/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/ecc000_140_47x47/_index.md deleted file mode 100644 index 9405ad651..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/ecc000_140_47x47/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::ECC000_140_47x47" -linktitle: "ECC000_140_47x47" -articleTitle: "ECC000_140_47x47" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 47 x 47 modules for ECC000-ECC140 types." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/ecc000_140_47x47/ ---- - -## DataMatrixVersion::ECC000_140_47x47 Enum Value - -**Value:** `21` - - -Specifies size of 47 x 47 modules for ECC000-ECC140 types. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/ecc000_140_49x49/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/ecc000_140_49x49/_index.md deleted file mode 100644 index 67e07fe59..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/ecc000_140_49x49/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::ECC000_140_49x49" -linktitle: "ECC000_140_49x49" -articleTitle: "ECC000_140_49x49" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 49 x 49 modules for ECC000-ECC140 types." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/ecc000_140_49x49/ ---- - -## DataMatrixVersion::ECC000_140_49x49 Enum Value - -**Value:** `22` - - -Specifies size of 49 x 49 modules for ECC000-ECC140 types. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/ecc000_9x9/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/ecc000_9x9/_index.md deleted file mode 100644 index 925c530c9..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/ecc000_9x9/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::ECC000_9x9" -linktitle: "ECC000_9x9" -articleTitle: "ECC000_9x9" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 9 x 9 modules for ECC000 type." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/ecc000_9x9/ ---- - -## DataMatrixVersion::ECC000_9x9 Enum Value - -**Value:** `2` - - -Specifies size of 9 x 9 modules for ECC000 type. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/ecc200_104x104/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/ecc200_104x104/_index.md deleted file mode 100644 index ea4f8afe4..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/ecc200_104x104/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::ECC200_104x104" -linktitle: "ECC200_104x104" -articleTitle: "ECC200_104x104" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 104 x 104 modules for ECC200 type." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/ecc200_104x104/ ---- - -## DataMatrixVersion::ECC200_104x104 Enum Value - -**Value:** `43` - - -Specifies size of 104 x 104 modules for ECC200 type. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/ecc200_10x10/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/ecc200_10x10/_index.md deleted file mode 100644 index 2cd24c250..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/ecc200_10x10/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::ECC200_10x10" -linktitle: "ECC200_10x10" -articleTitle: "ECC200_10x10" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 10 x 10 modules for ECC200 type." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/ecc200_10x10/ ---- - -## DataMatrixVersion::ECC200_10x10 Enum Value - -**Value:** `23` - - -Specifies size of 10 x 10 modules for ECC200 type. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/ecc200_120x120/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/ecc200_120x120/_index.md deleted file mode 100644 index 4576575c2..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/ecc200_120x120/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::ECC200_120x120" -linktitle: "ECC200_120x120" -articleTitle: "ECC200_120x120" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 120 x 120 modules for ECC200 type." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/ecc200_120x120/ ---- - -## DataMatrixVersion::ECC200_120x120 Enum Value - -**Value:** `44` - - -Specifies size of 120 x 120 modules for ECC200 type. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/ecc200_12x12/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/ecc200_12x12/_index.md deleted file mode 100644 index df8443b79..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/ecc200_12x12/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::ECC200_12x12" -linktitle: "ECC200_12x12" -articleTitle: "ECC200_12x12" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 12 x 12 modules for ECC200 type." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/ecc200_12x12/ ---- - -## DataMatrixVersion::ECC200_12x12 Enum Value - -**Value:** `24` - - -Specifies size of 12 x 12 modules for ECC200 type. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/ecc200_12x26/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/ecc200_12x26/_index.md deleted file mode 100644 index fd09d1622..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/ecc200_12x26/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::ECC200_12x26" -linktitle: "ECC200_12x26" -articleTitle: "ECC200_12x26" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 12 x 26 modules for ECC200 type." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/ecc200_12x26/ ---- - -## DataMatrixVersion::ECC200_12x26 Enum Value - -**Value:** `49` - - -Specifies size of 12 x 26 modules for ECC200 type. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/ecc200_12x36/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/ecc200_12x36/_index.md deleted file mode 100644 index a317d180e..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/ecc200_12x36/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::ECC200_12x36" -linktitle: "ECC200_12x36" -articleTitle: "ECC200_12x36" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 12 x 36 modules for ECC200 type." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/ecc200_12x36/ ---- - -## DataMatrixVersion::ECC200_12x36 Enum Value - -**Value:** `50` - - -Specifies size of 12 x 36 modules for ECC200 type. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/ecc200_132x132/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/ecc200_132x132/_index.md deleted file mode 100644 index 90ced3bc4..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/ecc200_132x132/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::ECC200_132x132" -linktitle: "ECC200_132x132" -articleTitle: "ECC200_132x132" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 132 x 132 modules for ECC200 type." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/ecc200_132x132/ ---- - -## DataMatrixVersion::ECC200_132x132 Enum Value - -**Value:** `45` - - -Specifies size of 132 x 132 modules for ECC200 type. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/ecc200_144x144/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/ecc200_144x144/_index.md deleted file mode 100644 index 93bb75c51..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/ecc200_144x144/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::ECC200_144x144" -linktitle: "ECC200_144x144" -articleTitle: "ECC200_144x144" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 144 x 144 modules for ECC200 type." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/ecc200_144x144/ ---- - -## DataMatrixVersion::ECC200_144x144 Enum Value - -**Value:** `46` - - -Specifies size of 144 x 144 modules for ECC200 type. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/ecc200_14x14/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/ecc200_14x14/_index.md deleted file mode 100644 index f4f740686..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/ecc200_14x14/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::ECC200_14x14" -linktitle: "ECC200_14x14" -articleTitle: "ECC200_14x14" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 14 x 14 modules for ECC200 type." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/ecc200_14x14/ ---- - -## DataMatrixVersion::ECC200_14x14 Enum Value - -**Value:** `25` - - -Specifies size of 14 x 14 modules for ECC200 type. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/ecc200_16x16/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/ecc200_16x16/_index.md deleted file mode 100644 index 9cf345fd4..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/ecc200_16x16/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::ECC200_16x16" -linktitle: "ECC200_16x16" -articleTitle: "ECC200_16x16" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 16 x 16 modules for ECC200 type." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/ecc200_16x16/ ---- - -## DataMatrixVersion::ECC200_16x16 Enum Value - -**Value:** `26` - - -Specifies size of 16 x 16 modules for ECC200 type. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/ecc200_16x36/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/ecc200_16x36/_index.md deleted file mode 100644 index 11a0fade3..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/ecc200_16x36/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::ECC200_16x36" -linktitle: "ECC200_16x36" -articleTitle: "ECC200_16x36" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 16 x 36 modules for ECC200 type." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/ecc200_16x36/ ---- - -## DataMatrixVersion::ECC200_16x36 Enum Value - -**Value:** `51` - - -Specifies size of 16 x 36 modules for ECC200 type. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/ecc200_16x48/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/ecc200_16x48/_index.md deleted file mode 100644 index b22272da1..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/ecc200_16x48/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::ECC200_16x48" -linktitle: "ECC200_16x48" -articleTitle: "ECC200_16x48" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 16 x 48 modules for ECC200 type." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/ecc200_16x48/ ---- - -## DataMatrixVersion::ECC200_16x48 Enum Value - -**Value:** `52` - - -Specifies size of 16 x 48 modules for ECC200 type. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/ecc200_18x18/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/ecc200_18x18/_index.md deleted file mode 100644 index f9f7f28c5..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/ecc200_18x18/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::ECC200_18x18" -linktitle: "ECC200_18x18" -articleTitle: "ECC200_18x18" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 18 x 18 modules for ECC200 type." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/ecc200_18x18/ ---- - -## DataMatrixVersion::ECC200_18x18 Enum Value - -**Value:** `27` - - -Specifies size of 18 x 18 modules for ECC200 type. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/ecc200_20x20/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/ecc200_20x20/_index.md deleted file mode 100644 index 107e06ad0..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/ecc200_20x20/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::ECC200_20x20" -linktitle: "ECC200_20x20" -articleTitle: "ECC200_20x20" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 20 x 20 modules for ECC200 type." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/ecc200_20x20/ ---- - -## DataMatrixVersion::ECC200_20x20 Enum Value - -**Value:** `28` - - -Specifies size of 20 x 20 modules for ECC200 type. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/ecc200_22x22/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/ecc200_22x22/_index.md deleted file mode 100644 index f8ce44233..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/ecc200_22x22/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::ECC200_22x22" -linktitle: "ECC200_22x22" -articleTitle: "ECC200_22x22" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 22 x 22 modules for ECC200 type." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/ecc200_22x22/ ---- - -## DataMatrixVersion::ECC200_22x22 Enum Value - -**Value:** `29` - - -Specifies size of 22 x 22 modules for ECC200 type. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/ecc200_24x24/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/ecc200_24x24/_index.md deleted file mode 100644 index 31abba208..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/ecc200_24x24/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::ECC200_24x24" -linktitle: "ECC200_24x24" -articleTitle: "ECC200_24x24" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 24 x 24 modules for ECC200 type." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/ecc200_24x24/ ---- - -## DataMatrixVersion::ECC200_24x24 Enum Value - -**Value:** `30` - - -Specifies size of 24 x 24 modules for ECC200 type. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/ecc200_26x26/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/ecc200_26x26/_index.md deleted file mode 100644 index cca23d3c9..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/ecc200_26x26/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::ECC200_26x26" -linktitle: "ECC200_26x26" -articleTitle: "ECC200_26x26" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 26 x 26 modules for ECC200 type." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/ecc200_26x26/ ---- - -## DataMatrixVersion::ECC200_26x26 Enum Value - -**Value:** `31` - - -Specifies size of 26 x 26 modules for ECC200 type. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/ecc200_32x32/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/ecc200_32x32/_index.md deleted file mode 100644 index 723924172..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/ecc200_32x32/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::ECC200_32x32" -linktitle: "ECC200_32x32" -articleTitle: "ECC200_32x32" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 32 x 32 modules for ECC200 type." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/ecc200_32x32/ ---- - -## DataMatrixVersion::ECC200_32x32 Enum Value - -**Value:** `32` - - -Specifies size of 32 x 32 modules for ECC200 type. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/ecc200_36x36/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/ecc200_36x36/_index.md deleted file mode 100644 index a78dcb391..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/ecc200_36x36/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::ECC200_36x36" -linktitle: "ECC200_36x36" -articleTitle: "ECC200_36x36" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 36 x 36 modules for ECC200 type." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/ecc200_36x36/ ---- - -## DataMatrixVersion::ECC200_36x36 Enum Value - -**Value:** `33` - - -Specifies size of 36 x 36 modules for ECC200 type. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/ecc200_40x40/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/ecc200_40x40/_index.md deleted file mode 100644 index c1ebfd4aa..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/ecc200_40x40/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::ECC200_40x40" -linktitle: "ECC200_40x40" -articleTitle: "ECC200_40x40" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 40 x 40 modules for ECC200 type." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/ecc200_40x40/ ---- - -## DataMatrixVersion::ECC200_40x40 Enum Value - -**Value:** `34` - - -Specifies size of 40 x 40 modules for ECC200 type. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/ecc200_44x44/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/ecc200_44x44/_index.md deleted file mode 100644 index 812692ff1..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/ecc200_44x44/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::ECC200_44x44" -linktitle: "ECC200_44x44" -articleTitle: "ECC200_44x44" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 44 x 44 modules for ECC200 type." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/ecc200_44x44/ ---- - -## DataMatrixVersion::ECC200_44x44 Enum Value - -**Value:** `35` - - -Specifies size of 44 x 44 modules for ECC200 type. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/ecc200_48x48/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/ecc200_48x48/_index.md deleted file mode 100644 index 362fc17b6..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/ecc200_48x48/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::ECC200_48x48" -linktitle: "ECC200_48x48" -articleTitle: "ECC200_48x48" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 48 x 48 modules for ECC200 type." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/ecc200_48x48/ ---- - -## DataMatrixVersion::ECC200_48x48 Enum Value - -**Value:** `36` - - -Specifies size of 48 x 48 modules for ECC200 type. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/ecc200_52x52/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/ecc200_52x52/_index.md deleted file mode 100644 index b007c1e9a..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/ecc200_52x52/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::ECC200_52x52" -linktitle: "ECC200_52x52" -articleTitle: "ECC200_52x52" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 52 x 52 modules for ECC200 type." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/ecc200_52x52/ ---- - -## DataMatrixVersion::ECC200_52x52 Enum Value - -**Value:** `37` - - -Specifies size of 52 x 52 modules for ECC200 type. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/ecc200_64x64/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/ecc200_64x64/_index.md deleted file mode 100644 index cc4eae9cc..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/ecc200_64x64/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::ECC200_64x64" -linktitle: "ECC200_64x64" -articleTitle: "ECC200_64x64" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 64 x 64 modules for ECC200 type." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/ecc200_64x64/ ---- - -## DataMatrixVersion::ECC200_64x64 Enum Value - -**Value:** `38` - - -Specifies size of 64 x 64 modules for ECC200 type. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/ecc200_72x72/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/ecc200_72x72/_index.md deleted file mode 100644 index f100d563f..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/ecc200_72x72/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::ECC200_72x72" -linktitle: "ECC200_72x72" -articleTitle: "ECC200_72x72" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 72 x 72 modules for ECC200 type." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/ecc200_72x72/ ---- - -## DataMatrixVersion::ECC200_72x72 Enum Value - -**Value:** `39` - - -Specifies size of 72 x 72 modules for ECC200 type. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/ecc200_80x80/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/ecc200_80x80/_index.md deleted file mode 100644 index 6cc5f877b..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/ecc200_80x80/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::ECC200_80x80" -linktitle: "ECC200_80x80" -articleTitle: "ECC200_80x80" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 80 x 80 modules for ECC200 type." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/ecc200_80x80/ ---- - -## DataMatrixVersion::ECC200_80x80 Enum Value - -**Value:** `40` - - -Specifies size of 80 x 80 modules for ECC200 type. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/ecc200_88x88/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/ecc200_88x88/_index.md deleted file mode 100644 index 47d6b3359..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/ecc200_88x88/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::ECC200_88x88" -linktitle: "ECC200_88x88" -articleTitle: "ECC200_88x88" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 88 x 88 modules for ECC200 type." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/ecc200_88x88/ ---- - -## DataMatrixVersion::ECC200_88x88 Enum Value - -**Value:** `41` - - -Specifies size of 88 x 88 modules for ECC200 type. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/ecc200_8x18/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/ecc200_8x18/_index.md deleted file mode 100644 index d5bc025e5..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/ecc200_8x18/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::ECC200_8x18" -linktitle: "ECC200_8x18" -articleTitle: "ECC200_8x18" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 8 x 18 modules for ECC200 type." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/ecc200_8x18/ ---- - -## DataMatrixVersion::ECC200_8x18 Enum Value - -**Value:** `47` - - -Specifies size of 8 x 18 modules for ECC200 type. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/ecc200_8x32/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/ecc200_8x32/_index.md deleted file mode 100644 index fed89f105..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/ecc200_8x32/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::ECC200_8x32" -linktitle: "ECC200_8x32" -articleTitle: "ECC200_8x32" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 8 x 32 modules for ECC200 type." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/ecc200_8x32/ ---- - -## DataMatrixVersion::ECC200_8x32 Enum Value - -**Value:** `48` - - -Specifies size of 8 x 32 modules for ECC200 type. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/ecc200_96x96/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/ecc200_96x96/_index.md deleted file mode 100644 index 214fd5ca2..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/ecc200_96x96/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::ECC200_96x96" -linktitle: "ECC200_96x96" -articleTitle: "ECC200_96x96" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies size of 96 x 96 modules for ECC200 type." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/ecc200_96x96/ ---- - -## DataMatrixVersion::ECC200_96x96 Enum Value - -**Value:** `42` - - -Specifies size of 96 x 96 modules for ECC200 type. - diff --git a/english/php/aspose.barcode.generation/datamatrixversion/rows_columns/_index.md b/english/php/aspose.barcode.generation/datamatrixversion/rows_columns/_index.md deleted file mode 100644 index b0a302847..000000000 --- a/english/php/aspose.barcode.generation/datamatrixversion/rows_columns/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DataMatrixVersion::ROWS_COLUMNS" -linktitle: "ROWS_COLUMNS" -articleTitle: "ROWS_COLUMNS" -second_title: "Aspose.BarCode for PHP via Java" -description: "Instructs to get symbol sizes from Rows And Columns parameters. Note that DataMatrix does not support custom rows and columns numbers. This option is not recommended to use." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/datamatrixversion/rows_columns/ ---- - -## DataMatrixVersion::ROWS_COLUMNS Enum Value - -**Value:** `1` - - -Instructs to get symbol sizes from Rows And Columns parameters. Note that DataMatrix does not support custom rows and columns numbers. This option is not recommended to use. - diff --git a/english/php/aspose.barcode.generation/dotcodeencodemode/_index.md b/english/php/aspose.barcode.generation/dotcodeencodemode/_index.md index d5fb40f07..7ee642a26 100644 --- a/english/php/aspose.barcode.generation/dotcodeencodemode/_index.md +++ b/english/php/aspose.barcode.generation/dotcodeencodemode/_index.md @@ -1,7 +1,6 @@ --- -title: "DotCodeEncodeMode Enum" +title: "DotCodeEncodeMode" linktitle: "DotCodeEncodeMode" -articleTitle: "DotCodeEncodeMode" second_title: "Aspose.BarCode for PHP via Java" description: "Encoding mode for DotCode barcodes." type: docs @@ -21,9 +20,45 @@ Encoding mode for DotCode barcodes. | Name | Value | Description | | --- | --- | --- | -| [AUTO](./auto/) | `0` | In Auto mode, the CodeText is encoded with maximum data compactness. Unicode characters are re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. | -| [BINARY](./binary/) | `3` | In Binary mode, the CodeText is encoded with maximum data compactness. If a Unicode character is found, an exception is thrown. | -| [BYTES](./bytes/) | `1` | Encode codetext as plain bytes. If it detects any Unicode character, the character will be encoded as two bytes, lower byte first. | -| [ECI](./eci/) | `4` | In ECI mode, the entire message is re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. Please note that some old (pre 2006) scanners may not support this mode. | -| [EXTENDED](./extended/) | `5` | Extended mode which supports multi ECI modes. It is better to use DotCodeExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. | -| [EXTENDED_CODETEXT](./extended_codetext/) | `2` | Extended mode which supports multi ECI modes. It is better to use DotCodeExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. | +| [AUTO](#auto) | `0` | In Auto mode, the CodeText is encoded with maximum data compactness. Unicode characters are re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. | +| [BINARY](#binary) | `3` | In Binary mode, the CodeText is encoded with maximum data compactness. If a Unicode character is found, an exception is thrown. | +| [BYTES](#bytes) | `1` | Encode codetext as plain bytes. If it detects any Unicode character, the character will be encoded as two bytes, lower byte first. | +| [ECI](#eci) | `4` | In ECI mode, the entire message is re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. Please note that some old (pre 2006) scanners may not support this mode. | +| [EXTENDED](#extended) | `5` | Extended mode which supports multi ECI modes. It is better to use DotCodeExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. | +| [EXTENDED_CODETEXT](#extended_codetext) | `2` | Extended mode which supports multi ECI modes. It is better to use DotCodeExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. | +### AUTO {#auto} + +**Value:** `0` + +In Auto mode, the CodeText is encoded with maximum data compactness. Unicode characters are re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. + +### BINARY {#binary} + +**Value:** `3` + +In Binary mode, the CodeText is encoded with maximum data compactness. If a Unicode character is found, an exception is thrown. + +### BYTES {#bytes} + +**Value:** `1` + +Encode codetext as plain bytes. If it detects any Unicode character, the character will be encoded as two bytes, lower byte first. + +### ECI {#eci} + +**Value:** `4` + +In ECI mode, the entire message is re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. Please note that some old (pre 2006) scanners may not support this mode. + +### EXTENDED {#extended} + +**Value:** `5` + +Extended mode which supports multi ECI modes. It is better to use DotCodeExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. + +### EXTENDED_CODETEXT {#extended_codetext} + +**Value:** `2` + +Extended mode which supports multi ECI modes. It is better to use DotCodeExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. + diff --git a/english/php/aspose.barcode.generation/dotcodeencodemode/auto/_index.md b/english/php/aspose.barcode.generation/dotcodeencodemode/auto/_index.md deleted file mode 100644 index cc17e88dd..000000000 --- a/english/php/aspose.barcode.generation/dotcodeencodemode/auto/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DotCodeEncodeMode::AUTO" -linktitle: "AUTO" -articleTitle: "AUTO" -second_title: "Aspose.BarCode for PHP via Java" -description: "In Auto mode, the CodeText is encoded with maximum data compactness. Unicode characters are re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is " -type: docs -weight: 10 -url: /php/aspose.barcode.generation/dotcodeencodemode/auto/ ---- - -## DotCodeEncodeMode::AUTO Enum Value - -**Value:** `0` - - -In Auto mode, the CodeText is encoded with maximum data compactness. Unicode characters are re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. - diff --git a/english/php/aspose.barcode.generation/dotcodeencodemode/binary/_index.md b/english/php/aspose.barcode.generation/dotcodeencodemode/binary/_index.md deleted file mode 100644 index f26fc637b..000000000 --- a/english/php/aspose.barcode.generation/dotcodeencodemode/binary/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DotCodeEncodeMode::BINARY" -linktitle: "BINARY" -articleTitle: "BINARY" -second_title: "Aspose.BarCode for PHP via Java" -description: "In Binary mode, the CodeText is encoded with maximum data compactness. If a Unicode character is found, an exception is thrown." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/dotcodeencodemode/binary/ ---- - -## DotCodeEncodeMode::BINARY Enum Value - -**Value:** `3` - - -In Binary mode, the CodeText is encoded with maximum data compactness. If a Unicode character is found, an exception is thrown. - diff --git a/english/php/aspose.barcode.generation/dotcodeencodemode/bytes/_index.md b/english/php/aspose.barcode.generation/dotcodeencodemode/bytes/_index.md deleted file mode 100644 index 151bbb6b7..000000000 --- a/english/php/aspose.barcode.generation/dotcodeencodemode/bytes/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DotCodeEncodeMode::BYTES" -linktitle: "BYTES" -articleTitle: "BYTES" -second_title: "Aspose.BarCode for PHP via Java" -description: "Encode codetext as plain bytes. If it detects any Unicode character, the character will be encoded as two bytes, lower byte first." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/dotcodeencodemode/bytes/ ---- - -## DotCodeEncodeMode::BYTES Enum Value - -**Value:** `1` - - -Encode codetext as plain bytes. If it detects any Unicode character, the character will be encoded as two bytes, lower byte first. - diff --git a/english/php/aspose.barcode.generation/dotcodeencodemode/eci/_index.md b/english/php/aspose.barcode.generation/dotcodeencodemode/eci/_index.md deleted file mode 100644 index 76774aa8b..000000000 --- a/english/php/aspose.barcode.generation/dotcodeencodemode/eci/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DotCodeEncodeMode::ECI" -linktitle: "ECI" -articleTitle: "ECI" -second_title: "Aspose.BarCode for PHP via Java" -description: "In ECI mode, the entire message is re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding," -type: docs -weight: 10 -url: /php/aspose.barcode.generation/dotcodeencodemode/eci/ ---- - -## DotCodeEncodeMode::ECI Enum Value - -**Value:** `4` - - -In ECI mode, the entire message is re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. Please note that some old (pre 2006) scanners may not support this mode. - diff --git a/english/php/aspose.barcode.generation/dotcodeencodemode/extended/_index.md b/english/php/aspose.barcode.generation/dotcodeencodemode/extended/_index.md deleted file mode 100644 index 14c79b611..000000000 --- a/english/php/aspose.barcode.generation/dotcodeencodemode/extended/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DotCodeEncodeMode::EXTENDED" -linktitle: "EXTENDED" -articleTitle: "EXTENDED" -second_title: "Aspose.BarCode for PHP via Java" -description: "Extended mode which supports multi ECI modes. It is better to use DotCodeExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing charac" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/dotcodeencodemode/extended/ ---- - -## DotCodeEncodeMode::EXTENDED Enum Value - -**Value:** `5` - - -Extended mode which supports multi ECI modes. It is better to use DotCodeExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. - diff --git a/english/php/aspose.barcode.generation/dotcodeencodemode/extended_codetext/_index.md b/english/php/aspose.barcode.generation/dotcodeencodemode/extended_codetext/_index.md deleted file mode 100644 index ce3aad764..000000000 --- a/english/php/aspose.barcode.generation/dotcodeencodemode/extended_codetext/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DotCodeEncodeMode::EXTENDED_CODETEXT" -linktitle: "EXTENDED_CODETEXT" -articleTitle: "EXTENDED_CODETEXT" -second_title: "Aspose.BarCode for PHP via Java" -description: "Extended mode which supports multi ECI modes. It is better to use DotCodeExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing charac" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/dotcodeencodemode/extended_codetext/ ---- - -## DotCodeEncodeMode::EXTENDED_CODETEXT Enum Value - -**Value:** `2` - - -Extended mode which supports multi ECI modes. It is better to use DotCodeExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. - diff --git a/english/php/aspose.barcode.generation/dotcodeextcodetextbuilder/_index.md b/english/php/aspose.barcode.generation/dotcodeextcodetextbuilder/_index.md index 9c5da4bab..e001b2786 100644 --- a/english/php/aspose.barcode.generation/dotcodeextcodetextbuilder/_index.md +++ b/english/php/aspose.barcode.generation/dotcodeextcodetextbuilder/_index.md @@ -1,7 +1,6 @@ --- -title: "DotCodeExtCodetextBuilder Class" +title: "DotCodeExtCodetextBuilder" linktitle: "DotCodeExtCodetextBuilder" -articleTitle: "DotCodeExtCodetextBuilder" second_title: "Aspose.BarCode for PHP via Java" description: "Extended codetext generator for 2D DotCode barcodes for ExtendedCodetext Mode of DotCodeEncodeMode" type: docs @@ -21,20 +20,56 @@ Extended codetext generator for 2D DotCode barcodes for ExtendedCodetext Mode of | Name | Description | | --- | --- | -| [__construct](./dotcodeextcodetextbuilder/) | Reimplemented from Aspose\Barcode\Generation\ExtCodetextBuilder. | +| [__construct](#constructor) | Reimplemented from Aspose\Barcode\Generation\ExtCodetextBuilder. | ## Methods | Name | Static | Description | | --- | --- | --- | -| [addFNC1FormatIdentifier](./addfnc1formatidentifier/) | No | Adds FNC1 format identifier to the extended codetext items | -| [addFNC3ReaderInitialization](./addfnc3readerinitialization/) | No | Adds FNC3 reader initialization to the extended codetext items | -| [addFNC3SymbolSeparator](./addfnc3symbolseparator/) | No | Adds FNC3 symbol separator to the extended codetext items | -| [addStructuredAppendMode](./addstructuredappendmode/) | No | Adds structured append mode to the extended codetext items | -| [init](./init/) | No | Reimplemented from Aspose\Barcode\Generation\ExtCodetextBuilder. | +| [addFNC1FormatIdentifier](#addfnc1formatidentifier) | No | Adds FNC1 format identifier to the extended codetext items | +| [addFNC3ReaderInitialization](#addfnc3readerinitialization) | No | Adds FNC3 reader initialization to the extended codetext items | +| [addFNC3SymbolSeparator](#addfnc3symbolseparator) | No | Adds FNC3 symbol separator to the extended codetext items | +| [addStructuredAppendMode](#addstructuredappendmode) | No | Adds structured append mode to the extended codetext items | +| [init](#init) | No | Reimplemented from Aspose\Barcode\Generation\ExtCodetextBuilder. | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [ExtCodetextBuilderType](./extcodetextbuildertype/) | Read-only | Reimplemented from Aspose\Barcode\Generation\ExtCodetextBuilder. | +| [ExtCodetextBuilderType](#extcodetextbuildertype) | Read-only | Reimplemented from Aspose\Barcode\Generation\ExtCodetextBuilder. | + +### DotCodeExtCodetextBuilder__construct() {#constructor} + +Reimplemented from Aspose\Barcode\Generation\ExtCodetextBuilder. + +### addFNC1FormatIdentifieraddFNC1FormatIdentifier() {#addfnc1formatidentifier} + +Adds FNC1 format identifier to the extended codetext items + +### addFNC3ReaderInitializationaddFNC3ReaderInitialization() {#addfnc3readerinitialization} + +Adds FNC3 reader initialization to the extended codetext items + +### addFNC3SymbolSeparatoraddFNC3SymbolSeparator() {#addfnc3symbolseparator} + +Adds FNC3 symbol separator to the extended codetext items + +### addStructuredAppendModeaddStructuredAppendMode(int $barcodeId, int $barcodesCount) {#addstructuredappendmode} + +Adds structured append mode to the extended codetext items + +| Parameter | Type | Description | +| --- | --- | --- | +| `$barcodeId` | `int` | | +| `$barcodesCount` | `int` | | + +### initinit() {#init} + +Reimplemented from Aspose\Barcode\Generation\ExtCodetextBuilder. + +### ExtCodetextBuilderType {#extcodetextbuildertype} + +**Access:** Read-only + +Reimplemented from Aspose\Barcode\Generation\ExtCodetextBuilder. + diff --git a/english/php/aspose.barcode.generation/dotcodeextcodetextbuilder/addfnc1formatidentifier/_index.md b/english/php/aspose.barcode.generation/dotcodeextcodetextbuilder/addfnc1formatidentifier/_index.md deleted file mode 100644 index 3f65e67e0..000000000 --- a/english/php/aspose.barcode.generation/dotcodeextcodetextbuilder/addfnc1formatidentifier/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "DotCodeExtCodetextBuilder.addFNC1FormatIdentifier" -linktitle: "addFNC1FormatIdentifier" -articleTitle: "addFNC1FormatIdentifier" -second_title: "Aspose.BarCode for PHP via Java" -description: "Adds FNC1 format identifier to the extended codetext items" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/dotcodeextcodetextbuilder/addfnc1formatidentifier/ ---- - -## DotCodeExtCodetextBuilder.addFNC1FormatIdentifier - -```php -addFNC1FormatIdentifier() -``` - - -Adds FNC1 format identifier to the extended codetext items - diff --git a/english/php/aspose.barcode.generation/dotcodeextcodetextbuilder/addfnc3readerinitialization/_index.md b/english/php/aspose.barcode.generation/dotcodeextcodetextbuilder/addfnc3readerinitialization/_index.md deleted file mode 100644 index dd1c387e0..000000000 --- a/english/php/aspose.barcode.generation/dotcodeextcodetextbuilder/addfnc3readerinitialization/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "DotCodeExtCodetextBuilder.addFNC3ReaderInitialization" -linktitle: "addFNC3ReaderInitialization" -articleTitle: "addFNC3ReaderInitialization" -second_title: "Aspose.BarCode for PHP via Java" -description: "Adds FNC3 reader initialization to the extended codetext items" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/dotcodeextcodetextbuilder/addfnc3readerinitialization/ ---- - -## DotCodeExtCodetextBuilder.addFNC3ReaderInitialization - -```php -addFNC3ReaderInitialization() -``` - - -Adds FNC3 reader initialization to the extended codetext items - diff --git a/english/php/aspose.barcode.generation/dotcodeextcodetextbuilder/addfnc3symbolseparator/_index.md b/english/php/aspose.barcode.generation/dotcodeextcodetextbuilder/addfnc3symbolseparator/_index.md deleted file mode 100644 index b654d6b74..000000000 --- a/english/php/aspose.barcode.generation/dotcodeextcodetextbuilder/addfnc3symbolseparator/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "DotCodeExtCodetextBuilder.addFNC3SymbolSeparator" -linktitle: "addFNC3SymbolSeparator" -articleTitle: "addFNC3SymbolSeparator" -second_title: "Aspose.BarCode for PHP via Java" -description: "Adds FNC3 symbol separator to the extended codetext items" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/dotcodeextcodetextbuilder/addfnc3symbolseparator/ ---- - -## DotCodeExtCodetextBuilder.addFNC3SymbolSeparator - -```php -addFNC3SymbolSeparator() -``` - - -Adds FNC3 symbol separator to the extended codetext items - diff --git a/english/php/aspose.barcode.generation/dotcodeextcodetextbuilder/addstructuredappendmode/_index.md b/english/php/aspose.barcode.generation/dotcodeextcodetextbuilder/addstructuredappendmode/_index.md deleted file mode 100644 index 742103960..000000000 --- a/english/php/aspose.barcode.generation/dotcodeextcodetextbuilder/addstructuredappendmode/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: "DotCodeExtCodetextBuilder.addStructuredAppendMode" -linktitle: "addStructuredAppendMode" -articleTitle: "addStructuredAppendMode" -second_title: "Aspose.BarCode for PHP via Java" -description: "Adds structured append mode to the extended codetext items" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/dotcodeextcodetextbuilder/addstructuredappendmode/ ---- - -## DotCodeExtCodetextBuilder.addStructuredAppendMode - -```php -addStructuredAppendMode(int $barcodeId, int $barcodesCount) -``` - - -Adds structured append mode to the extended codetext items - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$barcodeId` | `int` | | -| `$barcodesCount` | `int` | | diff --git a/english/php/aspose.barcode.generation/dotcodeextcodetextbuilder/dotcodeextcodetextbuilder/_index.md b/english/php/aspose.barcode.generation/dotcodeextcodetextbuilder/dotcodeextcodetextbuilder/_index.md deleted file mode 100644 index b80bdc5c3..000000000 --- a/english/php/aspose.barcode.generation/dotcodeextcodetextbuilder/dotcodeextcodetextbuilder/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "DotCodeExtCodetextBuilder" -linktitle: "DotCodeExtCodetextBuilder" -articleTitle: "DotCodeExtCodetextBuilder" -second_title: "Aspose.BarCode for PHP via Java" -description: "Reimplemented from Aspose\\Barcode\\Generation\\ExtCodetextBuilder." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/dotcodeextcodetextbuilder/dotcodeextcodetextbuilder/ ---- - -## DotCodeExtCodetextBuilder Constructor - -```php -__construct() -``` - - -Reimplemented from Aspose\Barcode\Generation\ExtCodetextBuilder. - diff --git a/english/php/aspose.barcode.generation/dotcodeextcodetextbuilder/extcodetextbuildertype/_index.md b/english/php/aspose.barcode.generation/dotcodeextcodetextbuilder/extcodetextbuildertype/_index.md deleted file mode 100644 index 4c3322a75..000000000 --- a/english/php/aspose.barcode.generation/dotcodeextcodetextbuilder/extcodetextbuildertype/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "DotCodeExtCodetextBuilder.ExtCodetextBuilderType" -linktitle: "ExtCodetextBuilderType" -articleTitle: "ExtCodetextBuilderType" -second_title: "Aspose.BarCode for PHP via Java" -description: "Reimplemented from Aspose\\Barcode\\Generation\\ExtCodetextBuilder." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/dotcodeextcodetextbuilder/extcodetextbuildertype/ ---- - -## DotCodeExtCodetextBuilder.ExtCodetextBuilderType - -**Access:** Read-only - - -### Get - -Reimplemented from Aspose\Barcode\Generation\ExtCodetextBuilder. - diff --git a/english/php/aspose.barcode.generation/dotcodeextcodetextbuilder/init/_index.md b/english/php/aspose.barcode.generation/dotcodeextcodetextbuilder/init/_index.md deleted file mode 100644 index dd4f2058f..000000000 --- a/english/php/aspose.barcode.generation/dotcodeextcodetextbuilder/init/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "DotCodeExtCodetextBuilder.init" -linktitle: "init" -articleTitle: "init" -second_title: "Aspose.BarCode for PHP via Java" -description: "Reimplemented from Aspose\\Barcode\\Generation\\ExtCodetextBuilder." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/dotcodeextcodetextbuilder/init/ ---- - -## DotCodeExtCodetextBuilder.init - -```php -init() -``` - - -Reimplemented from Aspose\Barcode\Generation\ExtCodetextBuilder. - diff --git a/english/php/aspose.barcode.generation/dotcodeparameters/_index.md b/english/php/aspose.barcode.generation/dotcodeparameters/_index.md index 437a8f40a..0f8c1bf65 100644 --- a/english/php/aspose.barcode.generation/dotcodeparameters/_index.md +++ b/english/php/aspose.barcode.generation/dotcodeparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "DotCodeParameters Class" +title: "DotCodeParameters" linktitle: "DotCodeParameters" -articleTitle: "DotCodeParameters" second_title: "Aspose.BarCode for PHP via Java" description: "DotCode parameters." type: docs @@ -21,26 +20,165 @@ DotCode parameters. | Name | Description | | --- | --- | -| [__construct](./dotcodeparameters/) | | +| [__construct](#constructor) | | ## Methods | Name | Static | Description | | --- | --- | --- | -| [isReaderInitialization](./isreaderinitialization/) | No | Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false. | -| [setReaderInitialization](./setreaderinitialization/) | No | Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false. | +| [isReaderInitialization](#isreaderinitialization) | No | Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false. | +| [setReaderInitialization](#setreaderinitialization) | No | Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false. | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [AspectRatio](./aspectratio/) | Read/Write | Height/Width ratio of 2D BarCode module. | -| [Columns](./columns/) | Read/Write | Identifies columns count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of columns must be at least 5. Default value: -1 | -| [DotCodeEncodeMode](./dotcodeencodemode/) | Read/Write | Identifies DotCode encode mode. Default value: Auto. | -| [DotCodeStructuredAppendModeBarcodeId](./dotcodestructuredappendmodebarcodeid/) | Read/Write | Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. | -| [DotCodeStructuredAppendModeBarcodesCount](./dotcodestructuredappendmodebarcodescount/) | Read/Write | Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. | -| [ECIEncoding](./eciencoding/) | Read/Write | Identifies ECI encoding. Used when DotCodeEncodeMode is Auto. Default value: ISO-8859-1 | -| [EncodeMode](./encodemode/) | Read/Write | Identifies DotCode encode mode. Default value: Auto. | -| [Rows](./rows/) | Read/Write | Identifies rows count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of rows must be at least 5. Default value: -1 | -| [StructuredAppendModeBarcodeId](./structuredappendmodebarcodeid/) | Read/Write | Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. | -| [StructuredAppendModeBarcodesCount](./structuredappendmodebarcodescount/) | Read/Write | Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. | +| [AspectRatio](#aspectratio) | Read/Write | Height/Width ratio of 2D BarCode module. | +| [Columns](#columns) | Read/Write | Identifies columns count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of columns must be at least 5. Default value: -1 | +| [DotCodeEncodeMode](#dotcodeencodemode) | Read/Write | Identifies DotCode encode mode. Default value: Auto. | +| [DotCodeStructuredAppendModeBarcodeId](#dotcodestructuredappendmodebarcodeid) | Read/Write | Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. | +| [DotCodeStructuredAppendModeBarcodesCount](#dotcodestructuredappendmodebarcodescount) | Read/Write | Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. | +| [ECIEncoding](#eciencoding) | Read/Write | Identifies ECI encoding. Used when DotCodeEncodeMode is Auto. Default value: ISO-8859-1 | +| [EncodeMode](#encodemode) | Read/Write | Identifies DotCode encode mode. Default value: Auto. | +| [Rows](#rows) | Read/Write | Identifies rows count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of rows must be at least 5. Default value: -1 | +| [StructuredAppendModeBarcodeId](#structuredappendmodebarcodeid) | Read/Write | Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. | +| [StructuredAppendModeBarcodesCount](#structuredappendmodebarcodescount) | Read/Write | Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. | + +### DotCodeParameters__construct(DotCodeParametersDTO $dotCodeParametersDto) {#constructor} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$dotCodeParametersDto` | `DotCodeParametersDTO` | | + +### isReaderInitializationisReaderInitialization() {#isreaderinitialization} + +Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false. + +### setReaderInitializationsetReaderInitialization(bool $value) {#setreaderinitialization} + +Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `bool` | | + +### AspectRatio {#aspectratio} + +**Access:** Read/Write + +Height/Width ratio of 2D BarCode module. + +Height/Width ratio of 2D BarCode module. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `float` | | + +### Columns {#columns} + +**Access:** Read/Write + +Identifies columns count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of columns must be at least 5. Default value: -1 + +Identifies columns count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of columns must be at least 5. Default value: -1 + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### DotCodeEncodeMode {#dotcodeencodemode} + +**Access:** Read/Write + +Identifies DotCode encode mode. Default value: Auto. + +Identifies DotCode encode mode. Default value: Auto. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### DotCodeStructuredAppendModeBarcodeId {#dotcodestructuredappendmodebarcodeid} + +**Access:** Read/Write + +Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. + +Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### DotCodeStructuredAppendModeBarcodesCount {#dotcodestructuredappendmodebarcodescount} + +**Access:** Read/Write + +Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. + +Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### ECIEncoding {#eciencoding} + +**Access:** Read/Write + +Identifies ECI encoding. Used when DotCodeEncodeMode is Auto. Default value: ISO-8859-1 + +Identifies ECI encoding. Used when DotCodeEncodeMode is Auto. Default value: ISO-8859-1 + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### EncodeMode {#encodemode} + +**Access:** Read/Write + +Identifies DotCode encode mode. Default value: Auto. + +Identifies DotCode encode mode. Default value: Auto. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### Rows {#rows} + +**Access:** Read/Write + +Identifies rows count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of rows must be at least 5. Default value: -1 + +Identifies rows count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of rows must be at least 5. Default value: -1 + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### StructuredAppendModeBarcodeId {#structuredappendmodebarcodeid} + +**Access:** Read/Write + +Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. + +Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### StructuredAppendModeBarcodesCount {#structuredappendmodebarcodescount} + +**Access:** Read/Write + +Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. + +Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + diff --git a/english/php/aspose.barcode.generation/dotcodeparameters/aspectratio/_index.md b/english/php/aspose.barcode.generation/dotcodeparameters/aspectratio/_index.md deleted file mode 100644 index c9690d033..000000000 --- a/english/php/aspose.barcode.generation/dotcodeparameters/aspectratio/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "DotCodeParameters.AspectRatio" -linktitle: "AspectRatio" -articleTitle: "AspectRatio" -second_title: "Aspose.BarCode for PHP via Java" -description: "Height/Width ratio of 2D BarCode module." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/dotcodeparameters/aspectratio/ ---- - -## DotCodeParameters.AspectRatio - -**Access:** Read/Write - - -### Get - -Height/Width ratio of 2D BarCode module. - - -### Set - -Height/Width ratio of 2D BarCode module. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `float` | | diff --git a/english/php/aspose.barcode.generation/dotcodeparameters/columns/_index.md b/english/php/aspose.barcode.generation/dotcodeparameters/columns/_index.md deleted file mode 100644 index 1446345e8..000000000 --- a/english/php/aspose.barcode.generation/dotcodeparameters/columns/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "DotCodeParameters.Columns" -linktitle: "Columns" -articleTitle: "Columns" -second_title: "Aspose.BarCode for PHP via Java" -description: "Identifies columns count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of columns must be at least 5. Default value: -1" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/dotcodeparameters/columns/ ---- - -## DotCodeParameters.Columns - -**Access:** Read/Write - - -### Get - -Identifies columns count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of columns must be at least 5. Default value: -1 - - -### Set - -Identifies columns count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of columns must be at least 5. Default value: -1 - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/dotcodeparameters/dotcodeencodemode/_index.md b/english/php/aspose.barcode.generation/dotcodeparameters/dotcodeencodemode/_index.md deleted file mode 100644 index 1f9ed9751..000000000 --- a/english/php/aspose.barcode.generation/dotcodeparameters/dotcodeencodemode/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "DotCodeParameters.DotCodeEncodeMode" -linktitle: "DotCodeEncodeMode" -articleTitle: "DotCodeEncodeMode" -second_title: "Aspose.BarCode for PHP via Java" -description: "Identifies DotCode encode mode. Default value: Auto." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/dotcodeparameters/dotcodeencodemode/ ---- - -## DotCodeParameters.DotCodeEncodeMode - -**Access:** Read/Write - - -### Get - -Identifies DotCode encode mode. Default value: Auto. - - -### Set - -Identifies DotCode encode mode. Default value: Auto. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/dotcodeparameters/dotcodeparameters/_index.md b/english/php/aspose.barcode.generation/dotcodeparameters/dotcodeparameters/_index.md deleted file mode 100644 index 4de8d2c78..000000000 --- a/english/php/aspose.barcode.generation/dotcodeparameters/dotcodeparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DotCodeParameters" -linktitle: "DotCodeParameters" -articleTitle: "DotCodeParameters" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/dotcodeparameters/dotcodeparameters/ ---- - -## DotCodeParameters Constructor - -```php -__construct(DotCodeParametersDTO $dotCodeParametersDto) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$dotCodeParametersDto` | `DotCodeParametersDTO` | | diff --git a/english/php/aspose.barcode.generation/dotcodeparameters/dotcodestructuredappendmodebarcodeid/_index.md b/english/php/aspose.barcode.generation/dotcodeparameters/dotcodestructuredappendmodebarcodeid/_index.md deleted file mode 100644 index f5ec9e7f6..000000000 --- a/english/php/aspose.barcode.generation/dotcodeparameters/dotcodestructuredappendmodebarcodeid/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "DotCodeParameters.DotCodeStructuredAppendModeBarcodeId" -linktitle: "DotCodeStructuredAppendModeBarcodeId" -articleTitle: "DotCodeStructuredAppendModeBarcodeId" -second_title: "Aspose.BarCode for PHP via Java" -description: "Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/dotcodeparameters/dotcodestructuredappendmodebarcodeid/ ---- - -## DotCodeParameters.DotCodeStructuredAppendModeBarcodeId - -**Access:** Read/Write - - -### Get - -Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. - - -### Set - -Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/dotcodeparameters/dotcodestructuredappendmodebarcodescount/_index.md b/english/php/aspose.barcode.generation/dotcodeparameters/dotcodestructuredappendmodebarcodescount/_index.md deleted file mode 100644 index 46b441d94..000000000 --- a/english/php/aspose.barcode.generation/dotcodeparameters/dotcodestructuredappendmodebarcodescount/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "DotCodeParameters.DotCodeStructuredAppendModeBarcodesCount" -linktitle: "DotCodeStructuredAppendModeBarcodesCount" -articleTitle: "DotCodeStructuredAppendModeBarcodesCount" -second_title: "Aspose.BarCode for PHP via Java" -description: "Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/dotcodeparameters/dotcodestructuredappendmodebarcodescount/ ---- - -## DotCodeParameters.DotCodeStructuredAppendModeBarcodesCount - -**Access:** Read/Write - - -### Get - -Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. - - -### Set - -Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/dotcodeparameters/eciencoding/_index.md b/english/php/aspose.barcode.generation/dotcodeparameters/eciencoding/_index.md deleted file mode 100644 index 941c26762..000000000 --- a/english/php/aspose.barcode.generation/dotcodeparameters/eciencoding/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "DotCodeParameters.ECIEncoding" -linktitle: "ECIEncoding" -articleTitle: "ECIEncoding" -second_title: "Aspose.BarCode for PHP via Java" -description: "Identifies ECI encoding. Used when DotCodeEncodeMode is Auto. Default value: ISO-8859-1" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/dotcodeparameters/eciencoding/ ---- - -## DotCodeParameters.ECIEncoding - -**Access:** Read/Write - - -### Get - -Identifies ECI encoding. Used when DotCodeEncodeMode is Auto. Default value: ISO-8859-1 - - -### Set - -Identifies ECI encoding. Used when DotCodeEncodeMode is Auto. Default value: ISO-8859-1 - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/dotcodeparameters/encodemode/_index.md b/english/php/aspose.barcode.generation/dotcodeparameters/encodemode/_index.md deleted file mode 100644 index 946371687..000000000 --- a/english/php/aspose.barcode.generation/dotcodeparameters/encodemode/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "DotCodeParameters.EncodeMode" -linktitle: "EncodeMode" -articleTitle: "EncodeMode" -second_title: "Aspose.BarCode for PHP via Java" -description: "Identifies DotCode encode mode. Default value: Auto." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/dotcodeparameters/encodemode/ ---- - -## DotCodeParameters.EncodeMode - -**Access:** Read/Write - - -### Get - -Identifies DotCode encode mode. Default value: Auto. - - -### Set - -Identifies DotCode encode mode. Default value: Auto. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/dotcodeparameters/isreaderinitialization/_index.md b/english/php/aspose.barcode.generation/dotcodeparameters/isreaderinitialization/_index.md deleted file mode 100644 index a97111f34..000000000 --- a/english/php/aspose.barcode.generation/dotcodeparameters/isreaderinitialization/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "DotCodeParameters.isReaderInitialization" -linktitle: "isReaderInitialization" -articleTitle: "isReaderInitialization" -second_title: "Aspose.BarCode for PHP via Java" -description: "Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/dotcodeparameters/isreaderinitialization/ ---- - -## DotCodeParameters.isReaderInitialization - -```php -isReaderInitialization() -``` - - -Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false. - diff --git a/english/php/aspose.barcode.generation/dotcodeparameters/rows/_index.md b/english/php/aspose.barcode.generation/dotcodeparameters/rows/_index.md deleted file mode 100644 index c16db3333..000000000 --- a/english/php/aspose.barcode.generation/dotcodeparameters/rows/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "DotCodeParameters.Rows" -linktitle: "Rows" -articleTitle: "Rows" -second_title: "Aspose.BarCode for PHP via Java" -description: "Identifies rows count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of rows must be at least 5. Default value: -1" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/dotcodeparameters/rows/ ---- - -## DotCodeParameters.Rows - -**Access:** Read/Write - - -### Get - -Identifies rows count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of rows must be at least 5. Default value: -1 - - -### Set - -Identifies rows count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of rows must be at least 5. Default value: -1 - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/dotcodeparameters/setreaderinitialization/_index.md b/english/php/aspose.barcode.generation/dotcodeparameters/setreaderinitialization/_index.md deleted file mode 100644 index 7e2c31a13..000000000 --- a/english/php/aspose.barcode.generation/dotcodeparameters/setreaderinitialization/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "DotCodeParameters.setReaderInitialization" -linktitle: "setReaderInitialization" -articleTitle: "setReaderInitialization" -second_title: "Aspose.BarCode for PHP via Java" -description: "Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/dotcodeparameters/setreaderinitialization/ ---- - -## DotCodeParameters.setReaderInitialization - -```php -setReaderInitialization(bool $value) -``` - - -Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `bool` | | diff --git a/english/php/aspose.barcode.generation/dotcodeparameters/structuredappendmodebarcodeid/_index.md b/english/php/aspose.barcode.generation/dotcodeparameters/structuredappendmodebarcodeid/_index.md deleted file mode 100644 index 956098f9f..000000000 --- a/english/php/aspose.barcode.generation/dotcodeparameters/structuredappendmodebarcodeid/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "DotCodeParameters.StructuredAppendModeBarcodeId" -linktitle: "StructuredAppendModeBarcodeId" -articleTitle: "StructuredAppendModeBarcodeId" -second_title: "Aspose.BarCode for PHP via Java" -description: "Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/dotcodeparameters/structuredappendmodebarcodeid/ ---- - -## DotCodeParameters.StructuredAppendModeBarcodeId - -**Access:** Read/Write - - -### Get - -Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. - - -### Set - -Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/dotcodeparameters/structuredappendmodebarcodescount/_index.md b/english/php/aspose.barcode.generation/dotcodeparameters/structuredappendmodebarcodescount/_index.md deleted file mode 100644 index ab78e86d7..000000000 --- a/english/php/aspose.barcode.generation/dotcodeparameters/structuredappendmodebarcodescount/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "DotCodeParameters.StructuredAppendModeBarcodesCount" -linktitle: "StructuredAppendModeBarcodesCount" -articleTitle: "StructuredAppendModeBarcodesCount" -second_title: "Aspose.BarCode for PHP via Java" -description: "Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/dotcodeparameters/structuredappendmodebarcodescount/ ---- - -## DotCodeParameters.StructuredAppendModeBarcodesCount - -**Access:** Read/Write - - -### Get - -Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. - - -### Set - -Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/eciencodings/_index.md b/english/php/aspose.barcode.generation/eciencodings/_index.md index efaa7de5d..2c6c64b2a 100644 --- a/english/php/aspose.barcode.generation/eciencodings/_index.md +++ b/english/php/aspose.barcode.generation/eciencodings/_index.md @@ -1,7 +1,6 @@ --- -title: "ECIEncodings Enum" +title: "ECIEncodings" linktitle: "ECIEncodings" -articleTitle: "ECIEncodings" second_title: "Aspose.BarCode for PHP via Java" description: "Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Example how to use ECI encoding" type: docs @@ -21,37 +20,241 @@ Extended Channel Interpretation Identifiers. It is used to tell the barcode read | Name | Value | Description | | --- | --- | --- | -| [Big5](./big5/) | `28` | Big 5 (Taiwan) Chinese Character Set encoding. ECI Id:"\000028" | -| [BINARY](./binary/) | `899` | 8-bit binary data. ECI Id:"\000899" | -| [EUC_KR](./euc_kr/) | `30` | Korean Character Set encoding. ECI Id:"\000030" | -| [GB18030](./gb18030/) | `32` | GGB18030 Chinese Character Set encoding. ECI Id:"\000032" | -| [GB2312](./gb2312/) | `29` | GB2312 Chinese Character Set encoding. ECI Id:"\000029" | -| [GBK](./gbk/) | `31` | GBK (extension of GB2312 for Simplified Chinese) encoding. ECI Id:"\000031" | -| [INVARIANT](./invariant/) | `170` | ISO/IEC 646: ISO 7-bit coded character set - Invariant Characters set encoding. ECI Id:"\000170" | -| [ISO_8859_1](./iso_8859_1/) | `3` | ISO/IEC 8859-1 Latin alphabet No. 1 encoding. ECI Id:"\000003" | -| [ISO_8859_10](./iso_8859_10/) | `12` | ISO/IEC 8859-10 Latin alphabet No. 6 encoding. ECI Id:"\000012" | -| [ISO_8859_11](./iso_8859_11/) | `13` | ISO/IEC 8859-11 Latin/Thai alphabet encoding. ECI Id:"\000013" | -| [ISO_8859_13](./iso_8859_13/) | `15` | ISO/IEC 8859-13 Latin alphabet No. 7 (Baltic Rim) encoding. ECI Id:"\000015" | -| [ISO_8859_14](./iso_8859_14/) | `16` | ISO/IEC 8859-14 Latin alphabet No. 8 (Celtic) encoding. ECI Id:"\000016" | -| [ISO_8859_15](./iso_8859_15/) | `17` | ISO/IEC 8859-15 Latin alphabet No. 9 encoding. ECI Id:"\000017" | -| [ISO_8859_16](./iso_8859_16/) | `18` | ISO/IEC 8859-16 Latin alphabet No. 10 encoding. ECI Id:"\000018" | -| [ISO_8859_2](./iso_8859_2/) | `4` | ISO/IEC 8859-2 Latin alphabet No. 2 encoding. ECI Id:"\000004" | -| [ISO_8859_3](./iso_8859_3/) | `5` | ISO/IEC 8859-3 Latin alphabet No. 3 encoding. ECI Id:"\000005" | -| [ISO_8859_4](./iso_8859_4/) | `6` | ISO/IEC 8859-4 Latin alphabet No. 4 encoding. ECI Id:"\000006" | -| [ISO_8859_5](./iso_8859_5/) | `7` | ISO/IEC 8859-5 Latin/Cyrillic alphabet encoding. ECI Id:"\000007" | -| [ISO_8859_6](./iso_8859_6/) | `8` | ISO/IEC 8859-6 Latin/Arabic alphabet encoding. ECI Id:"\000008" | -| [ISO_8859_7](./iso_8859_7/) | `9` | ISO/IEC 8859-7 Latin/Greek alphabet encoding. ECI Id:"\000009" | -| [ISO_8859_8](./iso_8859_8/) | `10` | ISO/IEC 8859-8 Latin/Hebrew alphabet encoding. ECI Id:"\000010" | -| [ISO_8859_9](./iso_8859_9/) | `11` | ISO/IEC 8859-9 Latin alphabet No. 5 encoding. ECI Id:"\000011" | -| [NONE](./none/) | `0` | No Extended Channel Interpretation/p> | -| [Shift_JIS](./shift_jis/) | `20` | Shift JIS (JIS X 0208 Annex 1 + JIS X 0201) encoding. ECI Id:"\000020" | -| [US_ASCII](./us_ascii/) | `27` | ISO/IEC 646:1991 International Reference Version of ISO 7-bit coded character set encoding. ECI Id:"\000027" | -| [UTF16BE](./utf16be/) | `25` | ISO/IEC 10646 UCS-2 (High order byte first) encoding. ECI Id:"\000025" | -| [UTF16LE](./utf16le/) | `33` | ISO/IEC 10646 UTF-16LE encoding. ECI Id:"\000033" | -| [UTF32BE](./utf32be/) | `34` | ISO/IEC 10646 UTF-32BE encoding. ECI Id:"\000034" | -| [UTF32LE](./utf32le/) | `35` | ISO/IEC 10646 UTF-32LE encoding. ECI Id:"\000035" | -| [UTF8](./utf8/) | `26` | ISO/IEC 10646 UTF-8 encoding. ECI Id:"\000026" | -| [Win1250](./win1250/) | `21` | Windows 1250 Latin 2 (Central Europe) encoding. ECI Id:"\000021" | -| [Win1251](./win1251/) | `22` | Windows 1251 Cyrillic encoding. ECI Id:"\000022" | -| [Win1252](./win1252/) | `23` | Windows 1252 Latin 1 encoding. ECI Id:"\000023" | -| [Win1256](./win1256/) | `24` | Windows 1256 Arabic encoding. ECI Id:"\000024" | +| [Big5](#big5) | `28` | Big 5 (Taiwan) Chinese Character Set encoding. ECI Id:"\000028" | +| [BINARY](#binary) | `899` | 8-bit binary data. ECI Id:"\000899" | +| [EUC_KR](#euc_kr) | `30` | Korean Character Set encoding. ECI Id:"\000030" | +| [GB18030](#gb18030) | `32` | GGB18030 Chinese Character Set encoding. ECI Id:"\000032" | +| [GB2312](#gb2312) | `29` | GB2312 Chinese Character Set encoding. ECI Id:"\000029" | +| [GBK](#gbk) | `31` | GBK (extension of GB2312 for Simplified Chinese) encoding. ECI Id:"\000031" | +| [INVARIANT](#invariant) | `170` | ISO/IEC 646: ISO 7-bit coded character set - Invariant Characters set encoding. ECI Id:"\000170" | +| [ISO_8859_1](#iso_8859_1) | `3` | ISO/IEC 8859-1 Latin alphabet No. 1 encoding. ECI Id:"\000003" | +| [ISO_8859_10](#iso_8859_10) | `12` | ISO/IEC 8859-10 Latin alphabet No. 6 encoding. ECI Id:"\000012" | +| [ISO_8859_11](#iso_8859_11) | `13` | ISO/IEC 8859-11 Latin/Thai alphabet encoding. ECI Id:"\000013" | +| [ISO_8859_13](#iso_8859_13) | `15` | ISO/IEC 8859-13 Latin alphabet No. 7 (Baltic Rim) encoding. ECI Id:"\000015" | +| [ISO_8859_14](#iso_8859_14) | `16` | ISO/IEC 8859-14 Latin alphabet No. 8 (Celtic) encoding. ECI Id:"\000016" | +| [ISO_8859_15](#iso_8859_15) | `17` | ISO/IEC 8859-15 Latin alphabet No. 9 encoding. ECI Id:"\000017" | +| [ISO_8859_16](#iso_8859_16) | `18` | ISO/IEC 8859-16 Latin alphabet No. 10 encoding. ECI Id:"\000018" | +| [ISO_8859_2](#iso_8859_2) | `4` | ISO/IEC 8859-2 Latin alphabet No. 2 encoding. ECI Id:"\000004" | +| [ISO_8859_3](#iso_8859_3) | `5` | ISO/IEC 8859-3 Latin alphabet No. 3 encoding. ECI Id:"\000005" | +| [ISO_8859_4](#iso_8859_4) | `6` | ISO/IEC 8859-4 Latin alphabet No. 4 encoding. ECI Id:"\000006" | +| [ISO_8859_5](#iso_8859_5) | `7` | ISO/IEC 8859-5 Latin/Cyrillic alphabet encoding. ECI Id:"\000007" | +| [ISO_8859_6](#iso_8859_6) | `8` | ISO/IEC 8859-6 Latin/Arabic alphabet encoding. ECI Id:"\000008" | +| [ISO_8859_7](#iso_8859_7) | `9` | ISO/IEC 8859-7 Latin/Greek alphabet encoding. ECI Id:"\000009" | +| [ISO_8859_8](#iso_8859_8) | `10` | ISO/IEC 8859-8 Latin/Hebrew alphabet encoding. ECI Id:"\000010" | +| [ISO_8859_9](#iso_8859_9) | `11` | ISO/IEC 8859-9 Latin alphabet No. 5 encoding. ECI Id:"\000011" | +| [NONE](#none) | `0` | No Extended Channel Interpretation/p> | +| [Shift_JIS](#shift_jis) | `20` | Shift JIS (JIS X 0208 Annex 1 + JIS X 0201) encoding. ECI Id:"\000020" | +| [US_ASCII](#us_ascii) | `27` | ISO/IEC 646:1991 International Reference Version of ISO 7-bit coded character set encoding. ECI Id:"\000027" | +| [UTF16BE](#utf16be) | `25` | ISO/IEC 10646 UCS-2 (High order byte first) encoding. ECI Id:"\000025" | +| [UTF16LE](#utf16le) | `33` | ISO/IEC 10646 UTF-16LE encoding. ECI Id:"\000033" | +| [UTF32BE](#utf32be) | `34` | ISO/IEC 10646 UTF-32BE encoding. ECI Id:"\000034" | +| [UTF32LE](#utf32le) | `35` | ISO/IEC 10646 UTF-32LE encoding. ECI Id:"\000035" | +| [UTF8](#utf8) | `26` | ISO/IEC 10646 UTF-8 encoding. ECI Id:"\000026" | +| [Win1250](#win1250) | `21` | Windows 1250 Latin 2 (Central Europe) encoding. ECI Id:"\000021" | +| [Win1251](#win1251) | `22` | Windows 1251 Cyrillic encoding. ECI Id:"\000022" | +| [Win1252](#win1252) | `23` | Windows 1252 Latin 1 encoding. ECI Id:"\000023" | +| [Win1256](#win1256) | `24` | Windows 1256 Arabic encoding. ECI Id:"\000024" | +### Big5 {#big5} + +**Value:** `28` + +Big 5 (Taiwan) Chinese Character Set encoding. ECI Id:"\000028" + +### BINARY {#binary} + +**Value:** `899` + +8-bit binary data. ECI Id:"\000899" + +### EUC_KR {#euc_kr} + +**Value:** `30` + +Korean Character Set encoding. ECI Id:"\000030" + +### GB18030 {#gb18030} + +**Value:** `32` + +GGB18030 Chinese Character Set encoding. ECI Id:"\000032" + +### GB2312 {#gb2312} + +**Value:** `29` + +GB2312 Chinese Character Set encoding. ECI Id:"\000029" + +### GBK {#gbk} + +**Value:** `31` + +GBK (extension of GB2312 for Simplified Chinese) encoding. ECI Id:"\000031" + +### INVARIANT {#invariant} + +**Value:** `170` + +ISO/IEC 646: ISO 7-bit coded character set - Invariant Characters set encoding. ECI Id:"\000170" + +### ISO_8859_1 {#iso_8859_1} + +**Value:** `3` + +ISO/IEC 8859-1 Latin alphabet No. 1 encoding. ECI Id:"\000003" + +### ISO_8859_10 {#iso_8859_10} + +**Value:** `12` + +ISO/IEC 8859-10 Latin alphabet No. 6 encoding. ECI Id:"\000012" + +### ISO_8859_11 {#iso_8859_11} + +**Value:** `13` + +ISO/IEC 8859-11 Latin/Thai alphabet encoding. ECI Id:"\000013" + +### ISO_8859_13 {#iso_8859_13} + +**Value:** `15` + +ISO/IEC 8859-13 Latin alphabet No. 7 (Baltic Rim) encoding. ECI Id:"\000015" + +### ISO_8859_14 {#iso_8859_14} + +**Value:** `16` + +ISO/IEC 8859-14 Latin alphabet No. 8 (Celtic) encoding. ECI Id:"\000016" + +### ISO_8859_15 {#iso_8859_15} + +**Value:** `17` + +ISO/IEC 8859-15 Latin alphabet No. 9 encoding. ECI Id:"\000017" + +### ISO_8859_16 {#iso_8859_16} + +**Value:** `18` + +ISO/IEC 8859-16 Latin alphabet No. 10 encoding. ECI Id:"\000018" + +### ISO_8859_2 {#iso_8859_2} + +**Value:** `4` + +ISO/IEC 8859-2 Latin alphabet No. 2 encoding. ECI Id:"\000004" + +### ISO_8859_3 {#iso_8859_3} + +**Value:** `5` + +ISO/IEC 8859-3 Latin alphabet No. 3 encoding. ECI Id:"\000005" + +### ISO_8859_4 {#iso_8859_4} + +**Value:** `6` + +ISO/IEC 8859-4 Latin alphabet No. 4 encoding. ECI Id:"\000006" + +### ISO_8859_5 {#iso_8859_5} + +**Value:** `7` + +ISO/IEC 8859-5 Latin/Cyrillic alphabet encoding. ECI Id:"\000007" + +### ISO_8859_6 {#iso_8859_6} + +**Value:** `8` + +ISO/IEC 8859-6 Latin/Arabic alphabet encoding. ECI Id:"\000008" + +### ISO_8859_7 {#iso_8859_7} + +**Value:** `9` + +ISO/IEC 8859-7 Latin/Greek alphabet encoding. ECI Id:"\000009" + +### ISO_8859_8 {#iso_8859_8} + +**Value:** `10` + +ISO/IEC 8859-8 Latin/Hebrew alphabet encoding. ECI Id:"\000010" + +### ISO_8859_9 {#iso_8859_9} + +**Value:** `11` + +ISO/IEC 8859-9 Latin alphabet No. 5 encoding. ECI Id:"\000011" + +### NONE {#none} + +**Value:** `0` + +No Extended Channel Interpretation/p> + +### Shift_JIS {#shift_jis} + +**Value:** `20` + +Shift JIS (JIS X 0208 Annex 1 + JIS X 0201) encoding. ECI Id:"\000020" + +### US_ASCII {#us_ascii} + +**Value:** `27` + +ISO/IEC 646:1991 International Reference Version of ISO 7-bit coded character set encoding. ECI Id:"\000027" + +### UTF16BE {#utf16be} + +**Value:** `25` + +ISO/IEC 10646 UCS-2 (High order byte first) encoding. ECI Id:"\000025" + +### UTF16LE {#utf16le} + +**Value:** `33` + +ISO/IEC 10646 UTF-16LE encoding. ECI Id:"\000033" + +### UTF32BE {#utf32be} + +**Value:** `34` + +ISO/IEC 10646 UTF-32BE encoding. ECI Id:"\000034" + +### UTF32LE {#utf32le} + +**Value:** `35` + +ISO/IEC 10646 UTF-32LE encoding. ECI Id:"\000035" + +### UTF8 {#utf8} + +**Value:** `26` + +ISO/IEC 10646 UTF-8 encoding. ECI Id:"\000026" + +### Win1250 {#win1250} + +**Value:** `21` + +Windows 1250 Latin 2 (Central Europe) encoding. ECI Id:"\000021" + +### Win1251 {#win1251} + +**Value:** `22` + +Windows 1251 Cyrillic encoding. ECI Id:"\000022" + +### Win1252 {#win1252} + +**Value:** `23` + +Windows 1252 Latin 1 encoding. ECI Id:"\000023" + +### Win1256 {#win1256} + +**Value:** `24` + +Windows 1256 Arabic encoding. ECI Id:"\000024" + diff --git a/english/php/aspose.barcode.generation/eciencodings/big5/_index.md b/english/php/aspose.barcode.generation/eciencodings/big5/_index.md deleted file mode 100644 index 51f4be960..000000000 --- a/english/php/aspose.barcode.generation/eciencodings/big5/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "ECIEncodings::Big5" -linktitle: "Big5" -articleTitle: "Big5" -second_title: "Aspose.BarCode for PHP via Java" -description: "Big 5 (Taiwan) Chinese Character Set encoding. ECI Id:\"\\000028\"" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/eciencodings/big5/ ---- - -## ECIEncodings::Big5 Enum Value - -**Value:** `28` - - -Big 5 (Taiwan) Chinese Character Set encoding. ECI Id:"\000028" - diff --git a/english/php/aspose.barcode.generation/eciencodings/binary/_index.md b/english/php/aspose.barcode.generation/eciencodings/binary/_index.md deleted file mode 100644 index 3d98af337..000000000 --- a/english/php/aspose.barcode.generation/eciencodings/binary/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "ECIEncodings::BINARY" -linktitle: "BINARY" -articleTitle: "BINARY" -second_title: "Aspose.BarCode for PHP via Java" -description: "8-bit binary data. ECI Id:\"\\000899\"" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/eciencodings/binary/ ---- - -## ECIEncodings::BINARY Enum Value - -**Value:** `899` - - -8-bit binary data. ECI Id:"\000899" - diff --git a/english/php/aspose.barcode.generation/eciencodings/euc_kr/_index.md b/english/php/aspose.barcode.generation/eciencodings/euc_kr/_index.md deleted file mode 100644 index a8fe4942e..000000000 --- a/english/php/aspose.barcode.generation/eciencodings/euc_kr/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "ECIEncodings::EUC_KR" -linktitle: "EUC_KR" -articleTitle: "EUC_KR" -second_title: "Aspose.BarCode for PHP via Java" -description: "Korean Character Set encoding. ECI Id:\"\\000030\"" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/eciencodings/euc_kr/ ---- - -## ECIEncodings::EUC_KR Enum Value - -**Value:** `30` - - -Korean Character Set encoding. ECI Id:"\000030" - diff --git a/english/php/aspose.barcode.generation/eciencodings/gb18030/_index.md b/english/php/aspose.barcode.generation/eciencodings/gb18030/_index.md deleted file mode 100644 index a48152fdd..000000000 --- a/english/php/aspose.barcode.generation/eciencodings/gb18030/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "ECIEncodings::GB18030" -linktitle: "GB18030" -articleTitle: "GB18030" -second_title: "Aspose.BarCode for PHP via Java" -description: "GGB18030 Chinese Character Set encoding. ECI Id:\"\\000032\"" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/eciencodings/gb18030/ ---- - -## ECIEncodings::GB18030 Enum Value - -**Value:** `32` - - -GGB18030 Chinese Character Set encoding. ECI Id:"\000032" - diff --git a/english/php/aspose.barcode.generation/eciencodings/gb2312/_index.md b/english/php/aspose.barcode.generation/eciencodings/gb2312/_index.md deleted file mode 100644 index 45b6f092a..000000000 --- a/english/php/aspose.barcode.generation/eciencodings/gb2312/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "ECIEncodings::GB2312" -linktitle: "GB2312" -articleTitle: "GB2312" -second_title: "Aspose.BarCode for PHP via Java" -description: "GB2312 Chinese Character Set encoding. ECI Id:\"\\000029\"" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/eciencodings/gb2312/ ---- - -## ECIEncodings::GB2312 Enum Value - -**Value:** `29` - - -GB2312 Chinese Character Set encoding. ECI Id:"\000029" - diff --git a/english/php/aspose.barcode.generation/eciencodings/gbk/_index.md b/english/php/aspose.barcode.generation/eciencodings/gbk/_index.md deleted file mode 100644 index 5272db166..000000000 --- a/english/php/aspose.barcode.generation/eciencodings/gbk/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "ECIEncodings::GBK" -linktitle: "GBK" -articleTitle: "GBK" -second_title: "Aspose.BarCode for PHP via Java" -description: "GBK (extension of GB2312 for Simplified Chinese) encoding. ECI Id:\"\\000031\"" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/eciencodings/gbk/ ---- - -## ECIEncodings::GBK Enum Value - -**Value:** `31` - - -GBK (extension of GB2312 for Simplified Chinese) encoding. ECI Id:"\000031" - diff --git a/english/php/aspose.barcode.generation/eciencodings/invariant/_index.md b/english/php/aspose.barcode.generation/eciencodings/invariant/_index.md deleted file mode 100644 index 2e4334ed0..000000000 --- a/english/php/aspose.barcode.generation/eciencodings/invariant/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "ECIEncodings::INVARIANT" -linktitle: "INVARIANT" -articleTitle: "INVARIANT" -second_title: "Aspose.BarCode for PHP via Java" -description: "ISO/IEC 646: ISO 7-bit coded character set - Invariant Characters set encoding. ECI Id:\"\\000170\"" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/eciencodings/invariant/ ---- - -## ECIEncodings::INVARIANT Enum Value - -**Value:** `170` - - -ISO/IEC 646: ISO 7-bit coded character set - Invariant Characters set encoding. ECI Id:"\000170" - diff --git a/english/php/aspose.barcode.generation/eciencodings/iso_8859_1/_index.md b/english/php/aspose.barcode.generation/eciencodings/iso_8859_1/_index.md deleted file mode 100644 index 1e9475fa9..000000000 --- a/english/php/aspose.barcode.generation/eciencodings/iso_8859_1/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "ECIEncodings::ISO_8859_1" -linktitle: "ISO_8859_1" -articleTitle: "ISO_8859_1" -second_title: "Aspose.BarCode for PHP via Java" -description: "ISO/IEC 8859-1 Latin alphabet No. 1 encoding. ECI Id:\"\\000003\"" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/eciencodings/iso_8859_1/ ---- - -## ECIEncodings::ISO_8859_1 Enum Value - -**Value:** `3` - - -ISO/IEC 8859-1 Latin alphabet No. 1 encoding. ECI Id:"\000003" - diff --git a/english/php/aspose.barcode.generation/eciencodings/iso_8859_10/_index.md b/english/php/aspose.barcode.generation/eciencodings/iso_8859_10/_index.md deleted file mode 100644 index cc574db29..000000000 --- a/english/php/aspose.barcode.generation/eciencodings/iso_8859_10/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "ECIEncodings::ISO_8859_10" -linktitle: "ISO_8859_10" -articleTitle: "ISO_8859_10" -second_title: "Aspose.BarCode for PHP via Java" -description: "ISO/IEC 8859-10 Latin alphabet No. 6 encoding. ECI Id:\"\\000012\"" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/eciencodings/iso_8859_10/ ---- - -## ECIEncodings::ISO_8859_10 Enum Value - -**Value:** `12` - - -ISO/IEC 8859-10 Latin alphabet No. 6 encoding. ECI Id:"\000012" - diff --git a/english/php/aspose.barcode.generation/eciencodings/iso_8859_11/_index.md b/english/php/aspose.barcode.generation/eciencodings/iso_8859_11/_index.md deleted file mode 100644 index 658299583..000000000 --- a/english/php/aspose.barcode.generation/eciencodings/iso_8859_11/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "ECIEncodings::ISO_8859_11" -linktitle: "ISO_8859_11" -articleTitle: "ISO_8859_11" -second_title: "Aspose.BarCode for PHP via Java" -description: "ISO/IEC 8859-11 Latin/Thai alphabet encoding. ECI Id:\"\\000013\"" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/eciencodings/iso_8859_11/ ---- - -## ECIEncodings::ISO_8859_11 Enum Value - -**Value:** `13` - - -ISO/IEC 8859-11 Latin/Thai alphabet encoding. ECI Id:"\000013" - diff --git a/english/php/aspose.barcode.generation/eciencodings/iso_8859_13/_index.md b/english/php/aspose.barcode.generation/eciencodings/iso_8859_13/_index.md deleted file mode 100644 index b762874bf..000000000 --- a/english/php/aspose.barcode.generation/eciencodings/iso_8859_13/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "ECIEncodings::ISO_8859_13" -linktitle: "ISO_8859_13" -articleTitle: "ISO_8859_13" -second_title: "Aspose.BarCode for PHP via Java" -description: "ISO/IEC 8859-13 Latin alphabet No. 7 (Baltic Rim) encoding. ECI Id:\"\\000015\"" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/eciencodings/iso_8859_13/ ---- - -## ECIEncodings::ISO_8859_13 Enum Value - -**Value:** `15` - - -ISO/IEC 8859-13 Latin alphabet No. 7 (Baltic Rim) encoding. ECI Id:"\000015" - diff --git a/english/php/aspose.barcode.generation/eciencodings/iso_8859_14/_index.md b/english/php/aspose.barcode.generation/eciencodings/iso_8859_14/_index.md deleted file mode 100644 index 809d3dfa7..000000000 --- a/english/php/aspose.barcode.generation/eciencodings/iso_8859_14/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "ECIEncodings::ISO_8859_14" -linktitle: "ISO_8859_14" -articleTitle: "ISO_8859_14" -second_title: "Aspose.BarCode for PHP via Java" -description: "ISO/IEC 8859-14 Latin alphabet No. 8 (Celtic) encoding. ECI Id:\"\\000016\"" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/eciencodings/iso_8859_14/ ---- - -## ECIEncodings::ISO_8859_14 Enum Value - -**Value:** `16` - - -ISO/IEC 8859-14 Latin alphabet No. 8 (Celtic) encoding. ECI Id:"\000016" - diff --git a/english/php/aspose.barcode.generation/eciencodings/iso_8859_15/_index.md b/english/php/aspose.barcode.generation/eciencodings/iso_8859_15/_index.md deleted file mode 100644 index 95dc2bc96..000000000 --- a/english/php/aspose.barcode.generation/eciencodings/iso_8859_15/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "ECIEncodings::ISO_8859_15" -linktitle: "ISO_8859_15" -articleTitle: "ISO_8859_15" -second_title: "Aspose.BarCode for PHP via Java" -description: "ISO/IEC 8859-15 Latin alphabet No. 9 encoding. ECI Id:\"\\000017\"" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/eciencodings/iso_8859_15/ ---- - -## ECIEncodings::ISO_8859_15 Enum Value - -**Value:** `17` - - -ISO/IEC 8859-15 Latin alphabet No. 9 encoding. ECI Id:"\000017" - diff --git a/english/php/aspose.barcode.generation/eciencodings/iso_8859_16/_index.md b/english/php/aspose.barcode.generation/eciencodings/iso_8859_16/_index.md deleted file mode 100644 index 6545054f0..000000000 --- a/english/php/aspose.barcode.generation/eciencodings/iso_8859_16/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "ECIEncodings::ISO_8859_16" -linktitle: "ISO_8859_16" -articleTitle: "ISO_8859_16" -second_title: "Aspose.BarCode for PHP via Java" -description: "ISO/IEC 8859-16 Latin alphabet No. 10 encoding. ECI Id:\"\\000018\"" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/eciencodings/iso_8859_16/ ---- - -## ECIEncodings::ISO_8859_16 Enum Value - -**Value:** `18` - - -ISO/IEC 8859-16 Latin alphabet No. 10 encoding. ECI Id:"\000018" - diff --git a/english/php/aspose.barcode.generation/eciencodings/iso_8859_2/_index.md b/english/php/aspose.barcode.generation/eciencodings/iso_8859_2/_index.md deleted file mode 100644 index c331a8e38..000000000 --- a/english/php/aspose.barcode.generation/eciencodings/iso_8859_2/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "ECIEncodings::ISO_8859_2" -linktitle: "ISO_8859_2" -articleTitle: "ISO_8859_2" -second_title: "Aspose.BarCode for PHP via Java" -description: "ISO/IEC 8859-2 Latin alphabet No. 2 encoding. ECI Id:\"\\000004\"" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/eciencodings/iso_8859_2/ ---- - -## ECIEncodings::ISO_8859_2 Enum Value - -**Value:** `4` - - -ISO/IEC 8859-2 Latin alphabet No. 2 encoding. ECI Id:"\000004" - diff --git a/english/php/aspose.barcode.generation/eciencodings/iso_8859_3/_index.md b/english/php/aspose.barcode.generation/eciencodings/iso_8859_3/_index.md deleted file mode 100644 index 7d0c9d181..000000000 --- a/english/php/aspose.barcode.generation/eciencodings/iso_8859_3/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "ECIEncodings::ISO_8859_3" -linktitle: "ISO_8859_3" -articleTitle: "ISO_8859_3" -second_title: "Aspose.BarCode for PHP via Java" -description: "ISO/IEC 8859-3 Latin alphabet No. 3 encoding. ECI Id:\"\\000005\"" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/eciencodings/iso_8859_3/ ---- - -## ECIEncodings::ISO_8859_3 Enum Value - -**Value:** `5` - - -ISO/IEC 8859-3 Latin alphabet No. 3 encoding. ECI Id:"\000005" - diff --git a/english/php/aspose.barcode.generation/eciencodings/iso_8859_4/_index.md b/english/php/aspose.barcode.generation/eciencodings/iso_8859_4/_index.md deleted file mode 100644 index ccd5f43e2..000000000 --- a/english/php/aspose.barcode.generation/eciencodings/iso_8859_4/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "ECIEncodings::ISO_8859_4" -linktitle: "ISO_8859_4" -articleTitle: "ISO_8859_4" -second_title: "Aspose.BarCode for PHP via Java" -description: "ISO/IEC 8859-4 Latin alphabet No. 4 encoding. ECI Id:\"\\000006\"" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/eciencodings/iso_8859_4/ ---- - -## ECIEncodings::ISO_8859_4 Enum Value - -**Value:** `6` - - -ISO/IEC 8859-4 Latin alphabet No. 4 encoding. ECI Id:"\000006" - diff --git a/english/php/aspose.barcode.generation/eciencodings/iso_8859_5/_index.md b/english/php/aspose.barcode.generation/eciencodings/iso_8859_5/_index.md deleted file mode 100644 index 504e1367d..000000000 --- a/english/php/aspose.barcode.generation/eciencodings/iso_8859_5/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "ECIEncodings::ISO_8859_5" -linktitle: "ISO_8859_5" -articleTitle: "ISO_8859_5" -second_title: "Aspose.BarCode for PHP via Java" -description: "ISO/IEC 8859-5 Latin/Cyrillic alphabet encoding. ECI Id:\"\\000007\"" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/eciencodings/iso_8859_5/ ---- - -## ECIEncodings::ISO_8859_5 Enum Value - -**Value:** `7` - - -ISO/IEC 8859-5 Latin/Cyrillic alphabet encoding. ECI Id:"\000007" - diff --git a/english/php/aspose.barcode.generation/eciencodings/iso_8859_6/_index.md b/english/php/aspose.barcode.generation/eciencodings/iso_8859_6/_index.md deleted file mode 100644 index f137192e1..000000000 --- a/english/php/aspose.barcode.generation/eciencodings/iso_8859_6/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "ECIEncodings::ISO_8859_6" -linktitle: "ISO_8859_6" -articleTitle: "ISO_8859_6" -second_title: "Aspose.BarCode for PHP via Java" -description: "ISO/IEC 8859-6 Latin/Arabic alphabet encoding. ECI Id:\"\\000008\"" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/eciencodings/iso_8859_6/ ---- - -## ECIEncodings::ISO_8859_6 Enum Value - -**Value:** `8` - - -ISO/IEC 8859-6 Latin/Arabic alphabet encoding. ECI Id:"\000008" - diff --git a/english/php/aspose.barcode.generation/eciencodings/iso_8859_7/_index.md b/english/php/aspose.barcode.generation/eciencodings/iso_8859_7/_index.md deleted file mode 100644 index 5e9211978..000000000 --- a/english/php/aspose.barcode.generation/eciencodings/iso_8859_7/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "ECIEncodings::ISO_8859_7" -linktitle: "ISO_8859_7" -articleTitle: "ISO_8859_7" -second_title: "Aspose.BarCode for PHP via Java" -description: "ISO/IEC 8859-7 Latin/Greek alphabet encoding. ECI Id:\"\\000009\"" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/eciencodings/iso_8859_7/ ---- - -## ECIEncodings::ISO_8859_7 Enum Value - -**Value:** `9` - - -ISO/IEC 8859-7 Latin/Greek alphabet encoding. ECI Id:"\000009" - diff --git a/english/php/aspose.barcode.generation/eciencodings/iso_8859_8/_index.md b/english/php/aspose.barcode.generation/eciencodings/iso_8859_8/_index.md deleted file mode 100644 index 6912d5b38..000000000 --- a/english/php/aspose.barcode.generation/eciencodings/iso_8859_8/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "ECIEncodings::ISO_8859_8" -linktitle: "ISO_8859_8" -articleTitle: "ISO_8859_8" -second_title: "Aspose.BarCode for PHP via Java" -description: "ISO/IEC 8859-8 Latin/Hebrew alphabet encoding. ECI Id:\"\\000010\"" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/eciencodings/iso_8859_8/ ---- - -## ECIEncodings::ISO_8859_8 Enum Value - -**Value:** `10` - - -ISO/IEC 8859-8 Latin/Hebrew alphabet encoding. ECI Id:"\000010" - diff --git a/english/php/aspose.barcode.generation/eciencodings/iso_8859_9/_index.md b/english/php/aspose.barcode.generation/eciencodings/iso_8859_9/_index.md deleted file mode 100644 index f7310b5ff..000000000 --- a/english/php/aspose.barcode.generation/eciencodings/iso_8859_9/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "ECIEncodings::ISO_8859_9" -linktitle: "ISO_8859_9" -articleTitle: "ISO_8859_9" -second_title: "Aspose.BarCode for PHP via Java" -description: "ISO/IEC 8859-9 Latin alphabet No. 5 encoding. ECI Id:\"\\000011\"" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/eciencodings/iso_8859_9/ ---- - -## ECIEncodings::ISO_8859_9 Enum Value - -**Value:** `11` - - -ISO/IEC 8859-9 Latin alphabet No. 5 encoding. ECI Id:"\000011" - diff --git a/english/php/aspose.barcode.generation/eciencodings/none/_index.md b/english/php/aspose.barcode.generation/eciencodings/none/_index.md deleted file mode 100644 index 338451d7f..000000000 --- a/english/php/aspose.barcode.generation/eciencodings/none/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "ECIEncodings::NONE" -linktitle: "NONE" -articleTitle: "NONE" -second_title: "Aspose.BarCode for PHP via Java" -description: "No Extended Channel Interpretation/p>" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/eciencodings/none/ ---- - -## ECIEncodings::NONE Enum Value - -**Value:** `0` - - -No Extended Channel Interpretation/p> - diff --git a/english/php/aspose.barcode.generation/eciencodings/shift_jis/_index.md b/english/php/aspose.barcode.generation/eciencodings/shift_jis/_index.md deleted file mode 100644 index b237c63c1..000000000 --- a/english/php/aspose.barcode.generation/eciencodings/shift_jis/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "ECIEncodings::Shift_JIS" -linktitle: "Shift_JIS" -articleTitle: "Shift_JIS" -second_title: "Aspose.BarCode for PHP via Java" -description: "Shift JIS (JIS X 0208 Annex 1 + JIS X 0201) encoding. ECI Id:\"\\000020\"" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/eciencodings/shift_jis/ ---- - -## ECIEncodings::Shift_JIS Enum Value - -**Value:** `20` - - -Shift JIS (JIS X 0208 Annex 1 + JIS X 0201) encoding. ECI Id:"\000020" - diff --git a/english/php/aspose.barcode.generation/eciencodings/us_ascii/_index.md b/english/php/aspose.barcode.generation/eciencodings/us_ascii/_index.md deleted file mode 100644 index b189a9046..000000000 --- a/english/php/aspose.barcode.generation/eciencodings/us_ascii/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "ECIEncodings::US_ASCII" -linktitle: "US_ASCII" -articleTitle: "US_ASCII" -second_title: "Aspose.BarCode for PHP via Java" -description: "ISO/IEC 646:1991 International Reference Version of ISO 7-bit coded character set encoding. ECI Id:\"\\000027\"" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/eciencodings/us_ascii/ ---- - -## ECIEncodings::US_ASCII Enum Value - -**Value:** `27` - - -ISO/IEC 646:1991 International Reference Version of ISO 7-bit coded character set encoding. ECI Id:"\000027" - diff --git a/english/php/aspose.barcode.generation/eciencodings/utf16be/_index.md b/english/php/aspose.barcode.generation/eciencodings/utf16be/_index.md deleted file mode 100644 index f302ef867..000000000 --- a/english/php/aspose.barcode.generation/eciencodings/utf16be/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "ECIEncodings::UTF16BE" -linktitle: "UTF16BE" -articleTitle: "UTF16BE" -second_title: "Aspose.BarCode for PHP via Java" -description: "ISO/IEC 10646 UCS-2 (High order byte first) encoding. ECI Id:\"\\000025\"" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/eciencodings/utf16be/ ---- - -## ECIEncodings::UTF16BE Enum Value - -**Value:** `25` - - -ISO/IEC 10646 UCS-2 (High order byte first) encoding. ECI Id:"\000025" - diff --git a/english/php/aspose.barcode.generation/eciencodings/utf16le/_index.md b/english/php/aspose.barcode.generation/eciencodings/utf16le/_index.md deleted file mode 100644 index 4c3b2e550..000000000 --- a/english/php/aspose.barcode.generation/eciencodings/utf16le/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "ECIEncodings::UTF16LE" -linktitle: "UTF16LE" -articleTitle: "UTF16LE" -second_title: "Aspose.BarCode for PHP via Java" -description: "ISO/IEC 10646 UTF-16LE encoding. ECI Id:\"\\000033\"" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/eciencodings/utf16le/ ---- - -## ECIEncodings::UTF16LE Enum Value - -**Value:** `33` - - -ISO/IEC 10646 UTF-16LE encoding. ECI Id:"\000033" - diff --git a/english/php/aspose.barcode.generation/eciencodings/utf32be/_index.md b/english/php/aspose.barcode.generation/eciencodings/utf32be/_index.md deleted file mode 100644 index 3e3650819..000000000 --- a/english/php/aspose.barcode.generation/eciencodings/utf32be/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "ECIEncodings::UTF32BE" -linktitle: "UTF32BE" -articleTitle: "UTF32BE" -second_title: "Aspose.BarCode for PHP via Java" -description: "ISO/IEC 10646 UTF-32BE encoding. ECI Id:\"\\000034\"" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/eciencodings/utf32be/ ---- - -## ECIEncodings::UTF32BE Enum Value - -**Value:** `34` - - -ISO/IEC 10646 UTF-32BE encoding. ECI Id:"\000034" - diff --git a/english/php/aspose.barcode.generation/eciencodings/utf32le/_index.md b/english/php/aspose.barcode.generation/eciencodings/utf32le/_index.md deleted file mode 100644 index e74a72166..000000000 --- a/english/php/aspose.barcode.generation/eciencodings/utf32le/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "ECIEncodings::UTF32LE" -linktitle: "UTF32LE" -articleTitle: "UTF32LE" -second_title: "Aspose.BarCode for PHP via Java" -description: "ISO/IEC 10646 UTF-32LE encoding. ECI Id:\"\\000035\"" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/eciencodings/utf32le/ ---- - -## ECIEncodings::UTF32LE Enum Value - -**Value:** `35` - - -ISO/IEC 10646 UTF-32LE encoding. ECI Id:"\000035" - diff --git a/english/php/aspose.barcode.generation/eciencodings/utf8/_index.md b/english/php/aspose.barcode.generation/eciencodings/utf8/_index.md deleted file mode 100644 index d9b8f6f47..000000000 --- a/english/php/aspose.barcode.generation/eciencodings/utf8/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "ECIEncodings::UTF8" -linktitle: "UTF8" -articleTitle: "UTF8" -second_title: "Aspose.BarCode for PHP via Java" -description: "ISO/IEC 10646 UTF-8 encoding. ECI Id:\"\\000026\"" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/eciencodings/utf8/ ---- - -## ECIEncodings::UTF8 Enum Value - -**Value:** `26` - - -ISO/IEC 10646 UTF-8 encoding. ECI Id:"\000026" - diff --git a/english/php/aspose.barcode.generation/eciencodings/win1250/_index.md b/english/php/aspose.barcode.generation/eciencodings/win1250/_index.md deleted file mode 100644 index 6db6daf97..000000000 --- a/english/php/aspose.barcode.generation/eciencodings/win1250/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "ECIEncodings::Win1250" -linktitle: "Win1250" -articleTitle: "Win1250" -second_title: "Aspose.BarCode for PHP via Java" -description: "Windows 1250 Latin 2 (Central Europe) encoding. ECI Id:\"\\000021\"" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/eciencodings/win1250/ ---- - -## ECIEncodings::Win1250 Enum Value - -**Value:** `21` - - -Windows 1250 Latin 2 (Central Europe) encoding. ECI Id:"\000021" - diff --git a/english/php/aspose.barcode.generation/eciencodings/win1251/_index.md b/english/php/aspose.barcode.generation/eciencodings/win1251/_index.md deleted file mode 100644 index 0c106d154..000000000 --- a/english/php/aspose.barcode.generation/eciencodings/win1251/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "ECIEncodings::Win1251" -linktitle: "Win1251" -articleTitle: "Win1251" -second_title: "Aspose.BarCode for PHP via Java" -description: "Windows 1251 Cyrillic encoding. ECI Id:\"\\000022\"" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/eciencodings/win1251/ ---- - -## ECIEncodings::Win1251 Enum Value - -**Value:** `22` - - -Windows 1251 Cyrillic encoding. ECI Id:"\000022" - diff --git a/english/php/aspose.barcode.generation/eciencodings/win1252/_index.md b/english/php/aspose.barcode.generation/eciencodings/win1252/_index.md deleted file mode 100644 index aae09e931..000000000 --- a/english/php/aspose.barcode.generation/eciencodings/win1252/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "ECIEncodings::Win1252" -linktitle: "Win1252" -articleTitle: "Win1252" -second_title: "Aspose.BarCode for PHP via Java" -description: "Windows 1252 Latin 1 encoding. ECI Id:\"\\000023\"" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/eciencodings/win1252/ ---- - -## ECIEncodings::Win1252 Enum Value - -**Value:** `23` - - -Windows 1252 Latin 1 encoding. ECI Id:"\000023" - diff --git a/english/php/aspose.barcode.generation/eciencodings/win1256/_index.md b/english/php/aspose.barcode.generation/eciencodings/win1256/_index.md deleted file mode 100644 index 591054c94..000000000 --- a/english/php/aspose.barcode.generation/eciencodings/win1256/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "ECIEncodings::Win1256" -linktitle: "Win1256" -articleTitle: "Win1256" -second_title: "Aspose.BarCode for PHP via Java" -description: "Windows 1256 Arabic encoding. ECI Id:\"\\000024\"" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/eciencodings/win1256/ ---- - -## ECIEncodings::Win1256 Enum Value - -**Value:** `24` - - -Windows 1256 Arabic encoding. ECI Id:"\000024" - diff --git a/english/php/aspose.barcode.generation/enablechecksum/_index.md b/english/php/aspose.barcode.generation/enablechecksum/_index.md index 3442681a4..c8db70204 100644 --- a/english/php/aspose.barcode.generation/enablechecksum/_index.md +++ b/english/php/aspose.barcode.generation/enablechecksum/_index.md @@ -1,7 +1,6 @@ --- -title: "EnableChecksum Enum" +title: "EnableChecksum" linktitle: "EnableChecksum" -articleTitle: "EnableChecksum" second_title: "Aspose.BarCode for PHP via Java" description: "Enable checksum during generation for 1D barcodes. Default is treated as Yes for symbologies which must contain checksum, as No where checksum only possible. Checksum never used: Codabar Checksum is p" type: docs @@ -21,6 +20,24 @@ Enable checksum during generation for 1D barcodes. Default is treated as Yes for | Name | Value | Description | | --- | --- | --- | -| [DEFAULT](./default/) | `0` | If checksum is required by the specification - it will be attached. | -| [NO](./no/) | `2` | Do not use checksum. | -| [YES](./yes/) | `1` | Always use checksum if possible. | +| [DEFAULT](#default) | `0` | If checksum is required by the specification - it will be attached. | +| [NO](#no) | `2` | Do not use checksum. | +| [YES](#yes) | `1` | Always use checksum if possible. | +### DEFAULT {#default} + +**Value:** `0` + +If checksum is required by the specification - it will be attached. + +### NO {#no} + +**Value:** `2` + +Do not use checksum. + +### YES {#yes} + +**Value:** `1` + +Always use checksum if possible. + diff --git a/english/php/aspose.barcode.generation/enablechecksum/default/_index.md b/english/php/aspose.barcode.generation/enablechecksum/default/_index.md deleted file mode 100644 index dcee264c4..000000000 --- a/english/php/aspose.barcode.generation/enablechecksum/default/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EnableChecksum::DEFAULT" -linktitle: "DEFAULT" -articleTitle: "DEFAULT" -second_title: "Aspose.BarCode for PHP via Java" -description: "If checksum is required by the specification - it will be attached." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/enablechecksum/default/ ---- - -## EnableChecksum::DEFAULT Enum Value - -**Value:** `0` - - -If checksum is required by the specification - it will be attached. - diff --git a/english/php/aspose.barcode.generation/enablechecksum/no/_index.md b/english/php/aspose.barcode.generation/enablechecksum/no/_index.md deleted file mode 100644 index b5953a08e..000000000 --- a/english/php/aspose.barcode.generation/enablechecksum/no/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EnableChecksum::NO" -linktitle: "NO" -articleTitle: "NO" -second_title: "Aspose.BarCode for PHP via Java" -description: "Do not use checksum." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/enablechecksum/no/ ---- - -## EnableChecksum::NO Enum Value - -**Value:** `2` - - -Do not use checksum. - diff --git a/english/php/aspose.barcode.generation/enablechecksum/yes/_index.md b/english/php/aspose.barcode.generation/enablechecksum/yes/_index.md deleted file mode 100644 index b25c869b7..000000000 --- a/english/php/aspose.barcode.generation/enablechecksum/yes/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EnableChecksum::YES" -linktitle: "YES" -articleTitle: "YES" -second_title: "Aspose.BarCode for PHP via Java" -description: "Always use checksum if possible." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/enablechecksum/yes/ ---- - -## EnableChecksum::YES Enum Value - -**Value:** `1` - - -Always use checksum if possible. - diff --git a/english/php/aspose.barcode.generation/encodetypes/_index.md b/english/php/aspose.barcode.generation/encodetypes/_index.md index caf7aba55..c9f7355a2 100644 --- a/english/php/aspose.barcode.generation/encodetypes/_index.md +++ b/english/php/aspose.barcode.generation/encodetypes/_index.md @@ -1,7 +1,6 @@ --- -title: "EncodeTypes Class" +title: "EncodeTypes" linktitle: "EncodeTypes" -articleTitle: "EncodeTypes" second_title: "Aspose.BarCode for PHP via Java" description: "Specifies the type of barcode to encode." type: docs @@ -21,94 +20,610 @@ Specifies the type of barcode to encode. | Name | Static | Description | | --- | --- | --- | -| [parse](./parse/) | Yes | | +| [parse](#parse) | Yes | | ## Constants | Name | Value | Description | | --- | --- | --- | -| [AUSTRALIA_POST](./australia_post/) | `38` | Represents Australia Post Customer BarCode | -| [AUSTRALIAN_POSTE_PARCEL](./australian_poste_parcel/) | `49` | Specifies that the data should be encoded with Australian Post Domestic eParcel Barcode barcode specification | -| [AZTEC](./aztec/) | `35` | Specifies that the data should be encoded with Aztec barcode specification | -| [CODABAR](./codabar/) | `0` | Specifies that the data should be encoded with CODABAR barcode specification | -| [CODABLOCK_F](./codablock_f/) | `64` | Specifies that the data should be encoded with Codablock-F barcode specification. | -| [CODE_11](./code_11/) | `1` | Specifies that the data should be encoded with CODE 11 barcode specification | -| [CODE_128](./code_128/) | `6` | Specifies that the data should be encoded with CODE 128 barcode specification | -| [CODE_16_K](./code_16_k/) | `31` | Represents Code 16K barcode. | -| [CODE_32](./code_32/) | `58` | Specifies that the data should be encoded with Code32 barcode specification | -| [CODE_39](./code_39/) | `2` | Specifies that the data should be encoded with basic charset barcode specification: ISO/IEC 16388 | -| [CODE_39_FULL_ASCII](./code_39_full_ascii/) | `3` | Specifies that the data should be encoded with full ASCII charset barcode specification: ISO/IEC 16388 | -| [CODE_93](./code_93/) | `5` | Specifies that the data should be encoded with barcode specification | -| [DATA_LOGIC_2_OF_5](./data_logic_2_of_5/) | `59` | Specifies that the data should be encoded with DataLogic 2 of 5 barcode specification | -| [DATA_MATRIX](./data_matrix/) | `33` | 2D barcode symbology DataMatrix | -| [DATABAR_EXPANDED](./databar_expanded/) | `46` | Represents GS1 Databar expanded barcode. | -| [DATABAR_EXPANDED_STACKED](./databar_expanded_stacked/) | `52` | Represents GS1 Databar expanded stacked barcode. | -| [DATABAR_LIMITED](./databar_limited/) | `45` | Represents GS1 DATABAR limited barcode. | -| [DATABAR_OMNI_DIRECTIONAL](./databar_omni_directional/) | `43` | Specifies that the data should be encoded with GS1 Databar omni-directional barcode specification. | -| [DATABAR_STACKED](./databar_stacked/) | `53` | Represents GS1 Databar stacked barcode. | -| [DATABAR_STACKED_OMNI_DIRECTIONAL](./databar_stacked_omni_directional/) | `54` | Represents GS1 Databar stacked omni-directional barcode. | -| [DATABAR_TRUNCATED](./databar_truncated/) | `44` | Specifies that the data should be encoded with GS1 Databar truncated barcode specification. | -| [DEUTSCHE_POST_IDENTCODE](./deutsche_post_identcode/) | `27` | Represents Deutsch Post barcode, This EncodeType is also known as Identcode,CodeIdentcode,German Postal 2 of 5 Identcode, Deutsch Post AG Identcode, Deutsch Frachtpost Identcode, Deutsch Post AG (DHL) | -| [DEUTSCHE_POST_LEITCODE](./deutsche_post_leitcode/) | `28` | Represents Deutsch Post Leitcode Barcode,also known as German Postal 2 of 5 Leitcode, CodeLeitcode, Leitcode, Deutsch Post AG (DHL). | -| [DOT_CODE](./dot_code/) | `60` | Specifies that the data should be encoded with DotCode barcode specification | -| [DUTCH_KIX](./dutch_kix/) | `61` | Specifies that the data should be encoded with Dutch KIX barcode specification | -| [EAN_13](./ean_13/) | `9` | Specifies that the data should be encoded with EAN-13 barcode specification | -| [EAN_14](./ean_14/) | `10` | Specifies that the data should be encoded with EAN14 barcode specification | -| [EAN_8](./ean_8/) | `8` | Specifies that the data should be encoded with EAN-8 barcode specification | -| [GS_1_AZTEC](./gs_1_aztec/) | `81` | Specifies that the data should be encoded with barcode specification. The codetext must contains parentheses for AI. | -| [GS_1_CODABLOCK_F](./gs_1_codablock_f/) | `65` | Specifies that the data should be encoded with GS1 Codablock-F barcode specification. The codetext must contains parentheses for AI. | -| [GS_1_CODE_128](./gs_1_code_128/) | `7` | Specifies that the data should be encoded with GS1 Code 128 barcode specification. The codetext must contains parentheses for AI. | -| [GS_1_COMPOSITE_BAR](./gs_1_composite_bar/) | `67` | Specifies that the data should be encoded with GS1 Composite Bar barcode specification. The codetext must contains parentheses for AI. 1D codetext and 2D codetext must be separated with symbol '/' | -| [GS_1_DATA_MATRIX](./gs_1_data_matrix/) | `48` | 2D barcode symbology DataMatrix with GS1 string format | -| [GS_1_DOT_CODE](./gs_1_dot_code/) | `78` | Specifies that the data should be encoded with barcode specification. The codetext must contains parentheses for AI. | -| [GS_1_HAN_XIN](./gs_1_han_xin/) | `80` | 2D barcode symbology QR with GS1 string format | -| [GS_1_MICRO_PDF_417](./gs_1_micro_pdf_417/) | `82` | Specifies that the data should be encoded with GS1MicroPdf417 barcode specification | -| [GS_1_QR](./gs_1_qr/) | `56` | 2D barcode symbology QR with GS1 string format | -| [HAN_XIN](./han_xin/) | `79` | Specifies that the data should be encoded with Han Xin barcode specification | -| [HIBC_AZTEC_LIC](./hibc_aztec_lic/) | `70` | Specifies that the data should be encoded with barcode specification. | -| [HIBC_AZTEC_PAS](./hibc_aztec_pas/) | `75` | Specifies that the data should be encoded with barcode specification. | -| [HIBC_CODE_128_LIC](./hibc_code_128_lic/) | `69` | Specifies that the data should be encoded with barcode specification. | -| [HIBC_CODE_128_PAS](./hibc_code_128_pas/) | `74` | Specifies that the data should be encoded with barcode specification. | -| [HIBC_CODE_39_LIC](./hibc_code_39_lic/) | `68` | Specifies that the data should be encoded with barcode specification. | -| [HIBC_CODE_39_PAS](./hibc_code_39_pas/) | `73` | Specifies that the data should be encoded with barcode specification. | -| [HIBC_DATA_MATRIX_LIC](./hibc_data_matrix_lic/) | `71` | Specifies that the data should be encoded with barcode specification. | -| [HIBC_DATA_MATRIX_PAS](./hibc_data_matrix_pas/) | `76` | Specifies that the data should be encoded with barcode specification. | -| [HIBCQRLIC](./hibcqrlic/) | `72` | Specifies that the data should be encoded with barcode specification. | -| [HIBCQRPAS](./hibcqrpas/) | `77` | Specifies that the data should be encoded with barcode specification. | -| [IATA_2_OF_5](./iata_2_of_5/) | `22` | Represents IATA 2 of 5 barcode.IATA (International Air Transport Assosiation) uses this barcode for the management of air cargo. | -| [INTERLEAVED_2_OF_5](./interleaved_2_of_5/) | `19` | Specifies that the data should be encoded with INTERLEAVED 2 of 5 barcode specification | -| [ISBN](./isbn/) | `15` | Specifies that the data should be encoded with isBN barcode specification | -| [ISMN](./ismn/) | `17` | Specifies that the data should be encoded with ISMN barcode specification | -| [ISSN](./issn/) | `16` | Specifies that the data should be encoded with ISSN barcode specification | -| [ITALIAN_POST_25](./italian_post_25/) | `21` | Represents Italian Post 25 barcode. | -| [ITF_14](./itf_14/) | `23` | Specifies that the data should be encoded with ITF14 barcode specification | -| [ITF_6](./itf_6/) | `24` | Represents ITF-6 Barcode. | -| [MACRO_PDF_417](./macro_pdf_417/) | `37` | Specifies that the data should be encoded with MacroPdf417 barcode specification | -| [MAILMARK](./mailmark/) | `66` | Represents Royal Mail Mailmark barcode. | -| [MATRIX_2_OF_5](./matrix_2_of_5/) | `20` | Represents Matrix 2 of 5 BarCode | -| [MAXI_CODE](./maxi_code/) | `57` | Specifies that the data should be encoded with MaxiCode barcode specification | -| [MICRO_PDF_417](./micro_pdf_417/) | `55` | Specifies that the data should be encoded with MicroPdf417 barcode specification | -| [MICRO_QR](./micro_qr/) | `83` | Specifies that the data should be encoded with MicroQR Code barcode specification | -| [MSI](./msi/) | `25` | Specifies that the data should be encoded with MSI Plessey barcode specification | -| [NONE](./none/) | `-1` | Unspecified encode type. | -| [ONE_CODE](./one_code/) | `41` | Specifies that the data should be encoded with USPS OneCode barcode specification | -| [OPC](./opc/) | `29` | Represents OPC(Optical Product Code) Barcode,also known as , VCA Barcode VCA OPC, Vision Council of America OPC Barcode. | -| [PATCH_CODE](./patch_code/) | `51` | Represents Patch code barcode | -| [PDF_417](./pdf_417/) | `36` | Specifies that the data should be encoded with Pdf417 barcode specification | -| [PHARMACODE](./pharmacode/) | `32` | Represents Pharmacode barcode. | -| [PLANET](./planet/) | `40` | Specifies that the data should be encoded with Planet barcode specification | -| [POSTNET](./postnet/) | `39` | Specifies that the data should be encoded with Postnet barcode specification | -| [PZN](./pzn/) | `30` | Represents PZN barcode.This EncodeType is also known as Pharmacy central number, Pharmazentralnummer | -| [QR](./qr/) | `34` | Specifies that the data should be encoded with QR Code barcode specification | -| [RECT_MICRO_QR](./rect_micro_qr/) | `84` | Specifies that the data should be encoded with RectMicroQR (rMQR) Code barcode specification | -| [RM_4_SCC](./rm_4_scc/) | `42` | Represents RM4SCC barcode. RM4SCC (Royal Mail 4-state Customer Code) is used for automated mail sort process in UK. | -| [SCC_14](./scc_14/) | `11` | Specifies that the data should be encoded with SCC14 barcode specification | -| [SINGAPORE_POST](./singapore_post/) | `47` | Specifies that the data should be encoded with Singapore Post Barcode barcode specification | -| [SSCC_18](./sscc_18/) | `12` | Specifies that the data should be encoded with SSCC18 barcode specification | -| [STANDARD_2_OF_5](./standard_2_of_5/) | `18` | Specifies that the data should be encoded with Standard 2 of 5 barcode specification | -| [SWISS_POST_PARCEL](./swiss_post_parcel/) | `50` | Specifies that the data should be encoded with Swiss Post Parcel Barcode barcode specification. Supported types: Domestic Mail, International Mail, Additional Services (new) | -| [UPCA](./upca/) | `13` | Specifies that the data should be encoded with UPC-A barcode specification | -| [UPCA_GS_1_CODE_128_COUPON](./upca_gs_1_code_128_coupon/) | `62` | Specifies that the data should be encoded with UPC coupon with GS1-128 Extended Code barcode specification. An example of the input string: BarCodeBuilder->setCodetext("514141100906(8102)03"), where UPCA part is "514141100906", GS1Code128 part is (8102)03. | -| [UPCA_GS_1_DATABAR_COUPON](./upca_gs_1_databar_coupon/) | `63` | Specifies that the data should be encoded with UPC coupon with GS1 DataBar addition barcode specification. An example of the input string: where UPCA part is "514141100906", DATABAR part is "(8110)106141416543213500110000310123196000". To change the caption, use barCodeBuilder->getCaptionAbove()->setText("company prefix + offer code"); | -| [UPCE](./upce/) | `14` | Specifies that the data should be encoded with UPC-E barcode specification | -| [VIN](./vin/) | `26` | Represents VIN (Vehicle Identification Number) Barcode. | +| [AUSTRALIA_POST](#australia_post) | `38` | Represents Australia Post Customer BarCode | +| [AUSTRALIAN_POSTE_PARCEL](#australian_poste_parcel) | `49` | Specifies that the data should be encoded with Australian Post Domestic eParcel Barcode barcode specification | +| [AZTEC](#aztec) | `35` | Specifies that the data should be encoded with Aztec barcode specification | +| [CODABAR](#codabar) | `0` | Specifies that the data should be encoded with CODABAR barcode specification | +| [CODABLOCK_F](#codablock_f) | `64` | Specifies that the data should be encoded with Codablock-F barcode specification. | +| [CODE_11](#code_11) | `1` | Specifies that the data should be encoded with CODE 11 barcode specification | +| [CODE_128](#code_128) | `6` | Specifies that the data should be encoded with CODE 128 barcode specification | +| [CODE_16_K](#code_16_k) | `31` | Represents Code 16K barcode. | +| [CODE_32](#code_32) | `58` | Specifies that the data should be encoded with Code32 barcode specification | +| [CODE_39](#code_39) | `2` | Specifies that the data should be encoded with basic charset barcode specification: ISO/IEC 16388 | +| [CODE_39_FULL_ASCII](#code_39_full_ascii) | `3` | Specifies that the data should be encoded with full ASCII charset barcode specification: ISO/IEC 16388 | +| [CODE_93](#code_93) | `5` | Specifies that the data should be encoded with barcode specification | +| [DATA_LOGIC_2_OF_5](#data_logic_2_of_5) | `59` | Specifies that the data should be encoded with DataLogic 2 of 5 barcode specification | +| [DATA_MATRIX](#data_matrix) | `33` | 2D barcode symbology DataMatrix | +| [DATABAR_EXPANDED](#databar_expanded) | `46` | Represents GS1 Databar expanded barcode. | +| [DATABAR_EXPANDED_STACKED](#databar_expanded_stacked) | `52` | Represents GS1 Databar expanded stacked barcode. | +| [DATABAR_LIMITED](#databar_limited) | `45` | Represents GS1 DATABAR limited barcode. | +| [DATABAR_OMNI_DIRECTIONAL](#databar_omni_directional) | `43` | Specifies that the data should be encoded with GS1 Databar omni-directional barcode specification. | +| [DATABAR_STACKED](#databar_stacked) | `53` | Represents GS1 Databar stacked barcode. | +| [DATABAR_STACKED_OMNI_DIRECTIONAL](#databar_stacked_omni_directional) | `54` | Represents GS1 Databar stacked omni-directional barcode. | +| [DATABAR_TRUNCATED](#databar_truncated) | `44` | Specifies that the data should be encoded with GS1 Databar truncated barcode specification. | +| [DEUTSCHE_POST_IDENTCODE](#deutsche_post_identcode) | `27` | Represents Deutsch Post barcode, This EncodeType is also known as Identcode,CodeIdentcode,German Postal 2 of 5 Identcode, Deutsch Post AG Identcode, Deutsch Frachtpost Identcode, Deutsch Post AG (DHL) | +| [DEUTSCHE_POST_LEITCODE](#deutsche_post_leitcode) | `28` | Represents Deutsch Post Leitcode Barcode,also known as German Postal 2 of 5 Leitcode, CodeLeitcode, Leitcode, Deutsch Post AG (DHL). | +| [DOT_CODE](#dot_code) | `60` | Specifies that the data should be encoded with DotCode barcode specification | +| [DUTCH_KIX](#dutch_kix) | `61` | Specifies that the data should be encoded with Dutch KIX barcode specification | +| [EAN_13](#ean_13) | `9` | Specifies that the data should be encoded with EAN-13 barcode specification | +| [EAN_14](#ean_14) | `10` | Specifies that the data should be encoded with EAN14 barcode specification | +| [EAN_8](#ean_8) | `8` | Specifies that the data should be encoded with EAN-8 barcode specification | +| [GS_1_AZTEC](#gs_1_aztec) | `81` | Specifies that the data should be encoded with barcode specification. The codetext must contains parentheses for AI. | +| [GS_1_CODABLOCK_F](#gs_1_codablock_f) | `65` | Specifies that the data should be encoded with GS1 Codablock-F barcode specification. The codetext must contains parentheses for AI. | +| [GS_1_CODE_128](#gs_1_code_128) | `7` | Specifies that the data should be encoded with GS1 Code 128 barcode specification. The codetext must contains parentheses for AI. | +| [GS_1_COMPOSITE_BAR](#gs_1_composite_bar) | `67` | Specifies that the data should be encoded with GS1 Composite Bar barcode specification. The codetext must contains parentheses for AI. 1D codetext and 2D codetext must be separated with symbol '/' | +| [GS_1_DATA_MATRIX](#gs_1_data_matrix) | `48` | 2D barcode symbology DataMatrix with GS1 string format | +| [GS_1_DOT_CODE](#gs_1_dot_code) | `78` | Specifies that the data should be encoded with barcode specification. The codetext must contains parentheses for AI. | +| [GS_1_HAN_XIN](#gs_1_han_xin) | `80` | 2D barcode symbology QR with GS1 string format | +| [GS_1_MICRO_PDF_417](#gs_1_micro_pdf_417) | `82` | Specifies that the data should be encoded with GS1MicroPdf417 barcode specification | +| [GS_1_QR](#gs_1_qr) | `56` | 2D barcode symbology QR with GS1 string format | +| [HAN_XIN](#han_xin) | `79` | Specifies that the data should be encoded with Han Xin barcode specification | +| [HIBC_AZTEC_LIC](#hibc_aztec_lic) | `70` | Specifies that the data should be encoded with barcode specification. | +| [HIBC_AZTEC_PAS](#hibc_aztec_pas) | `75` | Specifies that the data should be encoded with barcode specification. | +| [HIBC_CODE_128_LIC](#hibc_code_128_lic) | `69` | Specifies that the data should be encoded with barcode specification. | +| [HIBC_CODE_128_PAS](#hibc_code_128_pas) | `74` | Specifies that the data should be encoded with barcode specification. | +| [HIBC_CODE_39_LIC](#hibc_code_39_lic) | `68` | Specifies that the data should be encoded with barcode specification. | +| [HIBC_CODE_39_PAS](#hibc_code_39_pas) | `73` | Specifies that the data should be encoded with barcode specification. | +| [HIBC_DATA_MATRIX_LIC](#hibc_data_matrix_lic) | `71` | Specifies that the data should be encoded with barcode specification. | +| [HIBC_DATA_MATRIX_PAS](#hibc_data_matrix_pas) | `76` | Specifies that the data should be encoded with barcode specification. | +| [HIBCQRLIC](#hibcqrlic) | `72` | Specifies that the data should be encoded with barcode specification. | +| [HIBCQRPAS](#hibcqrpas) | `77` | Specifies that the data should be encoded with barcode specification. | +| [IATA_2_OF_5](#iata_2_of_5) | `22` | Represents IATA 2 of 5 barcode.IATA (International Air Transport Assosiation) uses this barcode for the management of air cargo. | +| [INTERLEAVED_2_OF_5](#interleaved_2_of_5) | `19` | Specifies that the data should be encoded with INTERLEAVED 2 of 5 barcode specification | +| [ISBN](#isbn) | `15` | Specifies that the data should be encoded with isBN barcode specification | +| [ISMN](#ismn) | `17` | Specifies that the data should be encoded with ISMN barcode specification | +| [ISSN](#issn) | `16` | Specifies that the data should be encoded with ISSN barcode specification | +| [ITALIAN_POST_25](#italian_post_25) | `21` | Represents Italian Post 25 barcode. | +| [ITF_14](#itf_14) | `23` | Specifies that the data should be encoded with ITF14 barcode specification | +| [ITF_6](#itf_6) | `24` | Represents ITF-6 Barcode. | +| [MACRO_PDF_417](#macro_pdf_417) | `37` | Specifies that the data should be encoded with MacroPdf417 barcode specification | +| [MAILMARK](#mailmark) | `66` | Represents Royal Mail Mailmark barcode. | +| [MATRIX_2_OF_5](#matrix_2_of_5) | `20` | Represents Matrix 2 of 5 BarCode | +| [MAXI_CODE](#maxi_code) | `57` | Specifies that the data should be encoded with MaxiCode barcode specification | +| [MICRO_PDF_417](#micro_pdf_417) | `55` | Specifies that the data should be encoded with MicroPdf417 barcode specification | +| [MICRO_QR](#micro_qr) | `83` | Specifies that the data should be encoded with MicroQR Code barcode specification | +| [MSI](#msi) | `25` | Specifies that the data should be encoded with MSI Plessey barcode specification | +| [NONE](#none) | `-1` | Unspecified encode type. | +| [ONE_CODE](#one_code) | `41` | Specifies that the data should be encoded with USPS OneCode barcode specification | +| [OPC](#opc) | `29` | Represents OPC(Optical Product Code) Barcode,also known as , VCA Barcode VCA OPC, Vision Council of America OPC Barcode. | +| [PATCH_CODE](#patch_code) | `51` | Represents Patch code barcode | +| [PDF_417](#pdf_417) | `36` | Specifies that the data should be encoded with Pdf417 barcode specification | +| [PHARMACODE](#pharmacode) | `32` | Represents Pharmacode barcode. | +| [PLANET](#planet) | `40` | Specifies that the data should be encoded with Planet barcode specification | +| [POSTNET](#postnet) | `39` | Specifies that the data should be encoded with Postnet barcode specification | +| [PZN](#pzn) | `30` | Represents PZN barcode.This EncodeType is also known as Pharmacy central number, Pharmazentralnummer | +| [QR](#qr) | `34` | Specifies that the data should be encoded with QR Code barcode specification | +| [RECT_MICRO_QR](#rect_micro_qr) | `84` | Specifies that the data should be encoded with RectMicroQR (rMQR) Code barcode specification | +| [RM_4_SCC](#rm_4_scc) | `42` | Represents RM4SCC barcode. RM4SCC (Royal Mail 4-state Customer Code) is used for automated mail sort process in UK. | +| [SCC_14](#scc_14) | `11` | Specifies that the data should be encoded with SCC14 barcode specification | +| [SINGAPORE_POST](#singapore_post) | `47` | Specifies that the data should be encoded with Singapore Post Barcode barcode specification | +| [SSCC_18](#sscc_18) | `12` | Specifies that the data should be encoded with SSCC18 barcode specification | +| [STANDARD_2_OF_5](#standard_2_of_5) | `18` | Specifies that the data should be encoded with Standard 2 of 5 barcode specification | +| [SWISS_POST_PARCEL](#swiss_post_parcel) | `50` | Specifies that the data should be encoded with Swiss Post Parcel Barcode barcode specification. Supported types: Domestic Mail, International Mail, Additional Services (new) | +| [UPCA](#upca) | `13` | Specifies that the data should be encoded with UPC-A barcode specification | +| [UPCA_GS_1_CODE_128_COUPON](#upca_gs_1_code_128_coupon) | `62` | Specifies that the data should be encoded with UPC coupon with GS1-128 Extended Code barcode specification. An example of the input string: BarCodeBuilder->setCodetext("514141100906(8102)03"), where UPCA part is "514141100906", GS1Code128 part is (8102)03. | +| [UPCA_GS_1_DATABAR_COUPON](#upca_gs_1_databar_coupon) | `63` | Specifies that the data should be encoded with UPC coupon with GS1 DataBar addition barcode specification. An example of the input string: where UPCA part is "514141100906", DATABAR part is "(8110)106141416543213500110000310123196000". To change the caption, use barCodeBuilder->getCaptionAbove()->setText("company prefix + offer code"); | +| [UPCE](#upce) | `14` | Specifies that the data should be encoded with UPC-E barcode specification | +| [VIN](#vin) | `26` | Represents VIN (Vehicle Identification Number) Barcode. | +### parseparse(string $encodeTypeName) (static) {#parse} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$encodeTypeName` | `string` | | + +### AUSTRALIA_POST {#australia_post} + +**Value:** `38` + +Represents Australia Post Customer BarCode + +### AUSTRALIAN_POSTE_PARCEL {#australian_poste_parcel} + +**Value:** `49` + +Specifies that the data should be encoded with Australian Post Domestic eParcel Barcode barcode specification + +### AZTEC {#aztec} + +**Value:** `35` + +Specifies that the data should be encoded with Aztec barcode specification + +### CODABAR {#codabar} + +**Value:** `0` + +Specifies that the data should be encoded with CODABAR barcode specification + +### CODABLOCK_F {#codablock_f} + +**Value:** `64` + +Specifies that the data should be encoded with Codablock-F barcode specification. + +### CODE_11 {#code_11} + +**Value:** `1` + +Specifies that the data should be encoded with CODE 11 barcode specification + +### CODE_128 {#code_128} + +**Value:** `6` + +Specifies that the data should be encoded with CODE 128 barcode specification + +### CODE_16_K {#code_16_k} + +**Value:** `31` + +Represents Code 16K barcode. + +### CODE_32 {#code_32} + +**Value:** `58` + +Specifies that the data should be encoded with Code32 barcode specification + +### CODE_39 {#code_39} + +**Value:** `2` + +Specifies that the data should be encoded with basic charset barcode specification: ISO/IEC 16388 + +### CODE_39_FULL_ASCII {#code_39_full_ascii} + +**Value:** `3` + +Specifies that the data should be encoded with full ASCII charset barcode specification: ISO/IEC 16388 + +### CODE_93 {#code_93} + +**Value:** `5` + +Specifies that the data should be encoded with barcode specification + +### DATA_LOGIC_2_OF_5 {#data_logic_2_of_5} + +**Value:** `59` + +Specifies that the data should be encoded with DataLogic 2 of 5 barcode specification + +### DATA_MATRIX {#data_matrix} + +**Value:** `33` + +2D barcode symbology DataMatrix + +### DATABAR_EXPANDED {#databar_expanded} + +**Value:** `46` + +Represents GS1 Databar expanded barcode. + +### DATABAR_EXPANDED_STACKED {#databar_expanded_stacked} + +**Value:** `52` + +Represents GS1 Databar expanded stacked barcode. + +### DATABAR_LIMITED {#databar_limited} + +**Value:** `45` + +Represents GS1 DATABAR limited barcode. + +### DATABAR_OMNI_DIRECTIONAL {#databar_omni_directional} + +**Value:** `43` + +Specifies that the data should be encoded with GS1 Databar omni-directional barcode specification. + +### DATABAR_STACKED {#databar_stacked} + +**Value:** `53` + +Represents GS1 Databar stacked barcode. + +### DATABAR_STACKED_OMNI_DIRECTIONAL {#databar_stacked_omni_directional} + +**Value:** `54` + +Represents GS1 Databar stacked omni-directional barcode. + +### DATABAR_TRUNCATED {#databar_truncated} + +**Value:** `44` + +Specifies that the data should be encoded with GS1 Databar truncated barcode specification. + +### DEUTSCHE_POST_IDENTCODE {#deutsche_post_identcode} + +**Value:** `27` + +Represents Deutsch Post barcode, This EncodeType is also known as Identcode,CodeIdentcode,German Postal 2 of 5 Identcode, Deutsch Post AG Identcode, Deutsch Frachtpost Identcode, Deutsch Post AG (DHL) + +### DEUTSCHE_POST_LEITCODE {#deutsche_post_leitcode} + +**Value:** `28` + +Represents Deutsch Post Leitcode Barcode,also known as German Postal 2 of 5 Leitcode, CodeLeitcode, Leitcode, Deutsch Post AG (DHL). + +### DOT_CODE {#dot_code} + +**Value:** `60` + +Specifies that the data should be encoded with DotCode barcode specification + +### DUTCH_KIX {#dutch_kix} + +**Value:** `61` + +Specifies that the data should be encoded with Dutch KIX barcode specification + +### EAN_13 {#ean_13} + +**Value:** `9` + +Specifies that the data should be encoded with EAN-13 barcode specification + +### EAN_14 {#ean_14} + +**Value:** `10` + +Specifies that the data should be encoded with EAN14 barcode specification + +### EAN_8 {#ean_8} + +**Value:** `8` + +Specifies that the data should be encoded with EAN-8 barcode specification + +### GS_1_AZTEC {#gs_1_aztec} + +**Value:** `81` + +Specifies that the data should be encoded with barcode specification. The codetext must contains parentheses for AI. + +### GS_1_CODABLOCK_F {#gs_1_codablock_f} + +**Value:** `65` + +Specifies that the data should be encoded with GS1 Codablock-F barcode specification. The codetext must contains parentheses for AI. + +### GS_1_CODE_128 {#gs_1_code_128} + +**Value:** `7` + +Specifies that the data should be encoded with GS1 Code 128 barcode specification. The codetext must contains parentheses for AI. + +### GS_1_COMPOSITE_BAR {#gs_1_composite_bar} + +**Value:** `67` + +Specifies that the data should be encoded with GS1 Composite Bar barcode specification. The codetext must contains parentheses for AI. 1D codetext and 2D codetext must be separated with symbol '/' + +### GS_1_DATA_MATRIX {#gs_1_data_matrix} + +**Value:** `48` + +2D barcode symbology DataMatrix with GS1 string format + +### GS_1_DOT_CODE {#gs_1_dot_code} + +**Value:** `78` + +Specifies that the data should be encoded with barcode specification. The codetext must contains parentheses for AI. + +### GS_1_HAN_XIN {#gs_1_han_xin} + +**Value:** `80` + +2D barcode symbology QR with GS1 string format + +### GS_1_MICRO_PDF_417 {#gs_1_micro_pdf_417} + +**Value:** `82` + +Specifies that the data should be encoded with GS1MicroPdf417 barcode specification + +### GS_1_QR {#gs_1_qr} + +**Value:** `56` + +2D barcode symbology QR with GS1 string format + +### HAN_XIN {#han_xin} + +**Value:** `79` + +Specifies that the data should be encoded with Han Xin barcode specification + +### HIBC_AZTEC_LIC {#hibc_aztec_lic} + +**Value:** `70` + +Specifies that the data should be encoded with barcode specification. + +### HIBC_AZTEC_PAS {#hibc_aztec_pas} + +**Value:** `75` + +Specifies that the data should be encoded with barcode specification. + +### HIBC_CODE_128_LIC {#hibc_code_128_lic} + +**Value:** `69` + +Specifies that the data should be encoded with barcode specification. + +### HIBC_CODE_128_PAS {#hibc_code_128_pas} + +**Value:** `74` + +Specifies that the data should be encoded with barcode specification. + +### HIBC_CODE_39_LIC {#hibc_code_39_lic} + +**Value:** `68` + +Specifies that the data should be encoded with barcode specification. + +### HIBC_CODE_39_PAS {#hibc_code_39_pas} + +**Value:** `73` + +Specifies that the data should be encoded with barcode specification. + +### HIBC_DATA_MATRIX_LIC {#hibc_data_matrix_lic} + +**Value:** `71` + +Specifies that the data should be encoded with barcode specification. + +### HIBC_DATA_MATRIX_PAS {#hibc_data_matrix_pas} + +**Value:** `76` + +Specifies that the data should be encoded with barcode specification. + +### HIBCQRLIC {#hibcqrlic} + +**Value:** `72` + +Specifies that the data should be encoded with barcode specification. + +### HIBCQRPAS {#hibcqrpas} + +**Value:** `77` + +Specifies that the data should be encoded with barcode specification. + +### IATA_2_OF_5 {#iata_2_of_5} + +**Value:** `22` + +Represents IATA 2 of 5 barcode.IATA (International Air Transport Assosiation) uses this barcode for the management of air cargo. + +### INTERLEAVED_2_OF_5 {#interleaved_2_of_5} + +**Value:** `19` + +Specifies that the data should be encoded with INTERLEAVED 2 of 5 barcode specification + +### ISBN {#isbn} + +**Value:** `15` + +Specifies that the data should be encoded with isBN barcode specification + +### ISMN {#ismn} + +**Value:** `17` + +Specifies that the data should be encoded with ISMN barcode specification + +### ISSN {#issn} + +**Value:** `16` + +Specifies that the data should be encoded with ISSN barcode specification + +### ITALIAN_POST_25 {#italian_post_25} + +**Value:** `21` + +Represents Italian Post 25 barcode. + +### ITF_14 {#itf_14} + +**Value:** `23` + +Specifies that the data should be encoded with ITF14 barcode specification + +### ITF_6 {#itf_6} + +**Value:** `24` + +Represents ITF-6 Barcode. + +### MACRO_PDF_417 {#macro_pdf_417} + +**Value:** `37` + +Specifies that the data should be encoded with MacroPdf417 barcode specification + +### MAILMARK {#mailmark} + +**Value:** `66` + +Represents Royal Mail Mailmark barcode. + +### MATRIX_2_OF_5 {#matrix_2_of_5} + +**Value:** `20` + +Represents Matrix 2 of 5 BarCode + +### MAXI_CODE {#maxi_code} + +**Value:** `57` + +Specifies that the data should be encoded with MaxiCode barcode specification + +### MICRO_PDF_417 {#micro_pdf_417} + +**Value:** `55` + +Specifies that the data should be encoded with MicroPdf417 barcode specification + +### MICRO_QR {#micro_qr} + +**Value:** `83` + +Specifies that the data should be encoded with MicroQR Code barcode specification + +### MSI {#msi} + +**Value:** `25` + +Specifies that the data should be encoded with MSI Plessey barcode specification + +### NONE {#none} + +**Value:** `-1` + +Unspecified encode type. + +### ONE_CODE {#one_code} + +**Value:** `41` + +Specifies that the data should be encoded with USPS OneCode barcode specification + +### OPC {#opc} + +**Value:** `29` + +Represents OPC(Optical Product Code) Barcode,also known as , VCA Barcode VCA OPC, Vision Council of America OPC Barcode. + +### PATCH_CODE {#patch_code} + +**Value:** `51` + +Represents Patch code barcode + +### PDF_417 {#pdf_417} + +**Value:** `36` + +Specifies that the data should be encoded with Pdf417 barcode specification + +### PHARMACODE {#pharmacode} + +**Value:** `32` + +Represents Pharmacode barcode. + +### PLANET {#planet} + +**Value:** `40` + +Specifies that the data should be encoded with Planet barcode specification + +### POSTNET {#postnet} + +**Value:** `39` + +Specifies that the data should be encoded with Postnet barcode specification + +### PZN {#pzn} + +**Value:** `30` + +Represents PZN barcode.This EncodeType is also known as Pharmacy central number, Pharmazentralnummer + +### QR {#qr} + +**Value:** `34` + +Specifies that the data should be encoded with QR Code barcode specification + +### RECT_MICRO_QR {#rect_micro_qr} + +**Value:** `84` + +Specifies that the data should be encoded with RectMicroQR (rMQR) Code barcode specification + +### RM_4_SCC {#rm_4_scc} + +**Value:** `42` + +Represents RM4SCC barcode. RM4SCC (Royal Mail 4-state Customer Code) is used for automated mail sort process in UK. + +### SCC_14 {#scc_14} + +**Value:** `11` + +Specifies that the data should be encoded with SCC14 barcode specification + +### SINGAPORE_POST {#singapore_post} + +**Value:** `47` + +Specifies that the data should be encoded with Singapore Post Barcode barcode specification + +### SSCC_18 {#sscc_18} + +**Value:** `12` + +Specifies that the data should be encoded with SSCC18 barcode specification + +### STANDARD_2_OF_5 {#standard_2_of_5} + +**Value:** `18` + +Specifies that the data should be encoded with Standard 2 of 5 barcode specification + +### SWISS_POST_PARCEL {#swiss_post_parcel} + +**Value:** `50` + +Specifies that the data should be encoded with Swiss Post Parcel Barcode barcode specification. Supported types: Domestic Mail, International Mail, Additional Services (new) + +### UPCA {#upca} + +**Value:** `13` + +Specifies that the data should be encoded with UPC-A barcode specification + +### UPCA_GS_1_CODE_128_COUPON {#upca_gs_1_code_128_coupon} + +**Value:** `62` + +Specifies that the data should be encoded with UPC coupon with GS1-128 Extended Code barcode specification. An example of the input string: BarCodeBuilder->setCodetext("514141100906(8102)03"), where UPCA part is "514141100906", GS1Code128 part is (8102)03. + +### UPCA_GS_1_DATABAR_COUPON {#upca_gs_1_databar_coupon} + +**Value:** `63` + +Specifies that the data should be encoded with UPC coupon with GS1 DataBar addition barcode specification. An example of the input string: where UPCA part is "514141100906", DATABAR part is "(8110)106141416543213500110000310123196000". To change the caption, use barCodeBuilder->getCaptionAbove()->setText("company prefix + offer code"); + +### UPCE {#upce} + +**Value:** `14` + +Specifies that the data should be encoded with UPC-E barcode specification + +### VIN {#vin} + +**Value:** `26` + +Represents VIN (Vehicle Identification Number) Barcode. + diff --git a/english/php/aspose.barcode.generation/encodetypes/australia_post/_index.md b/english/php/aspose.barcode.generation/encodetypes/australia_post/_index.md deleted file mode 100644 index e83da5081..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/australia_post/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::AUSTRALIA_POST" -linktitle: "AUSTRALIA_POST" -articleTitle: "AUSTRALIA_POST" -second_title: "Aspose.BarCode for PHP via Java" -description: "Represents Australia Post Customer BarCode" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/australia_post/ ---- - -## EncodeTypes::AUSTRALIA_POST Constant - -**Value:** `38` - - -Represents Australia Post Customer BarCode - diff --git a/english/php/aspose.barcode.generation/encodetypes/australian_poste_parcel/_index.md b/english/php/aspose.barcode.generation/encodetypes/australian_poste_parcel/_index.md deleted file mode 100644 index 7c46dc16b..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/australian_poste_parcel/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::AUSTRALIAN_POSTE_PARCEL" -linktitle: "AUSTRALIAN_POSTE_PARCEL" -articleTitle: "AUSTRALIAN_POSTE_PARCEL" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be encoded with Australian Post Domestic eParcel Barcode barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/australian_poste_parcel/ ---- - -## EncodeTypes::AUSTRALIAN_POSTE_PARCEL Constant - -**Value:** `49` - - -Specifies that the data should be encoded with Australian Post Domestic eParcel Barcode barcode specification - diff --git a/english/php/aspose.barcode.generation/encodetypes/aztec/_index.md b/english/php/aspose.barcode.generation/encodetypes/aztec/_index.md deleted file mode 100644 index 1d004b49c..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/aztec/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::AZTEC" -linktitle: "AZTEC" -articleTitle: "AZTEC" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be encoded with Aztec barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/aztec/ ---- - -## EncodeTypes::AZTEC Constant - -**Value:** `35` - - -Specifies that the data should be encoded with Aztec barcode specification - diff --git a/english/php/aspose.barcode.generation/encodetypes/codabar/_index.md b/english/php/aspose.barcode.generation/encodetypes/codabar/_index.md deleted file mode 100644 index 810468279..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/codabar/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::CODABAR" -linktitle: "CODABAR" -articleTitle: "CODABAR" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be encoded with CODABAR barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/codabar/ ---- - -## EncodeTypes::CODABAR Constant - -**Value:** `0` - - -Specifies that the data should be encoded with CODABAR barcode specification - diff --git a/english/php/aspose.barcode.generation/encodetypes/codablock_f/_index.md b/english/php/aspose.barcode.generation/encodetypes/codablock_f/_index.md deleted file mode 100644 index 06f6f2c35..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/codablock_f/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::CODABLOCK_F" -linktitle: "CODABLOCK_F" -articleTitle: "CODABLOCK_F" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be encoded with Codablock-F barcode specification." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/codablock_f/ ---- - -## EncodeTypes::CODABLOCK_F Constant - -**Value:** `64` - - -Specifies that the data should be encoded with Codablock-F barcode specification. - diff --git a/english/php/aspose.barcode.generation/encodetypes/code_11/_index.md b/english/php/aspose.barcode.generation/encodetypes/code_11/_index.md deleted file mode 100644 index 1b44303da..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/code_11/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::CODE_11" -linktitle: "CODE_11" -articleTitle: "CODE_11" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be encoded with CODE 11 barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/code_11/ ---- - -## EncodeTypes::CODE_11 Constant - -**Value:** `1` - - -Specifies that the data should be encoded with CODE 11 barcode specification - diff --git a/english/php/aspose.barcode.generation/encodetypes/code_128/_index.md b/english/php/aspose.barcode.generation/encodetypes/code_128/_index.md deleted file mode 100644 index e463c0b5b..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/code_128/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::CODE_128" -linktitle: "CODE_128" -articleTitle: "CODE_128" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be encoded with CODE 128 barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/code_128/ ---- - -## EncodeTypes::CODE_128 Constant - -**Value:** `6` - - -Specifies that the data should be encoded with CODE 128 barcode specification - diff --git a/english/php/aspose.barcode.generation/encodetypes/code_16_k/_index.md b/english/php/aspose.barcode.generation/encodetypes/code_16_k/_index.md deleted file mode 100644 index bdc957bec..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/code_16_k/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::CODE_16_K" -linktitle: "CODE_16_K" -articleTitle: "CODE_16_K" -second_title: "Aspose.BarCode for PHP via Java" -description: "Represents Code 16K barcode." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/code_16_k/ ---- - -## EncodeTypes::CODE_16_K Constant - -**Value:** `31` - - -Represents Code 16K barcode. - diff --git a/english/php/aspose.barcode.generation/encodetypes/code_32/_index.md b/english/php/aspose.barcode.generation/encodetypes/code_32/_index.md deleted file mode 100644 index 30f13bb8d..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/code_32/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::CODE_32" -linktitle: "CODE_32" -articleTitle: "CODE_32" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be encoded with Code32 barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/code_32/ ---- - -## EncodeTypes::CODE_32 Constant - -**Value:** `58` - - -Specifies that the data should be encoded with Code32 barcode specification - diff --git a/english/php/aspose.barcode.generation/encodetypes/code_39/_index.md b/english/php/aspose.barcode.generation/encodetypes/code_39/_index.md deleted file mode 100644 index 02f4fc967..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/code_39/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::CODE_39" -linktitle: "CODE_39" -articleTitle: "CODE_39" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be encoded with basic charset barcode specification: ISO/IEC 16388" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/code_39/ ---- - -## EncodeTypes::CODE_39 Constant - -**Value:** `2` - - -Specifies that the data should be encoded with basic charset barcode specification: ISO/IEC 16388 - diff --git a/english/php/aspose.barcode.generation/encodetypes/code_39_full_ascii/_index.md b/english/php/aspose.barcode.generation/encodetypes/code_39_full_ascii/_index.md deleted file mode 100644 index 90cac96ae..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/code_39_full_ascii/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::CODE_39_FULL_ASCII" -linktitle: "CODE_39_FULL_ASCII" -articleTitle: "CODE_39_FULL_ASCII" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be encoded with full ASCII charset barcode specification: ISO/IEC 16388" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/code_39_full_ascii/ ---- - -## EncodeTypes::CODE_39_FULL_ASCII Constant - -**Value:** `3` - - -Specifies that the data should be encoded with full ASCII charset barcode specification: ISO/IEC 16388 - diff --git a/english/php/aspose.barcode.generation/encodetypes/code_93/_index.md b/english/php/aspose.barcode.generation/encodetypes/code_93/_index.md deleted file mode 100644 index 4ab15b073..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/code_93/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::CODE_93" -linktitle: "CODE_93" -articleTitle: "CODE_93" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be encoded with barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/code_93/ ---- - -## EncodeTypes::CODE_93 Constant - -**Value:** `5` - - -Specifies that the data should be encoded with barcode specification - diff --git a/english/php/aspose.barcode.generation/encodetypes/data_logic_2_of_5/_index.md b/english/php/aspose.barcode.generation/encodetypes/data_logic_2_of_5/_index.md deleted file mode 100644 index 2f827239b..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/data_logic_2_of_5/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::DATA_LOGIC_2_OF_5" -linktitle: "DATA_LOGIC_2_OF_5" -articleTitle: "DATA_LOGIC_2_OF_5" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be encoded with DataLogic 2 of 5 barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/data_logic_2_of_5/ ---- - -## EncodeTypes::DATA_LOGIC_2_OF_5 Constant - -**Value:** `59` - - -Specifies that the data should be encoded with DataLogic 2 of 5 barcode specification - diff --git a/english/php/aspose.barcode.generation/encodetypes/data_matrix/_index.md b/english/php/aspose.barcode.generation/encodetypes/data_matrix/_index.md deleted file mode 100644 index 03cdb6154..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/data_matrix/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::DATA_MATRIX" -linktitle: "DATA_MATRIX" -articleTitle: "DATA_MATRIX" -second_title: "Aspose.BarCode for PHP via Java" -description: "2D barcode symbology DataMatrix" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/data_matrix/ ---- - -## EncodeTypes::DATA_MATRIX Constant - -**Value:** `33` - - -2D barcode symbology DataMatrix - diff --git a/english/php/aspose.barcode.generation/encodetypes/databar_expanded/_index.md b/english/php/aspose.barcode.generation/encodetypes/databar_expanded/_index.md deleted file mode 100644 index 1c04ee78b..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/databar_expanded/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::DATABAR_EXPANDED" -linktitle: "DATABAR_EXPANDED" -articleTitle: "DATABAR_EXPANDED" -second_title: "Aspose.BarCode for PHP via Java" -description: "Represents GS1 Databar expanded barcode." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/databar_expanded/ ---- - -## EncodeTypes::DATABAR_EXPANDED Constant - -**Value:** `46` - - -Represents GS1 Databar expanded barcode. - diff --git a/english/php/aspose.barcode.generation/encodetypes/databar_expanded_stacked/_index.md b/english/php/aspose.barcode.generation/encodetypes/databar_expanded_stacked/_index.md deleted file mode 100644 index eb34c84f6..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/databar_expanded_stacked/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::DATABAR_EXPANDED_STACKED" -linktitle: "DATABAR_EXPANDED_STACKED" -articleTitle: "DATABAR_EXPANDED_STACKED" -second_title: "Aspose.BarCode for PHP via Java" -description: "Represents GS1 Databar expanded stacked barcode." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/databar_expanded_stacked/ ---- - -## EncodeTypes::DATABAR_EXPANDED_STACKED Constant - -**Value:** `52` - - -Represents GS1 Databar expanded stacked barcode. - diff --git a/english/php/aspose.barcode.generation/encodetypes/databar_limited/_index.md b/english/php/aspose.barcode.generation/encodetypes/databar_limited/_index.md deleted file mode 100644 index 5d85e674d..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/databar_limited/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::DATABAR_LIMITED" -linktitle: "DATABAR_LIMITED" -articleTitle: "DATABAR_LIMITED" -second_title: "Aspose.BarCode for PHP via Java" -description: "Represents GS1 DATABAR limited barcode." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/databar_limited/ ---- - -## EncodeTypes::DATABAR_LIMITED Constant - -**Value:** `45` - - -Represents GS1 DATABAR limited barcode. - diff --git a/english/php/aspose.barcode.generation/encodetypes/databar_omni_directional/_index.md b/english/php/aspose.barcode.generation/encodetypes/databar_omni_directional/_index.md deleted file mode 100644 index dad90ffed..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/databar_omni_directional/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::DATABAR_OMNI_DIRECTIONAL" -linktitle: "DATABAR_OMNI_DIRECTIONAL" -articleTitle: "DATABAR_OMNI_DIRECTIONAL" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be encoded with GS1 Databar omni-directional barcode specification." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/databar_omni_directional/ ---- - -## EncodeTypes::DATABAR_OMNI_DIRECTIONAL Constant - -**Value:** `43` - - -Specifies that the data should be encoded with GS1 Databar omni-directional barcode specification. - diff --git a/english/php/aspose.barcode.generation/encodetypes/databar_stacked/_index.md b/english/php/aspose.barcode.generation/encodetypes/databar_stacked/_index.md deleted file mode 100644 index 31dc5645d..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/databar_stacked/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::DATABAR_STACKED" -linktitle: "DATABAR_STACKED" -articleTitle: "DATABAR_STACKED" -second_title: "Aspose.BarCode for PHP via Java" -description: "Represents GS1 Databar stacked barcode." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/databar_stacked/ ---- - -## EncodeTypes::DATABAR_STACKED Constant - -**Value:** `53` - - -Represents GS1 Databar stacked barcode. - diff --git a/english/php/aspose.barcode.generation/encodetypes/databar_stacked_omni_directional/_index.md b/english/php/aspose.barcode.generation/encodetypes/databar_stacked_omni_directional/_index.md deleted file mode 100644 index eedf33d2c..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/databar_stacked_omni_directional/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::DATABAR_STACKED_OMNI_DIRECTIONAL" -linktitle: "DATABAR_STACKED_OMNI_DIRECTIONAL" -articleTitle: "DATABAR_STACKED_OMNI_DIRECTIONAL" -second_title: "Aspose.BarCode for PHP via Java" -description: "Represents GS1 Databar stacked omni-directional barcode." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/databar_stacked_omni_directional/ ---- - -## EncodeTypes::DATABAR_STACKED_OMNI_DIRECTIONAL Constant - -**Value:** `54` - - -Represents GS1 Databar stacked omni-directional barcode. - diff --git a/english/php/aspose.barcode.generation/encodetypes/databar_truncated/_index.md b/english/php/aspose.barcode.generation/encodetypes/databar_truncated/_index.md deleted file mode 100644 index 146228581..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/databar_truncated/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::DATABAR_TRUNCATED" -linktitle: "DATABAR_TRUNCATED" -articleTitle: "DATABAR_TRUNCATED" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be encoded with GS1 Databar truncated barcode specification." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/databar_truncated/ ---- - -## EncodeTypes::DATABAR_TRUNCATED Constant - -**Value:** `44` - - -Specifies that the data should be encoded with GS1 Databar truncated barcode specification. - diff --git a/english/php/aspose.barcode.generation/encodetypes/deutsche_post_identcode/_index.md b/english/php/aspose.barcode.generation/encodetypes/deutsche_post_identcode/_index.md deleted file mode 100644 index 1ad8b7f9a..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/deutsche_post_identcode/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::DEUTSCHE_POST_IDENTCODE" -linktitle: "DEUTSCHE_POST_IDENTCODE" -articleTitle: "DEUTSCHE_POST_IDENTCODE" -second_title: "Aspose.BarCode for PHP via Java" -description: "Represents Deutsch Post barcode, This EncodeType is also known as Identcode,CodeIdentcode,German Postal 2 of 5 Identcode, Deutsch Post AG Identcode, Deutsch Frachtpost Identcode, Deutsch Post AG (DHL)" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/deutsche_post_identcode/ ---- - -## EncodeTypes::DEUTSCHE_POST_IDENTCODE Constant - -**Value:** `27` - - -Represents Deutsch Post barcode, This EncodeType is also known as Identcode,CodeIdentcode,German Postal 2 of 5 Identcode, Deutsch Post AG Identcode, Deutsch Frachtpost Identcode, Deutsch Post AG (DHL) - diff --git a/english/php/aspose.barcode.generation/encodetypes/deutsche_post_leitcode/_index.md b/english/php/aspose.barcode.generation/encodetypes/deutsche_post_leitcode/_index.md deleted file mode 100644 index 568ea6da0..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/deutsche_post_leitcode/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::DEUTSCHE_POST_LEITCODE" -linktitle: "DEUTSCHE_POST_LEITCODE" -articleTitle: "DEUTSCHE_POST_LEITCODE" -second_title: "Aspose.BarCode for PHP via Java" -description: "Represents Deutsch Post Leitcode Barcode,also known as German Postal 2 of 5 Leitcode, CodeLeitcode, Leitcode, Deutsch Post AG (DHL)." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/deutsche_post_leitcode/ ---- - -## EncodeTypes::DEUTSCHE_POST_LEITCODE Constant - -**Value:** `28` - - -Represents Deutsch Post Leitcode Barcode,also known as German Postal 2 of 5 Leitcode, CodeLeitcode, Leitcode, Deutsch Post AG (DHL). - diff --git a/english/php/aspose.barcode.generation/encodetypes/dot_code/_index.md b/english/php/aspose.barcode.generation/encodetypes/dot_code/_index.md deleted file mode 100644 index dde89a622..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/dot_code/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::DOT_CODE" -linktitle: "DOT_CODE" -articleTitle: "DOT_CODE" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be encoded with DotCode barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/dot_code/ ---- - -## EncodeTypes::DOT_CODE Constant - -**Value:** `60` - - -Specifies that the data should be encoded with DotCode barcode specification - diff --git a/english/php/aspose.barcode.generation/encodetypes/dutch_kix/_index.md b/english/php/aspose.barcode.generation/encodetypes/dutch_kix/_index.md deleted file mode 100644 index 04f208680..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/dutch_kix/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::DUTCH_KIX" -linktitle: "DUTCH_KIX" -articleTitle: "DUTCH_KIX" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be encoded with Dutch KIX barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/dutch_kix/ ---- - -## EncodeTypes::DUTCH_KIX Constant - -**Value:** `61` - - -Specifies that the data should be encoded with Dutch KIX barcode specification - diff --git a/english/php/aspose.barcode.generation/encodetypes/ean_13/_index.md b/english/php/aspose.barcode.generation/encodetypes/ean_13/_index.md deleted file mode 100644 index 9ec95e938..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/ean_13/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::EAN_13" -linktitle: "EAN_13" -articleTitle: "EAN_13" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be encoded with EAN-13 barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/ean_13/ ---- - -## EncodeTypes::EAN_13 Constant - -**Value:** `9` - - -Specifies that the data should be encoded with EAN-13 barcode specification - diff --git a/english/php/aspose.barcode.generation/encodetypes/ean_14/_index.md b/english/php/aspose.barcode.generation/encodetypes/ean_14/_index.md deleted file mode 100644 index 4f6068cab..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/ean_14/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::EAN_14" -linktitle: "EAN_14" -articleTitle: "EAN_14" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be encoded with EAN14 barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/ean_14/ ---- - -## EncodeTypes::EAN_14 Constant - -**Value:** `10` - - -Specifies that the data should be encoded with EAN14 barcode specification - diff --git a/english/php/aspose.barcode.generation/encodetypes/ean_8/_index.md b/english/php/aspose.barcode.generation/encodetypes/ean_8/_index.md deleted file mode 100644 index 18c6c3621..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/ean_8/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::EAN_8" -linktitle: "EAN_8" -articleTitle: "EAN_8" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be encoded with EAN-8 barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/ean_8/ ---- - -## EncodeTypes::EAN_8 Constant - -**Value:** `8` - - -Specifies that the data should be encoded with EAN-8 barcode specification - diff --git a/english/php/aspose.barcode.generation/encodetypes/gs_1_aztec/_index.md b/english/php/aspose.barcode.generation/encodetypes/gs_1_aztec/_index.md deleted file mode 100644 index d603303d4..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/gs_1_aztec/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::GS_1_AZTEC" -linktitle: "GS_1_AZTEC" -articleTitle: "GS_1_AZTEC" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be encoded with barcode specification. The codetext must contains parentheses for AI." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/gs_1_aztec/ ---- - -## EncodeTypes::GS_1_AZTEC Constant - -**Value:** `81` - - -Specifies that the data should be encoded with barcode specification. The codetext must contains parentheses for AI. - diff --git a/english/php/aspose.barcode.generation/encodetypes/gs_1_codablock_f/_index.md b/english/php/aspose.barcode.generation/encodetypes/gs_1_codablock_f/_index.md deleted file mode 100644 index c17574104..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/gs_1_codablock_f/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::GS_1_CODABLOCK_F" -linktitle: "GS_1_CODABLOCK_F" -articleTitle: "GS_1_CODABLOCK_F" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be encoded with GS1 Codablock-F barcode specification. The codetext must contains parentheses for AI." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/gs_1_codablock_f/ ---- - -## EncodeTypes::GS_1_CODABLOCK_F Constant - -**Value:** `65` - - -Specifies that the data should be encoded with GS1 Codablock-F barcode specification. The codetext must contains parentheses for AI. - diff --git a/english/php/aspose.barcode.generation/encodetypes/gs_1_code_128/_index.md b/english/php/aspose.barcode.generation/encodetypes/gs_1_code_128/_index.md deleted file mode 100644 index c4c36926f..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/gs_1_code_128/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::GS_1_CODE_128" -linktitle: "GS_1_CODE_128" -articleTitle: "GS_1_CODE_128" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be encoded with GS1 Code 128 barcode specification. The codetext must contains parentheses for AI." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/gs_1_code_128/ ---- - -## EncodeTypes::GS_1_CODE_128 Constant - -**Value:** `7` - - -Specifies that the data should be encoded with GS1 Code 128 barcode specification. The codetext must contains parentheses for AI. - diff --git a/english/php/aspose.barcode.generation/encodetypes/gs_1_composite_bar/_index.md b/english/php/aspose.barcode.generation/encodetypes/gs_1_composite_bar/_index.md deleted file mode 100644 index dd263b26d..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/gs_1_composite_bar/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::GS_1_COMPOSITE_BAR" -linktitle: "GS_1_COMPOSITE_BAR" -articleTitle: "GS_1_COMPOSITE_BAR" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be encoded with GS1 Composite Bar barcode specification. The codetext must contains parentheses for AI. 1D codetext and 2D codetext must be separated with symbol '/'" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/gs_1_composite_bar/ ---- - -## EncodeTypes::GS_1_COMPOSITE_BAR Constant - -**Value:** `67` - - -Specifies that the data should be encoded with GS1 Composite Bar barcode specification. The codetext must contains parentheses for AI. 1D codetext and 2D codetext must be separated with symbol '/' - diff --git a/english/php/aspose.barcode.generation/encodetypes/gs_1_data_matrix/_index.md b/english/php/aspose.barcode.generation/encodetypes/gs_1_data_matrix/_index.md deleted file mode 100644 index 692290d09..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/gs_1_data_matrix/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::GS_1_DATA_MATRIX" -linktitle: "GS_1_DATA_MATRIX" -articleTitle: "GS_1_DATA_MATRIX" -second_title: "Aspose.BarCode for PHP via Java" -description: "2D barcode symbology DataMatrix with GS1 string format" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/gs_1_data_matrix/ ---- - -## EncodeTypes::GS_1_DATA_MATRIX Constant - -**Value:** `48` - - -2D barcode symbology DataMatrix with GS1 string format - diff --git a/english/php/aspose.barcode.generation/encodetypes/gs_1_dot_code/_index.md b/english/php/aspose.barcode.generation/encodetypes/gs_1_dot_code/_index.md deleted file mode 100644 index 80a94cb21..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/gs_1_dot_code/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::GS_1_DOT_CODE" -linktitle: "GS_1_DOT_CODE" -articleTitle: "GS_1_DOT_CODE" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be encoded with barcode specification. The codetext must contains parentheses for AI." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/gs_1_dot_code/ ---- - -## EncodeTypes::GS_1_DOT_CODE Constant - -**Value:** `78` - - -Specifies that the data should be encoded with barcode specification. The codetext must contains parentheses for AI. - diff --git a/english/php/aspose.barcode.generation/encodetypes/gs_1_han_xin/_index.md b/english/php/aspose.barcode.generation/encodetypes/gs_1_han_xin/_index.md deleted file mode 100644 index e54dbb004..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/gs_1_han_xin/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::GS_1_HAN_XIN" -linktitle: "GS_1_HAN_XIN" -articleTitle: "GS_1_HAN_XIN" -second_title: "Aspose.BarCode for PHP via Java" -description: "2D barcode symbology QR with GS1 string format" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/gs_1_han_xin/ ---- - -## EncodeTypes::GS_1_HAN_XIN Constant - -**Value:** `80` - - -2D barcode symbology QR with GS1 string format - diff --git a/english/php/aspose.barcode.generation/encodetypes/gs_1_micro_pdf_417/_index.md b/english/php/aspose.barcode.generation/encodetypes/gs_1_micro_pdf_417/_index.md deleted file mode 100644 index c16f3cdea..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/gs_1_micro_pdf_417/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::GS_1_MICRO_PDF_417" -linktitle: "GS_1_MICRO_PDF_417" -articleTitle: "GS_1_MICRO_PDF_417" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be encoded with GS1MicroPdf417 barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/gs_1_micro_pdf_417/ ---- - -## EncodeTypes::GS_1_MICRO_PDF_417 Constant - -**Value:** `82` - - -Specifies that the data should be encoded with GS1MicroPdf417 barcode specification - diff --git a/english/php/aspose.barcode.generation/encodetypes/gs_1_qr/_index.md b/english/php/aspose.barcode.generation/encodetypes/gs_1_qr/_index.md deleted file mode 100644 index 88444cb7a..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/gs_1_qr/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::GS_1_QR" -linktitle: "GS_1_QR" -articleTitle: "GS_1_QR" -second_title: "Aspose.BarCode for PHP via Java" -description: "2D barcode symbology QR with GS1 string format" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/gs_1_qr/ ---- - -## EncodeTypes::GS_1_QR Constant - -**Value:** `56` - - -2D barcode symbology QR with GS1 string format - diff --git a/english/php/aspose.barcode.generation/encodetypes/han_xin/_index.md b/english/php/aspose.barcode.generation/encodetypes/han_xin/_index.md deleted file mode 100644 index 72980d8ee..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/han_xin/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::HAN_XIN" -linktitle: "HAN_XIN" -articleTitle: "HAN_XIN" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be encoded with Han Xin barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/han_xin/ ---- - -## EncodeTypes::HAN_XIN Constant - -**Value:** `79` - - -Specifies that the data should be encoded with Han Xin barcode specification - diff --git a/english/php/aspose.barcode.generation/encodetypes/hibc_aztec_lic/_index.md b/english/php/aspose.barcode.generation/encodetypes/hibc_aztec_lic/_index.md deleted file mode 100644 index d90f09a54..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/hibc_aztec_lic/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::HIBC_AZTEC_LIC" -linktitle: "HIBC_AZTEC_LIC" -articleTitle: "HIBC_AZTEC_LIC" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be encoded with barcode specification." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/hibc_aztec_lic/ ---- - -## EncodeTypes::HIBC_AZTEC_LIC Constant - -**Value:** `70` - - -Specifies that the data should be encoded with barcode specification. - diff --git a/english/php/aspose.barcode.generation/encodetypes/hibc_aztec_pas/_index.md b/english/php/aspose.barcode.generation/encodetypes/hibc_aztec_pas/_index.md deleted file mode 100644 index 7f629456d..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/hibc_aztec_pas/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::HIBC_AZTEC_PAS" -linktitle: "HIBC_AZTEC_PAS" -articleTitle: "HIBC_AZTEC_PAS" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be encoded with barcode specification." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/hibc_aztec_pas/ ---- - -## EncodeTypes::HIBC_AZTEC_PAS Constant - -**Value:** `75` - - -Specifies that the data should be encoded with barcode specification. - diff --git a/english/php/aspose.barcode.generation/encodetypes/hibc_code_128_lic/_index.md b/english/php/aspose.barcode.generation/encodetypes/hibc_code_128_lic/_index.md deleted file mode 100644 index 41f860839..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/hibc_code_128_lic/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::HIBC_CODE_128_LIC" -linktitle: "HIBC_CODE_128_LIC" -articleTitle: "HIBC_CODE_128_LIC" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be encoded with barcode specification." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/hibc_code_128_lic/ ---- - -## EncodeTypes::HIBC_CODE_128_LIC Constant - -**Value:** `69` - - -Specifies that the data should be encoded with barcode specification. - diff --git a/english/php/aspose.barcode.generation/encodetypes/hibc_code_128_pas/_index.md b/english/php/aspose.barcode.generation/encodetypes/hibc_code_128_pas/_index.md deleted file mode 100644 index 08a374e46..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/hibc_code_128_pas/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::HIBC_CODE_128_PAS" -linktitle: "HIBC_CODE_128_PAS" -articleTitle: "HIBC_CODE_128_PAS" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be encoded with barcode specification." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/hibc_code_128_pas/ ---- - -## EncodeTypes::HIBC_CODE_128_PAS Constant - -**Value:** `74` - - -Specifies that the data should be encoded with barcode specification. - diff --git a/english/php/aspose.barcode.generation/encodetypes/hibc_code_39_lic/_index.md b/english/php/aspose.barcode.generation/encodetypes/hibc_code_39_lic/_index.md deleted file mode 100644 index 9edaf85ea..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/hibc_code_39_lic/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::HIBC_CODE_39_LIC" -linktitle: "HIBC_CODE_39_LIC" -articleTitle: "HIBC_CODE_39_LIC" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be encoded with barcode specification." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/hibc_code_39_lic/ ---- - -## EncodeTypes::HIBC_CODE_39_LIC Constant - -**Value:** `68` - - -Specifies that the data should be encoded with barcode specification. - diff --git a/english/php/aspose.barcode.generation/encodetypes/hibc_code_39_pas/_index.md b/english/php/aspose.barcode.generation/encodetypes/hibc_code_39_pas/_index.md deleted file mode 100644 index 4c99cd55d..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/hibc_code_39_pas/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::HIBC_CODE_39_PAS" -linktitle: "HIBC_CODE_39_PAS" -articleTitle: "HIBC_CODE_39_PAS" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be encoded with barcode specification." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/hibc_code_39_pas/ ---- - -## EncodeTypes::HIBC_CODE_39_PAS Constant - -**Value:** `73` - - -Specifies that the data should be encoded with barcode specification. - diff --git a/english/php/aspose.barcode.generation/encodetypes/hibc_data_matrix_lic/_index.md b/english/php/aspose.barcode.generation/encodetypes/hibc_data_matrix_lic/_index.md deleted file mode 100644 index 3d3ad749f..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/hibc_data_matrix_lic/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::HIBC_DATA_MATRIX_LIC" -linktitle: "HIBC_DATA_MATRIX_LIC" -articleTitle: "HIBC_DATA_MATRIX_LIC" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be encoded with barcode specification." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/hibc_data_matrix_lic/ ---- - -## EncodeTypes::HIBC_DATA_MATRIX_LIC Constant - -**Value:** `71` - - -Specifies that the data should be encoded with barcode specification. - diff --git a/english/php/aspose.barcode.generation/encodetypes/hibc_data_matrix_pas/_index.md b/english/php/aspose.barcode.generation/encodetypes/hibc_data_matrix_pas/_index.md deleted file mode 100644 index 2640655d7..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/hibc_data_matrix_pas/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::HIBC_DATA_MATRIX_PAS" -linktitle: "HIBC_DATA_MATRIX_PAS" -articleTitle: "HIBC_DATA_MATRIX_PAS" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be encoded with barcode specification." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/hibc_data_matrix_pas/ ---- - -## EncodeTypes::HIBC_DATA_MATRIX_PAS Constant - -**Value:** `76` - - -Specifies that the data should be encoded with barcode specification. - diff --git a/english/php/aspose.barcode.generation/encodetypes/hibcqrlic/_index.md b/english/php/aspose.barcode.generation/encodetypes/hibcqrlic/_index.md deleted file mode 100644 index 67ed3d639..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/hibcqrlic/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::HIBCQRLIC" -linktitle: "HIBCQRLIC" -articleTitle: "HIBCQRLIC" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be encoded with barcode specification." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/hibcqrlic/ ---- - -## EncodeTypes::HIBCQRLIC Constant - -**Value:** `72` - - -Specifies that the data should be encoded with barcode specification. - diff --git a/english/php/aspose.barcode.generation/encodetypes/hibcqrpas/_index.md b/english/php/aspose.barcode.generation/encodetypes/hibcqrpas/_index.md deleted file mode 100644 index abb9ddd10..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/hibcqrpas/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::HIBCQRPAS" -linktitle: "HIBCQRPAS" -articleTitle: "HIBCQRPAS" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be encoded with barcode specification." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/hibcqrpas/ ---- - -## EncodeTypes::HIBCQRPAS Constant - -**Value:** `77` - - -Specifies that the data should be encoded with barcode specification. - diff --git a/english/php/aspose.barcode.generation/encodetypes/iata_2_of_5/_index.md b/english/php/aspose.barcode.generation/encodetypes/iata_2_of_5/_index.md deleted file mode 100644 index 7338e6f71..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/iata_2_of_5/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::IATA_2_OF_5" -linktitle: "IATA_2_OF_5" -articleTitle: "IATA_2_OF_5" -second_title: "Aspose.BarCode for PHP via Java" -description: "Represents IATA 2 of 5 barcode.IATA (International Air Transport Assosiation) uses this barcode for the management of air cargo." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/iata_2_of_5/ ---- - -## EncodeTypes::IATA_2_OF_5 Constant - -**Value:** `22` - - -Represents IATA 2 of 5 barcode.IATA (International Air Transport Assosiation) uses this barcode for the management of air cargo. - diff --git a/english/php/aspose.barcode.generation/encodetypes/interleaved_2_of_5/_index.md b/english/php/aspose.barcode.generation/encodetypes/interleaved_2_of_5/_index.md deleted file mode 100644 index 1e686c504..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/interleaved_2_of_5/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::INTERLEAVED_2_OF_5" -linktitle: "INTERLEAVED_2_OF_5" -articleTitle: "INTERLEAVED_2_OF_5" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be encoded with INTERLEAVED 2 of 5 barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/interleaved_2_of_5/ ---- - -## EncodeTypes::INTERLEAVED_2_OF_5 Constant - -**Value:** `19` - - -Specifies that the data should be encoded with INTERLEAVED 2 of 5 barcode specification - diff --git a/english/php/aspose.barcode.generation/encodetypes/isbn/_index.md b/english/php/aspose.barcode.generation/encodetypes/isbn/_index.md deleted file mode 100644 index 46dafec78..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/isbn/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::ISBN" -linktitle: "ISBN" -articleTitle: "ISBN" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be encoded with isBN barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/isbn/ ---- - -## EncodeTypes::ISBN Constant - -**Value:** `15` - - -Specifies that the data should be encoded with isBN barcode specification - diff --git a/english/php/aspose.barcode.generation/encodetypes/ismn/_index.md b/english/php/aspose.barcode.generation/encodetypes/ismn/_index.md deleted file mode 100644 index 684eff711..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/ismn/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::ISMN" -linktitle: "ISMN" -articleTitle: "ISMN" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be encoded with ISMN barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/ismn/ ---- - -## EncodeTypes::ISMN Constant - -**Value:** `17` - - -Specifies that the data should be encoded with ISMN barcode specification - diff --git a/english/php/aspose.barcode.generation/encodetypes/issn/_index.md b/english/php/aspose.barcode.generation/encodetypes/issn/_index.md deleted file mode 100644 index 5ae84f00e..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/issn/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::ISSN" -linktitle: "ISSN" -articleTitle: "ISSN" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be encoded with ISSN barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/issn/ ---- - -## EncodeTypes::ISSN Constant - -**Value:** `16` - - -Specifies that the data should be encoded with ISSN barcode specification - diff --git a/english/php/aspose.barcode.generation/encodetypes/italian_post_25/_index.md b/english/php/aspose.barcode.generation/encodetypes/italian_post_25/_index.md deleted file mode 100644 index 1bcf81adb..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/italian_post_25/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::ITALIAN_POST_25" -linktitle: "ITALIAN_POST_25" -articleTitle: "ITALIAN_POST_25" -second_title: "Aspose.BarCode for PHP via Java" -description: "Represents Italian Post 25 barcode." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/italian_post_25/ ---- - -## EncodeTypes::ITALIAN_POST_25 Constant - -**Value:** `21` - - -Represents Italian Post 25 barcode. - diff --git a/english/php/aspose.barcode.generation/encodetypes/itf_14/_index.md b/english/php/aspose.barcode.generation/encodetypes/itf_14/_index.md deleted file mode 100644 index 7777d2aea..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/itf_14/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::ITF_14" -linktitle: "ITF_14" -articleTitle: "ITF_14" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be encoded with ITF14 barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/itf_14/ ---- - -## EncodeTypes::ITF_14 Constant - -**Value:** `23` - - -Specifies that the data should be encoded with ITF14 barcode specification - diff --git a/english/php/aspose.barcode.generation/encodetypes/itf_6/_index.md b/english/php/aspose.barcode.generation/encodetypes/itf_6/_index.md deleted file mode 100644 index 74aeb27a4..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/itf_6/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::ITF_6" -linktitle: "ITF_6" -articleTitle: "ITF_6" -second_title: "Aspose.BarCode for PHP via Java" -description: "Represents ITF-6 Barcode." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/itf_6/ ---- - -## EncodeTypes::ITF_6 Constant - -**Value:** `24` - - -Represents ITF-6 Barcode. - diff --git a/english/php/aspose.barcode.generation/encodetypes/macro_pdf_417/_index.md b/english/php/aspose.barcode.generation/encodetypes/macro_pdf_417/_index.md deleted file mode 100644 index ce4935795..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/macro_pdf_417/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::MACRO_PDF_417" -linktitle: "MACRO_PDF_417" -articleTitle: "MACRO_PDF_417" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be encoded with MacroPdf417 barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/macro_pdf_417/ ---- - -## EncodeTypes::MACRO_PDF_417 Constant - -**Value:** `37` - - -Specifies that the data should be encoded with MacroPdf417 barcode specification - diff --git a/english/php/aspose.barcode.generation/encodetypes/mailmark/_index.md b/english/php/aspose.barcode.generation/encodetypes/mailmark/_index.md deleted file mode 100644 index a76c44fa1..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/mailmark/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::MAILMARK" -linktitle: "MAILMARK" -articleTitle: "MAILMARK" -second_title: "Aspose.BarCode for PHP via Java" -description: "Represents Royal Mail Mailmark barcode." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/mailmark/ ---- - -## EncodeTypes::MAILMARK Constant - -**Value:** `66` - - -Represents Royal Mail Mailmark barcode. - diff --git a/english/php/aspose.barcode.generation/encodetypes/matrix_2_of_5/_index.md b/english/php/aspose.barcode.generation/encodetypes/matrix_2_of_5/_index.md deleted file mode 100644 index c6f2f9a1b..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/matrix_2_of_5/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::MATRIX_2_OF_5" -linktitle: "MATRIX_2_OF_5" -articleTitle: "MATRIX_2_OF_5" -second_title: "Aspose.BarCode for PHP via Java" -description: "Represents Matrix 2 of 5 BarCode" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/matrix_2_of_5/ ---- - -## EncodeTypes::MATRIX_2_OF_5 Constant - -**Value:** `20` - - -Represents Matrix 2 of 5 BarCode - diff --git a/english/php/aspose.barcode.generation/encodetypes/maxi_code/_index.md b/english/php/aspose.barcode.generation/encodetypes/maxi_code/_index.md deleted file mode 100644 index 267d2667f..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/maxi_code/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::MAXI_CODE" -linktitle: "MAXI_CODE" -articleTitle: "MAXI_CODE" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be encoded with MaxiCode barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/maxi_code/ ---- - -## EncodeTypes::MAXI_CODE Constant - -**Value:** `57` - - -Specifies that the data should be encoded with MaxiCode barcode specification - diff --git a/english/php/aspose.barcode.generation/encodetypes/micro_pdf_417/_index.md b/english/php/aspose.barcode.generation/encodetypes/micro_pdf_417/_index.md deleted file mode 100644 index 994aaf9e1..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/micro_pdf_417/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::MICRO_PDF_417" -linktitle: "MICRO_PDF_417" -articleTitle: "MICRO_PDF_417" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be encoded with MicroPdf417 barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/micro_pdf_417/ ---- - -## EncodeTypes::MICRO_PDF_417 Constant - -**Value:** `55` - - -Specifies that the data should be encoded with MicroPdf417 barcode specification - diff --git a/english/php/aspose.barcode.generation/encodetypes/micro_qr/_index.md b/english/php/aspose.barcode.generation/encodetypes/micro_qr/_index.md deleted file mode 100644 index becd0489f..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/micro_qr/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::MICRO_QR" -linktitle: "MICRO_QR" -articleTitle: "MICRO_QR" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be encoded with MicroQR Code barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/micro_qr/ ---- - -## EncodeTypes::MICRO_QR Constant - -**Value:** `83` - - -Specifies that the data should be encoded with MicroQR Code barcode specification - diff --git a/english/php/aspose.barcode.generation/encodetypes/msi/_index.md b/english/php/aspose.barcode.generation/encodetypes/msi/_index.md deleted file mode 100644 index 57cec2968..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/msi/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::MSI" -linktitle: "MSI" -articleTitle: "MSI" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be encoded with MSI Plessey barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/msi/ ---- - -## EncodeTypes::MSI Constant - -**Value:** `25` - - -Specifies that the data should be encoded with MSI Plessey barcode specification - diff --git a/english/php/aspose.barcode.generation/encodetypes/none/_index.md b/english/php/aspose.barcode.generation/encodetypes/none/_index.md deleted file mode 100644 index 9ec0b51a3..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/none/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::NONE" -linktitle: "NONE" -articleTitle: "NONE" -second_title: "Aspose.BarCode for PHP via Java" -description: "Unspecified encode type." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/none/ ---- - -## EncodeTypes::NONE Constant - -**Value:** `-1` - - -Unspecified encode type. - diff --git a/english/php/aspose.barcode.generation/encodetypes/one_code/_index.md b/english/php/aspose.barcode.generation/encodetypes/one_code/_index.md deleted file mode 100644 index fe3868d30..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/one_code/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::ONE_CODE" -linktitle: "ONE_CODE" -articleTitle: "ONE_CODE" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be encoded with USPS OneCode barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/one_code/ ---- - -## EncodeTypes::ONE_CODE Constant - -**Value:** `41` - - -Specifies that the data should be encoded with USPS OneCode barcode specification - diff --git a/english/php/aspose.barcode.generation/encodetypes/opc/_index.md b/english/php/aspose.barcode.generation/encodetypes/opc/_index.md deleted file mode 100644 index 71c82a985..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/opc/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::OPC" -linktitle: "OPC" -articleTitle: "OPC" -second_title: "Aspose.BarCode for PHP via Java" -description: "Represents OPC(Optical Product Code) Barcode,also known as , VCA Barcode VCA OPC, Vision Council of America OPC Barcode." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/opc/ ---- - -## EncodeTypes::OPC Constant - -**Value:** `29` - - -Represents OPC(Optical Product Code) Barcode,also known as , VCA Barcode VCA OPC, Vision Council of America OPC Barcode. - diff --git a/english/php/aspose.barcode.generation/encodetypes/parse/_index.md b/english/php/aspose.barcode.generation/encodetypes/parse/_index.md deleted file mode 100644 index 139df9dac..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/parse/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.parse" -linktitle: "parse" -articleTitle: "parse" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/parse/ ---- - -## EncodeTypes.parse - -```php -parse(string $encodeTypeName) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$encodeTypeName` | `string` | | diff --git a/english/php/aspose.barcode.generation/encodetypes/patch_code/_index.md b/english/php/aspose.barcode.generation/encodetypes/patch_code/_index.md deleted file mode 100644 index a73c7fde2..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/patch_code/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::PATCH_CODE" -linktitle: "PATCH_CODE" -articleTitle: "PATCH_CODE" -second_title: "Aspose.BarCode for PHP via Java" -description: "Represents Patch code barcode" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/patch_code/ ---- - -## EncodeTypes::PATCH_CODE Constant - -**Value:** `51` - - -Represents Patch code barcode - diff --git a/english/php/aspose.barcode.generation/encodetypes/pdf_417/_index.md b/english/php/aspose.barcode.generation/encodetypes/pdf_417/_index.md deleted file mode 100644 index 9451ac71f..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/pdf_417/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::PDF_417" -linktitle: "PDF_417" -articleTitle: "PDF_417" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be encoded with Pdf417 barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/pdf_417/ ---- - -## EncodeTypes::PDF_417 Constant - -**Value:** `36` - - -Specifies that the data should be encoded with Pdf417 barcode specification - diff --git a/english/php/aspose.barcode.generation/encodetypes/pharmacode/_index.md b/english/php/aspose.barcode.generation/encodetypes/pharmacode/_index.md deleted file mode 100644 index ad3d9b4d1..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/pharmacode/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::PHARMACODE" -linktitle: "PHARMACODE" -articleTitle: "PHARMACODE" -second_title: "Aspose.BarCode for PHP via Java" -description: "Represents Pharmacode barcode." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/pharmacode/ ---- - -## EncodeTypes::PHARMACODE Constant - -**Value:** `32` - - -Represents Pharmacode barcode. - diff --git a/english/php/aspose.barcode.generation/encodetypes/planet/_index.md b/english/php/aspose.barcode.generation/encodetypes/planet/_index.md deleted file mode 100644 index 839c448a9..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/planet/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::PLANET" -linktitle: "PLANET" -articleTitle: "PLANET" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be encoded with Planet barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/planet/ ---- - -## EncodeTypes::PLANET Constant - -**Value:** `40` - - -Specifies that the data should be encoded with Planet barcode specification - diff --git a/english/php/aspose.barcode.generation/encodetypes/postnet/_index.md b/english/php/aspose.barcode.generation/encodetypes/postnet/_index.md deleted file mode 100644 index 8f7247176..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/postnet/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::POSTNET" -linktitle: "POSTNET" -articleTitle: "POSTNET" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be encoded with Postnet barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/postnet/ ---- - -## EncodeTypes::POSTNET Constant - -**Value:** `39` - - -Specifies that the data should be encoded with Postnet barcode specification - diff --git a/english/php/aspose.barcode.generation/encodetypes/pzn/_index.md b/english/php/aspose.barcode.generation/encodetypes/pzn/_index.md deleted file mode 100644 index b5ef643d9..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/pzn/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::PZN" -linktitle: "PZN" -articleTitle: "PZN" -second_title: "Aspose.BarCode for PHP via Java" -description: "Represents PZN barcode.This EncodeType is also known as Pharmacy central number, Pharmazentralnummer" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/pzn/ ---- - -## EncodeTypes::PZN Constant - -**Value:** `30` - - -Represents PZN barcode.This EncodeType is also known as Pharmacy central number, Pharmazentralnummer - diff --git a/english/php/aspose.barcode.generation/encodetypes/qr/_index.md b/english/php/aspose.barcode.generation/encodetypes/qr/_index.md deleted file mode 100644 index ca8af89ad..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/qr/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::QR" -linktitle: "QR" -articleTitle: "QR" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be encoded with QR Code barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/qr/ ---- - -## EncodeTypes::QR Constant - -**Value:** `34` - - -Specifies that the data should be encoded with QR Code barcode specification - diff --git a/english/php/aspose.barcode.generation/encodetypes/rect_micro_qr/_index.md b/english/php/aspose.barcode.generation/encodetypes/rect_micro_qr/_index.md deleted file mode 100644 index 03b463389..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/rect_micro_qr/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::RECT_MICRO_QR" -linktitle: "RECT_MICRO_QR" -articleTitle: "RECT_MICRO_QR" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be encoded with RectMicroQR (rMQR) Code barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/rect_micro_qr/ ---- - -## EncodeTypes::RECT_MICRO_QR Constant - -**Value:** `84` - - -Specifies that the data should be encoded with RectMicroQR (rMQR) Code barcode specification - diff --git a/english/php/aspose.barcode.generation/encodetypes/rm_4_scc/_index.md b/english/php/aspose.barcode.generation/encodetypes/rm_4_scc/_index.md deleted file mode 100644 index af427d6b3..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/rm_4_scc/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::RM_4_SCC" -linktitle: "RM_4_SCC" -articleTitle: "RM_4_SCC" -second_title: "Aspose.BarCode for PHP via Java" -description: "Represents RM4SCC barcode. RM4SCC (Royal Mail 4-state Customer Code) is used for automated mail sort process in UK." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/rm_4_scc/ ---- - -## EncodeTypes::RM_4_SCC Constant - -**Value:** `42` - - -Represents RM4SCC barcode. RM4SCC (Royal Mail 4-state Customer Code) is used for automated mail sort process in UK. - diff --git a/english/php/aspose.barcode.generation/encodetypes/scc_14/_index.md b/english/php/aspose.barcode.generation/encodetypes/scc_14/_index.md deleted file mode 100644 index cb6266a31..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/scc_14/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::SCC_14" -linktitle: "SCC_14" -articleTitle: "SCC_14" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be encoded with SCC14 barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/scc_14/ ---- - -## EncodeTypes::SCC_14 Constant - -**Value:** `11` - - -Specifies that the data should be encoded with SCC14 barcode specification - diff --git a/english/php/aspose.barcode.generation/encodetypes/singapore_post/_index.md b/english/php/aspose.barcode.generation/encodetypes/singapore_post/_index.md deleted file mode 100644 index 2004d6ce0..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/singapore_post/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::SINGAPORE_POST" -linktitle: "SINGAPORE_POST" -articleTitle: "SINGAPORE_POST" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be encoded with Singapore Post Barcode barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/singapore_post/ ---- - -## EncodeTypes::SINGAPORE_POST Constant - -**Value:** `47` - - -Specifies that the data should be encoded with Singapore Post Barcode barcode specification - diff --git a/english/php/aspose.barcode.generation/encodetypes/sscc_18/_index.md b/english/php/aspose.barcode.generation/encodetypes/sscc_18/_index.md deleted file mode 100644 index 32ba542ad..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/sscc_18/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::SSCC_18" -linktitle: "SSCC_18" -articleTitle: "SSCC_18" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be encoded with SSCC18 barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/sscc_18/ ---- - -## EncodeTypes::SSCC_18 Constant - -**Value:** `12` - - -Specifies that the data should be encoded with SSCC18 barcode specification - diff --git a/english/php/aspose.barcode.generation/encodetypes/standard_2_of_5/_index.md b/english/php/aspose.barcode.generation/encodetypes/standard_2_of_5/_index.md deleted file mode 100644 index 2bc66277c..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/standard_2_of_5/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::STANDARD_2_OF_5" -linktitle: "STANDARD_2_OF_5" -articleTitle: "STANDARD_2_OF_5" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be encoded with Standard 2 of 5 barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/standard_2_of_5/ ---- - -## EncodeTypes::STANDARD_2_OF_5 Constant - -**Value:** `18` - - -Specifies that the data should be encoded with Standard 2 of 5 barcode specification - diff --git a/english/php/aspose.barcode.generation/encodetypes/swiss_post_parcel/_index.md b/english/php/aspose.barcode.generation/encodetypes/swiss_post_parcel/_index.md deleted file mode 100644 index ece7f10e2..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/swiss_post_parcel/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::SWISS_POST_PARCEL" -linktitle: "SWISS_POST_PARCEL" -articleTitle: "SWISS_POST_PARCEL" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be encoded with Swiss Post Parcel Barcode barcode specification. Supported types: Domestic Mail, International Mail, Additional Services (new)" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/swiss_post_parcel/ ---- - -## EncodeTypes::SWISS_POST_PARCEL Constant - -**Value:** `50` - - -Specifies that the data should be encoded with Swiss Post Parcel Barcode barcode specification. Supported types: Domestic Mail, International Mail, Additional Services (new) - diff --git a/english/php/aspose.barcode.generation/encodetypes/upca/_index.md b/english/php/aspose.barcode.generation/encodetypes/upca/_index.md deleted file mode 100644 index 9647508ac..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/upca/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::UPCA" -linktitle: "UPCA" -articleTitle: "UPCA" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be encoded with UPC-A barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/upca/ ---- - -## EncodeTypes::UPCA Constant - -**Value:** `13` - - -Specifies that the data should be encoded with UPC-A barcode specification - diff --git a/english/php/aspose.barcode.generation/encodetypes/upca_gs_1_code_128_coupon/_index.md b/english/php/aspose.barcode.generation/encodetypes/upca_gs_1_code_128_coupon/_index.md deleted file mode 100644 index 3a5c95bb3..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/upca_gs_1_code_128_coupon/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::UPCA_GS_1_CODE_128_COUPON" -linktitle: "UPCA_GS_1_CODE_128_COUPON" -articleTitle: "UPCA_GS_1_CODE_128_COUPON" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be encoded with UPC coupon with GS1-128 Extended Code barcode specification. An example of the input string: BarCodeBuilder->setCodetext(\"514141100906(8102)03\"), where U" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/upca_gs_1_code_128_coupon/ ---- - -## EncodeTypes::UPCA_GS_1_CODE_128_COUPON Constant - -**Value:** `62` - - -Specifies that the data should be encoded with UPC coupon with GS1-128 Extended Code barcode specification. An example of the input string: BarCodeBuilder->setCodetext("514141100906(8102)03"), where UPCA part is "514141100906", GS1Code128 part is (8102)03. - diff --git a/english/php/aspose.barcode.generation/encodetypes/upca_gs_1_databar_coupon/_index.md b/english/php/aspose.barcode.generation/encodetypes/upca_gs_1_databar_coupon/_index.md deleted file mode 100644 index a132e6de3..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/upca_gs_1_databar_coupon/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::UPCA_GS_1_DATABAR_COUPON" -linktitle: "UPCA_GS_1_DATABAR_COUPON" -articleTitle: "UPCA_GS_1_DATABAR_COUPON" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be encoded with UPC coupon with GS1 DataBar addition barcode specification. An example of the input string: where UPCA part is \"514141100906\", DATABAR part is \"(8110)106" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/upca_gs_1_databar_coupon/ ---- - -## EncodeTypes::UPCA_GS_1_DATABAR_COUPON Constant - -**Value:** `63` - - -Specifies that the data should be encoded with UPC coupon with GS1 DataBar addition barcode specification. An example of the input string: where UPCA part is "514141100906", DATABAR part is "(8110)106141416543213500110000310123196000". To change the caption, use barCodeBuilder->getCaptionAbove()->setText("company prefix + offer code"); - diff --git a/english/php/aspose.barcode.generation/encodetypes/upce/_index.md b/english/php/aspose.barcode.generation/encodetypes/upce/_index.md deleted file mode 100644 index c317516af..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/upce/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::UPCE" -linktitle: "UPCE" -articleTitle: "UPCE" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be encoded with UPC-E barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/upce/ ---- - -## EncodeTypes::UPCE Constant - -**Value:** `14` - - -Specifies that the data should be encoded with UPC-E barcode specification - diff --git a/english/php/aspose.barcode.generation/encodetypes/vin/_index.md b/english/php/aspose.barcode.generation/encodetypes/vin/_index.md deleted file mode 100644 index aa60963e6..000000000 --- a/english/php/aspose.barcode.generation/encodetypes/vin/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "EncodeTypes::VIN" -linktitle: "VIN" -articleTitle: "VIN" -second_title: "Aspose.BarCode for PHP via Java" -description: "Represents VIN (Vehicle Identification Number) Barcode." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/encodetypes/vin/ ---- - -## EncodeTypes::VIN Constant - -**Value:** `26` - - -Represents VIN (Vehicle Identification Number) Barcode. - diff --git a/english/php/aspose.barcode.generation/extcodeitemtype/_index.md b/english/php/aspose.barcode.generation/extcodeitemtype/_index.md index f4ebaf20b..2eb5b8ffd 100644 --- a/english/php/aspose.barcode.generation/extcodeitemtype/_index.md +++ b/english/php/aspose.barcode.generation/extcodeitemtype/_index.md @@ -1,7 +1,6 @@ --- -title: "ExtCodeItemType Enum" +title: "ExtCodeItemType" linktitle: "ExtCodeItemType" -articleTitle: "ExtCodeItemType" second_title: "Aspose.BarCode for PHP via Java" description: "" type: docs @@ -18,14 +17,58 @@ url: /php/aspose.barcode.generation/extcodeitemtype/ | Name | Value | Description | | --- | --- | --- | -| [CODETEXT_WITH_ENCODE_MODE](./codetext_with_encode_mode/) | `7` | | -| [ECI_CODETEXT](./eci_codetext/) | `0` | | -| [ECI_CODETEXT_WITH_ENCODE_MODE](./eci_codetext_with_encode_mode/) | `6` | | -| [FNC_1_FIRST_POSITION](./fnc_1_first_position/) | `3` | | -| [FNC_1_FORMAT_IDENTIFIER](./fnc_1_format_identifier/) | `8` | | -| [FNC_1_GROUP_SEPARATOR](./fnc_1_group_separator/) | `5` | | -| [FNC_1_SECOND_POSITION](./fnc_1_second_position/) | `4` | | -| [FNC_3_RRADER_INITILIZATION](./fnc_3_rrader_initilization/) | `10` | | -| [FNC_3_SYMBOL_SEPARATOR](./fnc_3_symbol_separator/) | `9` | | -| [PLAIN_CODETEXT](./plain_codetext/) | `1` | | -| [STRUCTURE_APPEND_MODE](./structure_append_mode/) | `11` | | +| [CODETEXT_WITH_ENCODE_MODE](#codetext_with_encode_mode) | `7` | | +| [ECI_CODETEXT](#eci_codetext) | `0` | | +| [ECI_CODETEXT_WITH_ENCODE_MODE](#eci_codetext_with_encode_mode) | `6` | | +| [FNC_1_FIRST_POSITION](#fnc_1_first_position) | `3` | | +| [FNC_1_FORMAT_IDENTIFIER](#fnc_1_format_identifier) | `8` | | +| [FNC_1_GROUP_SEPARATOR](#fnc_1_group_separator) | `5` | | +| [FNC_1_SECOND_POSITION](#fnc_1_second_position) | `4` | | +| [FNC_3_RRADER_INITILIZATION](#fnc_3_rrader_initilization) | `10` | | +| [FNC_3_SYMBOL_SEPARATOR](#fnc_3_symbol_separator) | `9` | | +| [PLAIN_CODETEXT](#plain_codetext) | `1` | | +| [STRUCTURE_APPEND_MODE](#structure_append_mode) | `11` | | +### CODETEXT_WITH_ENCODE_MODE {#codetext_with_encode_mode} + +**Value:** `7` + +### ECI_CODETEXT {#eci_codetext} + +**Value:** `0` + +### ECI_CODETEXT_WITH_ENCODE_MODE {#eci_codetext_with_encode_mode} + +**Value:** `6` + +### FNC_1_FIRST_POSITION {#fnc_1_first_position} + +**Value:** `3` + +### FNC_1_FORMAT_IDENTIFIER {#fnc_1_format_identifier} + +**Value:** `8` + +### FNC_1_GROUP_SEPARATOR {#fnc_1_group_separator} + +**Value:** `5` + +### FNC_1_SECOND_POSITION {#fnc_1_second_position} + +**Value:** `4` + +### FNC_3_RRADER_INITILIZATION {#fnc_3_rrader_initilization} + +**Value:** `10` + +### FNC_3_SYMBOL_SEPARATOR {#fnc_3_symbol_separator} + +**Value:** `9` + +### PLAIN_CODETEXT {#plain_codetext} + +**Value:** `1` + +### STRUCTURE_APPEND_MODE {#structure_append_mode} + +**Value:** `11` + diff --git a/english/php/aspose.barcode.generation/extcodeitemtype/codetext_with_encode_mode/_index.md b/english/php/aspose.barcode.generation/extcodeitemtype/codetext_with_encode_mode/_index.md deleted file mode 100644 index f2eb36802..000000000 --- a/english/php/aspose.barcode.generation/extcodeitemtype/codetext_with_encode_mode/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "ExtCodeItemType::CODETEXT_WITH_ENCODE_MODE" -linktitle: "CODETEXT_WITH_ENCODE_MODE" -articleTitle: "CODETEXT_WITH_ENCODE_MODE" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/extcodeitemtype/codetext_with_encode_mode/ ---- - -## ExtCodeItemType::CODETEXT_WITH_ENCODE_MODE Enum Value - -**Value:** `7` - diff --git a/english/php/aspose.barcode.generation/extcodeitemtype/eci_codetext/_index.md b/english/php/aspose.barcode.generation/extcodeitemtype/eci_codetext/_index.md deleted file mode 100644 index 16b3967c8..000000000 --- a/english/php/aspose.barcode.generation/extcodeitemtype/eci_codetext/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "ExtCodeItemType::ECI_CODETEXT" -linktitle: "ECI_CODETEXT" -articleTitle: "ECI_CODETEXT" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/extcodeitemtype/eci_codetext/ ---- - -## ExtCodeItemType::ECI_CODETEXT Enum Value - -**Value:** `0` - diff --git a/english/php/aspose.barcode.generation/extcodeitemtype/eci_codetext_with_encode_mode/_index.md b/english/php/aspose.barcode.generation/extcodeitemtype/eci_codetext_with_encode_mode/_index.md deleted file mode 100644 index 4f0508702..000000000 --- a/english/php/aspose.barcode.generation/extcodeitemtype/eci_codetext_with_encode_mode/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "ExtCodeItemType::ECI_CODETEXT_WITH_ENCODE_MODE" -linktitle: "ECI_CODETEXT_WITH_ENCODE_MODE" -articleTitle: "ECI_CODETEXT_WITH_ENCODE_MODE" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/extcodeitemtype/eci_codetext_with_encode_mode/ ---- - -## ExtCodeItemType::ECI_CODETEXT_WITH_ENCODE_MODE Enum Value - -**Value:** `6` - diff --git a/english/php/aspose.barcode.generation/extcodeitemtype/fnc_1_first_position/_index.md b/english/php/aspose.barcode.generation/extcodeitemtype/fnc_1_first_position/_index.md deleted file mode 100644 index 729cc2760..000000000 --- a/english/php/aspose.barcode.generation/extcodeitemtype/fnc_1_first_position/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "ExtCodeItemType::FNC_1_FIRST_POSITION" -linktitle: "FNC_1_FIRST_POSITION" -articleTitle: "FNC_1_FIRST_POSITION" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/extcodeitemtype/fnc_1_first_position/ ---- - -## ExtCodeItemType::FNC_1_FIRST_POSITION Enum Value - -**Value:** `3` - diff --git a/english/php/aspose.barcode.generation/extcodeitemtype/fnc_1_format_identifier/_index.md b/english/php/aspose.barcode.generation/extcodeitemtype/fnc_1_format_identifier/_index.md deleted file mode 100644 index 22872068a..000000000 --- a/english/php/aspose.barcode.generation/extcodeitemtype/fnc_1_format_identifier/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "ExtCodeItemType::FNC_1_FORMAT_IDENTIFIER" -linktitle: "FNC_1_FORMAT_IDENTIFIER" -articleTitle: "FNC_1_FORMAT_IDENTIFIER" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/extcodeitemtype/fnc_1_format_identifier/ ---- - -## ExtCodeItemType::FNC_1_FORMAT_IDENTIFIER Enum Value - -**Value:** `8` - diff --git a/english/php/aspose.barcode.generation/extcodeitemtype/fnc_1_group_separator/_index.md b/english/php/aspose.barcode.generation/extcodeitemtype/fnc_1_group_separator/_index.md deleted file mode 100644 index 56b592607..000000000 --- a/english/php/aspose.barcode.generation/extcodeitemtype/fnc_1_group_separator/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "ExtCodeItemType::FNC_1_GROUP_SEPARATOR" -linktitle: "FNC_1_GROUP_SEPARATOR" -articleTitle: "FNC_1_GROUP_SEPARATOR" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/extcodeitemtype/fnc_1_group_separator/ ---- - -## ExtCodeItemType::FNC_1_GROUP_SEPARATOR Enum Value - -**Value:** `5` - diff --git a/english/php/aspose.barcode.generation/extcodeitemtype/fnc_1_second_position/_index.md b/english/php/aspose.barcode.generation/extcodeitemtype/fnc_1_second_position/_index.md deleted file mode 100644 index 4fb22979d..000000000 --- a/english/php/aspose.barcode.generation/extcodeitemtype/fnc_1_second_position/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "ExtCodeItemType::FNC_1_SECOND_POSITION" -linktitle: "FNC_1_SECOND_POSITION" -articleTitle: "FNC_1_SECOND_POSITION" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/extcodeitemtype/fnc_1_second_position/ ---- - -## ExtCodeItemType::FNC_1_SECOND_POSITION Enum Value - -**Value:** `4` - diff --git a/english/php/aspose.barcode.generation/extcodeitemtype/fnc_3_rrader_initilization/_index.md b/english/php/aspose.barcode.generation/extcodeitemtype/fnc_3_rrader_initilization/_index.md deleted file mode 100644 index 52a50f813..000000000 --- a/english/php/aspose.barcode.generation/extcodeitemtype/fnc_3_rrader_initilization/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "ExtCodeItemType::FNC_3_RRADER_INITILIZATION" -linktitle: "FNC_3_RRADER_INITILIZATION" -articleTitle: "FNC_3_RRADER_INITILIZATION" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/extcodeitemtype/fnc_3_rrader_initilization/ ---- - -## ExtCodeItemType::FNC_3_RRADER_INITILIZATION Enum Value - -**Value:** `10` - diff --git a/english/php/aspose.barcode.generation/extcodeitemtype/fnc_3_symbol_separator/_index.md b/english/php/aspose.barcode.generation/extcodeitemtype/fnc_3_symbol_separator/_index.md deleted file mode 100644 index ef8679d5f..000000000 --- a/english/php/aspose.barcode.generation/extcodeitemtype/fnc_3_symbol_separator/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "ExtCodeItemType::FNC_3_SYMBOL_SEPARATOR" -linktitle: "FNC_3_SYMBOL_SEPARATOR" -articleTitle: "FNC_3_SYMBOL_SEPARATOR" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/extcodeitemtype/fnc_3_symbol_separator/ ---- - -## ExtCodeItemType::FNC_3_SYMBOL_SEPARATOR Enum Value - -**Value:** `9` - diff --git a/english/php/aspose.barcode.generation/extcodeitemtype/plain_codetext/_index.md b/english/php/aspose.barcode.generation/extcodeitemtype/plain_codetext/_index.md deleted file mode 100644 index 0ee0c843f..000000000 --- a/english/php/aspose.barcode.generation/extcodeitemtype/plain_codetext/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "ExtCodeItemType::PLAIN_CODETEXT" -linktitle: "PLAIN_CODETEXT" -articleTitle: "PLAIN_CODETEXT" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/extcodeitemtype/plain_codetext/ ---- - -## ExtCodeItemType::PLAIN_CODETEXT Enum Value - -**Value:** `1` - diff --git a/english/php/aspose.barcode.generation/extcodeitemtype/structure_append_mode/_index.md b/english/php/aspose.barcode.generation/extcodeitemtype/structure_append_mode/_index.md deleted file mode 100644 index 8c202e939..000000000 --- a/english/php/aspose.barcode.generation/extcodeitemtype/structure_append_mode/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "ExtCodeItemType::STRUCTURE_APPEND_MODE" -linktitle: "STRUCTURE_APPEND_MODE" -articleTitle: "STRUCTURE_APPEND_MODE" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/extcodeitemtype/structure_append_mode/ ---- - -## ExtCodeItemType::STRUCTURE_APPEND_MODE Enum Value - -**Value:** `11` - diff --git a/english/php/aspose.barcode.generation/extcodetextbuilder/_index.md b/english/php/aspose.barcode.generation/extcodetextbuilder/_index.md index 782f28e29..7547901e6 100644 --- a/english/php/aspose.barcode.generation/extcodetextbuilder/_index.md +++ b/english/php/aspose.barcode.generation/extcodetextbuilder/_index.md @@ -1,7 +1,6 @@ --- -title: "ExtCodetextBuilder Class" +title: "ExtCodetextBuilder" linktitle: "ExtCodetextBuilder" -articleTitle: "ExtCodetextBuilder" second_title: "Aspose.BarCode for PHP via Java" description: "Helper class for automatic codetext generation of the Extended Codetext Mode" type: docs @@ -21,20 +20,64 @@ Helper class for automatic codetext generation of the Extended Codetext Mode | Name | Description | | --- | --- | -| [__construct](./extcodetextbuilder/) | Reimplemented in Aspose\Barcode\Generation\QrExtCodetextBuilder, Aspose\Barcode\Generation\MaxiCodeExtCodetextBuilder, Aspose\Barcode\Generation\DotCodeExtCodetextBuilder, and Aspose\Barcode\Generation\DataMatrixExtCodetextBuilder. | +| [__construct](#constructor) | Reimplemented in Aspose\Barcode\Generation\QrExtCodetextBuilder, Aspose\Barcode\Generation\MaxiCodeExtCodetextBuilder, Aspose\Barcode\Generation\DotCodeExtCodetextBuilder, and Aspose\Barcode\Generation\DataMatrixExtCodetextBuilder. | ## Methods | Name | Static | Description | | --- | --- | --- | -| [addECICodetext](./addecicodetext/) | No | Adds codetext with Extended Channel Identifier | -| [addPlainCodetext](./addplaincodetext/) | No | Adds plain codetext to the extended codetext items | -| [clear](./clear/) | No | Clears extended codetext items | -| [init](./init/) | No | Reimplemented in Aspose\Barcode\Generation\QrExtCodetextBuilder, Aspose\Barcode\Generation\MaxiCodeExtCodetextBuilder, Aspose\Barcode\Generation\DotCodeExtCodetextBuilder, and Aspose\Barcode\Generation\DataMatrixExtCodetextBuilder. | +| [addECICodetext](#addecicodetext) | No | Adds codetext with Extended Channel Identifier | +| [addPlainCodetext](#addplaincodetext) | No | Adds plain codetext to the extended codetext items | +| [clear](#clear) | No | Clears extended codetext items | +| [init](#init) | No | Reimplemented in Aspose\Barcode\Generation\QrExtCodetextBuilder, Aspose\Barcode\Generation\MaxiCodeExtCodetextBuilder, Aspose\Barcode\Generation\DotCodeExtCodetextBuilder, and Aspose\Barcode\Generation\DataMatrixExtCodetextBuilder. | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [ExtCodetextBuilderType](./extcodetextbuildertype/) | Read-only | Reimplemented in Aspose\Barcode\Generation\QrExtCodetextBuilder, Aspose\Barcode\Generation\MaxiCodeExtCodetextBuilder, Aspose\Barcode\Generation\DotCodeExtCodetextBuilder, and Aspose\Barcode\Generation\DataMatrixExtCodetextBuilder. | -| [ExtendedCodetext](./extendedcodetext/) | Read-only | Generate extended codetext from generation items list | +| [ExtCodetextBuilderType](#extcodetextbuildertype) | Read-only | Reimplemented in Aspose\Barcode\Generation\QrExtCodetextBuilder, Aspose\Barcode\Generation\MaxiCodeExtCodetextBuilder, Aspose\Barcode\Generation\DotCodeExtCodetextBuilder, and Aspose\Barcode\Generation\DataMatrixExtCodetextBuilder. | +| [ExtendedCodetext](#extendedcodetext) | Read-only | Generate extended codetext from generation items list | + +### ExtCodetextBuilder__construct() {#constructor} + +Reimplemented in Aspose\Barcode\Generation\QrExtCodetextBuilder, Aspose\Barcode\Generation\MaxiCodeExtCodetextBuilder, Aspose\Barcode\Generation\DotCodeExtCodetextBuilder, and Aspose\Barcode\Generation\DataMatrixExtCodetextBuilder. + +### addECICodetextaddECICodetext(int $ECIEncoding, string $codetext) {#addecicodetext} + +Adds codetext with Extended Channel Identifier + +| Parameter | Type | Description | +| --- | --- | --- | +| `$ECIEncoding` | `int` | | +| `$codetext` | `string` | | + +### addPlainCodetextaddPlainCodetext(string $codetext) {#addplaincodetext} + +Adds plain codetext to the extended codetext items + +| Parameter | Type | Description | +| --- | --- | --- | +| `$codetext` | `string` | | + +### clearclear() {#clear} + +Clears extended codetext items + +### initinit() {#init} + +Reimplemented in Aspose\Barcode\Generation\QrExtCodetextBuilder, Aspose\Barcode\Generation\MaxiCodeExtCodetextBuilder, Aspose\Barcode\Generation\DotCodeExtCodetextBuilder, and Aspose\Barcode\Generation\DataMatrixExtCodetextBuilder. + +### ExtCodetextBuilderType {#extcodetextbuildertype} + +**Access:** Read-only + +Reimplemented in Aspose\Barcode\Generation\QrExtCodetextBuilder, Aspose\Barcode\Generation\MaxiCodeExtCodetextBuilder, Aspose\Barcode\Generation\DotCodeExtCodetextBuilder, and Aspose\Barcode\Generation\DataMatrixExtCodetextBuilder. + +### ExtendedCodetext {#extendedcodetext} + +**Access:** Read-only + +**Returns:** string Return string of extended codetext + +Generate extended codetext from generation items list + diff --git a/english/php/aspose.barcode.generation/extcodetextbuilder/addecicodetext/_index.md b/english/php/aspose.barcode.generation/extcodetextbuilder/addecicodetext/_index.md deleted file mode 100644 index bdacc47c7..000000000 --- a/english/php/aspose.barcode.generation/extcodetextbuilder/addecicodetext/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: "ExtCodetextBuilder.addECICodetext" -linktitle: "addECICodetext" -articleTitle: "addECICodetext" -second_title: "Aspose.BarCode for PHP via Java" -description: "Adds codetext with Extended Channel Identifier" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/extcodetextbuilder/addecicodetext/ ---- - -## ExtCodetextBuilder.addECICodetext - -```php -addECICodetext(int $ECIEncoding, string $codetext) -``` - - -Adds codetext with Extended Channel Identifier - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$ECIEncoding` | `int` | | -| `$codetext` | `string` | | diff --git a/english/php/aspose.barcode.generation/extcodetextbuilder/addplaincodetext/_index.md b/english/php/aspose.barcode.generation/extcodetextbuilder/addplaincodetext/_index.md deleted file mode 100644 index 99510c468..000000000 --- a/english/php/aspose.barcode.generation/extcodetextbuilder/addplaincodetext/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "ExtCodetextBuilder.addPlainCodetext" -linktitle: "addPlainCodetext" -articleTitle: "addPlainCodetext" -second_title: "Aspose.BarCode for PHP via Java" -description: "Adds plain codetext to the extended codetext items" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/extcodetextbuilder/addplaincodetext/ ---- - -## ExtCodetextBuilder.addPlainCodetext - -```php -addPlainCodetext(string $codetext) -``` - - -Adds plain codetext to the extended codetext items - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$codetext` | `string` | | diff --git a/english/php/aspose.barcode.generation/extcodetextbuilder/clear/_index.md b/english/php/aspose.barcode.generation/extcodetextbuilder/clear/_index.md deleted file mode 100644 index 48006ebc4..000000000 --- a/english/php/aspose.barcode.generation/extcodetextbuilder/clear/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "ExtCodetextBuilder.clear" -linktitle: "clear" -articleTitle: "clear" -second_title: "Aspose.BarCode for PHP via Java" -description: "Clears extended codetext items" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/extcodetextbuilder/clear/ ---- - -## ExtCodetextBuilder.clear - -```php -clear() -``` - - -Clears extended codetext items - diff --git a/english/php/aspose.barcode.generation/extcodetextbuilder/extcodetextbuilder/_index.md b/english/php/aspose.barcode.generation/extcodetextbuilder/extcodetextbuilder/_index.md deleted file mode 100644 index 4ffea9f40..000000000 --- a/english/php/aspose.barcode.generation/extcodetextbuilder/extcodetextbuilder/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "ExtCodetextBuilder" -linktitle: "ExtCodetextBuilder" -articleTitle: "ExtCodetextBuilder" -second_title: "Aspose.BarCode for PHP via Java" -description: "Reimplemented in Aspose\\Barcode\\Generation\\QrExtCodetextBuilder, Aspose\\Barcode\\Generation\\MaxiCodeExtCodetextBuilder, Aspose\\Barcode\\Generation\\DotCodeExtCodetextBuilder, and Aspose\\Barcode\\Generatio" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/extcodetextbuilder/extcodetextbuilder/ ---- - -## ExtCodetextBuilder Constructor - -```php -__construct() -``` - - -Reimplemented in Aspose\Barcode\Generation\QrExtCodetextBuilder, Aspose\Barcode\Generation\MaxiCodeExtCodetextBuilder, Aspose\Barcode\Generation\DotCodeExtCodetextBuilder, and Aspose\Barcode\Generation\DataMatrixExtCodetextBuilder. - diff --git a/english/php/aspose.barcode.generation/extcodetextbuilder/extcodetextbuildertype/_index.md b/english/php/aspose.barcode.generation/extcodetextbuilder/extcodetextbuildertype/_index.md deleted file mode 100644 index 4ba991d19..000000000 --- a/english/php/aspose.barcode.generation/extcodetextbuilder/extcodetextbuildertype/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "ExtCodetextBuilder.ExtCodetextBuilderType" -linktitle: "ExtCodetextBuilderType" -articleTitle: "ExtCodetextBuilderType" -second_title: "Aspose.BarCode for PHP via Java" -description: "Reimplemented in Aspose\\Barcode\\Generation\\QrExtCodetextBuilder, Aspose\\Barcode\\Generation\\MaxiCodeExtCodetextBuilder, Aspose\\Barcode\\Generation\\DotCodeExtCodetextBuilder, and Aspose\\Barcode\\Generatio" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/extcodetextbuilder/extcodetextbuildertype/ ---- - -## ExtCodetextBuilder.ExtCodetextBuilderType - -**Access:** Read-only - - -### Get - -Reimplemented in Aspose\Barcode\Generation\QrExtCodetextBuilder, Aspose\Barcode\Generation\MaxiCodeExtCodetextBuilder, Aspose\Barcode\Generation\DotCodeExtCodetextBuilder, and Aspose\Barcode\Generation\DataMatrixExtCodetextBuilder. - diff --git a/english/php/aspose.barcode.generation/extcodetextbuilder/extendedcodetext/_index.md b/english/php/aspose.barcode.generation/extcodetextbuilder/extendedcodetext/_index.md deleted file mode 100644 index 31fa53f0e..000000000 --- a/english/php/aspose.barcode.generation/extcodetextbuilder/extendedcodetext/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "ExtCodetextBuilder.ExtendedCodetext" -linktitle: "ExtendedCodetext" -articleTitle: "ExtendedCodetext" -second_title: "Aspose.BarCode for PHP via Java" -description: "Generate extended codetext from generation items list" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/extcodetextbuilder/extendedcodetext/ ---- - -## ExtCodetextBuilder.ExtendedCodetext - -**Access:** Read-only - - -**Returns:** string Return string of extended codetext - - -### Get - -Generate extended codetext from generation items list - diff --git a/english/php/aspose.barcode.generation/extcodetextbuilder/init/_index.md b/english/php/aspose.barcode.generation/extcodetextbuilder/init/_index.md deleted file mode 100644 index 1521cb1eb..000000000 --- a/english/php/aspose.barcode.generation/extcodetextbuilder/init/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "ExtCodetextBuilder.init" -linktitle: "init" -articleTitle: "init" -second_title: "Aspose.BarCode for PHP via Java" -description: "Reimplemented in Aspose\\Barcode\\Generation\\QrExtCodetextBuilder, Aspose\\Barcode\\Generation\\MaxiCodeExtCodetextBuilder, Aspose\\Barcode\\Generation\\DotCodeExtCodetextBuilder, and Aspose\\Barcode\\Generatio" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/extcodetextbuilder/init/ ---- - -## ExtCodetextBuilder.init - -```php -init() -``` - - -Reimplemented in Aspose\Barcode\Generation\QrExtCodetextBuilder, Aspose\Barcode\Generation\MaxiCodeExtCodetextBuilder, Aspose\Barcode\Generation\DotCodeExtCodetextBuilder, and Aspose\Barcode\Generation\DataMatrixExtCodetextBuilder. - diff --git a/english/php/aspose.barcode.generation/extcodetextbuildertype/_index.md b/english/php/aspose.barcode.generation/extcodetextbuildertype/_index.md index a5e396c50..c32de06f8 100644 --- a/english/php/aspose.barcode.generation/extcodetextbuildertype/_index.md +++ b/english/php/aspose.barcode.generation/extcodetextbuildertype/_index.md @@ -1,7 +1,6 @@ --- -title: "ExtCodetextBuilderType Enum" +title: "ExtCodetextBuilderType" linktitle: "ExtCodetextBuilderType" -articleTitle: "ExtCodetextBuilderType" second_title: "Aspose.BarCode for PHP via Java" description: "" type: docs @@ -18,8 +17,28 @@ url: /php/aspose.barcode.generation/extcodetextbuildertype/ | Name | Value | Description | | --- | --- | --- | -| [AZTEC_EXT_CODETEXT_BUILDER](./aztec_ext_codetext_builder/) | `0` | | -| [DATA_MATRIX_EXT_CODETEXT_BUILDER](./data_matrix_ext_codetext_builder/) | `1` | | -| [DOT_CODE_EXT_CODETEXT_BUILDER](./dot_code_ext_codetext_builder/) | `2` | | -| [MAXICODE_EXT_CODETEXT_BUILDER](./maxicode_ext_codetext_builder/) | `3` | | -| [QR_EXT_CODETEXT_BUILDER](./qr_ext_codetext_builder/) | `4` | | +| [AZTEC_EXT_CODETEXT_BUILDER](#aztec_ext_codetext_builder) | `0` | | +| [DATA_MATRIX_EXT_CODETEXT_BUILDER](#data_matrix_ext_codetext_builder) | `1` | | +| [DOT_CODE_EXT_CODETEXT_BUILDER](#dot_code_ext_codetext_builder) | `2` | | +| [MAXICODE_EXT_CODETEXT_BUILDER](#maxicode_ext_codetext_builder) | `3` | | +| [QR_EXT_CODETEXT_BUILDER](#qr_ext_codetext_builder) | `4` | | +### AZTEC_EXT_CODETEXT_BUILDER {#aztec_ext_codetext_builder} + +**Value:** `0` + +### DATA_MATRIX_EXT_CODETEXT_BUILDER {#data_matrix_ext_codetext_builder} + +**Value:** `1` + +### DOT_CODE_EXT_CODETEXT_BUILDER {#dot_code_ext_codetext_builder} + +**Value:** `2` + +### MAXICODE_EXT_CODETEXT_BUILDER {#maxicode_ext_codetext_builder} + +**Value:** `3` + +### QR_EXT_CODETEXT_BUILDER {#qr_ext_codetext_builder} + +**Value:** `4` + diff --git a/english/php/aspose.barcode.generation/extcodetextbuildertype/aztec_ext_codetext_builder/_index.md b/english/php/aspose.barcode.generation/extcodetextbuildertype/aztec_ext_codetext_builder/_index.md deleted file mode 100644 index 518082339..000000000 --- a/english/php/aspose.barcode.generation/extcodetextbuildertype/aztec_ext_codetext_builder/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "ExtCodetextBuilderType::AZTEC_EXT_CODETEXT_BUILDER" -linktitle: "AZTEC_EXT_CODETEXT_BUILDER" -articleTitle: "AZTEC_EXT_CODETEXT_BUILDER" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/extcodetextbuildertype/aztec_ext_codetext_builder/ ---- - -## ExtCodetextBuilderType::AZTEC_EXT_CODETEXT_BUILDER Enum Value - -**Value:** `0` - diff --git a/english/php/aspose.barcode.generation/extcodetextbuildertype/data_matrix_ext_codetext_builder/_index.md b/english/php/aspose.barcode.generation/extcodetextbuildertype/data_matrix_ext_codetext_builder/_index.md deleted file mode 100644 index 49b4e3c8b..000000000 --- a/english/php/aspose.barcode.generation/extcodetextbuildertype/data_matrix_ext_codetext_builder/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "ExtCodetextBuilderType::DATA_MATRIX_EXT_CODETEXT_BUILDER" -linktitle: "DATA_MATRIX_EXT_CODETEXT_BUILDER" -articleTitle: "DATA_MATRIX_EXT_CODETEXT_BUILDER" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/extcodetextbuildertype/data_matrix_ext_codetext_builder/ ---- - -## ExtCodetextBuilderType::DATA_MATRIX_EXT_CODETEXT_BUILDER Enum Value - -**Value:** `1` - diff --git a/english/php/aspose.barcode.generation/extcodetextbuildertype/dot_code_ext_codetext_builder/_index.md b/english/php/aspose.barcode.generation/extcodetextbuildertype/dot_code_ext_codetext_builder/_index.md deleted file mode 100644 index 8951eb832..000000000 --- a/english/php/aspose.barcode.generation/extcodetextbuildertype/dot_code_ext_codetext_builder/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "ExtCodetextBuilderType::DOT_CODE_EXT_CODETEXT_BUILDER" -linktitle: "DOT_CODE_EXT_CODETEXT_BUILDER" -articleTitle: "DOT_CODE_EXT_CODETEXT_BUILDER" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/extcodetextbuildertype/dot_code_ext_codetext_builder/ ---- - -## ExtCodetextBuilderType::DOT_CODE_EXT_CODETEXT_BUILDER Enum Value - -**Value:** `2` - diff --git a/english/php/aspose.barcode.generation/extcodetextbuildertype/maxicode_ext_codetext_builder/_index.md b/english/php/aspose.barcode.generation/extcodetextbuildertype/maxicode_ext_codetext_builder/_index.md deleted file mode 100644 index e27d34eb5..000000000 --- a/english/php/aspose.barcode.generation/extcodetextbuildertype/maxicode_ext_codetext_builder/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "ExtCodetextBuilderType::MAXICODE_EXT_CODETEXT_BUILDER" -linktitle: "MAXICODE_EXT_CODETEXT_BUILDER" -articleTitle: "MAXICODE_EXT_CODETEXT_BUILDER" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/extcodetextbuildertype/maxicode_ext_codetext_builder/ ---- - -## ExtCodetextBuilderType::MAXICODE_EXT_CODETEXT_BUILDER Enum Value - -**Value:** `3` - diff --git a/english/php/aspose.barcode.generation/extcodetextbuildertype/qr_ext_codetext_builder/_index.md b/english/php/aspose.barcode.generation/extcodetextbuildertype/qr_ext_codetext_builder/_index.md deleted file mode 100644 index e9e86ba61..000000000 --- a/english/php/aspose.barcode.generation/extcodetextbuildertype/qr_ext_codetext_builder/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "ExtCodetextBuilderType::QR_EXT_CODETEXT_BUILDER" -linktitle: "QR_EXT_CODETEXT_BUILDER" -articleTitle: "QR_EXT_CODETEXT_BUILDER" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/extcodetextbuildertype/qr_ext_codetext_builder/ ---- - -## ExtCodetextBuilderType::QR_EXT_CODETEXT_BUILDER Enum Value - -**Value:** `4` - diff --git a/english/php/aspose.barcode.generation/fontmode/_index.md b/english/php/aspose.barcode.generation/fontmode/_index.md index b42da63f1..c1f6aa040 100644 --- a/english/php/aspose.barcode.generation/fontmode/_index.md +++ b/english/php/aspose.barcode.generation/fontmode/_index.md @@ -1,7 +1,6 @@ --- -title: "FontMode Enum" +title: "FontMode" linktitle: "FontMode" -articleTitle: "FontMode" second_title: "Aspose.BarCode for PHP via Java" description: "Font size mode." type: docs @@ -21,5 +20,17 @@ Font size mode. | Name | Value | Description | | --- | --- | --- | -| [AUTO](./auto/) | `"0"` | Automatically calculate Font size based on barcode size. | -| [MANUAL](./manual/) | `"1"` | Use Font sized defined by user. | +| [AUTO](#auto) | `"0"` | Automatically calculate Font size based on barcode size. | +| [MANUAL](#manual) | `"1"` | Use Font sized defined by user. | +### AUTO {#auto} + +**Value:** `"0"` + +Automatically calculate Font size based on barcode size. + +### MANUAL {#manual} + +**Value:** `"1"` + +Use Font sized defined by user. + diff --git a/english/php/aspose.barcode.generation/fontmode/auto/_index.md b/english/php/aspose.barcode.generation/fontmode/auto/_index.md deleted file mode 100644 index edf542f0a..000000000 --- a/english/php/aspose.barcode.generation/fontmode/auto/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "FontMode::AUTO" -linktitle: "AUTO" -articleTitle: "AUTO" -second_title: "Aspose.BarCode for PHP via Java" -description: "Automatically calculate Font size based on barcode size." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/fontmode/auto/ ---- - -## FontMode::AUTO Enum Value - -**Value:** `"0"` - - -Automatically calculate Font size based on barcode size. - diff --git a/english/php/aspose.barcode.generation/fontmode/manual/_index.md b/english/php/aspose.barcode.generation/fontmode/manual/_index.md deleted file mode 100644 index dbba4a9b3..000000000 --- a/english/php/aspose.barcode.generation/fontmode/manual/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "FontMode::MANUAL" -linktitle: "MANUAL" -articleTitle: "MANUAL" -second_title: "Aspose.BarCode for PHP via Java" -description: "Use Font sized defined by user." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/fontmode/manual/ ---- - -## FontMode::MANUAL Enum Value - -**Value:** `"1"` - - -Use Font sized defined by user. - diff --git a/english/php/aspose.barcode.generation/fontstyle/_index.md b/english/php/aspose.barcode.generation/fontstyle/_index.md index 6779d6f39..250da3605 100644 --- a/english/php/aspose.barcode.generation/fontstyle/_index.md +++ b/english/php/aspose.barcode.generation/fontstyle/_index.md @@ -1,7 +1,6 @@ --- -title: "FontStyle Enum" +title: "FontStyle" linktitle: "FontStyle" -articleTitle: "FontStyle" second_title: "Aspose.BarCode for PHP via Java" description: "Specifies style information applied to text." type: docs @@ -21,8 +20,38 @@ Specifies style information applied to text. | Name | Value | Description | | --- | --- | --- | -| [BOLD](./bold/) | `1` | Bold text | -| [ITALIC](./italic/) | `2` | Italic text | -| [REGULAR](./regular/) | `0` | Normal text | -| [STRIKEOUT](./strikeout/) | `8` | Text with a line through the middle | -| [UNDERLINE](./underline/) | `4` | Underlined text | +| [BOLD](#bold) | `1` | Bold text | +| [ITALIC](#italic) | `2` | Italic text | +| [REGULAR](#regular) | `0` | Normal text | +| [STRIKEOUT](#strikeout) | `8` | Text with a line through the middle | +| [UNDERLINE](#underline) | `4` | Underlined text | +### BOLD {#bold} + +**Value:** `1` + +Bold text + +### ITALIC {#italic} + +**Value:** `2` + +Italic text + +### REGULAR {#regular} + +**Value:** `0` + +Normal text + +### STRIKEOUT {#strikeout} + +**Value:** `8` + +Text with a line through the middle + +### UNDERLINE {#underline} + +**Value:** `4` + +Underlined text + diff --git a/english/php/aspose.barcode.generation/fontstyle/bold/_index.md b/english/php/aspose.barcode.generation/fontstyle/bold/_index.md deleted file mode 100644 index 4864ae0a1..000000000 --- a/english/php/aspose.barcode.generation/fontstyle/bold/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "FontStyle::BOLD" -linktitle: "BOLD" -articleTitle: "BOLD" -second_title: "Aspose.BarCode for PHP via Java" -description: "Bold text" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/fontstyle/bold/ ---- - -## FontStyle::BOLD Enum Value - -**Value:** `1` - - -Bold text - diff --git a/english/php/aspose.barcode.generation/fontstyle/italic/_index.md b/english/php/aspose.barcode.generation/fontstyle/italic/_index.md deleted file mode 100644 index 3f6e610f1..000000000 --- a/english/php/aspose.barcode.generation/fontstyle/italic/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "FontStyle::ITALIC" -linktitle: "ITALIC" -articleTitle: "ITALIC" -second_title: "Aspose.BarCode for PHP via Java" -description: "Italic text" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/fontstyle/italic/ ---- - -## FontStyle::ITALIC Enum Value - -**Value:** `2` - - -Italic text - diff --git a/english/php/aspose.barcode.generation/fontstyle/regular/_index.md b/english/php/aspose.barcode.generation/fontstyle/regular/_index.md deleted file mode 100644 index a256224c1..000000000 --- a/english/php/aspose.barcode.generation/fontstyle/regular/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "FontStyle::REGULAR" -linktitle: "REGULAR" -articleTitle: "REGULAR" -second_title: "Aspose.BarCode for PHP via Java" -description: "Normal text" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/fontstyle/regular/ ---- - -## FontStyle::REGULAR Enum Value - -**Value:** `0` - - -Normal text - diff --git a/english/php/aspose.barcode.generation/fontstyle/strikeout/_index.md b/english/php/aspose.barcode.generation/fontstyle/strikeout/_index.md deleted file mode 100644 index bb58cb685..000000000 --- a/english/php/aspose.barcode.generation/fontstyle/strikeout/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "FontStyle::STRIKEOUT" -linktitle: "STRIKEOUT" -articleTitle: "STRIKEOUT" -second_title: "Aspose.BarCode for PHP via Java" -description: "Text with a line through the middle" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/fontstyle/strikeout/ ---- - -## FontStyle::STRIKEOUT Enum Value - -**Value:** `8` - - -Text with a line through the middle - diff --git a/english/php/aspose.barcode.generation/fontstyle/underline/_index.md b/english/php/aspose.barcode.generation/fontstyle/underline/_index.md deleted file mode 100644 index 1e3ca8f05..000000000 --- a/english/php/aspose.barcode.generation/fontstyle/underline/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "FontStyle::UNDERLINE" -linktitle: "UNDERLINE" -articleTitle: "UNDERLINE" -second_title: "Aspose.BarCode for PHP via Java" -description: "Underlined text" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/fontstyle/underline/ ---- - -## FontStyle::UNDERLINE Enum Value - -**Value:** `4` - - -Underlined text - diff --git a/english/php/aspose.barcode.generation/fontunit/_index.md b/english/php/aspose.barcode.generation/fontunit/_index.md index d2e52ea38..4220cd556 100644 --- a/english/php/aspose.barcode.generation/fontunit/_index.md +++ b/english/php/aspose.barcode.generation/fontunit/_index.md @@ -1,7 +1,6 @@ --- -title: "FontUnit Class" +title: "FontUnit" linktitle: "FontUnit" -articleTitle: "FontUnit" second_title: "Aspose.BarCode for PHP via Java" description: "Defines a particular format for text, including font face, size, and style attributes where size in Unit value property. This sample shows how to create and save a BarCode image." type: docs @@ -21,12 +20,49 @@ Defines a particular format for text, including font face, size, and style attri | Name | Description | | --- | --- | -| [__construct](./fontunit/) | | +| [__construct](#constructor) | | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [FamilyName](./familyname/) | Read/Write | Gets the face name of this Font. | -| [Size](./size/) | Read-only | Gets size of this FontUnit in Unit value. | -| [Style](./style/) | Read/Write | Gets style information for this FontUnit. | +| [FamilyName](#familyname) | Read/Write | Gets the face name of this Font. | +| [Size](#size) | Read-only | Gets size of this FontUnit in Unit value. | +| [Style](#style) | Read/Write | Gets style information for this FontUnit. | + +### FontUnit__construct($source) {#constructor} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$source` | `` | | + +### FamilyName {#familyname} + +**Access:** Read/Write + +Gets the face name of this Font. + +Sets the face name of this Font. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### Size {#size} + +**Access:** Read-only + +Gets size of this FontUnit in Unit value. + +### Style {#style} + +**Access:** Read/Write + +Gets style information for this FontUnit. + +Sets style information for this FontUnit. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + diff --git a/english/php/aspose.barcode.generation/fontunit/familyname/_index.md b/english/php/aspose.barcode.generation/fontunit/familyname/_index.md deleted file mode 100644 index cffc35555..000000000 --- a/english/php/aspose.barcode.generation/fontunit/familyname/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "FontUnit.FamilyName" -linktitle: "FamilyName" -articleTitle: "FamilyName" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets the face name of this Font." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/fontunit/familyname/ ---- - -## FontUnit.FamilyName - -**Access:** Read/Write - - -### Get - -Gets the face name of this Font. - - -### Set - -Sets the face name of this Font. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.generation/fontunit/fontunit/_index.md b/english/php/aspose.barcode.generation/fontunit/fontunit/_index.md deleted file mode 100644 index 8c2e5f0aa..000000000 --- a/english/php/aspose.barcode.generation/fontunit/fontunit/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "FontUnit" -linktitle: "FontUnit" -articleTitle: "FontUnit" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/fontunit/fontunit/ ---- - -## FontUnit Constructor - -```php -__construct($source) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$source` | `` | | diff --git a/english/php/aspose.barcode.generation/fontunit/size/_index.md b/english/php/aspose.barcode.generation/fontunit/size/_index.md deleted file mode 100644 index 19ba7e09e..000000000 --- a/english/php/aspose.barcode.generation/fontunit/size/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "FontUnit.Size" -linktitle: "Size" -articleTitle: "Size" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets size of this FontUnit in Unit value." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/fontunit/size/ ---- - -## FontUnit.Size - -**Access:** Read-only - - -### Get - -Gets size of this FontUnit in Unit value. - diff --git a/english/php/aspose.barcode.generation/fontunit/style/_index.md b/english/php/aspose.barcode.generation/fontunit/style/_index.md deleted file mode 100644 index 6def35565..000000000 --- a/english/php/aspose.barcode.generation/fontunit/style/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "FontUnit.Style" -linktitle: "Style" -articleTitle: "Style" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets style information for this FontUnit." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/fontunit/style/ ---- - -## FontUnit.Style - -**Access:** Read/Write - - -### Get - -Gets style information for this FontUnit. - - -### Set - -Sets style information for this FontUnit. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/graphicsunit/_index.md b/english/php/aspose.barcode.generation/graphicsunit/_index.md index 4d6eb1773..4854f2063 100644 --- a/english/php/aspose.barcode.generation/graphicsunit/_index.md +++ b/english/php/aspose.barcode.generation/graphicsunit/_index.md @@ -1,7 +1,6 @@ --- -title: "GraphicsUnit Enum" +title: "GraphicsUnit" linktitle: "GraphicsUnit" -articleTitle: "GraphicsUnit" second_title: "Aspose.BarCode for PHP via Java" description: "Specifies the unit of measure for the given data." type: docs @@ -21,10 +20,52 @@ Specifies the unit of measure for the given data. | Name | Value | Description | | --- | --- | --- | -| [DISPLAY](./display/) | `1` | Specifies the unit of measure of the display device. Typically pixels for video displays, and 1/100 inch for printers. | -| [DOCUMENT](./document/) | `5` | Specifies the document unit = 1/300 inch) as the unit of measure. | -| [INCH](./inch/) | `4` | Specifies the inch as the unit of measure. | -| [MILLIMETER](./millimeter/) | `6` | Specifies the millimeter as the unit of measure. | -| [PIXEL](./pixel/) | `2` | Specifies a device pixel as the unit of measure. | -| [POINT](./point/) | `3` | Specifies a printer's point = 1/72 inch) as the unit of measure. | -| [WORLD](./world/) | `0` | Specifies the world coordinate system unit as the unit of measure. | +| [DISPLAY](#display) | `1` | Specifies the unit of measure of the display device. Typically pixels for video displays, and 1/100 inch for printers. | +| [DOCUMENT](#document) | `5` | Specifies the document unit = 1/300 inch) as the unit of measure. | +| [INCH](#inch) | `4` | Specifies the inch as the unit of measure. | +| [MILLIMETER](#millimeter) | `6` | Specifies the millimeter as the unit of measure. | +| [PIXEL](#pixel) | `2` | Specifies a device pixel as the unit of measure. | +| [POINT](#point) | `3` | Specifies a printer's point = 1/72 inch) as the unit of measure. | +| [WORLD](#world) | `0` | Specifies the world coordinate system unit as the unit of measure. | +### DISPLAY {#display} + +**Value:** `1` + +Specifies the unit of measure of the display device. Typically pixels for video displays, and 1/100 inch for printers. + +### DOCUMENT {#document} + +**Value:** `5` + +Specifies the document unit = 1/300 inch) as the unit of measure. + +### INCH {#inch} + +**Value:** `4` + +Specifies the inch as the unit of measure. + +### MILLIMETER {#millimeter} + +**Value:** `6` + +Specifies the millimeter as the unit of measure. + +### PIXEL {#pixel} + +**Value:** `2` + +Specifies a device pixel as the unit of measure. + +### POINT {#point} + +**Value:** `3` + +Specifies a printer's point = 1/72 inch) as the unit of measure. + +### WORLD {#world} + +**Value:** `0` + +Specifies the world coordinate system unit as the unit of measure. + diff --git a/english/php/aspose.barcode.generation/graphicsunit/display/_index.md b/english/php/aspose.barcode.generation/graphicsunit/display/_index.md deleted file mode 100644 index 0f2292216..000000000 --- a/english/php/aspose.barcode.generation/graphicsunit/display/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "GraphicsUnit::DISPLAY" -linktitle: "DISPLAY" -articleTitle: "DISPLAY" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies the unit of measure of the display device. Typically pixels for video displays, and 1/100 inch for printers." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/graphicsunit/display/ ---- - -## GraphicsUnit::DISPLAY Enum Value - -**Value:** `1` - - -Specifies the unit of measure of the display device. Typically pixels for video displays, and 1/100 inch for printers. - diff --git a/english/php/aspose.barcode.generation/graphicsunit/document/_index.md b/english/php/aspose.barcode.generation/graphicsunit/document/_index.md deleted file mode 100644 index d0ef42351..000000000 --- a/english/php/aspose.barcode.generation/graphicsunit/document/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "GraphicsUnit::DOCUMENT" -linktitle: "DOCUMENT" -articleTitle: "DOCUMENT" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies the document unit = 1/300 inch) as the unit of measure." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/graphicsunit/document/ ---- - -## GraphicsUnit::DOCUMENT Enum Value - -**Value:** `5` - - -Specifies the document unit = 1/300 inch) as the unit of measure. - diff --git a/english/php/aspose.barcode.generation/graphicsunit/inch/_index.md b/english/php/aspose.barcode.generation/graphicsunit/inch/_index.md deleted file mode 100644 index 2cbb6c6a9..000000000 --- a/english/php/aspose.barcode.generation/graphicsunit/inch/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "GraphicsUnit::INCH" -linktitle: "INCH" -articleTitle: "INCH" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies the inch as the unit of measure." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/graphicsunit/inch/ ---- - -## GraphicsUnit::INCH Enum Value - -**Value:** `4` - - -Specifies the inch as the unit of measure. - diff --git a/english/php/aspose.barcode.generation/graphicsunit/millimeter/_index.md b/english/php/aspose.barcode.generation/graphicsunit/millimeter/_index.md deleted file mode 100644 index f26579219..000000000 --- a/english/php/aspose.barcode.generation/graphicsunit/millimeter/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "GraphicsUnit::MILLIMETER" -linktitle: "MILLIMETER" -articleTitle: "MILLIMETER" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies the millimeter as the unit of measure." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/graphicsunit/millimeter/ ---- - -## GraphicsUnit::MILLIMETER Enum Value - -**Value:** `6` - - -Specifies the millimeter as the unit of measure. - diff --git a/english/php/aspose.barcode.generation/graphicsunit/pixel/_index.md b/english/php/aspose.barcode.generation/graphicsunit/pixel/_index.md deleted file mode 100644 index 6c1e5edb9..000000000 --- a/english/php/aspose.barcode.generation/graphicsunit/pixel/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "GraphicsUnit::PIXEL" -linktitle: "PIXEL" -articleTitle: "PIXEL" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies a device pixel as the unit of measure." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/graphicsunit/pixel/ ---- - -## GraphicsUnit::PIXEL Enum Value - -**Value:** `2` - - -Specifies a device pixel as the unit of measure. - diff --git a/english/php/aspose.barcode.generation/graphicsunit/point/_index.md b/english/php/aspose.barcode.generation/graphicsunit/point/_index.md deleted file mode 100644 index b8508c147..000000000 --- a/english/php/aspose.barcode.generation/graphicsunit/point/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "GraphicsUnit::POINT" -linktitle: "POINT" -articleTitle: "POINT" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies a printer's point = 1/72 inch) as the unit of measure." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/graphicsunit/point/ ---- - -## GraphicsUnit::POINT Enum Value - -**Value:** `3` - - -Specifies a printer's point = 1/72 inch) as the unit of measure. - diff --git a/english/php/aspose.barcode.generation/graphicsunit/world/_index.md b/english/php/aspose.barcode.generation/graphicsunit/world/_index.md deleted file mode 100644 index c123e8ec1..000000000 --- a/english/php/aspose.barcode.generation/graphicsunit/world/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "GraphicsUnit::WORLD" -linktitle: "WORLD" -articleTitle: "WORLD" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies the world coordinate system unit as the unit of measure." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/graphicsunit/world/ ---- - -## GraphicsUnit::WORLD Enum Value - -**Value:** `0` - - -Specifies the world coordinate system unit as the unit of measure. - diff --git a/english/php/aspose.barcode.generation/gs1compositebarparameters/_index.md b/english/php/aspose.barcode.generation/gs1compositebarparameters/_index.md index 1665a2ed4..ec9589366 100644 --- a/english/php/aspose.barcode.generation/gs1compositebarparameters/_index.md +++ b/english/php/aspose.barcode.generation/gs1compositebarparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "GS1CompositeBarParameters Class" +title: "GS1CompositeBarParameters" linktitle: "GS1CompositeBarParameters" -articleTitle: "GS1CompositeBarParameters" second_title: "Aspose.BarCode for PHP via Java" description: "GS1 Composite bar parameters." type: docs @@ -21,18 +20,61 @@ GS1 Composite bar parameters. | Name | Description | | --- | --- | -| [__construct](./gs1compositebarparameters/) | | +| [__construct](#constructor) | | ## Methods | Name | Static | Description | | --- | --- | --- | -| [isAllowOnlyGS1Encoding](./isallowonlygs1encoding/) | No | If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component | -| [setAllowOnlyGS1Encoding](./setallowonlygs1encoding/) | No | If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component | +| [isAllowOnlyGS1Encoding](#isallowonlygs1encoding) | No | If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component | +| [setAllowOnlyGS1Encoding](#setallowonlygs1encoding) | No | If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [LinearComponentType](./linearcomponenttype/) | Read/Write | Linear component type: GS1Code128, UPCE, EAN8, UPCA, EAN13, DatabarStacked, DatabarStackedOmniDirectional, DatabarLimited, DatabarOmniDirectional, DatabarExpanded, DatabarExpandedStacked | -| [TwoDComponentType](./twodcomponenttype/) | Read/Write | 2D component type | +| [LinearComponentType](#linearcomponenttype) | Read/Write | Linear component type: GS1Code128, UPCE, EAN8, UPCA, EAN13, DatabarStacked, DatabarStackedOmniDirectional, DatabarLimited, DatabarOmniDirectional, DatabarExpanded, DatabarExpandedStacked | +| [TwoDComponentType](#twodcomponenttype) | Read/Write | 2D component type | + +### GS1CompositeBarParameters__construct(GS1CompositeBarParametersDTO $gs1CompositeBarParametersDto) {#constructor} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$gs1CompositeBarParametersDto` | `GS1CompositeBarParametersDTO` | | + +### isAllowOnlyGS1EncodingisAllowOnlyGS1Encoding() {#isallowonlygs1encoding} + +If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component + +### setAllowOnlyGS1EncodingsetAllowOnlyGS1Encoding(bool $value) {#setallowonlygs1encoding} + +If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `bool` | | + +### LinearComponentType {#linearcomponenttype} + +**Access:** Read/Write + +Linear component type: GS1Code128, UPCE, EAN8, UPCA, EAN13, DatabarStacked, DatabarStackedOmniDirectional, DatabarLimited, DatabarOmniDirectional, DatabarExpanded, DatabarExpandedStacked + +Linear component type: GS1Code128, UPCE, EAN8, UPCA, EAN13, DatabarStacked, DatabarStackedOmniDirectional, DatabarLimited, DatabarOmniDirectional, DatabarExpanded, DatabarExpandedStacked + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### TwoDComponentType {#twodcomponenttype} + +**Access:** Read/Write + +2D component type + +2D component type + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + diff --git a/english/php/aspose.barcode.generation/gs1compositebarparameters/gs1compositebarparameters/_index.md b/english/php/aspose.barcode.generation/gs1compositebarparameters/gs1compositebarparameters/_index.md deleted file mode 100644 index 3f2e36b7f..000000000 --- a/english/php/aspose.barcode.generation/gs1compositebarparameters/gs1compositebarparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "GS1CompositeBarParameters" -linktitle: "GS1CompositeBarParameters" -articleTitle: "GS1CompositeBarParameters" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/gs1compositebarparameters/gs1compositebarparameters/ ---- - -## GS1CompositeBarParameters Constructor - -```php -__construct(GS1CompositeBarParametersDTO $gs1CompositeBarParametersDto) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$gs1CompositeBarParametersDto` | `GS1CompositeBarParametersDTO` | | diff --git a/english/php/aspose.barcode.generation/gs1compositebarparameters/isallowonlygs1encoding/_index.md b/english/php/aspose.barcode.generation/gs1compositebarparameters/isallowonlygs1encoding/_index.md deleted file mode 100644 index b1a63ae14..000000000 --- a/english/php/aspose.barcode.generation/gs1compositebarparameters/isallowonlygs1encoding/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "GS1CompositeBarParameters.isAllowOnlyGS1Encoding" -linktitle: "isAllowOnlyGS1Encoding" -articleTitle: "isAllowOnlyGS1Encoding" -second_title: "Aspose.BarCode for PHP via Java" -description: "If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/gs1compositebarparameters/isallowonlygs1encoding/ ---- - -## GS1CompositeBarParameters.isAllowOnlyGS1Encoding - -```php -isAllowOnlyGS1Encoding() -``` - - -If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component - diff --git a/english/php/aspose.barcode.generation/gs1compositebarparameters/linearcomponenttype/_index.md b/english/php/aspose.barcode.generation/gs1compositebarparameters/linearcomponenttype/_index.md deleted file mode 100644 index b75896ce2..000000000 --- a/english/php/aspose.barcode.generation/gs1compositebarparameters/linearcomponenttype/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "GS1CompositeBarParameters.LinearComponentType" -linktitle: "LinearComponentType" -articleTitle: "LinearComponentType" -second_title: "Aspose.BarCode for PHP via Java" -description: "Linear component type: GS1Code128, UPCE, EAN8, UPCA, EAN13, DatabarStacked, DatabarStackedOmniDirectional, DatabarLimited, DatabarOmniDirectional, DatabarExpanded, DatabarExpandedStacked" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/gs1compositebarparameters/linearcomponenttype/ ---- - -## GS1CompositeBarParameters.LinearComponentType - -**Access:** Read/Write - - -### Get - -Linear component type: GS1Code128, UPCE, EAN8, UPCA, EAN13, DatabarStacked, DatabarStackedOmniDirectional, DatabarLimited, DatabarOmniDirectional, DatabarExpanded, DatabarExpandedStacked - - -### Set - -Linear component type: GS1Code128, UPCE, EAN8, UPCA, EAN13, DatabarStacked, DatabarStackedOmniDirectional, DatabarLimited, DatabarOmniDirectional, DatabarExpanded, DatabarExpandedStacked - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/gs1compositebarparameters/setallowonlygs1encoding/_index.md b/english/php/aspose.barcode.generation/gs1compositebarparameters/setallowonlygs1encoding/_index.md deleted file mode 100644 index 9067b5bb0..000000000 --- a/english/php/aspose.barcode.generation/gs1compositebarparameters/setallowonlygs1encoding/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "GS1CompositeBarParameters.setAllowOnlyGS1Encoding" -linktitle: "setAllowOnlyGS1Encoding" -articleTitle: "setAllowOnlyGS1Encoding" -second_title: "Aspose.BarCode for PHP via Java" -description: "If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/gs1compositebarparameters/setallowonlygs1encoding/ ---- - -## GS1CompositeBarParameters.setAllowOnlyGS1Encoding - -```php -setAllowOnlyGS1Encoding(bool $value) -``` - - -If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `bool` | | diff --git a/english/php/aspose.barcode.generation/gs1compositebarparameters/twodcomponenttype/_index.md b/english/php/aspose.barcode.generation/gs1compositebarparameters/twodcomponenttype/_index.md deleted file mode 100644 index d9a06295f..000000000 --- a/english/php/aspose.barcode.generation/gs1compositebarparameters/twodcomponenttype/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "GS1CompositeBarParameters.TwoDComponentType" -linktitle: "TwoDComponentType" -articleTitle: "TwoDComponentType" -second_title: "Aspose.BarCode for PHP via Java" -description: "2D component type" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/gs1compositebarparameters/twodcomponenttype/ ---- - -## GS1CompositeBarParameters.TwoDComponentType - -**Access:** Read/Write - - -### Get - -2D component type - - -### Set - -2D component type - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/hanxinencodemode/_index.md b/english/php/aspose.barcode.generation/hanxinencodemode/_index.md index 92a160779..1b2b08a8e 100644 --- a/english/php/aspose.barcode.generation/hanxinencodemode/_index.md +++ b/english/php/aspose.barcode.generation/hanxinencodemode/_index.md @@ -1,7 +1,6 @@ --- -title: "HanXinEncodeMode Enum" +title: "HanXinEncodeMode" linktitle: "HanXinEncodeMode" -articleTitle: "HanXinEncodeMode" second_title: "Aspose.BarCode for PHP via Java" description: "Han Xin Code encoding mode. It is recommended to use Auto with ASCII / Chinese characters or Unicode for Unicode characters." type: docs @@ -21,9 +20,45 @@ Han Xin Code encoding mode. It is recommended to use Auto with ASCII / Chinese c | Name | Value | Description | | --- | --- | --- | -| [AUTO](./auto/) | `0` | Sequence of Numeric, Text, ECI, Binary Bytes and 4 GB18030 modes changing automatically. | -| [BINARY](./binary/) | `1` | Binary byte mode encodes binary data in any form and encodes them in their binary byte. Every byte in Binary Byte mode is represented by 8 bits. | -| [ECI](./eci/) | `2` | Extended Channel Interpretation (ECI) mode | -| [EXTENDED](./extended/) | `5` | Extended mode will allow more flexible combinations of other modes, this mode is currently not implemented. | -| [UNICODE](./unicode/) | `3` | Unicode mode designs a way to represent any text data reference to UTF8 encoding/charset in Han Xin Code. | -| [URI](./uri/) | `4` | URI mode indicates the data represented in Han Xin Code is Uniform Resource Identifier (URI) reference to RFC 3986. | +| [AUTO](#auto) | `0` | Sequence of Numeric, Text, ECI, Binary Bytes and 4 GB18030 modes changing automatically. | +| [BINARY](#binary) | `1` | Binary byte mode encodes binary data in any form and encodes them in their binary byte. Every byte in Binary Byte mode is represented by 8 bits. | +| [ECI](#eci) | `2` | Extended Channel Interpretation (ECI) mode | +| [EXTENDED](#extended) | `5` | Extended mode will allow more flexible combinations of other modes, this mode is currently not implemented. | +| [UNICODE](#unicode) | `3` | Unicode mode designs a way to represent any text data reference to UTF8 encoding/charset in Han Xin Code. | +| [URI](#uri) | `4` | URI mode indicates the data represented in Han Xin Code is Uniform Resource Identifier (URI) reference to RFC 3986. | +### AUTO {#auto} + +**Value:** `0` + +Sequence of Numeric, Text, ECI, Binary Bytes and 4 GB18030 modes changing automatically. + +### BINARY {#binary} + +**Value:** `1` + +Binary byte mode encodes binary data in any form and encodes them in their binary byte. Every byte in Binary Byte mode is represented by 8 bits. + +### ECI {#eci} + +**Value:** `2` + +Extended Channel Interpretation (ECI) mode + +### EXTENDED {#extended} + +**Value:** `5` + +Extended mode will allow more flexible combinations of other modes, this mode is currently not implemented. + +### UNICODE {#unicode} + +**Value:** `3` + +Unicode mode designs a way to represent any text data reference to UTF8 encoding/charset in Han Xin Code. + +### URI {#uri} + +**Value:** `4` + +URI mode indicates the data represented in Han Xin Code is Uniform Resource Identifier (URI) reference to RFC 3986. + diff --git a/english/php/aspose.barcode.generation/hanxinencodemode/auto/_index.md b/english/php/aspose.barcode.generation/hanxinencodemode/auto/_index.md deleted file mode 100644 index f051d7e1c..000000000 --- a/english/php/aspose.barcode.generation/hanxinencodemode/auto/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinEncodeMode::AUTO" -linktitle: "AUTO" -articleTitle: "AUTO" -second_title: "Aspose.BarCode for PHP via Java" -description: "Sequence of Numeric, Text, ECI, Binary Bytes and 4 GB18030 modes changing automatically." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinencodemode/auto/ ---- - -## HanXinEncodeMode::AUTO Enum Value - -**Value:** `0` - - -Sequence of Numeric, Text, ECI, Binary Bytes and 4 GB18030 modes changing automatically. - diff --git a/english/php/aspose.barcode.generation/hanxinencodemode/binary/_index.md b/english/php/aspose.barcode.generation/hanxinencodemode/binary/_index.md deleted file mode 100644 index d82e5b666..000000000 --- a/english/php/aspose.barcode.generation/hanxinencodemode/binary/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinEncodeMode::BINARY" -linktitle: "BINARY" -articleTitle: "BINARY" -second_title: "Aspose.BarCode for PHP via Java" -description: "Binary byte mode encodes binary data in any form and encodes them in their binary byte. Every byte in Binary Byte mode is represented by 8 bits." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinencodemode/binary/ ---- - -## HanXinEncodeMode::BINARY Enum Value - -**Value:** `1` - - -Binary byte mode encodes binary data in any form and encodes them in their binary byte. Every byte in Binary Byte mode is represented by 8 bits. - diff --git a/english/php/aspose.barcode.generation/hanxinencodemode/eci/_index.md b/english/php/aspose.barcode.generation/hanxinencodemode/eci/_index.md deleted file mode 100644 index 708b16a9d..000000000 --- a/english/php/aspose.barcode.generation/hanxinencodemode/eci/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinEncodeMode::ECI" -linktitle: "ECI" -articleTitle: "ECI" -second_title: "Aspose.BarCode for PHP via Java" -description: "Extended Channel Interpretation (ECI) mode" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinencodemode/eci/ ---- - -## HanXinEncodeMode::ECI Enum Value - -**Value:** `2` - - -Extended Channel Interpretation (ECI) mode - diff --git a/english/php/aspose.barcode.generation/hanxinencodemode/extended/_index.md b/english/php/aspose.barcode.generation/hanxinencodemode/extended/_index.md deleted file mode 100644 index 9d0429b8e..000000000 --- a/english/php/aspose.barcode.generation/hanxinencodemode/extended/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinEncodeMode::EXTENDED" -linktitle: "EXTENDED" -articleTitle: "EXTENDED" -second_title: "Aspose.BarCode for PHP via Java" -description: "Extended mode will allow more flexible combinations of other modes, this mode is currently not implemented." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinencodemode/extended/ ---- - -## HanXinEncodeMode::EXTENDED Enum Value - -**Value:** `5` - - -Extended mode will allow more flexible combinations of other modes, this mode is currently not implemented. - diff --git a/english/php/aspose.barcode.generation/hanxinencodemode/unicode/_index.md b/english/php/aspose.barcode.generation/hanxinencodemode/unicode/_index.md deleted file mode 100644 index 931206d26..000000000 --- a/english/php/aspose.barcode.generation/hanxinencodemode/unicode/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinEncodeMode::UNICODE" -linktitle: "UNICODE" -articleTitle: "UNICODE" -second_title: "Aspose.BarCode for PHP via Java" -description: "Unicode mode designs a way to represent any text data reference to UTF8 encoding/charset in Han Xin Code." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinencodemode/unicode/ ---- - -## HanXinEncodeMode::UNICODE Enum Value - -**Value:** `3` - - -Unicode mode designs a way to represent any text data reference to UTF8 encoding/charset in Han Xin Code. - diff --git a/english/php/aspose.barcode.generation/hanxinencodemode/uri/_index.md b/english/php/aspose.barcode.generation/hanxinencodemode/uri/_index.md deleted file mode 100644 index f9914261e..000000000 --- a/english/php/aspose.barcode.generation/hanxinencodemode/uri/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinEncodeMode::URI" -linktitle: "URI" -articleTitle: "URI" -second_title: "Aspose.BarCode for PHP via Java" -description: "URI mode indicates the data represented in Han Xin Code is Uniform Resource Identifier (URI) reference to RFC 3986." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinencodemode/uri/ ---- - -## HanXinEncodeMode::URI Enum Value - -**Value:** `4` - - -URI mode indicates the data represented in Han Xin Code is Uniform Resource Identifier (URI) reference to RFC 3986. - diff --git a/english/php/aspose.barcode.generation/hanxinerrorlevel/_index.md b/english/php/aspose.barcode.generation/hanxinerrorlevel/_index.md index d0f8c369b..4148a9b0e 100644 --- a/english/php/aspose.barcode.generation/hanxinerrorlevel/_index.md +++ b/english/php/aspose.barcode.generation/hanxinerrorlevel/_index.md @@ -1,7 +1,6 @@ --- -title: "HanXinErrorLevel Enum" +title: "HanXinErrorLevel" linktitle: "HanXinErrorLevel" -articleTitle: "HanXinErrorLevel" second_title: "Aspose.BarCode for PHP via Java" description: "Level of Reed-Solomon error correction. From low to high: L1, L2, L3, L4." type: docs @@ -21,7 +20,31 @@ Level of Reed-Solomon error correction. From low to high: L1, L2, L3, L4. | Name | Value | Description | | --- | --- | --- | -| [L1](./l1/) | `0` | Allows recovery of 8% of the code text | -| [L2](./l2/) | `1` | Allows recovery of 15% of the code text | -| [L3](./l3/) | `2` | Allows recovery of 23% of the code text | -| [L4](./l4/) | `3` | Allows recovery of 30% of the code text | +| [L1](#l1) | `0` | Allows recovery of 8% of the code text | +| [L2](#l2) | `1` | Allows recovery of 15% of the code text | +| [L3](#l3) | `2` | Allows recovery of 23% of the code text | +| [L4](#l4) | `3` | Allows recovery of 30% of the code text | +### L1 {#l1} + +**Value:** `0` + +Allows recovery of 8% of the code text + +### L2 {#l2} + +**Value:** `1` + +Allows recovery of 15% of the code text + +### L3 {#l3} + +**Value:** `2` + +Allows recovery of 23% of the code text + +### L4 {#l4} + +**Value:** `3` + +Allows recovery of 30% of the code text + diff --git a/english/php/aspose.barcode.generation/hanxinerrorlevel/l1/_index.md b/english/php/aspose.barcode.generation/hanxinerrorlevel/l1/_index.md deleted file mode 100644 index 01b5faa52..000000000 --- a/english/php/aspose.barcode.generation/hanxinerrorlevel/l1/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinErrorLevel::L1" -linktitle: "L1" -articleTitle: "L1" -second_title: "Aspose.BarCode for PHP via Java" -description: "Allows recovery of 8% of the code text" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinerrorlevel/l1/ ---- - -## HanXinErrorLevel::L1 Enum Value - -**Value:** `0` - - -Allows recovery of 8% of the code text - diff --git a/english/php/aspose.barcode.generation/hanxinerrorlevel/l2/_index.md b/english/php/aspose.barcode.generation/hanxinerrorlevel/l2/_index.md deleted file mode 100644 index 13a3b4346..000000000 --- a/english/php/aspose.barcode.generation/hanxinerrorlevel/l2/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinErrorLevel::L2" -linktitle: "L2" -articleTitle: "L2" -second_title: "Aspose.BarCode for PHP via Java" -description: "Allows recovery of 15% of the code text" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinerrorlevel/l2/ ---- - -## HanXinErrorLevel::L2 Enum Value - -**Value:** `1` - - -Allows recovery of 15% of the code text - diff --git a/english/php/aspose.barcode.generation/hanxinerrorlevel/l3/_index.md b/english/php/aspose.barcode.generation/hanxinerrorlevel/l3/_index.md deleted file mode 100644 index 1250a0836..000000000 --- a/english/php/aspose.barcode.generation/hanxinerrorlevel/l3/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinErrorLevel::L3" -linktitle: "L3" -articleTitle: "L3" -second_title: "Aspose.BarCode for PHP via Java" -description: "Allows recovery of 23% of the code text" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinerrorlevel/l3/ ---- - -## HanXinErrorLevel::L3 Enum Value - -**Value:** `2` - - -Allows recovery of 23% of the code text - diff --git a/english/php/aspose.barcode.generation/hanxinerrorlevel/l4/_index.md b/english/php/aspose.barcode.generation/hanxinerrorlevel/l4/_index.md deleted file mode 100644 index 1180d06e4..000000000 --- a/english/php/aspose.barcode.generation/hanxinerrorlevel/l4/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinErrorLevel::L4" -linktitle: "L4" -articleTitle: "L4" -second_title: "Aspose.BarCode for PHP via Java" -description: "Allows recovery of 30% of the code text" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinerrorlevel/l4/ ---- - -## HanXinErrorLevel::L4 Enum Value - -**Value:** `3` - - -Allows recovery of 30% of the code text - diff --git a/english/php/aspose.barcode.generation/hanxinextcodetextbuilder/_index.md b/english/php/aspose.barcode.generation/hanxinextcodetextbuilder/_index.md index 59524f1c2..b51375fda 100644 --- a/english/php/aspose.barcode.generation/hanxinextcodetextbuilder/_index.md +++ b/english/php/aspose.barcode.generation/hanxinextcodetextbuilder/_index.md @@ -1,7 +1,6 @@ --- -title: "HanXinExtCodetextBuilder Class" +title: "HanXinExtCodetextBuilder" linktitle: "HanXinExtCodetextBuilder" -articleTitle: "HanXinExtCodetextBuilder" second_title: "Aspose.BarCode for PHP via Java" description: "Extended codetext generator for Han Xin Code for Extended Mode of HanXinEncodeMode" type: docs @@ -21,28 +20,138 @@ Extended codetext generator for Han Xin Code for Extended Mode of HanXinEncodeMo | Name | Description | | --- | --- | -| [__construct](./hanxinextcodetextbuilder/) | | +| [__construct](#constructor) | | ## Methods | Name | Static | Description | | --- | --- | --- | -| [addAuto](./addauto/) | No | Adds codetext fragment in Auto mode | -| [addBinary](./addbinary/) | No | Adds codetext fragment in Binary mode | -| [addCommonChineseRegionOne](./addcommonchineseregionone/) | No | Adds codetext fragment in Common Chinese Region One mode | -| [addCommonChineseRegionTwo](./addcommonchineseregiontwo/) | No | Adds codetext fragment in Common Chinese Region Two mode | -| [addECI](./addeci/) | No | Adds codetext fragment in ECI mode | -| [addGB18030FourByte](./addgb18030fourbyte/) | No | Adds codetext fragment in GB18030 Four Byte mode | -| [addGB18030TwoByte](./addgb18030twobyte/) | No | Adds codetext fragment in GB18030 Two Byte mode | -| [addGS1](./addgs1/) | No | Adds codetext fragment in GS1 mode | -| [addNumeric](./addnumeric/) | No | Adds codetext fragment in Numeric mode | -| [addText](./addtext/) | No | Adds codetext fragment in Text mode | -| [addUnicode](./addunicode/) | No | Adds codetext fragment in Unicode mode | -| [addURI](./adduri/) | No | Adds codetext fragment in URI mode | -| [init](./init/) | No | | +| [addAuto](#addauto) | No | Adds codetext fragment in Auto mode | +| [addBinary](#addbinary) | No | Adds codetext fragment in Binary mode | +| [addCommonChineseRegionOne](#addcommonchineseregionone) | No | Adds codetext fragment in Common Chinese Region One mode | +| [addCommonChineseRegionTwo](#addcommonchineseregiontwo) | No | Adds codetext fragment in Common Chinese Region Two mode | +| [addECI](#addeci) | No | Adds codetext fragment in ECI mode | +| [addGB18030FourByte](#addgb18030fourbyte) | No | Adds codetext fragment in GB18030 Four Byte mode | +| [addGB18030TwoByte](#addgb18030twobyte) | No | Adds codetext fragment in GB18030 Two Byte mode | +| [addGS1](#addgs1) | No | Adds codetext fragment in GS1 mode | +| [addNumeric](#addnumeric) | No | Adds codetext fragment in Numeric mode | +| [addText](#addtext) | No | Adds codetext fragment in Text mode | +| [addUnicode](#addunicode) | No | Adds codetext fragment in Unicode mode | +| [addURI](#adduri) | No | Adds codetext fragment in URI mode | +| [init](#init) | No | | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [ExtendedCodetext](./extendedcodetext/) | Read-only | Returns codetext from Extended mode codetext builder | +| [ExtendedCodetext](#extendedcodetext) | Read-only | Returns codetext from Extended mode codetext builder | + +### HanXinExtCodetextBuilder__construct() {#constructor} + +### addAutoaddAuto(string $text) {#addauto} + +Adds codetext fragment in Auto mode + +| Parameter | Type | Description | +| --- | --- | --- | +| `$text` | `string` | | + +### addBinaryaddBinary(string $text) {#addbinary} + +Adds codetext fragment in Binary mode + +| Parameter | Type | Description | +| --- | --- | --- | +| `$text` | `string` | Codetext string | + +### addCommonChineseRegionOneaddCommonChineseRegionOne(string $text) {#addcommonchineseregionone} + +Adds codetext fragment in Common Chinese Region One mode + +| Parameter | Type | Description | +| --- | --- | --- | +| `$text` | `string` | Codetext string | + +### addCommonChineseRegionTwoaddCommonChineseRegionTwo(string $text) {#addcommonchineseregiontwo} + +Adds codetext fragment in Common Chinese Region Two mode + +| Parameter | Type | Description | +| --- | --- | --- | +| `$text` | `string` | Codetext string | + +### addECIaddECI(string $text, int $encoding) {#addeci} + +Adds codetext fragment in ECI mode + +| Parameter | Type | Description | +| --- | --- | --- | +| `$text` | `string` | | +| `$encoding` | `int` | | + +### addGB18030FourByteaddGB18030FourByte(string $text) {#addgb18030fourbyte} + +Adds codetext fragment in GB18030 Four Byte mode + +| Parameter | Type | Description | +| --- | --- | --- | +| `$text` | `string` | Codetext string | + +### addGB18030TwoByteaddGB18030TwoByte(string $text) {#addgb18030twobyte} + +Adds codetext fragment in GB18030 Two Byte mode + +| Parameter | Type | Description | +| --- | --- | --- | +| `$text` | `string` | Codetext string | + +### addGS1addGS1(string $text) {#addgs1} + +Adds codetext fragment in GS1 mode + +| Parameter | Type | Description | +| --- | --- | --- | +| `$text` | `string` | Codetext string | + +### addNumericaddNumeric(string $text) {#addnumeric} + +Adds codetext fragment in Numeric mode + +| Parameter | Type | Description | +| --- | --- | --- | +| `$text` | `string` | Codetext string | + +### addTextaddText(string $text) {#addtext} + +Adds codetext fragment in Text mode + +| Parameter | Type | Description | +| --- | --- | --- | +| `$text` | `string` | Codetext string | + +### addUnicodeaddUnicode(string $text) {#addunicode} + +Adds codetext fragment in Unicode mode + +| Parameter | Type | Description | +| --- | --- | --- | +| `$text` | `string` | Codetext string | + +### addURIaddURI(string $text) {#adduri} + +Adds codetext fragment in URI mode + +| Parameter | Type | Description | +| --- | --- | --- | +| `$text` | `string` | Codetext string | + +### initinit() {#init} + +### ExtendedCodetext {#extendedcodetext} + +**Access:** Read-only + +**Returns:** string Codetext in Extended mode + +Returns codetext from Extended mode codetext builder + diff --git a/english/php/aspose.barcode.generation/hanxinextcodetextbuilder/addauto/_index.md b/english/php/aspose.barcode.generation/hanxinextcodetextbuilder/addauto/_index.md deleted file mode 100644 index e75da4dd5..000000000 --- a/english/php/aspose.barcode.generation/hanxinextcodetextbuilder/addauto/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "HanXinExtCodetextBuilder.addAuto" -linktitle: "addAuto" -articleTitle: "addAuto" -second_title: "Aspose.BarCode for PHP via Java" -description: "Adds codetext fragment in Auto mode" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinextcodetextbuilder/addauto/ ---- - -## HanXinExtCodetextBuilder.addAuto - -```php -addAuto(string $text) -``` - - -Adds codetext fragment in Auto mode - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$text` | `string` | | diff --git a/english/php/aspose.barcode.generation/hanxinextcodetextbuilder/addbinary/_index.md b/english/php/aspose.barcode.generation/hanxinextcodetextbuilder/addbinary/_index.md deleted file mode 100644 index f9c55b7c2..000000000 --- a/english/php/aspose.barcode.generation/hanxinextcodetextbuilder/addbinary/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "HanXinExtCodetextBuilder.addBinary" -linktitle: "addBinary" -articleTitle: "addBinary" -second_title: "Aspose.BarCode for PHP via Java" -description: "Adds codetext fragment in Binary mode" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinextcodetextbuilder/addbinary/ ---- - -## HanXinExtCodetextBuilder.addBinary - -```php -addBinary(string $text) -``` - - -Adds codetext fragment in Binary mode - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$text` | `string` | Codetext string | diff --git a/english/php/aspose.barcode.generation/hanxinextcodetextbuilder/addcommonchineseregionone/_index.md b/english/php/aspose.barcode.generation/hanxinextcodetextbuilder/addcommonchineseregionone/_index.md deleted file mode 100644 index 228c2d931..000000000 --- a/english/php/aspose.barcode.generation/hanxinextcodetextbuilder/addcommonchineseregionone/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "HanXinExtCodetextBuilder.addCommonChineseRegionOne" -linktitle: "addCommonChineseRegionOne" -articleTitle: "addCommonChineseRegionOne" -second_title: "Aspose.BarCode for PHP via Java" -description: "Adds codetext fragment in Common Chinese Region One mode" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinextcodetextbuilder/addcommonchineseregionone/ ---- - -## HanXinExtCodetextBuilder.addCommonChineseRegionOne - -```php -addCommonChineseRegionOne(string $text) -``` - - -Adds codetext fragment in Common Chinese Region One mode - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$text` | `string` | Codetext string | diff --git a/english/php/aspose.barcode.generation/hanxinextcodetextbuilder/addcommonchineseregiontwo/_index.md b/english/php/aspose.barcode.generation/hanxinextcodetextbuilder/addcommonchineseregiontwo/_index.md deleted file mode 100644 index 5ba1f9a06..000000000 --- a/english/php/aspose.barcode.generation/hanxinextcodetextbuilder/addcommonchineseregiontwo/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "HanXinExtCodetextBuilder.addCommonChineseRegionTwo" -linktitle: "addCommonChineseRegionTwo" -articleTitle: "addCommonChineseRegionTwo" -second_title: "Aspose.BarCode for PHP via Java" -description: "Adds codetext fragment in Common Chinese Region Two mode" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinextcodetextbuilder/addcommonchineseregiontwo/ ---- - -## HanXinExtCodetextBuilder.addCommonChineseRegionTwo - -```php -addCommonChineseRegionTwo(string $text) -``` - - -Adds codetext fragment in Common Chinese Region Two mode - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$text` | `string` | Codetext string | diff --git a/english/php/aspose.barcode.generation/hanxinextcodetextbuilder/addeci/_index.md b/english/php/aspose.barcode.generation/hanxinextcodetextbuilder/addeci/_index.md deleted file mode 100644 index 9743de5ad..000000000 --- a/english/php/aspose.barcode.generation/hanxinextcodetextbuilder/addeci/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: "HanXinExtCodetextBuilder.addECI" -linktitle: "addECI" -articleTitle: "addECI" -second_title: "Aspose.BarCode for PHP via Java" -description: "Adds codetext fragment in ECI mode" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinextcodetextbuilder/addeci/ ---- - -## HanXinExtCodetextBuilder.addECI - -```php -addECI(string $text, int $encoding) -``` - - -Adds codetext fragment in ECI mode - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$text` | `string` | | -| `$encoding` | `int` | | diff --git a/english/php/aspose.barcode.generation/hanxinextcodetextbuilder/addgb18030fourbyte/_index.md b/english/php/aspose.barcode.generation/hanxinextcodetextbuilder/addgb18030fourbyte/_index.md deleted file mode 100644 index 50223a67d..000000000 --- a/english/php/aspose.barcode.generation/hanxinextcodetextbuilder/addgb18030fourbyte/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "HanXinExtCodetextBuilder.addGB18030FourByte" -linktitle: "addGB18030FourByte" -articleTitle: "addGB18030FourByte" -second_title: "Aspose.BarCode for PHP via Java" -description: "Adds codetext fragment in GB18030 Four Byte mode" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinextcodetextbuilder/addgb18030fourbyte/ ---- - -## HanXinExtCodetextBuilder.addGB18030FourByte - -```php -addGB18030FourByte(string $text) -``` - - -Adds codetext fragment in GB18030 Four Byte mode - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$text` | `string` | Codetext string | diff --git a/english/php/aspose.barcode.generation/hanxinextcodetextbuilder/addgb18030twobyte/_index.md b/english/php/aspose.barcode.generation/hanxinextcodetextbuilder/addgb18030twobyte/_index.md deleted file mode 100644 index acda36376..000000000 --- a/english/php/aspose.barcode.generation/hanxinextcodetextbuilder/addgb18030twobyte/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "HanXinExtCodetextBuilder.addGB18030TwoByte" -linktitle: "addGB18030TwoByte" -articleTitle: "addGB18030TwoByte" -second_title: "Aspose.BarCode for PHP via Java" -description: "Adds codetext fragment in GB18030 Two Byte mode" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinextcodetextbuilder/addgb18030twobyte/ ---- - -## HanXinExtCodetextBuilder.addGB18030TwoByte - -```php -addGB18030TwoByte(string $text) -``` - - -Adds codetext fragment in GB18030 Two Byte mode - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$text` | `string` | Codetext string | diff --git a/english/php/aspose.barcode.generation/hanxinextcodetextbuilder/addgs1/_index.md b/english/php/aspose.barcode.generation/hanxinextcodetextbuilder/addgs1/_index.md deleted file mode 100644 index ddad9eb84..000000000 --- a/english/php/aspose.barcode.generation/hanxinextcodetextbuilder/addgs1/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "HanXinExtCodetextBuilder.addGS1" -linktitle: "addGS1" -articleTitle: "addGS1" -second_title: "Aspose.BarCode for PHP via Java" -description: "Adds codetext fragment in GS1 mode" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinextcodetextbuilder/addgs1/ ---- - -## HanXinExtCodetextBuilder.addGS1 - -```php -addGS1(string $text) -``` - - -Adds codetext fragment in GS1 mode - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$text` | `string` | Codetext string | diff --git a/english/php/aspose.barcode.generation/hanxinextcodetextbuilder/addnumeric/_index.md b/english/php/aspose.barcode.generation/hanxinextcodetextbuilder/addnumeric/_index.md deleted file mode 100644 index b6240eac7..000000000 --- a/english/php/aspose.barcode.generation/hanxinextcodetextbuilder/addnumeric/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "HanXinExtCodetextBuilder.addNumeric" -linktitle: "addNumeric" -articleTitle: "addNumeric" -second_title: "Aspose.BarCode for PHP via Java" -description: "Adds codetext fragment in Numeric mode" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinextcodetextbuilder/addnumeric/ ---- - -## HanXinExtCodetextBuilder.addNumeric - -```php -addNumeric(string $text) -``` - - -Adds codetext fragment in Numeric mode - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$text` | `string` | Codetext string | diff --git a/english/php/aspose.barcode.generation/hanxinextcodetextbuilder/addtext/_index.md b/english/php/aspose.barcode.generation/hanxinextcodetextbuilder/addtext/_index.md deleted file mode 100644 index 26c13dd40..000000000 --- a/english/php/aspose.barcode.generation/hanxinextcodetextbuilder/addtext/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "HanXinExtCodetextBuilder.addText" -linktitle: "addText" -articleTitle: "addText" -second_title: "Aspose.BarCode for PHP via Java" -description: "Adds codetext fragment in Text mode" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinextcodetextbuilder/addtext/ ---- - -## HanXinExtCodetextBuilder.addText - -```php -addText(string $text) -``` - - -Adds codetext fragment in Text mode - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$text` | `string` | Codetext string | diff --git a/english/php/aspose.barcode.generation/hanxinextcodetextbuilder/addunicode/_index.md b/english/php/aspose.barcode.generation/hanxinextcodetextbuilder/addunicode/_index.md deleted file mode 100644 index 617a65288..000000000 --- a/english/php/aspose.barcode.generation/hanxinextcodetextbuilder/addunicode/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "HanXinExtCodetextBuilder.addUnicode" -linktitle: "addUnicode" -articleTitle: "addUnicode" -second_title: "Aspose.BarCode for PHP via Java" -description: "Adds codetext fragment in Unicode mode" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinextcodetextbuilder/addunicode/ ---- - -## HanXinExtCodetextBuilder.addUnicode - -```php -addUnicode(string $text) -``` - - -Adds codetext fragment in Unicode mode - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$text` | `string` | Codetext string | diff --git a/english/php/aspose.barcode.generation/hanxinextcodetextbuilder/adduri/_index.md b/english/php/aspose.barcode.generation/hanxinextcodetextbuilder/adduri/_index.md deleted file mode 100644 index 85594526a..000000000 --- a/english/php/aspose.barcode.generation/hanxinextcodetextbuilder/adduri/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "HanXinExtCodetextBuilder.addURI" -linktitle: "addURI" -articleTitle: "addURI" -second_title: "Aspose.BarCode for PHP via Java" -description: "Adds codetext fragment in URI mode" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinextcodetextbuilder/adduri/ ---- - -## HanXinExtCodetextBuilder.addURI - -```php -addURI(string $text) -``` - - -Adds codetext fragment in URI mode - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$text` | `string` | Codetext string | diff --git a/english/php/aspose.barcode.generation/hanxinextcodetextbuilder/extendedcodetext/_index.md b/english/php/aspose.barcode.generation/hanxinextcodetextbuilder/extendedcodetext/_index.md deleted file mode 100644 index 3432f296e..000000000 --- a/english/php/aspose.barcode.generation/hanxinextcodetextbuilder/extendedcodetext/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "HanXinExtCodetextBuilder.ExtendedCodetext" -linktitle: "ExtendedCodetext" -articleTitle: "ExtendedCodetext" -second_title: "Aspose.BarCode for PHP via Java" -description: "Returns codetext from Extended mode codetext builder" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinextcodetextbuilder/extendedcodetext/ ---- - -## HanXinExtCodetextBuilder.ExtendedCodetext - -**Access:** Read-only - - -**Returns:** string Codetext in Extended mode - - -### Get - -Returns codetext from Extended mode codetext builder - diff --git a/english/php/aspose.barcode.generation/hanxinextcodetextbuilder/hanxinextcodetextbuilder/_index.md b/english/php/aspose.barcode.generation/hanxinextcodetextbuilder/hanxinextcodetextbuilder/_index.md deleted file mode 100644 index e1d880e9b..000000000 --- a/english/php/aspose.barcode.generation/hanxinextcodetextbuilder/hanxinextcodetextbuilder/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "HanXinExtCodetextBuilder" -linktitle: "HanXinExtCodetextBuilder" -articleTitle: "HanXinExtCodetextBuilder" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinextcodetextbuilder/hanxinextcodetextbuilder/ ---- - -## HanXinExtCodetextBuilder Constructor - -```php -__construct() -``` - diff --git a/english/php/aspose.barcode.generation/hanxinextcodetextbuilder/init/_index.md b/english/php/aspose.barcode.generation/hanxinextcodetextbuilder/init/_index.md deleted file mode 100644 index f330ef462..000000000 --- a/english/php/aspose.barcode.generation/hanxinextcodetextbuilder/init/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "HanXinExtCodetextBuilder.init" -linktitle: "init" -articleTitle: "init" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinextcodetextbuilder/init/ ---- - -## HanXinExtCodetextBuilder.init - -```php -init() -``` - diff --git a/english/php/aspose.barcode.generation/hanxinextcodetextbuildertype/_index.md b/english/php/aspose.barcode.generation/hanxinextcodetextbuildertype/_index.md index ed3b41318..9691640ce 100644 --- a/english/php/aspose.barcode.generation/hanxinextcodetextbuildertype/_index.md +++ b/english/php/aspose.barcode.generation/hanxinextcodetextbuildertype/_index.md @@ -1,7 +1,6 @@ --- -title: "HanXinExtCodetextBuilderType Enum" +title: "HanXinExtCodetextBuilderType" linktitle: "HanXinExtCodetextBuilderType" -articleTitle: "HanXinExtCodetextBuilderType" second_title: "Aspose.BarCode for PHP via Java" description: "" type: docs @@ -18,15 +17,63 @@ url: /php/aspose.barcode.generation/hanxinextcodetextbuildertype/ | Name | Value | Description | | --- | --- | --- | -| [Auto](./auto/) | `1` | | -| [Binary](./binary/) | `2` | | -| [CommonChineseRegionOne](./commonchineseregionone/) | `7` | | -| [CommonChineseRegionTwo](./commonchineseregiontwo/) | `8` | | -| [ECI](./eci/) | `0` | | -| [GB18030FourByte](./gb18030fourbyte/) | `10` | | -| [GB18030TwoByte](./gb18030twobyte/) | `9` | | -| [GS1](./gs1/) | `11` | | -| [Numeric](./numeric/) | `5` | | -| [Text](./text/) | `4` | | -| [Unicode](./unicode/) | `6` | | -| [URI](./uri/) | `3` | | +| [Auto](#auto) | `1` | | +| [Binary](#binary) | `2` | | +| [CommonChineseRegionOne](#commonchineseregionone) | `7` | | +| [CommonChineseRegionTwo](#commonchineseregiontwo) | `8` | | +| [ECI](#eci) | `0` | | +| [GB18030FourByte](#gb18030fourbyte) | `10` | | +| [GB18030TwoByte](#gb18030twobyte) | `9` | | +| [GS1](#gs1) | `11` | | +| [Numeric](#numeric) | `5` | | +| [Text](#text) | `4` | | +| [Unicode](#unicode) | `6` | | +| [URI](#uri) | `3` | | +### Auto {#auto} + +**Value:** `1` + +### Binary {#binary} + +**Value:** `2` + +### CommonChineseRegionOne {#commonchineseregionone} + +**Value:** `7` + +### CommonChineseRegionTwo {#commonchineseregiontwo} + +**Value:** `8` + +### ECI {#eci} + +**Value:** `0` + +### GB18030FourByte {#gb18030fourbyte} + +**Value:** `10` + +### GB18030TwoByte {#gb18030twobyte} + +**Value:** `9` + +### GS1 {#gs1} + +**Value:** `11` + +### Numeric {#numeric} + +**Value:** `5` + +### Text {#text} + +**Value:** `4` + +### Unicode {#unicode} + +**Value:** `6` + +### URI {#uri} + +**Value:** `3` + diff --git a/english/php/aspose.barcode.generation/hanxinextcodetextbuildertype/auto/_index.md b/english/php/aspose.barcode.generation/hanxinextcodetextbuildertype/auto/_index.md deleted file mode 100644 index 88c6116bb..000000000 --- a/english/php/aspose.barcode.generation/hanxinextcodetextbuildertype/auto/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "HanXinExtCodetextBuilderType::Auto" -linktitle: "Auto" -articleTitle: "Auto" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinextcodetextbuildertype/auto/ ---- - -## HanXinExtCodetextBuilderType::Auto Enum Value - -**Value:** `1` - diff --git a/english/php/aspose.barcode.generation/hanxinextcodetextbuildertype/binary/_index.md b/english/php/aspose.barcode.generation/hanxinextcodetextbuildertype/binary/_index.md deleted file mode 100644 index 8a536c6f6..000000000 --- a/english/php/aspose.barcode.generation/hanxinextcodetextbuildertype/binary/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "HanXinExtCodetextBuilderType::Binary" -linktitle: "Binary" -articleTitle: "Binary" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinextcodetextbuildertype/binary/ ---- - -## HanXinExtCodetextBuilderType::Binary Enum Value - -**Value:** `2` - diff --git a/english/php/aspose.barcode.generation/hanxinextcodetextbuildertype/commonchineseregionone/_index.md b/english/php/aspose.barcode.generation/hanxinextcodetextbuildertype/commonchineseregionone/_index.md deleted file mode 100644 index a91f0e57f..000000000 --- a/english/php/aspose.barcode.generation/hanxinextcodetextbuildertype/commonchineseregionone/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "HanXinExtCodetextBuilderType::CommonChineseRegionOne" -linktitle: "CommonChineseRegionOne" -articleTitle: "CommonChineseRegionOne" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinextcodetextbuildertype/commonchineseregionone/ ---- - -## HanXinExtCodetextBuilderType::CommonChineseRegionOne Enum Value - -**Value:** `7` - diff --git a/english/php/aspose.barcode.generation/hanxinextcodetextbuildertype/commonchineseregiontwo/_index.md b/english/php/aspose.barcode.generation/hanxinextcodetextbuildertype/commonchineseregiontwo/_index.md deleted file mode 100644 index a16799525..000000000 --- a/english/php/aspose.barcode.generation/hanxinextcodetextbuildertype/commonchineseregiontwo/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "HanXinExtCodetextBuilderType::CommonChineseRegionTwo" -linktitle: "CommonChineseRegionTwo" -articleTitle: "CommonChineseRegionTwo" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinextcodetextbuildertype/commonchineseregiontwo/ ---- - -## HanXinExtCodetextBuilderType::CommonChineseRegionTwo Enum Value - -**Value:** `8` - diff --git a/english/php/aspose.barcode.generation/hanxinextcodetextbuildertype/eci/_index.md b/english/php/aspose.barcode.generation/hanxinextcodetextbuildertype/eci/_index.md deleted file mode 100644 index cba36f054..000000000 --- a/english/php/aspose.barcode.generation/hanxinextcodetextbuildertype/eci/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "HanXinExtCodetextBuilderType::ECI" -linktitle: "ECI" -articleTitle: "ECI" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinextcodetextbuildertype/eci/ ---- - -## HanXinExtCodetextBuilderType::ECI Enum Value - -**Value:** `0` - diff --git a/english/php/aspose.barcode.generation/hanxinextcodetextbuildertype/gb18030fourbyte/_index.md b/english/php/aspose.barcode.generation/hanxinextcodetextbuildertype/gb18030fourbyte/_index.md deleted file mode 100644 index 074323638..000000000 --- a/english/php/aspose.barcode.generation/hanxinextcodetextbuildertype/gb18030fourbyte/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "HanXinExtCodetextBuilderType::GB18030FourByte" -linktitle: "GB18030FourByte" -articleTitle: "GB18030FourByte" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinextcodetextbuildertype/gb18030fourbyte/ ---- - -## HanXinExtCodetextBuilderType::GB18030FourByte Enum Value - -**Value:** `10` - diff --git a/english/php/aspose.barcode.generation/hanxinextcodetextbuildertype/gb18030twobyte/_index.md b/english/php/aspose.barcode.generation/hanxinextcodetextbuildertype/gb18030twobyte/_index.md deleted file mode 100644 index 2a6dbb575..000000000 --- a/english/php/aspose.barcode.generation/hanxinextcodetextbuildertype/gb18030twobyte/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "HanXinExtCodetextBuilderType::GB18030TwoByte" -linktitle: "GB18030TwoByte" -articleTitle: "GB18030TwoByte" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinextcodetextbuildertype/gb18030twobyte/ ---- - -## HanXinExtCodetextBuilderType::GB18030TwoByte Enum Value - -**Value:** `9` - diff --git a/english/php/aspose.barcode.generation/hanxinextcodetextbuildertype/gs1/_index.md b/english/php/aspose.barcode.generation/hanxinextcodetextbuildertype/gs1/_index.md deleted file mode 100644 index 96af18f5d..000000000 --- a/english/php/aspose.barcode.generation/hanxinextcodetextbuildertype/gs1/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "HanXinExtCodetextBuilderType::GS1" -linktitle: "GS1" -articleTitle: "GS1" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinextcodetextbuildertype/gs1/ ---- - -## HanXinExtCodetextBuilderType::GS1 Enum Value - -**Value:** `11` - diff --git a/english/php/aspose.barcode.generation/hanxinextcodetextbuildertype/numeric/_index.md b/english/php/aspose.barcode.generation/hanxinextcodetextbuildertype/numeric/_index.md deleted file mode 100644 index aed9d0b4b..000000000 --- a/english/php/aspose.barcode.generation/hanxinextcodetextbuildertype/numeric/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "HanXinExtCodetextBuilderType::Numeric" -linktitle: "Numeric" -articleTitle: "Numeric" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinextcodetextbuildertype/numeric/ ---- - -## HanXinExtCodetextBuilderType::Numeric Enum Value - -**Value:** `5` - diff --git a/english/php/aspose.barcode.generation/hanxinextcodetextbuildertype/text/_index.md b/english/php/aspose.barcode.generation/hanxinextcodetextbuildertype/text/_index.md deleted file mode 100644 index f61799ab1..000000000 --- a/english/php/aspose.barcode.generation/hanxinextcodetextbuildertype/text/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "HanXinExtCodetextBuilderType::Text" -linktitle: "Text" -articleTitle: "Text" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinextcodetextbuildertype/text/ ---- - -## HanXinExtCodetextBuilderType::Text Enum Value - -**Value:** `4` - diff --git a/english/php/aspose.barcode.generation/hanxinextcodetextbuildertype/unicode/_index.md b/english/php/aspose.barcode.generation/hanxinextcodetextbuildertype/unicode/_index.md deleted file mode 100644 index 050bff556..000000000 --- a/english/php/aspose.barcode.generation/hanxinextcodetextbuildertype/unicode/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "HanXinExtCodetextBuilderType::Unicode" -linktitle: "Unicode" -articleTitle: "Unicode" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinextcodetextbuildertype/unicode/ ---- - -## HanXinExtCodetextBuilderType::Unicode Enum Value - -**Value:** `6` - diff --git a/english/php/aspose.barcode.generation/hanxinextcodetextbuildertype/uri/_index.md b/english/php/aspose.barcode.generation/hanxinextcodetextbuildertype/uri/_index.md deleted file mode 100644 index 50f76845d..000000000 --- a/english/php/aspose.barcode.generation/hanxinextcodetextbuildertype/uri/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "HanXinExtCodetextBuilderType::URI" -linktitle: "URI" -articleTitle: "URI" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinextcodetextbuildertype/uri/ ---- - -## HanXinExtCodetextBuilderType::URI Enum Value - -**Value:** `3` - diff --git a/english/php/aspose.barcode.generation/hanxinparameters/_index.md b/english/php/aspose.barcode.generation/hanxinparameters/_index.md index e4736da87..e4affcd54 100644 --- a/english/php/aspose.barcode.generation/hanxinparameters/_index.md +++ b/english/php/aspose.barcode.generation/hanxinparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "HanXinParameters Class" +title: "HanXinParameters" linktitle: "HanXinParameters" -articleTitle: "HanXinParameters" second_title: "Aspose.BarCode for PHP via Java" description: "Han Xin parameters." type: docs @@ -21,17 +20,120 @@ Han Xin parameters. | Name | Description | | --- | --- | -| [__construct](./hanxinparameters/) | | +| [__construct](#constructor) | | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [ECIEncoding](./eciencoding/) | Read/Write | Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation contains all well known charset encodings. | -| [EncodeMode](./encodemode/) | Read/Write | HanXin encoding mode. Default value: EncodeMode.Mixed. | -| [ErrorLevel](./errorlevel/) | Read/Write | Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see ErrorLevel. | -| [HanXinECIEncoding](./hanxineciencoding/) | Read/Write | Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings. | -| [HanXinEncodeMode](./hanxinencodemode/) | Read/Write | HanXin encoding mode. Default value: HanXinEncodeMode::Mixed. | -| [HanXinErrorLevel](./hanxinerrorlevel/) | Read/Write | Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see HanXinErrorLevel. | -| [HanXinVersion](./hanxinversion/) | Read/Write | Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is HanXinVersion.Auto. | -| [Version](./version/) | Read/Write | Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is Version.Auto. | +| [ECIEncoding](#eciencoding) | Read/Write | Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation contains all well known charset encodings. | +| [EncodeMode](#encodemode) | Read/Write | HanXin encoding mode. Default value: EncodeMode.Mixed. | +| [ErrorLevel](#errorlevel) | Read/Write | Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see ErrorLevel. | +| [HanXinECIEncoding](#hanxineciencoding) | Read/Write | Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings. | +| [HanXinEncodeMode](#hanxinencodemode) | Read/Write | HanXin encoding mode. Default value: HanXinEncodeMode::Mixed. | +| [HanXinErrorLevel](#hanxinerrorlevel) | Read/Write | Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see HanXinErrorLevel. | +| [HanXinVersion](#hanxinversion) | Read/Write | Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is HanXinVersion.Auto. | +| [Version](#version) | Read/Write | Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is Version.Auto. | + +### HanXinParameters__construct(HanXinParametersDTO $hanXinParametersDto) {#constructor} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$hanXinParametersDto` | `HanXinParametersDTO` | | + +### ECIEncoding {#eciencoding} + +**Access:** Read/Write + +Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation contains all well known charset encodings. + +Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation contains all well known charset encodings. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### EncodeMode {#encodemode} + +**Access:** Read/Write + +HanXin encoding mode. Default value: EncodeMode.Mixed. + +HanXin encoding mode. Default value: EncodeMode.Mixed. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### ErrorLevel {#errorlevel} + +**Access:** Read/Write + +Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see ErrorLevel. + +Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see ErrorLevel. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### HanXinECIEncoding {#hanxineciencoding} + +**Access:** Read/Write + +Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings. + +Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### HanXinEncodeMode {#hanxinencodemode} + +**Access:** Read/Write + +HanXin encoding mode. Default value: HanXinEncodeMode::Mixed. + +HanXin encoding mode. Default value: HanXinEncodeMode::Mixed. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### HanXinErrorLevel {#hanxinerrorlevel} + +**Access:** Read/Write + +Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see HanXinErrorLevel. + +Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see HanXinErrorLevel. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### HanXinVersion {#hanxinversion} + +**Access:** Read/Write + +Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is HanXinVersion.Auto. + +Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is HanXinVersion.Auto. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### Version {#version} + +**Access:** Read/Write + +Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is Version.Auto. + +Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is Version.Auto. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + diff --git a/english/php/aspose.barcode.generation/hanxinparameters/eciencoding/_index.md b/english/php/aspose.barcode.generation/hanxinparameters/eciencoding/_index.md deleted file mode 100644 index 9f0369627..000000000 --- a/english/php/aspose.barcode.generation/hanxinparameters/eciencoding/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "HanXinParameters.ECIEncoding" -linktitle: "ECIEncoding" -articleTitle: "ECIEncoding" -second_title: "Aspose.BarCode for PHP via Java" -description: "Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation contains all well known" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinparameters/eciencoding/ ---- - -## HanXinParameters.ECIEncoding - -**Access:** Read/Write - - -### Get - -Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation contains all well known charset encodings. - - -### Set - -Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation contains all well known charset encodings. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/hanxinparameters/encodemode/_index.md b/english/php/aspose.barcode.generation/hanxinparameters/encodemode/_index.md deleted file mode 100644 index 5f27718ab..000000000 --- a/english/php/aspose.barcode.generation/hanxinparameters/encodemode/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "HanXinParameters.EncodeMode" -linktitle: "EncodeMode" -articleTitle: "EncodeMode" -second_title: "Aspose.BarCode for PHP via Java" -description: "HanXin encoding mode. Default value: EncodeMode.Mixed." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinparameters/encodemode/ ---- - -## HanXinParameters.EncodeMode - -**Access:** Read/Write - - -### Get - -HanXin encoding mode. Default value: EncodeMode.Mixed. - - -### Set - -HanXin encoding mode. Default value: EncodeMode.Mixed. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/hanxinparameters/errorlevel/_index.md b/english/php/aspose.barcode.generation/hanxinparameters/errorlevel/_index.md deleted file mode 100644 index 0f6ce0f71..000000000 --- a/english/php/aspose.barcode.generation/hanxinparameters/errorlevel/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "HanXinParameters.ErrorLevel" -linktitle: "ErrorLevel" -articleTitle: "ErrorLevel" -second_title: "Aspose.BarCode for PHP via Java" -description: "Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see ErrorLevel." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinparameters/errorlevel/ ---- - -## HanXinParameters.ErrorLevel - -**Access:** Read/Write - - -### Get - -Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see ErrorLevel. - - -### Set - -Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see ErrorLevel. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/hanxinparameters/hanxineciencoding/_index.md b/english/php/aspose.barcode.generation/hanxinparameters/hanxineciencoding/_index.md deleted file mode 100644 index 0d5e366da..000000000 --- a/english/php/aspose.barcode.generation/hanxinparameters/hanxineciencoding/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "HanXinParameters.HanXinECIEncoding" -linktitle: "HanXinECIEncoding" -articleTitle: "HanXinECIEncoding" -second_title: "Aspose.BarCode for PHP via Java" -description: "Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinparameters/hanxineciencoding/ ---- - -## HanXinParameters.HanXinECIEncoding - -**Access:** Read/Write - - -### Get - -Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings. - - -### Set - -Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/hanxinparameters/hanxinencodemode/_index.md b/english/php/aspose.barcode.generation/hanxinparameters/hanxinencodemode/_index.md deleted file mode 100644 index dd5bd37e9..000000000 --- a/english/php/aspose.barcode.generation/hanxinparameters/hanxinencodemode/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "HanXinParameters.HanXinEncodeMode" -linktitle: "HanXinEncodeMode" -articleTitle: "HanXinEncodeMode" -second_title: "Aspose.BarCode for PHP via Java" -description: "HanXin encoding mode. Default value: HanXinEncodeMode::Mixed." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinparameters/hanxinencodemode/ ---- - -## HanXinParameters.HanXinEncodeMode - -**Access:** Read/Write - - -### Get - -HanXin encoding mode. Default value: HanXinEncodeMode::Mixed. - - -### Set - -HanXin encoding mode. Default value: HanXinEncodeMode::Mixed. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/hanxinparameters/hanxinerrorlevel/_index.md b/english/php/aspose.barcode.generation/hanxinparameters/hanxinerrorlevel/_index.md deleted file mode 100644 index 926211ea4..000000000 --- a/english/php/aspose.barcode.generation/hanxinparameters/hanxinerrorlevel/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "HanXinParameters.HanXinErrorLevel" -linktitle: "HanXinErrorLevel" -articleTitle: "HanXinErrorLevel" -second_title: "Aspose.BarCode for PHP via Java" -description: "Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see HanXinErrorLevel." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinparameters/hanxinerrorlevel/ ---- - -## HanXinParameters.HanXinErrorLevel - -**Access:** Read/Write - - -### Get - -Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see HanXinErrorLevel. - - -### Set - -Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see HanXinErrorLevel. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/hanxinparameters/hanxinparameters/_index.md b/english/php/aspose.barcode.generation/hanxinparameters/hanxinparameters/_index.md deleted file mode 100644 index 9234d50a0..000000000 --- a/english/php/aspose.barcode.generation/hanxinparameters/hanxinparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinParameters" -linktitle: "HanXinParameters" -articleTitle: "HanXinParameters" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinparameters/hanxinparameters/ ---- - -## HanXinParameters Constructor - -```php -__construct(HanXinParametersDTO $hanXinParametersDto) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$hanXinParametersDto` | `HanXinParametersDTO` | | diff --git a/english/php/aspose.barcode.generation/hanxinparameters/hanxinversion/_index.md b/english/php/aspose.barcode.generation/hanxinparameters/hanxinversion/_index.md deleted file mode 100644 index eb49844f3..000000000 --- a/english/php/aspose.barcode.generation/hanxinparameters/hanxinversion/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "HanXinParameters.HanXinVersion" -linktitle: "HanXinVersion" -articleTitle: "HanXinVersion" -second_title: "Aspose.BarCode for PHP via Java" -description: "Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is HanXinVersion.Auto." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinparameters/hanxinversion/ ---- - -## HanXinParameters.HanXinVersion - -**Access:** Read/Write - - -### Get - -Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is HanXinVersion.Auto. - - -### Set - -Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is HanXinVersion.Auto. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/hanxinparameters/version/_index.md b/english/php/aspose.barcode.generation/hanxinparameters/version/_index.md deleted file mode 100644 index 231d3bac9..000000000 --- a/english/php/aspose.barcode.generation/hanxinparameters/version/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "HanXinParameters.Version" -linktitle: "Version" -articleTitle: "Version" -second_title: "Aspose.BarCode for PHP via Java" -description: "Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is Version.Auto." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinparameters/version/ ---- - -## HanXinParameters.Version - -**Access:** Read/Write - - -### Get - -Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is Version.Auto. - - -### Set - -Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is Version.Auto. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/hanxinversion/_index.md b/english/php/aspose.barcode.generation/hanxinversion/_index.md index e414bdc3b..9894aceda 100644 --- a/english/php/aspose.barcode.generation/hanxinversion/_index.md +++ b/english/php/aspose.barcode.generation/hanxinversion/_index.md @@ -1,7 +1,6 @@ --- -title: "HanXinVersion Enum" +title: "HanXinVersion" linktitle: "HanXinVersion" -articleTitle: "HanXinVersion" second_title: "Aspose.BarCode for PHP via Java" description: "Version of Han Xin Code. From Version01 - 23 x 23 modules to Version84 - 189 x 189 modules, increasing in steps of 2 modules per side." type: docs @@ -21,88 +20,598 @@ Version of Han Xin Code. From Version01 - 23 x 23 modules to Version84 - 189 x 1 | Name | Value | Description | | --- | --- | --- | -| [AUTO](./auto/) | `0` | Specifies to automatically pick up the best version. This is default value. | -| [VERSION_01](./version_01/) | `1` | Specifies version 1 with 23 x 23 modules. | -| [VERSION_02](./version_02/) | `2` | Specifies version 2 with 25 x 25 modules. | -| [VERSION_03](./version_03/) | `3` | Specifies version 3 with 27 x 27 modules. | -| [VERSION_04](./version_04/) | `4` | Specifies version 4 with 29 x 29 modules. | -| [VERSION_05](./version_05/) | `5` | Specifies version 5 with 31 x 31 modules. | -| [VERSION_06](./version_06/) | `6` | Specifies version 6 with 33 x 33 modules. | -| [VERSION_07](./version_07/) | `7` | Specifies version 7 with 35 x 35 modules. | -| [VERSION_08](./version_08/) | `8` | Specifies version 8 with 37 x 37 modules. | -| [VERSION_09](./version_09/) | `9` | Specifies version 9 with 39 x 39 modules. | -| [VERSION_10](./version_10/) | `10` | Specifies version 10 with 41 x 41 modules. | -| [VERSION_11](./version_11/) | `11` | Specifies version 11 with 43 x 43 modules. | -| [VERSION_12](./version_12/) | `12` | Specifies version 12 with 45 x 45 modules. | -| [VERSION_13](./version_13/) | `13` | Specifies version 13 with 47 x 47 modules. | -| [VERSION_14](./version_14/) | `14` | Specifies version 14 with 49 x 49 modules. | -| [VERSION_15](./version_15/) | `15` | Specifies version 15 with 51 x 51 modules. | -| [VERSION_16](./version_16/) | `16` | Specifies version 16 with 53 x 53 modules. | -| [VERSION_17](./version_17/) | `17` | Specifies version 17 with 55 x 55 modules. | -| [VERSION_18](./version_18/) | `18` | Specifies version 18 with 57 x 57 modules. | -| [VERSION_19](./version_19/) | `19` | Specifies version 19 with 59 x 59 modules. | -| [VERSION_20](./version_20/) | `20` | Specifies version 20 with 61 x 61 modules. | -| [VERSION_21](./version_21/) | `21` | Specifies version 21 with 63 x 63 modules. | -| [VERSION_22](./version_22/) | `22` | Specifies version 22 with 65 x 65 modules. | -| [VERSION_23](./version_23/) | `23` | Specifies version 23 with 67 x 67 modules. | -| [VERSION_24](./version_24/) | `24` | Specifies version 24 with 69 x 69 modules. | -| [VERSION_25](./version_25/) | `25` | Specifies version 25 with 71 x 71 modules. | -| [VERSION_26](./version_26/) | `26` | Specifies version 26 with 73 x 73 modules. | -| [VERSION_27](./version_27/) | `27` | Specifies version 27 with 75 x 75 modules. | -| [VERSION_28](./version_28/) | `28` | Specifies version 28 with 77 x 77 modules. | -| [VERSION_29](./version_29/) | `29` | Specifies version 29 with 79 x 79 modules. | -| [VERSION_30](./version_30/) | `30` | Specifies version 30 with 81 x 81 modules. | -| [VERSION_31](./version_31/) | `31` | Specifies version 31 with 83 x 83 modules. | -| [VERSION_32](./version_32/) | `32` | Specifies version 32 with 85 x 85 modules. | -| [VERSION_33](./version_33/) | `33` | Specifies version 33 with 87 x 87 modules. | -| [VERSION_34](./version_34/) | `34` | Specifies version 34 with 89 x 89 modules. | -| [VERSION_35](./version_35/) | `35` | Specifies version 35 with 91 x 91 modules. | -| [VERSION_36](./version_36/) | `36` | Specifies version 36 with 93 x 93 modules. | -| [VERSION_37](./version_37/) | `37` | Specifies version 37 with 95 x 95 modules. | -| [VERSION_38](./version_38/) | `38` | Specifies version 38 with 97 x 97 modules. | -| [VERSION_39](./version_39/) | `39` | Specifies version 39 with 99 x 99 modules. | -| [VERSION_40](./version_40/) | `40` | Specifies version 40 with 101 x 101 modules. | -| [VERSION_41](./version_41/) | `41` | Specifies version 41 with 103 x 103 modules. | -| [VERSION_42](./version_42/) | `42` | Specifies version 42 with 105 x 105 modules. | -| [VERSION_43](./version_43/) | `43` | Specifies version 43 with 107 x 107 modules. | -| [VERSION_44](./version_44/) | `44` | Specifies version 44 with 109 x 109 modules. | -| [VERSION_45](./version_45/) | `45` | Specifies version 45 with 111 x 111 modules. | -| [VERSION_46](./version_46/) | `46` | Specifies version 46 with 113 x 113 modules. | -| [VERSION_47](./version_47/) | `47` | Specifies version 47 with 115 x 115 modules. | -| [VERSION_48](./version_48/) | `48` | Specifies version 48 with 117 x 117 modules. | -| [VERSION_49](./version_49/) | `49` | Specifies version 49 with 119 x 119 modules. | -| [VERSION_50](./version_50/) | `50` | Specifies version 50 with 121 x 121 modules. | -| [VERSION_51](./version_51/) | `51` | Specifies version 51 with 123 x 123 modules. | -| [VERSION_52](./version_52/) | `52` | Specifies version 52 with 125 x 125 modules. | -| [VERSION_53](./version_53/) | `53` | Specifies version 53 with 127 x 127 modules. | -| [VERSION_54](./version_54/) | `54` | Specifies version 54 with 129 x 129 modules. | -| [VERSION_55](./version_55/) | `55` | Specifies version 55 with 131 x 131 modules. | -| [VERSION_56](./version_56/) | `56` | Specifies version 56 with 133 x 133 modules. | -| [VERSION_57](./version_57/) | `57` | Specifies version 57 with 135 x 135 modules. | -| [VERSION_58](./version_58/) | `58` | Specifies version 58 with 137 x 137 modules. | -| [VERSION_59](./version_59/) | `59` | Specifies version 59 with 139 x 139 modules. | -| [VERSION_60](./version_60/) | `60` | Specifies version 60 with 141 x 141 modules. | -| [VERSION_61](./version_61/) | `61` | Specifies version 61 with 143 x 143 modules. | -| [VERSION_62](./version_62/) | `62` | Specifies version 62 with 145 x 145 modules. | -| [VERSION_63](./version_63/) | `63` | Specifies version 63 with 147 x 147 modules. | -| [VERSION_64](./version_64/) | `64` | Specifies version 64 with 149 x 149 modules. | -| [VERSION_65](./version_65/) | `65` | Specifies version 65 with 151 x 151 modules. | -| [VERSION_66](./version_66/) | `66` | Specifies version 66 with 153 x 153 modules. | -| [VERSION_67](./version_67/) | `67` | Specifies version 67 with 155 x 155 modules. | -| [VERSION_68](./version_68/) | `68` | Specifies version 68 with 157 x 157 modules. | -| [VERSION_69](./version_69/) | `69` | Specifies version 69 with 159 x 159 modules. | -| [VERSION_70](./version_70/) | `70` | Specifies version 70 with 161 x 161 modules. | -| [VERSION_71](./version_71/) | `71` | Specifies version 71 with 163 x 163 modules. | -| [VERSION_72](./version_72/) | `72` | Specifies version 72 with 165 x 165 modules. | -| [VERSION_73](./version_73/) | `73` | Specifies version 73 with 167 x 167 modules. | -| [VERSION_74](./version_74/) | `74` | Specifies version 74 with 169 x 169 modules. | -| [VERSION_75](./version_75/) | `75` | Specifies version 75 with 171 x 171 modules. | -| [VERSION_76](./version_76/) | `76` | Specifies version 76 with 173 x 173 modules. | -| [VERSION_77](./version_77/) | `77` | Specifies version 77 with 175 x 175 modules. | -| [VERSION_78](./version_78/) | `78` | Specifies version 78 with 177 x 177 modules. | -| [VERSION_79](./version_79/) | `79` | Specifies version 79 with 179 x 179 modules. | -| [VERSION_80](./version_80/) | `80` | Specifies version 80 with 181 x 181 modules. | -| [VERSION_81](./version_81/) | `81` | Specifies version 81 with 183 x 183 modules. | -| [VERSION_82](./version_82/) | `82` | Specifies version 82 with 185 x 185 modules. | -| [VERSION_83](./version_83/) | `83` | Specifies version 83 with 187 x 187 modules. | -| [VERSION_84](./version_84/) | `84` | Specifies version 84 with 189 x 189 modules. | +| [AUTO](#auto) | `0` | Specifies to automatically pick up the best version. This is default value. | +| [VERSION_01](#version_01) | `1` | Specifies version 1 with 23 x 23 modules. | +| [VERSION_02](#version_02) | `2` | Specifies version 2 with 25 x 25 modules. | +| [VERSION_03](#version_03) | `3` | Specifies version 3 with 27 x 27 modules. | +| [VERSION_04](#version_04) | `4` | Specifies version 4 with 29 x 29 modules. | +| [VERSION_05](#version_05) | `5` | Specifies version 5 with 31 x 31 modules. | +| [VERSION_06](#version_06) | `6` | Specifies version 6 with 33 x 33 modules. | +| [VERSION_07](#version_07) | `7` | Specifies version 7 with 35 x 35 modules. | +| [VERSION_08](#version_08) | `8` | Specifies version 8 with 37 x 37 modules. | +| [VERSION_09](#version_09) | `9` | Specifies version 9 with 39 x 39 modules. | +| [VERSION_10](#version_10) | `10` | Specifies version 10 with 41 x 41 modules. | +| [VERSION_11](#version_11) | `11` | Specifies version 11 with 43 x 43 modules. | +| [VERSION_12](#version_12) | `12` | Specifies version 12 with 45 x 45 modules. | +| [VERSION_13](#version_13) | `13` | Specifies version 13 with 47 x 47 modules. | +| [VERSION_14](#version_14) | `14` | Specifies version 14 with 49 x 49 modules. | +| [VERSION_15](#version_15) | `15` | Specifies version 15 with 51 x 51 modules. | +| [VERSION_16](#version_16) | `16` | Specifies version 16 with 53 x 53 modules. | +| [VERSION_17](#version_17) | `17` | Specifies version 17 with 55 x 55 modules. | +| [VERSION_18](#version_18) | `18` | Specifies version 18 with 57 x 57 modules. | +| [VERSION_19](#version_19) | `19` | Specifies version 19 with 59 x 59 modules. | +| [VERSION_20](#version_20) | `20` | Specifies version 20 with 61 x 61 modules. | +| [VERSION_21](#version_21) | `21` | Specifies version 21 with 63 x 63 modules. | +| [VERSION_22](#version_22) | `22` | Specifies version 22 with 65 x 65 modules. | +| [VERSION_23](#version_23) | `23` | Specifies version 23 with 67 x 67 modules. | +| [VERSION_24](#version_24) | `24` | Specifies version 24 with 69 x 69 modules. | +| [VERSION_25](#version_25) | `25` | Specifies version 25 with 71 x 71 modules. | +| [VERSION_26](#version_26) | `26` | Specifies version 26 with 73 x 73 modules. | +| [VERSION_27](#version_27) | `27` | Specifies version 27 with 75 x 75 modules. | +| [VERSION_28](#version_28) | `28` | Specifies version 28 with 77 x 77 modules. | +| [VERSION_29](#version_29) | `29` | Specifies version 29 with 79 x 79 modules. | +| [VERSION_30](#version_30) | `30` | Specifies version 30 with 81 x 81 modules. | +| [VERSION_31](#version_31) | `31` | Specifies version 31 with 83 x 83 modules. | +| [VERSION_32](#version_32) | `32` | Specifies version 32 with 85 x 85 modules. | +| [VERSION_33](#version_33) | `33` | Specifies version 33 with 87 x 87 modules. | +| [VERSION_34](#version_34) | `34` | Specifies version 34 with 89 x 89 modules. | +| [VERSION_35](#version_35) | `35` | Specifies version 35 with 91 x 91 modules. | +| [VERSION_36](#version_36) | `36` | Specifies version 36 with 93 x 93 modules. | +| [VERSION_37](#version_37) | `37` | Specifies version 37 with 95 x 95 modules. | +| [VERSION_38](#version_38) | `38` | Specifies version 38 with 97 x 97 modules. | +| [VERSION_39](#version_39) | `39` | Specifies version 39 with 99 x 99 modules. | +| [VERSION_40](#version_40) | `40` | Specifies version 40 with 101 x 101 modules. | +| [VERSION_41](#version_41) | `41` | Specifies version 41 with 103 x 103 modules. | +| [VERSION_42](#version_42) | `42` | Specifies version 42 with 105 x 105 modules. | +| [VERSION_43](#version_43) | `43` | Specifies version 43 with 107 x 107 modules. | +| [VERSION_44](#version_44) | `44` | Specifies version 44 with 109 x 109 modules. | +| [VERSION_45](#version_45) | `45` | Specifies version 45 with 111 x 111 modules. | +| [VERSION_46](#version_46) | `46` | Specifies version 46 with 113 x 113 modules. | +| [VERSION_47](#version_47) | `47` | Specifies version 47 with 115 x 115 modules. | +| [VERSION_48](#version_48) | `48` | Specifies version 48 with 117 x 117 modules. | +| [VERSION_49](#version_49) | `49` | Specifies version 49 with 119 x 119 modules. | +| [VERSION_50](#version_50) | `50` | Specifies version 50 with 121 x 121 modules. | +| [VERSION_51](#version_51) | `51` | Specifies version 51 with 123 x 123 modules. | +| [VERSION_52](#version_52) | `52` | Specifies version 52 with 125 x 125 modules. | +| [VERSION_53](#version_53) | `53` | Specifies version 53 with 127 x 127 modules. | +| [VERSION_54](#version_54) | `54` | Specifies version 54 with 129 x 129 modules. | +| [VERSION_55](#version_55) | `55` | Specifies version 55 with 131 x 131 modules. | +| [VERSION_56](#version_56) | `56` | Specifies version 56 with 133 x 133 modules. | +| [VERSION_57](#version_57) | `57` | Specifies version 57 with 135 x 135 modules. | +| [VERSION_58](#version_58) | `58` | Specifies version 58 with 137 x 137 modules. | +| [VERSION_59](#version_59) | `59` | Specifies version 59 with 139 x 139 modules. | +| [VERSION_60](#version_60) | `60` | Specifies version 60 with 141 x 141 modules. | +| [VERSION_61](#version_61) | `61` | Specifies version 61 with 143 x 143 modules. | +| [VERSION_62](#version_62) | `62` | Specifies version 62 with 145 x 145 modules. | +| [VERSION_63](#version_63) | `63` | Specifies version 63 with 147 x 147 modules. | +| [VERSION_64](#version_64) | `64` | Specifies version 64 with 149 x 149 modules. | +| [VERSION_65](#version_65) | `65` | Specifies version 65 with 151 x 151 modules. | +| [VERSION_66](#version_66) | `66` | Specifies version 66 with 153 x 153 modules. | +| [VERSION_67](#version_67) | `67` | Specifies version 67 with 155 x 155 modules. | +| [VERSION_68](#version_68) | `68` | Specifies version 68 with 157 x 157 modules. | +| [VERSION_69](#version_69) | `69` | Specifies version 69 with 159 x 159 modules. | +| [VERSION_70](#version_70) | `70` | Specifies version 70 with 161 x 161 modules. | +| [VERSION_71](#version_71) | `71` | Specifies version 71 with 163 x 163 modules. | +| [VERSION_72](#version_72) | `72` | Specifies version 72 with 165 x 165 modules. | +| [VERSION_73](#version_73) | `73` | Specifies version 73 with 167 x 167 modules. | +| [VERSION_74](#version_74) | `74` | Specifies version 74 with 169 x 169 modules. | +| [VERSION_75](#version_75) | `75` | Specifies version 75 with 171 x 171 modules. | +| [VERSION_76](#version_76) | `76` | Specifies version 76 with 173 x 173 modules. | +| [VERSION_77](#version_77) | `77` | Specifies version 77 with 175 x 175 modules. | +| [VERSION_78](#version_78) | `78` | Specifies version 78 with 177 x 177 modules. | +| [VERSION_79](#version_79) | `79` | Specifies version 79 with 179 x 179 modules. | +| [VERSION_80](#version_80) | `80` | Specifies version 80 with 181 x 181 modules. | +| [VERSION_81](#version_81) | `81` | Specifies version 81 with 183 x 183 modules. | +| [VERSION_82](#version_82) | `82` | Specifies version 82 with 185 x 185 modules. | +| [VERSION_83](#version_83) | `83` | Specifies version 83 with 187 x 187 modules. | +| [VERSION_84](#version_84) | `84` | Specifies version 84 with 189 x 189 modules. | +### AUTO {#auto} + +**Value:** `0` + +Specifies to automatically pick up the best version. This is default value. + +### VERSION_01 {#version_01} + +**Value:** `1` + +Specifies version 1 with 23 x 23 modules. + +### VERSION_02 {#version_02} + +**Value:** `2` + +Specifies version 2 with 25 x 25 modules. + +### VERSION_03 {#version_03} + +**Value:** `3` + +Specifies version 3 with 27 x 27 modules. + +### VERSION_04 {#version_04} + +**Value:** `4` + +Specifies version 4 with 29 x 29 modules. + +### VERSION_05 {#version_05} + +**Value:** `5` + +Specifies version 5 with 31 x 31 modules. + +### VERSION_06 {#version_06} + +**Value:** `6` + +Specifies version 6 with 33 x 33 modules. + +### VERSION_07 {#version_07} + +**Value:** `7` + +Specifies version 7 with 35 x 35 modules. + +### VERSION_08 {#version_08} + +**Value:** `8` + +Specifies version 8 with 37 x 37 modules. + +### VERSION_09 {#version_09} + +**Value:** `9` + +Specifies version 9 with 39 x 39 modules. + +### VERSION_10 {#version_10} + +**Value:** `10` + +Specifies version 10 with 41 x 41 modules. + +### VERSION_11 {#version_11} + +**Value:** `11` + +Specifies version 11 with 43 x 43 modules. + +### VERSION_12 {#version_12} + +**Value:** `12` + +Specifies version 12 with 45 x 45 modules. + +### VERSION_13 {#version_13} + +**Value:** `13` + +Specifies version 13 with 47 x 47 modules. + +### VERSION_14 {#version_14} + +**Value:** `14` + +Specifies version 14 with 49 x 49 modules. + +### VERSION_15 {#version_15} + +**Value:** `15` + +Specifies version 15 with 51 x 51 modules. + +### VERSION_16 {#version_16} + +**Value:** `16` + +Specifies version 16 with 53 x 53 modules. + +### VERSION_17 {#version_17} + +**Value:** `17` + +Specifies version 17 with 55 x 55 modules. + +### VERSION_18 {#version_18} + +**Value:** `18` + +Specifies version 18 with 57 x 57 modules. + +### VERSION_19 {#version_19} + +**Value:** `19` + +Specifies version 19 with 59 x 59 modules. + +### VERSION_20 {#version_20} + +**Value:** `20` + +Specifies version 20 with 61 x 61 modules. + +### VERSION_21 {#version_21} + +**Value:** `21` + +Specifies version 21 with 63 x 63 modules. + +### VERSION_22 {#version_22} + +**Value:** `22` + +Specifies version 22 with 65 x 65 modules. + +### VERSION_23 {#version_23} + +**Value:** `23` + +Specifies version 23 with 67 x 67 modules. + +### VERSION_24 {#version_24} + +**Value:** `24` + +Specifies version 24 with 69 x 69 modules. + +### VERSION_25 {#version_25} + +**Value:** `25` + +Specifies version 25 with 71 x 71 modules. + +### VERSION_26 {#version_26} + +**Value:** `26` + +Specifies version 26 with 73 x 73 modules. + +### VERSION_27 {#version_27} + +**Value:** `27` + +Specifies version 27 with 75 x 75 modules. + +### VERSION_28 {#version_28} + +**Value:** `28` + +Specifies version 28 with 77 x 77 modules. + +### VERSION_29 {#version_29} + +**Value:** `29` + +Specifies version 29 with 79 x 79 modules. + +### VERSION_30 {#version_30} + +**Value:** `30` + +Specifies version 30 with 81 x 81 modules. + +### VERSION_31 {#version_31} + +**Value:** `31` + +Specifies version 31 with 83 x 83 modules. + +### VERSION_32 {#version_32} + +**Value:** `32` + +Specifies version 32 with 85 x 85 modules. + +### VERSION_33 {#version_33} + +**Value:** `33` + +Specifies version 33 with 87 x 87 modules. + +### VERSION_34 {#version_34} + +**Value:** `34` + +Specifies version 34 with 89 x 89 modules. + +### VERSION_35 {#version_35} + +**Value:** `35` + +Specifies version 35 with 91 x 91 modules. + +### VERSION_36 {#version_36} + +**Value:** `36` + +Specifies version 36 with 93 x 93 modules. + +### VERSION_37 {#version_37} + +**Value:** `37` + +Specifies version 37 with 95 x 95 modules. + +### VERSION_38 {#version_38} + +**Value:** `38` + +Specifies version 38 with 97 x 97 modules. + +### VERSION_39 {#version_39} + +**Value:** `39` + +Specifies version 39 with 99 x 99 modules. + +### VERSION_40 {#version_40} + +**Value:** `40` + +Specifies version 40 with 101 x 101 modules. + +### VERSION_41 {#version_41} + +**Value:** `41` + +Specifies version 41 with 103 x 103 modules. + +### VERSION_42 {#version_42} + +**Value:** `42` + +Specifies version 42 with 105 x 105 modules. + +### VERSION_43 {#version_43} + +**Value:** `43` + +Specifies version 43 with 107 x 107 modules. + +### VERSION_44 {#version_44} + +**Value:** `44` + +Specifies version 44 with 109 x 109 modules. + +### VERSION_45 {#version_45} + +**Value:** `45` + +Specifies version 45 with 111 x 111 modules. + +### VERSION_46 {#version_46} + +**Value:** `46` + +Specifies version 46 with 113 x 113 modules. + +### VERSION_47 {#version_47} + +**Value:** `47` + +Specifies version 47 with 115 x 115 modules. + +### VERSION_48 {#version_48} + +**Value:** `48` + +Specifies version 48 with 117 x 117 modules. + +### VERSION_49 {#version_49} + +**Value:** `49` + +Specifies version 49 with 119 x 119 modules. + +### VERSION_50 {#version_50} + +**Value:** `50` + +Specifies version 50 with 121 x 121 modules. + +### VERSION_51 {#version_51} + +**Value:** `51` + +Specifies version 51 with 123 x 123 modules. + +### VERSION_52 {#version_52} + +**Value:** `52` + +Specifies version 52 with 125 x 125 modules. + +### VERSION_53 {#version_53} + +**Value:** `53` + +Specifies version 53 with 127 x 127 modules. + +### VERSION_54 {#version_54} + +**Value:** `54` + +Specifies version 54 with 129 x 129 modules. + +### VERSION_55 {#version_55} + +**Value:** `55` + +Specifies version 55 with 131 x 131 modules. + +### VERSION_56 {#version_56} + +**Value:** `56` + +Specifies version 56 with 133 x 133 modules. + +### VERSION_57 {#version_57} + +**Value:** `57` + +Specifies version 57 with 135 x 135 modules. + +### VERSION_58 {#version_58} + +**Value:** `58` + +Specifies version 58 with 137 x 137 modules. + +### VERSION_59 {#version_59} + +**Value:** `59` + +Specifies version 59 with 139 x 139 modules. + +### VERSION_60 {#version_60} + +**Value:** `60` + +Specifies version 60 with 141 x 141 modules. + +### VERSION_61 {#version_61} + +**Value:** `61` + +Specifies version 61 with 143 x 143 modules. + +### VERSION_62 {#version_62} + +**Value:** `62` + +Specifies version 62 with 145 x 145 modules. + +### VERSION_63 {#version_63} + +**Value:** `63` + +Specifies version 63 with 147 x 147 modules. + +### VERSION_64 {#version_64} + +**Value:** `64` + +Specifies version 64 with 149 x 149 modules. + +### VERSION_65 {#version_65} + +**Value:** `65` + +Specifies version 65 with 151 x 151 modules. + +### VERSION_66 {#version_66} + +**Value:** `66` + +Specifies version 66 with 153 x 153 modules. + +### VERSION_67 {#version_67} + +**Value:** `67` + +Specifies version 67 with 155 x 155 modules. + +### VERSION_68 {#version_68} + +**Value:** `68` + +Specifies version 68 with 157 x 157 modules. + +### VERSION_69 {#version_69} + +**Value:** `69` + +Specifies version 69 with 159 x 159 modules. + +### VERSION_70 {#version_70} + +**Value:** `70` + +Specifies version 70 with 161 x 161 modules. + +### VERSION_71 {#version_71} + +**Value:** `71` + +Specifies version 71 with 163 x 163 modules. + +### VERSION_72 {#version_72} + +**Value:** `72` + +Specifies version 72 with 165 x 165 modules. + +### VERSION_73 {#version_73} + +**Value:** `73` + +Specifies version 73 with 167 x 167 modules. + +### VERSION_74 {#version_74} + +**Value:** `74` + +Specifies version 74 with 169 x 169 modules. + +### VERSION_75 {#version_75} + +**Value:** `75` + +Specifies version 75 with 171 x 171 modules. + +### VERSION_76 {#version_76} + +**Value:** `76` + +Specifies version 76 with 173 x 173 modules. + +### VERSION_77 {#version_77} + +**Value:** `77` + +Specifies version 77 with 175 x 175 modules. + +### VERSION_78 {#version_78} + +**Value:** `78` + +Specifies version 78 with 177 x 177 modules. + +### VERSION_79 {#version_79} + +**Value:** `79` + +Specifies version 79 with 179 x 179 modules. + +### VERSION_80 {#version_80} + +**Value:** `80` + +Specifies version 80 with 181 x 181 modules. + +### VERSION_81 {#version_81} + +**Value:** `81` + +Specifies version 81 with 183 x 183 modules. + +### VERSION_82 {#version_82} + +**Value:** `82` + +Specifies version 82 with 185 x 185 modules. + +### VERSION_83 {#version_83} + +**Value:** `83` + +Specifies version 83 with 187 x 187 modules. + +### VERSION_84 {#version_84} + +**Value:** `84` + +Specifies version 84 with 189 x 189 modules. + diff --git a/english/php/aspose.barcode.generation/hanxinversion/auto/_index.md b/english/php/aspose.barcode.generation/hanxinversion/auto/_index.md deleted file mode 100644 index a9cd9693a..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/auto/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::AUTO" -linktitle: "AUTO" -articleTitle: "AUTO" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies to automatically pick up the best version. This is default value." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/auto/ ---- - -## HanXinVersion::AUTO Enum Value - -**Value:** `0` - - -Specifies to automatically pick up the best version. This is default value. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_01/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_01/_index.md deleted file mode 100644 index 1212222b8..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_01/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_01" -linktitle: "VERSION_01" -articleTitle: "VERSION_01" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 1 with 23 x 23 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_01/ ---- - -## HanXinVersion::VERSION_01 Enum Value - -**Value:** `1` - - -Specifies version 1 with 23 x 23 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_02/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_02/_index.md deleted file mode 100644 index da20ccbf0..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_02/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_02" -linktitle: "VERSION_02" -articleTitle: "VERSION_02" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 2 with 25 x 25 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_02/ ---- - -## HanXinVersion::VERSION_02 Enum Value - -**Value:** `2` - - -Specifies version 2 with 25 x 25 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_03/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_03/_index.md deleted file mode 100644 index 0b35a5ba1..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_03/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_03" -linktitle: "VERSION_03" -articleTitle: "VERSION_03" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 3 with 27 x 27 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_03/ ---- - -## HanXinVersion::VERSION_03 Enum Value - -**Value:** `3` - - -Specifies version 3 with 27 x 27 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_04/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_04/_index.md deleted file mode 100644 index 16e1bac2b..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_04/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_04" -linktitle: "VERSION_04" -articleTitle: "VERSION_04" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 4 with 29 x 29 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_04/ ---- - -## HanXinVersion::VERSION_04 Enum Value - -**Value:** `4` - - -Specifies version 4 with 29 x 29 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_05/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_05/_index.md deleted file mode 100644 index 57323f02b..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_05/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_05" -linktitle: "VERSION_05" -articleTitle: "VERSION_05" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 5 with 31 x 31 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_05/ ---- - -## HanXinVersion::VERSION_05 Enum Value - -**Value:** `5` - - -Specifies version 5 with 31 x 31 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_06/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_06/_index.md deleted file mode 100644 index 9a7418cd2..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_06/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_06" -linktitle: "VERSION_06" -articleTitle: "VERSION_06" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 6 with 33 x 33 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_06/ ---- - -## HanXinVersion::VERSION_06 Enum Value - -**Value:** `6` - - -Specifies version 6 with 33 x 33 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_07/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_07/_index.md deleted file mode 100644 index a180b4272..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_07/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_07" -linktitle: "VERSION_07" -articleTitle: "VERSION_07" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 7 with 35 x 35 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_07/ ---- - -## HanXinVersion::VERSION_07 Enum Value - -**Value:** `7` - - -Specifies version 7 with 35 x 35 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_08/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_08/_index.md deleted file mode 100644 index 0dc2cc92c..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_08/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_08" -linktitle: "VERSION_08" -articleTitle: "VERSION_08" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 8 with 37 x 37 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_08/ ---- - -## HanXinVersion::VERSION_08 Enum Value - -**Value:** `8` - - -Specifies version 8 with 37 x 37 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_09/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_09/_index.md deleted file mode 100644 index a6c89f7b2..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_09/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_09" -linktitle: "VERSION_09" -articleTitle: "VERSION_09" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 9 with 39 x 39 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_09/ ---- - -## HanXinVersion::VERSION_09 Enum Value - -**Value:** `9` - - -Specifies version 9 with 39 x 39 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_10/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_10/_index.md deleted file mode 100644 index 587448dfb..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_10/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_10" -linktitle: "VERSION_10" -articleTitle: "VERSION_10" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 10 with 41 x 41 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_10/ ---- - -## HanXinVersion::VERSION_10 Enum Value - -**Value:** `10` - - -Specifies version 10 with 41 x 41 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_11/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_11/_index.md deleted file mode 100644 index 10b2eeb84..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_11/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_11" -linktitle: "VERSION_11" -articleTitle: "VERSION_11" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 11 with 43 x 43 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_11/ ---- - -## HanXinVersion::VERSION_11 Enum Value - -**Value:** `11` - - -Specifies version 11 with 43 x 43 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_12/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_12/_index.md deleted file mode 100644 index 3f5316c1c..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_12/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_12" -linktitle: "VERSION_12" -articleTitle: "VERSION_12" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 12 with 45 x 45 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_12/ ---- - -## HanXinVersion::VERSION_12 Enum Value - -**Value:** `12` - - -Specifies version 12 with 45 x 45 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_13/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_13/_index.md deleted file mode 100644 index 0cccdba2d..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_13/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_13" -linktitle: "VERSION_13" -articleTitle: "VERSION_13" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 13 with 47 x 47 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_13/ ---- - -## HanXinVersion::VERSION_13 Enum Value - -**Value:** `13` - - -Specifies version 13 with 47 x 47 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_14/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_14/_index.md deleted file mode 100644 index 99cce3ab5..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_14/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_14" -linktitle: "VERSION_14" -articleTitle: "VERSION_14" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 14 with 49 x 49 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_14/ ---- - -## HanXinVersion::VERSION_14 Enum Value - -**Value:** `14` - - -Specifies version 14 with 49 x 49 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_15/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_15/_index.md deleted file mode 100644 index 20fb62c51..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_15/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_15" -linktitle: "VERSION_15" -articleTitle: "VERSION_15" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 15 with 51 x 51 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_15/ ---- - -## HanXinVersion::VERSION_15 Enum Value - -**Value:** `15` - - -Specifies version 15 with 51 x 51 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_16/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_16/_index.md deleted file mode 100644 index 2fafe2860..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_16/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_16" -linktitle: "VERSION_16" -articleTitle: "VERSION_16" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 16 with 53 x 53 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_16/ ---- - -## HanXinVersion::VERSION_16 Enum Value - -**Value:** `16` - - -Specifies version 16 with 53 x 53 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_17/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_17/_index.md deleted file mode 100644 index 2ec688687..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_17/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_17" -linktitle: "VERSION_17" -articleTitle: "VERSION_17" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 17 with 55 x 55 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_17/ ---- - -## HanXinVersion::VERSION_17 Enum Value - -**Value:** `17` - - -Specifies version 17 with 55 x 55 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_18/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_18/_index.md deleted file mode 100644 index f8de4a7e0..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_18/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_18" -linktitle: "VERSION_18" -articleTitle: "VERSION_18" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 18 with 57 x 57 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_18/ ---- - -## HanXinVersion::VERSION_18 Enum Value - -**Value:** `18` - - -Specifies version 18 with 57 x 57 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_19/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_19/_index.md deleted file mode 100644 index eab70ee16..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_19/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_19" -linktitle: "VERSION_19" -articleTitle: "VERSION_19" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 19 with 59 x 59 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_19/ ---- - -## HanXinVersion::VERSION_19 Enum Value - -**Value:** `19` - - -Specifies version 19 with 59 x 59 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_20/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_20/_index.md deleted file mode 100644 index 210011091..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_20/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_20" -linktitle: "VERSION_20" -articleTitle: "VERSION_20" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 20 with 61 x 61 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_20/ ---- - -## HanXinVersion::VERSION_20 Enum Value - -**Value:** `20` - - -Specifies version 20 with 61 x 61 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_21/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_21/_index.md deleted file mode 100644 index 2cf2dfec1..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_21/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_21" -linktitle: "VERSION_21" -articleTitle: "VERSION_21" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 21 with 63 x 63 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_21/ ---- - -## HanXinVersion::VERSION_21 Enum Value - -**Value:** `21` - - -Specifies version 21 with 63 x 63 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_22/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_22/_index.md deleted file mode 100644 index df6746b04..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_22/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_22" -linktitle: "VERSION_22" -articleTitle: "VERSION_22" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 22 with 65 x 65 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_22/ ---- - -## HanXinVersion::VERSION_22 Enum Value - -**Value:** `22` - - -Specifies version 22 with 65 x 65 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_23/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_23/_index.md deleted file mode 100644 index e25de3b0d..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_23/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_23" -linktitle: "VERSION_23" -articleTitle: "VERSION_23" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 23 with 67 x 67 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_23/ ---- - -## HanXinVersion::VERSION_23 Enum Value - -**Value:** `23` - - -Specifies version 23 with 67 x 67 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_24/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_24/_index.md deleted file mode 100644 index b5e177686..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_24/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_24" -linktitle: "VERSION_24" -articleTitle: "VERSION_24" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 24 with 69 x 69 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_24/ ---- - -## HanXinVersion::VERSION_24 Enum Value - -**Value:** `24` - - -Specifies version 24 with 69 x 69 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_25/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_25/_index.md deleted file mode 100644 index 5aa40343c..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_25/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_25" -linktitle: "VERSION_25" -articleTitle: "VERSION_25" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 25 with 71 x 71 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_25/ ---- - -## HanXinVersion::VERSION_25 Enum Value - -**Value:** `25` - - -Specifies version 25 with 71 x 71 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_26/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_26/_index.md deleted file mode 100644 index 891dec4f4..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_26/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_26" -linktitle: "VERSION_26" -articleTitle: "VERSION_26" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 26 with 73 x 73 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_26/ ---- - -## HanXinVersion::VERSION_26 Enum Value - -**Value:** `26` - - -Specifies version 26 with 73 x 73 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_27/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_27/_index.md deleted file mode 100644 index ebeb41151..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_27/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_27" -linktitle: "VERSION_27" -articleTitle: "VERSION_27" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 27 with 75 x 75 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_27/ ---- - -## HanXinVersion::VERSION_27 Enum Value - -**Value:** `27` - - -Specifies version 27 with 75 x 75 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_28/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_28/_index.md deleted file mode 100644 index 62e3c4c70..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_28/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_28" -linktitle: "VERSION_28" -articleTitle: "VERSION_28" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 28 with 77 x 77 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_28/ ---- - -## HanXinVersion::VERSION_28 Enum Value - -**Value:** `28` - - -Specifies version 28 with 77 x 77 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_29/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_29/_index.md deleted file mode 100644 index 75a507c05..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_29/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_29" -linktitle: "VERSION_29" -articleTitle: "VERSION_29" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 29 with 79 x 79 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_29/ ---- - -## HanXinVersion::VERSION_29 Enum Value - -**Value:** `29` - - -Specifies version 29 with 79 x 79 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_30/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_30/_index.md deleted file mode 100644 index 1984b386b..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_30/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_30" -linktitle: "VERSION_30" -articleTitle: "VERSION_30" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 30 with 81 x 81 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_30/ ---- - -## HanXinVersion::VERSION_30 Enum Value - -**Value:** `30` - - -Specifies version 30 with 81 x 81 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_31/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_31/_index.md deleted file mode 100644 index a4fa33a2b..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_31/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_31" -linktitle: "VERSION_31" -articleTitle: "VERSION_31" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 31 with 83 x 83 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_31/ ---- - -## HanXinVersion::VERSION_31 Enum Value - -**Value:** `31` - - -Specifies version 31 with 83 x 83 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_32/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_32/_index.md deleted file mode 100644 index 7e9610ebb..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_32/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_32" -linktitle: "VERSION_32" -articleTitle: "VERSION_32" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 32 with 85 x 85 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_32/ ---- - -## HanXinVersion::VERSION_32 Enum Value - -**Value:** `32` - - -Specifies version 32 with 85 x 85 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_33/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_33/_index.md deleted file mode 100644 index 11dc85cdf..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_33/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_33" -linktitle: "VERSION_33" -articleTitle: "VERSION_33" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 33 with 87 x 87 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_33/ ---- - -## HanXinVersion::VERSION_33 Enum Value - -**Value:** `33` - - -Specifies version 33 with 87 x 87 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_34/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_34/_index.md deleted file mode 100644 index d7bbd3d90..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_34/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_34" -linktitle: "VERSION_34" -articleTitle: "VERSION_34" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 34 with 89 x 89 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_34/ ---- - -## HanXinVersion::VERSION_34 Enum Value - -**Value:** `34` - - -Specifies version 34 with 89 x 89 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_35/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_35/_index.md deleted file mode 100644 index df62a58cb..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_35/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_35" -linktitle: "VERSION_35" -articleTitle: "VERSION_35" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 35 with 91 x 91 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_35/ ---- - -## HanXinVersion::VERSION_35 Enum Value - -**Value:** `35` - - -Specifies version 35 with 91 x 91 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_36/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_36/_index.md deleted file mode 100644 index 6cbe4b152..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_36/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_36" -linktitle: "VERSION_36" -articleTitle: "VERSION_36" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 36 with 93 x 93 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_36/ ---- - -## HanXinVersion::VERSION_36 Enum Value - -**Value:** `36` - - -Specifies version 36 with 93 x 93 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_37/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_37/_index.md deleted file mode 100644 index 4bcfe73ea..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_37/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_37" -linktitle: "VERSION_37" -articleTitle: "VERSION_37" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 37 with 95 x 95 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_37/ ---- - -## HanXinVersion::VERSION_37 Enum Value - -**Value:** `37` - - -Specifies version 37 with 95 x 95 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_38/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_38/_index.md deleted file mode 100644 index 0ee82a6bb..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_38/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_38" -linktitle: "VERSION_38" -articleTitle: "VERSION_38" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 38 with 97 x 97 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_38/ ---- - -## HanXinVersion::VERSION_38 Enum Value - -**Value:** `38` - - -Specifies version 38 with 97 x 97 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_39/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_39/_index.md deleted file mode 100644 index c4eaa4087..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_39/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_39" -linktitle: "VERSION_39" -articleTitle: "VERSION_39" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 39 with 99 x 99 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_39/ ---- - -## HanXinVersion::VERSION_39 Enum Value - -**Value:** `39` - - -Specifies version 39 with 99 x 99 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_40/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_40/_index.md deleted file mode 100644 index 6716c09cd..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_40/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_40" -linktitle: "VERSION_40" -articleTitle: "VERSION_40" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 40 with 101 x 101 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_40/ ---- - -## HanXinVersion::VERSION_40 Enum Value - -**Value:** `40` - - -Specifies version 40 with 101 x 101 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_41/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_41/_index.md deleted file mode 100644 index 2580230af..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_41/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_41" -linktitle: "VERSION_41" -articleTitle: "VERSION_41" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 41 with 103 x 103 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_41/ ---- - -## HanXinVersion::VERSION_41 Enum Value - -**Value:** `41` - - -Specifies version 41 with 103 x 103 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_42/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_42/_index.md deleted file mode 100644 index 93c4cf3dd..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_42/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_42" -linktitle: "VERSION_42" -articleTitle: "VERSION_42" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 42 with 105 x 105 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_42/ ---- - -## HanXinVersion::VERSION_42 Enum Value - -**Value:** `42` - - -Specifies version 42 with 105 x 105 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_43/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_43/_index.md deleted file mode 100644 index 08bbdd26d..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_43/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_43" -linktitle: "VERSION_43" -articleTitle: "VERSION_43" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 43 with 107 x 107 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_43/ ---- - -## HanXinVersion::VERSION_43 Enum Value - -**Value:** `43` - - -Specifies version 43 with 107 x 107 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_44/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_44/_index.md deleted file mode 100644 index b58d45290..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_44/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_44" -linktitle: "VERSION_44" -articleTitle: "VERSION_44" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 44 with 109 x 109 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_44/ ---- - -## HanXinVersion::VERSION_44 Enum Value - -**Value:** `44` - - -Specifies version 44 with 109 x 109 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_45/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_45/_index.md deleted file mode 100644 index 68ab006d2..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_45/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_45" -linktitle: "VERSION_45" -articleTitle: "VERSION_45" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 45 with 111 x 111 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_45/ ---- - -## HanXinVersion::VERSION_45 Enum Value - -**Value:** `45` - - -Specifies version 45 with 111 x 111 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_46/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_46/_index.md deleted file mode 100644 index baef7247d..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_46/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_46" -linktitle: "VERSION_46" -articleTitle: "VERSION_46" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 46 with 113 x 113 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_46/ ---- - -## HanXinVersion::VERSION_46 Enum Value - -**Value:** `46` - - -Specifies version 46 with 113 x 113 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_47/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_47/_index.md deleted file mode 100644 index b441c4875..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_47/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_47" -linktitle: "VERSION_47" -articleTitle: "VERSION_47" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 47 with 115 x 115 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_47/ ---- - -## HanXinVersion::VERSION_47 Enum Value - -**Value:** `47` - - -Specifies version 47 with 115 x 115 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_48/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_48/_index.md deleted file mode 100644 index 9883bd02e..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_48/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_48" -linktitle: "VERSION_48" -articleTitle: "VERSION_48" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 48 with 117 x 117 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_48/ ---- - -## HanXinVersion::VERSION_48 Enum Value - -**Value:** `48` - - -Specifies version 48 with 117 x 117 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_49/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_49/_index.md deleted file mode 100644 index 4b3fb4eda..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_49/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_49" -linktitle: "VERSION_49" -articleTitle: "VERSION_49" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 49 with 119 x 119 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_49/ ---- - -## HanXinVersion::VERSION_49 Enum Value - -**Value:** `49` - - -Specifies version 49 with 119 x 119 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_50/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_50/_index.md deleted file mode 100644 index da3353642..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_50/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_50" -linktitle: "VERSION_50" -articleTitle: "VERSION_50" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 50 with 121 x 121 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_50/ ---- - -## HanXinVersion::VERSION_50 Enum Value - -**Value:** `50` - - -Specifies version 50 with 121 x 121 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_51/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_51/_index.md deleted file mode 100644 index 3dc244dc3..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_51/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_51" -linktitle: "VERSION_51" -articleTitle: "VERSION_51" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 51 with 123 x 123 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_51/ ---- - -## HanXinVersion::VERSION_51 Enum Value - -**Value:** `51` - - -Specifies version 51 with 123 x 123 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_52/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_52/_index.md deleted file mode 100644 index b35e53062..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_52/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_52" -linktitle: "VERSION_52" -articleTitle: "VERSION_52" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 52 with 125 x 125 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_52/ ---- - -## HanXinVersion::VERSION_52 Enum Value - -**Value:** `52` - - -Specifies version 52 with 125 x 125 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_53/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_53/_index.md deleted file mode 100644 index ff69c0670..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_53/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_53" -linktitle: "VERSION_53" -articleTitle: "VERSION_53" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 53 with 127 x 127 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_53/ ---- - -## HanXinVersion::VERSION_53 Enum Value - -**Value:** `53` - - -Specifies version 53 with 127 x 127 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_54/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_54/_index.md deleted file mode 100644 index bc9e56891..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_54/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_54" -linktitle: "VERSION_54" -articleTitle: "VERSION_54" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 54 with 129 x 129 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_54/ ---- - -## HanXinVersion::VERSION_54 Enum Value - -**Value:** `54` - - -Specifies version 54 with 129 x 129 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_55/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_55/_index.md deleted file mode 100644 index ec8bb5e42..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_55/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_55" -linktitle: "VERSION_55" -articleTitle: "VERSION_55" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 55 with 131 x 131 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_55/ ---- - -## HanXinVersion::VERSION_55 Enum Value - -**Value:** `55` - - -Specifies version 55 with 131 x 131 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_56/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_56/_index.md deleted file mode 100644 index 67c16ce73..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_56/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_56" -linktitle: "VERSION_56" -articleTitle: "VERSION_56" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 56 with 133 x 133 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_56/ ---- - -## HanXinVersion::VERSION_56 Enum Value - -**Value:** `56` - - -Specifies version 56 with 133 x 133 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_57/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_57/_index.md deleted file mode 100644 index 7e51c0559..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_57/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_57" -linktitle: "VERSION_57" -articleTitle: "VERSION_57" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 57 with 135 x 135 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_57/ ---- - -## HanXinVersion::VERSION_57 Enum Value - -**Value:** `57` - - -Specifies version 57 with 135 x 135 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_58/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_58/_index.md deleted file mode 100644 index 482f6ae5c..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_58/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_58" -linktitle: "VERSION_58" -articleTitle: "VERSION_58" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 58 with 137 x 137 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_58/ ---- - -## HanXinVersion::VERSION_58 Enum Value - -**Value:** `58` - - -Specifies version 58 with 137 x 137 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_59/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_59/_index.md deleted file mode 100644 index 09ec892ec..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_59/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_59" -linktitle: "VERSION_59" -articleTitle: "VERSION_59" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 59 with 139 x 139 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_59/ ---- - -## HanXinVersion::VERSION_59 Enum Value - -**Value:** `59` - - -Specifies version 59 with 139 x 139 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_60/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_60/_index.md deleted file mode 100644 index fd0d08908..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_60/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_60" -linktitle: "VERSION_60" -articleTitle: "VERSION_60" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 60 with 141 x 141 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_60/ ---- - -## HanXinVersion::VERSION_60 Enum Value - -**Value:** `60` - - -Specifies version 60 with 141 x 141 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_61/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_61/_index.md deleted file mode 100644 index ecfe7b444..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_61/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_61" -linktitle: "VERSION_61" -articleTitle: "VERSION_61" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 61 with 143 x 143 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_61/ ---- - -## HanXinVersion::VERSION_61 Enum Value - -**Value:** `61` - - -Specifies version 61 with 143 x 143 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_62/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_62/_index.md deleted file mode 100644 index 588d412bc..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_62/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_62" -linktitle: "VERSION_62" -articleTitle: "VERSION_62" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 62 with 145 x 145 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_62/ ---- - -## HanXinVersion::VERSION_62 Enum Value - -**Value:** `62` - - -Specifies version 62 with 145 x 145 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_63/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_63/_index.md deleted file mode 100644 index e160e7291..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_63/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_63" -linktitle: "VERSION_63" -articleTitle: "VERSION_63" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 63 with 147 x 147 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_63/ ---- - -## HanXinVersion::VERSION_63 Enum Value - -**Value:** `63` - - -Specifies version 63 with 147 x 147 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_64/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_64/_index.md deleted file mode 100644 index cd4aa5e92..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_64/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_64" -linktitle: "VERSION_64" -articleTitle: "VERSION_64" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 64 with 149 x 149 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_64/ ---- - -## HanXinVersion::VERSION_64 Enum Value - -**Value:** `64` - - -Specifies version 64 with 149 x 149 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_65/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_65/_index.md deleted file mode 100644 index d169e6383..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_65/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_65" -linktitle: "VERSION_65" -articleTitle: "VERSION_65" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 65 with 151 x 151 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_65/ ---- - -## HanXinVersion::VERSION_65 Enum Value - -**Value:** `65` - - -Specifies version 65 with 151 x 151 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_66/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_66/_index.md deleted file mode 100644 index 2ea7e29ff..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_66/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_66" -linktitle: "VERSION_66" -articleTitle: "VERSION_66" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 66 with 153 x 153 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_66/ ---- - -## HanXinVersion::VERSION_66 Enum Value - -**Value:** `66` - - -Specifies version 66 with 153 x 153 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_67/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_67/_index.md deleted file mode 100644 index fb0528a01..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_67/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_67" -linktitle: "VERSION_67" -articleTitle: "VERSION_67" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 67 with 155 x 155 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_67/ ---- - -## HanXinVersion::VERSION_67 Enum Value - -**Value:** `67` - - -Specifies version 67 with 155 x 155 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_68/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_68/_index.md deleted file mode 100644 index a68d7df2b..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_68/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_68" -linktitle: "VERSION_68" -articleTitle: "VERSION_68" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 68 with 157 x 157 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_68/ ---- - -## HanXinVersion::VERSION_68 Enum Value - -**Value:** `68` - - -Specifies version 68 with 157 x 157 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_69/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_69/_index.md deleted file mode 100644 index 060f819e2..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_69/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_69" -linktitle: "VERSION_69" -articleTitle: "VERSION_69" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 69 with 159 x 159 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_69/ ---- - -## HanXinVersion::VERSION_69 Enum Value - -**Value:** `69` - - -Specifies version 69 with 159 x 159 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_70/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_70/_index.md deleted file mode 100644 index dc854d3ec..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_70/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_70" -linktitle: "VERSION_70" -articleTitle: "VERSION_70" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 70 with 161 x 161 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_70/ ---- - -## HanXinVersion::VERSION_70 Enum Value - -**Value:** `70` - - -Specifies version 70 with 161 x 161 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_71/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_71/_index.md deleted file mode 100644 index 64ced39a8..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_71/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_71" -linktitle: "VERSION_71" -articleTitle: "VERSION_71" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 71 with 163 x 163 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_71/ ---- - -## HanXinVersion::VERSION_71 Enum Value - -**Value:** `71` - - -Specifies version 71 with 163 x 163 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_72/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_72/_index.md deleted file mode 100644 index 2f62d6e9a..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_72/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_72" -linktitle: "VERSION_72" -articleTitle: "VERSION_72" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 72 with 165 x 165 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_72/ ---- - -## HanXinVersion::VERSION_72 Enum Value - -**Value:** `72` - - -Specifies version 72 with 165 x 165 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_73/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_73/_index.md deleted file mode 100644 index be5a57d26..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_73/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_73" -linktitle: "VERSION_73" -articleTitle: "VERSION_73" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 73 with 167 x 167 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_73/ ---- - -## HanXinVersion::VERSION_73 Enum Value - -**Value:** `73` - - -Specifies version 73 with 167 x 167 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_74/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_74/_index.md deleted file mode 100644 index 690874944..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_74/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_74" -linktitle: "VERSION_74" -articleTitle: "VERSION_74" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 74 with 169 x 169 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_74/ ---- - -## HanXinVersion::VERSION_74 Enum Value - -**Value:** `74` - - -Specifies version 74 with 169 x 169 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_75/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_75/_index.md deleted file mode 100644 index 27e36b813..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_75/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_75" -linktitle: "VERSION_75" -articleTitle: "VERSION_75" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 75 with 171 x 171 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_75/ ---- - -## HanXinVersion::VERSION_75 Enum Value - -**Value:** `75` - - -Specifies version 75 with 171 x 171 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_76/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_76/_index.md deleted file mode 100644 index a7cacc5cf..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_76/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_76" -linktitle: "VERSION_76" -articleTitle: "VERSION_76" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 76 with 173 x 173 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_76/ ---- - -## HanXinVersion::VERSION_76 Enum Value - -**Value:** `76` - - -Specifies version 76 with 173 x 173 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_77/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_77/_index.md deleted file mode 100644 index 12c6c13e1..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_77/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_77" -linktitle: "VERSION_77" -articleTitle: "VERSION_77" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 77 with 175 x 175 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_77/ ---- - -## HanXinVersion::VERSION_77 Enum Value - -**Value:** `77` - - -Specifies version 77 with 175 x 175 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_78/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_78/_index.md deleted file mode 100644 index 959bdb374..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_78/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_78" -linktitle: "VERSION_78" -articleTitle: "VERSION_78" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 78 with 177 x 177 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_78/ ---- - -## HanXinVersion::VERSION_78 Enum Value - -**Value:** `78` - - -Specifies version 78 with 177 x 177 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_79/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_79/_index.md deleted file mode 100644 index d58dbc271..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_79/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_79" -linktitle: "VERSION_79" -articleTitle: "VERSION_79" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 79 with 179 x 179 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_79/ ---- - -## HanXinVersion::VERSION_79 Enum Value - -**Value:** `79` - - -Specifies version 79 with 179 x 179 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_80/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_80/_index.md deleted file mode 100644 index 339be28f1..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_80/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_80" -linktitle: "VERSION_80" -articleTitle: "VERSION_80" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 80 with 181 x 181 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_80/ ---- - -## HanXinVersion::VERSION_80 Enum Value - -**Value:** `80` - - -Specifies version 80 with 181 x 181 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_81/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_81/_index.md deleted file mode 100644 index 958394ac5..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_81/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_81" -linktitle: "VERSION_81" -articleTitle: "VERSION_81" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 81 with 183 x 183 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_81/ ---- - -## HanXinVersion::VERSION_81 Enum Value - -**Value:** `81` - - -Specifies version 81 with 183 x 183 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_82/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_82/_index.md deleted file mode 100644 index 4c0d085b7..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_82/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_82" -linktitle: "VERSION_82" -articleTitle: "VERSION_82" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 82 with 185 x 185 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_82/ ---- - -## HanXinVersion::VERSION_82 Enum Value - -**Value:** `82` - - -Specifies version 82 with 185 x 185 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_83/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_83/_index.md deleted file mode 100644 index 104a46df0..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_83/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_83" -linktitle: "VERSION_83" -articleTitle: "VERSION_83" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 83 with 187 x 187 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_83/ ---- - -## HanXinVersion::VERSION_83 Enum Value - -**Value:** `83` - - -Specifies version 83 with 187 x 187 modules. - diff --git a/english/php/aspose.barcode.generation/hanxinversion/version_84/_index.md b/english/php/aspose.barcode.generation/hanxinversion/version_84/_index.md deleted file mode 100644 index 9f6f96e8e..000000000 --- a/english/php/aspose.barcode.generation/hanxinversion/version_84/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "HanXinVersion::VERSION_84" -linktitle: "VERSION_84" -articleTitle: "VERSION_84" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 84 with 189 x 189 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hanxinversion/version_84/ ---- - -## HanXinVersion::VERSION_84 Enum Value - -**Value:** `84` - - -Specifies version 84 with 189 x 189 modules. - diff --git a/english/php/aspose.barcode.generation/hslacolor/_index.md b/english/php/aspose.barcode.generation/hslacolor/_index.md index 795d7de90..016d6369d 100644 --- a/english/php/aspose.barcode.generation/hslacolor/_index.md +++ b/english/php/aspose.barcode.generation/hslacolor/_index.md @@ -1,7 +1,6 @@ --- -title: "HslaColor Class" +title: "HslaColor" linktitle: "HslaColor" -articleTitle: "HslaColor" second_title: "Aspose.BarCode for PHP via Java" description: "Class for representing HSLA color (Hue, Saturation, Lightness, Alpha)" type: docs @@ -21,10 +20,32 @@ Class for representing HSLA color (Hue, Saturation, Lightness, Alpha) | Name | Description | | --- | --- | -| [__construct](./hslacolor/) | Constructor for HslaColor | +| [__construct](#constructor) | Constructor for HslaColor | ## Methods | Name | Static | Description | | --- | --- | --- | -| [convertHslaToRgba](./converthslatorgba/) | Yes | Uses https://en.wikipedia.org/wiki/HSL_and_HSV#HSL_to_RGB | +| [convertHslaToRgba](#converthslatorgba) | Yes | Uses https://en.wikipedia.org/wiki/HSL_and_HSV#HSL_to_RGB | + +### HslaColor__construct(int $h, int $s, int $l, float $a) {#constructor} + +Constructor for HslaColor + +| Parameter | Type | Description | +| --- | --- | --- | +| `$h` | `int` | Hue [0, 360] | +| `$s` | `int` | Saturation [0, 100] | +| `$l` | `int` | Lightness [0, 100] | +| `$a` | `float` | Alpha (opacity) [0.0f, 1.0f] | + +### convertHslaToRgbaconvertHslaToRgba(HslaColor $hslaColor) (static) {#converthslatorgba} + +Uses https://en.wikipedia.org/wiki/HSL_and_HSV#HSL_to_RGB + +| Parameter | Type | Description | +| --- | --- | --- | +| `$hslaColor` | `HslaColor` | HSLA color to convert | + +**Returns:** string with RGBA values + diff --git a/english/php/aspose.barcode.generation/hslacolor/converthslatorgba/_index.md b/english/php/aspose.barcode.generation/hslacolor/converthslatorgba/_index.md deleted file mode 100644 index 859d57cff..000000000 --- a/english/php/aspose.barcode.generation/hslacolor/converthslatorgba/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "HslaColor.convertHslaToRgba" -linktitle: "convertHslaToRgba" -articleTitle: "convertHslaToRgba" -second_title: "Aspose.BarCode for PHP via Java" -description: "Uses https://en.wikipedia.org/wiki/HSL_and_HSV#HSL_to_RGB" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hslacolor/converthslatorgba/ ---- - -## HslaColor.convertHslaToRgba - -```php -convertHslaToRgba(HslaColor $hslaColor) -``` - - -Uses https://en.wikipedia.org/wiki/HSL_and_HSV#HSL_to_RGB - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$hslaColor` | `HslaColor` | HSLA color to convert | - -**Returns:** string with RGBA values - diff --git a/english/php/aspose.barcode.generation/hslacolor/hslacolor/_index.md b/english/php/aspose.barcode.generation/hslacolor/hslacolor/_index.md deleted file mode 100644 index 6f7d8e7b7..000000000 --- a/english/php/aspose.barcode.generation/hslacolor/hslacolor/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "HslaColor" -linktitle: "HslaColor" -articleTitle: "HslaColor" -second_title: "Aspose.BarCode for PHP via Java" -description: "Constructor for HslaColor" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/hslacolor/hslacolor/ ---- - -## HslaColor Constructor - -```php -__construct(int $h, int $s, int $l, float $a) -``` - - -Constructor for HslaColor - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$h` | `int` | Hue [0, 360] | -| `$s` | `int` | Saturation [0, 100] | -| `$l` | `int` | Lightness [0, 100] | -| `$a` | `float` | Alpha (opacity) [0.0f, 1.0f] | diff --git a/english/php/aspose.barcode.generation/imageparameters/_index.md b/english/php/aspose.barcode.generation/imageparameters/_index.md index 52a90625f..a487bc3c8 100644 --- a/english/php/aspose.barcode.generation/imageparameters/_index.md +++ b/english/php/aspose.barcode.generation/imageparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "ImageParameters Class" +title: "ImageParameters" linktitle: "ImageParameters" -articleTitle: "ImageParameters" second_title: "Aspose.BarCode for PHP via Java" description: "Image parameters." type: docs @@ -21,11 +20,42 @@ Image parameters. | Name | Description | | --- | --- | -| [__construct](./imageparameters/) | | +| [__construct](#constructor) | | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [Pdf](./pdf/) | Read/Write | PDF parameters | -| [Svg](./svg/) | Read/Write | SVG parameters | +| [Pdf](#pdf) | Read/Write | PDF parameters | +| [Svg](#svg) | Read/Write | SVG parameters | + +### ImageParameters__construct(ImageParametersDTO $imageParametersDto) {#constructor} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$imageParametersDto` | `ImageParametersDTO` | | + +### Pdf {#pdf} + +**Access:** Read/Write + +PDF parameters + +PDF parameters + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `PdfParameters` | | + +### Svg {#svg} + +**Access:** Read/Write + +SVG parameters + +SVG parameters + +| Parameter | Type | Description | +| --- | --- | --- | +| `$svg` | `SvgParameters` | | + diff --git a/english/php/aspose.barcode.generation/imageparameters/imageparameters/_index.md b/english/php/aspose.barcode.generation/imageparameters/imageparameters/_index.md deleted file mode 100644 index 6caa27c58..000000000 --- a/english/php/aspose.barcode.generation/imageparameters/imageparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "ImageParameters" -linktitle: "ImageParameters" -articleTitle: "ImageParameters" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/imageparameters/imageparameters/ ---- - -## ImageParameters Constructor - -```php -__construct(ImageParametersDTO $imageParametersDto) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$imageParametersDto` | `ImageParametersDTO` | | diff --git a/english/php/aspose.barcode.generation/imageparameters/pdf/_index.md b/english/php/aspose.barcode.generation/imageparameters/pdf/_index.md deleted file mode 100644 index 280e8f386..000000000 --- a/english/php/aspose.barcode.generation/imageparameters/pdf/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "ImageParameters.Pdf" -linktitle: "Pdf" -articleTitle: "Pdf" -second_title: "Aspose.BarCode for PHP via Java" -description: "PDF parameters" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/imageparameters/pdf/ ---- - -## ImageParameters.Pdf - -**Access:** Read/Write - - -### Get - -PDF parameters - - -### Set - -PDF parameters - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `PdfParameters` | | diff --git a/english/php/aspose.barcode.generation/imageparameters/svg/_index.md b/english/php/aspose.barcode.generation/imageparameters/svg/_index.md deleted file mode 100644 index e32c15f65..000000000 --- a/english/php/aspose.barcode.generation/imageparameters/svg/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "ImageParameters.Svg" -linktitle: "Svg" -articleTitle: "Svg" -second_title: "Aspose.BarCode for PHP via Java" -description: "SVG parameters" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/imageparameters/svg/ ---- - -## ImageParameters.Svg - -**Access:** Read/Write - - -### Get - -SVG parameters - - -### Set - -SVG parameters - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$svg` | `SvgParameters` | | diff --git a/english/php/aspose.barcode.generation/itf14bordertype/_index.md b/english/php/aspose.barcode.generation/itf14bordertype/_index.md index 3570eecbc..bc963da8d 100644 --- a/english/php/aspose.barcode.generation/itf14bordertype/_index.md +++ b/english/php/aspose.barcode.generation/itf14bordertype/_index.md @@ -1,7 +1,6 @@ --- -title: "ITF14BorderType Enum" +title: "ITF14BorderType" linktitle: "ITF14BorderType" -articleTitle: "ITF14BorderType" second_title: "Aspose.BarCode for PHP via Java" description: "ITF14 barcode's border type" type: docs @@ -21,8 +20,38 @@ ITF14 barcode's border type | Name | Value | Description | | --- | --- | --- | -| [BAR](./bar/) | `"2"` | Tow horizontal bars enclosing the barcode | -| [BAR_OUT](./bar_out/) | `"4"` | Tow horizontal bars enclosing the barcode | -| [FRAME](./frame/) | `"1"` | FRAME enclosing the barcode | -| [FRAME_OUT](./frame_out/) | `"3"` | FRAME enclosing the barcode | -| [NONE](./none/) | `"0"` | NO border enclosing the barcode | +| [BAR](#bar) | `"2"` | Tow horizontal bars enclosing the barcode | +| [BAR_OUT](#bar_out) | `"4"` | Tow horizontal bars enclosing the barcode | +| [FRAME](#frame) | `"1"` | FRAME enclosing the barcode | +| [FRAME_OUT](#frame_out) | `"3"` | FRAME enclosing the barcode | +| [NONE](#none) | `"0"` | NO border enclosing the barcode | +### BAR {#bar} + +**Value:** `"2"` + +Tow horizontal bars enclosing the barcode + +### BAR_OUT {#bar_out} + +**Value:** `"4"` + +Tow horizontal bars enclosing the barcode + +### FRAME {#frame} + +**Value:** `"1"` + +FRAME enclosing the barcode + +### FRAME_OUT {#frame_out} + +**Value:** `"3"` + +FRAME enclosing the barcode + +### NONE {#none} + +**Value:** `"0"` + +NO border enclosing the barcode + diff --git a/english/php/aspose.barcode.generation/itf14bordertype/bar/_index.md b/english/php/aspose.barcode.generation/itf14bordertype/bar/_index.md deleted file mode 100644 index f75eaac81..000000000 --- a/english/php/aspose.barcode.generation/itf14bordertype/bar/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "ITF14BorderType::BAR" -linktitle: "BAR" -articleTitle: "BAR" -second_title: "Aspose.BarCode for PHP via Java" -description: "Tow horizontal bars enclosing the barcode" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/itf14bordertype/bar/ ---- - -## ITF14BorderType::BAR Enum Value - -**Value:** `"2"` - - -Tow horizontal bars enclosing the barcode - diff --git a/english/php/aspose.barcode.generation/itf14bordertype/bar_out/_index.md b/english/php/aspose.barcode.generation/itf14bordertype/bar_out/_index.md deleted file mode 100644 index 93ee5d7aa..000000000 --- a/english/php/aspose.barcode.generation/itf14bordertype/bar_out/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "ITF14BorderType::BAR_OUT" -linktitle: "BAR_OUT" -articleTitle: "BAR_OUT" -second_title: "Aspose.BarCode for PHP via Java" -description: "Tow horizontal bars enclosing the barcode" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/itf14bordertype/bar_out/ ---- - -## ITF14BorderType::BAR_OUT Enum Value - -**Value:** `"4"` - - -Tow horizontal bars enclosing the barcode - diff --git a/english/php/aspose.barcode.generation/itf14bordertype/frame/_index.md b/english/php/aspose.barcode.generation/itf14bordertype/frame/_index.md deleted file mode 100644 index e691c916c..000000000 --- a/english/php/aspose.barcode.generation/itf14bordertype/frame/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "ITF14BorderType::FRAME" -linktitle: "FRAME" -articleTitle: "FRAME" -second_title: "Aspose.BarCode for PHP via Java" -description: "FRAME enclosing the barcode" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/itf14bordertype/frame/ ---- - -## ITF14BorderType::FRAME Enum Value - -**Value:** `"1"` - - -FRAME enclosing the barcode - diff --git a/english/php/aspose.barcode.generation/itf14bordertype/frame_out/_index.md b/english/php/aspose.barcode.generation/itf14bordertype/frame_out/_index.md deleted file mode 100644 index 297bfdfd9..000000000 --- a/english/php/aspose.barcode.generation/itf14bordertype/frame_out/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "ITF14BorderType::FRAME_OUT" -linktitle: "FRAME_OUT" -articleTitle: "FRAME_OUT" -second_title: "Aspose.BarCode for PHP via Java" -description: "FRAME enclosing the barcode" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/itf14bordertype/frame_out/ ---- - -## ITF14BorderType::FRAME_OUT Enum Value - -**Value:** `"3"` - - -FRAME enclosing the barcode - diff --git a/english/php/aspose.barcode.generation/itf14bordertype/none/_index.md b/english/php/aspose.barcode.generation/itf14bordertype/none/_index.md deleted file mode 100644 index d213928f6..000000000 --- a/english/php/aspose.barcode.generation/itf14bordertype/none/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "ITF14BorderType::NONE" -linktitle: "NONE" -articleTitle: "NONE" -second_title: "Aspose.BarCode for PHP via Java" -description: "NO border enclosing the barcode" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/itf14bordertype/none/ ---- - -## ITF14BorderType::NONE Enum Value - -**Value:** `"0"` - - -NO border enclosing the barcode - diff --git a/english/php/aspose.barcode.generation/itfparameters/_index.md b/english/php/aspose.barcode.generation/itfparameters/_index.md index f6cebe782..2f2ba8e9d 100644 --- a/english/php/aspose.barcode.generation/itfparameters/_index.md +++ b/english/php/aspose.barcode.generation/itfparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "ITFParameters Class" +title: "ITFParameters" linktitle: "ITFParameters" -articleTitle: "ITFParameters" second_title: "Aspose.BarCode for PHP via Java" description: "ITF parameters." type: docs @@ -21,14 +20,85 @@ ITF parameters. | Name | Description | | --- | --- | -| [__construct](./itfparameters/) | | +| [__construct](#constructor) | | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [BorderThickness](./borderthickness/) | Read/Write | Gets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt. | -| [BorderType](./bordertype/) | Read/Write | Border type of ITF barcode. Default value: ITF14BorderType.Bar. | -| [ItfBorderThickness](./itfborderthickness/) | Read/Write | Gets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt. | -| [ItfBorderType](./itfbordertype/) | Read/Write | Border type of ITF barcode. Default value: ITF14BorderType::BAR. | -| [QuietZoneCoef](./quietzonecoef/) | Read/Write | Size of the quiet zones in xDimension. Default value: 10, meaning if xDimension = 2px than quiet zones will be 20px. | +| [BorderThickness](#borderthickness) | Read/Write | Gets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt. | +| [BorderType](#bordertype) | Read/Write | Border type of ITF barcode. Default value: ITF14BorderType.Bar. | +| [ItfBorderThickness](#itfborderthickness) | Read/Write | Gets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt. | +| [ItfBorderType](#itfbordertype) | Read/Write | Border type of ITF barcode. Default value: ITF14BorderType::BAR. | +| [QuietZoneCoef](#quietzonecoef) | Read/Write | Size of the quiet zones in xDimension. Default value: 10, meaning if xDimension = 2px than quiet zones will be 20px. | + +### ITFParameters__construct(ITFParametersDTO $itfParametersDto) {#constructor} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$itfParametersDto` | `ITFParametersDTO` | | + +### BorderThickness {#borderthickness} + +**Access:** Read/Write + +**Returns:** an ITF border (bearer bar) thickness in Unit value. + +Gets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt. + +Sets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `Unit` | an ITF border (bearer bar) thickness in Unit value. | + +### BorderType {#bordertype} + +**Access:** Read/Write + +Border type of ITF barcode. Default value: ITF14BorderType.Bar. + +Border type of ITF barcode. Default value: ITF14BorderType.Bar. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### ItfBorderThickness {#itfborderthickness} + +**Access:** Read/Write + +Gets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt. + +Sets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `Unit` | | + +### ItfBorderType {#itfbordertype} + +**Access:** Read/Write + +Border type of ITF barcode. Default value: ITF14BorderType::BAR. + +Border type of ITF barcode. Default value: ITF14BorderType::BAR. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### QuietZoneCoef {#quietzonecoef} + +**Access:** Read/Write + +**Returns:** int The QuietZoneCoef parameter value is less than 10. + +Size of the quiet zones in xDimension. Default value: 10, meaning if xDimension = 2px than quiet zones will be 20px. + +Size of the quiet zones in xDimension. Default value: 10, meaning if xDimension = 2px than quiet zones will be 20px. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + diff --git a/english/php/aspose.barcode.generation/itfparameters/borderthickness/_index.md b/english/php/aspose.barcode.generation/itfparameters/borderthickness/_index.md deleted file mode 100644 index 457874d44..000000000 --- a/english/php/aspose.barcode.generation/itfparameters/borderthickness/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "ITFParameters.BorderThickness" -linktitle: "BorderThickness" -articleTitle: "BorderThickness" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/itfparameters/borderthickness/ ---- - -## ITFParameters.BorderThickness - -**Access:** Read/Write - - -**Returns:** an ITF border (bearer bar) thickness in Unit value. - - -### Get - -Gets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt. - - -### Set - -Sets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `Unit` | an ITF border (bearer bar) thickness in Unit value. | diff --git a/english/php/aspose.barcode.generation/itfparameters/bordertype/_index.md b/english/php/aspose.barcode.generation/itfparameters/bordertype/_index.md deleted file mode 100644 index a958aeaab..000000000 --- a/english/php/aspose.barcode.generation/itfparameters/bordertype/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "ITFParameters.BorderType" -linktitle: "BorderType" -articleTitle: "BorderType" -second_title: "Aspose.BarCode for PHP via Java" -description: "Border type of ITF barcode. Default value: ITF14BorderType.Bar." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/itfparameters/bordertype/ ---- - -## ITFParameters.BorderType - -**Access:** Read/Write - - -### Get - -Border type of ITF barcode. Default value: ITF14BorderType.Bar. - - -### Set - -Border type of ITF barcode. Default value: ITF14BorderType.Bar. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/itfparameters/itfborderthickness/_index.md b/english/php/aspose.barcode.generation/itfparameters/itfborderthickness/_index.md deleted file mode 100644 index 785706587..000000000 --- a/english/php/aspose.barcode.generation/itfparameters/itfborderthickness/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "ITFParameters.ItfBorderThickness" -linktitle: "ItfBorderThickness" -articleTitle: "ItfBorderThickness" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/itfparameters/itfborderthickness/ ---- - -## ITFParameters.ItfBorderThickness - -**Access:** Read/Write - - -### Get - -Gets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt. - - -### Set - -Sets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `Unit` | | diff --git a/english/php/aspose.barcode.generation/itfparameters/itfbordertype/_index.md b/english/php/aspose.barcode.generation/itfparameters/itfbordertype/_index.md deleted file mode 100644 index 0c52beebd..000000000 --- a/english/php/aspose.barcode.generation/itfparameters/itfbordertype/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "ITFParameters.ItfBorderType" -linktitle: "ItfBorderType" -articleTitle: "ItfBorderType" -second_title: "Aspose.BarCode for PHP via Java" -description: "Border type of ITF barcode. Default value: ITF14BorderType::BAR." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/itfparameters/itfbordertype/ ---- - -## ITFParameters.ItfBorderType - -**Access:** Read/Write - - -### Get - -Border type of ITF barcode. Default value: ITF14BorderType::BAR. - - -### Set - -Border type of ITF barcode. Default value: ITF14BorderType::BAR. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/itfparameters/itfparameters/_index.md b/english/php/aspose.barcode.generation/itfparameters/itfparameters/_index.md deleted file mode 100644 index 5d38e9250..000000000 --- a/english/php/aspose.barcode.generation/itfparameters/itfparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "ITFParameters" -linktitle: "ITFParameters" -articleTitle: "ITFParameters" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/itfparameters/itfparameters/ ---- - -## ITFParameters Constructor - -```php -__construct(ITFParametersDTO $itfParametersDto) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$itfParametersDto` | `ITFParametersDTO` | | diff --git a/english/php/aspose.barcode.generation/itfparameters/quietzonecoef/_index.md b/english/php/aspose.barcode.generation/itfparameters/quietzonecoef/_index.md deleted file mode 100644 index 660b2a654..000000000 --- a/english/php/aspose.barcode.generation/itfparameters/quietzonecoef/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "ITFParameters.QuietZoneCoef" -linktitle: "QuietZoneCoef" -articleTitle: "QuietZoneCoef" -second_title: "Aspose.BarCode for PHP via Java" -description: "Size of the quiet zones in xDimension. Default value: 10, meaning if xDimension = 2px than quiet zones will be 20px." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/itfparameters/quietzonecoef/ ---- - -## ITFParameters.QuietZoneCoef - -**Access:** Read/Write - - -**Returns:** int The QuietZoneCoef parameter value is less than 10. - - -### Get - -Size of the quiet zones in xDimension. Default value: 10, meaning if xDimension = 2px than quiet zones will be 20px. - - -### Set - -Size of the quiet zones in xDimension. Default value: 10, meaning if xDimension = 2px than quiet zones will be 20px. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/macrocharacter/_index.md b/english/php/aspose.barcode.generation/macrocharacter/_index.md index e7c1000ca..a675a198e 100644 --- a/english/php/aspose.barcode.generation/macrocharacter/_index.md +++ b/english/php/aspose.barcode.generation/macrocharacter/_index.md @@ -1,7 +1,6 @@ --- -title: "MacroCharacter Enum" +title: "MacroCharacter" linktitle: "MacroCharacter" -articleTitle: "MacroCharacter" second_title: "Aspose.BarCode for PHP via Java" description: "Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. 05 Macro craracter is translated to \"[)>\\u001E05\\u001D\" as decoded data header and \"\\u001E\\u0004\" as decode" type: docs @@ -21,6 +20,24 @@ Macro Characters 05 and 06 values are used to obtain more compact encoding in sp | Name | Value | Description | | --- | --- | --- | -| [MACRO_05](./macro_05/) | `5` | 05 Macro craracter is added to barcode data in first position. GS1 Data Identifier ISO 15434 Character is translated to "[)>\u001E05\u001D" as decoded data header and "\u001E\u0004" as decoded data trailer. | -| [MACRO_06](./macro_06/) | `6` | 06 Macro craracter is added to barcode data in first position. ASC MH10 Data Identifier ISO 15434 Character is translated to "[)>\u001E06\u001D" as decoded data header and "\u001E\u0004" as decoded data trailer. | -| [NONE](./none/) | `0` | None of Macro Characters are added to barcode data | +| [MACRO_05](#macro_05) | `5` | 05 Macro craracter is added to barcode data in first position. GS1 Data Identifier ISO 15434 Character is translated to "[)>\u001E05\u001D" as decoded data header and "\u001E\u0004" as decoded data trailer. | +| [MACRO_06](#macro_06) | `6` | 06 Macro craracter is added to barcode data in first position. ASC MH10 Data Identifier ISO 15434 Character is translated to "[)>\u001E06\u001D" as decoded data header and "\u001E\u0004" as decoded data trailer. | +| [NONE](#none) | `0` | None of Macro Characters are added to barcode data | +### MACRO_05 {#macro_05} + +**Value:** `5` + +05 Macro craracter is added to barcode data in first position. GS1 Data Identifier ISO 15434 Character is translated to "[)>\u001E05\u001D" as decoded data header and "\u001E\u0004" as decoded data trailer. + +### MACRO_06 {#macro_06} + +**Value:** `6` + +06 Macro craracter is added to barcode data in first position. ASC MH10 Data Identifier ISO 15434 Character is translated to "[)>\u001E06\u001D" as decoded data header and "\u001E\u0004" as decoded data trailer. + +### NONE {#none} + +**Value:** `0` + +None of Macro Characters are added to barcode data + diff --git a/english/php/aspose.barcode.generation/macrocharacter/macro_05/_index.md b/english/php/aspose.barcode.generation/macrocharacter/macro_05/_index.md deleted file mode 100644 index 917abe9a4..000000000 --- a/english/php/aspose.barcode.generation/macrocharacter/macro_05/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "MacroCharacter::MACRO_05" -linktitle: "MACRO_05" -articleTitle: "MACRO_05" -second_title: "Aspose.BarCode for PHP via Java" -description: "05 Macro craracter is added to barcode data in first position. GS1 Data Identifier ISO 15434 Character is translated to \"[)>\\u001E05\\u001D\" as decoded data header and \"\\u001E\\u0004\" as decoded data tr" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/macrocharacter/macro_05/ ---- - -## MacroCharacter::MACRO_05 Enum Value - -**Value:** `5` - - -05 Macro craracter is added to barcode data in first position. GS1 Data Identifier ISO 15434 Character is translated to "[)>\u001E05\u001D" as decoded data header and "\u001E\u0004" as decoded data trailer. - diff --git a/english/php/aspose.barcode.generation/macrocharacter/macro_06/_index.md b/english/php/aspose.barcode.generation/macrocharacter/macro_06/_index.md deleted file mode 100644 index a12df2b46..000000000 --- a/english/php/aspose.barcode.generation/macrocharacter/macro_06/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "MacroCharacter::MACRO_06" -linktitle: "MACRO_06" -articleTitle: "MACRO_06" -second_title: "Aspose.BarCode for PHP via Java" -description: "06 Macro craracter is added to barcode data in first position. ASC MH10 Data Identifier ISO 15434 Character is translated to \"[)>\\u001E06\\u001D\" as decoded data header and \"\\u001E\\u0004\" as decoded da" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/macrocharacter/macro_06/ ---- - -## MacroCharacter::MACRO_06 Enum Value - -**Value:** `6` - - -06 Macro craracter is added to barcode data in first position. ASC MH10 Data Identifier ISO 15434 Character is translated to "[)>\u001E06\u001D" as decoded data header and "\u001E\u0004" as decoded data trailer. - diff --git a/english/php/aspose.barcode.generation/macrocharacter/none/_index.md b/english/php/aspose.barcode.generation/macrocharacter/none/_index.md deleted file mode 100644 index 58ae77026..000000000 --- a/english/php/aspose.barcode.generation/macrocharacter/none/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "MacroCharacter::NONE" -linktitle: "NONE" -articleTitle: "NONE" -second_title: "Aspose.BarCode for PHP via Java" -description: "None of Macro Characters are added to barcode data" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/macrocharacter/none/ ---- - -## MacroCharacter::NONE Enum Value - -**Value:** `0` - - -None of Macro Characters are added to barcode data - diff --git a/english/php/aspose.barcode.generation/maxicodeencodemode/_index.md b/english/php/aspose.barcode.generation/maxicodeencodemode/_index.md index 4ec0b7522..ad9de4a01 100644 --- a/english/php/aspose.barcode.generation/maxicodeencodemode/_index.md +++ b/english/php/aspose.barcode.generation/maxicodeencodemode/_index.md @@ -1,7 +1,6 @@ --- -title: "MaxiCodeEncodeMode Enum" +title: "MaxiCodeEncodeMode" linktitle: "MaxiCodeEncodeMode" -articleTitle: "MaxiCodeEncodeMode" second_title: "Aspose.BarCode for PHP via Java" description: "Encoding mode for MaxiCode barcodes." type: docs @@ -21,9 +20,45 @@ Encoding mode for MaxiCode barcodes. | Name | Value | Description | | --- | --- | --- | -| [AUTO](./auto/) | `0` | In Auto mode, the CodeText is encoded with maximum data compactness. Unicode characters are re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. | -| [BINARY](./binary/) | `4` | In Binary mode, the CodeText is encoded with maximum data compactness. If a Unicode character is found, an exception is thrown. | -| [BYTES](./bytes/) | `1` | Encode codetext as plain bytes. If it detects any Unicode character, the character will be encoded as two bytes, lower byte first. | -| [ECI](./eci/) | `5` | In ECI mode, the entire message is re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. Please note that some old (pre 2006) scanners may not support this mode. | -| [EXTENDED](./extended/) | `3` | Extended mode which supports multi ECI modes. It is better to use MaxiCodeExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. | -| [EXTENDED_CODETEXT](./extended_codetext/) | `2` | Extended mode which supports multi ECI modes. It is better to use MaxiCodeExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. | +| [AUTO](#auto) | `0` | In Auto mode, the CodeText is encoded with maximum data compactness. Unicode characters are re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. | +| [BINARY](#binary) | `4` | In Binary mode, the CodeText is encoded with maximum data compactness. If a Unicode character is found, an exception is thrown. | +| [BYTES](#bytes) | `1` | Encode codetext as plain bytes. If it detects any Unicode character, the character will be encoded as two bytes, lower byte first. | +| [ECI](#eci) | `5` | In ECI mode, the entire message is re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. Please note that some old (pre 2006) scanners may not support this mode. | +| [EXTENDED](#extended) | `3` | Extended mode which supports multi ECI modes. It is better to use MaxiCodeExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. | +| [EXTENDED_CODETEXT](#extended_codetext) | `2` | Extended mode which supports multi ECI modes. It is better to use MaxiCodeExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. | +### AUTO {#auto} + +**Value:** `0` + +In Auto mode, the CodeText is encoded with maximum data compactness. Unicode characters are re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. + +### BINARY {#binary} + +**Value:** `4` + +In Binary mode, the CodeText is encoded with maximum data compactness. If a Unicode character is found, an exception is thrown. + +### BYTES {#bytes} + +**Value:** `1` + +Encode codetext as plain bytes. If it detects any Unicode character, the character will be encoded as two bytes, lower byte first. + +### ECI {#eci} + +**Value:** `5` + +In ECI mode, the entire message is re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. Please note that some old (pre 2006) scanners may not support this mode. + +### EXTENDED {#extended} + +**Value:** `3` + +Extended mode which supports multi ECI modes. It is better to use MaxiCodeExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. + +### EXTENDED_CODETEXT {#extended_codetext} + +**Value:** `2` + +Extended mode which supports multi ECI modes. It is better to use MaxiCodeExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. + diff --git a/english/php/aspose.barcode.generation/maxicodeencodemode/auto/_index.md b/english/php/aspose.barcode.generation/maxicodeencodemode/auto/_index.md deleted file mode 100644 index 22ca27a5a..000000000 --- a/english/php/aspose.barcode.generation/maxicodeencodemode/auto/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "MaxiCodeEncodeMode::AUTO" -linktitle: "AUTO" -articleTitle: "AUTO" -second_title: "Aspose.BarCode for PHP via Java" -description: "In Auto mode, the CodeText is encoded with maximum data compactness. Unicode characters are re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is " -type: docs -weight: 10 -url: /php/aspose.barcode.generation/maxicodeencodemode/auto/ ---- - -## MaxiCodeEncodeMode::AUTO Enum Value - -**Value:** `0` - - -In Auto mode, the CodeText is encoded with maximum data compactness. Unicode characters are re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. - diff --git a/english/php/aspose.barcode.generation/maxicodeencodemode/binary/_index.md b/english/php/aspose.barcode.generation/maxicodeencodemode/binary/_index.md deleted file mode 100644 index 87a7cc263..000000000 --- a/english/php/aspose.barcode.generation/maxicodeencodemode/binary/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "MaxiCodeEncodeMode::BINARY" -linktitle: "BINARY" -articleTitle: "BINARY" -second_title: "Aspose.BarCode for PHP via Java" -description: "In Binary mode, the CodeText is encoded with maximum data compactness. If a Unicode character is found, an exception is thrown." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/maxicodeencodemode/binary/ ---- - -## MaxiCodeEncodeMode::BINARY Enum Value - -**Value:** `4` - - -In Binary mode, the CodeText is encoded with maximum data compactness. If a Unicode character is found, an exception is thrown. - diff --git a/english/php/aspose.barcode.generation/maxicodeencodemode/bytes/_index.md b/english/php/aspose.barcode.generation/maxicodeencodemode/bytes/_index.md deleted file mode 100644 index f01390142..000000000 --- a/english/php/aspose.barcode.generation/maxicodeencodemode/bytes/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "MaxiCodeEncodeMode::BYTES" -linktitle: "BYTES" -articleTitle: "BYTES" -second_title: "Aspose.BarCode for PHP via Java" -description: "Encode codetext as plain bytes. If it detects any Unicode character, the character will be encoded as two bytes, lower byte first." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/maxicodeencodemode/bytes/ ---- - -## MaxiCodeEncodeMode::BYTES Enum Value - -**Value:** `1` - - -Encode codetext as plain bytes. If it detects any Unicode character, the character will be encoded as two bytes, lower byte first. - diff --git a/english/php/aspose.barcode.generation/maxicodeencodemode/eci/_index.md b/english/php/aspose.barcode.generation/maxicodeencodemode/eci/_index.md deleted file mode 100644 index d4edb8717..000000000 --- a/english/php/aspose.barcode.generation/maxicodeencodemode/eci/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "MaxiCodeEncodeMode::ECI" -linktitle: "ECI" -articleTitle: "ECI" -second_title: "Aspose.BarCode for PHP via Java" -description: "In ECI mode, the entire message is re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding," -type: docs -weight: 10 -url: /php/aspose.barcode.generation/maxicodeencodemode/eci/ ---- - -## MaxiCodeEncodeMode::ECI Enum Value - -**Value:** `5` - - -In ECI mode, the entire message is re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. Please note that some old (pre 2006) scanners may not support this mode. - diff --git a/english/php/aspose.barcode.generation/maxicodeencodemode/extended/_index.md b/english/php/aspose.barcode.generation/maxicodeencodemode/extended/_index.md deleted file mode 100644 index 998442e7d..000000000 --- a/english/php/aspose.barcode.generation/maxicodeencodemode/extended/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "MaxiCodeEncodeMode::EXTENDED" -linktitle: "EXTENDED" -articleTitle: "EXTENDED" -second_title: "Aspose.BarCode for PHP via Java" -description: "Extended mode which supports multi ECI modes. It is better to use MaxiCodeExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing chara" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/maxicodeencodemode/extended/ ---- - -## MaxiCodeEncodeMode::EXTENDED Enum Value - -**Value:** `3` - - -Extended mode which supports multi ECI modes. It is better to use MaxiCodeExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. - diff --git a/english/php/aspose.barcode.generation/maxicodeencodemode/extended_codetext/_index.md b/english/php/aspose.barcode.generation/maxicodeencodemode/extended_codetext/_index.md deleted file mode 100644 index d97c72a6e..000000000 --- a/english/php/aspose.barcode.generation/maxicodeencodemode/extended_codetext/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "MaxiCodeEncodeMode::EXTENDED_CODETEXT" -linktitle: "EXTENDED_CODETEXT" -articleTitle: "EXTENDED_CODETEXT" -second_title: "Aspose.BarCode for PHP via Java" -description: "Extended mode which supports multi ECI modes. It is better to use MaxiCodeExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing chara" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/maxicodeencodemode/extended_codetext/ ---- - -## MaxiCodeEncodeMode::EXTENDED_CODETEXT Enum Value - -**Value:** `2` - - -Extended mode which supports multi ECI modes. It is better to use MaxiCodeExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. - diff --git a/english/php/aspose.barcode.generation/maxicodeextcodetextbuilder/_index.md b/english/php/aspose.barcode.generation/maxicodeextcodetextbuilder/_index.md index 9262c5764..c449d3151 100644 --- a/english/php/aspose.barcode.generation/maxicodeextcodetextbuilder/_index.md +++ b/english/php/aspose.barcode.generation/maxicodeextcodetextbuilder/_index.md @@ -1,7 +1,6 @@ --- -title: "MaxiCodeExtCodetextBuilder Class" +title: "MaxiCodeExtCodetextBuilder" linktitle: "MaxiCodeExtCodetextBuilder" -articleTitle: "MaxiCodeExtCodetextBuilder" second_title: "Aspose.BarCode for PHP via Java" description: "Extended codetext generator for MaxiCode barcodes for ExtendedCodetext Mode of MaxiCodeEncodeMode Use TwoDDisplayText property of BarcodeGenerator to set visible text to removing managing characters. " type: docs @@ -21,16 +20,31 @@ Extended codetext generator for MaxiCode barcodes for ExtendedCodetext Mode of M | Name | Description | | --- | --- | -| [__construct](./maxicodeextcodetextbuilder/) | Reimplemented from Aspose\Barcode\Generation\ExtCodetextBuilder. | +| [__construct](#constructor) | Reimplemented from Aspose\Barcode\Generation\ExtCodetextBuilder. | ## Methods | Name | Static | Description | | --- | --- | --- | -| [init](./init/) | No | Reimplemented from Aspose\Barcode\Generation\ExtCodetextBuilder. | +| [init](#init) | No | Reimplemented from Aspose\Barcode\Generation\ExtCodetextBuilder. | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [ExtCodetextBuilderType](./extcodetextbuildertype/) | Read-only | Reimplemented from Aspose\Barcode\Generation\ExtCodetextBuilder. | +| [ExtCodetextBuilderType](#extcodetextbuildertype) | Read-only | Reimplemented from Aspose\Barcode\Generation\ExtCodetextBuilder. | + +### MaxiCodeExtCodetextBuilder__construct() {#constructor} + +Reimplemented from Aspose\Barcode\Generation\ExtCodetextBuilder. + +### initinit() {#init} + +Reimplemented from Aspose\Barcode\Generation\ExtCodetextBuilder. + +### ExtCodetextBuilderType {#extcodetextbuildertype} + +**Access:** Read-only + +Reimplemented from Aspose\Barcode\Generation\ExtCodetextBuilder. + diff --git a/english/php/aspose.barcode.generation/maxicodeextcodetextbuilder/extcodetextbuildertype/_index.md b/english/php/aspose.barcode.generation/maxicodeextcodetextbuilder/extcodetextbuildertype/_index.md deleted file mode 100644 index 4bb3bd084..000000000 --- a/english/php/aspose.barcode.generation/maxicodeextcodetextbuilder/extcodetextbuildertype/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "MaxiCodeExtCodetextBuilder.ExtCodetextBuilderType" -linktitle: "ExtCodetextBuilderType" -articleTitle: "ExtCodetextBuilderType" -second_title: "Aspose.BarCode for PHP via Java" -description: "Reimplemented from Aspose\\Barcode\\Generation\\ExtCodetextBuilder." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/maxicodeextcodetextbuilder/extcodetextbuildertype/ ---- - -## MaxiCodeExtCodetextBuilder.ExtCodetextBuilderType - -**Access:** Read-only - - -### Get - -Reimplemented from Aspose\Barcode\Generation\ExtCodetextBuilder. - diff --git a/english/php/aspose.barcode.generation/maxicodeextcodetextbuilder/init/_index.md b/english/php/aspose.barcode.generation/maxicodeextcodetextbuilder/init/_index.md deleted file mode 100644 index 57fcbac10..000000000 --- a/english/php/aspose.barcode.generation/maxicodeextcodetextbuilder/init/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "MaxiCodeExtCodetextBuilder.init" -linktitle: "init" -articleTitle: "init" -second_title: "Aspose.BarCode for PHP via Java" -description: "Reimplemented from Aspose\\Barcode\\Generation\\ExtCodetextBuilder." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/maxicodeextcodetextbuilder/init/ ---- - -## MaxiCodeExtCodetextBuilder.init - -```php -init() -``` - - -Reimplemented from Aspose\Barcode\Generation\ExtCodetextBuilder. - diff --git a/english/php/aspose.barcode.generation/maxicodeextcodetextbuilder/maxicodeextcodetextbuilder/_index.md b/english/php/aspose.barcode.generation/maxicodeextcodetextbuilder/maxicodeextcodetextbuilder/_index.md deleted file mode 100644 index 79b48ae08..000000000 --- a/english/php/aspose.barcode.generation/maxicodeextcodetextbuilder/maxicodeextcodetextbuilder/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "MaxiCodeExtCodetextBuilder" -linktitle: "MaxiCodeExtCodetextBuilder" -articleTitle: "MaxiCodeExtCodetextBuilder" -second_title: "Aspose.BarCode for PHP via Java" -description: "Reimplemented from Aspose\\Barcode\\Generation\\ExtCodetextBuilder." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/maxicodeextcodetextbuilder/maxicodeextcodetextbuilder/ ---- - -## MaxiCodeExtCodetextBuilder Constructor - -```php -__construct() -``` - - -Reimplemented from Aspose\Barcode\Generation\ExtCodetextBuilder. - diff --git a/english/php/aspose.barcode.generation/maxicodemode/_index.md b/english/php/aspose.barcode.generation/maxicodemode/_index.md index cf4a68272..8da47bbc3 100644 --- a/english/php/aspose.barcode.generation/maxicodemode/_index.md +++ b/english/php/aspose.barcode.generation/maxicodemode/_index.md @@ -1,7 +1,6 @@ --- -title: "MaxiCodeMode Enum" +title: "MaxiCodeMode" linktitle: "MaxiCodeMode" -articleTitle: "MaxiCodeMode" second_title: "Aspose.BarCode for PHP via Java" description: "Encoding mode for MaxiCode barcodes. This sample shows how to genereate MaxiCode barcodes using ComplexBarcodeGenerator" type: docs @@ -21,8 +20,38 @@ Encoding mode for MaxiCode barcodes. This sample shows how to genereate MaxiCode | Name | Value | Description | | --- | --- | --- | -| [MODE_2](./mode_2/) | `2` | Mode 2 encodes postal information in first message and data in second message. Has 9 digits postal code (used only in USA). | -| [MODE_3](./mode_3/) | `3` | Mode 3 encodes postal information in first message and data in second message. Has 6 alphanumeric postal code, used in the world. | -| [MODE_4](./mode_4/) | `4` | Mode 4 encodes data in first and second message, with short ECC correction. | -| [MODE_5](./mode_5/) | `5` | Mode 5 encodes data in first and second message, with long ECC correction. | -| [MODE_6](./mode_6/) | `6` | Mode 6 encodes data in first and second message, with short ECC correction. Used to encode device. | +| [MODE_2](#mode_2) | `2` | Mode 2 encodes postal information in first message and data in second message. Has 9 digits postal code (used only in USA). | +| [MODE_3](#mode_3) | `3` | Mode 3 encodes postal information in first message and data in second message. Has 6 alphanumeric postal code, used in the world. | +| [MODE_4](#mode_4) | `4` | Mode 4 encodes data in first and second message, with short ECC correction. | +| [MODE_5](#mode_5) | `5` | Mode 5 encodes data in first and second message, with long ECC correction. | +| [MODE_6](#mode_6) | `6` | Mode 6 encodes data in first and second message, with short ECC correction. Used to encode device. | +### MODE_2 {#mode_2} + +**Value:** `2` + +Mode 2 encodes postal information in first message and data in second message. Has 9 digits postal code (used only in USA). + +### MODE_3 {#mode_3} + +**Value:** `3` + +Mode 3 encodes postal information in first message and data in second message. Has 6 alphanumeric postal code, used in the world. + +### MODE_4 {#mode_4} + +**Value:** `4` + +Mode 4 encodes data in first and second message, with short ECC correction. + +### MODE_5 {#mode_5} + +**Value:** `5` + +Mode 5 encodes data in first and second message, with long ECC correction. + +### MODE_6 {#mode_6} + +**Value:** `6` + +Mode 6 encodes data in first and second message, with short ECC correction. Used to encode device. + diff --git a/english/php/aspose.barcode.generation/maxicodemode/mode_2/_index.md b/english/php/aspose.barcode.generation/maxicodemode/mode_2/_index.md deleted file mode 100644 index c52a9baf8..000000000 --- a/english/php/aspose.barcode.generation/maxicodemode/mode_2/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "MaxiCodeMode::MODE_2" -linktitle: "MODE_2" -articleTitle: "MODE_2" -second_title: "Aspose.BarCode for PHP via Java" -description: "Mode 2 encodes postal information in first message and data in second message. Has 9 digits postal code (used only in USA)." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/maxicodemode/mode_2/ ---- - -## MaxiCodeMode::MODE_2 Enum Value - -**Value:** `2` - - -Mode 2 encodes postal information in first message and data in second message. Has 9 digits postal code (used only in USA). - diff --git a/english/php/aspose.barcode.generation/maxicodemode/mode_3/_index.md b/english/php/aspose.barcode.generation/maxicodemode/mode_3/_index.md deleted file mode 100644 index 59efa7603..000000000 --- a/english/php/aspose.barcode.generation/maxicodemode/mode_3/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "MaxiCodeMode::MODE_3" -linktitle: "MODE_3" -articleTitle: "MODE_3" -second_title: "Aspose.BarCode for PHP via Java" -description: "Mode 3 encodes postal information in first message and data in second message. Has 6 alphanumeric postal code, used in the world." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/maxicodemode/mode_3/ ---- - -## MaxiCodeMode::MODE_3 Enum Value - -**Value:** `3` - - -Mode 3 encodes postal information in first message and data in second message. Has 6 alphanumeric postal code, used in the world. - diff --git a/english/php/aspose.barcode.generation/maxicodemode/mode_4/_index.md b/english/php/aspose.barcode.generation/maxicodemode/mode_4/_index.md deleted file mode 100644 index c215b3371..000000000 --- a/english/php/aspose.barcode.generation/maxicodemode/mode_4/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "MaxiCodeMode::MODE_4" -linktitle: "MODE_4" -articleTitle: "MODE_4" -second_title: "Aspose.BarCode for PHP via Java" -description: "Mode 4 encodes data in first and second message, with short ECC correction." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/maxicodemode/mode_4/ ---- - -## MaxiCodeMode::MODE_4 Enum Value - -**Value:** `4` - - -Mode 4 encodes data in first and second message, with short ECC correction. - diff --git a/english/php/aspose.barcode.generation/maxicodemode/mode_5/_index.md b/english/php/aspose.barcode.generation/maxicodemode/mode_5/_index.md deleted file mode 100644 index d179bfaba..000000000 --- a/english/php/aspose.barcode.generation/maxicodemode/mode_5/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "MaxiCodeMode::MODE_5" -linktitle: "MODE_5" -articleTitle: "MODE_5" -second_title: "Aspose.BarCode for PHP via Java" -description: "Mode 5 encodes data in first and second message, with long ECC correction." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/maxicodemode/mode_5/ ---- - -## MaxiCodeMode::MODE_5 Enum Value - -**Value:** `5` - - -Mode 5 encodes data in first and second message, with long ECC correction. - diff --git a/english/php/aspose.barcode.generation/maxicodemode/mode_6/_index.md b/english/php/aspose.barcode.generation/maxicodemode/mode_6/_index.md deleted file mode 100644 index de6335584..000000000 --- a/english/php/aspose.barcode.generation/maxicodemode/mode_6/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "MaxiCodeMode::MODE_6" -linktitle: "MODE_6" -articleTitle: "MODE_6" -second_title: "Aspose.BarCode for PHP via Java" -description: "Mode 6 encodes data in first and second message, with short ECC correction. Used to encode device." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/maxicodemode/mode_6/ ---- - -## MaxiCodeMode::MODE_6 Enum Value - -**Value:** `6` - - -Mode 6 encodes data in first and second message, with short ECC correction. Used to encode device. - diff --git a/english/php/aspose.barcode.generation/maxicodeparameters/_index.md b/english/php/aspose.barcode.generation/maxicodeparameters/_index.md index 262862ff9..2dce6a5a6 100644 --- a/english/php/aspose.barcode.generation/maxicodeparameters/_index.md +++ b/english/php/aspose.barcode.generation/maxicodeparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "MaxiCodeParameters Class" +title: "MaxiCodeParameters" linktitle: "MaxiCodeParameters" -articleTitle: "MaxiCodeParameters" second_title: "Aspose.BarCode for PHP via Java" description: "MaxiCode parameters." type: docs @@ -21,19 +20,154 @@ MaxiCode parameters. | Name | Description | | --- | --- | -| [__construct](./maxicodeparameters/) | | +| [__construct](#constructor) | | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [AspectRatio](./aspectratio/) | Read/Write | Height/Width ratio of 2D BarCode module. | -| [ECIEncoding](./eciencoding/) | Read/Write | Gets ECI encoding. Used when MaxiCodeEncodeMode is AUTO. Default value: ISO-8859-1 | -| [EncodeMode](./encodemode/) | Read/Write | Gets a MaxiCode encode mode. Default value: Auto. | -| [MaxiCodeEncodeMode](./maxicodeencodemode/) | Read/Write | Gets a MaxiCode encode mode. | -| [MaxiCodeMode](./maxicodemode/) | Read/Write | Gets a MaxiCode encode mode. | -| [MaxiCodeStructuredAppendModeBarcodeId](./maxicodestructuredappendmodebarcodeid/) | Read/Write | Gets a MaxiCode barcode id in structured append mode. ID must be a value between 1 and 8. Default value: 0 | -| [MaxiCodeStructuredAppendModeBarcodesCount](./maxicodestructuredappendmodebarcodescount/) | Read/Write | Gets a MaxiCode barcodes count in structured append mode. Count number must be a value between 2 and 8 (maximum barcodes count). Default value: -1 | -| [Mode](./mode/) | Read/Write | Gets a MaxiCode encode mode. | -| [StructuredAppendModeBarcodeId](./structuredappendmodebarcodeid/) | Read/Write | Gets a MaxiCode barcode id in structured append mode. ID must be a value between 1 and 8. Default value: 0 | -| [StructuredAppendModeBarcodesCount](./structuredappendmodebarcodescount/) | Read/Write | Gets a MaxiCode barcodes count in structured append mode. Count number must be a value between 2 and 8 (maximum barcodes count). Default value: -1 | +| [AspectRatio](#aspectratio) | Read/Write | Height/Width ratio of 2D BarCode module. | +| [ECIEncoding](#eciencoding) | Read/Write | Gets ECI encoding. Used when MaxiCodeEncodeMode is AUTO. Default value: ISO-8859-1 | +| [EncodeMode](#encodemode) | Read/Write | Gets a MaxiCode encode mode. Default value: Auto. | +| [MaxiCodeEncodeMode](#maxicodeencodemode) | Read/Write | Gets a MaxiCode encode mode. | +| [MaxiCodeMode](#maxicodemode) | Read/Write | Gets a MaxiCode encode mode. | +| [MaxiCodeStructuredAppendModeBarcodeId](#maxicodestructuredappendmodebarcodeid) | Read/Write | Gets a MaxiCode barcode id in structured append mode. ID must be a value between 1 and 8. Default value: 0 | +| [MaxiCodeStructuredAppendModeBarcodesCount](#maxicodestructuredappendmodebarcodescount) | Read/Write | Gets a MaxiCode barcodes count in structured append mode. Count number must be a value between 2 and 8 (maximum barcodes count). Default value: -1 | +| [Mode](#mode) | Read/Write | Gets a MaxiCode encode mode. | +| [StructuredAppendModeBarcodeId](#structuredappendmodebarcodeid) | Read/Write | Gets a MaxiCode barcode id in structured append mode. ID must be a value between 1 and 8. Default value: 0 | +| [StructuredAppendModeBarcodesCount](#structuredappendmodebarcodescount) | Read/Write | Gets a MaxiCode barcodes count in structured append mode. Count number must be a value between 2 and 8 (maximum barcodes count). Default value: -1 | + +### MaxiCodeParameters__construct(MaxiCodeParametersDTO $maxiCodeParametersDto) {#constructor} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$maxiCodeParametersDto` | `MaxiCodeParametersDTO` | | + +### AspectRatio {#aspectratio} + +**Access:** Read/Write + +Height/Width ratio of 2D BarCode module. + +Height/Width ratio of 2D BarCode module. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `float` | | + +### ECIEncoding {#eciencoding} + +**Access:** Read/Write + +Gets ECI encoding. Used when MaxiCodeEncodeMode is AUTO. Default value: ISO-8859-1 + +Sets ECI encoding. Used when MaxiCodeEncodeMode is AUTO. Default value: ISO-8859-1 + +| Parameter | Type | Description | +| --- | --- | --- | +| `$ECIEncoding` | `int` | | + +### EncodeMode {#encodemode} + +**Access:** Read/Write + +**Returns:** a MaxiCode encode mode. + +Gets a MaxiCode encode mode. Default value: Auto. + +Sets a MaxiCode encode mode. Default value: Auto. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | a MaxiCode encode mode. | + +### MaxiCodeEncodeMode {#maxicodeencodemode} + +**Access:** Read/Write + +Gets a MaxiCode encode mode. + +Sets a MaxiCode encode mode. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### MaxiCodeMode {#maxicodemode} + +**Access:** Read/Write + +Gets a MaxiCode encode mode. + +Sets a MaxiCode encode mode. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$maxiCodeMode` | `int` | | + +### MaxiCodeStructuredAppendModeBarcodeId {#maxicodestructuredappendmodebarcodeid} + +**Access:** Read/Write + +Gets a MaxiCode barcode id in structured append mode. ID must be a value between 1 and 8. Default value: 0 + +Sets a MaxiCode barcode id in structured append mode. ID must be a value between 1 and 8. Default value: 0 + +| Parameter | Type | Description | +| --- | --- | --- | +| `$maxiCodeStructuredAppendModeBarcodeId` | `int` | | + +### MaxiCodeStructuredAppendModeBarcodesCount {#maxicodestructuredappendmodebarcodescount} + +**Access:** Read/Write + +Gets a MaxiCode barcodes count in structured append mode. Count number must be a value between 2 and 8 (maximum barcodes count). Default value: -1 + +Sets a MaxiCode barcodes count in structured append mode. Count number must be a value between 2 and 8 (maximum barcodes count). Default value: -1 + +| Parameter | Type | Description | +| --- | --- | --- | +| `$maxiCodeStructuredAppendModeBarcodesCount` | `int` | | + +### Mode {#mode} + +**Access:** Read/Write + +**Returns:** a MaxiCode encode mode. + +Gets a MaxiCode encode mode. + +Sets a MaxiCode encode mode. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | a MaxiCode encode mode. | + +### StructuredAppendModeBarcodeId {#structuredappendmodebarcodeid} + +**Access:** Read/Write + +**Returns:** a MaxiCode barcode id in structured append mode. + +Gets a MaxiCode barcode id in structured append mode. ID must be a value between 1 and 8. Default value: 0 + +Sets a MaxiCode barcode id in structured append mode. ID must be a value between 1 and 8. Default value: 0 + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | a MaxiCode barcode id in structured append mode. | + +### StructuredAppendModeBarcodesCount {#structuredappendmodebarcodescount} + +**Access:** Read/Write + +**Returns:** a MaxiCode barcodes count in structured append mode. + +Gets a MaxiCode barcodes count in structured append mode. Count number must be a value between 2 and 8 (maximum barcodes count). Default value: -1 + +Sets a MaxiCode barcodes count in structured append mode. Count number must be a value between 2 and 8 (maximum barcodes count). Default value: -1 + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | a MaxiCode barcodes count in structured append mode. | + diff --git a/english/php/aspose.barcode.generation/maxicodeparameters/aspectratio/_index.md b/english/php/aspose.barcode.generation/maxicodeparameters/aspectratio/_index.md deleted file mode 100644 index 80558981f..000000000 --- a/english/php/aspose.barcode.generation/maxicodeparameters/aspectratio/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "MaxiCodeParameters.AspectRatio" -linktitle: "AspectRatio" -articleTitle: "AspectRatio" -second_title: "Aspose.BarCode for PHP via Java" -description: "Height/Width ratio of 2D BarCode module." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/maxicodeparameters/aspectratio/ ---- - -## MaxiCodeParameters.AspectRatio - -**Access:** Read/Write - - -### Get - -Height/Width ratio of 2D BarCode module. - - -### Set - -Height/Width ratio of 2D BarCode module. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `float` | | diff --git a/english/php/aspose.barcode.generation/maxicodeparameters/eciencoding/_index.md b/english/php/aspose.barcode.generation/maxicodeparameters/eciencoding/_index.md deleted file mode 100644 index 1d705ace6..000000000 --- a/english/php/aspose.barcode.generation/maxicodeparameters/eciencoding/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "MaxiCodeParameters.ECIEncoding" -linktitle: "ECIEncoding" -articleTitle: "ECIEncoding" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets ECI encoding. Used when MaxiCodeEncodeMode is AUTO. Default value: ISO-8859-1" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/maxicodeparameters/eciencoding/ ---- - -## MaxiCodeParameters.ECIEncoding - -**Access:** Read/Write - - -### Get - -Gets ECI encoding. Used when MaxiCodeEncodeMode is AUTO. Default value: ISO-8859-1 - - -### Set - -Sets ECI encoding. Used when MaxiCodeEncodeMode is AUTO. Default value: ISO-8859-1 - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$ECIEncoding` | `int` | | diff --git a/english/php/aspose.barcode.generation/maxicodeparameters/encodemode/_index.md b/english/php/aspose.barcode.generation/maxicodeparameters/encodemode/_index.md deleted file mode 100644 index 633659821..000000000 --- a/english/php/aspose.barcode.generation/maxicodeparameters/encodemode/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "MaxiCodeParameters.EncodeMode" -linktitle: "EncodeMode" -articleTitle: "EncodeMode" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets a MaxiCode encode mode. Default value: Auto." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/maxicodeparameters/encodemode/ ---- - -## MaxiCodeParameters.EncodeMode - -**Access:** Read/Write - - -**Returns:** a MaxiCode encode mode. - - -### Get - -Gets a MaxiCode encode mode. Default value: Auto. - - -### Set - -Sets a MaxiCode encode mode. Default value: Auto. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | a MaxiCode encode mode. | diff --git a/english/php/aspose.barcode.generation/maxicodeparameters/maxicodeencodemode/_index.md b/english/php/aspose.barcode.generation/maxicodeparameters/maxicodeencodemode/_index.md deleted file mode 100644 index 96c85576f..000000000 --- a/english/php/aspose.barcode.generation/maxicodeparameters/maxicodeencodemode/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "MaxiCodeParameters.MaxiCodeEncodeMode" -linktitle: "MaxiCodeEncodeMode" -articleTitle: "MaxiCodeEncodeMode" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets a MaxiCode encode mode." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/maxicodeparameters/maxicodeencodemode/ ---- - -## MaxiCodeParameters.MaxiCodeEncodeMode - -**Access:** Read/Write - - -### Get - -Gets a MaxiCode encode mode. - - -### Set - -Sets a MaxiCode encode mode. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/maxicodeparameters/maxicodemode/_index.md b/english/php/aspose.barcode.generation/maxicodeparameters/maxicodemode/_index.md deleted file mode 100644 index 3b721edb5..000000000 --- a/english/php/aspose.barcode.generation/maxicodeparameters/maxicodemode/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "MaxiCodeParameters.MaxiCodeMode" -linktitle: "MaxiCodeMode" -articleTitle: "MaxiCodeMode" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets a MaxiCode encode mode." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/maxicodeparameters/maxicodemode/ ---- - -## MaxiCodeParameters.MaxiCodeMode - -**Access:** Read/Write - - -### Get - -Gets a MaxiCode encode mode. - - -### Set - -Sets a MaxiCode encode mode. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$maxiCodeMode` | `int` | | diff --git a/english/php/aspose.barcode.generation/maxicodeparameters/maxicodeparameters/_index.md b/english/php/aspose.barcode.generation/maxicodeparameters/maxicodeparameters/_index.md deleted file mode 100644 index 3dde44553..000000000 --- a/english/php/aspose.barcode.generation/maxicodeparameters/maxicodeparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "MaxiCodeParameters" -linktitle: "MaxiCodeParameters" -articleTitle: "MaxiCodeParameters" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/maxicodeparameters/maxicodeparameters/ ---- - -## MaxiCodeParameters Constructor - -```php -__construct(MaxiCodeParametersDTO $maxiCodeParametersDto) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$maxiCodeParametersDto` | `MaxiCodeParametersDTO` | | diff --git a/english/php/aspose.barcode.generation/maxicodeparameters/maxicodestructuredappendmodebarcodeid/_index.md b/english/php/aspose.barcode.generation/maxicodeparameters/maxicodestructuredappendmodebarcodeid/_index.md deleted file mode 100644 index 559c07158..000000000 --- a/english/php/aspose.barcode.generation/maxicodeparameters/maxicodestructuredappendmodebarcodeid/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "MaxiCodeParameters.MaxiCodeStructuredAppendModeBarcodeId" -linktitle: "MaxiCodeStructuredAppendModeBarcodeId" -articleTitle: "MaxiCodeStructuredAppendModeBarcodeId" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets a MaxiCode barcode id in structured append mode. ID must be a value between 1 and 8. Default value: 0" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/maxicodeparameters/maxicodestructuredappendmodebarcodeid/ ---- - -## MaxiCodeParameters.MaxiCodeStructuredAppendModeBarcodeId - -**Access:** Read/Write - - -### Get - -Gets a MaxiCode barcode id in structured append mode. ID must be a value between 1 and 8. Default value: 0 - - -### Set - -Sets a MaxiCode barcode id in structured append mode. ID must be a value between 1 and 8. Default value: 0 - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$maxiCodeStructuredAppendModeBarcodeId` | `int` | | diff --git a/english/php/aspose.barcode.generation/maxicodeparameters/maxicodestructuredappendmodebarcodescount/_index.md b/english/php/aspose.barcode.generation/maxicodeparameters/maxicodestructuredappendmodebarcodescount/_index.md deleted file mode 100644 index df82fb34f..000000000 --- a/english/php/aspose.barcode.generation/maxicodeparameters/maxicodestructuredappendmodebarcodescount/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "MaxiCodeParameters.MaxiCodeStructuredAppendModeBarcodesCount" -linktitle: "MaxiCodeStructuredAppendModeBarcodesCount" -articleTitle: "MaxiCodeStructuredAppendModeBarcodesCount" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets a MaxiCode barcodes count in structured append mode. Count number must be a value between 2 and 8 (maximum barcodes count). Default value: -1" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/maxicodeparameters/maxicodestructuredappendmodebarcodescount/ ---- - -## MaxiCodeParameters.MaxiCodeStructuredAppendModeBarcodesCount - -**Access:** Read/Write - - -### Get - -Gets a MaxiCode barcodes count in structured append mode. Count number must be a value between 2 and 8 (maximum barcodes count). Default value: -1 - - -### Set - -Sets a MaxiCode barcodes count in structured append mode. Count number must be a value between 2 and 8 (maximum barcodes count). Default value: -1 - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$maxiCodeStructuredAppendModeBarcodesCount` | `int` | | diff --git a/english/php/aspose.barcode.generation/maxicodeparameters/mode/_index.md b/english/php/aspose.barcode.generation/maxicodeparameters/mode/_index.md deleted file mode 100644 index e82d51653..000000000 --- a/english/php/aspose.barcode.generation/maxicodeparameters/mode/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "MaxiCodeParameters.Mode" -linktitle: "Mode" -articleTitle: "Mode" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets a MaxiCode encode mode." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/maxicodeparameters/mode/ ---- - -## MaxiCodeParameters.Mode - -**Access:** Read/Write - - -**Returns:** a MaxiCode encode mode. - - -### Get - -Gets a MaxiCode encode mode. - - -### Set - -Sets a MaxiCode encode mode. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | a MaxiCode encode mode. | diff --git a/english/php/aspose.barcode.generation/maxicodeparameters/structuredappendmodebarcodeid/_index.md b/english/php/aspose.barcode.generation/maxicodeparameters/structuredappendmodebarcodeid/_index.md deleted file mode 100644 index dd1b5866e..000000000 --- a/english/php/aspose.barcode.generation/maxicodeparameters/structuredappendmodebarcodeid/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "MaxiCodeParameters.StructuredAppendModeBarcodeId" -linktitle: "StructuredAppendModeBarcodeId" -articleTitle: "StructuredAppendModeBarcodeId" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets a MaxiCode barcode id in structured append mode. ID must be a value between 1 and 8. Default value: 0" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/maxicodeparameters/structuredappendmodebarcodeid/ ---- - -## MaxiCodeParameters.StructuredAppendModeBarcodeId - -**Access:** Read/Write - - -**Returns:** a MaxiCode barcode id in structured append mode. - - -### Get - -Gets a MaxiCode barcode id in structured append mode. ID must be a value between 1 and 8. Default value: 0 - - -### Set - -Sets a MaxiCode barcode id in structured append mode. ID must be a value between 1 and 8. Default value: 0 - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | a MaxiCode barcode id in structured append mode. | diff --git a/english/php/aspose.barcode.generation/maxicodeparameters/structuredappendmodebarcodescount/_index.md b/english/php/aspose.barcode.generation/maxicodeparameters/structuredappendmodebarcodescount/_index.md deleted file mode 100644 index eba1e32db..000000000 --- a/english/php/aspose.barcode.generation/maxicodeparameters/structuredappendmodebarcodescount/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "MaxiCodeParameters.StructuredAppendModeBarcodesCount" -linktitle: "StructuredAppendModeBarcodesCount" -articleTitle: "StructuredAppendModeBarcodesCount" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets a MaxiCode barcodes count in structured append mode. Count number must be a value between 2 and 8 (maximum barcodes count). Default value: -1" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/maxicodeparameters/structuredappendmodebarcodescount/ ---- - -## MaxiCodeParameters.StructuredAppendModeBarcodesCount - -**Access:** Read/Write - - -**Returns:** a MaxiCode barcodes count in structured append mode. - - -### Get - -Gets a MaxiCode barcodes count in structured append mode. Count number must be a value between 2 and 8 (maximum barcodes count). Default value: -1 - - -### Set - -Sets a MaxiCode barcodes count in structured append mode. Count number must be a value between 2 and 8 (maximum barcodes count). Default value: -1 - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | a MaxiCode barcodes count in structured append mode. | diff --git a/english/php/aspose.barcode.generation/microqrversion/_index.md b/english/php/aspose.barcode.generation/microqrversion/_index.md index 89676dbbf..aa1ce9b7b 100644 --- a/english/php/aspose.barcode.generation/microqrversion/_index.md +++ b/english/php/aspose.barcode.generation/microqrversion/_index.md @@ -1,7 +1,6 @@ --- -title: "MicroQRVersion Enum" +title: "MicroQRVersion" linktitle: "MicroQRVersion" -articleTitle: "MicroQRVersion" second_title: "Aspose.BarCode for PHP via Java" description: "Version of MicroQR Code. From M1 to M4." type: docs @@ -21,8 +20,38 @@ Version of MicroQR Code. From M1 to M4. | Name | Value | Description | | --- | --- | --- | -| [AUTO](./auto/) | `0` | Specifies to automatically pick up the best version for MicroQR. This is default value. | -| [M1](./m1/) | `1` | Specifies version M1 for Micro QR with 11 x 11 modules. | -| [M2](./m2/) | `2` | Specifies version M2 for Micro QR with 13 x 13 modules. | -| [M3](./m3/) | `3` | Specifies version M3 for Micro QR with 15 x 15 modules. | -| [M4](./m4/) | `4` | Specifies version M4 for Micro QR with 17 x 17 modules. | +| [AUTO](#auto) | `0` | Specifies to automatically pick up the best version for MicroQR. This is default value. | +| [M1](#m1) | `1` | Specifies version M1 for Micro QR with 11 x 11 modules. | +| [M2](#m2) | `2` | Specifies version M2 for Micro QR with 13 x 13 modules. | +| [M3](#m3) | `3` | Specifies version M3 for Micro QR with 15 x 15 modules. | +| [M4](#m4) | `4` | Specifies version M4 for Micro QR with 17 x 17 modules. | +### AUTO {#auto} + +**Value:** `0` + +Specifies to automatically pick up the best version for MicroQR. This is default value. + +### M1 {#m1} + +**Value:** `1` + +Specifies version M1 for Micro QR with 11 x 11 modules. + +### M2 {#m2} + +**Value:** `2` + +Specifies version M2 for Micro QR with 13 x 13 modules. + +### M3 {#m3} + +**Value:** `3` + +Specifies version M3 for Micro QR with 15 x 15 modules. + +### M4 {#m4} + +**Value:** `4` + +Specifies version M4 for Micro QR with 17 x 17 modules. + diff --git a/english/php/aspose.barcode.generation/microqrversion/auto/_index.md b/english/php/aspose.barcode.generation/microqrversion/auto/_index.md deleted file mode 100644 index 1aa79eda3..000000000 --- a/english/php/aspose.barcode.generation/microqrversion/auto/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "MicroQRVersion::AUTO" -linktitle: "AUTO" -articleTitle: "AUTO" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies to automatically pick up the best version for MicroQR. This is default value." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/microqrversion/auto/ ---- - -## MicroQRVersion::AUTO Enum Value - -**Value:** `0` - - -Specifies to automatically pick up the best version for MicroQR. This is default value. - diff --git a/english/php/aspose.barcode.generation/microqrversion/m1/_index.md b/english/php/aspose.barcode.generation/microqrversion/m1/_index.md deleted file mode 100644 index ad87e1ee7..000000000 --- a/english/php/aspose.barcode.generation/microqrversion/m1/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "MicroQRVersion::M1" -linktitle: "M1" -articleTitle: "M1" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version M1 for Micro QR with 11 x 11 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/microqrversion/m1/ ---- - -## MicroQRVersion::M1 Enum Value - -**Value:** `1` - - -Specifies version M1 for Micro QR with 11 x 11 modules. - diff --git a/english/php/aspose.barcode.generation/microqrversion/m2/_index.md b/english/php/aspose.barcode.generation/microqrversion/m2/_index.md deleted file mode 100644 index c0a7a7f7c..000000000 --- a/english/php/aspose.barcode.generation/microqrversion/m2/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "MicroQRVersion::M2" -linktitle: "M2" -articleTitle: "M2" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version M2 for Micro QR with 13 x 13 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/microqrversion/m2/ ---- - -## MicroQRVersion::M2 Enum Value - -**Value:** `2` - - -Specifies version M2 for Micro QR with 13 x 13 modules. - diff --git a/english/php/aspose.barcode.generation/microqrversion/m3/_index.md b/english/php/aspose.barcode.generation/microqrversion/m3/_index.md deleted file mode 100644 index 2c77b0ea6..000000000 --- a/english/php/aspose.barcode.generation/microqrversion/m3/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "MicroQRVersion::M3" -linktitle: "M3" -articleTitle: "M3" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version M3 for Micro QR with 15 x 15 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/microqrversion/m3/ ---- - -## MicroQRVersion::M3 Enum Value - -**Value:** `3` - - -Specifies version M3 for Micro QR with 15 x 15 modules. - diff --git a/english/php/aspose.barcode.generation/microqrversion/m4/_index.md b/english/php/aspose.barcode.generation/microqrversion/m4/_index.md deleted file mode 100644 index 36ce798b8..000000000 --- a/english/php/aspose.barcode.generation/microqrversion/m4/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "MicroQRVersion::M4" -linktitle: "M4" -articleTitle: "M4" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version M4 for Micro QR with 17 x 17 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/microqrversion/m4/ ---- - -## MicroQRVersion::M4 Enum Value - -**Value:** `4` - - -Specifies version M4 for Micro QR with 17 x 17 modules. - diff --git a/english/php/aspose.barcode.generation/padding/_index.md b/english/php/aspose.barcode.generation/padding/_index.md index b31f8b57a..316922cd0 100644 --- a/english/php/aspose.barcode.generation/padding/_index.md +++ b/english/php/aspose.barcode.generation/padding/_index.md @@ -1,7 +1,6 @@ --- -title: "Padding Class" +title: "Padding" linktitle: "Padding" -articleTitle: "Padding" second_title: "Aspose.BarCode for PHP via Java" description: "Paddings parameters." type: docs @@ -21,13 +20,68 @@ Paddings parameters. | Name | Description | | --- | --- | -| [__construct](./padding/) | | +| [__construct](#constructor) | | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [Bottom](./bottom/) | Read/Write | Bottom padding. | -| [Left](./left/) | Read/Write | Left padding. | -| [Right](./right/) | Read/Write | Right padding. | -| [Top](./top/) | Read/Write | Top padding. | +| [Bottom](#bottom) | Read/Write | Bottom padding. | +| [Left](#left) | Read/Write | Left padding. | +| [Right](#right) | Read/Write | Right padding. | +| [Top](#top) | Read/Write | Top padding. | + +### Padding__construct(PaddingDTO $paddingDto) {#constructor} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$paddingDto` | `PaddingDTO` | | + +### Bottom {#bottom} + +**Access:** Read/Write + +Bottom padding. + +Bottom padding. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `Unit` | | + +### Left {#left} + +**Access:** Read/Write + +Left padding. + +Left padding. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `Unit` | | + +### Right {#right} + +**Access:** Read/Write + +Right padding. + +Right padding. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `Unit` | | + +### Top {#top} + +**Access:** Read/Write + +Top padding. + +Top padding. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `Unit` | | + diff --git a/english/php/aspose.barcode.generation/padding/bottom/_index.md b/english/php/aspose.barcode.generation/padding/bottom/_index.md deleted file mode 100644 index 27a885186..000000000 --- a/english/php/aspose.barcode.generation/padding/bottom/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Padding.Bottom" -linktitle: "Bottom" -articleTitle: "Bottom" -second_title: "Aspose.BarCode for PHP via Java" -description: "Bottom padding." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/padding/bottom/ ---- - -## Padding.Bottom - -**Access:** Read/Write - - -### Get - -Bottom padding. - - -### Set - -Bottom padding. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `Unit` | | diff --git a/english/php/aspose.barcode.generation/padding/left/_index.md b/english/php/aspose.barcode.generation/padding/left/_index.md deleted file mode 100644 index 91a6677b6..000000000 --- a/english/php/aspose.barcode.generation/padding/left/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Padding.Left" -linktitle: "Left" -articleTitle: "Left" -second_title: "Aspose.BarCode for PHP via Java" -description: "Left padding." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/padding/left/ ---- - -## Padding.Left - -**Access:** Read/Write - - -### Get - -Left padding. - - -### Set - -Left padding. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `Unit` | | diff --git a/english/php/aspose.barcode.generation/padding/padding/_index.md b/english/php/aspose.barcode.generation/padding/padding/_index.md deleted file mode 100644 index 3a59127fc..000000000 --- a/english/php/aspose.barcode.generation/padding/padding/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Padding" -linktitle: "Padding" -articleTitle: "Padding" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/padding/padding/ ---- - -## Padding Constructor - -```php -__construct(PaddingDTO $paddingDto) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$paddingDto` | `PaddingDTO` | | diff --git a/english/php/aspose.barcode.generation/padding/right/_index.md b/english/php/aspose.barcode.generation/padding/right/_index.md deleted file mode 100644 index fee12c80e..000000000 --- a/english/php/aspose.barcode.generation/padding/right/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Padding.Right" -linktitle: "Right" -articleTitle: "Right" -second_title: "Aspose.BarCode for PHP via Java" -description: "Right padding." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/padding/right/ ---- - -## Padding.Right - -**Access:** Read/Write - - -### Get - -Right padding. - - -### Set - -Right padding. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `Unit` | | diff --git a/english/php/aspose.barcode.generation/padding/top/_index.md b/english/php/aspose.barcode.generation/padding/top/_index.md deleted file mode 100644 index 418930003..000000000 --- a/english/php/aspose.barcode.generation/padding/top/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Padding.Top" -linktitle: "Top" -articleTitle: "Top" -second_title: "Aspose.BarCode for PHP via Java" -description: "Top padding." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/padding/top/ ---- - -## Padding.Top - -**Access:** Read/Write - - -### Get - -Top padding. - - -### Set - -Top padding. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `Unit` | | diff --git a/english/php/aspose.barcode.generation/patchcodeparameters/_index.md b/english/php/aspose.barcode.generation/patchcodeparameters/_index.md index b615e9cff..534f7aef4 100644 --- a/english/php/aspose.barcode.generation/patchcodeparameters/_index.md +++ b/english/php/aspose.barcode.generation/patchcodeparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "PatchCodeParameters Class" +title: "PatchCodeParameters" linktitle: "PatchCodeParameters" -articleTitle: "PatchCodeParameters" second_title: "Aspose.BarCode for PHP via Java" description: "PatchCode parameters." type: docs @@ -21,12 +20,55 @@ PatchCode parameters. | Name | Description | | --- | --- | -| [__construct](./patchcodeparameters/) | | +| [__construct](#constructor) | | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [ExtraBarcodeText](./extrabarcodetext/) | Read/Write | Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode. | -| [Format](./format/) | Read/Write | PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PatchOnly | -| [PatchFormat](./patchformat/) | Read/Write | PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat::PATCH_ONLY | +| [ExtraBarcodeText](#extrabarcodetext) | Read/Write | Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode. | +| [Format](#format) | Read/Write | PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PatchOnly | +| [PatchFormat](#patchformat) | Read/Write | PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat::PATCH_ONLY | + +### PatchCodeParameters__construct(PatchCodeParametersDTO $patchCodeParametersDto) {#constructor} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$patchCodeParametersDto` | `PatchCodeParametersDTO` | | + +### ExtraBarcodeText {#extrabarcodetext} + +**Access:** Read/Write + +Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode. + +Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### Format {#format} + +**Access:** Read/Write + +PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PatchOnly + +PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PatchOnly + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### PatchFormat {#patchformat} + +**Access:** Read/Write + +PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat::PATCH_ONLY + +PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat::PATCH_ONLY + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + diff --git a/english/php/aspose.barcode.generation/patchcodeparameters/extrabarcodetext/_index.md b/english/php/aspose.barcode.generation/patchcodeparameters/extrabarcodetext/_index.md deleted file mode 100644 index 72c69da4d..000000000 --- a/english/php/aspose.barcode.generation/patchcodeparameters/extrabarcodetext/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "PatchCodeParameters.ExtraBarcodeText" -linktitle: "ExtraBarcodeText" -articleTitle: "ExtraBarcodeText" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/patchcodeparameters/extrabarcodetext/ ---- - -## PatchCodeParameters.ExtraBarcodeText - -**Access:** Read/Write - - -### Get - -Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode. - - -### Set - -Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.generation/patchcodeparameters/format/_index.md b/english/php/aspose.barcode.generation/patchcodeparameters/format/_index.md deleted file mode 100644 index c7df9039c..000000000 --- a/english/php/aspose.barcode.generation/patchcodeparameters/format/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "PatchCodeParameters.Format" -linktitle: "Format" -articleTitle: "Format" -second_title: "Aspose.BarCode for PHP via Java" -description: "PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PatchOnly" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/patchcodeparameters/format/ ---- - -## PatchCodeParameters.Format - -**Access:** Read/Write - - -### Get - -PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PatchOnly - - -### Set - -PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PatchOnly - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/patchcodeparameters/patchcodeparameters/_index.md b/english/php/aspose.barcode.generation/patchcodeparameters/patchcodeparameters/_index.md deleted file mode 100644 index 351bda1e4..000000000 --- a/english/php/aspose.barcode.generation/patchcodeparameters/patchcodeparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "PatchCodeParameters" -linktitle: "PatchCodeParameters" -articleTitle: "PatchCodeParameters" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/patchcodeparameters/patchcodeparameters/ ---- - -## PatchCodeParameters Constructor - -```php -__construct(PatchCodeParametersDTO $patchCodeParametersDto) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$patchCodeParametersDto` | `PatchCodeParametersDTO` | | diff --git a/english/php/aspose.barcode.generation/patchcodeparameters/patchformat/_index.md b/english/php/aspose.barcode.generation/patchcodeparameters/patchformat/_index.md deleted file mode 100644 index 0d94ba3b1..000000000 --- a/english/php/aspose.barcode.generation/patchcodeparameters/patchformat/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "PatchCodeParameters.PatchFormat" -linktitle: "PatchFormat" -articleTitle: "PatchFormat" -second_title: "Aspose.BarCode for PHP via Java" -description: "PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat::PATCH_ONLY" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/patchcodeparameters/patchformat/ ---- - -## PatchCodeParameters.PatchFormat - -**Access:** Read/Write - - -### Get - -PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat::PATCH_ONLY - - -### Set - -PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat::PATCH_ONLY - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/patchformat/_index.md b/english/php/aspose.barcode.generation/patchformat/_index.md index 3fd52d4ca..6252f43af 100644 --- a/english/php/aspose.barcode.generation/patchformat/_index.md +++ b/english/php/aspose.barcode.generation/patchformat/_index.md @@ -1,7 +1,6 @@ --- -title: "PatchFormat Enum" +title: "PatchFormat" linktitle: "PatchFormat" -articleTitle: "PatchFormat" second_title: "Aspose.BarCode for PHP via Java" description: "PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders" type: docs @@ -21,8 +20,38 @@ PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format | Name | Value | Description | | --- | --- | --- | -| [A4](./a4/) | `1` | Generates A4 format page with PatchCodes as borders and optional QR in the center | -| [A4_LANDSCAPE](./a4_landscape/) | `2` | Generates A4 landscape format page with PatchCodes as borders and optional QR in the center | -| [PATCH_ONLY](./patch_only/) | `0` | Generates PatchCode only | -| [US_LETTER](./us_letter/) | `3` | Generates US letter format page with PatchCodes as borders and optional QR in the center | -| [US_LETTER_LANDSCAPE](./us_letter_landscape/) | `4` | Generates US letter landscape format page with PatchCodes as borders and optional QR in the center | +| [A4](#a4) | `1` | Generates A4 format page with PatchCodes as borders and optional QR in the center | +| [A4_LANDSCAPE](#a4_landscape) | `2` | Generates A4 landscape format page with PatchCodes as borders and optional QR in the center | +| [PATCH_ONLY](#patch_only) | `0` | Generates PatchCode only | +| [US_LETTER](#us_letter) | `3` | Generates US letter format page with PatchCodes as borders and optional QR in the center | +| [US_LETTER_LANDSCAPE](#us_letter_landscape) | `4` | Generates US letter landscape format page with PatchCodes as borders and optional QR in the center | +### A4 {#a4} + +**Value:** `1` + +Generates A4 format page with PatchCodes as borders and optional QR in the center + +### A4_LANDSCAPE {#a4_landscape} + +**Value:** `2` + +Generates A4 landscape format page with PatchCodes as borders and optional QR in the center + +### PATCH_ONLY {#patch_only} + +**Value:** `0` + +Generates PatchCode only + +### US_LETTER {#us_letter} + +**Value:** `3` + +Generates US letter format page with PatchCodes as borders and optional QR in the center + +### US_LETTER_LANDSCAPE {#us_letter_landscape} + +**Value:** `4` + +Generates US letter landscape format page with PatchCodes as borders and optional QR in the center + diff --git a/english/php/aspose.barcode.generation/patchformat/a4/_index.md b/english/php/aspose.barcode.generation/patchformat/a4/_index.md deleted file mode 100644 index 8e35b74bf..000000000 --- a/english/php/aspose.barcode.generation/patchformat/a4/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "PatchFormat::A4" -linktitle: "A4" -articleTitle: "A4" -second_title: "Aspose.BarCode for PHP via Java" -description: "Generates A4 format page with PatchCodes as borders and optional QR in the center" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/patchformat/a4/ ---- - -## PatchFormat::A4 Enum Value - -**Value:** `1` - - -Generates A4 format page with PatchCodes as borders and optional QR in the center - diff --git a/english/php/aspose.barcode.generation/patchformat/a4_landscape/_index.md b/english/php/aspose.barcode.generation/patchformat/a4_landscape/_index.md deleted file mode 100644 index 0bff361d5..000000000 --- a/english/php/aspose.barcode.generation/patchformat/a4_landscape/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "PatchFormat::A4_LANDSCAPE" -linktitle: "A4_LANDSCAPE" -articleTitle: "A4_LANDSCAPE" -second_title: "Aspose.BarCode for PHP via Java" -description: "Generates A4 landscape format page with PatchCodes as borders and optional QR in the center" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/patchformat/a4_landscape/ ---- - -## PatchFormat::A4_LANDSCAPE Enum Value - -**Value:** `2` - - -Generates A4 landscape format page with PatchCodes as borders and optional QR in the center - diff --git a/english/php/aspose.barcode.generation/patchformat/patch_only/_index.md b/english/php/aspose.barcode.generation/patchformat/patch_only/_index.md deleted file mode 100644 index b8253d60a..000000000 --- a/english/php/aspose.barcode.generation/patchformat/patch_only/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "PatchFormat::PATCH_ONLY" -linktitle: "PATCH_ONLY" -articleTitle: "PATCH_ONLY" -second_title: "Aspose.BarCode for PHP via Java" -description: "Generates PatchCode only" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/patchformat/patch_only/ ---- - -## PatchFormat::PATCH_ONLY Enum Value - -**Value:** `0` - - -Generates PatchCode only - diff --git a/english/php/aspose.barcode.generation/patchformat/us_letter/_index.md b/english/php/aspose.barcode.generation/patchformat/us_letter/_index.md deleted file mode 100644 index 4e4cd4084..000000000 --- a/english/php/aspose.barcode.generation/patchformat/us_letter/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "PatchFormat::US_LETTER" -linktitle: "US_LETTER" -articleTitle: "US_LETTER" -second_title: "Aspose.BarCode for PHP via Java" -description: "Generates US letter format page with PatchCodes as borders and optional QR in the center" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/patchformat/us_letter/ ---- - -## PatchFormat::US_LETTER Enum Value - -**Value:** `3` - - -Generates US letter format page with PatchCodes as borders and optional QR in the center - diff --git a/english/php/aspose.barcode.generation/patchformat/us_letter_landscape/_index.md b/english/php/aspose.barcode.generation/patchformat/us_letter_landscape/_index.md deleted file mode 100644 index d2dbcab07..000000000 --- a/english/php/aspose.barcode.generation/patchformat/us_letter_landscape/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "PatchFormat::US_LETTER_LANDSCAPE" -linktitle: "US_LETTER_LANDSCAPE" -articleTitle: "US_LETTER_LANDSCAPE" -second_title: "Aspose.BarCode for PHP via Java" -description: "Generates US letter landscape format page with PatchCodes as borders and optional QR in the center" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/patchformat/us_letter_landscape/ ---- - -## PatchFormat::US_LETTER_LANDSCAPE Enum Value - -**Value:** `4` - - -Generates US letter landscape format page with PatchCodes as borders and optional QR in the center - diff --git a/english/php/aspose.barcode.generation/pdf417compactionmode/_index.md b/english/php/aspose.barcode.generation/pdf417compactionmode/_index.md index 73c620548..b64be7301 100644 --- a/english/php/aspose.barcode.generation/pdf417compactionmode/_index.md +++ b/english/php/aspose.barcode.generation/pdf417compactionmode/_index.md @@ -1,7 +1,6 @@ --- -title: "Pdf417CompactionMode Enum" +title: "Pdf417CompactionMode" linktitle: "Pdf417CompactionMode" -articleTitle: "Pdf417CompactionMode" second_title: "Aspose.BarCode for PHP via Java" description: "Pdf417 barcode's compation mode" type: docs @@ -21,7 +20,31 @@ Pdf417 barcode's compation mode | Name | Value | Description | | --- | --- | --- | -| [AUTO](./auto/) | `"0"` | auto detect compation mode | -| [BINARY](./binary/) | `"3"` | binary compaction mode | -| [NUMERIC](./numeric/) | `"2"` | numeric compaction mode | -| [TEXT](./text/) | `"1"` | text compaction | +| [AUTO](#auto) | `"0"` | auto detect compation mode | +| [BINARY](#binary) | `"3"` | binary compaction mode | +| [NUMERIC](#numeric) | `"2"` | numeric compaction mode | +| [TEXT](#text) | `"1"` | text compaction | +### AUTO {#auto} + +**Value:** `"0"` + +auto detect compation mode + +### BINARY {#binary} + +**Value:** `"3"` + +binary compaction mode + +### NUMERIC {#numeric} + +**Value:** `"2"` + +numeric compaction mode + +### TEXT {#text} + +**Value:** `"1"` + +text compaction + diff --git a/english/php/aspose.barcode.generation/pdf417compactionmode/auto/_index.md b/english/php/aspose.barcode.generation/pdf417compactionmode/auto/_index.md deleted file mode 100644 index 887aa6c7a..000000000 --- a/english/php/aspose.barcode.generation/pdf417compactionmode/auto/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Pdf417CompactionMode::AUTO" -linktitle: "AUTO" -articleTitle: "AUTO" -second_title: "Aspose.BarCode for PHP via Java" -description: "auto detect compation mode" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdf417compactionmode/auto/ ---- - -## Pdf417CompactionMode::AUTO Enum Value - -**Value:** `"0"` - - -auto detect compation mode - diff --git a/english/php/aspose.barcode.generation/pdf417compactionmode/binary/_index.md b/english/php/aspose.barcode.generation/pdf417compactionmode/binary/_index.md deleted file mode 100644 index c276d6ba4..000000000 --- a/english/php/aspose.barcode.generation/pdf417compactionmode/binary/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Pdf417CompactionMode::BINARY" -linktitle: "BINARY" -articleTitle: "BINARY" -second_title: "Aspose.BarCode for PHP via Java" -description: "binary compaction mode" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdf417compactionmode/binary/ ---- - -## Pdf417CompactionMode::BINARY Enum Value - -**Value:** `"3"` - - -binary compaction mode - diff --git a/english/php/aspose.barcode.generation/pdf417compactionmode/numeric/_index.md b/english/php/aspose.barcode.generation/pdf417compactionmode/numeric/_index.md deleted file mode 100644 index a05b994a7..000000000 --- a/english/php/aspose.barcode.generation/pdf417compactionmode/numeric/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Pdf417CompactionMode::NUMERIC" -linktitle: "NUMERIC" -articleTitle: "NUMERIC" -second_title: "Aspose.BarCode for PHP via Java" -description: "numeric compaction mode" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdf417compactionmode/numeric/ ---- - -## Pdf417CompactionMode::NUMERIC Enum Value - -**Value:** `"2"` - - -numeric compaction mode - diff --git a/english/php/aspose.barcode.generation/pdf417compactionmode/text/_index.md b/english/php/aspose.barcode.generation/pdf417compactionmode/text/_index.md deleted file mode 100644 index 0aaf9c2a3..000000000 --- a/english/php/aspose.barcode.generation/pdf417compactionmode/text/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Pdf417CompactionMode::TEXT" -linktitle: "TEXT" -articleTitle: "TEXT" -second_title: "Aspose.BarCode for PHP via Java" -description: "text compaction" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdf417compactionmode/text/ ---- - -## Pdf417CompactionMode::TEXT Enum Value - -**Value:** `"1"` - - -text compaction - diff --git a/english/php/aspose.barcode.generation/pdf417encodemode/_index.md b/english/php/aspose.barcode.generation/pdf417encodemode/_index.md index 0f7fb277e..18dd48b58 100644 --- a/english/php/aspose.barcode.generation/pdf417encodemode/_index.md +++ b/english/php/aspose.barcode.generation/pdf417encodemode/_index.md @@ -1,7 +1,6 @@ --- -title: "Pdf417EncodeMode Enum" +title: "Pdf417EncodeMode" linktitle: "Pdf417EncodeMode" -articleTitle: "Pdf417EncodeMode" second_title: "Aspose.BarCode for PHP via Java" description: "Pdf417 barcode encode mode" type: docs @@ -21,7 +20,31 @@ Pdf417 barcode encode mode | Name | Value | Description | | --- | --- | --- | -| [AUTO](./auto/) | `0` | In Auto mode, the CodeText is encoded with maximum data compactness. Unicode characters are re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. | -| [BINARY](./binary/) | `1` | In Binary mode, the CodeText is encoded with maximum data compactness. If a Unicode character is found, an exception is thrown. | -| [ECI](./eci/) | `2` | In ECI mode, the entire message is re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. Please note that some old (pre 2006) scanners may not support this mode. | -| [EXTENDED](./extended/) | `3` | Extended mode which supports multi ECI modes. It is better to use Pdf417ExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. | +| [AUTO](#auto) | `0` | In Auto mode, the CodeText is encoded with maximum data compactness. Unicode characters are re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. | +| [BINARY](#binary) | `1` | In Binary mode, the CodeText is encoded with maximum data compactness. If a Unicode character is found, an exception is thrown. | +| [ECI](#eci) | `2` | In ECI mode, the entire message is re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. Please note that some old (pre 2006) scanners may not support this mode. | +| [EXTENDED](#extended) | `3` | Extended mode which supports multi ECI modes. It is better to use Pdf417ExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. | +### AUTO {#auto} + +**Value:** `0` + +In Auto mode, the CodeText is encoded with maximum data compactness. Unicode characters are re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. + +### BINARY {#binary} + +**Value:** `1` + +In Binary mode, the CodeText is encoded with maximum data compactness. If a Unicode character is found, an exception is thrown. + +### ECI {#eci} + +**Value:** `2` + +In ECI mode, the entire message is re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. Please note that some old (pre 2006) scanners may not support this mode. + +### EXTENDED {#extended} + +**Value:** `3` + +Extended mode which supports multi ECI modes. It is better to use Pdf417ExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. + diff --git a/english/php/aspose.barcode.generation/pdf417encodemode/auto/_index.md b/english/php/aspose.barcode.generation/pdf417encodemode/auto/_index.md deleted file mode 100644 index adf3f735a..000000000 --- a/english/php/aspose.barcode.generation/pdf417encodemode/auto/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Pdf417EncodeMode::AUTO" -linktitle: "AUTO" -articleTitle: "AUTO" -second_title: "Aspose.BarCode for PHP via Java" -description: "In Auto mode, the CodeText is encoded with maximum data compactness. Unicode characters are re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is " -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdf417encodemode/auto/ ---- - -## Pdf417EncodeMode::AUTO Enum Value - -**Value:** `0` - - -In Auto mode, the CodeText is encoded with maximum data compactness. Unicode characters are re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. - diff --git a/english/php/aspose.barcode.generation/pdf417encodemode/binary/_index.md b/english/php/aspose.barcode.generation/pdf417encodemode/binary/_index.md deleted file mode 100644 index 74aa27c6f..000000000 --- a/english/php/aspose.barcode.generation/pdf417encodemode/binary/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Pdf417EncodeMode::BINARY" -linktitle: "BINARY" -articleTitle: "BINARY" -second_title: "Aspose.BarCode for PHP via Java" -description: "In Binary mode, the CodeText is encoded with maximum data compactness. If a Unicode character is found, an exception is thrown." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdf417encodemode/binary/ ---- - -## Pdf417EncodeMode::BINARY Enum Value - -**Value:** `1` - - -In Binary mode, the CodeText is encoded with maximum data compactness. If a Unicode character is found, an exception is thrown. - diff --git a/english/php/aspose.barcode.generation/pdf417encodemode/eci/_index.md b/english/php/aspose.barcode.generation/pdf417encodemode/eci/_index.md deleted file mode 100644 index 669daef61..000000000 --- a/english/php/aspose.barcode.generation/pdf417encodemode/eci/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Pdf417EncodeMode::ECI" -linktitle: "ECI" -articleTitle: "ECI" -second_title: "Aspose.BarCode for PHP via Java" -description: "In ECI mode, the entire message is re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding," -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdf417encodemode/eci/ ---- - -## Pdf417EncodeMode::ECI Enum Value - -**Value:** `2` - - -In ECI mode, the entire message is re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. Please note that some old (pre 2006) scanners may not support this mode. - diff --git a/english/php/aspose.barcode.generation/pdf417encodemode/extended/_index.md b/english/php/aspose.barcode.generation/pdf417encodemode/extended/_index.md deleted file mode 100644 index ef02c0825..000000000 --- a/english/php/aspose.barcode.generation/pdf417encodemode/extended/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Pdf417EncodeMode::EXTENDED" -linktitle: "EXTENDED" -articleTitle: "EXTENDED" -second_title: "Aspose.BarCode for PHP via Java" -description: "Extended mode which supports multi ECI modes. It is better to use Pdf417ExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing charact" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdf417encodemode/extended/ ---- - -## Pdf417EncodeMode::EXTENDED Enum Value - -**Value:** `3` - - -Extended mode which supports multi ECI modes. It is better to use Pdf417ExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. - diff --git a/english/php/aspose.barcode.generation/pdf417errorlevel/_index.md b/english/php/aspose.barcode.generation/pdf417errorlevel/_index.md index 3a1c7f209..786564fc6 100644 --- a/english/php/aspose.barcode.generation/pdf417errorlevel/_index.md +++ b/english/php/aspose.barcode.generation/pdf417errorlevel/_index.md @@ -1,7 +1,6 @@ --- -title: "Pdf417ErrorLevel Enum" +title: "Pdf417ErrorLevel" linktitle: "Pdf417ErrorLevel" -articleTitle: "Pdf417ErrorLevel" second_title: "Aspose.BarCode for PHP via Java" description: "pdf417 barcode's error correction level, from level 0 to level 9, level 0 means no error correction, level 9 means best error correction" type: docs @@ -21,12 +20,66 @@ pdf417 barcode's error correction level, from level 0 to level 9, level 0 means | Name | Value | Description | | --- | --- | --- | -| [LEVEL_0](./level_0/) | `"0"` | level = 0. | -| [LEVEL_1](./level_1/) | `"1"` | level = 1. | -| [LEVEL_2](./level_2/) | `"2"` | level = 2. | -| [LEVEL_3](./level_3/) | `"3"` | level = 3. | -| [LEVEL_4](./level_4/) | `"4"` | level = 4. | -| [LEVEL_5](./level_5/) | `"5"` | level = 5. | -| [LEVEL_6](./level_6/) | `"6"` | level = 6. | -| [LEVEL_7](./level_7/) | `"7"` | level = 7. | -| [LEVEL_8](./level_8/) | `"8"` | level = 8. | +| [LEVEL_0](#level_0) | `"0"` | level = 0. | +| [LEVEL_1](#level_1) | `"1"` | level = 1. | +| [LEVEL_2](#level_2) | `"2"` | level = 2. | +| [LEVEL_3](#level_3) | `"3"` | level = 3. | +| [LEVEL_4](#level_4) | `"4"` | level = 4. | +| [LEVEL_5](#level_5) | `"5"` | level = 5. | +| [LEVEL_6](#level_6) | `"6"` | level = 6. | +| [LEVEL_7](#level_7) | `"7"` | level = 7. | +| [LEVEL_8](#level_8) | `"8"` | level = 8. | +### LEVEL_0 {#level_0} + +**Value:** `"0"` + +level = 0. + +### LEVEL_1 {#level_1} + +**Value:** `"1"` + +level = 1. + +### LEVEL_2 {#level_2} + +**Value:** `"2"` + +level = 2. + +### LEVEL_3 {#level_3} + +**Value:** `"3"` + +level = 3. + +### LEVEL_4 {#level_4} + +**Value:** `"4"` + +level = 4. + +### LEVEL_5 {#level_5} + +**Value:** `"5"` + +level = 5. + +### LEVEL_6 {#level_6} + +**Value:** `"6"` + +level = 6. + +### LEVEL_7 {#level_7} + +**Value:** `"7"` + +level = 7. + +### LEVEL_8 {#level_8} + +**Value:** `"8"` + +level = 8. + diff --git a/english/php/aspose.barcode.generation/pdf417errorlevel/level_0/_index.md b/english/php/aspose.barcode.generation/pdf417errorlevel/level_0/_index.md deleted file mode 100644 index 1676af9b6..000000000 --- a/english/php/aspose.barcode.generation/pdf417errorlevel/level_0/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Pdf417ErrorLevel::LEVEL_0" -linktitle: "LEVEL_0" -articleTitle: "LEVEL_0" -second_title: "Aspose.BarCode for PHP via Java" -description: "level = 0." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdf417errorlevel/level_0/ ---- - -## Pdf417ErrorLevel::LEVEL_0 Enum Value - -**Value:** `"0"` - - -level = 0. - diff --git a/english/php/aspose.barcode.generation/pdf417errorlevel/level_1/_index.md b/english/php/aspose.barcode.generation/pdf417errorlevel/level_1/_index.md deleted file mode 100644 index b56c2e99b..000000000 --- a/english/php/aspose.barcode.generation/pdf417errorlevel/level_1/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Pdf417ErrorLevel::LEVEL_1" -linktitle: "LEVEL_1" -articleTitle: "LEVEL_1" -second_title: "Aspose.BarCode for PHP via Java" -description: "level = 1." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdf417errorlevel/level_1/ ---- - -## Pdf417ErrorLevel::LEVEL_1 Enum Value - -**Value:** `"1"` - - -level = 1. - diff --git a/english/php/aspose.barcode.generation/pdf417errorlevel/level_2/_index.md b/english/php/aspose.barcode.generation/pdf417errorlevel/level_2/_index.md deleted file mode 100644 index 966b00c43..000000000 --- a/english/php/aspose.barcode.generation/pdf417errorlevel/level_2/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Pdf417ErrorLevel::LEVEL_2" -linktitle: "LEVEL_2" -articleTitle: "LEVEL_2" -second_title: "Aspose.BarCode for PHP via Java" -description: "level = 2." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdf417errorlevel/level_2/ ---- - -## Pdf417ErrorLevel::LEVEL_2 Enum Value - -**Value:** `"2"` - - -level = 2. - diff --git a/english/php/aspose.barcode.generation/pdf417errorlevel/level_3/_index.md b/english/php/aspose.barcode.generation/pdf417errorlevel/level_3/_index.md deleted file mode 100644 index d3506f5d2..000000000 --- a/english/php/aspose.barcode.generation/pdf417errorlevel/level_3/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Pdf417ErrorLevel::LEVEL_3" -linktitle: "LEVEL_3" -articleTitle: "LEVEL_3" -second_title: "Aspose.BarCode for PHP via Java" -description: "level = 3." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdf417errorlevel/level_3/ ---- - -## Pdf417ErrorLevel::LEVEL_3 Enum Value - -**Value:** `"3"` - - -level = 3. - diff --git a/english/php/aspose.barcode.generation/pdf417errorlevel/level_4/_index.md b/english/php/aspose.barcode.generation/pdf417errorlevel/level_4/_index.md deleted file mode 100644 index 3429825ac..000000000 --- a/english/php/aspose.barcode.generation/pdf417errorlevel/level_4/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Pdf417ErrorLevel::LEVEL_4" -linktitle: "LEVEL_4" -articleTitle: "LEVEL_4" -second_title: "Aspose.BarCode for PHP via Java" -description: "level = 4." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdf417errorlevel/level_4/ ---- - -## Pdf417ErrorLevel::LEVEL_4 Enum Value - -**Value:** `"4"` - - -level = 4. - diff --git a/english/php/aspose.barcode.generation/pdf417errorlevel/level_5/_index.md b/english/php/aspose.barcode.generation/pdf417errorlevel/level_5/_index.md deleted file mode 100644 index 0e55fc0dd..000000000 --- a/english/php/aspose.barcode.generation/pdf417errorlevel/level_5/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Pdf417ErrorLevel::LEVEL_5" -linktitle: "LEVEL_5" -articleTitle: "LEVEL_5" -second_title: "Aspose.BarCode for PHP via Java" -description: "level = 5." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdf417errorlevel/level_5/ ---- - -## Pdf417ErrorLevel::LEVEL_5 Enum Value - -**Value:** `"5"` - - -level = 5. - diff --git a/english/php/aspose.barcode.generation/pdf417errorlevel/level_6/_index.md b/english/php/aspose.barcode.generation/pdf417errorlevel/level_6/_index.md deleted file mode 100644 index 910c671b1..000000000 --- a/english/php/aspose.barcode.generation/pdf417errorlevel/level_6/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Pdf417ErrorLevel::LEVEL_6" -linktitle: "LEVEL_6" -articleTitle: "LEVEL_6" -second_title: "Aspose.BarCode for PHP via Java" -description: "level = 6." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdf417errorlevel/level_6/ ---- - -## Pdf417ErrorLevel::LEVEL_6 Enum Value - -**Value:** `"6"` - - -level = 6. - diff --git a/english/php/aspose.barcode.generation/pdf417errorlevel/level_7/_index.md b/english/php/aspose.barcode.generation/pdf417errorlevel/level_7/_index.md deleted file mode 100644 index 510d0e8e3..000000000 --- a/english/php/aspose.barcode.generation/pdf417errorlevel/level_7/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Pdf417ErrorLevel::LEVEL_7" -linktitle: "LEVEL_7" -articleTitle: "LEVEL_7" -second_title: "Aspose.BarCode for PHP via Java" -description: "level = 7." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdf417errorlevel/level_7/ ---- - -## Pdf417ErrorLevel::LEVEL_7 Enum Value - -**Value:** `"7"` - - -level = 7. - diff --git a/english/php/aspose.barcode.generation/pdf417errorlevel/level_8/_index.md b/english/php/aspose.barcode.generation/pdf417errorlevel/level_8/_index.md deleted file mode 100644 index 65d48b9ea..000000000 --- a/english/php/aspose.barcode.generation/pdf417errorlevel/level_8/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Pdf417ErrorLevel::LEVEL_8" -linktitle: "LEVEL_8" -articleTitle: "LEVEL_8" -second_title: "Aspose.BarCode for PHP via Java" -description: "level = 8." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdf417errorlevel/level_8/ ---- - -## Pdf417ErrorLevel::LEVEL_8 Enum Value - -**Value:** `"8"` - - -level = 8. - diff --git a/english/php/aspose.barcode.generation/pdf417macroterminator/_index.md b/english/php/aspose.barcode.generation/pdf417macroterminator/_index.md index c44a53876..9ad82b739 100644 --- a/english/php/aspose.barcode.generation/pdf417macroterminator/_index.md +++ b/english/php/aspose.barcode.generation/pdf417macroterminator/_index.md @@ -1,7 +1,6 @@ --- -title: "Pdf417MacroTerminator Enum" +title: "Pdf417MacroTerminator" linktitle: "Pdf417MacroTerminator" -articleTitle: "Pdf417MacroTerminator" second_title: "Aspose.BarCode for PHP via Java" description: "Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417." type: docs @@ -21,6 +20,24 @@ Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) t | Name | Value | Description | | --- | --- | --- | -| [AUTO](./auto/) | `0` | The terminator will be added automatically if the number of segments is provided and the current segment is the last one. In other cases, the terminator will not be added. | -| [NONE](./none/) | `1` | The terminator will not be added. | -| [SET](./set/) | `2` | The terminator will be added. | +| [AUTO](#auto) | `0` | The terminator will be added automatically if the number of segments is provided and the current segment is the last one. In other cases, the terminator will not be added. | +| [NONE](#none) | `1` | The terminator will not be added. | +| [SET](#set) | `2` | The terminator will be added. | +### AUTO {#auto} + +**Value:** `0` + +The terminator will be added automatically if the number of segments is provided and the current segment is the last one. In other cases, the terminator will not be added. + +### NONE {#none} + +**Value:** `1` + +The terminator will not be added. + +### SET {#set} + +**Value:** `2` + +The terminator will be added. + diff --git a/english/php/aspose.barcode.generation/pdf417macroterminator/auto/_index.md b/english/php/aspose.barcode.generation/pdf417macroterminator/auto/_index.md deleted file mode 100644 index a5591841a..000000000 --- a/english/php/aspose.barcode.generation/pdf417macroterminator/auto/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Pdf417MacroTerminator::AUTO" -linktitle: "AUTO" -articleTitle: "AUTO" -second_title: "Aspose.BarCode for PHP via Java" -description: "The terminator will be added automatically if the number of segments is provided and the current segment is the last one. In other cases, the terminator will not be added." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdf417macroterminator/auto/ ---- - -## Pdf417MacroTerminator::AUTO Enum Value - -**Value:** `0` - - -The terminator will be added automatically if the number of segments is provided and the current segment is the last one. In other cases, the terminator will not be added. - diff --git a/english/php/aspose.barcode.generation/pdf417macroterminator/none/_index.md b/english/php/aspose.barcode.generation/pdf417macroterminator/none/_index.md deleted file mode 100644 index 9b2e0e3ef..000000000 --- a/english/php/aspose.barcode.generation/pdf417macroterminator/none/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Pdf417MacroTerminator::NONE" -linktitle: "NONE" -articleTitle: "NONE" -second_title: "Aspose.BarCode for PHP via Java" -description: "The terminator will not be added." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdf417macroterminator/none/ ---- - -## Pdf417MacroTerminator::NONE Enum Value - -**Value:** `1` - - -The terminator will not be added. - diff --git a/english/php/aspose.barcode.generation/pdf417macroterminator/set/_index.md b/english/php/aspose.barcode.generation/pdf417macroterminator/set/_index.md deleted file mode 100644 index d66d4d290..000000000 --- a/english/php/aspose.barcode.generation/pdf417macroterminator/set/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Pdf417MacroTerminator::SET" -linktitle: "SET" -articleTitle: "SET" -second_title: "Aspose.BarCode for PHP via Java" -description: "The terminator will be added." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdf417macroterminator/set/ ---- - -## Pdf417MacroTerminator::SET Enum Value - -**Value:** `2` - - -The terminator will be added. - diff --git a/english/php/aspose.barcode.generation/pdf417parameters/_index.md b/english/php/aspose.barcode.generation/pdf417parameters/_index.md index fd3e1f1a6..9f25645ca 100644 --- a/english/php/aspose.barcode.generation/pdf417parameters/_index.md +++ b/english/php/aspose.barcode.generation/pdf417parameters/_index.md @@ -1,7 +1,6 @@ --- -title: "Pdf417Parameters Class" +title: "Pdf417Parameters" linktitle: "Pdf417Parameters" -articleTitle: "Pdf417Parameters" second_title: "Aspose.BarCode for PHP via Java" description: "PDF417 parameters. Contains PDF417, MacroPDF417, MicroPDF417 and GS1MicroPdf417 parameters. MacroPDF417 requires two fields: Pdf417MacroFileID and Pdf417MacroSegmentID. All other fields are optional. " type: docs @@ -21,55 +20,524 @@ PDF417 parameters. Contains PDF417, MacroPDF417, MicroPDF417 and GS1MicroPdf417 | Name | Description | | --- | --- | -| [__construct](./pdf417parameters/) | | +| [__construct](#constructor) | | ## Methods | Name | Static | Description | | --- | --- | --- | -| [isCode128Emulation](./iscode128emulation/) | No | Can be used only with MicroPdf417 and encodes Code 128 emulation modes Can encode FNC1 in second position modes 908 and 909, also can encode 910 and 911 which just indicate that recognized MicroPdf417 can be interpret as Code 128 | -| [isLinked](./islinked/) | No | Defines linked modes with GS1MicroPdf417, MicroPdf417 and Pdf417 barcodes With GS1MicroPdf417 symbology encodes 906, 907, 912, 913, 914, 915 "Linked" UCC/EAN-128 modes With MicroPdf417 and Pdf417 symbologies encodes 918 linkage flag to associated linear component other than an EAN.UCC | -| [isReaderInitialization](./isreaderinitialization/) | No | Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization | -| [setCode128Emulation](./setcode128emulation/) | No | Can be used only with MicroPdf417 and encodes Code 128 emulation modes Can encode FNC1 in second position modes 908 and 909, also can encode 910 and 911 which just indicate that recognized MicroPdf417 can be interpret as Code 128 | -| [setLinked](./setlinked/) | No | Defines linked modes with GS1MicroPdf417, MicroPdf417 and Pdf417 barcodes With GS1MicroPdf417 symbology encodes 906, 907, 912, 913, 914, 915 "Linked" UCC/EAN-128 modes With MicroPdf417 and Pdf417 symbologies encodes 918 linkage flag to associated linear component other than an EAN.UCC | -| [setReaderInitialization](./setreaderinitialization/) | No | Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization | +| [isCode128Emulation](#iscode128emulation) | No | Can be used only with MicroPdf417 and encodes Code 128 emulation modes Can encode FNC1 in second position modes 908 and 909, also can encode 910 and 911 which just indicate that recognized MicroPdf417 can be interpret as Code 128 | +| [isLinked](#islinked) | No | Defines linked modes with GS1MicroPdf417, MicroPdf417 and Pdf417 barcodes With GS1MicroPdf417 symbology encodes 906, 907, 912, 913, 914, 915 "Linked" UCC/EAN-128 modes With MicroPdf417 and Pdf417 symbologies encodes 918 linkage flag to associated linear component other than an EAN.UCC | +| [isReaderInitialization](#isreaderinitialization) | No | Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization | +| [setCode128Emulation](#setcode128emulation) | No | Can be used only with MicroPdf417 and encodes Code 128 emulation modes Can encode FNC1 in second position modes 908 and 909, also can encode 910 and 911 which just indicate that recognized MicroPdf417 can be interpret as Code 128 | +| [setLinked](#setlinked) | No | Defines linked modes with GS1MicroPdf417, MicroPdf417 and Pdf417 barcodes With GS1MicroPdf417 symbology encodes 906, 907, 912, 913, 914, 915 "Linked" UCC/EAN-128 modes With MicroPdf417 and Pdf417 symbologies encodes 918 linkage flag to associated linear component other than an EAN.UCC | +| [setReaderInitialization](#setreaderinitialization) | No | Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [AspectRatio](./aspectratio/) | Read/Write | Height/Width ratio of 2D BarCode module. | -| [Columns](./columns/) | Read/Write | Columns count. | -| [ECIEncoding](./eciencoding/) | Read/Write | Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Not applied for Macro PDF417 text fields. Current implementation consists all well known charset encodings. | -| [EncodeMode](./encodemode/) | Read/Write | Identifies Pdf417 encode mode. Default value: Auto. | -| [ErrorLevel](./errorlevel/) | Read/Write | Gets Pdf417 symbology type of BarCode's error correction level ranging from level0 to level8, level0 means no error correction info, level8 means best error correction which means a larger picture. | -| [MacroCharacters](./macrocharacters/) | Read/Write | Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with MicroPdf417 and encodes 916 and 917 MicroPdf417 modes Default value: MacroCharacters.None. | -| [MacroPdf417Addressee](./macropdf417addressee/) | Read/Write | MacroPdf417 barcode addressee name (optional field). MicroPDF417 barcode addressee name (optional field for Structured Append mode) | -| [MacroPdf417Checksum](./macropdf417checksum/) | Read/Write | MacroPdf417 barcode checksum (optional field). MicroPDF417 barcode checksum (optional field for Structured Append mode) The checksum field contains the value of the 16-bit (2 bytes) CRC checksum using the CCITT-16 polynomial. x^16 + x^12 + x^5 + 1 | -| [MacroPdf417ECIEncoding](./macropdf417eciencoding/) | Read/Write | Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields. | -| [MacroPdf417FileID](./macropdf417fileid/) | Read/Write | MacroPdf417 barcode's file ID (Required field). MicroPDF417 barcode's file ID (Required field for Structured Append mode) | -| [MacroPdf417FileName](./macropdf417filename/) | Read/Write | MacroPdf417 barcode file name (optional field). MicroPDF417 barcode file name (optional field for Structured Append mode) | -| [MacroPdf417FileSize](./macropdf417filesize/) | Read/Write | MacroPdf417 file size (optional field). MicroPDF417 file size (optional field for Structured Append mode) The file size field contains the size in bytes of the entire source file. | -| [MacroPdf417SegmentID](./macropdf417segmentid/) | Read/Write | MacroPdf417 barcode's segment ID (Required field), which starts from 0, to MacroSegmentsCount - 1. MicroPDF417 barcode's segment ID (Required field for Structured Append mode) | -| [MacroPdf417SegmentsCount](./macropdf417segmentscount/) | Read/Write | MacroPdf417 barcode segments count (optional field). MicroPDF417 barcode segments count (optional field for Structured Append mode) | -| [MacroPdf417Sender](./macropdf417sender/) | Read/Write | MacroPdf417 barcode sender name (optional field). MicroPDF417 barcode sender name (optional field for Structured Append mode) | -| [MacroPdf417Terminator](./macropdf417terminator/) | Read/Write | Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417. | -| [MacroPdf417TimeStamp](./macropdf417timestamp/) | Read/Write | MacroPdf417 barcode time stamp (optional field). MicroPDF417 barcode time stamp (optional field for Structured Append mode) | -| [Pdf417CompactionMode](./pdf417compactionmode/) | Read/Write | Pdf417 symbology type of BarCode's compaction mode. Default value: Pdf417CompactionMode::AUTO. | -| [Pdf417ECIEncoding](./pdf417eciencoding/) | Read/Write | Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Not applied for Macro PDF417 text fields. Current implementation consists all well known charset encodings. | -| [Pdf417EncodeMode](./pdf417encodemode/) | Read/Write | Identifies Pdf417 encode mode. Default value: Auto. | -| [Pdf417ErrorLevel](./pdf417errorlevel/) | Read/Write | Gets Pdf417 symbology type of BarCode's error correction level ranging from level0 to level8, level0 means no error correction info, level8 means best error correction which means a larger picture. | -| [Pdf417MacroAddressee](./pdf417macroaddressee/) | Read/Write | Gets macro Pdf417 barcode addressee name. | -| [Pdf417MacroChecksum](./pdf417macrochecksum/) | Read/Write | Gets macro Pdf417 barcode checksum. | -| [Pdf417MacroECIEncoding](./pdf417macroeciencoding/) | Read/Write | Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields. | -| [Pdf417MacroFileID](./pdf417macrofileid/) | Read/Write | Getsmacro Pdf417 barcode's file ID. Used for MacroPdf417. | -| [Pdf417MacroFileName](./pdf417macrofilename/) | Read/Write | Gets macro Pdf417 barcode file name. | -| [Pdf417MacroFileSize](./pdf417macrofilesize/) | Read/Write | Gets macro Pdf417 file size. | -| [Pdf417MacroSegmentID](./pdf417macrosegmentid/) | Read/Write | Gets macro Pdf417 barcode's segment ID, which starts from 0, to MacroSegmentsCount - 1. | -| [Pdf417MacroSegmentsCount](./pdf417macrosegmentscount/) | Read/Write | Gets macro Pdf417 barcode segments count. | -| [Pdf417MacroSender](./pdf417macrosender/) | Read/Write | Gets macro Pdf417 barcode sender name. | -| [Pdf417MacroTerminator](./pdf417macroterminator/) | Read/Write | Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417. | -| [Pdf417MacroTimeStamp](./pdf417macrotimestamp/) | Read/Write | Gets macro Pdf417 barcode time stamp. | -| [Pdf417Truncate](./pdf417truncate/) | Read/Write | Whether Pdf417 symbology type of BarCode is truncated (to reduce space). | -| [Rows](./rows/) | Read/Write | Rows count. | -| [Truncate](./truncate/) | Read/Write | Whether Pdf417 symbology type of BarCode is truncated (to reduce space). Also known as CompactPDF417. Rigth row indicator and right stop pattern are removed in this mode. | +| [AspectRatio](#aspectratio) | Read/Write | Height/Width ratio of 2D BarCode module. | +| [Columns](#columns) | Read/Write | Columns count. | +| [ECIEncoding](#eciencoding) | Read/Write | Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Not applied for Macro PDF417 text fields. Current implementation consists all well known charset encodings. | +| [EncodeMode](#encodemode) | Read/Write | Identifies Pdf417 encode mode. Default value: Auto. | +| [ErrorLevel](#errorlevel) | Read/Write | Gets Pdf417 symbology type of BarCode's error correction level ranging from level0 to level8, level0 means no error correction info, level8 means best error correction which means a larger picture. | +| [MacroCharacters](#macrocharacters) | Read/Write | Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with MicroPdf417 and encodes 916 and 917 MicroPdf417 modes Default value: MacroCharacters.None. | +| [MacroPdf417Addressee](#macropdf417addressee) | Read/Write | MacroPdf417 barcode addressee name (optional field). MicroPDF417 barcode addressee name (optional field for Structured Append mode) | +| [MacroPdf417Checksum](#macropdf417checksum) | Read/Write | MacroPdf417 barcode checksum (optional field). MicroPDF417 barcode checksum (optional field for Structured Append mode) The checksum field contains the value of the 16-bit (2 bytes) CRC checksum using the CCITT-16 polynomial. x^16 + x^12 + x^5 + 1 | +| [MacroPdf417ECIEncoding](#macropdf417eciencoding) | Read/Write | Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields. | +| [MacroPdf417FileID](#macropdf417fileid) | Read/Write | MacroPdf417 barcode's file ID (Required field). MicroPDF417 barcode's file ID (Required field for Structured Append mode) | +| [MacroPdf417FileName](#macropdf417filename) | Read/Write | MacroPdf417 barcode file name (optional field). MicroPDF417 barcode file name (optional field for Structured Append mode) | +| [MacroPdf417FileSize](#macropdf417filesize) | Read/Write | MacroPdf417 file size (optional field). MicroPDF417 file size (optional field for Structured Append mode) The file size field contains the size in bytes of the entire source file. | +| [MacroPdf417SegmentID](#macropdf417segmentid) | Read/Write | MacroPdf417 barcode's segment ID (Required field), which starts from 0, to MacroSegmentsCount - 1. MicroPDF417 barcode's segment ID (Required field for Structured Append mode) | +| [MacroPdf417SegmentsCount](#macropdf417segmentscount) | Read/Write | MacroPdf417 barcode segments count (optional field). MicroPDF417 barcode segments count (optional field for Structured Append mode) | +| [MacroPdf417Sender](#macropdf417sender) | Read/Write | MacroPdf417 barcode sender name (optional field). MicroPDF417 barcode sender name (optional field for Structured Append mode) | +| [MacroPdf417Terminator](#macropdf417terminator) | Read/Write | Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417. | +| [MacroPdf417TimeStamp](#macropdf417timestamp) | Read/Write | MacroPdf417 barcode time stamp (optional field). MicroPDF417 barcode time stamp (optional field for Structured Append mode) | +| [Pdf417CompactionMode](#pdf417compactionmode) | Read/Write | Pdf417 symbology type of BarCode's compaction mode. Default value: Pdf417CompactionMode::AUTO. | +| [Pdf417ECIEncoding](#pdf417eciencoding) | Read/Write | Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Not applied for Macro PDF417 text fields. Current implementation consists all well known charset encodings. | +| [Pdf417EncodeMode](#pdf417encodemode) | Read/Write | Identifies Pdf417 encode mode. Default value: Auto. | +| [Pdf417ErrorLevel](#pdf417errorlevel) | Read/Write | Gets Pdf417 symbology type of BarCode's error correction level ranging from level0 to level8, level0 means no error correction info, level8 means best error correction which means a larger picture. | +| [Pdf417MacroAddressee](#pdf417macroaddressee) | Read/Write | Gets macro Pdf417 barcode addressee name. | +| [Pdf417MacroChecksum](#pdf417macrochecksum) | Read/Write | Gets macro Pdf417 barcode checksum. | +| [Pdf417MacroECIEncoding](#pdf417macroeciencoding) | Read/Write | Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields. | +| [Pdf417MacroFileID](#pdf417macrofileid) | Read/Write | Getsmacro Pdf417 barcode's file ID. Used for MacroPdf417. | +| [Pdf417MacroFileName](#pdf417macrofilename) | Read/Write | Gets macro Pdf417 barcode file name. | +| [Pdf417MacroFileSize](#pdf417macrofilesize) | Read/Write | Gets macro Pdf417 file size. | +| [Pdf417MacroSegmentID](#pdf417macrosegmentid) | Read/Write | Gets macro Pdf417 barcode's segment ID, which starts from 0, to MacroSegmentsCount - 1. | +| [Pdf417MacroSegmentsCount](#pdf417macrosegmentscount) | Read/Write | Gets macro Pdf417 barcode segments count. | +| [Pdf417MacroSender](#pdf417macrosender) | Read/Write | Gets macro Pdf417 barcode sender name. | +| [Pdf417MacroTerminator](#pdf417macroterminator) | Read/Write | Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417. | +| [Pdf417MacroTimeStamp](#pdf417macrotimestamp) | Read/Write | Gets macro Pdf417 barcode time stamp. | +| [Pdf417Truncate](#pdf417truncate) | Read/Write | Whether Pdf417 symbology type of BarCode is truncated (to reduce space). | +| [Rows](#rows) | Read/Write | Rows count. | +| [Truncate](#truncate) | Read/Write | Whether Pdf417 symbology type of BarCode is truncated (to reduce space). Also known as CompactPDF417. Rigth row indicator and right stop pattern are removed in this mode. | + +### Pdf417Parameters__construct(Pdf417ParametersDTO $pdf417ParametersDto) {#constructor} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$pdf417ParametersDto` | `Pdf417ParametersDTO` | | + +### isCode128EmulationisCode128Emulation() {#iscode128emulation} + +Can be used only with MicroPdf417 and encodes Code 128 emulation modes Can encode FNC1 in second position modes 908 and 909, also can encode 910 and 911 which just indicate that recognized MicroPdf417 can be interpret as Code 128 + +### isLinkedisLinked() {#islinked} + +Defines linked modes with GS1MicroPdf417, MicroPdf417 and Pdf417 barcodes With GS1MicroPdf417 symbology encodes 906, 907, 912, 913, 914, 915 "Linked" UCC/EAN-128 modes With MicroPdf417 and Pdf417 symbologies encodes 918 linkage flag to associated linear component other than an EAN.UCC + +### isReaderInitializationisReaderInitialization() {#isreaderinitialization} + +Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization + +### setCode128EmulationsetCode128Emulation(bool $value) {#setcode128emulation} + +Can be used only with MicroPdf417 and encodes Code 128 emulation modes Can encode FNC1 in second position modes 908 and 909, also can encode 910 and 911 which just indicate that recognized MicroPdf417 can be interpret as Code 128 + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `bool` | | + +### setLinkedsetLinked(bool $value) {#setlinked} + +Defines linked modes with GS1MicroPdf417, MicroPdf417 and Pdf417 barcodes With GS1MicroPdf417 symbology encodes 906, 907, 912, 913, 914, 915 "Linked" UCC/EAN-128 modes With MicroPdf417 and Pdf417 symbologies encodes 918 linkage flag to associated linear component other than an EAN.UCC + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `bool` | | + +### setReaderInitializationsetReaderInitialization(bool $value) {#setreaderinitialization} + +Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `bool` | | + +### AspectRatio {#aspectratio} + +**Access:** Read/Write + +Height/Width ratio of 2D BarCode module. + +Height/Width ratio of 2D BarCode module. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `float` | | + +### Columns {#columns} + +**Access:** Read/Write + +Columns count. + +Columns count. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### ECIEncoding {#eciencoding} + +**Access:** Read/Write + +Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Not applied for Macro PDF417 text fields. Current implementation consists all well known charset encodings. + +Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Not applied for Macro PDF417 text fields. Current implementation consists all well known charset encodings. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### EncodeMode {#encodemode} + +**Access:** Read/Write + +Identifies Pdf417 encode mode. Default value: Auto. + +Identifies Pdf417 encode mode. Default value: Auto. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### ErrorLevel {#errorlevel} + +**Access:** Read/Write + +**Returns:** Pdf417 symbology type of BarCode's error correction level ranging from level0 to level8, level0 means no error correction info, level8 means best error correction which means a larger picture. + +Gets Pdf417 symbology type of BarCode's error correction level ranging from level0 to level8, level0 means no error correction info, level8 means best error correction which means a larger picture. + +Sets Pdf417 symbology type of BarCode's error correction level ranging from level0 to level8, level0 means no error correction info, level8 means best error correction which means a larger picture. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | Pdf417 symbology type of BarCode's error correction level ranging from level0 to level8, level0 means no error correction info, level8 means best error correction which means a larger picture. | + +### MacroCharacters {#macrocharacters} + +**Access:** Read/Write + +Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with MicroPdf417 and encodes 916 and 917 MicroPdf417 modes Default value: MacroCharacters.None. + +Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with MicroPdf417 and encodes 916 and 917 MicroPdf417 modes Default value: MacroCharacters.None. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### MacroPdf417Addressee {#macropdf417addressee} + +**Access:** Read/Write + +MacroPdf417 barcode addressee name (optional field). MicroPDF417 barcode addressee name (optional field for Structured Append mode) + +MacroPdf417 barcode addressee name (optional field). MicroPDF417 barcode addressee name (optional field for Structured Append mode) + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### MacroPdf417Checksum {#macropdf417checksum} + +**Access:** Read/Write + +MacroPdf417 barcode checksum (optional field). MicroPDF417 barcode checksum (optional field for Structured Append mode) The checksum field contains the value of the 16-bit (2 bytes) CRC checksum using the CCITT-16 polynomial. x^16 + x^12 + x^5 + 1 + +MacroPdf417 barcode checksum (optional field). MicroPDF417 barcode checksum (optional field for Structured Append mode) The checksum field contains the value of the 16-bit (2 bytes) CRC checksum using the CCITT-16 polynomial. x^16 + x^12 + x^5 + 1 + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### MacroPdf417ECIEncoding {#macropdf417eciencoding} + +**Access:** Read/Write + +Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields. + +Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### MacroPdf417FileID {#macropdf417fileid} + +**Access:** Read/Write + +MacroPdf417 barcode's file ID (Required field). MicroPDF417 barcode's file ID (Required field for Structured Append mode) + +MacroPdf417 barcode's file ID (Required field). MicroPDF417 barcode's file ID (Required field for Structured Append mode) + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### MacroPdf417FileName {#macropdf417filename} + +**Access:** Read/Write + +MacroPdf417 barcode file name (optional field). MicroPDF417 barcode file name (optional field for Structured Append mode) + +MacroPdf417 barcode file name (optional field). MicroPDF417 barcode file name (optional field for Structured Append mode) + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### MacroPdf417FileSize {#macropdf417filesize} + +**Access:** Read/Write + +MacroPdf417 file size (optional field). MicroPDF417 file size (optional field for Structured Append mode) The file size field contains the size in bytes of the entire source file. + +MacroPdf417 file size (optional field). MicroPDF417 file size (optional field for Structured Append mode) The file size field contains the size in bytes of the entire source file. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### MacroPdf417SegmentID {#macropdf417segmentid} + +**Access:** Read/Write + +MacroPdf417 barcode's segment ID (Required field), which starts from 0, to MacroSegmentsCount - 1. MicroPDF417 barcode's segment ID (Required field for Structured Append mode) + +MacroPdf417 barcode's segment ID (Required field), which starts from 0, to MacroSegmentsCount - 1. MicroPDF417 barcode's segment ID (Required field for Structured Append mode) + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### MacroPdf417SegmentsCount {#macropdf417segmentscount} + +**Access:** Read/Write + +MacroPdf417 barcode segments count (optional field). MicroPDF417 barcode segments count (optional field for Structured Append mode) + +MacroPdf417 barcode segments count (optional field). MicroPDF417 barcode segments count (optional field for Structured Append mode) + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### MacroPdf417Sender {#macropdf417sender} + +**Access:** Read/Write + +MacroPdf417 barcode sender name (optional field). MicroPDF417 barcode sender name (optional field for Structured Append mode) + +MacroPdf417 barcode sender name (optional field). MicroPDF417 barcode sender name (optional field for Structured Append mode) + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### MacroPdf417Terminator {#macropdf417terminator} + +**Access:** Read/Write + +Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417. + +Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### MacroPdf417TimeStamp {#macropdf417timestamp} + +**Access:** Read/Write + +MacroPdf417 barcode time stamp (optional field). MicroPDF417 barcode time stamp (optional field for Structured Append mode) + +MacroPdf417 barcode time stamp (optional field). MicroPDF417 barcode time stamp (optional field for Structured Append mode) + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `DateTime` | | + +### Pdf417CompactionMode {#pdf417compactionmode} + +**Access:** Read/Write + +Pdf417 symbology type of BarCode's compaction mode. Default value: Pdf417CompactionMode::AUTO. + +Pdf417 symbology type of BarCode's compaction mode. Default value: Pdf417CompactionMode::AUTO. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### Pdf417ECIEncoding {#pdf417eciencoding} + +**Access:** Read/Write + +Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Not applied for Macro PDF417 text fields. Current implementation consists all well known charset encodings. + +Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Not applied for Macro PDF417 text fields. Current implementation consists all well known charset encodings. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### Pdf417EncodeMode {#pdf417encodemode} + +**Access:** Read/Write + +Identifies Pdf417 encode mode. Default value: Auto. + +Identifies Pdf417 encode mode. Default value: Auto. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### Pdf417ErrorLevel {#pdf417errorlevel} + +**Access:** Read/Write + +Gets Pdf417 symbology type of BarCode's error correction level ranging from level0 to level8, level0 means no error correction info, level8 means best error correction which means a larger picture. + +Sets Pdf417 symbology type of BarCode's error correction level ranging from level0 to level8, level0 means no error correction info, level8 means best error correction which means a larger picture. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### Pdf417MacroAddressee {#pdf417macroaddressee} + +**Access:** Read/Write + +Gets macro Pdf417 barcode addressee name. + +Sets macro Pdf417 barcode addressee name. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### Pdf417MacroChecksum {#pdf417macrochecksum} + +**Access:** Read/Write + +**Returns:** int checksum field contains the value of the 16-bit (2 bytes) CRC checksum using the CCITT-16 polynomial. + +Gets macro Pdf417 barcode checksum. + +Sets macro Pdf417 barcode checksum. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### Pdf417MacroECIEncoding {#pdf417macroeciencoding} + +**Access:** Read/Write + +Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields. + +Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### Pdf417MacroFileID {#pdf417macrofileid} + +**Access:** Read/Write + +Getsmacro Pdf417 barcode's file ID. Used for MacroPdf417. + +Sets macro Pdf417 barcode's file ID. Used for MacroPdf417. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### Pdf417MacroFileName {#pdf417macrofilename} + +**Access:** Read/Write + +Gets macro Pdf417 barcode file name. + +Sets macro Pdf417 barcode file name. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### Pdf417MacroFileSize {#pdf417macrofilesize} + +**Access:** Read/Write + +**Returns:** int file size field contains the size in bytes of the entire source file. + +Gets macro Pdf417 file size. + +Sets macro Pdf417 file size. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### Pdf417MacroSegmentID {#pdf417macrosegmentid} + +**Access:** Read/Write + +Gets macro Pdf417 barcode's segment ID, which starts from 0, to MacroSegmentsCount - 1. + +Sets macro Pdf417 barcode's segment ID, which starts from 0, to MacroSegmentsCount - 1. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### Pdf417MacroSegmentsCount {#pdf417macrosegmentscount} + +**Access:** Read/Write + +Gets macro Pdf417 barcode segments count. + +Sets macro Pdf417 barcode segments count. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### Pdf417MacroSender {#pdf417macrosender} + +**Access:** Read/Write + +Gets macro Pdf417 barcode sender name. + +Sets macro Pdf417 barcode sender name. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### Pdf417MacroTerminator {#pdf417macroterminator} + +**Access:** Read/Write + +Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417. + +Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### Pdf417MacroTimeStamp {#pdf417macrotimestamp} + +**Access:** Read/Write + +Gets macro Pdf417 barcode time stamp. + +Sets macro Pdf417 barcode time stamp. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `DateTime` | | + +### Pdf417Truncate {#pdf417truncate} + +**Access:** Read/Write + +Whether Pdf417 symbology type of BarCode is truncated (to reduce space). + +Whether Pdf417 symbology type of BarCode is truncated (to reduce space). + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `bool` | | + +### Rows {#rows} + +**Access:** Read/Write + +Rows count. + +Rows count. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### Truncate {#truncate} + +**Access:** Read/Write + +Whether Pdf417 symbology type of BarCode is truncated (to reduce space). Also known as CompactPDF417. Rigth row indicator and right stop pattern are removed in this mode. + +Whether Pdf417 symbology type of BarCode is truncated (to reduce space). Also known as CompactPDF417. Rigth row indicator and right stop pattern are removed in this mode. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `bool` | | + diff --git a/english/php/aspose.barcode.generation/pdf417parameters/aspectratio/_index.md b/english/php/aspose.barcode.generation/pdf417parameters/aspectratio/_index.md deleted file mode 100644 index 830d556ab..000000000 --- a/english/php/aspose.barcode.generation/pdf417parameters/aspectratio/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Pdf417Parameters.AspectRatio" -linktitle: "AspectRatio" -articleTitle: "AspectRatio" -second_title: "Aspose.BarCode for PHP via Java" -description: "Height/Width ratio of 2D BarCode module." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdf417parameters/aspectratio/ ---- - -## Pdf417Parameters.AspectRatio - -**Access:** Read/Write - - -### Get - -Height/Width ratio of 2D BarCode module. - - -### Set - -Height/Width ratio of 2D BarCode module. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `float` | | diff --git a/english/php/aspose.barcode.generation/pdf417parameters/columns/_index.md b/english/php/aspose.barcode.generation/pdf417parameters/columns/_index.md deleted file mode 100644 index 2fd7af09c..000000000 --- a/english/php/aspose.barcode.generation/pdf417parameters/columns/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Pdf417Parameters.Columns" -linktitle: "Columns" -articleTitle: "Columns" -second_title: "Aspose.BarCode for PHP via Java" -description: "Columns count." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdf417parameters/columns/ ---- - -## Pdf417Parameters.Columns - -**Access:** Read/Write - - -### Get - -Columns count. - - -### Set - -Columns count. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/pdf417parameters/eciencoding/_index.md b/english/php/aspose.barcode.generation/pdf417parameters/eciencoding/_index.md deleted file mode 100644 index d8674525c..000000000 --- a/english/php/aspose.barcode.generation/pdf417parameters/eciencoding/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Pdf417Parameters.ECIEncoding" -linktitle: "ECIEncoding" -articleTitle: "ECIEncoding" -second_title: "Aspose.BarCode for PHP via Java" -description: "Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Not applied for Macro PDF417 text fields. Curr" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdf417parameters/eciencoding/ ---- - -## Pdf417Parameters.ECIEncoding - -**Access:** Read/Write - - -### Get - -Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Not applied for Macro PDF417 text fields. Current implementation consists all well known charset encodings. - - -### Set - -Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Not applied for Macro PDF417 text fields. Current implementation consists all well known charset encodings. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/pdf417parameters/encodemode/_index.md b/english/php/aspose.barcode.generation/pdf417parameters/encodemode/_index.md deleted file mode 100644 index f73da3c71..000000000 --- a/english/php/aspose.barcode.generation/pdf417parameters/encodemode/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Pdf417Parameters.EncodeMode" -linktitle: "EncodeMode" -articleTitle: "EncodeMode" -second_title: "Aspose.BarCode for PHP via Java" -description: "Identifies Pdf417 encode mode. Default value: Auto." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdf417parameters/encodemode/ ---- - -## Pdf417Parameters.EncodeMode - -**Access:** Read/Write - - -### Get - -Identifies Pdf417 encode mode. Default value: Auto. - - -### Set - -Identifies Pdf417 encode mode. Default value: Auto. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/pdf417parameters/errorlevel/_index.md b/english/php/aspose.barcode.generation/pdf417parameters/errorlevel/_index.md deleted file mode 100644 index ca56d35f0..000000000 --- a/english/php/aspose.barcode.generation/pdf417parameters/errorlevel/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Pdf417Parameters.ErrorLevel" -linktitle: "ErrorLevel" -articleTitle: "ErrorLevel" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets Pdf417 symbology type of BarCode's error correction level ranging from level0 to level8, level0 means no error correction info, level8 means best error correction which means a larger picture." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdf417parameters/errorlevel/ ---- - -## Pdf417Parameters.ErrorLevel - -**Access:** Read/Write - - -**Returns:** Pdf417 symbology type of BarCode's error correction level ranging from level0 to level8, level0 means no error correction info, level8 means best error correction which means a larger picture. - - -### Get - -Gets Pdf417 symbology type of BarCode's error correction level ranging from level0 to level8, level0 means no error correction info, level8 means best error correction which means a larger picture. - - -### Set - -Sets Pdf417 symbology type of BarCode's error correction level ranging from level0 to level8, level0 means no error correction info, level8 means best error correction which means a larger picture. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | Pdf417 symbology type of BarCode's error correction level ranging from level0 to level8, level0 means no error correction info, level8 means best error correction which means a larger picture. | diff --git a/english/php/aspose.barcode.generation/pdf417parameters/iscode128emulation/_index.md b/english/php/aspose.barcode.generation/pdf417parameters/iscode128emulation/_index.md deleted file mode 100644 index 30c4534d8..000000000 --- a/english/php/aspose.barcode.generation/pdf417parameters/iscode128emulation/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Pdf417Parameters.isCode128Emulation" -linktitle: "isCode128Emulation" -articleTitle: "isCode128Emulation" -second_title: "Aspose.BarCode for PHP via Java" -description: "Can be used only with MicroPdf417 and encodes Code 128 emulation modes Can encode FNC1 in second position modes 908 and 909, also can encode 910 and 911 which just indicate that recognized MicroPdf417" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdf417parameters/iscode128emulation/ ---- - -## Pdf417Parameters.isCode128Emulation - -```php -isCode128Emulation() -``` - - -Can be used only with MicroPdf417 and encodes Code 128 emulation modes Can encode FNC1 in second position modes 908 and 909, also can encode 910 and 911 which just indicate that recognized MicroPdf417 can be interpret as Code 128 - diff --git a/english/php/aspose.barcode.generation/pdf417parameters/islinked/_index.md b/english/php/aspose.barcode.generation/pdf417parameters/islinked/_index.md deleted file mode 100644 index e61741804..000000000 --- a/english/php/aspose.barcode.generation/pdf417parameters/islinked/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Pdf417Parameters.isLinked" -linktitle: "isLinked" -articleTitle: "isLinked" -second_title: "Aspose.BarCode for PHP via Java" -description: "Defines linked modes with GS1MicroPdf417, MicroPdf417 and Pdf417 barcodes With GS1MicroPdf417 symbology encodes 906, 907, 912, 913, 914, 915 \"Linked\" UCC/EAN-128 modes With MicroPdf417 and Pdf417 symb" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdf417parameters/islinked/ ---- - -## Pdf417Parameters.isLinked - -```php -isLinked() -``` - - -Defines linked modes with GS1MicroPdf417, MicroPdf417 and Pdf417 barcodes With GS1MicroPdf417 symbology encodes 906, 907, 912, 913, 914, 915 "Linked" UCC/EAN-128 modes With MicroPdf417 and Pdf417 symbologies encodes 918 linkage flag to associated linear component other than an EAN.UCC - diff --git a/english/php/aspose.barcode.generation/pdf417parameters/isreaderinitialization/_index.md b/english/php/aspose.barcode.generation/pdf417parameters/isreaderinitialization/_index.md deleted file mode 100644 index 872d82b67..000000000 --- a/english/php/aspose.barcode.generation/pdf417parameters/isreaderinitialization/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Pdf417Parameters.isReaderInitialization" -linktitle: "isReaderInitialization" -articleTitle: "isReaderInitialization" -second_title: "Aspose.BarCode for PHP via Java" -description: "Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdf417parameters/isreaderinitialization/ ---- - -## Pdf417Parameters.isReaderInitialization - -```php -isReaderInitialization() -``` - - -Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization - diff --git a/english/php/aspose.barcode.generation/pdf417parameters/macrocharacters/_index.md b/english/php/aspose.barcode.generation/pdf417parameters/macrocharacters/_index.md deleted file mode 100644 index beea42f9e..000000000 --- a/english/php/aspose.barcode.generation/pdf417parameters/macrocharacters/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Pdf417Parameters.MacroCharacters" -linktitle: "MacroCharacters" -articleTitle: "MacroCharacters" -second_title: "Aspose.BarCode for PHP via Java" -description: "Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with MicroPdf417 and encodes 916 and 917 MicroPdf417 modes Default value: MacroCharacters." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdf417parameters/macrocharacters/ ---- - -## Pdf417Parameters.MacroCharacters - -**Access:** Read/Write - - -### Get - -Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with MicroPdf417 and encodes 916 and 917 MicroPdf417 modes Default value: MacroCharacters.None. - - -### Set - -Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with MicroPdf417 and encodes 916 and 917 MicroPdf417 modes Default value: MacroCharacters.None. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/pdf417parameters/macropdf417addressee/_index.md b/english/php/aspose.barcode.generation/pdf417parameters/macropdf417addressee/_index.md deleted file mode 100644 index 10955bcc1..000000000 --- a/english/php/aspose.barcode.generation/pdf417parameters/macropdf417addressee/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Pdf417Parameters.MacroPdf417Addressee" -linktitle: "MacroPdf417Addressee" -articleTitle: "MacroPdf417Addressee" -second_title: "Aspose.BarCode for PHP via Java" -description: "MacroPdf417 barcode addressee name (optional field). MicroPDF417 barcode addressee name (optional field for Structured Append mode)" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdf417parameters/macropdf417addressee/ ---- - -## Pdf417Parameters.MacroPdf417Addressee - -**Access:** Read/Write - - -### Get - -MacroPdf417 barcode addressee name (optional field). MicroPDF417 barcode addressee name (optional field for Structured Append mode) - - -### Set - -MacroPdf417 barcode addressee name (optional field). MicroPDF417 barcode addressee name (optional field for Structured Append mode) - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.generation/pdf417parameters/macropdf417checksum/_index.md b/english/php/aspose.barcode.generation/pdf417parameters/macropdf417checksum/_index.md deleted file mode 100644 index 34db3ad27..000000000 --- a/english/php/aspose.barcode.generation/pdf417parameters/macropdf417checksum/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Pdf417Parameters.MacroPdf417Checksum" -linktitle: "MacroPdf417Checksum" -articleTitle: "MacroPdf417Checksum" -second_title: "Aspose.BarCode for PHP via Java" -description: "MacroPdf417 barcode checksum (optional field). MicroPDF417 barcode checksum (optional field for Structured Append mode) The checksum field contains the value of the 16-bit (2 bytes) CRC checksum using" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdf417parameters/macropdf417checksum/ ---- - -## Pdf417Parameters.MacroPdf417Checksum - -**Access:** Read/Write - - -### Get - -MacroPdf417 barcode checksum (optional field). MicroPDF417 barcode checksum (optional field for Structured Append mode) The checksum field contains the value of the 16-bit (2 bytes) CRC checksum using the CCITT-16 polynomial. x^16 + x^12 + x^5 + 1 - - -### Set - -MacroPdf417 barcode checksum (optional field). MicroPDF417 barcode checksum (optional field for Structured Append mode) The checksum field contains the value of the 16-bit (2 bytes) CRC checksum using the CCITT-16 polynomial. x^16 + x^12 + x^5 + 1 - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/pdf417parameters/macropdf417eciencoding/_index.md b/english/php/aspose.barcode.generation/pdf417parameters/macropdf417eciencoding/_index.md deleted file mode 100644 index f9cadb90b..000000000 --- a/english/php/aspose.barcode.generation/pdf417parameters/macropdf417eciencoding/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Pdf417Parameters.MacroPdf417ECIEncoding" -linktitle: "MacroPdf417ECIEncoding" -articleTitle: "MacroPdf417ECIEncoding" -second_title: "Aspose.BarCode for PHP via Java" -description: "Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdf417parameters/macropdf417eciencoding/ ---- - -## Pdf417Parameters.MacroPdf417ECIEncoding - -**Access:** Read/Write - - -### Get - -Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields. - - -### Set - -Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/pdf417parameters/macropdf417fileid/_index.md b/english/php/aspose.barcode.generation/pdf417parameters/macropdf417fileid/_index.md deleted file mode 100644 index 89f6ee818..000000000 --- a/english/php/aspose.barcode.generation/pdf417parameters/macropdf417fileid/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Pdf417Parameters.MacroPdf417FileID" -linktitle: "MacroPdf417FileID" -articleTitle: "MacroPdf417FileID" -second_title: "Aspose.BarCode for PHP via Java" -description: "MacroPdf417 barcode's file ID (Required field). MicroPDF417 barcode's file ID (Required field for Structured Append mode)" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdf417parameters/macropdf417fileid/ ---- - -## Pdf417Parameters.MacroPdf417FileID - -**Access:** Read/Write - - -### Get - -MacroPdf417 barcode's file ID (Required field). MicroPDF417 barcode's file ID (Required field for Structured Append mode) - - -### Set - -MacroPdf417 barcode's file ID (Required field). MicroPDF417 barcode's file ID (Required field for Structured Append mode) - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/pdf417parameters/macropdf417filename/_index.md b/english/php/aspose.barcode.generation/pdf417parameters/macropdf417filename/_index.md deleted file mode 100644 index 0d753a6fe..000000000 --- a/english/php/aspose.barcode.generation/pdf417parameters/macropdf417filename/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Pdf417Parameters.MacroPdf417FileName" -linktitle: "MacroPdf417FileName" -articleTitle: "MacroPdf417FileName" -second_title: "Aspose.BarCode for PHP via Java" -description: "MacroPdf417 barcode file name (optional field). MicroPDF417 barcode file name (optional field for Structured Append mode)" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdf417parameters/macropdf417filename/ ---- - -## Pdf417Parameters.MacroPdf417FileName - -**Access:** Read/Write - - -### Get - -MacroPdf417 barcode file name (optional field). MicroPDF417 barcode file name (optional field for Structured Append mode) - - -### Set - -MacroPdf417 barcode file name (optional field). MicroPDF417 barcode file name (optional field for Structured Append mode) - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.generation/pdf417parameters/macropdf417filesize/_index.md b/english/php/aspose.barcode.generation/pdf417parameters/macropdf417filesize/_index.md deleted file mode 100644 index 3796ae41d..000000000 --- a/english/php/aspose.barcode.generation/pdf417parameters/macropdf417filesize/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Pdf417Parameters.MacroPdf417FileSize" -linktitle: "MacroPdf417FileSize" -articleTitle: "MacroPdf417FileSize" -second_title: "Aspose.BarCode for PHP via Java" -description: "MacroPdf417 file size (optional field). MicroPDF417 file size (optional field for Structured Append mode) The file size field contains the size in bytes of the entire source file." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdf417parameters/macropdf417filesize/ ---- - -## Pdf417Parameters.MacroPdf417FileSize - -**Access:** Read/Write - - -### Get - -MacroPdf417 file size (optional field). MicroPDF417 file size (optional field for Structured Append mode) The file size field contains the size in bytes of the entire source file. - - -### Set - -MacroPdf417 file size (optional field). MicroPDF417 file size (optional field for Structured Append mode) The file size field contains the size in bytes of the entire source file. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/pdf417parameters/macropdf417segmentid/_index.md b/english/php/aspose.barcode.generation/pdf417parameters/macropdf417segmentid/_index.md deleted file mode 100644 index c1714d65b..000000000 --- a/english/php/aspose.barcode.generation/pdf417parameters/macropdf417segmentid/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Pdf417Parameters.MacroPdf417SegmentID" -linktitle: "MacroPdf417SegmentID" -articleTitle: "MacroPdf417SegmentID" -second_title: "Aspose.BarCode for PHP via Java" -description: "MacroPdf417 barcode's segment ID (Required field), which starts from 0, to MacroSegmentsCount - 1. MicroPDF417 barcode's segment ID (Required field for Structured Append mode)" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdf417parameters/macropdf417segmentid/ ---- - -## Pdf417Parameters.MacroPdf417SegmentID - -**Access:** Read/Write - - -### Get - -MacroPdf417 barcode's segment ID (Required field), which starts from 0, to MacroSegmentsCount - 1. MicroPDF417 barcode's segment ID (Required field for Structured Append mode) - - -### Set - -MacroPdf417 barcode's segment ID (Required field), which starts from 0, to MacroSegmentsCount - 1. MicroPDF417 barcode's segment ID (Required field for Structured Append mode) - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/pdf417parameters/macropdf417segmentscount/_index.md b/english/php/aspose.barcode.generation/pdf417parameters/macropdf417segmentscount/_index.md deleted file mode 100644 index f98fd3f48..000000000 --- a/english/php/aspose.barcode.generation/pdf417parameters/macropdf417segmentscount/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Pdf417Parameters.MacroPdf417SegmentsCount" -linktitle: "MacroPdf417SegmentsCount" -articleTitle: "MacroPdf417SegmentsCount" -second_title: "Aspose.BarCode for PHP via Java" -description: "MacroPdf417 barcode segments count (optional field). MicroPDF417 barcode segments count (optional field for Structured Append mode)" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdf417parameters/macropdf417segmentscount/ ---- - -## Pdf417Parameters.MacroPdf417SegmentsCount - -**Access:** Read/Write - - -### Get - -MacroPdf417 barcode segments count (optional field). MicroPDF417 barcode segments count (optional field for Structured Append mode) - - -### Set - -MacroPdf417 barcode segments count (optional field). MicroPDF417 barcode segments count (optional field for Structured Append mode) - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/pdf417parameters/macropdf417sender/_index.md b/english/php/aspose.barcode.generation/pdf417parameters/macropdf417sender/_index.md deleted file mode 100644 index 905ee9f82..000000000 --- a/english/php/aspose.barcode.generation/pdf417parameters/macropdf417sender/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Pdf417Parameters.MacroPdf417Sender" -linktitle: "MacroPdf417Sender" -articleTitle: "MacroPdf417Sender" -second_title: "Aspose.BarCode for PHP via Java" -description: "MacroPdf417 barcode sender name (optional field). MicroPDF417 barcode sender name (optional field for Structured Append mode)" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdf417parameters/macropdf417sender/ ---- - -## Pdf417Parameters.MacroPdf417Sender - -**Access:** Read/Write - - -### Get - -MacroPdf417 barcode sender name (optional field). MicroPDF417 barcode sender name (optional field for Structured Append mode) - - -### Set - -MacroPdf417 barcode sender name (optional field). MicroPDF417 barcode sender name (optional field for Structured Append mode) - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.generation/pdf417parameters/macropdf417terminator/_index.md b/english/php/aspose.barcode.generation/pdf417parameters/macropdf417terminator/_index.md deleted file mode 100644 index af66eca32..000000000 --- a/english/php/aspose.barcode.generation/pdf417parameters/macropdf417terminator/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Pdf417Parameters.MacroPdf417Terminator" -linktitle: "MacroPdf417Terminator" -articleTitle: "MacroPdf417Terminator" -second_title: "Aspose.BarCode for PHP via Java" -description: "Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdf417parameters/macropdf417terminator/ ---- - -## Pdf417Parameters.MacroPdf417Terminator - -**Access:** Read/Write - - -### Get - -Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417. - - -### Set - -Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/pdf417parameters/macropdf417timestamp/_index.md b/english/php/aspose.barcode.generation/pdf417parameters/macropdf417timestamp/_index.md deleted file mode 100644 index 053b1eb60..000000000 --- a/english/php/aspose.barcode.generation/pdf417parameters/macropdf417timestamp/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Pdf417Parameters.MacroPdf417TimeStamp" -linktitle: "MacroPdf417TimeStamp" -articleTitle: "MacroPdf417TimeStamp" -second_title: "Aspose.BarCode for PHP via Java" -description: "MacroPdf417 barcode time stamp (optional field). MicroPDF417 barcode time stamp (optional field for Structured Append mode)" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdf417parameters/macropdf417timestamp/ ---- - -## Pdf417Parameters.MacroPdf417TimeStamp - -**Access:** Read/Write - - -### Get - -MacroPdf417 barcode time stamp (optional field). MicroPDF417 barcode time stamp (optional field for Structured Append mode) - - -### Set - -MacroPdf417 barcode time stamp (optional field). MicroPDF417 barcode time stamp (optional field for Structured Append mode) - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `DateTime` | | diff --git a/english/php/aspose.barcode.generation/pdf417parameters/pdf417compactionmode/_index.md b/english/php/aspose.barcode.generation/pdf417parameters/pdf417compactionmode/_index.md deleted file mode 100644 index 3d2d65739..000000000 --- a/english/php/aspose.barcode.generation/pdf417parameters/pdf417compactionmode/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Pdf417Parameters.Pdf417CompactionMode" -linktitle: "Pdf417CompactionMode" -articleTitle: "Pdf417CompactionMode" -second_title: "Aspose.BarCode for PHP via Java" -description: "Pdf417 symbology type of BarCode's compaction mode. Default value: Pdf417CompactionMode::AUTO." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdf417parameters/pdf417compactionmode/ ---- - -## Pdf417Parameters.Pdf417CompactionMode - -**Access:** Read/Write - - -### Get - -Pdf417 symbology type of BarCode's compaction mode. Default value: Pdf417CompactionMode::AUTO. - - -### Set - -Pdf417 symbology type of BarCode's compaction mode. Default value: Pdf417CompactionMode::AUTO. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/pdf417parameters/pdf417eciencoding/_index.md b/english/php/aspose.barcode.generation/pdf417parameters/pdf417eciencoding/_index.md deleted file mode 100644 index 1dc40ec80..000000000 --- a/english/php/aspose.barcode.generation/pdf417parameters/pdf417eciencoding/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Pdf417Parameters.Pdf417ECIEncoding" -linktitle: "Pdf417ECIEncoding" -articleTitle: "Pdf417ECIEncoding" -second_title: "Aspose.BarCode for PHP via Java" -description: "Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Not applied for Macro PDF417 text fields. Curr" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdf417parameters/pdf417eciencoding/ ---- - -## Pdf417Parameters.Pdf417ECIEncoding - -**Access:** Read/Write - - -### Get - -Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Not applied for Macro PDF417 text fields. Current implementation consists all well known charset encodings. - - -### Set - -Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Not applied for Macro PDF417 text fields. Current implementation consists all well known charset encodings. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/pdf417parameters/pdf417encodemode/_index.md b/english/php/aspose.barcode.generation/pdf417parameters/pdf417encodemode/_index.md deleted file mode 100644 index e16d1c9ce..000000000 --- a/english/php/aspose.barcode.generation/pdf417parameters/pdf417encodemode/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Pdf417Parameters.Pdf417EncodeMode" -linktitle: "Pdf417EncodeMode" -articleTitle: "Pdf417EncodeMode" -second_title: "Aspose.BarCode for PHP via Java" -description: "Identifies Pdf417 encode mode. Default value: Auto." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdf417parameters/pdf417encodemode/ ---- - -## Pdf417Parameters.Pdf417EncodeMode - -**Access:** Read/Write - - -### Get - -Identifies Pdf417 encode mode. Default value: Auto. - - -### Set - -Identifies Pdf417 encode mode. Default value: Auto. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/pdf417parameters/pdf417errorlevel/_index.md b/english/php/aspose.barcode.generation/pdf417parameters/pdf417errorlevel/_index.md deleted file mode 100644 index b35fc933c..000000000 --- a/english/php/aspose.barcode.generation/pdf417parameters/pdf417errorlevel/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Pdf417Parameters.Pdf417ErrorLevel" -linktitle: "Pdf417ErrorLevel" -articleTitle: "Pdf417ErrorLevel" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets Pdf417 symbology type of BarCode's error correction level ranging from level0 to level8, level0 means no error correction info, level8 means best error correction which means a larger picture." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdf417parameters/pdf417errorlevel/ ---- - -## Pdf417Parameters.Pdf417ErrorLevel - -**Access:** Read/Write - - -### Get - -Gets Pdf417 symbology type of BarCode's error correction level ranging from level0 to level8, level0 means no error correction info, level8 means best error correction which means a larger picture. - - -### Set - -Sets Pdf417 symbology type of BarCode's error correction level ranging from level0 to level8, level0 means no error correction info, level8 means best error correction which means a larger picture. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/pdf417parameters/pdf417macroaddressee/_index.md b/english/php/aspose.barcode.generation/pdf417parameters/pdf417macroaddressee/_index.md deleted file mode 100644 index fc1f97f6c..000000000 --- a/english/php/aspose.barcode.generation/pdf417parameters/pdf417macroaddressee/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Pdf417Parameters.Pdf417MacroAddressee" -linktitle: "Pdf417MacroAddressee" -articleTitle: "Pdf417MacroAddressee" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets macro Pdf417 barcode addressee name." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdf417parameters/pdf417macroaddressee/ ---- - -## Pdf417Parameters.Pdf417MacroAddressee - -**Access:** Read/Write - - -### Get - -Gets macro Pdf417 barcode addressee name. - - -### Set - -Sets macro Pdf417 barcode addressee name. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.generation/pdf417parameters/pdf417macrochecksum/_index.md b/english/php/aspose.barcode.generation/pdf417parameters/pdf417macrochecksum/_index.md deleted file mode 100644 index ddfd33f58..000000000 --- a/english/php/aspose.barcode.generation/pdf417parameters/pdf417macrochecksum/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Pdf417Parameters.Pdf417MacroChecksum" -linktitle: "Pdf417MacroChecksum" -articleTitle: "Pdf417MacroChecksum" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets macro Pdf417 barcode checksum." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdf417parameters/pdf417macrochecksum/ ---- - -## Pdf417Parameters.Pdf417MacroChecksum - -**Access:** Read/Write - - -**Returns:** int checksum field contains the value of the 16-bit (2 bytes) CRC checksum using the CCITT-16 polynomial. - - -### Get - -Gets macro Pdf417 barcode checksum. - - -### Set - -Sets macro Pdf417 barcode checksum. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/pdf417parameters/pdf417macroeciencoding/_index.md b/english/php/aspose.barcode.generation/pdf417parameters/pdf417macroeciencoding/_index.md deleted file mode 100644 index e2f56a9de..000000000 --- a/english/php/aspose.barcode.generation/pdf417parameters/pdf417macroeciencoding/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Pdf417Parameters.Pdf417MacroECIEncoding" -linktitle: "Pdf417MacroECIEncoding" -articleTitle: "Pdf417MacroECIEncoding" -second_title: "Aspose.BarCode for PHP via Java" -description: "Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdf417parameters/pdf417macroeciencoding/ ---- - -## Pdf417Parameters.Pdf417MacroECIEncoding - -**Access:** Read/Write - - -### Get - -Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields. - - -### Set - -Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/pdf417parameters/pdf417macrofileid/_index.md b/english/php/aspose.barcode.generation/pdf417parameters/pdf417macrofileid/_index.md deleted file mode 100644 index 3bd27e55f..000000000 --- a/english/php/aspose.barcode.generation/pdf417parameters/pdf417macrofileid/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Pdf417Parameters.Pdf417MacroFileID" -linktitle: "Pdf417MacroFileID" -articleTitle: "Pdf417MacroFileID" -second_title: "Aspose.BarCode for PHP via Java" -description: "Getsmacro Pdf417 barcode's file ID. Used for MacroPdf417." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdf417parameters/pdf417macrofileid/ ---- - -## Pdf417Parameters.Pdf417MacroFileID - -**Access:** Read/Write - - -### Get - -Getsmacro Pdf417 barcode's file ID. Used for MacroPdf417. - - -### Set - -Sets macro Pdf417 barcode's file ID. Used for MacroPdf417. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/pdf417parameters/pdf417macrofilename/_index.md b/english/php/aspose.barcode.generation/pdf417parameters/pdf417macrofilename/_index.md deleted file mode 100644 index d4056b60b..000000000 --- a/english/php/aspose.barcode.generation/pdf417parameters/pdf417macrofilename/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Pdf417Parameters.Pdf417MacroFileName" -linktitle: "Pdf417MacroFileName" -articleTitle: "Pdf417MacroFileName" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets macro Pdf417 barcode file name." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdf417parameters/pdf417macrofilename/ ---- - -## Pdf417Parameters.Pdf417MacroFileName - -**Access:** Read/Write - - -### Get - -Gets macro Pdf417 barcode file name. - - -### Set - -Sets macro Pdf417 barcode file name. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.generation/pdf417parameters/pdf417macrofilesize/_index.md b/english/php/aspose.barcode.generation/pdf417parameters/pdf417macrofilesize/_index.md deleted file mode 100644 index 8b2cfb8f3..000000000 --- a/english/php/aspose.barcode.generation/pdf417parameters/pdf417macrofilesize/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Pdf417Parameters.Pdf417MacroFileSize" -linktitle: "Pdf417MacroFileSize" -articleTitle: "Pdf417MacroFileSize" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets macro Pdf417 file size." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdf417parameters/pdf417macrofilesize/ ---- - -## Pdf417Parameters.Pdf417MacroFileSize - -**Access:** Read/Write - - -**Returns:** int file size field contains the size in bytes of the entire source file. - - -### Get - -Gets macro Pdf417 file size. - - -### Set - -Sets macro Pdf417 file size. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/pdf417parameters/pdf417macrosegmentid/_index.md b/english/php/aspose.barcode.generation/pdf417parameters/pdf417macrosegmentid/_index.md deleted file mode 100644 index f747a8348..000000000 --- a/english/php/aspose.barcode.generation/pdf417parameters/pdf417macrosegmentid/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Pdf417Parameters.Pdf417MacroSegmentID" -linktitle: "Pdf417MacroSegmentID" -articleTitle: "Pdf417MacroSegmentID" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets macro Pdf417 barcode's segment ID, which starts from 0, to MacroSegmentsCount - 1." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdf417parameters/pdf417macrosegmentid/ ---- - -## Pdf417Parameters.Pdf417MacroSegmentID - -**Access:** Read/Write - - -### Get - -Gets macro Pdf417 barcode's segment ID, which starts from 0, to MacroSegmentsCount - 1. - - -### Set - -Sets macro Pdf417 barcode's segment ID, which starts from 0, to MacroSegmentsCount - 1. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/pdf417parameters/pdf417macrosegmentscount/_index.md b/english/php/aspose.barcode.generation/pdf417parameters/pdf417macrosegmentscount/_index.md deleted file mode 100644 index 00f8266eb..000000000 --- a/english/php/aspose.barcode.generation/pdf417parameters/pdf417macrosegmentscount/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Pdf417Parameters.Pdf417MacroSegmentsCount" -linktitle: "Pdf417MacroSegmentsCount" -articleTitle: "Pdf417MacroSegmentsCount" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets macro Pdf417 barcode segments count." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdf417parameters/pdf417macrosegmentscount/ ---- - -## Pdf417Parameters.Pdf417MacroSegmentsCount - -**Access:** Read/Write - - -### Get - -Gets macro Pdf417 barcode segments count. - - -### Set - -Sets macro Pdf417 barcode segments count. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/pdf417parameters/pdf417macrosender/_index.md b/english/php/aspose.barcode.generation/pdf417parameters/pdf417macrosender/_index.md deleted file mode 100644 index 8d6139d17..000000000 --- a/english/php/aspose.barcode.generation/pdf417parameters/pdf417macrosender/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Pdf417Parameters.Pdf417MacroSender" -linktitle: "Pdf417MacroSender" -articleTitle: "Pdf417MacroSender" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets macro Pdf417 barcode sender name." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdf417parameters/pdf417macrosender/ ---- - -## Pdf417Parameters.Pdf417MacroSender - -**Access:** Read/Write - - -### Get - -Gets macro Pdf417 barcode sender name. - - -### Set - -Sets macro Pdf417 barcode sender name. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.generation/pdf417parameters/pdf417macroterminator/_index.md b/english/php/aspose.barcode.generation/pdf417parameters/pdf417macroterminator/_index.md deleted file mode 100644 index 3aa566a0d..000000000 --- a/english/php/aspose.barcode.generation/pdf417parameters/pdf417macroterminator/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Pdf417Parameters.Pdf417MacroTerminator" -linktitle: "Pdf417MacroTerminator" -articleTitle: "Pdf417MacroTerminator" -second_title: "Aspose.BarCode for PHP via Java" -description: "Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdf417parameters/pdf417macroterminator/ ---- - -## Pdf417Parameters.Pdf417MacroTerminator - -**Access:** Read/Write - - -### Get - -Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417. - - -### Set - -Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/pdf417parameters/pdf417macrotimestamp/_index.md b/english/php/aspose.barcode.generation/pdf417parameters/pdf417macrotimestamp/_index.md deleted file mode 100644 index 2fa06cec4..000000000 --- a/english/php/aspose.barcode.generation/pdf417parameters/pdf417macrotimestamp/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Pdf417Parameters.Pdf417MacroTimeStamp" -linktitle: "Pdf417MacroTimeStamp" -articleTitle: "Pdf417MacroTimeStamp" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets macro Pdf417 barcode time stamp." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdf417parameters/pdf417macrotimestamp/ ---- - -## Pdf417Parameters.Pdf417MacroTimeStamp - -**Access:** Read/Write - - -### Get - -Gets macro Pdf417 barcode time stamp. - - -### Set - -Sets macro Pdf417 barcode time stamp. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `DateTime` | | diff --git a/english/php/aspose.barcode.generation/pdf417parameters/pdf417parameters/_index.md b/english/php/aspose.barcode.generation/pdf417parameters/pdf417parameters/_index.md deleted file mode 100644 index 31170d39d..000000000 --- a/english/php/aspose.barcode.generation/pdf417parameters/pdf417parameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Pdf417Parameters" -linktitle: "Pdf417Parameters" -articleTitle: "Pdf417Parameters" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdf417parameters/pdf417parameters/ ---- - -## Pdf417Parameters Constructor - -```php -__construct(Pdf417ParametersDTO $pdf417ParametersDto) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$pdf417ParametersDto` | `Pdf417ParametersDTO` | | diff --git a/english/php/aspose.barcode.generation/pdf417parameters/pdf417truncate/_index.md b/english/php/aspose.barcode.generation/pdf417parameters/pdf417truncate/_index.md deleted file mode 100644 index 230d5ebe4..000000000 --- a/english/php/aspose.barcode.generation/pdf417parameters/pdf417truncate/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Pdf417Parameters.Pdf417Truncate" -linktitle: "Pdf417Truncate" -articleTitle: "Pdf417Truncate" -second_title: "Aspose.BarCode for PHP via Java" -description: "Whether Pdf417 symbology type of BarCode is truncated (to reduce space)." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdf417parameters/pdf417truncate/ ---- - -## Pdf417Parameters.Pdf417Truncate - -**Access:** Read/Write - - -### Get - -Whether Pdf417 symbology type of BarCode is truncated (to reduce space). - - -### Set - -Whether Pdf417 symbology type of BarCode is truncated (to reduce space). - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `bool` | | diff --git a/english/php/aspose.barcode.generation/pdf417parameters/rows/_index.md b/english/php/aspose.barcode.generation/pdf417parameters/rows/_index.md deleted file mode 100644 index c00083306..000000000 --- a/english/php/aspose.barcode.generation/pdf417parameters/rows/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Pdf417Parameters.Rows" -linktitle: "Rows" -articleTitle: "Rows" -second_title: "Aspose.BarCode for PHP via Java" -description: "Rows count." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdf417parameters/rows/ ---- - -## Pdf417Parameters.Rows - -**Access:** Read/Write - - -### Get - -Rows count. - - -### Set - -Rows count. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/pdf417parameters/setcode128emulation/_index.md b/english/php/aspose.barcode.generation/pdf417parameters/setcode128emulation/_index.md deleted file mode 100644 index 1a75983c5..000000000 --- a/english/php/aspose.barcode.generation/pdf417parameters/setcode128emulation/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "Pdf417Parameters.setCode128Emulation" -linktitle: "setCode128Emulation" -articleTitle: "setCode128Emulation" -second_title: "Aspose.BarCode for PHP via Java" -description: "Can be used only with MicroPdf417 and encodes Code 128 emulation modes Can encode FNC1 in second position modes 908 and 909, also can encode 910 and 911 which just indicate that recognized MicroPdf417" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdf417parameters/setcode128emulation/ ---- - -## Pdf417Parameters.setCode128Emulation - -```php -setCode128Emulation(bool $value) -``` - - -Can be used only with MicroPdf417 and encodes Code 128 emulation modes Can encode FNC1 in second position modes 908 and 909, also can encode 910 and 911 which just indicate that recognized MicroPdf417 can be interpret as Code 128 - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `bool` | | diff --git a/english/php/aspose.barcode.generation/pdf417parameters/setlinked/_index.md b/english/php/aspose.barcode.generation/pdf417parameters/setlinked/_index.md deleted file mode 100644 index a523ba8e7..000000000 --- a/english/php/aspose.barcode.generation/pdf417parameters/setlinked/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "Pdf417Parameters.setLinked" -linktitle: "setLinked" -articleTitle: "setLinked" -second_title: "Aspose.BarCode for PHP via Java" -description: "Defines linked modes with GS1MicroPdf417, MicroPdf417 and Pdf417 barcodes With GS1MicroPdf417 symbology encodes 906, 907, 912, 913, 914, 915 \"Linked\" UCC/EAN-128 modes With MicroPdf417 and Pdf417 symb" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdf417parameters/setlinked/ ---- - -## Pdf417Parameters.setLinked - -```php -setLinked(bool $value) -``` - - -Defines linked modes with GS1MicroPdf417, MicroPdf417 and Pdf417 barcodes With GS1MicroPdf417 symbology encodes 906, 907, 912, 913, 914, 915 "Linked" UCC/EAN-128 modes With MicroPdf417 and Pdf417 symbologies encodes 918 linkage flag to associated linear component other than an EAN.UCC - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `bool` | | diff --git a/english/php/aspose.barcode.generation/pdf417parameters/setreaderinitialization/_index.md b/english/php/aspose.barcode.generation/pdf417parameters/setreaderinitialization/_index.md deleted file mode 100644 index b689d73ae..000000000 --- a/english/php/aspose.barcode.generation/pdf417parameters/setreaderinitialization/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "Pdf417Parameters.setReaderInitialization" -linktitle: "setReaderInitialization" -articleTitle: "setReaderInitialization" -second_title: "Aspose.BarCode for PHP via Java" -description: "Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdf417parameters/setreaderinitialization/ ---- - -## Pdf417Parameters.setReaderInitialization - -```php -setReaderInitialization(bool $value) -``` - - -Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `bool` | | diff --git a/english/php/aspose.barcode.generation/pdf417parameters/truncate/_index.md b/english/php/aspose.barcode.generation/pdf417parameters/truncate/_index.md deleted file mode 100644 index c568ec697..000000000 --- a/english/php/aspose.barcode.generation/pdf417parameters/truncate/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Pdf417Parameters.Truncate" -linktitle: "Truncate" -articleTitle: "Truncate" -second_title: "Aspose.BarCode for PHP via Java" -description: "Whether Pdf417 symbology type of BarCode is truncated (to reduce space). Also known as CompactPDF417. Rigth row indicator and right stop pattern are removed in this mode." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdf417parameters/truncate/ ---- - -## Pdf417Parameters.Truncate - -**Access:** Read/Write - - -### Get - -Whether Pdf417 symbology type of BarCode is truncated (to reduce space). Also known as CompactPDF417. Rigth row indicator and right stop pattern are removed in this mode. - - -### Set - -Whether Pdf417 symbology type of BarCode is truncated (to reduce space). Also known as CompactPDF417. Rigth row indicator and right stop pattern are removed in this mode. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `bool` | | diff --git a/english/php/aspose.barcode.generation/pdfparameters/_index.md b/english/php/aspose.barcode.generation/pdfparameters/_index.md index cf7a709da..451142ab6 100644 --- a/english/php/aspose.barcode.generation/pdfparameters/_index.md +++ b/english/php/aspose.barcode.generation/pdfparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "PdfParameters Class" +title: "PdfParameters" linktitle: "PdfParameters" -articleTitle: "PdfParameters" second_title: "Aspose.BarCode for PHP via Java" description: "PDF parameters wrapper. Expects an underlying javaClass instance that provides the corresponding getter/setter methods returning/accepting CMYK strings like \"30_100_0_30\" or null." type: docs @@ -21,21 +20,100 @@ PDF parameters wrapper. Expects an underlying javaClass instance that provides t | Name | Description | | --- | --- | -| [__construct](./pdfparameters/) | | +| [__construct](#constructor) | | ## Methods | Name | Static | Description | | --- | --- | --- | -| [isTextAsPath](./istextaspath/) | No | Are paths used instead of text (use if Unicode characters are not displayed) Default value: false. | -| [setTextAsPath](./settextaspath/) | No | Are paths used instead of text (use if Unicode characters are not displayed) Default value: false. | +| [isTextAsPath](#istextaspath) | No | Are paths used instead of text (use if Unicode characters are not displayed) Default value: false. | +| [setTextAsPath](#settextaspath) | No | Are paths used instead of text (use if Unicode characters are not displayed) Default value: false. | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [CMYKBackColor](./cmykbackcolor/) | Read/Write | Nullable. CMYK back color value. Null means CMYK color is not used, instead normal RGB color is used. | -| [CMYKBarColor](./cmykbarcolor/) | Read/Write | Nullable. CMYK color value of bar code. Null means CMYK color is not used, instead normal RGB color is used. | -| [CMYKCaptionAboveColor](./cmykcaptionabovecolor/) | Read/Write | Nullable. CMYK color value of caption above. Null means CMYK color is not used, instead normal RGB color is used. | -| [CMYKCaptionBelowColor](./cmykcaptionbelowcolor/) | Read/Write | Nullable. CMYK color value of caption below. Null means CMYK color is not used, instead normal RGB color is used. | -| [CMYKCodetextColor](./cmykcodetextcolor/) | Read/Write | Nullable. CMYK color value of Codetext. Null means CMYK color is not used, instead normal RGB color is used. | +| [CMYKBackColor](#cmykbackcolor) | Read/Write | Nullable. CMYK back color value. Null means CMYK color is not used, instead normal RGB color is used. | +| [CMYKBarColor](#cmykbarcolor) | Read/Write | Nullable. CMYK color value of bar code. Null means CMYK color is not used, instead normal RGB color is used. | +| [CMYKCaptionAboveColor](#cmykcaptionabovecolor) | Read/Write | Nullable. CMYK color value of caption above. Null means CMYK color is not used, instead normal RGB color is used. | +| [CMYKCaptionBelowColor](#cmykcaptionbelowcolor) | Read/Write | Nullable. CMYK color value of caption below. Null means CMYK color is not used, instead normal RGB color is used. | +| [CMYKCodetextColor](#cmykcodetextcolor) | Read/Write | Nullable. CMYK color value of Codetext. Null means CMYK color is not used, instead normal RGB color is used. | + +### PdfParameters__construct(PdfParametersDTO $pdfParametersDto) {#constructor} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$pdfParametersDto` | `PdfParametersDTO` | | + +### isTextAsPathisTextAsPath() {#istextaspath} + +Are paths used instead of text (use if Unicode characters are not displayed) Default value: false. + +### setTextAsPathsetTextAsPath(bool $value) {#settextaspath} + +Are paths used instead of text (use if Unicode characters are not displayed) Default value: false. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `bool` | | + +### CMYKBackColor {#cmykbackcolor} + +**Access:** Read/Write + +Nullable. CMYK back color value. Null means CMYK color is not used, instead normal RGB color is used. + +Nullable. CMYK back color value. Null means CMYK color is not used, instead normal RGB color is used. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `CMYKColor` | | + +### CMYKBarColor {#cmykbarcolor} + +**Access:** Read/Write + +Nullable. CMYK color value of bar code. Null means CMYK color is not used, instead normal RGB color is used. + +Nullable. CMYK color value of bar code. Null means CMYK color is not used, instead normal RGB color is used. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `CMYKColor` | | + +### CMYKCaptionAboveColor {#cmykcaptionabovecolor} + +**Access:** Read/Write + +Nullable. CMYK color value of caption above. Null means CMYK color is not used, instead normal RGB color is used. + +Nullable. CMYK color value of caption above. Null means CMYK color is not used, instead normal RGB color is used. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `CMYKColor` | | + +### CMYKCaptionBelowColor {#cmykcaptionbelowcolor} + +**Access:** Read/Write + +Nullable. CMYK color value of caption below. Null means CMYK color is not used, instead normal RGB color is used. + +Nullable. CMYK color value of caption below. Null means CMYK color is not used, instead normal RGB color is used. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `CMYKColor` | | + +### CMYKCodetextColor {#cmykcodetextcolor} + +**Access:** Read/Write + +Nullable. CMYK color value of Codetext. Null means CMYK color is not used, instead normal RGB color is used. + +Nullable. CMYK color value of Codetext. Null means CMYK color is not used, instead normal RGB color is used. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `CMYKColor` | | + diff --git a/english/php/aspose.barcode.generation/pdfparameters/cmykbackcolor/_index.md b/english/php/aspose.barcode.generation/pdfparameters/cmykbackcolor/_index.md deleted file mode 100644 index a8a1e7542..000000000 --- a/english/php/aspose.barcode.generation/pdfparameters/cmykbackcolor/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "PdfParameters.CMYKBackColor" -linktitle: "CMYKBackColor" -articleTitle: "CMYKBackColor" -second_title: "Aspose.BarCode for PHP via Java" -description: "Nullable. CMYK back color value. Null means CMYK color is not used, instead normal RGB color is used." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdfparameters/cmykbackcolor/ ---- - -## PdfParameters.CMYKBackColor - -**Access:** Read/Write - - -### Get - -Nullable. CMYK back color value. Null means CMYK color is not used, instead normal RGB color is used. - - -### Set - -Nullable. CMYK back color value. Null means CMYK color is not used, instead normal RGB color is used. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `CMYKColor` | | diff --git a/english/php/aspose.barcode.generation/pdfparameters/cmykbarcolor/_index.md b/english/php/aspose.barcode.generation/pdfparameters/cmykbarcolor/_index.md deleted file mode 100644 index 901dc9690..000000000 --- a/english/php/aspose.barcode.generation/pdfparameters/cmykbarcolor/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "PdfParameters.CMYKBarColor" -linktitle: "CMYKBarColor" -articleTitle: "CMYKBarColor" -second_title: "Aspose.BarCode for PHP via Java" -description: "Nullable. CMYK color value of bar code. Null means CMYK color is not used, instead normal RGB color is used." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdfparameters/cmykbarcolor/ ---- - -## PdfParameters.CMYKBarColor - -**Access:** Read/Write - - -### Get - -Nullable. CMYK color value of bar code. Null means CMYK color is not used, instead normal RGB color is used. - - -### Set - -Nullable. CMYK color value of bar code. Null means CMYK color is not used, instead normal RGB color is used. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `CMYKColor` | | diff --git a/english/php/aspose.barcode.generation/pdfparameters/cmykcaptionabovecolor/_index.md b/english/php/aspose.barcode.generation/pdfparameters/cmykcaptionabovecolor/_index.md deleted file mode 100644 index 3327dbd68..000000000 --- a/english/php/aspose.barcode.generation/pdfparameters/cmykcaptionabovecolor/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "PdfParameters.CMYKCaptionAboveColor" -linktitle: "CMYKCaptionAboveColor" -articleTitle: "CMYKCaptionAboveColor" -second_title: "Aspose.BarCode for PHP via Java" -description: "Nullable. CMYK color value of caption above. Null means CMYK color is not used, instead normal RGB color is used." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdfparameters/cmykcaptionabovecolor/ ---- - -## PdfParameters.CMYKCaptionAboveColor - -**Access:** Read/Write - - -### Get - -Nullable. CMYK color value of caption above. Null means CMYK color is not used, instead normal RGB color is used. - - -### Set - -Nullable. CMYK color value of caption above. Null means CMYK color is not used, instead normal RGB color is used. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `CMYKColor` | | diff --git a/english/php/aspose.barcode.generation/pdfparameters/cmykcaptionbelowcolor/_index.md b/english/php/aspose.barcode.generation/pdfparameters/cmykcaptionbelowcolor/_index.md deleted file mode 100644 index bf1c1bd76..000000000 --- a/english/php/aspose.barcode.generation/pdfparameters/cmykcaptionbelowcolor/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "PdfParameters.CMYKCaptionBelowColor" -linktitle: "CMYKCaptionBelowColor" -articleTitle: "CMYKCaptionBelowColor" -second_title: "Aspose.BarCode for PHP via Java" -description: "Nullable. CMYK color value of caption below. Null means CMYK color is not used, instead normal RGB color is used." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdfparameters/cmykcaptionbelowcolor/ ---- - -## PdfParameters.CMYKCaptionBelowColor - -**Access:** Read/Write - - -### Get - -Nullable. CMYK color value of caption below. Null means CMYK color is not used, instead normal RGB color is used. - - -### Set - -Nullable. CMYK color value of caption below. Null means CMYK color is not used, instead normal RGB color is used. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `CMYKColor` | | diff --git a/english/php/aspose.barcode.generation/pdfparameters/cmykcodetextcolor/_index.md b/english/php/aspose.barcode.generation/pdfparameters/cmykcodetextcolor/_index.md deleted file mode 100644 index 8f844ca27..000000000 --- a/english/php/aspose.barcode.generation/pdfparameters/cmykcodetextcolor/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "PdfParameters.CMYKCodetextColor" -linktitle: "CMYKCodetextColor" -articleTitle: "CMYKCodetextColor" -second_title: "Aspose.BarCode for PHP via Java" -description: "Nullable. CMYK color value of Codetext. Null means CMYK color is not used, instead normal RGB color is used." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdfparameters/cmykcodetextcolor/ ---- - -## PdfParameters.CMYKCodetextColor - -**Access:** Read/Write - - -### Get - -Nullable. CMYK color value of Codetext. Null means CMYK color is not used, instead normal RGB color is used. - - -### Set - -Nullable. CMYK color value of Codetext. Null means CMYK color is not used, instead normal RGB color is used. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `CMYKColor` | | diff --git a/english/php/aspose.barcode.generation/pdfparameters/istextaspath/_index.md b/english/php/aspose.barcode.generation/pdfparameters/istextaspath/_index.md deleted file mode 100644 index 9ae687a56..000000000 --- a/english/php/aspose.barcode.generation/pdfparameters/istextaspath/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "PdfParameters.isTextAsPath" -linktitle: "isTextAsPath" -articleTitle: "isTextAsPath" -second_title: "Aspose.BarCode for PHP via Java" -description: "Are paths used instead of text (use if Unicode characters are not displayed) Default value: false." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdfparameters/istextaspath/ ---- - -## PdfParameters.isTextAsPath - -```php -isTextAsPath() -``` - - -Are paths used instead of text (use if Unicode characters are not displayed) Default value: false. - diff --git a/english/php/aspose.barcode.generation/pdfparameters/pdfparameters/_index.md b/english/php/aspose.barcode.generation/pdfparameters/pdfparameters/_index.md deleted file mode 100644 index 8c5f146fb..000000000 --- a/english/php/aspose.barcode.generation/pdfparameters/pdfparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "PdfParameters" -linktitle: "PdfParameters" -articleTitle: "PdfParameters" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdfparameters/pdfparameters/ ---- - -## PdfParameters Constructor - -```php -__construct(PdfParametersDTO $pdfParametersDto) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$pdfParametersDto` | `PdfParametersDTO` | | diff --git a/english/php/aspose.barcode.generation/pdfparameters/settextaspath/_index.md b/english/php/aspose.barcode.generation/pdfparameters/settextaspath/_index.md deleted file mode 100644 index a14466dee..000000000 --- a/english/php/aspose.barcode.generation/pdfparameters/settextaspath/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "PdfParameters.setTextAsPath" -linktitle: "setTextAsPath" -articleTitle: "setTextAsPath" -second_title: "Aspose.BarCode for PHP via Java" -description: "Are paths used instead of text (use if Unicode characters are not displayed) Default value: false." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/pdfparameters/settextaspath/ ---- - -## PdfParameters.setTextAsPath - -```php -setTextAsPath(bool $value) -``` - - -Are paths used instead of text (use if Unicode characters are not displayed) Default value: false. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `bool` | | diff --git a/english/php/aspose.barcode.generation/postalparameters/_index.md b/english/php/aspose.barcode.generation/postalparameters/_index.md index 34f06f16c..d71be37e6 100644 --- a/english/php/aspose.barcode.generation/postalparameters/_index.md +++ b/english/php/aspose.barcode.generation/postalparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "PostalParameters Class" +title: "PostalParameters" linktitle: "PostalParameters" -articleTitle: "PostalParameters" second_title: "Aspose.BarCode for PHP via Java" description: "Postal parameters. Used for Postnet, Planet." type: docs @@ -21,11 +20,42 @@ Postal parameters. Used for Postnet, Planet. | Name | Description | | --- | --- | -| [__construct](./postalparameters/) | | +| [__construct](#constructor) | | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [PostalShortBarHeight](./postalshortbarheight/) | Read/Write | Short bar's height of Postal barcodes. | -| [ShortBarHeight](./shortbarheight/) | Read/Write | Short bar's height of Postal barcodes. | +| [PostalShortBarHeight](#postalshortbarheight) | Read/Write | Short bar's height of Postal barcodes. | +| [ShortBarHeight](#shortbarheight) | Read/Write | Short bar's height of Postal barcodes. | + +### PostalParameters__construct(PostalParametersDTO $postalParametersDto) {#constructor} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$postalParametersDto` | `PostalParametersDTO` | | + +### PostalShortBarHeight {#postalshortbarheight} + +**Access:** Read/Write + +Short bar's height of Postal barcodes. + +Short bar's height of Postal barcodes. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `Unit` | | + +### ShortBarHeight {#shortbarheight} + +**Access:** Read/Write + +Short bar's height of Postal barcodes. + +Short bar's height of Postal barcodes. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `Unit` | | + diff --git a/english/php/aspose.barcode.generation/postalparameters/postalparameters/_index.md b/english/php/aspose.barcode.generation/postalparameters/postalparameters/_index.md deleted file mode 100644 index 90f205b98..000000000 --- a/english/php/aspose.barcode.generation/postalparameters/postalparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "PostalParameters" -linktitle: "PostalParameters" -articleTitle: "PostalParameters" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/postalparameters/postalparameters/ ---- - -## PostalParameters Constructor - -```php -__construct(PostalParametersDTO $postalParametersDto) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$postalParametersDto` | `PostalParametersDTO` | | diff --git a/english/php/aspose.barcode.generation/postalparameters/postalshortbarheight/_index.md b/english/php/aspose.barcode.generation/postalparameters/postalshortbarheight/_index.md deleted file mode 100644 index 294c2261d..000000000 --- a/english/php/aspose.barcode.generation/postalparameters/postalshortbarheight/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "PostalParameters.PostalShortBarHeight" -linktitle: "PostalShortBarHeight" -articleTitle: "PostalShortBarHeight" -second_title: "Aspose.BarCode for PHP via Java" -description: "Short bar's height of Postal barcodes." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/postalparameters/postalshortbarheight/ ---- - -## PostalParameters.PostalShortBarHeight - -**Access:** Read/Write - - -### Get - -Short bar's height of Postal barcodes. - - -### Set - -Short bar's height of Postal barcodes. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `Unit` | | diff --git a/english/php/aspose.barcode.generation/postalparameters/shortbarheight/_index.md b/english/php/aspose.barcode.generation/postalparameters/shortbarheight/_index.md deleted file mode 100644 index a5c76d956..000000000 --- a/english/php/aspose.barcode.generation/postalparameters/shortbarheight/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "PostalParameters.ShortBarHeight" -linktitle: "ShortBarHeight" -articleTitle: "ShortBarHeight" -second_title: "Aspose.BarCode for PHP via Java" -description: "Short bar's height of Postal barcodes." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/postalparameters/shortbarheight/ ---- - -## PostalParameters.ShortBarHeight - -**Access:** Read/Write - - -### Get - -Short bar's height of Postal barcodes. - - -### Set - -Short bar's height of Postal barcodes. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `Unit` | | diff --git a/english/php/aspose.barcode.generation/qrencodemode/_index.md b/english/php/aspose.barcode.generation/qrencodemode/_index.md index edd6dfc25..abe0c26b1 100644 --- a/english/php/aspose.barcode.generation/qrencodemode/_index.md +++ b/english/php/aspose.barcode.generation/qrencodemode/_index.md @@ -1,7 +1,6 @@ --- -title: "QREncodeMode Enum" +title: "QREncodeMode" linktitle: "QREncodeMode" -articleTitle: "QREncodeMode" second_title: "Aspose.BarCode for PHP via Java" description: "Encoding mode for QR barcodes. This sample shows how to use FNC1 second position in Extended Mode. This sample shows how to use multi ECI mode in Extended Mode." type: docs @@ -21,12 +20,66 @@ Encoding mode for QR barcodes. This sample shows how to use FNC1 second position | Name | Value | Description | | --- | --- | --- | -| [AUTO](./auto/) | `0` | In Auto mode, the CodeText is encoded with maximum data compactness. Unicode characters are encoded in kanji mode if possible, or they are re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. | -| [BINARY](./binary/) | `7` | In Binary mode, the CodeText is encoded with maximum data compactness. If a Unicode character is found, an exception is thrown. | -| [BYTES](./bytes/) | `1` | Encode codetext as plain bytes. If it detects any Unicode character, the character will be encoded as two bytes, lower byte first. | -| [ECI](./eci/) | `8` | In ECI mode, the entire message is re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. Please note that some old (pre 2006) scanners may not support this mode. This mode is not supported by MicroQR barcodes. | -| [ECI_ENCODING](./eci_encoding/) | `4` | Encode codetext with value set in the ECIEncoding property. It can be problems with some old (pre 2006) barcode scanners. This mode is not supported by MicroQR barcodes. | -| [EXTENDED](./extended/) | `6` | Extended Channel mode which supports FNC1 first position, FNC1 second position and multi ECI modes. It is better to use QrExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. Encoding Principles: All symbols "\" must be doubled "\\" in the codetext. FNC1 in first position is set in codetext as as "<FNC1>" FNC1 in second position is set in codetext as as "<FNC1(value)>". The value must be single symbols (a-z, A-Z) or digits from 0 to 99. Group Separator for FNC1 modes is set as 0x1D character '\u001D' If you need to insert "<FNC1>" string into barcode write it as "<\FNC1>" ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier To disable current ECI mode and convert to default JIS8 mode zero mode ECI indetifier is set. "\000000" All unicode characters after ECI identifier are automatically encoded into correct character codeset. This mode is not supported by MicroQR barcodes. | -| [EXTENDED_CODETEXT](./extended_codetext/) | `5` | Extended Channel mode which supports FNC1 first position, FNC1 second position and multi ECI modes. It is better to use QrExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. Encoding Principles: All symbols "\" must be doubled "\\" in the codetext. FNC1 in first position is set in codetext as as "<FNC1>" FNC1 in second position is set in codetext as as "<FNC1(value)>". The value must be single symbols (a-z, A-Z) or digits from 0 to 99. Group Separator for FNC1 modes is set as 0x1D character '\u001D' If you need to insert "<FNC1>" string into barcode write it as "<\FNC1>" ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier To disable current ECI mode and convert to default JIS8 mode zero mode ECI indetifier is set. "\000000" All unicode characters after ECI identifier are automatically encoded into correct character codeset. This mode is not supported by MicroQR barcodes. | -| [UTF_16_BEBOM](./utf_16_bebom/) | `3` | Encode codetext with UTF8 encoding with first ByteOfMark character. It can be problems with some barcode scanners. | -| [UTF_8_BOM](./utf_8_bom/) | `2` | Encode codetext with UTF8 encoding with first ByteOfMark character. | +| [AUTO](#auto) | `0` | In Auto mode, the CodeText is encoded with maximum data compactness. Unicode characters are encoded in kanji mode if possible, or they are re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. | +| [BINARY](#binary) | `7` | In Binary mode, the CodeText is encoded with maximum data compactness. If a Unicode character is found, an exception is thrown. | +| [BYTES](#bytes) | `1` | Encode codetext as plain bytes. If it detects any Unicode character, the character will be encoded as two bytes, lower byte first. | +| [ECI](#eci) | `8` | In ECI mode, the entire message is re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. Please note that some old (pre 2006) scanners may not support this mode. This mode is not supported by MicroQR barcodes. | +| [ECI_ENCODING](#eci_encoding) | `4` | Encode codetext with value set in the ECIEncoding property. It can be problems with some old (pre 2006) barcode scanners. This mode is not supported by MicroQR barcodes. | +| [EXTENDED](#extended) | `6` | Extended Channel mode which supports FNC1 first position, FNC1 second position and multi ECI modes. It is better to use QrExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. Encoding Principles: All symbols "\" must be doubled "\\" in the codetext. FNC1 in first position is set in codetext as as "<FNC1>" FNC1 in second position is set in codetext as as "<FNC1(value)>". The value must be single symbols (a-z, A-Z) or digits from 0 to 99. Group Separator for FNC1 modes is set as 0x1D character '\u001D' If you need to insert "<FNC1>" string into barcode write it as "<\FNC1>" ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier To disable current ECI mode and convert to default JIS8 mode zero mode ECI indetifier is set. "\000000" All unicode characters after ECI identifier are automatically encoded into correct character codeset. This mode is not supported by MicroQR barcodes. | +| [EXTENDED_CODETEXT](#extended_codetext) | `5` | Extended Channel mode which supports FNC1 first position, FNC1 second position and multi ECI modes. It is better to use QrExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. Encoding Principles: All symbols "\" must be doubled "\\" in the codetext. FNC1 in first position is set in codetext as as "<FNC1>" FNC1 in second position is set in codetext as as "<FNC1(value)>". The value must be single symbols (a-z, A-Z) or digits from 0 to 99. Group Separator for FNC1 modes is set as 0x1D character '\u001D' If you need to insert "<FNC1>" string into barcode write it as "<\FNC1>" ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier To disable current ECI mode and convert to default JIS8 mode zero mode ECI indetifier is set. "\000000" All unicode characters after ECI identifier are automatically encoded into correct character codeset. This mode is not supported by MicroQR barcodes. | +| [UTF_16_BEBOM](#utf_16_bebom) | `3` | Encode codetext with UTF8 encoding with first ByteOfMark character. It can be problems with some barcode scanners. | +| [UTF_8_BOM](#utf_8_bom) | `2` | Encode codetext with UTF8 encoding with first ByteOfMark character. | +### AUTO {#auto} + +**Value:** `0` + +In Auto mode, the CodeText is encoded with maximum data compactness. Unicode characters are encoded in kanji mode if possible, or they are re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. + +### BINARY {#binary} + +**Value:** `7` + +In Binary mode, the CodeText is encoded with maximum data compactness. If a Unicode character is found, an exception is thrown. + +### BYTES {#bytes} + +**Value:** `1` + +Encode codetext as plain bytes. If it detects any Unicode character, the character will be encoded as two bytes, lower byte first. + +### ECI {#eci} + +**Value:** `8` + +In ECI mode, the entire message is re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. Please note that some old (pre 2006) scanners may not support this mode. This mode is not supported by MicroQR barcodes. + +### ECI_ENCODING {#eci_encoding} + +**Value:** `4` + +Encode codetext with value set in the ECIEncoding property. It can be problems with some old (pre 2006) barcode scanners. This mode is not supported by MicroQR barcodes. + +### EXTENDED {#extended} + +**Value:** `6` + +Extended Channel mode which supports FNC1 first position, FNC1 second position and multi ECI modes. It is better to use QrExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. Encoding Principles: All symbols "\" must be doubled "\\" in the codetext. FNC1 in first position is set in codetext as as "<FNC1>" FNC1 in second position is set in codetext as as "<FNC1(value)>". The value must be single symbols (a-z, A-Z) or digits from 0 to 99. Group Separator for FNC1 modes is set as 0x1D character '\u001D' If you need to insert "<FNC1>" string into barcode write it as "<\FNC1>" ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier To disable current ECI mode and convert to default JIS8 mode zero mode ECI indetifier is set. "\000000" All unicode characters after ECI identifier are automatically encoded into correct character codeset. This mode is not supported by MicroQR barcodes. + +### EXTENDED_CODETEXT {#extended_codetext} + +**Value:** `5` + +Extended Channel mode which supports FNC1 first position, FNC1 second position and multi ECI modes. It is better to use QrExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. Encoding Principles: All symbols "\" must be doubled "\\" in the codetext. FNC1 in first position is set in codetext as as "<FNC1>" FNC1 in second position is set in codetext as as "<FNC1(value)>". The value must be single symbols (a-z, A-Z) or digits from 0 to 99. Group Separator for FNC1 modes is set as 0x1D character '\u001D' If you need to insert "<FNC1>" string into barcode write it as "<\FNC1>" ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier To disable current ECI mode and convert to default JIS8 mode zero mode ECI indetifier is set. "\000000" All unicode characters after ECI identifier are automatically encoded into correct character codeset. This mode is not supported by MicroQR barcodes. + +### UTF_16_BEBOM {#utf_16_bebom} + +**Value:** `3` + +Encode codetext with UTF8 encoding with first ByteOfMark character. It can be problems with some barcode scanners. + +### UTF_8_BOM {#utf_8_bom} + +**Value:** `2` + +Encode codetext with UTF8 encoding with first ByteOfMark character. + diff --git a/english/php/aspose.barcode.generation/qrencodemode/auto/_index.md b/english/php/aspose.barcode.generation/qrencodemode/auto/_index.md deleted file mode 100644 index c1199146b..000000000 --- a/english/php/aspose.barcode.generation/qrencodemode/auto/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QREncodeMode::AUTO" -linktitle: "AUTO" -articleTitle: "AUTO" -second_title: "Aspose.BarCode for PHP via Java" -description: "In Auto mode, the CodeText is encoded with maximum data compactness. Unicode characters are encoded in kanji mode if possible, or they are re-encoded in the ECIEncoding specified encoding with the ins" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrencodemode/auto/ ---- - -## QREncodeMode::AUTO Enum Value - -**Value:** `0` - - -In Auto mode, the CodeText is encoded with maximum data compactness. Unicode characters are encoded in kanji mode if possible, or they are re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. - diff --git a/english/php/aspose.barcode.generation/qrencodemode/binary/_index.md b/english/php/aspose.barcode.generation/qrencodemode/binary/_index.md deleted file mode 100644 index c0c745b61..000000000 --- a/english/php/aspose.barcode.generation/qrencodemode/binary/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QREncodeMode::BINARY" -linktitle: "BINARY" -articleTitle: "BINARY" -second_title: "Aspose.BarCode for PHP via Java" -description: "In Binary mode, the CodeText is encoded with maximum data compactness. If a Unicode character is found, an exception is thrown." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrencodemode/binary/ ---- - -## QREncodeMode::BINARY Enum Value - -**Value:** `7` - - -In Binary mode, the CodeText is encoded with maximum data compactness. If a Unicode character is found, an exception is thrown. - diff --git a/english/php/aspose.barcode.generation/qrencodemode/bytes/_index.md b/english/php/aspose.barcode.generation/qrencodemode/bytes/_index.md deleted file mode 100644 index 1eba600e1..000000000 --- a/english/php/aspose.barcode.generation/qrencodemode/bytes/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QREncodeMode::BYTES" -linktitle: "BYTES" -articleTitle: "BYTES" -second_title: "Aspose.BarCode for PHP via Java" -description: "Encode codetext as plain bytes. If it detects any Unicode character, the character will be encoded as two bytes, lower byte first." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrencodemode/bytes/ ---- - -## QREncodeMode::BYTES Enum Value - -**Value:** `1` - - -Encode codetext as plain bytes. If it detects any Unicode character, the character will be encoded as two bytes, lower byte first. - diff --git a/english/php/aspose.barcode.generation/qrencodemode/eci/_index.md b/english/php/aspose.barcode.generation/qrencodemode/eci/_index.md deleted file mode 100644 index 68b11c3a7..000000000 --- a/english/php/aspose.barcode.generation/qrencodemode/eci/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QREncodeMode::ECI" -linktitle: "ECI" -articleTitle: "ECI" -second_title: "Aspose.BarCode for PHP via Java" -description: "In ECI mode, the entire message is re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding," -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrencodemode/eci/ ---- - -## QREncodeMode::ECI Enum Value - -**Value:** `8` - - -In ECI mode, the entire message is re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. Please note that some old (pre 2006) scanners may not support this mode. This mode is not supported by MicroQR barcodes. - diff --git a/english/php/aspose.barcode.generation/qrencodemode/eci_encoding/_index.md b/english/php/aspose.barcode.generation/qrencodemode/eci_encoding/_index.md deleted file mode 100644 index 7a46c43d4..000000000 --- a/english/php/aspose.barcode.generation/qrencodemode/eci_encoding/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QREncodeMode::ECI_ENCODING" -linktitle: "ECI_ENCODING" -articleTitle: "ECI_ENCODING" -second_title: "Aspose.BarCode for PHP via Java" -description: "Encode codetext with value set in the ECIEncoding property. It can be problems with some old (pre 2006) barcode scanners. This mode is not supported by MicroQR barcodes." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrencodemode/eci_encoding/ ---- - -## QREncodeMode::ECI_ENCODING Enum Value - -**Value:** `4` - - -Encode codetext with value set in the ECIEncoding property. It can be problems with some old (pre 2006) barcode scanners. This mode is not supported by MicroQR barcodes. - diff --git a/english/php/aspose.barcode.generation/qrencodemode/extended/_index.md b/english/php/aspose.barcode.generation/qrencodemode/extended/_index.md deleted file mode 100644 index b03b7beb2..000000000 --- a/english/php/aspose.barcode.generation/qrencodemode/extended/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QREncodeMode::EXTENDED" -linktitle: "EXTENDED" -articleTitle: "EXTENDED" -second_title: "Aspose.BarCode for PHP via Java" -description: "Extended Channel mode which supports FNC1 first position, FNC1 second position and multi ECI modes. It is better to use QrExtCodetextBuilder for extended codetext generation. Use Display2DText propert" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrencodemode/extended/ ---- - -## QREncodeMode::EXTENDED Enum Value - -**Value:** `6` - - -Extended Channel mode which supports FNC1 first position, FNC1 second position and multi ECI modes. It is better to use QrExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. Encoding Principles: All symbols "\" must be doubled "\\" in the codetext. FNC1 in first position is set in codetext as as "<FNC1>" FNC1 in second position is set in codetext as as "<FNC1(value)>". The value must be single symbols (a-z, A-Z) or digits from 0 to 99. Group Separator for FNC1 modes is set as 0x1D character '\u001D' If you need to insert "<FNC1>" string into barcode write it as "<\FNC1>" ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier To disable current ECI mode and convert to default JIS8 mode zero mode ECI indetifier is set. "\000000" All unicode characters after ECI identifier are automatically encoded into correct character codeset. This mode is not supported by MicroQR barcodes. - diff --git a/english/php/aspose.barcode.generation/qrencodemode/extended_codetext/_index.md b/english/php/aspose.barcode.generation/qrencodemode/extended_codetext/_index.md deleted file mode 100644 index e208ceb6d..000000000 --- a/english/php/aspose.barcode.generation/qrencodemode/extended_codetext/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QREncodeMode::EXTENDED_CODETEXT" -linktitle: "EXTENDED_CODETEXT" -articleTitle: "EXTENDED_CODETEXT" -second_title: "Aspose.BarCode for PHP via Java" -description: "Extended Channel mode which supports FNC1 first position, FNC1 second position and multi ECI modes. It is better to use QrExtCodetextBuilder for extended codetext generation. Use Display2DText propert" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrencodemode/extended_codetext/ ---- - -## QREncodeMode::EXTENDED_CODETEXT Enum Value - -**Value:** `5` - - -Extended Channel mode which supports FNC1 first position, FNC1 second position and multi ECI modes. It is better to use QrExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. Encoding Principles: All symbols "\" must be doubled "\\" in the codetext. FNC1 in first position is set in codetext as as "<FNC1>" FNC1 in second position is set in codetext as as "<FNC1(value)>". The value must be single symbols (a-z, A-Z) or digits from 0 to 99. Group Separator for FNC1 modes is set as 0x1D character '\u001D' If you need to insert "<FNC1>" string into barcode write it as "<\FNC1>" ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier To disable current ECI mode and convert to default JIS8 mode zero mode ECI indetifier is set. "\000000" All unicode characters after ECI identifier are automatically encoded into correct character codeset. This mode is not supported by MicroQR barcodes. - diff --git a/english/php/aspose.barcode.generation/qrencodemode/utf_16_bebom/_index.md b/english/php/aspose.barcode.generation/qrencodemode/utf_16_bebom/_index.md deleted file mode 100644 index 9c62069b0..000000000 --- a/english/php/aspose.barcode.generation/qrencodemode/utf_16_bebom/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QREncodeMode::UTF_16_BEBOM" -linktitle: "UTF_16_BEBOM" -articleTitle: "UTF_16_BEBOM" -second_title: "Aspose.BarCode for PHP via Java" -description: "Encode codetext with UTF8 encoding with first ByteOfMark character. It can be problems with some barcode scanners." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrencodemode/utf_16_bebom/ ---- - -## QREncodeMode::UTF_16_BEBOM Enum Value - -**Value:** `3` - - -Encode codetext with UTF8 encoding with first ByteOfMark character. It can be problems with some barcode scanners. - diff --git a/english/php/aspose.barcode.generation/qrencodemode/utf_8_bom/_index.md b/english/php/aspose.barcode.generation/qrencodemode/utf_8_bom/_index.md deleted file mode 100644 index 48174534f..000000000 --- a/english/php/aspose.barcode.generation/qrencodemode/utf_8_bom/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QREncodeMode::UTF_8_BOM" -linktitle: "UTF_8_BOM" -articleTitle: "UTF_8_BOM" -second_title: "Aspose.BarCode for PHP via Java" -description: "Encode codetext with UTF8 encoding with first ByteOfMark character." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrencodemode/utf_8_bom/ ---- - -## QREncodeMode::UTF_8_BOM Enum Value - -**Value:** `2` - - -Encode codetext with UTF8 encoding with first ByteOfMark character. - diff --git a/english/php/aspose.barcode.generation/qrencodetype/_index.md b/english/php/aspose.barcode.generation/qrencodetype/_index.md index 4846087a5..ff8f1baa2 100644 --- a/english/php/aspose.barcode.generation/qrencodetype/_index.md +++ b/english/php/aspose.barcode.generation/qrencodetype/_index.md @@ -1,7 +1,6 @@ --- -title: "QREncodeType Enum" +title: "QREncodeType" linktitle: "QREncodeType" -articleTitle: "QREncodeType" second_title: "Aspose.BarCode for PHP via Java" description: "QR / MicroQR selector mode. Select FORCE_QR for standard QR symbols, AUTO for MicroQR. FORCE_MICRO_QR is used for strongly MicroQR symbol generation if it is possible." type: docs @@ -21,6 +20,24 @@ QR / MicroQR selector mode. Select FORCE_QR for standard QR symbols, AUTO for Mi | Name | Value | Description | | --- | --- | --- | -| [AUTO](./auto/) | `"0"` | Mode starts barcode version negotiation from MicroQR V1 | -| [FORCE_MICRO_QR](./force_micro_qr/) | `"2"` | Mode starts barcode version negotiation from from MicroQR V1 to V4. If data cannot be encoded into MicroQR, exception is thrown. | -| [FORCE_QR](./force_qr/) | `"1"` | Mode starts barcode version negotiation from QR V1 | +| [AUTO](#auto) | `"0"` | Mode starts barcode version negotiation from MicroQR V1 | +| [FORCE_MICRO_QR](#force_micro_qr) | `"2"` | Mode starts barcode version negotiation from from MicroQR V1 to V4. If data cannot be encoded into MicroQR, exception is thrown. | +| [FORCE_QR](#force_qr) | `"1"` | Mode starts barcode version negotiation from QR V1 | +### AUTO {#auto} + +**Value:** `"0"` + +Mode starts barcode version negotiation from MicroQR V1 + +### FORCE_MICRO_QR {#force_micro_qr} + +**Value:** `"2"` + +Mode starts barcode version negotiation from from MicroQR V1 to V4. If data cannot be encoded into MicroQR, exception is thrown. + +### FORCE_QR {#force_qr} + +**Value:** `"1"` + +Mode starts barcode version negotiation from QR V1 + diff --git a/english/php/aspose.barcode.generation/qrencodetype/auto/_index.md b/english/php/aspose.barcode.generation/qrencodetype/auto/_index.md deleted file mode 100644 index 35e024436..000000000 --- a/english/php/aspose.barcode.generation/qrencodetype/auto/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QREncodeType::AUTO" -linktitle: "AUTO" -articleTitle: "AUTO" -second_title: "Aspose.BarCode for PHP via Java" -description: "Mode starts barcode version negotiation from MicroQR V1" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrencodetype/auto/ ---- - -## QREncodeType::AUTO Enum Value - -**Value:** `"0"` - - -Mode starts barcode version negotiation from MicroQR V1 - diff --git a/english/php/aspose.barcode.generation/qrencodetype/force_micro_qr/_index.md b/english/php/aspose.barcode.generation/qrencodetype/force_micro_qr/_index.md deleted file mode 100644 index 96d3d9e75..000000000 --- a/english/php/aspose.barcode.generation/qrencodetype/force_micro_qr/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QREncodeType::FORCE_MICRO_QR" -linktitle: "FORCE_MICRO_QR" -articleTitle: "FORCE_MICRO_QR" -second_title: "Aspose.BarCode for PHP via Java" -description: "Mode starts barcode version negotiation from from MicroQR V1 to V4. If data cannot be encoded into MicroQR, exception is thrown." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrencodetype/force_micro_qr/ ---- - -## QREncodeType::FORCE_MICRO_QR Enum Value - -**Value:** `"2"` - - -Mode starts barcode version negotiation from from MicroQR V1 to V4. If data cannot be encoded into MicroQR, exception is thrown. - diff --git a/english/php/aspose.barcode.generation/qrencodetype/force_qr/_index.md b/english/php/aspose.barcode.generation/qrencodetype/force_qr/_index.md deleted file mode 100644 index be3b23d0a..000000000 --- a/english/php/aspose.barcode.generation/qrencodetype/force_qr/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QREncodeType::FORCE_QR" -linktitle: "FORCE_QR" -articleTitle: "FORCE_QR" -second_title: "Aspose.BarCode for PHP via Java" -description: "Mode starts barcode version negotiation from QR V1" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrencodetype/force_qr/ ---- - -## QREncodeType::FORCE_QR Enum Value - -**Value:** `"1"` - - -Mode starts barcode version negotiation from QR V1 - diff --git a/english/php/aspose.barcode.generation/qrerrorlevel/_index.md b/english/php/aspose.barcode.generation/qrerrorlevel/_index.md index 30dae8231..584411824 100644 --- a/english/php/aspose.barcode.generation/qrerrorlevel/_index.md +++ b/english/php/aspose.barcode.generation/qrerrorlevel/_index.md @@ -1,7 +1,6 @@ --- -title: "QRErrorLevel Enum" +title: "QRErrorLevel" linktitle: "QRErrorLevel" -articleTitle: "QRErrorLevel" second_title: "Aspose.BarCode for PHP via Java" description: "Level of Reed-Solomon error correction. From low to high: LEVEL_L, LEVEL_M, LEVEL_Q, LEVEL_H." type: docs @@ -21,7 +20,31 @@ Level of Reed-Solomon error correction. From low to high: LEVEL_L, LEVEL_M, LEVE | Name | Value | Description | | --- | --- | --- | -| [LEVEL_H](./level_h/) | `"3"` | Allows recovery of 30% of the code text | -| [LEVEL_L](./level_l/) | `"0"` | Allows recovery of 7% of the code text | -| [LEVEL_M](./level_m/) | `"1"` | Allows recovery of 15% of the code text | -| [LEVEL_Q](./level_q/) | `"2"` | Allows recovery of 25% of the code text | +| [LEVEL_H](#level_h) | `"3"` | Allows recovery of 30% of the code text | +| [LEVEL_L](#level_l) | `"0"` | Allows recovery of 7% of the code text | +| [LEVEL_M](#level_m) | `"1"` | Allows recovery of 15% of the code text | +| [LEVEL_Q](#level_q) | `"2"` | Allows recovery of 25% of the code text | +### LEVEL_H {#level_h} + +**Value:** `"3"` + +Allows recovery of 30% of the code text + +### LEVEL_L {#level_l} + +**Value:** `"0"` + +Allows recovery of 7% of the code text + +### LEVEL_M {#level_m} + +**Value:** `"1"` + +Allows recovery of 15% of the code text + +### LEVEL_Q {#level_q} + +**Value:** `"2"` + +Allows recovery of 25% of the code text + diff --git a/english/php/aspose.barcode.generation/qrerrorlevel/level_h/_index.md b/english/php/aspose.barcode.generation/qrerrorlevel/level_h/_index.md deleted file mode 100644 index f961149bc..000000000 --- a/english/php/aspose.barcode.generation/qrerrorlevel/level_h/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QRErrorLevel::LEVEL_H" -linktitle: "LEVEL_H" -articleTitle: "LEVEL_H" -second_title: "Aspose.BarCode for PHP via Java" -description: "Allows recovery of 30% of the code text" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrerrorlevel/level_h/ ---- - -## QRErrorLevel::LEVEL_H Enum Value - -**Value:** `"3"` - - -Allows recovery of 30% of the code text - diff --git a/english/php/aspose.barcode.generation/qrerrorlevel/level_l/_index.md b/english/php/aspose.barcode.generation/qrerrorlevel/level_l/_index.md deleted file mode 100644 index 7c6078d70..000000000 --- a/english/php/aspose.barcode.generation/qrerrorlevel/level_l/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QRErrorLevel::LEVEL_L" -linktitle: "LEVEL_L" -articleTitle: "LEVEL_L" -second_title: "Aspose.BarCode for PHP via Java" -description: "Allows recovery of 7% of the code text" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrerrorlevel/level_l/ ---- - -## QRErrorLevel::LEVEL_L Enum Value - -**Value:** `"0"` - - -Allows recovery of 7% of the code text - diff --git a/english/php/aspose.barcode.generation/qrerrorlevel/level_m/_index.md b/english/php/aspose.barcode.generation/qrerrorlevel/level_m/_index.md deleted file mode 100644 index 6031454f8..000000000 --- a/english/php/aspose.barcode.generation/qrerrorlevel/level_m/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QRErrorLevel::LEVEL_M" -linktitle: "LEVEL_M" -articleTitle: "LEVEL_M" -second_title: "Aspose.BarCode for PHP via Java" -description: "Allows recovery of 15% of the code text" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrerrorlevel/level_m/ ---- - -## QRErrorLevel::LEVEL_M Enum Value - -**Value:** `"1"` - - -Allows recovery of 15% of the code text - diff --git a/english/php/aspose.barcode.generation/qrerrorlevel/level_q/_index.md b/english/php/aspose.barcode.generation/qrerrorlevel/level_q/_index.md deleted file mode 100644 index 427eccba0..000000000 --- a/english/php/aspose.barcode.generation/qrerrorlevel/level_q/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QRErrorLevel::LEVEL_Q" -linktitle: "LEVEL_Q" -articleTitle: "LEVEL_Q" -second_title: "Aspose.BarCode for PHP via Java" -description: "Allows recovery of 25% of the code text" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrerrorlevel/level_q/ ---- - -## QRErrorLevel::LEVEL_Q Enum Value - -**Value:** `"2"` - - -Allows recovery of 25% of the code text - diff --git a/english/php/aspose.barcode.generation/qrextcodetextbuilder/_index.md b/english/php/aspose.barcode.generation/qrextcodetextbuilder/_index.md index 27fddc785..fa699044f 100644 --- a/english/php/aspose.barcode.generation/qrextcodetextbuilder/_index.md +++ b/english/php/aspose.barcode.generation/qrextcodetextbuilder/_index.md @@ -1,7 +1,6 @@ --- -title: "QrExtCodetextBuilder Class" +title: "QrExtCodetextBuilder" linktitle: "QrExtCodetextBuilder" -articleTitle: "QrExtCodetextBuilder" second_title: "Aspose.BarCode for PHP via Java" description: "Extended codetext generator for 2D QR barcodes for ExtendedCodetext Mode of QREncodeMode Use Display2DText property of BarCodeBuilder to set visible text to removing managing characters. Example how t" type: docs @@ -21,19 +20,50 @@ Extended codetext generator for 2D QR barcodes for ExtendedCodetext Mode of QREn | Name | Description | | --- | --- | -| [__construct](./qrextcodetextbuilder/) | Reimplemented from Aspose\Barcode\Generation\ExtCodetextBuilder. | +| [__construct](#constructor) | Reimplemented from Aspose\Barcode\Generation\ExtCodetextBuilder. | ## Methods | Name | Static | Description | | --- | --- | --- | -| [addFNC1FirstPosition](./addfnc1firstposition/) | No | Adds FNC1 in first position to the extended codetext items | -| [addFNC1GroupSeparator](./addfnc1groupseparator/) | No | Adds Group Separator (GS - '\u001D') to the extended codetext items | -| [addFNC1SecondPosition](./addfnc1secondposition/) | No | Adds FNC1 in second position to the extended codetext items | -| [init](./init/) | No | Reimplemented from Aspose\Barcode\Generation\ExtCodetextBuilder. | +| [addFNC1FirstPosition](#addfnc1firstposition) | No | Adds FNC1 in first position to the extended codetext items | +| [addFNC1GroupSeparator](#addfnc1groupseparator) | No | Adds Group Separator (GS - '\u001D') to the extended codetext items | +| [addFNC1SecondPosition](#addfnc1secondposition) | No | Adds FNC1 in second position to the extended codetext items | +| [init](#init) | No | Reimplemented from Aspose\Barcode\Generation\ExtCodetextBuilder. | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [ExtCodetextBuilderType](./extcodetextbuildertype/) | Read-only | Reimplemented from Aspose\Barcode\Generation\ExtCodetextBuilder. | +| [ExtCodetextBuilderType](#extcodetextbuildertype) | Read-only | Reimplemented from Aspose\Barcode\Generation\ExtCodetextBuilder. | + +### QrExtCodetextBuilder__construct() {#constructor} + +Reimplemented from Aspose\Barcode\Generation\ExtCodetextBuilder. + +### addFNC1FirstPositionaddFNC1FirstPosition() {#addfnc1firstposition} + +Adds FNC1 in first position to the extended codetext items + +### addFNC1GroupSeparatoraddFNC1GroupSeparator() {#addfnc1groupseparator} + +Adds Group Separator (GS - '\u001D') to the extended codetext items + +### addFNC1SecondPositionaddFNC1SecondPosition(string $codetext) {#addfnc1secondposition} + +Adds FNC1 in second position to the extended codetext items + +| Parameter | Type | Description | +| --- | --- | --- | +| `$codetext` | `string` | | + +### initinit() {#init} + +Reimplemented from Aspose\Barcode\Generation\ExtCodetextBuilder. + +### ExtCodetextBuilderType {#extcodetextbuildertype} + +**Access:** Read-only + +Reimplemented from Aspose\Barcode\Generation\ExtCodetextBuilder. + diff --git a/english/php/aspose.barcode.generation/qrextcodetextbuilder/addfnc1firstposition/_index.md b/english/php/aspose.barcode.generation/qrextcodetextbuilder/addfnc1firstposition/_index.md deleted file mode 100644 index d22194169..000000000 --- a/english/php/aspose.barcode.generation/qrextcodetextbuilder/addfnc1firstposition/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "QrExtCodetextBuilder.addFNC1FirstPosition" -linktitle: "addFNC1FirstPosition" -articleTitle: "addFNC1FirstPosition" -second_title: "Aspose.BarCode for PHP via Java" -description: "Adds FNC1 in first position to the extended codetext items" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrextcodetextbuilder/addfnc1firstposition/ ---- - -## QrExtCodetextBuilder.addFNC1FirstPosition - -```php -addFNC1FirstPosition() -``` - - -Adds FNC1 in first position to the extended codetext items - diff --git a/english/php/aspose.barcode.generation/qrextcodetextbuilder/addfnc1groupseparator/_index.md b/english/php/aspose.barcode.generation/qrextcodetextbuilder/addfnc1groupseparator/_index.md deleted file mode 100644 index 37a60f055..000000000 --- a/english/php/aspose.barcode.generation/qrextcodetextbuilder/addfnc1groupseparator/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "QrExtCodetextBuilder.addFNC1GroupSeparator" -linktitle: "addFNC1GroupSeparator" -articleTitle: "addFNC1GroupSeparator" -second_title: "Aspose.BarCode for PHP via Java" -description: "Adds Group Separator (GS - '\\u001D') to the extended codetext items" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrextcodetextbuilder/addfnc1groupseparator/ ---- - -## QrExtCodetextBuilder.addFNC1GroupSeparator - -```php -addFNC1GroupSeparator() -``` - - -Adds Group Separator (GS - '\u001D') to the extended codetext items - diff --git a/english/php/aspose.barcode.generation/qrextcodetextbuilder/addfnc1secondposition/_index.md b/english/php/aspose.barcode.generation/qrextcodetextbuilder/addfnc1secondposition/_index.md deleted file mode 100644 index b645f6028..000000000 --- a/english/php/aspose.barcode.generation/qrextcodetextbuilder/addfnc1secondposition/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "QrExtCodetextBuilder.addFNC1SecondPosition" -linktitle: "addFNC1SecondPosition" -articleTitle: "addFNC1SecondPosition" -second_title: "Aspose.BarCode for PHP via Java" -description: "Adds FNC1 in second position to the extended codetext items" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrextcodetextbuilder/addfnc1secondposition/ ---- - -## QrExtCodetextBuilder.addFNC1SecondPosition - -```php -addFNC1SecondPosition(string $codetext) -``` - - -Adds FNC1 in second position to the extended codetext items - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$codetext` | `string` | | diff --git a/english/php/aspose.barcode.generation/qrextcodetextbuilder/extcodetextbuildertype/_index.md b/english/php/aspose.barcode.generation/qrextcodetextbuilder/extcodetextbuildertype/_index.md deleted file mode 100644 index 6c9deb2be..000000000 --- a/english/php/aspose.barcode.generation/qrextcodetextbuilder/extcodetextbuildertype/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "QrExtCodetextBuilder.ExtCodetextBuilderType" -linktitle: "ExtCodetextBuilderType" -articleTitle: "ExtCodetextBuilderType" -second_title: "Aspose.BarCode for PHP via Java" -description: "Reimplemented from Aspose\\Barcode\\Generation\\ExtCodetextBuilder." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrextcodetextbuilder/extcodetextbuildertype/ ---- - -## QrExtCodetextBuilder.ExtCodetextBuilderType - -**Access:** Read-only - - -### Get - -Reimplemented from Aspose\Barcode\Generation\ExtCodetextBuilder. - diff --git a/english/php/aspose.barcode.generation/qrextcodetextbuilder/init/_index.md b/english/php/aspose.barcode.generation/qrextcodetextbuilder/init/_index.md deleted file mode 100644 index 1f1df256a..000000000 --- a/english/php/aspose.barcode.generation/qrextcodetextbuilder/init/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "QrExtCodetextBuilder.init" -linktitle: "init" -articleTitle: "init" -second_title: "Aspose.BarCode for PHP via Java" -description: "Reimplemented from Aspose\\Barcode\\Generation\\ExtCodetextBuilder." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrextcodetextbuilder/init/ ---- - -## QrExtCodetextBuilder.init - -```php -init() -``` - - -Reimplemented from Aspose\Barcode\Generation\ExtCodetextBuilder. - diff --git a/english/php/aspose.barcode.generation/qrextcodetextbuilder/qrextcodetextbuilder/_index.md b/english/php/aspose.barcode.generation/qrextcodetextbuilder/qrextcodetextbuilder/_index.md deleted file mode 100644 index 67fffb385..000000000 --- a/english/php/aspose.barcode.generation/qrextcodetextbuilder/qrextcodetextbuilder/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "QrExtCodetextBuilder" -linktitle: "QrExtCodetextBuilder" -articleTitle: "QrExtCodetextBuilder" -second_title: "Aspose.BarCode for PHP via Java" -description: "Reimplemented from Aspose\\Barcode\\Generation\\ExtCodetextBuilder." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrextcodetextbuilder/qrextcodetextbuilder/ ---- - -## QrExtCodetextBuilder Constructor - -```php -__construct() -``` - - -Reimplemented from Aspose\Barcode\Generation\ExtCodetextBuilder. - diff --git a/english/php/aspose.barcode.generation/qrparameters/_index.md b/english/php/aspose.barcode.generation/qrparameters/_index.md index 1e02f28f8..4de7e82ff 100644 --- a/english/php/aspose.barcode.generation/qrparameters/_index.md +++ b/english/php/aspose.barcode.generation/qrparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "QrParameters Class" +title: "QrParameters" linktitle: "QrParameters" -articleTitle: "QrParameters" second_title: "Aspose.BarCode for PHP via Java" description: "QR parameters." type: docs @@ -21,22 +20,185 @@ QR parameters. | Name | Description | | --- | --- | -| [__construct](./qrparameters/) | | +| [__construct](#constructor) | | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [AspectRatio](./aspectratio/) | Read/Write | Height/Width ratio of 2D BarCode module. | -| [ECIEncoding](./eciencoding/) | Read/Write | Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings. Not supported by MicroQR. | -| [EncodeMode](./encodemode/) | Read/Write | QR symbology type of BarCode's encoding mode. Default value: QREncodeMode.Auto. | -| [ErrorLevel](./errorlevel/) | Read/Write | Level of Reed-Solomon error correction for QR, MicroQR and RectMicroQR barcode. From low to high: LevelL, LevelM, LevelQ, LevelH. See QRErrorLevel. | -| [MicroQRVersion](./microqrversion/) | Read/Write | Version of MicroQR Code. From version M1 to version M4. Default value is MicroQRVersion.Auto. | -| [QrECIEncoding](./qreciencoding/) | Read/Write | Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings. | -| [QrEncodeMode](./qrencodemode/) | Read/Write | QR symbology type of BarCode's encoding mode. Default value: QREncodeMode::AUTO. | -| [QrEncodeType](./qrencodetype/) | Read/Write | QR / MicroQR selector mode. Select ForceQR for standard QR symbols, Auto for MicroQR. | -| [QrErrorLevel](./qrerrorlevel/) | Read/Write | Level of Reed-Solomon error correction for QR barcode. From low to high: LEVEL_L, LEVEL_M, LEVEL_Q, LEVEL_H. | -| [QrVersion](./qrversion/) | Read/Write | Version of QR Code. From Version1 to Version40 for QR code and from M1 to M4 for MicroQr. Default value is QRVersion::AUTO. | -| [RectMicroQrVersion](./rectmicroqrversion/) | Read/Write | Version of RectMicroQR Code. From version R7x59 to version R17x139. Default value is RectMicroQRVersion.Auto. | -| [StructuredAppend](./structuredappend/) | Read/Write | QR structured append parameters. | -| [Version](./version/) | Read/Write | Version of QR Code.From Version1 to Version40. Default value is QRVersion.Auto. | +| [AspectRatio](#aspectratio) | Read/Write | Height/Width ratio of 2D BarCode module. | +| [ECIEncoding](#eciencoding) | Read/Write | Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings. Not supported by MicroQR. | +| [EncodeMode](#encodemode) | Read/Write | QR symbology type of BarCode's encoding mode. Default value: QREncodeMode.Auto. | +| [ErrorLevel](#errorlevel) | Read/Write | Level of Reed-Solomon error correction for QR, MicroQR and RectMicroQR barcode. From low to high: LevelL, LevelM, LevelQ, LevelH. See QRErrorLevel. | +| [MicroQRVersion](#microqrversion) | Read/Write | Version of MicroQR Code. From version M1 to version M4. Default value is MicroQRVersion.Auto. | +| [QrECIEncoding](#qreciencoding) | Read/Write | Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings. | +| [QrEncodeMode](#qrencodemode) | Read/Write | QR symbology type of BarCode's encoding mode. Default value: QREncodeMode::AUTO. | +| [QrEncodeType](#qrencodetype) | Read/Write | QR / MicroQR selector mode. Select ForceQR for standard QR symbols, Auto for MicroQR. | +| [QrErrorLevel](#qrerrorlevel) | Read/Write | Level of Reed-Solomon error correction for QR barcode. From low to high: LEVEL_L, LEVEL_M, LEVEL_Q, LEVEL_H. | +| [QrVersion](#qrversion) | Read/Write | Version of QR Code. From Version1 to Version40 for QR code and from M1 to M4 for MicroQr. Default value is QRVersion::AUTO. | +| [RectMicroQrVersion](#rectmicroqrversion) | Read/Write | Version of RectMicroQR Code. From version R7x59 to version R17x139. Default value is RectMicroQRVersion.Auto. | +| [StructuredAppend](#structuredappend) | Read/Write | QR structured append parameters. | +| [Version](#version) | Read/Write | Version of QR Code.From Version1 to Version40. Default value is QRVersion.Auto. | + +### QrParameters__construct(QrParametersDTO $qrParametersDto) {#constructor} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$qrParametersDto` | `QrParametersDTO` | | + +### AspectRatio {#aspectratio} + +**Access:** Read/Write + +Height/Width ratio of 2D BarCode module. + +Height/Width ratio of 2D BarCode module. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `float` | | + +### ECIEncoding {#eciencoding} + +**Access:** Read/Write + +Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings. Not supported by MicroQR. + +Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings. Not supported by MicroQR. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### EncodeMode {#encodemode} + +**Access:** Read/Write + +QR symbology type of BarCode's encoding mode. Default value: QREncodeMode.Auto. + +QR symbology type of BarCode's encoding mode. Default value: QREncodeMode.Auto. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### ErrorLevel {#errorlevel} + +**Access:** Read/Write + +Level of Reed-Solomon error correction for QR, MicroQR and RectMicroQR barcode. From low to high: LevelL, LevelM, LevelQ, LevelH. See QRErrorLevel. + +Level of Reed-Solomon error correction for QR, MicroQR and RectMicroQR barcode. From low to high: LevelL, LevelM, LevelQ, LevelH. See QRErrorLevel. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### MicroQRVersion {#microqrversion} + +**Access:** Read/Write + +Version of MicroQR Code. From version M1 to version M4. Default value is MicroQRVersion.Auto. + +Version of MicroQR Code. From version M1 to version M4. Default value is MicroQRVersion.Auto. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### QrECIEncoding {#qreciencoding} + +**Access:** Read/Write + +Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings. + +Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### QrEncodeMode {#qrencodemode} + +**Access:** Read/Write + +QR symbology type of BarCode's encoding mode. Default value: QREncodeMode::AUTO. + +QR symbology type of BarCode's encoding mode. Default value: QREncodeMode::AUTO. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### QrEncodeType {#qrencodetype} + +**Access:** Read/Write + +QR / MicroQR selector mode. Select ForceQR for standard QR symbols, Auto for MicroQR. + +QR / MicroQR selector mode. Select ForceQR for standard QR symbols, Auto for MicroQR. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### QrErrorLevel {#qrerrorlevel} + +**Access:** Read/Write + +Level of Reed-Solomon error correction for QR barcode. From low to high: LEVEL_L, LEVEL_M, LEVEL_Q, LEVEL_H. + +Level of Reed-Solomon error correction for QR barcode. From low to high: LEVEL_L, LEVEL_M, LEVEL_Q, LEVEL_H. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### QrVersion {#qrversion} + +**Access:** Read/Write + +Version of QR Code. From Version1 to Version40 for QR code and from M1 to M4 for MicroQr. Default value is QRVersion::AUTO. + +Version of QR Code. From Version1 to Version40 for QR code and from M1 to M4 for MicroQr. Default value is QRVersion::AUTO. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### RectMicroQrVersion {#rectmicroqrversion} + +**Access:** Read/Write + +Version of RectMicroQR Code. From version R7x59 to version R17x139. Default value is RectMicroQRVersion.Auto. + +Version of RectMicroQR Code. From version R7x59 to version R17x139. Default value is RectMicroQRVersion.Auto. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### StructuredAppend {#structuredappend} + +**Access:** Read/Write + +QR structured append parameters. + +QR structured append parameters. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `QrStructuredAppendParameters` | | + +### Version {#version} + +**Access:** Read/Write + +Version of QR Code.From Version1 to Version40. Default value is QRVersion.Auto. + +Version of QR Code.From Version1 to Version40. Default value is QRVersion.Auto. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + diff --git a/english/php/aspose.barcode.generation/qrparameters/aspectratio/_index.md b/english/php/aspose.barcode.generation/qrparameters/aspectratio/_index.md deleted file mode 100644 index 3645250de..000000000 --- a/english/php/aspose.barcode.generation/qrparameters/aspectratio/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "QrParameters.AspectRatio" -linktitle: "AspectRatio" -articleTitle: "AspectRatio" -second_title: "Aspose.BarCode for PHP via Java" -description: "Height/Width ratio of 2D BarCode module." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrparameters/aspectratio/ ---- - -## QrParameters.AspectRatio - -**Access:** Read/Write - - -### Get - -Height/Width ratio of 2D BarCode module. - - -### Set - -Height/Width ratio of 2D BarCode module. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `float` | | diff --git a/english/php/aspose.barcode.generation/qrparameters/eciencoding/_index.md b/english/php/aspose.barcode.generation/qrparameters/eciencoding/_index.md deleted file mode 100644 index 9d837e963..000000000 --- a/english/php/aspose.barcode.generation/qrparameters/eciencoding/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "QrParameters.ECIEncoding" -linktitle: "ECIEncoding" -articleTitle: "ECIEncoding" -second_title: "Aspose.BarCode for PHP via Java" -description: "Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrparameters/eciencoding/ ---- - -## QrParameters.ECIEncoding - -**Access:** Read/Write - - -### Get - -Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings. Not supported by MicroQR. - - -### Set - -Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings. Not supported by MicroQR. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/qrparameters/encodemode/_index.md b/english/php/aspose.barcode.generation/qrparameters/encodemode/_index.md deleted file mode 100644 index b3e26b7e9..000000000 --- a/english/php/aspose.barcode.generation/qrparameters/encodemode/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "QrParameters.EncodeMode" -linktitle: "EncodeMode" -articleTitle: "EncodeMode" -second_title: "Aspose.BarCode for PHP via Java" -description: "QR symbology type of BarCode's encoding mode. Default value: QREncodeMode.Auto." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrparameters/encodemode/ ---- - -## QrParameters.EncodeMode - -**Access:** Read/Write - - -### Get - -QR symbology type of BarCode's encoding mode. Default value: QREncodeMode.Auto. - - -### Set - -QR symbology type of BarCode's encoding mode. Default value: QREncodeMode.Auto. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/qrparameters/errorlevel/_index.md b/english/php/aspose.barcode.generation/qrparameters/errorlevel/_index.md deleted file mode 100644 index efcc386c1..000000000 --- a/english/php/aspose.barcode.generation/qrparameters/errorlevel/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "QrParameters.ErrorLevel" -linktitle: "ErrorLevel" -articleTitle: "ErrorLevel" -second_title: "Aspose.BarCode for PHP via Java" -description: "Level of Reed-Solomon error correction for QR, MicroQR and RectMicroQR barcode. From low to high: LevelL, LevelM, LevelQ, LevelH. See QRErrorLevel." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrparameters/errorlevel/ ---- - -## QrParameters.ErrorLevel - -**Access:** Read/Write - - -### Get - -Level of Reed-Solomon error correction for QR, MicroQR and RectMicroQR barcode. From low to high: LevelL, LevelM, LevelQ, LevelH. See QRErrorLevel. - - -### Set - -Level of Reed-Solomon error correction for QR, MicroQR and RectMicroQR barcode. From low to high: LevelL, LevelM, LevelQ, LevelH. See QRErrorLevel. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/qrparameters/microqrversion/_index.md b/english/php/aspose.barcode.generation/qrparameters/microqrversion/_index.md deleted file mode 100644 index 5593fa8cb..000000000 --- a/english/php/aspose.barcode.generation/qrparameters/microqrversion/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "QrParameters.MicroQRVersion" -linktitle: "MicroQRVersion" -articleTitle: "MicroQRVersion" -second_title: "Aspose.BarCode for PHP via Java" -description: "Version of MicroQR Code. From version M1 to version M4. Default value is MicroQRVersion.Auto." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrparameters/microqrversion/ ---- - -## QrParameters.MicroQRVersion - -**Access:** Read/Write - - -### Get - -Version of MicroQR Code. From version M1 to version M4. Default value is MicroQRVersion.Auto. - - -### Set - -Version of MicroQR Code. From version M1 to version M4. Default value is MicroQRVersion.Auto. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/qrparameters/qreciencoding/_index.md b/english/php/aspose.barcode.generation/qrparameters/qreciencoding/_index.md deleted file mode 100644 index 298cffb81..000000000 --- a/english/php/aspose.barcode.generation/qrparameters/qreciencoding/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "QrParameters.QrECIEncoding" -linktitle: "QrECIEncoding" -articleTitle: "QrECIEncoding" -second_title: "Aspose.BarCode for PHP via Java" -description: "Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrparameters/qreciencoding/ ---- - -## QrParameters.QrECIEncoding - -**Access:** Read/Write - - -### Get - -Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings. - - -### Set - -Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/qrparameters/qrencodemode/_index.md b/english/php/aspose.barcode.generation/qrparameters/qrencodemode/_index.md deleted file mode 100644 index ae7f01c3c..000000000 --- a/english/php/aspose.barcode.generation/qrparameters/qrencodemode/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "QrParameters.QrEncodeMode" -linktitle: "QrEncodeMode" -articleTitle: "QrEncodeMode" -second_title: "Aspose.BarCode for PHP via Java" -description: "QR symbology type of BarCode's encoding mode. Default value: QREncodeMode::AUTO." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrparameters/qrencodemode/ ---- - -## QrParameters.QrEncodeMode - -**Access:** Read/Write - - -### Get - -QR symbology type of BarCode's encoding mode. Default value: QREncodeMode::AUTO. - - -### Set - -QR symbology type of BarCode's encoding mode. Default value: QREncodeMode::AUTO. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/qrparameters/qrencodetype/_index.md b/english/php/aspose.barcode.generation/qrparameters/qrencodetype/_index.md deleted file mode 100644 index aa17c3641..000000000 --- a/english/php/aspose.barcode.generation/qrparameters/qrencodetype/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "QrParameters.QrEncodeType" -linktitle: "QrEncodeType" -articleTitle: "QrEncodeType" -second_title: "Aspose.BarCode for PHP via Java" -description: "QR / MicroQR selector mode. Select ForceQR for standard QR symbols, Auto for MicroQR." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrparameters/qrencodetype/ ---- - -## QrParameters.QrEncodeType - -**Access:** Read/Write - - -### Get - -QR / MicroQR selector mode. Select ForceQR for standard QR symbols, Auto for MicroQR. - - -### Set - -QR / MicroQR selector mode. Select ForceQR for standard QR symbols, Auto for MicroQR. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/qrparameters/qrerrorlevel/_index.md b/english/php/aspose.barcode.generation/qrparameters/qrerrorlevel/_index.md deleted file mode 100644 index c383ab0d2..000000000 --- a/english/php/aspose.barcode.generation/qrparameters/qrerrorlevel/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "QrParameters.QrErrorLevel" -linktitle: "QrErrorLevel" -articleTitle: "QrErrorLevel" -second_title: "Aspose.BarCode for PHP via Java" -description: "Level of Reed-Solomon error correction for QR barcode. From low to high: LEVEL_L, LEVEL_M, LEVEL_Q, LEVEL_H." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrparameters/qrerrorlevel/ ---- - -## QrParameters.QrErrorLevel - -**Access:** Read/Write - - -### Get - -Level of Reed-Solomon error correction for QR barcode. From low to high: LEVEL_L, LEVEL_M, LEVEL_Q, LEVEL_H. - - -### Set - -Level of Reed-Solomon error correction for QR barcode. From low to high: LEVEL_L, LEVEL_M, LEVEL_Q, LEVEL_H. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/qrparameters/qrparameters/_index.md b/english/php/aspose.barcode.generation/qrparameters/qrparameters/_index.md deleted file mode 100644 index cfcb0589d..000000000 --- a/english/php/aspose.barcode.generation/qrparameters/qrparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QrParameters" -linktitle: "QrParameters" -articleTitle: "QrParameters" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrparameters/qrparameters/ ---- - -## QrParameters Constructor - -```php -__construct(QrParametersDTO $qrParametersDto) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$qrParametersDto` | `QrParametersDTO` | | diff --git a/english/php/aspose.barcode.generation/qrparameters/qrversion/_index.md b/english/php/aspose.barcode.generation/qrparameters/qrversion/_index.md deleted file mode 100644 index 94cacd857..000000000 --- a/english/php/aspose.barcode.generation/qrparameters/qrversion/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "QrParameters.QrVersion" -linktitle: "QrVersion" -articleTitle: "QrVersion" -second_title: "Aspose.BarCode for PHP via Java" -description: "Version of QR Code. From Version1 to Version40 for QR code and from M1 to M4 for MicroQr. Default value is QRVersion::AUTO." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrparameters/qrversion/ ---- - -## QrParameters.QrVersion - -**Access:** Read/Write - - -### Get - -Version of QR Code. From Version1 to Version40 for QR code and from M1 to M4 for MicroQr. Default value is QRVersion::AUTO. - - -### Set - -Version of QR Code. From Version1 to Version40 for QR code and from M1 to M4 for MicroQr. Default value is QRVersion::AUTO. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/qrparameters/rectmicroqrversion/_index.md b/english/php/aspose.barcode.generation/qrparameters/rectmicroqrversion/_index.md deleted file mode 100644 index 3663409d3..000000000 --- a/english/php/aspose.barcode.generation/qrparameters/rectmicroqrversion/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "QrParameters.RectMicroQrVersion" -linktitle: "RectMicroQrVersion" -articleTitle: "RectMicroQrVersion" -second_title: "Aspose.BarCode for PHP via Java" -description: "Version of RectMicroQR Code. From version R7x59 to version R17x139. Default value is RectMicroQRVersion.Auto." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrparameters/rectmicroqrversion/ ---- - -## QrParameters.RectMicroQrVersion - -**Access:** Read/Write - - -### Get - -Version of RectMicroQR Code. From version R7x59 to version R17x139. Default value is RectMicroQRVersion.Auto. - - -### Set - -Version of RectMicroQR Code. From version R7x59 to version R17x139. Default value is RectMicroQRVersion.Auto. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/qrparameters/structuredappend/_index.md b/english/php/aspose.barcode.generation/qrparameters/structuredappend/_index.md deleted file mode 100644 index e8564189f..000000000 --- a/english/php/aspose.barcode.generation/qrparameters/structuredappend/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "QrParameters.StructuredAppend" -linktitle: "StructuredAppend" -articleTitle: "StructuredAppend" -second_title: "Aspose.BarCode for PHP via Java" -description: "QR structured append parameters." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrparameters/structuredappend/ ---- - -## QrParameters.StructuredAppend - -**Access:** Read/Write - - -### Get - -QR structured append parameters. - - -### Set - -QR structured append parameters. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `QrStructuredAppendParameters` | | diff --git a/english/php/aspose.barcode.generation/qrparameters/version/_index.md b/english/php/aspose.barcode.generation/qrparameters/version/_index.md deleted file mode 100644 index 6c243eeb7..000000000 --- a/english/php/aspose.barcode.generation/qrparameters/version/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "QrParameters.Version" -linktitle: "Version" -articleTitle: "Version" -second_title: "Aspose.BarCode for PHP via Java" -description: "Version of QR Code.From Version1 to Version40. Default value is QRVersion.Auto." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrparameters/version/ ---- - -## QrParameters.Version - -**Access:** Read/Write - - -### Get - -Version of QR Code.From Version1 to Version40. Default value is QRVersion.Auto. - - -### Set - -Version of QR Code.From Version1 to Version40. Default value is QRVersion.Auto. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/qrstructuredappendparameters/_index.md b/english/php/aspose.barcode.generation/qrstructuredappendparameters/_index.md index 8af5ebe72..5a0585d5f 100644 --- a/english/php/aspose.barcode.generation/qrstructuredappendparameters/_index.md +++ b/english/php/aspose.barcode.generation/qrstructuredappendparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "QrStructuredAppendParameters Class" +title: "QrStructuredAppendParameters" linktitle: "QrStructuredAppendParameters" -articleTitle: "QrStructuredAppendParameters" second_title: "Aspose.BarCode for PHP via Java" description: "QR structured append parameters." type: docs @@ -21,12 +20,55 @@ QR structured append parameters. | Name | Description | | --- | --- | -| [__construct](./qrstructuredappendparameters/) | | +| [__construct](#constructor) | | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [ParityByte](./paritybyte/) | Read/Write | Gets the QR structured append mode parity data. | -| [SequenceIndicator](./sequenceindicator/) | Read/Write | Gets the index of the QR structured append mode barcode. Index starts from 0. | -| [TotalCount](./totalcount/) | Read/Write | Gets the QR structured append mode barcodes quantity. Max value is 16. | +| [ParityByte](#paritybyte) | Read/Write | Gets the QR structured append mode parity data. | +| [SequenceIndicator](#sequenceindicator) | Read/Write | Gets the index of the QR structured append mode barcode. Index starts from 0. | +| [TotalCount](#totalcount) | Read/Write | Gets the QR structured append mode barcodes quantity. Max value is 16. | + +### QrStructuredAppendParameters__construct(QrStructuredAppendParametersDTO $qrStructuredAppendParametersDto) {#constructor} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$qrStructuredAppendParametersDto` | `QrStructuredAppendParametersDTO` | | + +### ParityByte {#paritybyte} + +**Access:** Read/Write + +Gets the QR structured append mode parity data. + +Sets the QR structured append mode parity data. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### SequenceIndicator {#sequenceindicator} + +**Access:** Read/Write + +Gets the index of the QR structured append mode barcode. Index starts from 0. + +Sets the index of the QR structured append mode barcode. Index starts from 0. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### TotalCount {#totalcount} + +**Access:** Read/Write + +Gets the QR structured append mode barcodes quantity. Max value is 16. + +Sets the QR structured append mode barcodes quantity. Max value is 16. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + diff --git a/english/php/aspose.barcode.generation/qrstructuredappendparameters/paritybyte/_index.md b/english/php/aspose.barcode.generation/qrstructuredappendparameters/paritybyte/_index.md deleted file mode 100644 index e827d63bd..000000000 --- a/english/php/aspose.barcode.generation/qrstructuredappendparameters/paritybyte/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "QrStructuredAppendParameters.ParityByte" -linktitle: "ParityByte" -articleTitle: "ParityByte" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets the QR structured append mode parity data." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrstructuredappendparameters/paritybyte/ ---- - -## QrStructuredAppendParameters.ParityByte - -**Access:** Read/Write - - -### Get - -Gets the QR structured append mode parity data. - - -### Set - -Sets the QR structured append mode parity data. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/qrstructuredappendparameters/qrstructuredappendparameters/_index.md b/english/php/aspose.barcode.generation/qrstructuredappendparameters/qrstructuredappendparameters/_index.md deleted file mode 100644 index 31302de9d..000000000 --- a/english/php/aspose.barcode.generation/qrstructuredappendparameters/qrstructuredappendparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QrStructuredAppendParameters" -linktitle: "QrStructuredAppendParameters" -articleTitle: "QrStructuredAppendParameters" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrstructuredappendparameters/qrstructuredappendparameters/ ---- - -## QrStructuredAppendParameters Constructor - -```php -__construct(QrStructuredAppendParametersDTO $qrStructuredAppendParametersDto) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$qrStructuredAppendParametersDto` | `QrStructuredAppendParametersDTO` | | diff --git a/english/php/aspose.barcode.generation/qrstructuredappendparameters/sequenceindicator/_index.md b/english/php/aspose.barcode.generation/qrstructuredappendparameters/sequenceindicator/_index.md deleted file mode 100644 index 4af5d5fd2..000000000 --- a/english/php/aspose.barcode.generation/qrstructuredappendparameters/sequenceindicator/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "QrStructuredAppendParameters.SequenceIndicator" -linktitle: "SequenceIndicator" -articleTitle: "SequenceIndicator" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets the index of the QR structured append mode barcode. Index starts from 0." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrstructuredappendparameters/sequenceindicator/ ---- - -## QrStructuredAppendParameters.SequenceIndicator - -**Access:** Read/Write - - -### Get - -Gets the index of the QR structured append mode barcode. Index starts from 0. - - -### Set - -Sets the index of the QR structured append mode barcode. Index starts from 0. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/qrstructuredappendparameters/totalcount/_index.md b/english/php/aspose.barcode.generation/qrstructuredappendparameters/totalcount/_index.md deleted file mode 100644 index 4cef69259..000000000 --- a/english/php/aspose.barcode.generation/qrstructuredappendparameters/totalcount/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "QrStructuredAppendParameters.TotalCount" -linktitle: "TotalCount" -articleTitle: "TotalCount" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets the QR structured append mode barcodes quantity. Max value is 16." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrstructuredappendparameters/totalcount/ ---- - -## QrStructuredAppendParameters.TotalCount - -**Access:** Read/Write - - -### Get - -Gets the QR structured append mode barcodes quantity. Max value is 16. - - -### Set - -Sets the QR structured append mode barcodes quantity. Max value is 16. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.generation/qrversion/_index.md b/english/php/aspose.barcode.generation/qrversion/_index.md index d99045a7e..07a3de98f 100644 --- a/english/php/aspose.barcode.generation/qrversion/_index.md +++ b/english/php/aspose.barcode.generation/qrversion/_index.md @@ -1,7 +1,6 @@ --- -title: "QRVersion Enum" +title: "QRVersion" linktitle: "QRVersion" -articleTitle: "QRVersion" second_title: "Aspose.BarCode for PHP via Java" description: "Version of QR Code. From Version1 to Version40 for QR code and from M1 to M4 for MicroQr." type: docs @@ -21,48 +20,318 @@ Version of QR Code. From Version1 to Version40 for QR code and from M1 to M4 for | Name | Value | Description | | --- | --- | --- | -| [AUTO](./auto/) | `"0"` | Specifies to automatically pick up the best version for QR. This is default value. | -| [VERSION_01](./version_01/) | `"1"` | Specifies version 1 with 21 x 21 modules. | -| [VERSION_02](./version_02/) | `"2"` | Specifies version 2 with 25 x 25 modules. | -| [VERSION_03](./version_03/) | `"3"` | Specifies version 3 with 29 x 29 modules. | -| [VERSION_04](./version_04/) | `"4"` | Specifies version 4 with 33 x 33 modules. | -| [VERSION_05](./version_05/) | `"5"` | Specifies version 5 with 37 x 37 modules. | -| [VERSION_06](./version_06/) | `"6"` | Specifies version 6 with 41 x 41 modules. | -| [VERSION_07](./version_07/) | `"7"` | Specifies version 7 with 45 x 45 modules. | -| [VERSION_08](./version_08/) | `"8"` | Specifies version 8 with 49 x 49 modules. | -| [VERSION_09](./version_09/) | `"9"` | Specifies version 9 with 53 x 53 modules. | -| [VERSION_10](./version_10/) | `"10"` | Specifies version 10 with 57 x 57 modules. | -| [VERSION_11](./version_11/) | `"11"` | Specifies version 11 with 61 x 61 modules. | -| [VERSION_12](./version_12/) | `"12"` | Specifies version 12 with 65 x 65 modules. | -| [VERSION_13](./version_13/) | `"13"` | Specifies version 13 with 69 x 69 modules. | -| [VERSION_14](./version_14/) | `"14"` | Specifies version 14 with 73 x 73 modules. | -| [VERSION_15](./version_15/) | `"15"` | Specifies version 15 with 77 x 77 modules. | -| [VERSION_16](./version_16/) | `"16"` | Specifies version 16 with 81 x 81 modules. | -| [VERSION_17](./version_17/) | `"17"` | Specifies version 17 with 85 x 85 modules. | -| [VERSION_18](./version_18/) | `"18"` | Specifies version 18 with 89 x 89 modules. | -| [VERSION_19](./version_19/) | `"19"` | Specifies version 19 with 93 x 93 modules. | -| [VERSION_20](./version_20/) | `"20"` | Specifies version 20 with 97 x 97 modules. | -| [VERSION_21](./version_21/) | `"21"` | Specifies version 21 with 101 x 101 modules. | -| [VERSION_22](./version_22/) | `"22"` | Specifies version 22 with 105 x 105 modules. | -| [VERSION_23](./version_23/) | `"23"` | Specifies version 23 with 109 x 109 modules. | -| [VERSION_24](./version_24/) | `"24"` | Specifies version 24 with 113 x 113 modules. | -| [VERSION_25](./version_25/) | `"25"` | Specifies version 25 with 117 x 117 modules. | -| [VERSION_26](./version_26/) | `"26"` | Specifies version 26 with 121 x 121 modules. | -| [VERSION_27](./version_27/) | `"27"` | Specifies version 27 with 125 x 125 modules. | -| [VERSION_28](./version_28/) | `"28"` | Specifies version 28 with 129 x 129 modules. | -| [VERSION_29](./version_29/) | `"29"` | Specifies version 29 with 133 x 133 modules. | -| [VERSION_30](./version_30/) | `"30"` | Specifies version 30 with 137 x 137 modules. | -| [VERSION_31](./version_31/) | `"31"` | Specifies version 31 with 141 x 141 modules. | -| [VERSION_32](./version_32/) | `"32"` | Specifies version 32 with 145 x 145 modules. | -| [VERSION_33](./version_33/) | `"33"` | Specifies version 33 with 149 x 149 modules. | -| [VERSION_34](./version_34/) | `"34"` | Specifies version 34 with 153 x 153 modules. | -| [VERSION_35](./version_35/) | `"35"` | Specifies version 35 with 157 x 157 modules. | -| [VERSION_36](./version_36/) | `"36"` | Specifies version 36 with 161 x 161 modules. | -| [VERSION_37](./version_37/) | `"37"` | Specifies version 37 with 165 x 165 modules. | -| [VERSION_38](./version_38/) | `"38"` | Specifies version 38 with 169 x 169 modules. | -| [VERSION_39](./version_39/) | `"39"` | Specifies version 39 with 173 x 173 modules. | -| [VERSION_40](./version_40/) | `"40"` | Specifies version 40 with 177 x 177 modules. | -| [VERSION_M1](./version_m1/) | `"101"` | Specifies version M1 for Micro QR with 11 x 11 modules. | -| [VERSION_M2](./version_m2/) | `"102"` | Specifies version M2 for Micro QR with 13 x 13 modules. | -| [VERSION_M3](./version_m3/) | `"103"` | Specifies version M3 for Micro QR with 15 x 15 modules. | -| [VERSION_M4](./version_m4/) | `"104"` | Specifies version M4 for Micro QR with 17 x 17 modules. | +| [AUTO](#auto) | `"0"` | Specifies to automatically pick up the best version for QR. This is default value. | +| [VERSION_01](#version_01) | `"1"` | Specifies version 1 with 21 x 21 modules. | +| [VERSION_02](#version_02) | `"2"` | Specifies version 2 with 25 x 25 modules. | +| [VERSION_03](#version_03) | `"3"` | Specifies version 3 with 29 x 29 modules. | +| [VERSION_04](#version_04) | `"4"` | Specifies version 4 with 33 x 33 modules. | +| [VERSION_05](#version_05) | `"5"` | Specifies version 5 with 37 x 37 modules. | +| [VERSION_06](#version_06) | `"6"` | Specifies version 6 with 41 x 41 modules. | +| [VERSION_07](#version_07) | `"7"` | Specifies version 7 with 45 x 45 modules. | +| [VERSION_08](#version_08) | `"8"` | Specifies version 8 with 49 x 49 modules. | +| [VERSION_09](#version_09) | `"9"` | Specifies version 9 with 53 x 53 modules. | +| [VERSION_10](#version_10) | `"10"` | Specifies version 10 with 57 x 57 modules. | +| [VERSION_11](#version_11) | `"11"` | Specifies version 11 with 61 x 61 modules. | +| [VERSION_12](#version_12) | `"12"` | Specifies version 12 with 65 x 65 modules. | +| [VERSION_13](#version_13) | `"13"` | Specifies version 13 with 69 x 69 modules. | +| [VERSION_14](#version_14) | `"14"` | Specifies version 14 with 73 x 73 modules. | +| [VERSION_15](#version_15) | `"15"` | Specifies version 15 with 77 x 77 modules. | +| [VERSION_16](#version_16) | `"16"` | Specifies version 16 with 81 x 81 modules. | +| [VERSION_17](#version_17) | `"17"` | Specifies version 17 with 85 x 85 modules. | +| [VERSION_18](#version_18) | `"18"` | Specifies version 18 with 89 x 89 modules. | +| [VERSION_19](#version_19) | `"19"` | Specifies version 19 with 93 x 93 modules. | +| [VERSION_20](#version_20) | `"20"` | Specifies version 20 with 97 x 97 modules. | +| [VERSION_21](#version_21) | `"21"` | Specifies version 21 with 101 x 101 modules. | +| [VERSION_22](#version_22) | `"22"` | Specifies version 22 with 105 x 105 modules. | +| [VERSION_23](#version_23) | `"23"` | Specifies version 23 with 109 x 109 modules. | +| [VERSION_24](#version_24) | `"24"` | Specifies version 24 with 113 x 113 modules. | +| [VERSION_25](#version_25) | `"25"` | Specifies version 25 with 117 x 117 modules. | +| [VERSION_26](#version_26) | `"26"` | Specifies version 26 with 121 x 121 modules. | +| [VERSION_27](#version_27) | `"27"` | Specifies version 27 with 125 x 125 modules. | +| [VERSION_28](#version_28) | `"28"` | Specifies version 28 with 129 x 129 modules. | +| [VERSION_29](#version_29) | `"29"` | Specifies version 29 with 133 x 133 modules. | +| [VERSION_30](#version_30) | `"30"` | Specifies version 30 with 137 x 137 modules. | +| [VERSION_31](#version_31) | `"31"` | Specifies version 31 with 141 x 141 modules. | +| [VERSION_32](#version_32) | `"32"` | Specifies version 32 with 145 x 145 modules. | +| [VERSION_33](#version_33) | `"33"` | Specifies version 33 with 149 x 149 modules. | +| [VERSION_34](#version_34) | `"34"` | Specifies version 34 with 153 x 153 modules. | +| [VERSION_35](#version_35) | `"35"` | Specifies version 35 with 157 x 157 modules. | +| [VERSION_36](#version_36) | `"36"` | Specifies version 36 with 161 x 161 modules. | +| [VERSION_37](#version_37) | `"37"` | Specifies version 37 with 165 x 165 modules. | +| [VERSION_38](#version_38) | `"38"` | Specifies version 38 with 169 x 169 modules. | +| [VERSION_39](#version_39) | `"39"` | Specifies version 39 with 173 x 173 modules. | +| [VERSION_40](#version_40) | `"40"` | Specifies version 40 with 177 x 177 modules. | +| [VERSION_M1](#version_m1) | `"101"` | Specifies version M1 for Micro QR with 11 x 11 modules. | +| [VERSION_M2](#version_m2) | `"102"` | Specifies version M2 for Micro QR with 13 x 13 modules. | +| [VERSION_M3](#version_m3) | `"103"` | Specifies version M3 for Micro QR with 15 x 15 modules. | +| [VERSION_M4](#version_m4) | `"104"` | Specifies version M4 for Micro QR with 17 x 17 modules. | +### AUTO {#auto} + +**Value:** `"0"` + +Specifies to automatically pick up the best version for QR. This is default value. + +### VERSION_01 {#version_01} + +**Value:** `"1"` + +Specifies version 1 with 21 x 21 modules. + +### VERSION_02 {#version_02} + +**Value:** `"2"` + +Specifies version 2 with 25 x 25 modules. + +### VERSION_03 {#version_03} + +**Value:** `"3"` + +Specifies version 3 with 29 x 29 modules. + +### VERSION_04 {#version_04} + +**Value:** `"4"` + +Specifies version 4 with 33 x 33 modules. + +### VERSION_05 {#version_05} + +**Value:** `"5"` + +Specifies version 5 with 37 x 37 modules. + +### VERSION_06 {#version_06} + +**Value:** `"6"` + +Specifies version 6 with 41 x 41 modules. + +### VERSION_07 {#version_07} + +**Value:** `"7"` + +Specifies version 7 with 45 x 45 modules. + +### VERSION_08 {#version_08} + +**Value:** `"8"` + +Specifies version 8 with 49 x 49 modules. + +### VERSION_09 {#version_09} + +**Value:** `"9"` + +Specifies version 9 with 53 x 53 modules. + +### VERSION_10 {#version_10} + +**Value:** `"10"` + +Specifies version 10 with 57 x 57 modules. + +### VERSION_11 {#version_11} + +**Value:** `"11"` + +Specifies version 11 with 61 x 61 modules. + +### VERSION_12 {#version_12} + +**Value:** `"12"` + +Specifies version 12 with 65 x 65 modules. + +### VERSION_13 {#version_13} + +**Value:** `"13"` + +Specifies version 13 with 69 x 69 modules. + +### VERSION_14 {#version_14} + +**Value:** `"14"` + +Specifies version 14 with 73 x 73 modules. + +### VERSION_15 {#version_15} + +**Value:** `"15"` + +Specifies version 15 with 77 x 77 modules. + +### VERSION_16 {#version_16} + +**Value:** `"16"` + +Specifies version 16 with 81 x 81 modules. + +### VERSION_17 {#version_17} + +**Value:** `"17"` + +Specifies version 17 with 85 x 85 modules. + +### VERSION_18 {#version_18} + +**Value:** `"18"` + +Specifies version 18 with 89 x 89 modules. + +### VERSION_19 {#version_19} + +**Value:** `"19"` + +Specifies version 19 with 93 x 93 modules. + +### VERSION_20 {#version_20} + +**Value:** `"20"` + +Specifies version 20 with 97 x 97 modules. + +### VERSION_21 {#version_21} + +**Value:** `"21"` + +Specifies version 21 with 101 x 101 modules. + +### VERSION_22 {#version_22} + +**Value:** `"22"` + +Specifies version 22 with 105 x 105 modules. + +### VERSION_23 {#version_23} + +**Value:** `"23"` + +Specifies version 23 with 109 x 109 modules. + +### VERSION_24 {#version_24} + +**Value:** `"24"` + +Specifies version 24 with 113 x 113 modules. + +### VERSION_25 {#version_25} + +**Value:** `"25"` + +Specifies version 25 with 117 x 117 modules. + +### VERSION_26 {#version_26} + +**Value:** `"26"` + +Specifies version 26 with 121 x 121 modules. + +### VERSION_27 {#version_27} + +**Value:** `"27"` + +Specifies version 27 with 125 x 125 modules. + +### VERSION_28 {#version_28} + +**Value:** `"28"` + +Specifies version 28 with 129 x 129 modules. + +### VERSION_29 {#version_29} + +**Value:** `"29"` + +Specifies version 29 with 133 x 133 modules. + +### VERSION_30 {#version_30} + +**Value:** `"30"` + +Specifies version 30 with 137 x 137 modules. + +### VERSION_31 {#version_31} + +**Value:** `"31"` + +Specifies version 31 with 141 x 141 modules. + +### VERSION_32 {#version_32} + +**Value:** `"32"` + +Specifies version 32 with 145 x 145 modules. + +### VERSION_33 {#version_33} + +**Value:** `"33"` + +Specifies version 33 with 149 x 149 modules. + +### VERSION_34 {#version_34} + +**Value:** `"34"` + +Specifies version 34 with 153 x 153 modules. + +### VERSION_35 {#version_35} + +**Value:** `"35"` + +Specifies version 35 with 157 x 157 modules. + +### VERSION_36 {#version_36} + +**Value:** `"36"` + +Specifies version 36 with 161 x 161 modules. + +### VERSION_37 {#version_37} + +**Value:** `"37"` + +Specifies version 37 with 165 x 165 modules. + +### VERSION_38 {#version_38} + +**Value:** `"38"` + +Specifies version 38 with 169 x 169 modules. + +### VERSION_39 {#version_39} + +**Value:** `"39"` + +Specifies version 39 with 173 x 173 modules. + +### VERSION_40 {#version_40} + +**Value:** `"40"` + +Specifies version 40 with 177 x 177 modules. + +### VERSION_M1 {#version_m1} + +**Value:** `"101"` + +Specifies version M1 for Micro QR with 11 x 11 modules. + +### VERSION_M2 {#version_m2} + +**Value:** `"102"` + +Specifies version M2 for Micro QR with 13 x 13 modules. + +### VERSION_M3 {#version_m3} + +**Value:** `"103"` + +Specifies version M3 for Micro QR with 15 x 15 modules. + +### VERSION_M4 {#version_m4} + +**Value:** `"104"` + +Specifies version M4 for Micro QR with 17 x 17 modules. + diff --git a/english/php/aspose.barcode.generation/qrversion/auto/_index.md b/english/php/aspose.barcode.generation/qrversion/auto/_index.md deleted file mode 100644 index 105ee7520..000000000 --- a/english/php/aspose.barcode.generation/qrversion/auto/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QRVersion::AUTO" -linktitle: "AUTO" -articleTitle: "AUTO" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies to automatically pick up the best version for QR. This is default value." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrversion/auto/ ---- - -## QRVersion::AUTO Enum Value - -**Value:** `"0"` - - -Specifies to automatically pick up the best version for QR. This is default value. - diff --git a/english/php/aspose.barcode.generation/qrversion/version_01/_index.md b/english/php/aspose.barcode.generation/qrversion/version_01/_index.md deleted file mode 100644 index 0024c89cf..000000000 --- a/english/php/aspose.barcode.generation/qrversion/version_01/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QRVersion::VERSION_01" -linktitle: "VERSION_01" -articleTitle: "VERSION_01" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 1 with 21 x 21 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrversion/version_01/ ---- - -## QRVersion::VERSION_01 Enum Value - -**Value:** `"1"` - - -Specifies version 1 with 21 x 21 modules. - diff --git a/english/php/aspose.barcode.generation/qrversion/version_02/_index.md b/english/php/aspose.barcode.generation/qrversion/version_02/_index.md deleted file mode 100644 index 5d6cb5a91..000000000 --- a/english/php/aspose.barcode.generation/qrversion/version_02/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QRVersion::VERSION_02" -linktitle: "VERSION_02" -articleTitle: "VERSION_02" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 2 with 25 x 25 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrversion/version_02/ ---- - -## QRVersion::VERSION_02 Enum Value - -**Value:** `"2"` - - -Specifies version 2 with 25 x 25 modules. - diff --git a/english/php/aspose.barcode.generation/qrversion/version_03/_index.md b/english/php/aspose.barcode.generation/qrversion/version_03/_index.md deleted file mode 100644 index 204a7ee1a..000000000 --- a/english/php/aspose.barcode.generation/qrversion/version_03/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QRVersion::VERSION_03" -linktitle: "VERSION_03" -articleTitle: "VERSION_03" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 3 with 29 x 29 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrversion/version_03/ ---- - -## QRVersion::VERSION_03 Enum Value - -**Value:** `"3"` - - -Specifies version 3 with 29 x 29 modules. - diff --git a/english/php/aspose.barcode.generation/qrversion/version_04/_index.md b/english/php/aspose.barcode.generation/qrversion/version_04/_index.md deleted file mode 100644 index d84ccfa39..000000000 --- a/english/php/aspose.barcode.generation/qrversion/version_04/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QRVersion::VERSION_04" -linktitle: "VERSION_04" -articleTitle: "VERSION_04" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 4 with 33 x 33 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrversion/version_04/ ---- - -## QRVersion::VERSION_04 Enum Value - -**Value:** `"4"` - - -Specifies version 4 with 33 x 33 modules. - diff --git a/english/php/aspose.barcode.generation/qrversion/version_05/_index.md b/english/php/aspose.barcode.generation/qrversion/version_05/_index.md deleted file mode 100644 index 9a1abf991..000000000 --- a/english/php/aspose.barcode.generation/qrversion/version_05/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QRVersion::VERSION_05" -linktitle: "VERSION_05" -articleTitle: "VERSION_05" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 5 with 37 x 37 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrversion/version_05/ ---- - -## QRVersion::VERSION_05 Enum Value - -**Value:** `"5"` - - -Specifies version 5 with 37 x 37 modules. - diff --git a/english/php/aspose.barcode.generation/qrversion/version_06/_index.md b/english/php/aspose.barcode.generation/qrversion/version_06/_index.md deleted file mode 100644 index 44f669443..000000000 --- a/english/php/aspose.barcode.generation/qrversion/version_06/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QRVersion::VERSION_06" -linktitle: "VERSION_06" -articleTitle: "VERSION_06" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 6 with 41 x 41 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrversion/version_06/ ---- - -## QRVersion::VERSION_06 Enum Value - -**Value:** `"6"` - - -Specifies version 6 with 41 x 41 modules. - diff --git a/english/php/aspose.barcode.generation/qrversion/version_07/_index.md b/english/php/aspose.barcode.generation/qrversion/version_07/_index.md deleted file mode 100644 index 52390609a..000000000 --- a/english/php/aspose.barcode.generation/qrversion/version_07/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QRVersion::VERSION_07" -linktitle: "VERSION_07" -articleTitle: "VERSION_07" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 7 with 45 x 45 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrversion/version_07/ ---- - -## QRVersion::VERSION_07 Enum Value - -**Value:** `"7"` - - -Specifies version 7 with 45 x 45 modules. - diff --git a/english/php/aspose.barcode.generation/qrversion/version_08/_index.md b/english/php/aspose.barcode.generation/qrversion/version_08/_index.md deleted file mode 100644 index 9560c8498..000000000 --- a/english/php/aspose.barcode.generation/qrversion/version_08/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QRVersion::VERSION_08" -linktitle: "VERSION_08" -articleTitle: "VERSION_08" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 8 with 49 x 49 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrversion/version_08/ ---- - -## QRVersion::VERSION_08 Enum Value - -**Value:** `"8"` - - -Specifies version 8 with 49 x 49 modules. - diff --git a/english/php/aspose.barcode.generation/qrversion/version_09/_index.md b/english/php/aspose.barcode.generation/qrversion/version_09/_index.md deleted file mode 100644 index b171c4c91..000000000 --- a/english/php/aspose.barcode.generation/qrversion/version_09/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QRVersion::VERSION_09" -linktitle: "VERSION_09" -articleTitle: "VERSION_09" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 9 with 53 x 53 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrversion/version_09/ ---- - -## QRVersion::VERSION_09 Enum Value - -**Value:** `"9"` - - -Specifies version 9 with 53 x 53 modules. - diff --git a/english/php/aspose.barcode.generation/qrversion/version_10/_index.md b/english/php/aspose.barcode.generation/qrversion/version_10/_index.md deleted file mode 100644 index c35fec705..000000000 --- a/english/php/aspose.barcode.generation/qrversion/version_10/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QRVersion::VERSION_10" -linktitle: "VERSION_10" -articleTitle: "VERSION_10" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 10 with 57 x 57 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrversion/version_10/ ---- - -## QRVersion::VERSION_10 Enum Value - -**Value:** `"10"` - - -Specifies version 10 with 57 x 57 modules. - diff --git a/english/php/aspose.barcode.generation/qrversion/version_11/_index.md b/english/php/aspose.barcode.generation/qrversion/version_11/_index.md deleted file mode 100644 index bf26aa674..000000000 --- a/english/php/aspose.barcode.generation/qrversion/version_11/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QRVersion::VERSION_11" -linktitle: "VERSION_11" -articleTitle: "VERSION_11" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 11 with 61 x 61 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrversion/version_11/ ---- - -## QRVersion::VERSION_11 Enum Value - -**Value:** `"11"` - - -Specifies version 11 with 61 x 61 modules. - diff --git a/english/php/aspose.barcode.generation/qrversion/version_12/_index.md b/english/php/aspose.barcode.generation/qrversion/version_12/_index.md deleted file mode 100644 index 253f482c6..000000000 --- a/english/php/aspose.barcode.generation/qrversion/version_12/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QRVersion::VERSION_12" -linktitle: "VERSION_12" -articleTitle: "VERSION_12" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 12 with 65 x 65 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrversion/version_12/ ---- - -## QRVersion::VERSION_12 Enum Value - -**Value:** `"12"` - - -Specifies version 12 with 65 x 65 modules. - diff --git a/english/php/aspose.barcode.generation/qrversion/version_13/_index.md b/english/php/aspose.barcode.generation/qrversion/version_13/_index.md deleted file mode 100644 index e38682716..000000000 --- a/english/php/aspose.barcode.generation/qrversion/version_13/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QRVersion::VERSION_13" -linktitle: "VERSION_13" -articleTitle: "VERSION_13" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 13 with 69 x 69 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrversion/version_13/ ---- - -## QRVersion::VERSION_13 Enum Value - -**Value:** `"13"` - - -Specifies version 13 with 69 x 69 modules. - diff --git a/english/php/aspose.barcode.generation/qrversion/version_14/_index.md b/english/php/aspose.barcode.generation/qrversion/version_14/_index.md deleted file mode 100644 index ce60e03fd..000000000 --- a/english/php/aspose.barcode.generation/qrversion/version_14/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QRVersion::VERSION_14" -linktitle: "VERSION_14" -articleTitle: "VERSION_14" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 14 with 73 x 73 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrversion/version_14/ ---- - -## QRVersion::VERSION_14 Enum Value - -**Value:** `"14"` - - -Specifies version 14 with 73 x 73 modules. - diff --git a/english/php/aspose.barcode.generation/qrversion/version_15/_index.md b/english/php/aspose.barcode.generation/qrversion/version_15/_index.md deleted file mode 100644 index dd64b0285..000000000 --- a/english/php/aspose.barcode.generation/qrversion/version_15/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QRVersion::VERSION_15" -linktitle: "VERSION_15" -articleTitle: "VERSION_15" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 15 with 77 x 77 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrversion/version_15/ ---- - -## QRVersion::VERSION_15 Enum Value - -**Value:** `"15"` - - -Specifies version 15 with 77 x 77 modules. - diff --git a/english/php/aspose.barcode.generation/qrversion/version_16/_index.md b/english/php/aspose.barcode.generation/qrversion/version_16/_index.md deleted file mode 100644 index 92ba5f014..000000000 --- a/english/php/aspose.barcode.generation/qrversion/version_16/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QRVersion::VERSION_16" -linktitle: "VERSION_16" -articleTitle: "VERSION_16" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 16 with 81 x 81 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrversion/version_16/ ---- - -## QRVersion::VERSION_16 Enum Value - -**Value:** `"16"` - - -Specifies version 16 with 81 x 81 modules. - diff --git a/english/php/aspose.barcode.generation/qrversion/version_17/_index.md b/english/php/aspose.barcode.generation/qrversion/version_17/_index.md deleted file mode 100644 index 062c2a902..000000000 --- a/english/php/aspose.barcode.generation/qrversion/version_17/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QRVersion::VERSION_17" -linktitle: "VERSION_17" -articleTitle: "VERSION_17" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 17 with 85 x 85 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrversion/version_17/ ---- - -## QRVersion::VERSION_17 Enum Value - -**Value:** `"17"` - - -Specifies version 17 with 85 x 85 modules. - diff --git a/english/php/aspose.barcode.generation/qrversion/version_18/_index.md b/english/php/aspose.barcode.generation/qrversion/version_18/_index.md deleted file mode 100644 index 49f1d6bc5..000000000 --- a/english/php/aspose.barcode.generation/qrversion/version_18/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QRVersion::VERSION_18" -linktitle: "VERSION_18" -articleTitle: "VERSION_18" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 18 with 89 x 89 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrversion/version_18/ ---- - -## QRVersion::VERSION_18 Enum Value - -**Value:** `"18"` - - -Specifies version 18 with 89 x 89 modules. - diff --git a/english/php/aspose.barcode.generation/qrversion/version_19/_index.md b/english/php/aspose.barcode.generation/qrversion/version_19/_index.md deleted file mode 100644 index d57cf61f6..000000000 --- a/english/php/aspose.barcode.generation/qrversion/version_19/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QRVersion::VERSION_19" -linktitle: "VERSION_19" -articleTitle: "VERSION_19" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 19 with 93 x 93 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrversion/version_19/ ---- - -## QRVersion::VERSION_19 Enum Value - -**Value:** `"19"` - - -Specifies version 19 with 93 x 93 modules. - diff --git a/english/php/aspose.barcode.generation/qrversion/version_20/_index.md b/english/php/aspose.barcode.generation/qrversion/version_20/_index.md deleted file mode 100644 index d649ad179..000000000 --- a/english/php/aspose.barcode.generation/qrversion/version_20/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QRVersion::VERSION_20" -linktitle: "VERSION_20" -articleTitle: "VERSION_20" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 20 with 97 x 97 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrversion/version_20/ ---- - -## QRVersion::VERSION_20 Enum Value - -**Value:** `"20"` - - -Specifies version 20 with 97 x 97 modules. - diff --git a/english/php/aspose.barcode.generation/qrversion/version_21/_index.md b/english/php/aspose.barcode.generation/qrversion/version_21/_index.md deleted file mode 100644 index ac89cb107..000000000 --- a/english/php/aspose.barcode.generation/qrversion/version_21/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QRVersion::VERSION_21" -linktitle: "VERSION_21" -articleTitle: "VERSION_21" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 21 with 101 x 101 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrversion/version_21/ ---- - -## QRVersion::VERSION_21 Enum Value - -**Value:** `"21"` - - -Specifies version 21 with 101 x 101 modules. - diff --git a/english/php/aspose.barcode.generation/qrversion/version_22/_index.md b/english/php/aspose.barcode.generation/qrversion/version_22/_index.md deleted file mode 100644 index 3a28f256d..000000000 --- a/english/php/aspose.barcode.generation/qrversion/version_22/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QRVersion::VERSION_22" -linktitle: "VERSION_22" -articleTitle: "VERSION_22" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 22 with 105 x 105 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrversion/version_22/ ---- - -## QRVersion::VERSION_22 Enum Value - -**Value:** `"22"` - - -Specifies version 22 with 105 x 105 modules. - diff --git a/english/php/aspose.barcode.generation/qrversion/version_23/_index.md b/english/php/aspose.barcode.generation/qrversion/version_23/_index.md deleted file mode 100644 index 8d8c02035..000000000 --- a/english/php/aspose.barcode.generation/qrversion/version_23/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QRVersion::VERSION_23" -linktitle: "VERSION_23" -articleTitle: "VERSION_23" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 23 with 109 x 109 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrversion/version_23/ ---- - -## QRVersion::VERSION_23 Enum Value - -**Value:** `"23"` - - -Specifies version 23 with 109 x 109 modules. - diff --git a/english/php/aspose.barcode.generation/qrversion/version_24/_index.md b/english/php/aspose.barcode.generation/qrversion/version_24/_index.md deleted file mode 100644 index 3641013ff..000000000 --- a/english/php/aspose.barcode.generation/qrversion/version_24/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QRVersion::VERSION_24" -linktitle: "VERSION_24" -articleTitle: "VERSION_24" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 24 with 113 x 113 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrversion/version_24/ ---- - -## QRVersion::VERSION_24 Enum Value - -**Value:** `"24"` - - -Specifies version 24 with 113 x 113 modules. - diff --git a/english/php/aspose.barcode.generation/qrversion/version_25/_index.md b/english/php/aspose.barcode.generation/qrversion/version_25/_index.md deleted file mode 100644 index 30ecb4c74..000000000 --- a/english/php/aspose.barcode.generation/qrversion/version_25/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QRVersion::VERSION_25" -linktitle: "VERSION_25" -articleTitle: "VERSION_25" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 25 with 117 x 117 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrversion/version_25/ ---- - -## QRVersion::VERSION_25 Enum Value - -**Value:** `"25"` - - -Specifies version 25 with 117 x 117 modules. - diff --git a/english/php/aspose.barcode.generation/qrversion/version_26/_index.md b/english/php/aspose.barcode.generation/qrversion/version_26/_index.md deleted file mode 100644 index 52e38bb52..000000000 --- a/english/php/aspose.barcode.generation/qrversion/version_26/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QRVersion::VERSION_26" -linktitle: "VERSION_26" -articleTitle: "VERSION_26" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 26 with 121 x 121 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrversion/version_26/ ---- - -## QRVersion::VERSION_26 Enum Value - -**Value:** `"26"` - - -Specifies version 26 with 121 x 121 modules. - diff --git a/english/php/aspose.barcode.generation/qrversion/version_27/_index.md b/english/php/aspose.barcode.generation/qrversion/version_27/_index.md deleted file mode 100644 index 4505bdce7..000000000 --- a/english/php/aspose.barcode.generation/qrversion/version_27/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QRVersion::VERSION_27" -linktitle: "VERSION_27" -articleTitle: "VERSION_27" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 27 with 125 x 125 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrversion/version_27/ ---- - -## QRVersion::VERSION_27 Enum Value - -**Value:** `"27"` - - -Specifies version 27 with 125 x 125 modules. - diff --git a/english/php/aspose.barcode.generation/qrversion/version_28/_index.md b/english/php/aspose.barcode.generation/qrversion/version_28/_index.md deleted file mode 100644 index 06858beb1..000000000 --- a/english/php/aspose.barcode.generation/qrversion/version_28/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QRVersion::VERSION_28" -linktitle: "VERSION_28" -articleTitle: "VERSION_28" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 28 with 129 x 129 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrversion/version_28/ ---- - -## QRVersion::VERSION_28 Enum Value - -**Value:** `"28"` - - -Specifies version 28 with 129 x 129 modules. - diff --git a/english/php/aspose.barcode.generation/qrversion/version_29/_index.md b/english/php/aspose.barcode.generation/qrversion/version_29/_index.md deleted file mode 100644 index 24e4002bf..000000000 --- a/english/php/aspose.barcode.generation/qrversion/version_29/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QRVersion::VERSION_29" -linktitle: "VERSION_29" -articleTitle: "VERSION_29" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 29 with 133 x 133 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrversion/version_29/ ---- - -## QRVersion::VERSION_29 Enum Value - -**Value:** `"29"` - - -Specifies version 29 with 133 x 133 modules. - diff --git a/english/php/aspose.barcode.generation/qrversion/version_30/_index.md b/english/php/aspose.barcode.generation/qrversion/version_30/_index.md deleted file mode 100644 index 5f2fb6aa6..000000000 --- a/english/php/aspose.barcode.generation/qrversion/version_30/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QRVersion::VERSION_30" -linktitle: "VERSION_30" -articleTitle: "VERSION_30" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 30 with 137 x 137 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrversion/version_30/ ---- - -## QRVersion::VERSION_30 Enum Value - -**Value:** `"30"` - - -Specifies version 30 with 137 x 137 modules. - diff --git a/english/php/aspose.barcode.generation/qrversion/version_31/_index.md b/english/php/aspose.barcode.generation/qrversion/version_31/_index.md deleted file mode 100644 index 2fc564e0c..000000000 --- a/english/php/aspose.barcode.generation/qrversion/version_31/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QRVersion::VERSION_31" -linktitle: "VERSION_31" -articleTitle: "VERSION_31" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 31 with 141 x 141 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrversion/version_31/ ---- - -## QRVersion::VERSION_31 Enum Value - -**Value:** `"31"` - - -Specifies version 31 with 141 x 141 modules. - diff --git a/english/php/aspose.barcode.generation/qrversion/version_32/_index.md b/english/php/aspose.barcode.generation/qrversion/version_32/_index.md deleted file mode 100644 index b7be637ea..000000000 --- a/english/php/aspose.barcode.generation/qrversion/version_32/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QRVersion::VERSION_32" -linktitle: "VERSION_32" -articleTitle: "VERSION_32" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 32 with 145 x 145 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrversion/version_32/ ---- - -## QRVersion::VERSION_32 Enum Value - -**Value:** `"32"` - - -Specifies version 32 with 145 x 145 modules. - diff --git a/english/php/aspose.barcode.generation/qrversion/version_33/_index.md b/english/php/aspose.barcode.generation/qrversion/version_33/_index.md deleted file mode 100644 index dbf957420..000000000 --- a/english/php/aspose.barcode.generation/qrversion/version_33/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QRVersion::VERSION_33" -linktitle: "VERSION_33" -articleTitle: "VERSION_33" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 33 with 149 x 149 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrversion/version_33/ ---- - -## QRVersion::VERSION_33 Enum Value - -**Value:** `"33"` - - -Specifies version 33 with 149 x 149 modules. - diff --git a/english/php/aspose.barcode.generation/qrversion/version_34/_index.md b/english/php/aspose.barcode.generation/qrversion/version_34/_index.md deleted file mode 100644 index 173d15b12..000000000 --- a/english/php/aspose.barcode.generation/qrversion/version_34/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QRVersion::VERSION_34" -linktitle: "VERSION_34" -articleTitle: "VERSION_34" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 34 with 153 x 153 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrversion/version_34/ ---- - -## QRVersion::VERSION_34 Enum Value - -**Value:** `"34"` - - -Specifies version 34 with 153 x 153 modules. - diff --git a/english/php/aspose.barcode.generation/qrversion/version_35/_index.md b/english/php/aspose.barcode.generation/qrversion/version_35/_index.md deleted file mode 100644 index bd0015dbf..000000000 --- a/english/php/aspose.barcode.generation/qrversion/version_35/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QRVersion::VERSION_35" -linktitle: "VERSION_35" -articleTitle: "VERSION_35" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 35 with 157 x 157 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrversion/version_35/ ---- - -## QRVersion::VERSION_35 Enum Value - -**Value:** `"35"` - - -Specifies version 35 with 157 x 157 modules. - diff --git a/english/php/aspose.barcode.generation/qrversion/version_36/_index.md b/english/php/aspose.barcode.generation/qrversion/version_36/_index.md deleted file mode 100644 index 3244c619d..000000000 --- a/english/php/aspose.barcode.generation/qrversion/version_36/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QRVersion::VERSION_36" -linktitle: "VERSION_36" -articleTitle: "VERSION_36" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 36 with 161 x 161 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrversion/version_36/ ---- - -## QRVersion::VERSION_36 Enum Value - -**Value:** `"36"` - - -Specifies version 36 with 161 x 161 modules. - diff --git a/english/php/aspose.barcode.generation/qrversion/version_37/_index.md b/english/php/aspose.barcode.generation/qrversion/version_37/_index.md deleted file mode 100644 index 9ceecf60d..000000000 --- a/english/php/aspose.barcode.generation/qrversion/version_37/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QRVersion::VERSION_37" -linktitle: "VERSION_37" -articleTitle: "VERSION_37" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 37 with 165 x 165 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrversion/version_37/ ---- - -## QRVersion::VERSION_37 Enum Value - -**Value:** `"37"` - - -Specifies version 37 with 165 x 165 modules. - diff --git a/english/php/aspose.barcode.generation/qrversion/version_38/_index.md b/english/php/aspose.barcode.generation/qrversion/version_38/_index.md deleted file mode 100644 index 578e47976..000000000 --- a/english/php/aspose.barcode.generation/qrversion/version_38/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QRVersion::VERSION_38" -linktitle: "VERSION_38" -articleTitle: "VERSION_38" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 38 with 169 x 169 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrversion/version_38/ ---- - -## QRVersion::VERSION_38 Enum Value - -**Value:** `"38"` - - -Specifies version 38 with 169 x 169 modules. - diff --git a/english/php/aspose.barcode.generation/qrversion/version_39/_index.md b/english/php/aspose.barcode.generation/qrversion/version_39/_index.md deleted file mode 100644 index 903fafe59..000000000 --- a/english/php/aspose.barcode.generation/qrversion/version_39/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QRVersion::VERSION_39" -linktitle: "VERSION_39" -articleTitle: "VERSION_39" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 39 with 173 x 173 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrversion/version_39/ ---- - -## QRVersion::VERSION_39 Enum Value - -**Value:** `"39"` - - -Specifies version 39 with 173 x 173 modules. - diff --git a/english/php/aspose.barcode.generation/qrversion/version_40/_index.md b/english/php/aspose.barcode.generation/qrversion/version_40/_index.md deleted file mode 100644 index eb60b91ac..000000000 --- a/english/php/aspose.barcode.generation/qrversion/version_40/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QRVersion::VERSION_40" -linktitle: "VERSION_40" -articleTitle: "VERSION_40" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version 40 with 177 x 177 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrversion/version_40/ ---- - -## QRVersion::VERSION_40 Enum Value - -**Value:** `"40"` - - -Specifies version 40 with 177 x 177 modules. - diff --git a/english/php/aspose.barcode.generation/qrversion/version_m1/_index.md b/english/php/aspose.barcode.generation/qrversion/version_m1/_index.md deleted file mode 100644 index f45fb20cd..000000000 --- a/english/php/aspose.barcode.generation/qrversion/version_m1/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QRVersion::VERSION_M1" -linktitle: "VERSION_M1" -articleTitle: "VERSION_M1" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version M1 for Micro QR with 11 x 11 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrversion/version_m1/ ---- - -## QRVersion::VERSION_M1 Enum Value - -**Value:** `"101"` - - -Specifies version M1 for Micro QR with 11 x 11 modules. - diff --git a/english/php/aspose.barcode.generation/qrversion/version_m2/_index.md b/english/php/aspose.barcode.generation/qrversion/version_m2/_index.md deleted file mode 100644 index 2dba60f55..000000000 --- a/english/php/aspose.barcode.generation/qrversion/version_m2/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QRVersion::VERSION_M2" -linktitle: "VERSION_M2" -articleTitle: "VERSION_M2" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version M2 for Micro QR with 13 x 13 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrversion/version_m2/ ---- - -## QRVersion::VERSION_M2 Enum Value - -**Value:** `"102"` - - -Specifies version M2 for Micro QR with 13 x 13 modules. - diff --git a/english/php/aspose.barcode.generation/qrversion/version_m3/_index.md b/english/php/aspose.barcode.generation/qrversion/version_m3/_index.md deleted file mode 100644 index ea2813725..000000000 --- a/english/php/aspose.barcode.generation/qrversion/version_m3/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QRVersion::VERSION_M3" -linktitle: "VERSION_M3" -articleTitle: "VERSION_M3" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version M3 for Micro QR with 15 x 15 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrversion/version_m3/ ---- - -## QRVersion::VERSION_M3 Enum Value - -**Value:** `"103"` - - -Specifies version M3 for Micro QR with 15 x 15 modules. - diff --git a/english/php/aspose.barcode.generation/qrversion/version_m4/_index.md b/english/php/aspose.barcode.generation/qrversion/version_m4/_index.md deleted file mode 100644 index 3a65ca21d..000000000 --- a/english/php/aspose.barcode.generation/qrversion/version_m4/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QRVersion::VERSION_M4" -linktitle: "VERSION_M4" -articleTitle: "VERSION_M4" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version M4 for Micro QR with 17 x 17 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/qrversion/version_m4/ ---- - -## QRVersion::VERSION_M4 Enum Value - -**Value:** `"104"` - - -Specifies version M4 for Micro QR with 17 x 17 modules. - diff --git a/english/php/aspose.barcode.generation/rectmicroqrversion/_index.md b/english/php/aspose.barcode.generation/rectmicroqrversion/_index.md index db3575f2e..56545433d 100644 --- a/english/php/aspose.barcode.generation/rectmicroqrversion/_index.md +++ b/english/php/aspose.barcode.generation/rectmicroqrversion/_index.md @@ -1,7 +1,6 @@ --- -title: "RectMicroQRVersion Enum" +title: "RectMicroQRVersion" linktitle: "RectMicroQRVersion" -articleTitle: "RectMicroQRVersion" second_title: "Aspose.BarCode for PHP via Java" description: "Version of RectMicroQR Code. From version R7x43 to version R17x139." type: docs @@ -21,36 +20,234 @@ Version of RectMicroQR Code. From version R7x43 to version R17x139. | Name | Value | Description | | --- | --- | --- | -| [AUTO](./auto/) | `0` | Specifies to automatically pick up the best version for RectMicroQR. This is default value. | -| [R11x139](./r11x139/) | `16` | Specifies version with 11 x 139 modules. | -| [R11x27](./r11x27/) | `11` | Specifies version with 11 x 27 modules. | -| [R11x43](./r11x43/) | `12` | Specifies version with 11 x 43 modules. | -| [R11x59](./r11x59/) | `13` | Specifies version with 11 x 59 modules. | -| [R11x77](./r11x77/) | `14` | Specifies version with 11 x 77 modules. | -| [R11x99](./r11x99/) | `15` | Specifies version with 11 x 99 modules. | -| [R13x139](./r13x139/) | `22` | Specifies version with 13 x 139 modules. | -| [R13x27](./r13x27/) | `17` | Specifies version with 13 x 27 modules. | -| [R13x43](./r13x43/) | `18` | Specifies version with 13 x 43 modules. | -| [R13x59](./r13x59/) | `19` | Specifies version with 13 x 59 modules. | -| [R13x77](./r13x77/) | `20` | Specifies version with 13 x 77 modules. | -| [R13x99](./r13x99/) | `21` | Specifies version with 13 x 99 modules. | -| [R15x139](./r15x139/) | `27` | Specifies version with 15 x 139 modules. | -| [R15x43](./r15x43/) | `23` | Specifies version with 15 x 43 modules. | -| [R15x59](./r15x59/) | `24` | Specifies version with 15 x 59 modules. | -| [R15x77](./r15x77/) | `25` | Specifies version with 15 x 77 modules. | -| [R15x99](./r15x99/) | `26` | Specifies version with 15 x 99 modules. | -| [R17x139](./r17x139/) | `32` | Specifies version with 17 x 139 modules. | -| [R17x43](./r17x43/) | `28` | Specifies version with 17 x 43 modules. | -| [R17x59](./r17x59/) | `29` | Specifies version with 17 x 59 modules. | -| [R17x77](./r17x77/) | `30` | Specifies version with 17 x 77 modules. | -| [R17x99](./r17x99/) | `31` | Specifies version with 17 x 99 modules. | -| [R7x139](./r7x139/) | `5` | Specifies version with 7 x 139 modules. | -| [R7x43](./r7x43/) | `1` | Specifies version with 7 x 43 modules. | -| [R7x59](./r7x59/) | `2` | Specifies version with 7 x 59 modules. | -| [R7x77](./r7x77/) | `3` | Specifies version with 7 x 77 modules. | -| [R7x99](./r7x99/) | `4` | Specifies version with 7 x 99 modules. | -| [R9x139](./r9x139/) | `10` | Specifies version with 9 x 139 modules. | -| [R9x43](./r9x43/) | `6` | Specifies version with 9 x 43 modules. | -| [R9x59](./r9x59/) | `7` | Specifies version with 9 x 59 modules. | -| [R9x77](./r9x77/) | `8` | Specifies version with 9 x 77 modules. | -| [R9x99](./r9x99/) | `9` | Specifies version with 9 x 99 modules. | +| [AUTO](#auto) | `0` | Specifies to automatically pick up the best version for RectMicroQR. This is default value. | +| [R11x139](#r11x139) | `16` | Specifies version with 11 x 139 modules. | +| [R11x27](#r11x27) | `11` | Specifies version with 11 x 27 modules. | +| [R11x43](#r11x43) | `12` | Specifies version with 11 x 43 modules. | +| [R11x59](#r11x59) | `13` | Specifies version with 11 x 59 modules. | +| [R11x77](#r11x77) | `14` | Specifies version with 11 x 77 modules. | +| [R11x99](#r11x99) | `15` | Specifies version with 11 x 99 modules. | +| [R13x139](#r13x139) | `22` | Specifies version with 13 x 139 modules. | +| [R13x27](#r13x27) | `17` | Specifies version with 13 x 27 modules. | +| [R13x43](#r13x43) | `18` | Specifies version with 13 x 43 modules. | +| [R13x59](#r13x59) | `19` | Specifies version with 13 x 59 modules. | +| [R13x77](#r13x77) | `20` | Specifies version with 13 x 77 modules. | +| [R13x99](#r13x99) | `21` | Specifies version with 13 x 99 modules. | +| [R15x139](#r15x139) | `27` | Specifies version with 15 x 139 modules. | +| [R15x43](#r15x43) | `23` | Specifies version with 15 x 43 modules. | +| [R15x59](#r15x59) | `24` | Specifies version with 15 x 59 modules. | +| [R15x77](#r15x77) | `25` | Specifies version with 15 x 77 modules. | +| [R15x99](#r15x99) | `26` | Specifies version with 15 x 99 modules. | +| [R17x139](#r17x139) | `32` | Specifies version with 17 x 139 modules. | +| [R17x43](#r17x43) | `28` | Specifies version with 17 x 43 modules. | +| [R17x59](#r17x59) | `29` | Specifies version with 17 x 59 modules. | +| [R17x77](#r17x77) | `30` | Specifies version with 17 x 77 modules. | +| [R17x99](#r17x99) | `31` | Specifies version with 17 x 99 modules. | +| [R7x139](#r7x139) | `5` | Specifies version with 7 x 139 modules. | +| [R7x43](#r7x43) | `1` | Specifies version with 7 x 43 modules. | +| [R7x59](#r7x59) | `2` | Specifies version with 7 x 59 modules. | +| [R7x77](#r7x77) | `3` | Specifies version with 7 x 77 modules. | +| [R7x99](#r7x99) | `4` | Specifies version with 7 x 99 modules. | +| [R9x139](#r9x139) | `10` | Specifies version with 9 x 139 modules. | +| [R9x43](#r9x43) | `6` | Specifies version with 9 x 43 modules. | +| [R9x59](#r9x59) | `7` | Specifies version with 9 x 59 modules. | +| [R9x77](#r9x77) | `8` | Specifies version with 9 x 77 modules. | +| [R9x99](#r9x99) | `9` | Specifies version with 9 x 99 modules. | +### AUTO {#auto} + +**Value:** `0` + +Specifies to automatically pick up the best version for RectMicroQR. This is default value. + +### R11x139 {#r11x139} + +**Value:** `16` + +Specifies version with 11 x 139 modules. + +### R11x27 {#r11x27} + +**Value:** `11` + +Specifies version with 11 x 27 modules. + +### R11x43 {#r11x43} + +**Value:** `12` + +Specifies version with 11 x 43 modules. + +### R11x59 {#r11x59} + +**Value:** `13` + +Specifies version with 11 x 59 modules. + +### R11x77 {#r11x77} + +**Value:** `14` + +Specifies version with 11 x 77 modules. + +### R11x99 {#r11x99} + +**Value:** `15` + +Specifies version with 11 x 99 modules. + +### R13x139 {#r13x139} + +**Value:** `22` + +Specifies version with 13 x 139 modules. + +### R13x27 {#r13x27} + +**Value:** `17` + +Specifies version with 13 x 27 modules. + +### R13x43 {#r13x43} + +**Value:** `18` + +Specifies version with 13 x 43 modules. + +### R13x59 {#r13x59} + +**Value:** `19` + +Specifies version with 13 x 59 modules. + +### R13x77 {#r13x77} + +**Value:** `20` + +Specifies version with 13 x 77 modules. + +### R13x99 {#r13x99} + +**Value:** `21` + +Specifies version with 13 x 99 modules. + +### R15x139 {#r15x139} + +**Value:** `27` + +Specifies version with 15 x 139 modules. + +### R15x43 {#r15x43} + +**Value:** `23` + +Specifies version with 15 x 43 modules. + +### R15x59 {#r15x59} + +**Value:** `24` + +Specifies version with 15 x 59 modules. + +### R15x77 {#r15x77} + +**Value:** `25` + +Specifies version with 15 x 77 modules. + +### R15x99 {#r15x99} + +**Value:** `26` + +Specifies version with 15 x 99 modules. + +### R17x139 {#r17x139} + +**Value:** `32` + +Specifies version with 17 x 139 modules. + +### R17x43 {#r17x43} + +**Value:** `28` + +Specifies version with 17 x 43 modules. + +### R17x59 {#r17x59} + +**Value:** `29` + +Specifies version with 17 x 59 modules. + +### R17x77 {#r17x77} + +**Value:** `30` + +Specifies version with 17 x 77 modules. + +### R17x99 {#r17x99} + +**Value:** `31` + +Specifies version with 17 x 99 modules. + +### R7x139 {#r7x139} + +**Value:** `5` + +Specifies version with 7 x 139 modules. + +### R7x43 {#r7x43} + +**Value:** `1` + +Specifies version with 7 x 43 modules. + +### R7x59 {#r7x59} + +**Value:** `2` + +Specifies version with 7 x 59 modules. + +### R7x77 {#r7x77} + +**Value:** `3` + +Specifies version with 7 x 77 modules. + +### R7x99 {#r7x99} + +**Value:** `4` + +Specifies version with 7 x 99 modules. + +### R9x139 {#r9x139} + +**Value:** `10` + +Specifies version with 9 x 139 modules. + +### R9x43 {#r9x43} + +**Value:** `6` + +Specifies version with 9 x 43 modules. + +### R9x59 {#r9x59} + +**Value:** `7` + +Specifies version with 9 x 59 modules. + +### R9x77 {#r9x77} + +**Value:** `8` + +Specifies version with 9 x 77 modules. + +### R9x99 {#r9x99} + +**Value:** `9` + +Specifies version with 9 x 99 modules. + diff --git a/english/php/aspose.barcode.generation/rectmicroqrversion/auto/_index.md b/english/php/aspose.barcode.generation/rectmicroqrversion/auto/_index.md deleted file mode 100644 index b636e830b..000000000 --- a/english/php/aspose.barcode.generation/rectmicroqrversion/auto/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion::AUTO" -linktitle: "AUTO" -articleTitle: "AUTO" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies to automatically pick up the best version for RectMicroQR. This is default value." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/rectmicroqrversion/auto/ ---- - -## RectMicroQRVersion::AUTO Enum Value - -**Value:** `0` - - -Specifies to automatically pick up the best version for RectMicroQR. This is default value. - diff --git a/english/php/aspose.barcode.generation/rectmicroqrversion/r11x139/_index.md b/english/php/aspose.barcode.generation/rectmicroqrversion/r11x139/_index.md deleted file mode 100644 index b2eb0029b..000000000 --- a/english/php/aspose.barcode.generation/rectmicroqrversion/r11x139/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion::R11x139" -linktitle: "R11x139" -articleTitle: "R11x139" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version with 11 x 139 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/rectmicroqrversion/r11x139/ ---- - -## RectMicroQRVersion::R11x139 Enum Value - -**Value:** `16` - - -Specifies version with 11 x 139 modules. - diff --git a/english/php/aspose.barcode.generation/rectmicroqrversion/r11x27/_index.md b/english/php/aspose.barcode.generation/rectmicroqrversion/r11x27/_index.md deleted file mode 100644 index 534119ed4..000000000 --- a/english/php/aspose.barcode.generation/rectmicroqrversion/r11x27/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion::R11x27" -linktitle: "R11x27" -articleTitle: "R11x27" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version with 11 x 27 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/rectmicroqrversion/r11x27/ ---- - -## RectMicroQRVersion::R11x27 Enum Value - -**Value:** `11` - - -Specifies version with 11 x 27 modules. - diff --git a/english/php/aspose.barcode.generation/rectmicroqrversion/r11x43/_index.md b/english/php/aspose.barcode.generation/rectmicroqrversion/r11x43/_index.md deleted file mode 100644 index ef9b6ecfb..000000000 --- a/english/php/aspose.barcode.generation/rectmicroqrversion/r11x43/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion::R11x43" -linktitle: "R11x43" -articleTitle: "R11x43" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version with 11 x 43 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/rectmicroqrversion/r11x43/ ---- - -## RectMicroQRVersion::R11x43 Enum Value - -**Value:** `12` - - -Specifies version with 11 x 43 modules. - diff --git a/english/php/aspose.barcode.generation/rectmicroqrversion/r11x59/_index.md b/english/php/aspose.barcode.generation/rectmicroqrversion/r11x59/_index.md deleted file mode 100644 index c0d191a12..000000000 --- a/english/php/aspose.barcode.generation/rectmicroqrversion/r11x59/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion::R11x59" -linktitle: "R11x59" -articleTitle: "R11x59" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version with 11 x 59 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/rectmicroqrversion/r11x59/ ---- - -## RectMicroQRVersion::R11x59 Enum Value - -**Value:** `13` - - -Specifies version with 11 x 59 modules. - diff --git a/english/php/aspose.barcode.generation/rectmicroqrversion/r11x77/_index.md b/english/php/aspose.barcode.generation/rectmicroqrversion/r11x77/_index.md deleted file mode 100644 index b6c3a4fb2..000000000 --- a/english/php/aspose.barcode.generation/rectmicroqrversion/r11x77/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion::R11x77" -linktitle: "R11x77" -articleTitle: "R11x77" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version with 11 x 77 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/rectmicroqrversion/r11x77/ ---- - -## RectMicroQRVersion::R11x77 Enum Value - -**Value:** `14` - - -Specifies version with 11 x 77 modules. - diff --git a/english/php/aspose.barcode.generation/rectmicroqrversion/r11x99/_index.md b/english/php/aspose.barcode.generation/rectmicroqrversion/r11x99/_index.md deleted file mode 100644 index 02add85f0..000000000 --- a/english/php/aspose.barcode.generation/rectmicroqrversion/r11x99/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion::R11x99" -linktitle: "R11x99" -articleTitle: "R11x99" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version with 11 x 99 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/rectmicroqrversion/r11x99/ ---- - -## RectMicroQRVersion::R11x99 Enum Value - -**Value:** `15` - - -Specifies version with 11 x 99 modules. - diff --git a/english/php/aspose.barcode.generation/rectmicroqrversion/r13x139/_index.md b/english/php/aspose.barcode.generation/rectmicroqrversion/r13x139/_index.md deleted file mode 100644 index e11fdf7c3..000000000 --- a/english/php/aspose.barcode.generation/rectmicroqrversion/r13x139/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion::R13x139" -linktitle: "R13x139" -articleTitle: "R13x139" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version with 13 x 139 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/rectmicroqrversion/r13x139/ ---- - -## RectMicroQRVersion::R13x139 Enum Value - -**Value:** `22` - - -Specifies version with 13 x 139 modules. - diff --git a/english/php/aspose.barcode.generation/rectmicroqrversion/r13x27/_index.md b/english/php/aspose.barcode.generation/rectmicroqrversion/r13x27/_index.md deleted file mode 100644 index 2a9fda0f9..000000000 --- a/english/php/aspose.barcode.generation/rectmicroqrversion/r13x27/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion::R13x27" -linktitle: "R13x27" -articleTitle: "R13x27" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version with 13 x 27 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/rectmicroqrversion/r13x27/ ---- - -## RectMicroQRVersion::R13x27 Enum Value - -**Value:** `17` - - -Specifies version with 13 x 27 modules. - diff --git a/english/php/aspose.barcode.generation/rectmicroqrversion/r13x43/_index.md b/english/php/aspose.barcode.generation/rectmicroqrversion/r13x43/_index.md deleted file mode 100644 index 87287d34a..000000000 --- a/english/php/aspose.barcode.generation/rectmicroqrversion/r13x43/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion::R13x43" -linktitle: "R13x43" -articleTitle: "R13x43" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version with 13 x 43 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/rectmicroqrversion/r13x43/ ---- - -## RectMicroQRVersion::R13x43 Enum Value - -**Value:** `18` - - -Specifies version with 13 x 43 modules. - diff --git a/english/php/aspose.barcode.generation/rectmicroqrversion/r13x59/_index.md b/english/php/aspose.barcode.generation/rectmicroqrversion/r13x59/_index.md deleted file mode 100644 index 9828177b7..000000000 --- a/english/php/aspose.barcode.generation/rectmicroqrversion/r13x59/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion::R13x59" -linktitle: "R13x59" -articleTitle: "R13x59" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version with 13 x 59 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/rectmicroqrversion/r13x59/ ---- - -## RectMicroQRVersion::R13x59 Enum Value - -**Value:** `19` - - -Specifies version with 13 x 59 modules. - diff --git a/english/php/aspose.barcode.generation/rectmicroqrversion/r13x77/_index.md b/english/php/aspose.barcode.generation/rectmicroqrversion/r13x77/_index.md deleted file mode 100644 index 793a09607..000000000 --- a/english/php/aspose.barcode.generation/rectmicroqrversion/r13x77/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion::R13x77" -linktitle: "R13x77" -articleTitle: "R13x77" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version with 13 x 77 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/rectmicroqrversion/r13x77/ ---- - -## RectMicroQRVersion::R13x77 Enum Value - -**Value:** `20` - - -Specifies version with 13 x 77 modules. - diff --git a/english/php/aspose.barcode.generation/rectmicroqrversion/r13x99/_index.md b/english/php/aspose.barcode.generation/rectmicroqrversion/r13x99/_index.md deleted file mode 100644 index d93d82d76..000000000 --- a/english/php/aspose.barcode.generation/rectmicroqrversion/r13x99/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion::R13x99" -linktitle: "R13x99" -articleTitle: "R13x99" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version with 13 x 99 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/rectmicroqrversion/r13x99/ ---- - -## RectMicroQRVersion::R13x99 Enum Value - -**Value:** `21` - - -Specifies version with 13 x 99 modules. - diff --git a/english/php/aspose.barcode.generation/rectmicroqrversion/r15x139/_index.md b/english/php/aspose.barcode.generation/rectmicroqrversion/r15x139/_index.md deleted file mode 100644 index b076d836b..000000000 --- a/english/php/aspose.barcode.generation/rectmicroqrversion/r15x139/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion::R15x139" -linktitle: "R15x139" -articleTitle: "R15x139" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version with 15 x 139 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/rectmicroqrversion/r15x139/ ---- - -## RectMicroQRVersion::R15x139 Enum Value - -**Value:** `27` - - -Specifies version with 15 x 139 modules. - diff --git a/english/php/aspose.barcode.generation/rectmicroqrversion/r15x43/_index.md b/english/php/aspose.barcode.generation/rectmicroqrversion/r15x43/_index.md deleted file mode 100644 index 7b4816588..000000000 --- a/english/php/aspose.barcode.generation/rectmicroqrversion/r15x43/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion::R15x43" -linktitle: "R15x43" -articleTitle: "R15x43" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version with 15 x 43 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/rectmicroqrversion/r15x43/ ---- - -## RectMicroQRVersion::R15x43 Enum Value - -**Value:** `23` - - -Specifies version with 15 x 43 modules. - diff --git a/english/php/aspose.barcode.generation/rectmicroqrversion/r15x59/_index.md b/english/php/aspose.barcode.generation/rectmicroqrversion/r15x59/_index.md deleted file mode 100644 index 058d8ff70..000000000 --- a/english/php/aspose.barcode.generation/rectmicroqrversion/r15x59/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion::R15x59" -linktitle: "R15x59" -articleTitle: "R15x59" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version with 15 x 59 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/rectmicroqrversion/r15x59/ ---- - -## RectMicroQRVersion::R15x59 Enum Value - -**Value:** `24` - - -Specifies version with 15 x 59 modules. - diff --git a/english/php/aspose.barcode.generation/rectmicroqrversion/r15x77/_index.md b/english/php/aspose.barcode.generation/rectmicroqrversion/r15x77/_index.md deleted file mode 100644 index ea8644aae..000000000 --- a/english/php/aspose.barcode.generation/rectmicroqrversion/r15x77/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion::R15x77" -linktitle: "R15x77" -articleTitle: "R15x77" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version with 15 x 77 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/rectmicroqrversion/r15x77/ ---- - -## RectMicroQRVersion::R15x77 Enum Value - -**Value:** `25` - - -Specifies version with 15 x 77 modules. - diff --git a/english/php/aspose.barcode.generation/rectmicroqrversion/r15x99/_index.md b/english/php/aspose.barcode.generation/rectmicroqrversion/r15x99/_index.md deleted file mode 100644 index 1b5daf8c5..000000000 --- a/english/php/aspose.barcode.generation/rectmicroqrversion/r15x99/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion::R15x99" -linktitle: "R15x99" -articleTitle: "R15x99" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version with 15 x 99 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/rectmicroqrversion/r15x99/ ---- - -## RectMicroQRVersion::R15x99 Enum Value - -**Value:** `26` - - -Specifies version with 15 x 99 modules. - diff --git a/english/php/aspose.barcode.generation/rectmicroqrversion/r17x139/_index.md b/english/php/aspose.barcode.generation/rectmicroqrversion/r17x139/_index.md deleted file mode 100644 index b1ceafefb..000000000 --- a/english/php/aspose.barcode.generation/rectmicroqrversion/r17x139/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion::R17x139" -linktitle: "R17x139" -articleTitle: "R17x139" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version with 17 x 139 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/rectmicroqrversion/r17x139/ ---- - -## RectMicroQRVersion::R17x139 Enum Value - -**Value:** `32` - - -Specifies version with 17 x 139 modules. - diff --git a/english/php/aspose.barcode.generation/rectmicroqrversion/r17x43/_index.md b/english/php/aspose.barcode.generation/rectmicroqrversion/r17x43/_index.md deleted file mode 100644 index 66ed9eaa6..000000000 --- a/english/php/aspose.barcode.generation/rectmicroqrversion/r17x43/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion::R17x43" -linktitle: "R17x43" -articleTitle: "R17x43" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version with 17 x 43 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/rectmicroqrversion/r17x43/ ---- - -## RectMicroQRVersion::R17x43 Enum Value - -**Value:** `28` - - -Specifies version with 17 x 43 modules. - diff --git a/english/php/aspose.barcode.generation/rectmicroqrversion/r17x59/_index.md b/english/php/aspose.barcode.generation/rectmicroqrversion/r17x59/_index.md deleted file mode 100644 index 46a0227ac..000000000 --- a/english/php/aspose.barcode.generation/rectmicroqrversion/r17x59/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion::R17x59" -linktitle: "R17x59" -articleTitle: "R17x59" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version with 17 x 59 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/rectmicroqrversion/r17x59/ ---- - -## RectMicroQRVersion::R17x59 Enum Value - -**Value:** `29` - - -Specifies version with 17 x 59 modules. - diff --git a/english/php/aspose.barcode.generation/rectmicroqrversion/r17x77/_index.md b/english/php/aspose.barcode.generation/rectmicroqrversion/r17x77/_index.md deleted file mode 100644 index 253700cc9..000000000 --- a/english/php/aspose.barcode.generation/rectmicroqrversion/r17x77/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion::R17x77" -linktitle: "R17x77" -articleTitle: "R17x77" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version with 17 x 77 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/rectmicroqrversion/r17x77/ ---- - -## RectMicroQRVersion::R17x77 Enum Value - -**Value:** `30` - - -Specifies version with 17 x 77 modules. - diff --git a/english/php/aspose.barcode.generation/rectmicroqrversion/r17x99/_index.md b/english/php/aspose.barcode.generation/rectmicroqrversion/r17x99/_index.md deleted file mode 100644 index 7bcde13d3..000000000 --- a/english/php/aspose.barcode.generation/rectmicroqrversion/r17x99/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion::R17x99" -linktitle: "R17x99" -articleTitle: "R17x99" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version with 17 x 99 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/rectmicroqrversion/r17x99/ ---- - -## RectMicroQRVersion::R17x99 Enum Value - -**Value:** `31` - - -Specifies version with 17 x 99 modules. - diff --git a/english/php/aspose.barcode.generation/rectmicroqrversion/r7x139/_index.md b/english/php/aspose.barcode.generation/rectmicroqrversion/r7x139/_index.md deleted file mode 100644 index 95a199515..000000000 --- a/english/php/aspose.barcode.generation/rectmicroqrversion/r7x139/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion::R7x139" -linktitle: "R7x139" -articleTitle: "R7x139" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version with 7 x 139 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/rectmicroqrversion/r7x139/ ---- - -## RectMicroQRVersion::R7x139 Enum Value - -**Value:** `5` - - -Specifies version with 7 x 139 modules. - diff --git a/english/php/aspose.barcode.generation/rectmicroqrversion/r7x43/_index.md b/english/php/aspose.barcode.generation/rectmicroqrversion/r7x43/_index.md deleted file mode 100644 index c878a9f80..000000000 --- a/english/php/aspose.barcode.generation/rectmicroqrversion/r7x43/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion::R7x43" -linktitle: "R7x43" -articleTitle: "R7x43" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version with 7 x 43 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/rectmicroqrversion/r7x43/ ---- - -## RectMicroQRVersion::R7x43 Enum Value - -**Value:** `1` - - -Specifies version with 7 x 43 modules. - diff --git a/english/php/aspose.barcode.generation/rectmicroqrversion/r7x59/_index.md b/english/php/aspose.barcode.generation/rectmicroqrversion/r7x59/_index.md deleted file mode 100644 index 16533ea23..000000000 --- a/english/php/aspose.barcode.generation/rectmicroqrversion/r7x59/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion::R7x59" -linktitle: "R7x59" -articleTitle: "R7x59" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version with 7 x 59 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/rectmicroqrversion/r7x59/ ---- - -## RectMicroQRVersion::R7x59 Enum Value - -**Value:** `2` - - -Specifies version with 7 x 59 modules. - diff --git a/english/php/aspose.barcode.generation/rectmicroqrversion/r7x77/_index.md b/english/php/aspose.barcode.generation/rectmicroqrversion/r7x77/_index.md deleted file mode 100644 index afd3548c6..000000000 --- a/english/php/aspose.barcode.generation/rectmicroqrversion/r7x77/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion::R7x77" -linktitle: "R7x77" -articleTitle: "R7x77" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version with 7 x 77 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/rectmicroqrversion/r7x77/ ---- - -## RectMicroQRVersion::R7x77 Enum Value - -**Value:** `3` - - -Specifies version with 7 x 77 modules. - diff --git a/english/php/aspose.barcode.generation/rectmicroqrversion/r7x99/_index.md b/english/php/aspose.barcode.generation/rectmicroqrversion/r7x99/_index.md deleted file mode 100644 index 3c5cd131f..000000000 --- a/english/php/aspose.barcode.generation/rectmicroqrversion/r7x99/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion::R7x99" -linktitle: "R7x99" -articleTitle: "R7x99" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version with 7 x 99 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/rectmicroqrversion/r7x99/ ---- - -## RectMicroQRVersion::R7x99 Enum Value - -**Value:** `4` - - -Specifies version with 7 x 99 modules. - diff --git a/english/php/aspose.barcode.generation/rectmicroqrversion/r9x139/_index.md b/english/php/aspose.barcode.generation/rectmicroqrversion/r9x139/_index.md deleted file mode 100644 index dcf76d0f3..000000000 --- a/english/php/aspose.barcode.generation/rectmicroqrversion/r9x139/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion::R9x139" -linktitle: "R9x139" -articleTitle: "R9x139" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version with 9 x 139 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/rectmicroqrversion/r9x139/ ---- - -## RectMicroQRVersion::R9x139 Enum Value - -**Value:** `10` - - -Specifies version with 9 x 139 modules. - diff --git a/english/php/aspose.barcode.generation/rectmicroqrversion/r9x43/_index.md b/english/php/aspose.barcode.generation/rectmicroqrversion/r9x43/_index.md deleted file mode 100644 index 2f14f92ba..000000000 --- a/english/php/aspose.barcode.generation/rectmicroqrversion/r9x43/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion::R9x43" -linktitle: "R9x43" -articleTitle: "R9x43" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version with 9 x 43 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/rectmicroqrversion/r9x43/ ---- - -## RectMicroQRVersion::R9x43 Enum Value - -**Value:** `6` - - -Specifies version with 9 x 43 modules. - diff --git a/english/php/aspose.barcode.generation/rectmicroqrversion/r9x59/_index.md b/english/php/aspose.barcode.generation/rectmicroqrversion/r9x59/_index.md deleted file mode 100644 index 1176a4161..000000000 --- a/english/php/aspose.barcode.generation/rectmicroqrversion/r9x59/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion::R9x59" -linktitle: "R9x59" -articleTitle: "R9x59" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version with 9 x 59 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/rectmicroqrversion/r9x59/ ---- - -## RectMicroQRVersion::R9x59 Enum Value - -**Value:** `7` - - -Specifies version with 9 x 59 modules. - diff --git a/english/php/aspose.barcode.generation/rectmicroqrversion/r9x77/_index.md b/english/php/aspose.barcode.generation/rectmicroqrversion/r9x77/_index.md deleted file mode 100644 index 4e56089fe..000000000 --- a/english/php/aspose.barcode.generation/rectmicroqrversion/r9x77/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion::R9x77" -linktitle: "R9x77" -articleTitle: "R9x77" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version with 9 x 77 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/rectmicroqrversion/r9x77/ ---- - -## RectMicroQRVersion::R9x77 Enum Value - -**Value:** `8` - - -Specifies version with 9 x 77 modules. - diff --git a/english/php/aspose.barcode.generation/rectmicroqrversion/r9x99/_index.md b/english/php/aspose.barcode.generation/rectmicroqrversion/r9x99/_index.md deleted file mode 100644 index 446426383..000000000 --- a/english/php/aspose.barcode.generation/rectmicroqrversion/r9x99/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion::R9x99" -linktitle: "R9x99" -articleTitle: "R9x99" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies version with 9 x 99 modules." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/rectmicroqrversion/r9x99/ ---- - -## RectMicroQRVersion::R9x99 Enum Value - -**Value:** `9` - - -Specifies version with 9 x 99 modules. - diff --git a/english/php/aspose.barcode.generation/supplementparameters/_index.md b/english/php/aspose.barcode.generation/supplementparameters/_index.md index ba05431a4..3f0e28098 100644 --- a/english/php/aspose.barcode.generation/supplementparameters/_index.md +++ b/english/php/aspose.barcode.generation/supplementparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "SupplementParameters Class" +title: "SupplementParameters" linktitle: "SupplementParameters" -articleTitle: "SupplementParameters" second_title: "Aspose.BarCode for PHP via Java" description: "Supplement parameters. Used for Interleaved2of5, Standard2of5, EAN13, EAN8, UPCA, UPCE, ISBN, ISSN, ISMN." type: docs @@ -21,11 +20,36 @@ Supplement parameters. Used for Interleaved2of5, Standard2of5, EAN13, EAN8, UPCA | Name | Description | | --- | --- | -| [__construct](./supplementparameters/) | | +| [__construct](#constructor) | | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [SupplementData](./supplementdata/) | Read/Write | Supplement data following BarCode. | -| [SupplementSpace](./supplementspace/) | Read-only | Space between main the BarCode and supplement BarCode in Unit value. | +| [SupplementData](#supplementdata) | Read/Write | Supplement data following BarCode. | +| [SupplementSpace](#supplementspace) | Read-only | Space between main the BarCode and supplement BarCode in Unit value. | + +### SupplementParameters__construct(SupplementParametersDTO $supplementParametersDto) {#constructor} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$supplementParametersDto` | `SupplementParametersDTO` | | + +### SupplementData {#supplementdata} + +**Access:** Read/Write + +Supplement data following BarCode. + +Supplement data following BarCode. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `string` | | + +### SupplementSpace {#supplementspace} + +**Access:** Read-only + +Space between main the BarCode and supplement BarCode in Unit value. + diff --git a/english/php/aspose.barcode.generation/supplementparameters/supplementdata/_index.md b/english/php/aspose.barcode.generation/supplementparameters/supplementdata/_index.md deleted file mode 100644 index c540623fb..000000000 --- a/english/php/aspose.barcode.generation/supplementparameters/supplementdata/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "SupplementParameters.SupplementData" -linktitle: "SupplementData" -articleTitle: "SupplementData" -second_title: "Aspose.BarCode for PHP via Java" -description: "Supplement data following BarCode." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/supplementparameters/supplementdata/ ---- - -## SupplementParameters.SupplementData - -**Access:** Read/Write - - -### Get - -Supplement data following BarCode. - - -### Set - -Supplement data following BarCode. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `string` | | diff --git a/english/php/aspose.barcode.generation/supplementparameters/supplementparameters/_index.md b/english/php/aspose.barcode.generation/supplementparameters/supplementparameters/_index.md deleted file mode 100644 index d7d745538..000000000 --- a/english/php/aspose.barcode.generation/supplementparameters/supplementparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "SupplementParameters" -linktitle: "SupplementParameters" -articleTitle: "SupplementParameters" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/supplementparameters/supplementparameters/ ---- - -## SupplementParameters Constructor - -```php -__construct(SupplementParametersDTO $supplementParametersDto) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$supplementParametersDto` | `SupplementParametersDTO` | | diff --git a/english/php/aspose.barcode.generation/supplementparameters/supplementspace/_index.md b/english/php/aspose.barcode.generation/supplementparameters/supplementspace/_index.md deleted file mode 100644 index d8cffba69..000000000 --- a/english/php/aspose.barcode.generation/supplementparameters/supplementspace/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "SupplementParameters.SupplementSpace" -linktitle: "SupplementSpace" -articleTitle: "SupplementSpace" -second_title: "Aspose.BarCode for PHP via Java" -description: "Space between main the BarCode and supplement BarCode in Unit value." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/supplementparameters/supplementspace/ ---- - -## SupplementParameters.SupplementSpace - -**Access:** Read-only - - -### Get - -Space between main the BarCode and supplement BarCode in Unit value. - diff --git a/english/php/aspose.barcode.generation/svgcolormode/_index.md b/english/php/aspose.barcode.generation/svgcolormode/_index.md index d3b689005..018b7b80c 100644 --- a/english/php/aspose.barcode.generation/svgcolormode/_index.md +++ b/english/php/aspose.barcode.generation/svgcolormode/_index.md @@ -1,7 +1,6 @@ --- -title: "SvgColorMode Enum" +title: "SvgColorMode" linktitle: "SvgColorMode" -articleTitle: "SvgColorMode" second_title: "Aspose.BarCode for PHP via Java" description: "Possible modes for filling color in svg file, RGB is default and supported by SVG 1.1. RGBA, HSL, HSLA is allowed in SVG 2.0 standard. Even in RGB opacity will be set through \"fill-opacity\" parameter" type: docs @@ -21,7 +20,31 @@ Possible modes for filling color in svg file, RGB is default and supported by SV | Name | Value | Description | | --- | --- | --- | -| [HSL](./hsl/) | `2` | HSL mode, example: fill="hsl(17, 100%, 53%)" fill-opacity="0.73" | -| [HSLA](./hsla/) | `3` | HSLA mode, example: fill="hsla(30, 50%, 70%, 0.8)" | -| [RGB](./rgb/) | `0` | RGB mode, example: fill="#ff5511" fill-opacity="0.73". Default mode. | -| [RGBA](./rgba/) | `1` | RGBA mode, example: fill="rgba(255, 85, 17, 0.73)" | +| [HSL](#hsl) | `2` | HSL mode, example: fill="hsl(17, 100%, 53%)" fill-opacity="0.73" | +| [HSLA](#hsla) | `3` | HSLA mode, example: fill="hsla(30, 50%, 70%, 0.8)" | +| [RGB](#rgb) | `0` | RGB mode, example: fill="#ff5511" fill-opacity="0.73". Default mode. | +| [RGBA](#rgba) | `1` | RGBA mode, example: fill="rgba(255, 85, 17, 0.73)" | +### HSL {#hsl} + +**Value:** `2` + +HSL mode, example: fill="hsl(17, 100%, 53%)" fill-opacity="0.73" + +### HSLA {#hsla} + +**Value:** `3` + +HSLA mode, example: fill="hsla(30, 50%, 70%, 0.8)" + +### RGB {#rgb} + +**Value:** `0` + +RGB mode, example: fill="#ff5511" fill-opacity="0.73". Default mode. + +### RGBA {#rgba} + +**Value:** `1` + +RGBA mode, example: fill="rgba(255, 85, 17, 0.73)" + diff --git a/english/php/aspose.barcode.generation/svgcolormode/hsl/_index.md b/english/php/aspose.barcode.generation/svgcolormode/hsl/_index.md deleted file mode 100644 index a3413dc79..000000000 --- a/english/php/aspose.barcode.generation/svgcolormode/hsl/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "SvgColorMode::HSL" -linktitle: "HSL" -articleTitle: "HSL" -second_title: "Aspose.BarCode for PHP via Java" -description: "HSL mode, example: fill=\"hsl(17, 100%, 53%)\" fill-opacity=\"0.73\"" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/svgcolormode/hsl/ ---- - -## SvgColorMode::HSL Enum Value - -**Value:** `2` - - -HSL mode, example: fill="hsl(17, 100%, 53%)" fill-opacity="0.73" - diff --git a/english/php/aspose.barcode.generation/svgcolormode/hsla/_index.md b/english/php/aspose.barcode.generation/svgcolormode/hsla/_index.md deleted file mode 100644 index a7a84dc69..000000000 --- a/english/php/aspose.barcode.generation/svgcolormode/hsla/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "SvgColorMode::HSLA" -linktitle: "HSLA" -articleTitle: "HSLA" -second_title: "Aspose.BarCode for PHP via Java" -description: "HSLA mode, example: fill=\"hsla(30, 50%, 70%, 0.8)\"" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/svgcolormode/hsla/ ---- - -## SvgColorMode::HSLA Enum Value - -**Value:** `3` - - -HSLA mode, example: fill="hsla(30, 50%, 70%, 0.8)" - diff --git a/english/php/aspose.barcode.generation/svgcolormode/rgb/_index.md b/english/php/aspose.barcode.generation/svgcolormode/rgb/_index.md deleted file mode 100644 index 7c2ceda1f..000000000 --- a/english/php/aspose.barcode.generation/svgcolormode/rgb/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "SvgColorMode::RGB" -linktitle: "RGB" -articleTitle: "RGB" -second_title: "Aspose.BarCode for PHP via Java" -description: "RGB mode, example: fill=\"#ff5511\" fill-opacity=\"0.73\". Default mode." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/svgcolormode/rgb/ ---- - -## SvgColorMode::RGB Enum Value - -**Value:** `0` - - -RGB mode, example: fill="#ff5511" fill-opacity="0.73". Default mode. - diff --git a/english/php/aspose.barcode.generation/svgcolormode/rgba/_index.md b/english/php/aspose.barcode.generation/svgcolormode/rgba/_index.md deleted file mode 100644 index fd0377915..000000000 --- a/english/php/aspose.barcode.generation/svgcolormode/rgba/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "SvgColorMode::RGBA" -linktitle: "RGBA" -articleTitle: "RGBA" -second_title: "Aspose.BarCode for PHP via Java" -description: "RGBA mode, example: fill=\"rgba(255, 85, 17, 0.73)\"" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/svgcolormode/rgba/ ---- - -## SvgColorMode::RGBA Enum Value - -**Value:** `1` - - -RGBA mode, example: fill="rgba(255, 85, 17, 0.73)" - diff --git a/english/php/aspose.barcode.generation/svgparameters/_index.md b/english/php/aspose.barcode.generation/svgparameters/_index.md index ff644ef4b..43e6e8374 100644 --- a/english/php/aspose.barcode.generation/svgparameters/_index.md +++ b/english/php/aspose.barcode.generation/svgparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "SvgParameters Class" +title: "SvgParameters" linktitle: "SvgParameters" -articleTitle: "SvgParameters" second_title: "Aspose.BarCode for PHP via Java" description: "SVG parameters." type: docs @@ -21,19 +20,62 @@ SVG parameters. | Name | Description | | --- | --- | -| [__construct](./svgparameters/) | | +| [__construct](#constructor) | | ## Methods | Name | Static | Description | | --- | --- | --- | -| [isExplicitSizeInPixels](./isexplicitsizeinpixels/) | No | Does SVG image contain explicit size in pixels (recommended) Default value: true. | -| [isTextDrawnInTextElement](./istextdrawnintextelement/) | No | Does SVG image contain text as text element rather than paths (recommended) Default value: true. | -| [setExplicitSizeInPixels](./setexplicitsizeinpixels/) | No | Does SVG image contain explicit size in pixels (recommended) Default value: true. | -| [setTextDrawnInTextElement](./settextdrawnintextelement/) | No | Does SVG image contain text as text element rather than paths (recommended) Default value: true. | +| [isExplicitSizeInPixels](#isexplicitsizeinpixels) | No | Does SVG image contain explicit size in pixels (recommended) Default value: true. | +| [isTextDrawnInTextElement](#istextdrawnintextelement) | No | Does SVG image contain text as text element rather than paths (recommended) Default value: true. | +| [setExplicitSizeInPixels](#setexplicitsizeinpixels) | No | Does SVG image contain explicit size in pixels (recommended) Default value: true. | +| [setTextDrawnInTextElement](#settextdrawnintextelement) | No | Does SVG image contain text as text element rather than paths (recommended) Default value: true. | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [SvgColorMode](./svgcolormode/) | Read/Write | Possible modes for filling color in svg file, RGB is default and supported by SVG 1.1. RGBA, HSL, HSLA is allowed in SVG 2.0 standard. Even in RGB opacity will be set through "fill-opacity" parameter | +| [SvgColorMode](#svgcolormode) | Read/Write | Possible modes for filling color in svg file, RGB is default and supported by SVG 1.1. RGBA, HSL, HSLA is allowed in SVG 2.0 standard. Even in RGB opacity will be set through "fill-opacity" parameter | + +### SvgParameters__construct(SvgParametersDTO $svgParametersDto) {#constructor} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$svgParametersDto` | `SvgParametersDTO` | | + +### isExplicitSizeInPixelsisExplicitSizeInPixels() {#isexplicitsizeinpixels} + +Does SVG image contain explicit size in pixels (recommended) Default value: true. + +### isTextDrawnInTextElementisTextDrawnInTextElement() {#istextdrawnintextelement} + +Does SVG image contain text as text element rather than paths (recommended) Default value: true. + +### setExplicitSizeInPixelssetExplicitSizeInPixels(bool $explicitSizeInPixels) {#setexplicitsizeinpixels} + +Does SVG image contain explicit size in pixels (recommended) Default value: true. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$explicitSizeInPixels` | `bool` | | + +### setTextDrawnInTextElementsetTextDrawnInTextElement(bool $isTextDrawnInTextElement) {#settextdrawnintextelement} + +Does SVG image contain text as text element rather than paths (recommended) Default value: true. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$isTextDrawnInTextElement` | `bool` | | + +### SvgColorMode {#svgcolormode} + +**Access:** Read/Write + +Possible modes for filling color in svg file, RGB is default and supported by SVG 1.1. RGBA, HSL, HSLA is allowed in SVG 2.0 standard. Even in RGB opacity will be set through "fill-opacity" parameter + +Possible modes for filling color in svg file, RGB is default and supported by SVG 1.1. RGBA, HSL, HSLA is allowed in SVG 2.0 standard. Even in RGB opacity will be set through "fill-opacity" parameter + +| Parameter | Type | Description | +| --- | --- | --- | +| `$svgColorMode` | `int` | | + diff --git a/english/php/aspose.barcode.generation/svgparameters/isexplicitsizeinpixels/_index.md b/english/php/aspose.barcode.generation/svgparameters/isexplicitsizeinpixels/_index.md deleted file mode 100644 index 59f8ad070..000000000 --- a/english/php/aspose.barcode.generation/svgparameters/isexplicitsizeinpixels/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "SvgParameters.isExplicitSizeInPixels" -linktitle: "isExplicitSizeInPixels" -articleTitle: "isExplicitSizeInPixels" -second_title: "Aspose.BarCode for PHP via Java" -description: "Does SVG image contain explicit size in pixels (recommended) Default value: true." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/svgparameters/isexplicitsizeinpixels/ ---- - -## SvgParameters.isExplicitSizeInPixels - -```php -isExplicitSizeInPixels() -``` - - -Does SVG image contain explicit size in pixels (recommended) Default value: true. - diff --git a/english/php/aspose.barcode.generation/svgparameters/istextdrawnintextelement/_index.md b/english/php/aspose.barcode.generation/svgparameters/istextdrawnintextelement/_index.md deleted file mode 100644 index 5d7c10ccf..000000000 --- a/english/php/aspose.barcode.generation/svgparameters/istextdrawnintextelement/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "SvgParameters.isTextDrawnInTextElement" -linktitle: "isTextDrawnInTextElement" -articleTitle: "isTextDrawnInTextElement" -second_title: "Aspose.BarCode for PHP via Java" -description: "Does SVG image contain text as text element rather than paths (recommended) Default value: true." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/svgparameters/istextdrawnintextelement/ ---- - -## SvgParameters.isTextDrawnInTextElement - -```php -isTextDrawnInTextElement() -``` - - -Does SVG image contain text as text element rather than paths (recommended) Default value: true. - diff --git a/english/php/aspose.barcode.generation/svgparameters/setexplicitsizeinpixels/_index.md b/english/php/aspose.barcode.generation/svgparameters/setexplicitsizeinpixels/_index.md deleted file mode 100644 index 3dc1f7e9d..000000000 --- a/english/php/aspose.barcode.generation/svgparameters/setexplicitsizeinpixels/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "SvgParameters.setExplicitSizeInPixels" -linktitle: "setExplicitSizeInPixels" -articleTitle: "setExplicitSizeInPixels" -second_title: "Aspose.BarCode for PHP via Java" -description: "Does SVG image contain explicit size in pixels (recommended) Default value: true." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/svgparameters/setexplicitsizeinpixels/ ---- - -## SvgParameters.setExplicitSizeInPixels - -```php -setExplicitSizeInPixels(bool $explicitSizeInPixels) -``` - - -Does SVG image contain explicit size in pixels (recommended) Default value: true. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$explicitSizeInPixels` | `bool` | | diff --git a/english/php/aspose.barcode.generation/svgparameters/settextdrawnintextelement/_index.md b/english/php/aspose.barcode.generation/svgparameters/settextdrawnintextelement/_index.md deleted file mode 100644 index d14a50fad..000000000 --- a/english/php/aspose.barcode.generation/svgparameters/settextdrawnintextelement/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "SvgParameters.setTextDrawnInTextElement" -linktitle: "setTextDrawnInTextElement" -articleTitle: "setTextDrawnInTextElement" -second_title: "Aspose.BarCode for PHP via Java" -description: "Does SVG image contain text as text element rather than paths (recommended) Default value: true." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/svgparameters/settextdrawnintextelement/ ---- - -## SvgParameters.setTextDrawnInTextElement - -```php -setTextDrawnInTextElement(bool $isTextDrawnInTextElement) -``` - - -Does SVG image contain text as text element rather than paths (recommended) Default value: true. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$isTextDrawnInTextElement` | `bool` | | diff --git a/english/php/aspose.barcode.generation/svgparameters/svgcolormode/_index.md b/english/php/aspose.barcode.generation/svgparameters/svgcolormode/_index.md deleted file mode 100644 index d8cebe7d7..000000000 --- a/english/php/aspose.barcode.generation/svgparameters/svgcolormode/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "SvgParameters.SvgColorMode" -linktitle: "SvgColorMode" -articleTitle: "SvgColorMode" -second_title: "Aspose.BarCode for PHP via Java" -description: "Possible modes for filling color in svg file, RGB is default and supported by SVG 1.1. RGBA, HSL, HSLA is allowed in SVG 2.0 standard. Even in RGB opacity will be set through \"fill-opacity\" parameter" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/svgparameters/svgcolormode/ ---- - -## SvgParameters.SvgColorMode - -**Access:** Read/Write - - -### Get - -Possible modes for filling color in svg file, RGB is default and supported by SVG 1.1. RGBA, HSL, HSLA is allowed in SVG 2.0 standard. Even in RGB opacity will be set through "fill-opacity" parameter - - -### Set - -Possible modes for filling color in svg file, RGB is default and supported by SVG 1.1. RGBA, HSL, HSLA is allowed in SVG 2.0 standard. Even in RGB opacity will be set through "fill-opacity" parameter - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$svgColorMode` | `int` | | diff --git a/english/php/aspose.barcode.generation/svgparameters/svgparameters/_index.md b/english/php/aspose.barcode.generation/svgparameters/svgparameters/_index.md deleted file mode 100644 index 1a15afac7..000000000 --- a/english/php/aspose.barcode.generation/svgparameters/svgparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "SvgParameters" -linktitle: "SvgParameters" -articleTitle: "SvgParameters" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/svgparameters/svgparameters/ ---- - -## SvgParameters Constructor - -```php -__construct(SvgParametersDTO $svgParametersDto) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$svgParametersDto` | `SvgParametersDTO` | | diff --git a/english/php/aspose.barcode.generation/textalignment/_index.md b/english/php/aspose.barcode.generation/textalignment/_index.md index 8442769d2..6ea3bafd3 100644 --- a/english/php/aspose.barcode.generation/textalignment/_index.md +++ b/english/php/aspose.barcode.generation/textalignment/_index.md @@ -1,7 +1,6 @@ --- -title: "TextAlignment Enum" +title: "TextAlignment" linktitle: "TextAlignment" -articleTitle: "TextAlignment" second_title: "Aspose.BarCode for PHP via Java" description: "Text alignment." type: docs @@ -21,6 +20,24 @@ Text alignment. | Name | Value | Description | | --- | --- | --- | -| [CENTER](./center/) | `"1"` | Center position. | -| [LEFT](./left/) | `"0"` | Left position. | -| [RIGHT](./right/) | `"2"` | Right position. | +| [CENTER](#center) | `"1"` | Center position. | +| [LEFT](#left) | `"0"` | Left position. | +| [RIGHT](#right) | `"2"` | Right position. | +### CENTER {#center} + +**Value:** `"1"` + +Center position. + +### LEFT {#left} + +**Value:** `"0"` + +Left position. + +### RIGHT {#right} + +**Value:** `"2"` + +Right position. + diff --git a/english/php/aspose.barcode.generation/textalignment/center/_index.md b/english/php/aspose.barcode.generation/textalignment/center/_index.md deleted file mode 100644 index abbad0304..000000000 --- a/english/php/aspose.barcode.generation/textalignment/center/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "TextAlignment::CENTER" -linktitle: "CENTER" -articleTitle: "CENTER" -second_title: "Aspose.BarCode for PHP via Java" -description: "Center position." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/textalignment/center/ ---- - -## TextAlignment::CENTER Enum Value - -**Value:** `"1"` - - -Center position. - diff --git a/english/php/aspose.barcode.generation/textalignment/left/_index.md b/english/php/aspose.barcode.generation/textalignment/left/_index.md deleted file mode 100644 index 7b2ffda47..000000000 --- a/english/php/aspose.barcode.generation/textalignment/left/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "TextAlignment::LEFT" -linktitle: "LEFT" -articleTitle: "LEFT" -second_title: "Aspose.BarCode for PHP via Java" -description: "Left position." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/textalignment/left/ ---- - -## TextAlignment::LEFT Enum Value - -**Value:** `"0"` - - -Left position. - diff --git a/english/php/aspose.barcode.generation/textalignment/right/_index.md b/english/php/aspose.barcode.generation/textalignment/right/_index.md deleted file mode 100644 index ed55c234d..000000000 --- a/english/php/aspose.barcode.generation/textalignment/right/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "TextAlignment::RIGHT" -linktitle: "RIGHT" -articleTitle: "RIGHT" -second_title: "Aspose.BarCode for PHP via Java" -description: "Right position." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/textalignment/right/ ---- - -## TextAlignment::RIGHT Enum Value - -**Value:** `"2"` - - -Right position. - diff --git a/english/php/aspose.barcode.generation/twodcomponenttype/_index.md b/english/php/aspose.barcode.generation/twodcomponenttype/_index.md index 9501231a2..051e0024d 100644 --- a/english/php/aspose.barcode.generation/twodcomponenttype/_index.md +++ b/english/php/aspose.barcode.generation/twodcomponenttype/_index.md @@ -1,7 +1,6 @@ --- -title: "TwoDComponentType Enum" +title: "TwoDComponentType" linktitle: "TwoDComponentType" -articleTitle: "TwoDComponentType" second_title: "Aspose.BarCode for PHP via Java" description: "Type of 2D component This sample shows how to create and save a GS1 Composite Bar image. Note that 1D codetext and 2D codetext are separated by symbol '/'" type: docs @@ -21,7 +20,31 @@ Type of 2D component This sample shows how to create and save a GS1 Composite Ba | Name | Value | Description | | --- | --- | --- | -| [AUTO](./auto/) | `0` | Auto select type of 2D component | -| [CC_A](./cc_a/) | `1` | CC-A type of 2D component. It is a structural variant of MicroPDF417 | -| [CC_B](./cc_b/) | `2` | CC-B type of 2D component. It is a MicroPDF417 symbol. | -| [CC_C](./cc_c/) | `3` | CC-C type of 2D component. It is a PDF417 symbol. | +| [AUTO](#auto) | `0` | Auto select type of 2D component | +| [CC_A](#cc_a) | `1` | CC-A type of 2D component. It is a structural variant of MicroPDF417 | +| [CC_B](#cc_b) | `2` | CC-B type of 2D component. It is a MicroPDF417 symbol. | +| [CC_C](#cc_c) | `3` | CC-C type of 2D component. It is a PDF417 symbol. | +### AUTO {#auto} + +**Value:** `0` + +Auto select type of 2D component + +### CC_A {#cc_a} + +**Value:** `1` + +CC-A type of 2D component. It is a structural variant of MicroPDF417 + +### CC_B {#cc_b} + +**Value:** `2` + +CC-B type of 2D component. It is a MicroPDF417 symbol. + +### CC_C {#cc_c} + +**Value:** `3` + +CC-C type of 2D component. It is a PDF417 symbol. + diff --git a/english/php/aspose.barcode.generation/twodcomponenttype/auto/_index.md b/english/php/aspose.barcode.generation/twodcomponenttype/auto/_index.md deleted file mode 100644 index 5c8d25ef6..000000000 --- a/english/php/aspose.barcode.generation/twodcomponenttype/auto/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "TwoDComponentType::AUTO" -linktitle: "AUTO" -articleTitle: "AUTO" -second_title: "Aspose.BarCode for PHP via Java" -description: "Auto select type of 2D component" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/twodcomponenttype/auto/ ---- - -## TwoDComponentType::AUTO Enum Value - -**Value:** `0` - - -Auto select type of 2D component - diff --git a/english/php/aspose.barcode.generation/twodcomponenttype/cc_a/_index.md b/english/php/aspose.barcode.generation/twodcomponenttype/cc_a/_index.md deleted file mode 100644 index 1dfd689d3..000000000 --- a/english/php/aspose.barcode.generation/twodcomponenttype/cc_a/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "TwoDComponentType::CC_A" -linktitle: "CC_A" -articleTitle: "CC_A" -second_title: "Aspose.BarCode for PHP via Java" -description: "CC-A type of 2D component. It is a structural variant of MicroPDF417" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/twodcomponenttype/cc_a/ ---- - -## TwoDComponentType::CC_A Enum Value - -**Value:** `1` - - -CC-A type of 2D component. It is a structural variant of MicroPDF417 - diff --git a/english/php/aspose.barcode.generation/twodcomponenttype/cc_b/_index.md b/english/php/aspose.barcode.generation/twodcomponenttype/cc_b/_index.md deleted file mode 100644 index 59ffe5915..000000000 --- a/english/php/aspose.barcode.generation/twodcomponenttype/cc_b/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "TwoDComponentType::CC_B" -linktitle: "CC_B" -articleTitle: "CC_B" -second_title: "Aspose.BarCode for PHP via Java" -description: "CC-B type of 2D component. It is a MicroPDF417 symbol." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/twodcomponenttype/cc_b/ ---- - -## TwoDComponentType::CC_B Enum Value - -**Value:** `2` - - -CC-B type of 2D component. It is a MicroPDF417 symbol. - diff --git a/english/php/aspose.barcode.generation/twodcomponenttype/cc_c/_index.md b/english/php/aspose.barcode.generation/twodcomponenttype/cc_c/_index.md deleted file mode 100644 index c7b269700..000000000 --- a/english/php/aspose.barcode.generation/twodcomponenttype/cc_c/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "TwoDComponentType::CC_C" -linktitle: "CC_C" -articleTitle: "CC_C" -second_title: "Aspose.BarCode for PHP via Java" -description: "CC-C type of 2D component. It is a PDF417 symbol." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/twodcomponenttype/cc_c/ ---- - -## TwoDComponentType::CC_C Enum Value - -**Value:** `3` - - -CC-C type of 2D component. It is a PDF417 symbol. - diff --git a/english/php/aspose.barcode.generation/unit/_index.md b/english/php/aspose.barcode.generation/unit/_index.md index edfb578c8..1209f3067 100644 --- a/english/php/aspose.barcode.generation/unit/_index.md +++ b/english/php/aspose.barcode.generation/unit/_index.md @@ -1,7 +1,6 @@ --- -title: "Unit Class" +title: "Unit" linktitle: "Unit" -articleTitle: "Unit" second_title: "Aspose.BarCode for PHP via Java" description: "Specifies the size value in different units (Pixel, Inches, etc.). This sample shows how to create and save a BarCode image." type: docs @@ -21,20 +20,93 @@ Specifies the size value in different units (Pixel, Inches, etc.). This sample s | Name | Description | | --- | --- | -| [__construct](./unit/) | | +| [__construct](#constructor) | | ## Methods | Name | Static | Description | | --- | --- | --- | -| [initUnit](./initunit/) | Yes | | +| [initUnit](#initunit) | Yes | | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [Document](./document/) | Read/Write | Gets size value in document units. | -| [Inches](./inches/) | Read/Write | Gets size value in inches. | -| [Millimeters](./millimeters/) | Read/Write | Gets size value in millimeters. | -| [Pixels](./pixels/) | Read/Write | Gets size value in pixels. | -| [Point](./point/) | Read/Write | Gets size value in point. | +| [Document](#document) | Read/Write | Gets size value in document units. | +| [Inches](#inches) | Read/Write | Gets size value in inches. | +| [Millimeters](#millimeters) | Read/Write | Gets size value in millimeters. | +| [Pixels](#pixels) | Read/Write | Gets size value in pixels. | +| [Point](#point) | Read/Write | Gets size value in point. | + +### Unit__construct($source) {#constructor} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$source` | `` | | + +### initUnitinitUnit($source) (static) {#initunit} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$source` | `` | | + +### Document {#document} + +**Access:** Read/Write + +Gets size value in document units. + +Sets size value in document units. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `float` | | + +### Inches {#inches} + +**Access:** Read/Write + +Gets size value in inches. + +Sets size value in inches. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `float` | | + +### Millimeters {#millimeters} + +**Access:** Read/Write + +Gets size value in millimeters. + +Sets size value in millimeters. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `float` | | + +### Pixels {#pixels} + +**Access:** Read/Write + +Gets size value in pixels. + +Sets size value in pixels. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `float` | | + +### Point {#point} + +**Access:** Read/Write + +Gets size value in point. + +Sets size value in point. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `float` | | + diff --git a/english/php/aspose.barcode.generation/unit/document/_index.md b/english/php/aspose.barcode.generation/unit/document/_index.md deleted file mode 100644 index c57e5a749..000000000 --- a/english/php/aspose.barcode.generation/unit/document/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Unit.Document" -linktitle: "Document" -articleTitle: "Document" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets size value in document units." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/unit/document/ ---- - -## Unit.Document - -**Access:** Read/Write - - -### Get - -Gets size value in document units. - - -### Set - -Sets size value in document units. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `float` | | diff --git a/english/php/aspose.barcode.generation/unit/inches/_index.md b/english/php/aspose.barcode.generation/unit/inches/_index.md deleted file mode 100644 index 71fb9393d..000000000 --- a/english/php/aspose.barcode.generation/unit/inches/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Unit.Inches" -linktitle: "Inches" -articleTitle: "Inches" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets size value in inches." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/unit/inches/ ---- - -## Unit.Inches - -**Access:** Read/Write - - -### Get - -Gets size value in inches. - - -### Set - -Sets size value in inches. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `float` | | diff --git a/english/php/aspose.barcode.generation/unit/initunit/_index.md b/english/php/aspose.barcode.generation/unit/initunit/_index.md deleted file mode 100644 index ea331e1c7..000000000 --- a/english/php/aspose.barcode.generation/unit/initunit/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Unit.initUnit" -linktitle: "initUnit" -articleTitle: "initUnit" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/unit/initunit/ ---- - -## Unit.initUnit - -```php -initUnit($source) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$source` | `` | | diff --git a/english/php/aspose.barcode.generation/unit/millimeters/_index.md b/english/php/aspose.barcode.generation/unit/millimeters/_index.md deleted file mode 100644 index e0d8faf62..000000000 --- a/english/php/aspose.barcode.generation/unit/millimeters/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Unit.Millimeters" -linktitle: "Millimeters" -articleTitle: "Millimeters" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets size value in millimeters." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/unit/millimeters/ ---- - -## Unit.Millimeters - -**Access:** Read/Write - - -### Get - -Gets size value in millimeters. - - -### Set - -Sets size value in millimeters. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `float` | | diff --git a/english/php/aspose.barcode.generation/unit/pixels/_index.md b/english/php/aspose.barcode.generation/unit/pixels/_index.md deleted file mode 100644 index b00fbb75e..000000000 --- a/english/php/aspose.barcode.generation/unit/pixels/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Unit.Pixels" -linktitle: "Pixels" -articleTitle: "Pixels" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets size value in pixels." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/unit/pixels/ ---- - -## Unit.Pixels - -**Access:** Read/Write - - -### Get - -Gets size value in pixels. - - -### Set - -Sets size value in pixels. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `float` | | diff --git a/english/php/aspose.barcode.generation/unit/point/_index.md b/english/php/aspose.barcode.generation/unit/point/_index.md deleted file mode 100644 index ae42d44af..000000000 --- a/english/php/aspose.barcode.generation/unit/point/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Unit.Point" -linktitle: "Point" -articleTitle: "Point" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets size value in point." -type: docs -weight: 10 -url: /php/aspose.barcode.generation/unit/point/ ---- - -## Unit.Point - -**Access:** Read/Write - - -### Get - -Gets size value in point. - - -### Set - -Sets size value in point. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `float` | | diff --git a/english/php/aspose.barcode.generation/unit/unit/_index.md b/english/php/aspose.barcode.generation/unit/unit/_index.md deleted file mode 100644 index 23bb92941..000000000 --- a/english/php/aspose.barcode.generation/unit/unit/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Unit" -linktitle: "Unit" -articleTitle: "Unit" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.generation/unit/unit/ ---- - -## Unit Constructor - -```php -__construct($source) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$source` | `` | | diff --git a/english/php/aspose.barcode.internal/_index.md b/english/php/aspose.barcode.internal/_index.md index b98053eb3..7a44c13cd 100644 --- a/english/php/aspose.barcode.internal/_index.md +++ b/english/php/aspose.barcode.internal/_index.md @@ -1,9 +1,8 @@ --- title: "Aspose.Barcode.Internal" linktitle: "Aspose.Barcode.Internal" -articleTitle: "Aspose.Barcode.Internal" second_title: "Aspose.BarCode for PHP via Java" -description: "The Aspose.Barcode.Internal namespace supplies internal utility and support classes for barcode handling, licensing, geometry, and Thrift communication." +description: "Provides core utility, licensing, geometry, and error handling classes used internally by the Aspose.BarCode for PHP via Java library." type: docs weight: 10 url: /php/aspose.barcode.internal/ @@ -11,8 +10,7 @@ url: /php/aspose.barcode.internal/ ## Aspose.Barcode.Internal namespace -It contains low‑level components such as exception types, common helpers, licensing management, basic geometric structures, and the ThriftConnection used for client‑server interactions. These classes are primarily intended for internal use by the Aspose.Barcode library. - +The Aspose.Barcode.Internal namespace contains low‑level components such as exception types, geometric primitives, licensing management, and Thrift connection support that underpin the public API. These classes are primarily for internal use but are documented for developers requiring deeper integration. ## Classes diff --git a/english/php/aspose.barcode.internal/barcodeexception/_index.md b/english/php/aspose.barcode.internal/barcodeexception/_index.md index 14cc8782a..9c9f103ed 100644 --- a/english/php/aspose.barcode.internal/barcodeexception/_index.md +++ b/english/php/aspose.barcode.internal/barcodeexception/_index.md @@ -1,7 +1,6 @@ --- -title: "BarcodeException Class" +title: "BarcodeException" linktitle: "BarcodeException" -articleTitle: "BarcodeException" second_title: "Aspose.BarCode for PHP via Java" description: "Class BarcodeException" type: docs @@ -21,23 +20,66 @@ Class BarcodeException | Name | Description | | --- | --- | -| [__construct](./barcodeexception/) | BarcodeException constructor. | +| [__construct](#constructor) | BarcodeException constructor. | ## Methods | Name | Static | Description | | --- | --- | --- | -| [setMessage](./setmessage/) | No | | +| [setMessage](#setmessage) | No | | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [Kind](./kind/) | Read/Write | | -| [StackTrace](./stacktrace/) | Read/Write | | +| [Kind](#kind) | Read/Write | | +| [StackTrace](#stacktrace) | Read/Write | | ## Constants | Name | Value | Description | | --- | --- | --- | -| [MAX_LINES](./max_lines/) | `34` | | +| [MAX_LINES](#max_lines) | `34` | | + +### BarcodeException__construct($inputMessage, $file, $line, $code, Throwable $previous) {#constructor} + +BarcodeException constructor. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$inputMessage` | `` | | +| `$file` | `` | | +| `$line` | `` | | +| `$code` | `` | | +| `$previous` | `Throwable` | | + +### setMessagesetMessage($message) {#setmessage} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$message` | `` | | + +### Kind {#kind} + +**Access:** Read/Write + +**Returns:** mixed + +| Parameter | Type | Description | +| --- | --- | --- | +| `$kind` | `` | | + +### StackTrace {#stacktrace} + +**Access:** Read/Write + +**Returns:** mixed + +| Parameter | Type | Description | +| --- | --- | --- | +| `$stackTrace` | `` | | + +### MAX_LINES {#max_lines} + +**Value:** `34` + diff --git a/english/php/aspose.barcode.internal/barcodeexception/barcodeexception/_index.md b/english/php/aspose.barcode.internal/barcodeexception/barcodeexception/_index.md deleted file mode 100644 index c94d67c26..000000000 --- a/english/php/aspose.barcode.internal/barcodeexception/barcodeexception/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: "BarcodeException" -linktitle: "BarcodeException" -articleTitle: "BarcodeException" -second_title: "Aspose.BarCode for PHP via Java" -description: "BarcodeException constructor." -type: docs -weight: 10 -url: /php/aspose.barcode.internal/barcodeexception/barcodeexception/ ---- - -## BarcodeException Constructor - -```php -__construct($inputMessage, $file, $line, $code, Throwable $previous) -``` - - -BarcodeException constructor. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$inputMessage` | `` | | -| `$file` | `` | | -| `$line` | `` | | -| `$code` | `` | | -| `$previous` | `Throwable` | | diff --git a/english/php/aspose.barcode.internal/barcodeexception/kind/_index.md b/english/php/aspose.barcode.internal/barcodeexception/kind/_index.md deleted file mode 100644 index e5a9994d1..000000000 --- a/english/php/aspose.barcode.internal/barcodeexception/kind/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: "BarcodeException.Kind" -linktitle: "Kind" -articleTitle: "Kind" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.internal/barcodeexception/kind/ ---- - -## BarcodeException.Kind - -**Access:** Read/Write - - -**Returns:** mixed - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$kind` | `` | | diff --git a/english/php/aspose.barcode.internal/barcodeexception/max_lines/_index.md b/english/php/aspose.barcode.internal/barcodeexception/max_lines/_index.md deleted file mode 100644 index 17241a70d..000000000 --- a/english/php/aspose.barcode.internal/barcodeexception/max_lines/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "BarcodeException::MAX_LINES" -linktitle: "MAX_LINES" -articleTitle: "MAX_LINES" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.internal/barcodeexception/max_lines/ ---- - -## BarcodeException::MAX_LINES Constant - -**Value:** `34` - diff --git a/english/php/aspose.barcode.internal/barcodeexception/setmessage/_index.md b/english/php/aspose.barcode.internal/barcodeexception/setmessage/_index.md deleted file mode 100644 index 356fa8419..000000000 --- a/english/php/aspose.barcode.internal/barcodeexception/setmessage/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "BarcodeException.setMessage" -linktitle: "setMessage" -articleTitle: "setMessage" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.internal/barcodeexception/setmessage/ ---- - -## BarcodeException.setMessage - -```php -setMessage($message) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$message` | `` | | diff --git a/english/php/aspose.barcode.internal/barcodeexception/stacktrace/_index.md b/english/php/aspose.barcode.internal/barcodeexception/stacktrace/_index.md deleted file mode 100644 index aa9063d68..000000000 --- a/english/php/aspose.barcode.internal/barcodeexception/stacktrace/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: "BarcodeException.StackTrace" -linktitle: "StackTrace" -articleTitle: "StackTrace" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.internal/barcodeexception/stacktrace/ ---- - -## BarcodeException.StackTrace - -**Access:** Read/Write - - -**Returns:** mixed - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$stackTrace` | `` | | diff --git a/english/php/aspose.barcode.internal/commonutility/_index.md b/english/php/aspose.barcode.internal/commonutility/_index.md index f6117a066..bba59dbbf 100644 --- a/english/php/aspose.barcode.internal/commonutility/_index.md +++ b/english/php/aspose.barcode.internal/commonutility/_index.md @@ -1,7 +1,6 @@ --- -title: "CommonUtility Class" +title: "CommonUtility" linktitle: "CommonUtility" -articleTitle: "CommonUtility" second_title: "Aspose.BarCode for PHP via Java" description: "" type: docs @@ -18,12 +17,68 @@ url: /php/aspose.barcode.internal/commonutility/ | Name | Static | Description | | --- | --- | --- | -| [are_all_null](./are_all_null/) | Yes | | -| [areAllNull](./areallnull/) | Yes | | -| [convertAreasToStringFormattedAreas](./convertareastostringformattedareas/) | Yes | | -| [convertImageResourceToBinared](./convertimageresourcetobinared/) | Yes | | -| [is_any_null](./is_any_null/) | Yes | | -| [isClassContainsConstantValueFromArray](./isclasscontainsconstantvaluefromarray/) | Yes | | -| [isClassContainsConstValue](./isclasscontainsconstvalue/) | Yes | | -| [isPath](./ispath/) | Yes | | -| [println](./println/) | Yes | | +| [are_all_null](#are_all_null) | Yes | | +| [areAllNull](#areallnull) | Yes | | +| [convertAreasToStringFormattedAreas](#convertareastostringformattedareas) | Yes | | +| [convertImageResourceToBinared](#convertimageresourcetobinared) | Yes | | +| [is_any_null](#is_any_null) | Yes | | +| [isClassContainsConstantValueFromArray](#isclasscontainsconstantvaluefromarray) | Yes | | +| [isClassContainsConstValue](#isclasscontainsconstvalue) | Yes | | +| [isPath](#ispath) | Yes | | +| [println](#println) | Yes | | +### are_all_nullare_all_null($array) (static) {#are_all_null} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$array` | `` | | + +### areAllNullareAllNull($array) (static) {#areallnull} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$array` | `` | | + +### convertAreasToStringFormattedAreasconvertAreasToStringFormattedAreas($areas) (static) {#convertareastostringformattedareas} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$areas` | `` | | + +### convertImageResourceToBinaredconvertImageResourceToBinared($imageResource) (static) {#convertimageresourcetobinared} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$imageResource` | `` | | + +### is_any_nullis_any_null($array) (static) {#is_any_null} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$array` | `` | | + +### isClassContainsConstantValueFromArrayisClassContainsConstantValueFromArray($className, $array) (static) {#isclasscontainsconstantvaluefromarray} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$className` | `` | | +| `$array` | `` | | + +### isClassContainsConstValueisClassContainsConstValue($className, $expectedValue) (static) {#isclasscontainsconstvalue} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$className` | `` | | +| `$expectedValue` | `` | | + +### isPathisPath($file) (static) {#ispath} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$file` | `` | | + +### printlnprintln(string $string) (static) {#println} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$string` | `string` | | + diff --git a/english/php/aspose.barcode.internal/commonutility/are_all_null/_index.md b/english/php/aspose.barcode.internal/commonutility/are_all_null/_index.md deleted file mode 100644 index 5be50399c..000000000 --- a/english/php/aspose.barcode.internal/commonutility/are_all_null/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "CommonUtility.are_all_null" -linktitle: "are_all_null" -articleTitle: "are_all_null" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.internal/commonutility/are_all_null/ ---- - -## CommonUtility.are_all_null - -```php -are_all_null($array) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$array` | `` | | diff --git a/english/php/aspose.barcode.internal/commonutility/areallnull/_index.md b/english/php/aspose.barcode.internal/commonutility/areallnull/_index.md deleted file mode 100644 index d2bb72526..000000000 --- a/english/php/aspose.barcode.internal/commonutility/areallnull/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "CommonUtility.areAllNull" -linktitle: "areAllNull" -articleTitle: "areAllNull" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.internal/commonutility/areallnull/ ---- - -## CommonUtility.areAllNull - -```php -areAllNull($array) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$array` | `` | | diff --git a/english/php/aspose.barcode.internal/commonutility/convertareastostringformattedareas/_index.md b/english/php/aspose.barcode.internal/commonutility/convertareastostringformattedareas/_index.md deleted file mode 100644 index efe93db4b..000000000 --- a/english/php/aspose.barcode.internal/commonutility/convertareastostringformattedareas/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "CommonUtility.convertAreasToStringFormattedAreas" -linktitle: "convertAreasToStringFormattedAreas" -articleTitle: "convertAreasToStringFormattedAreas" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.internal/commonutility/convertareastostringformattedareas/ ---- - -## CommonUtility.convertAreasToStringFormattedAreas - -```php -convertAreasToStringFormattedAreas($areas) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$areas` | `` | | diff --git a/english/php/aspose.barcode.internal/commonutility/convertimageresourcetobinared/_index.md b/english/php/aspose.barcode.internal/commonutility/convertimageresourcetobinared/_index.md deleted file mode 100644 index ae4fdba04..000000000 --- a/english/php/aspose.barcode.internal/commonutility/convertimageresourcetobinared/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "CommonUtility.convertImageResourceToBinared" -linktitle: "convertImageResourceToBinared" -articleTitle: "convertImageResourceToBinared" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.internal/commonutility/convertimageresourcetobinared/ ---- - -## CommonUtility.convertImageResourceToBinared - -```php -convertImageResourceToBinared($imageResource) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$imageResource` | `` | | diff --git a/english/php/aspose.barcode.internal/commonutility/is_any_null/_index.md b/english/php/aspose.barcode.internal/commonutility/is_any_null/_index.md deleted file mode 100644 index 144290fc2..000000000 --- a/english/php/aspose.barcode.internal/commonutility/is_any_null/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "CommonUtility.is_any_null" -linktitle: "is_any_null" -articleTitle: "is_any_null" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.internal/commonutility/is_any_null/ ---- - -## CommonUtility.is_any_null - -```php -is_any_null($array) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$array` | `` | | diff --git a/english/php/aspose.barcode.internal/commonutility/isclasscontainsconstantvaluefromarray/_index.md b/english/php/aspose.barcode.internal/commonutility/isclasscontainsconstantvaluefromarray/_index.md deleted file mode 100644 index df3cb7e6a..000000000 --- a/english/php/aspose.barcode.internal/commonutility/isclasscontainsconstantvaluefromarray/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "CommonUtility.isClassContainsConstantValueFromArray" -linktitle: "isClassContainsConstantValueFromArray" -articleTitle: "isClassContainsConstantValueFromArray" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.internal/commonutility/isclasscontainsconstantvaluefromarray/ ---- - -## CommonUtility.isClassContainsConstantValueFromArray - -```php -isClassContainsConstantValueFromArray($className, $array) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$className` | `` | | -| `$array` | `` | | diff --git a/english/php/aspose.barcode.internal/commonutility/isclasscontainsconstvalue/_index.md b/english/php/aspose.barcode.internal/commonutility/isclasscontainsconstvalue/_index.md deleted file mode 100644 index ce5277877..000000000 --- a/english/php/aspose.barcode.internal/commonutility/isclasscontainsconstvalue/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "CommonUtility.isClassContainsConstValue" -linktitle: "isClassContainsConstValue" -articleTitle: "isClassContainsConstValue" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.internal/commonutility/isclasscontainsconstvalue/ ---- - -## CommonUtility.isClassContainsConstValue - -```php -isClassContainsConstValue($className, $expectedValue) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$className` | `` | | -| `$expectedValue` | `` | | diff --git a/english/php/aspose.barcode.internal/commonutility/ispath/_index.md b/english/php/aspose.barcode.internal/commonutility/ispath/_index.md deleted file mode 100644 index 0c7327ece..000000000 --- a/english/php/aspose.barcode.internal/commonutility/ispath/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "CommonUtility.isPath" -linktitle: "isPath" -articleTitle: "isPath" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.internal/commonutility/ispath/ ---- - -## CommonUtility.isPath - -```php -isPath($file) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$file` | `` | | diff --git a/english/php/aspose.barcode.internal/commonutility/println/_index.md b/english/php/aspose.barcode.internal/commonutility/println/_index.md deleted file mode 100644 index 8f4384ee6..000000000 --- a/english/php/aspose.barcode.internal/commonutility/println/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "CommonUtility.println" -linktitle: "println" -articleTitle: "println" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.internal/commonutility/println/ ---- - -## CommonUtility.println - -```php -println(string $string) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$string` | `string` | | diff --git a/english/php/aspose.barcode.internal/license/_index.md b/english/php/aspose.barcode.internal/license/_index.md index 4a0f7a70d..83878a1c7 100644 --- a/english/php/aspose.barcode.internal/license/_index.md +++ b/english/php/aspose.barcode.internal/license/_index.md @@ -1,7 +1,6 @@ --- -title: "License Class" +title: "License" linktitle: "License" -articleTitle: "License" second_title: "Aspose.BarCode for PHP via Java" description: "" type: docs @@ -18,21 +17,62 @@ url: /php/aspose.barcode.internal/license/ | Name | Description | | --- | --- | -| [__construct](./license/) | | +| [__construct](#constructor) | | ## Methods | Name | Static | Description | | --- | --- | --- | -| [isLicensed](./islicensed/) | No | | -| [prepareLicenseContent](./preparelicensecontent/) | Yes | This method is intended only for cases where license content is passed to the methods readBarCodes() and generateBarCodeImage() with the flag $passLicense = true) | -| [resetLicense](./resetlicense/) | No | | -| [setLicense](./setlicense/) | No | | -| [setLicenseFromBase64](./setlicensefrombase64/) | No | | -| [setLicenseFromFile](./setlicensefromfile/) | No | | +| [isLicensed](#islicensed) | No | | +| [prepareLicenseContent](#preparelicensecontent) | Yes | This method is intended only for cases where license content is passed to the methods readBarCodes() and generateBarCodeImage() with the flag $passLicense = true) | +| [resetLicense](#resetlicense) | No | | +| [setLicense](#setlicense) | No | | +| [setLicenseFromBase64](#setlicensefrombase64) | No | | +| [setLicenseFromFile](#setlicensefromfile) | No | | ## Properties -| Name | Read/Write | Description | +| Name | Static | Read/Write | Description | +| --- | --- | --- | --- | +| [LicenseContent](#licensecontent) | Yes | Read-only | | + +### License__construct() {#constructor} + +### isLicensedisLicensed() {#islicensed} + +### prepareLicenseContentprepareLicenseContent(string $licenseFilePath) (static) {#preparelicensecontent} + +This method is intended only for cases where license content is passed to the methods readBarCodes() and generateBarCodeImage() with the flag $passLicense = true) + +| Parameter | Type | Description | +| --- | --- | --- | +| `$licenseFilePath` | `string` | | + +**Returns:** void + +### resetLicenseresetLicense() {#resetlicense} + +### setLicensesetLicense(string $licenseFileOrBase64Content) {#setlicense} + +| Parameter | Type | Description | | --- | --- | --- | -| [LicenseContent](./licensecontent/) | Read-only | | +| `$licenseFileOrBase64Content` | `string` | | + +### setLicenseFromBase64setLicenseFromBase64(string $licenseContent) {#setlicensefrombase64} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$licenseContent` | `string` | | + +### setLicenseFromFilesetLicenseFromFile(string $licenseFilePath) {#setlicensefromfile} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$licenseFilePath` | `string` | | + +### LicenseContent {#licensecontent} + +**Access:** Read-only + +**Static:** Yes + diff --git a/english/php/aspose.barcode.internal/license/islicensed/_index.md b/english/php/aspose.barcode.internal/license/islicensed/_index.md deleted file mode 100644 index 6a252bb3f..000000000 --- a/english/php/aspose.barcode.internal/license/islicensed/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "License.isLicensed" -linktitle: "isLicensed" -articleTitle: "isLicensed" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.internal/license/islicensed/ ---- - -## License.isLicensed - -```php -isLicensed() -``` - diff --git a/english/php/aspose.barcode.internal/license/license/_index.md b/english/php/aspose.barcode.internal/license/license/_index.md deleted file mode 100644 index 211af7191..000000000 --- a/english/php/aspose.barcode.internal/license/license/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "License" -linktitle: "License" -articleTitle: "License" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.internal/license/license/ ---- - -## License Constructor - -```php -__construct() -``` - diff --git a/english/php/aspose.barcode.internal/license/licensecontent/_index.md b/english/php/aspose.barcode.internal/license/licensecontent/_index.md deleted file mode 100644 index 59c29937e..000000000 --- a/english/php/aspose.barcode.internal/license/licensecontent/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "License.LicenseContent" -linktitle: "LicenseContent" -articleTitle: "LicenseContent" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.internal/license/licensecontent/ ---- - -## License.LicenseContent - -**Access:** Read-only - diff --git a/english/php/aspose.barcode.internal/license/preparelicensecontent/_index.md b/english/php/aspose.barcode.internal/license/preparelicensecontent/_index.md deleted file mode 100644 index 86551b5d9..000000000 --- a/english/php/aspose.barcode.internal/license/preparelicensecontent/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "License.prepareLicenseContent" -linktitle: "prepareLicenseContent" -articleTitle: "prepareLicenseContent" -second_title: "Aspose.BarCode for PHP via Java" -description: "This method is intended only for cases where license content is passed to the methods readBarCodes() and generateBarCodeImage() with the flag $passLicense = true)" -type: docs -weight: 10 -url: /php/aspose.barcode.internal/license/preparelicensecontent/ ---- - -## License.prepareLicenseContent - -```php -prepareLicenseContent(string $licenseFilePath) -``` - - -This method is intended only for cases where license content is passed to the methods readBarCodes() and generateBarCodeImage() with the flag $passLicense = true) - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$licenseFilePath` | `string` | | - -**Returns:** void - diff --git a/english/php/aspose.barcode.internal/license/resetlicense/_index.md b/english/php/aspose.barcode.internal/license/resetlicense/_index.md deleted file mode 100644 index bc2575db7..000000000 --- a/english/php/aspose.barcode.internal/license/resetlicense/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "License.resetLicense" -linktitle: "resetLicense" -articleTitle: "resetLicense" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.internal/license/resetlicense/ ---- - -## License.resetLicense - -```php -resetLicense() -``` - diff --git a/english/php/aspose.barcode.internal/license/setlicense/_index.md b/english/php/aspose.barcode.internal/license/setlicense/_index.md deleted file mode 100644 index a696bbbcd..000000000 --- a/english/php/aspose.barcode.internal/license/setlicense/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "License.setLicense" -linktitle: "setLicense" -articleTitle: "setLicense" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.internal/license/setlicense/ ---- - -## License.setLicense - -```php -setLicense(string $licenseFileOrBase64Content) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$licenseFileOrBase64Content` | `string` | | diff --git a/english/php/aspose.barcode.internal/license/setlicensefrombase64/_index.md b/english/php/aspose.barcode.internal/license/setlicensefrombase64/_index.md deleted file mode 100644 index 170c35f02..000000000 --- a/english/php/aspose.barcode.internal/license/setlicensefrombase64/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "License.setLicenseFromBase64" -linktitle: "setLicenseFromBase64" -articleTitle: "setLicenseFromBase64" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.internal/license/setlicensefrombase64/ ---- - -## License.setLicenseFromBase64 - -```php -setLicenseFromBase64(string $licenseContent) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$licenseContent` | `string` | | diff --git a/english/php/aspose.barcode.internal/license/setlicensefromfile/_index.md b/english/php/aspose.barcode.internal/license/setlicensefromfile/_index.md deleted file mode 100644 index cd5c13732..000000000 --- a/english/php/aspose.barcode.internal/license/setlicensefromfile/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "License.setLicenseFromFile" -linktitle: "setLicenseFromFile" -articleTitle: "setLicenseFromFile" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.internal/license/setlicensefromfile/ ---- - -## License.setLicenseFromFile - -```php -setLicenseFromFile(string $licenseFilePath) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$licenseFilePath` | `string` | | diff --git a/english/php/aspose.barcode.internal/licensemanager/_index.md b/english/php/aspose.barcode.internal/licensemanager/_index.md index 57427a7f4..67e4e449e 100644 --- a/english/php/aspose.barcode.internal/licensemanager/_index.md +++ b/english/php/aspose.barcode.internal/licensemanager/_index.md @@ -1,7 +1,6 @@ --- -title: "LicenseManager Class" +title: "LicenseManager" linktitle: "LicenseManager" -articleTitle: "LicenseManager" second_title: "Aspose.BarCode for PHP via Java" description: "" type: docs @@ -18,12 +17,34 @@ url: /php/aspose.barcode.internal/licensemanager/ | Name | Static | Description | | --- | --- | --- | -| [loadLicense](./loadlicense/) | No | | -| [resetLicenseData](./resetlicensedata/) | No | | +| [loadLicense](#loadlicense) | No | | +| [resetLicenseData](#resetlicensedata) | No | | ## Properties -| Name | Read/Write | Description | +| Name | Static | Read/Write | Description | +| --- | --- | --- | --- | +| [Instance](#instance) | Yes | Read-only | | +| [LicenseContent](#licensecontent) | No | Read/Write | | +### loadLicenseloadLicense(string $licenseFilePath) {#loadlicense} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$licenseFilePath` | `string` | | + +### resetLicenseDataresetLicenseData() {#resetlicensedata} + +### Instance {#instance} + +**Access:** Read-only + +**Static:** Yes + +### LicenseContent {#licensecontent} + +**Access:** Read/Write + +| Parameter | Type | Description | | --- | --- | --- | -| [Instance](./instance/) | Read-only | | -| [LicenseContent](./licensecontent/) | Read/Write | | +| `$licenseContent` | `?string` | | + diff --git a/english/php/aspose.barcode.internal/licensemanager/instance/_index.md b/english/php/aspose.barcode.internal/licensemanager/instance/_index.md deleted file mode 100644 index c9b1c41bc..000000000 --- a/english/php/aspose.barcode.internal/licensemanager/instance/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "LicenseManager.Instance" -linktitle: "Instance" -articleTitle: "Instance" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.internal/licensemanager/instance/ ---- - -## LicenseManager.Instance - -**Access:** Read-only - diff --git a/english/php/aspose.barcode.internal/licensemanager/licensecontent/_index.md b/english/php/aspose.barcode.internal/licensemanager/licensecontent/_index.md deleted file mode 100644 index ab12daada..000000000 --- a/english/php/aspose.barcode.internal/licensemanager/licensecontent/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "LicenseManager.LicenseContent" -linktitle: "LicenseContent" -articleTitle: "LicenseContent" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.internal/licensemanager/licensecontent/ ---- - -## LicenseManager.LicenseContent - -**Access:** Read/Write - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$licenseContent` | `?string` | | diff --git a/english/php/aspose.barcode.internal/licensemanager/loadlicense/_index.md b/english/php/aspose.barcode.internal/licensemanager/loadlicense/_index.md deleted file mode 100644 index 9bf9dc5af..000000000 --- a/english/php/aspose.barcode.internal/licensemanager/loadlicense/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "LicenseManager.loadLicense" -linktitle: "loadLicense" -articleTitle: "loadLicense" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.internal/licensemanager/loadlicense/ ---- - -## LicenseManager.loadLicense - -```php -loadLicense(string $licenseFilePath) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$licenseFilePath` | `string` | | diff --git a/english/php/aspose.barcode.internal/licensemanager/resetlicensedata/_index.md b/english/php/aspose.barcode.internal/licensemanager/resetlicensedata/_index.md deleted file mode 100644 index 6c3875b2d..000000000 --- a/english/php/aspose.barcode.internal/licensemanager/resetlicensedata/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "LicenseManager.resetLicenseData" -linktitle: "resetLicenseData" -articleTitle: "resetLicenseData" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.internal/licensemanager/resetlicensedata/ ---- - -## LicenseManager.resetLicenseData - -```php -resetLicenseData() -``` - diff --git a/english/php/aspose.barcode.internal/point/_index.md b/english/php/aspose.barcode.internal/point/_index.md index c35e4eb8b..c1df90717 100644 --- a/english/php/aspose.barcode.internal/point/_index.md +++ b/english/php/aspose.barcode.internal/point/_index.md @@ -1,7 +1,6 @@ --- -title: "Point Class" +title: "Point" linktitle: "Point" -articleTitle: "Point" second_title: "Aspose.BarCode for PHP via Java" description: "" type: docs @@ -18,18 +17,54 @@ url: /php/aspose.barcode.internal/point/ | Name | Description | | --- | --- | -| [__construct](./point/) | Rectangle constructor. | +| [__construct](#constructor) | Rectangle constructor. | ## Methods | Name | Static | Description | | --- | --- | --- | -| [construct](./construct/) | Yes | | -| [EMPTY](./empty/) | Yes | Represents a Quadrangle structure with its properties left uninitialized.Value: Quadrangle | +| [construct](#construct) | Yes | | +| [EMPTY](#empty) | Yes | Represents a Quadrangle structure with its properties left uninitialized.Value: Quadrangle | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [X](./x/) | Read/Write | | -| [Y](./y/) | Read/Write | | +| [X](#x) | Read/Write | | +| [Y](#y) | Read/Write | | + +### Point__construct($x, $y) {#constructor} + +Rectangle constructor. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$x` | `` | | +| `$y` | `` | | + +### constructconstruct($dtoRef) (static) {#construct} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$dtoRef` | `` | | + +### EMPTYEMPTY() (static) {#empty} + +Represents a Quadrangle structure with its properties left uninitialized.Value: Quadrangle + +### X {#x} + +**Access:** Read/Write + +| Parameter | Type | Description | +| --- | --- | --- | +| `$x` | `int` | | + +### Y {#y} + +**Access:** Read/Write + +| Parameter | Type | Description | +| --- | --- | --- | +| `$y` | `int` | | + diff --git a/english/php/aspose.barcode.internal/point/construct/_index.md b/english/php/aspose.barcode.internal/point/construct/_index.md deleted file mode 100644 index c395708fc..000000000 --- a/english/php/aspose.barcode.internal/point/construct/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Point.construct" -linktitle: "construct" -articleTitle: "construct" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.internal/point/construct/ ---- - -## Point.construct - -```php -construct($dtoRef) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$dtoRef` | `` | | diff --git a/english/php/aspose.barcode.internal/point/empty/_index.md b/english/php/aspose.barcode.internal/point/empty/_index.md deleted file mode 100644 index 393c93131..000000000 --- a/english/php/aspose.barcode.internal/point/empty/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Point.EMPTY" -linktitle: "EMPTY" -articleTitle: "EMPTY" -second_title: "Aspose.BarCode for PHP via Java" -description: "Represents a Quadrangle structure with its properties left uninitialized.Value: Quadrangle" -type: docs -weight: 10 -url: /php/aspose.barcode.internal/point/empty/ ---- - -## Point.EMPTY - -```php -EMPTY() -``` - - -Represents a Quadrangle structure with its properties left uninitialized.Value: Quadrangle - diff --git a/english/php/aspose.barcode.internal/point/point/_index.md b/english/php/aspose.barcode.internal/point/point/_index.md deleted file mode 100644 index 163a5f38a..000000000 --- a/english/php/aspose.barcode.internal/point/point/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: "Point" -linktitle: "Point" -articleTitle: "Point" -second_title: "Aspose.BarCode for PHP via Java" -description: "Rectangle constructor." -type: docs -weight: 10 -url: /php/aspose.barcode.internal/point/point/ ---- - -## Point Constructor - -```php -__construct($x, $y) -``` - - -Rectangle constructor. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$x` | `` | | -| `$y` | `` | | diff --git a/english/php/aspose.barcode.internal/point/x/_index.md b/english/php/aspose.barcode.internal/point/x/_index.md deleted file mode 100644 index 75fd64dd9..000000000 --- a/english/php/aspose.barcode.internal/point/x/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "Point.X" -linktitle: "X" -articleTitle: "X" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.internal/point/x/ ---- - -## Point.X - -**Access:** Read/Write - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$x` | `int` | | diff --git a/english/php/aspose.barcode.internal/point/y/_index.md b/english/php/aspose.barcode.internal/point/y/_index.md deleted file mode 100644 index 46c5f59d6..000000000 --- a/english/php/aspose.barcode.internal/point/y/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "Point.Y" -linktitle: "Y" -articleTitle: "Y" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.internal/point/y/ ---- - -## Point.Y - -**Access:** Read/Write - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$y` | `int` | | diff --git a/english/php/aspose.barcode.internal/rectangle/_index.md b/english/php/aspose.barcode.internal/rectangle/_index.md index ed2d16cc2..624aa5be7 100644 --- a/english/php/aspose.barcode.internal/rectangle/_index.md +++ b/english/php/aspose.barcode.internal/rectangle/_index.md @@ -1,7 +1,6 @@ --- -title: "Rectangle Class" +title: "Rectangle" linktitle: "Rectangle" -articleTitle: "Rectangle" second_title: "Aspose.BarCode for PHP via Java" description: "" type: docs @@ -18,27 +17,105 @@ url: /php/aspose.barcode.internal/rectangle/ | Name | Description | | --- | --- | -| [__construct](./rectangle/) | Rectangle constructor. | +| [__construct](#constructor) | Rectangle constructor. | ## Methods | Name | Static | Description | | --- | --- | --- | -| [construct](./construct/) | Yes | Rectangle constructor. | -| [EMPTY](./empty/) | Yes | Represents a Quadrangle structure with its properties left uninitialized.Value: Quadrangle | -| [fromLTRB](./fromltrb/) | Yes | FromLTRB Shared Method Produces a Rectangle structure from left, top, right, and bottom coordinates. | -| [intersect](./intersect/) | Yes | Intersect Shared Method Produces a new Rectangle by intersecting 2 existing Rectangles. Returns null if there is no intersection. | -| [isEmpty](./isempty/) | No | | +| [construct](#construct) | Yes | Rectangle constructor. | +| [EMPTY](#empty) | Yes | Represents a Quadrangle structure with its properties left uninitialized.Value: Quadrangle | +| [fromLTRB](#fromltrb) | Yes | FromLTRB Shared Method Produces a Rectangle structure from left, top, right, and bottom coordinates. | +| [intersect](#intersect) | Yes | Intersect Shared Method Produces a new Rectangle by intersecting 2 existing Rectangles. Returns null if there is no intersection. | +| [isEmpty](#isempty) | No | | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [Bottom](./bottom/) | Read-only | | -| [Height](./height/) | Read-only | | -| [Left](./left/) | Read-only | | -| [Right](./right/) | Read-only | | -| [Top](./top/) | Read-only | | -| [Width](./width/) | Read-only | | -| [X](./x/) | Read-only | | -| [Y](./y/) | Read-only | | +| [Bottom](#bottom) | Read-only | | +| [Height](#height) | Read-only | | +| [Left](#left) | Read-only | | +| [Right](#right) | Read-only | | +| [Top](#top) | Read-only | | +| [Width](#width) | Read-only | | +| [X](#x) | Read-only | | +| [Y](#y) | Read-only | | + +### Rectangle__construct($x, $y, $width, $height) {#constructor} + +Rectangle constructor. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$x` | `` | | +| `$y` | `` | | +| `$width` | `` | | +| `$height` | `` | | + +### constructconstruct($rectangleDto) (static) {#construct} + +Rectangle constructor. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$rectangleDto` | `` | | + +### EMPTYEMPTY() (static) {#empty} + +Represents a Quadrangle structure with its properties left uninitialized.Value: Quadrangle + +### fromLTRBfromLTRB(int $left, int $top, int $right, int $bottom) (static) {#fromltrb} + +FromLTRB Shared Method Produces a Rectangle structure from left, top, right, and bottom coordinates. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$left` | `int` | | +| `$top` | `int` | | +| `$right` | `int` | | +| `$bottom` | `int` | | + +### intersectintersect(Rectangle $a, Rectangle $b) (static) {#intersect} + +Intersect Shared Method Produces a new Rectangle by intersecting 2 existing Rectangles. Returns null if there is no intersection. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$a` | `Rectangle` | | +| `$b` | `Rectangle` | | + +### isEmptyisEmpty() {#isempty} + +### Bottom {#bottom} + +**Access:** Read-only + +### Height {#height} + +**Access:** Read-only + +### Left {#left} + +**Access:** Read-only + +### Right {#right} + +**Access:** Read-only + +### Top {#top} + +**Access:** Read-only + +### Width {#width} + +**Access:** Read-only + +### X {#x} + +**Access:** Read-only + +### Y {#y} + +**Access:** Read-only + diff --git a/english/php/aspose.barcode.internal/rectangle/bottom/_index.md b/english/php/aspose.barcode.internal/rectangle/bottom/_index.md deleted file mode 100644 index 124e5e418..000000000 --- a/english/php/aspose.barcode.internal/rectangle/bottom/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Rectangle.Bottom" -linktitle: "Bottom" -articleTitle: "Bottom" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.internal/rectangle/bottom/ ---- - -## Rectangle.Bottom - -**Access:** Read-only - diff --git a/english/php/aspose.barcode.internal/rectangle/construct/_index.md b/english/php/aspose.barcode.internal/rectangle/construct/_index.md deleted file mode 100644 index eefec6316..000000000 --- a/english/php/aspose.barcode.internal/rectangle/construct/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "Rectangle.construct" -linktitle: "construct" -articleTitle: "construct" -second_title: "Aspose.BarCode for PHP via Java" -description: "Rectangle constructor." -type: docs -weight: 10 -url: /php/aspose.barcode.internal/rectangle/construct/ ---- - -## Rectangle.construct - -```php -construct($rectangleDto) -``` - - -Rectangle constructor. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$rectangleDto` | `` | | diff --git a/english/php/aspose.barcode.internal/rectangle/empty/_index.md b/english/php/aspose.barcode.internal/rectangle/empty/_index.md deleted file mode 100644 index 0e6fe9748..000000000 --- a/english/php/aspose.barcode.internal/rectangle/empty/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Rectangle.EMPTY" -linktitle: "EMPTY" -articleTitle: "EMPTY" -second_title: "Aspose.BarCode for PHP via Java" -description: "Represents a Quadrangle structure with its properties left uninitialized.Value: Quadrangle" -type: docs -weight: 10 -url: /php/aspose.barcode.internal/rectangle/empty/ ---- - -## Rectangle.EMPTY - -```php -EMPTY() -``` - - -Represents a Quadrangle structure with its properties left uninitialized.Value: Quadrangle - diff --git a/english/php/aspose.barcode.internal/rectangle/fromltrb/_index.md b/english/php/aspose.barcode.internal/rectangle/fromltrb/_index.md deleted file mode 100644 index 53b17a5fd..000000000 --- a/english/php/aspose.barcode.internal/rectangle/fromltrb/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "Rectangle.fromLTRB" -linktitle: "fromLTRB" -articleTitle: "fromLTRB" -second_title: "Aspose.BarCode for PHP via Java" -description: "FromLTRB Shared Method Produces a Rectangle structure from left, top, right, and bottom coordinates." -type: docs -weight: 10 -url: /php/aspose.barcode.internal/rectangle/fromltrb/ ---- - -## Rectangle.fromLTRB - -```php -fromLTRB(int $left, int $top, int $right, int $bottom) -``` - - -FromLTRB Shared Method Produces a Rectangle structure from left, top, right, and bottom coordinates. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$left` | `int` | | -| `$top` | `int` | | -| `$right` | `int` | | -| `$bottom` | `int` | | diff --git a/english/php/aspose.barcode.internal/rectangle/height/_index.md b/english/php/aspose.barcode.internal/rectangle/height/_index.md deleted file mode 100644 index 0718fb1c4..000000000 --- a/english/php/aspose.barcode.internal/rectangle/height/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Rectangle.Height" -linktitle: "Height" -articleTitle: "Height" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.internal/rectangle/height/ ---- - -## Rectangle.Height - -**Access:** Read-only - diff --git a/english/php/aspose.barcode.internal/rectangle/intersect/_index.md b/english/php/aspose.barcode.internal/rectangle/intersect/_index.md deleted file mode 100644 index 1b008586c..000000000 --- a/english/php/aspose.barcode.internal/rectangle/intersect/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: "Rectangle.intersect" -linktitle: "intersect" -articleTitle: "intersect" -second_title: "Aspose.BarCode for PHP via Java" -description: "Intersect Shared Method Produces a new Rectangle by intersecting 2 existing Rectangles. Returns null if there is no intersection." -type: docs -weight: 10 -url: /php/aspose.barcode.internal/rectangle/intersect/ ---- - -## Rectangle.intersect - -```php -intersect(Rectangle $a, Rectangle $b) -``` - - -Intersect Shared Method Produces a new Rectangle by intersecting 2 existing Rectangles. Returns null if there is no intersection. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$a` | `Rectangle` | | -| `$b` | `Rectangle` | | diff --git a/english/php/aspose.barcode.internal/rectangle/isempty/_index.md b/english/php/aspose.barcode.internal/rectangle/isempty/_index.md deleted file mode 100644 index 51a54af1e..000000000 --- a/english/php/aspose.barcode.internal/rectangle/isempty/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "Rectangle.isEmpty" -linktitle: "isEmpty" -articleTitle: "isEmpty" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.internal/rectangle/isempty/ ---- - -## Rectangle.isEmpty - -```php -isEmpty() -``` - diff --git a/english/php/aspose.barcode.internal/rectangle/left/_index.md b/english/php/aspose.barcode.internal/rectangle/left/_index.md deleted file mode 100644 index 4c43a421b..000000000 --- a/english/php/aspose.barcode.internal/rectangle/left/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Rectangle.Left" -linktitle: "Left" -articleTitle: "Left" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.internal/rectangle/left/ ---- - -## Rectangle.Left - -**Access:** Read-only - diff --git a/english/php/aspose.barcode.internal/rectangle/rectangle/_index.md b/english/php/aspose.barcode.internal/rectangle/rectangle/_index.md deleted file mode 100644 index f8681930f..000000000 --- a/english/php/aspose.barcode.internal/rectangle/rectangle/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "Rectangle" -linktitle: "Rectangle" -articleTitle: "Rectangle" -second_title: "Aspose.BarCode for PHP via Java" -description: "Rectangle constructor." -type: docs -weight: 10 -url: /php/aspose.barcode.internal/rectangle/rectangle/ ---- - -## Rectangle Constructor - -```php -__construct($x, $y, $width, $height) -``` - - -Rectangle constructor. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$x` | `` | | -| `$y` | `` | | -| `$width` | `` | | -| `$height` | `` | | diff --git a/english/php/aspose.barcode.internal/rectangle/right/_index.md b/english/php/aspose.barcode.internal/rectangle/right/_index.md deleted file mode 100644 index ae3c72f0e..000000000 --- a/english/php/aspose.barcode.internal/rectangle/right/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Rectangle.Right" -linktitle: "Right" -articleTitle: "Right" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.internal/rectangle/right/ ---- - -## Rectangle.Right - -**Access:** Read-only - diff --git a/english/php/aspose.barcode.internal/rectangle/top/_index.md b/english/php/aspose.barcode.internal/rectangle/top/_index.md deleted file mode 100644 index a6708acb7..000000000 --- a/english/php/aspose.barcode.internal/rectangle/top/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Rectangle.Top" -linktitle: "Top" -articleTitle: "Top" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.internal/rectangle/top/ ---- - -## Rectangle.Top - -**Access:** Read-only - diff --git a/english/php/aspose.barcode.internal/rectangle/width/_index.md b/english/php/aspose.barcode.internal/rectangle/width/_index.md deleted file mode 100644 index 76881a0a0..000000000 --- a/english/php/aspose.barcode.internal/rectangle/width/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Rectangle.Width" -linktitle: "Width" -articleTitle: "Width" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.internal/rectangle/width/ ---- - -## Rectangle.Width - -**Access:** Read-only - diff --git a/english/php/aspose.barcode.internal/rectangle/x/_index.md b/english/php/aspose.barcode.internal/rectangle/x/_index.md deleted file mode 100644 index 2c1dca519..000000000 --- a/english/php/aspose.barcode.internal/rectangle/x/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Rectangle.X" -linktitle: "X" -articleTitle: "X" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.internal/rectangle/x/ ---- - -## Rectangle.X - -**Access:** Read-only - diff --git a/english/php/aspose.barcode.internal/rectangle/y/_index.md b/english/php/aspose.barcode.internal/rectangle/y/_index.md deleted file mode 100644 index c2983fd10..000000000 --- a/english/php/aspose.barcode.internal/rectangle/y/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Rectangle.Y" -linktitle: "Y" -articleTitle: "Y" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.internal/rectangle/y/ ---- - -## Rectangle.Y - -**Access:** Read-only - diff --git a/english/php/aspose.barcode.internal/thriftconnection/_index.md b/english/php/aspose.barcode.internal/thriftconnection/_index.md index a01b1ae9f..c6a7860d0 100644 --- a/english/php/aspose.barcode.internal/thriftconnection/_index.md +++ b/english/php/aspose.barcode.internal/thriftconnection/_index.md @@ -1,7 +1,6 @@ --- -title: "ThriftConnection Class" +title: "ThriftConnection" linktitle: "ThriftConnection" -articleTitle: "ThriftConnection" second_title: "Aspose.BarCode for PHP via Java" description: "" type: docs @@ -18,5 +17,9 @@ url: /php/aspose.barcode.internal/thriftconnection/ | Name | Static | Description | | --- | --- | --- | -| [closeConnection](./closeconnection/) | No | | -| [openConnection](./openconnection/) | No | | +| [closeConnection](#closeconnection) | No | | +| [openConnection](#openconnection) | No | | +### closeConnectioncloseConnection() {#closeconnection} + +### openConnectionopenConnection() {#openconnection} + diff --git a/english/php/aspose.barcode.internal/thriftconnection/closeconnection/_index.md b/english/php/aspose.barcode.internal/thriftconnection/closeconnection/_index.md deleted file mode 100644 index df990d9fe..000000000 --- a/english/php/aspose.barcode.internal/thriftconnection/closeconnection/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "ThriftConnection.closeConnection" -linktitle: "closeConnection" -articleTitle: "closeConnection" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.internal/thriftconnection/closeconnection/ ---- - -## ThriftConnection.closeConnection - -```php -closeConnection() -``` - diff --git a/english/php/aspose.barcode.internal/thriftconnection/openconnection/_index.md b/english/php/aspose.barcode.internal/thriftconnection/openconnection/_index.md deleted file mode 100644 index b4aea83af..000000000 --- a/english/php/aspose.barcode.internal/thriftconnection/openconnection/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "ThriftConnection.openConnection" -linktitle: "openConnection" -articleTitle: "openConnection" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.internal/thriftconnection/openconnection/ ---- - -## ThriftConnection.openConnection - -```php -openConnection() -``` - diff --git a/english/php/aspose.barcode.recognition/_index.md b/english/php/aspose.barcode.recognition/_index.md index 957f126ca..8119d178b 100644 --- a/english/php/aspose.barcode.recognition/_index.md +++ b/english/php/aspose.barcode.recognition/_index.md @@ -1,9 +1,8 @@ --- title: "Aspose.Barcode.Recognition" linktitle: "Aspose.Barcode.Recognition" -articleTitle: "Aspose.Barcode.Recognition" second_title: "Aspose.BarCode for PHP via Java" -description: "Provides classes and enums for configuring, reading, and processing various barcode types using Aspose.BarCode for PHP via Java." +description: "The Aspose.Barcode.Recognition namespace offers classes and enums for reading and interpreting a wide range of barcode symbologies in PHP via Java." type: docs weight: 10 url: /php/aspose.barcode.recognition/ @@ -11,8 +10,7 @@ url: /php/aspose.barcode.recognition/ ## Aspose.Barcode.Recognition namespace -The Aspose.Barcode.Recognition namespace contains the core objects required to set up barcode recognition parameters, execute scans, and retrieve detailed results. It includes specialized settings such as AustraliaPostSettings, AztecExtendedParameters, and CodabarExtendedParameters, as well as the BarCodeReader and BarCodeResult classes. - +Use this namespace to configure barcode reading options, access detailed scan results, and handle specialized settings such as Australia Post, Aztec, and Codabar. The provided classes like BarCodeReader and BarCodeResult simplify integration of robust barcode recognition into your PHP applications. ## Classes diff --git a/english/php/aspose.barcode.recognition/australiapostsettings/_index.md b/english/php/aspose.barcode.recognition/australiapostsettings/_index.md index 7f5d0b162..105015f1c 100644 --- a/english/php/aspose.barcode.recognition/australiapostsettings/_index.md +++ b/english/php/aspose.barcode.recognition/australiapostsettings/_index.md @@ -1,7 +1,6 @@ --- -title: "AustraliaPostSettings Class" +title: "AustraliaPostSettings" linktitle: "AustraliaPostSettings" -articleTitle: "AustraliaPostSettings" second_title: "Aspose.BarCode for PHP via Java" description: "AustraliaPost decoding parameters. Contains parameters which make influence on recognized data of AustraliaPost symbology." type: docs @@ -21,11 +20,48 @@ AustraliaPost decoding parameters. Contains parameters which make influence on r | Name | Description | | --- | --- | -| [__construct](./australiapostsettings/) | AustraliaPostSettings constructor | +| [__construct](#constructor) | AustraliaPostSettings constructor | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [CustomerInformationInterpretingType](./customerinformationinterpretingtype/) | Read/Write | Gets or sets the Interpreting Type for the Customer Information of AustralianPost BarCode.DEFAULT is CustomerInformationInterpretingType.OTHER. | -| [IgnoreEndingFillingPatternsForCTable](./ignoreendingfillingpatternsforctable/) | Read/Write | The flag which force AustraliaPost decoder to ignore last filling patterns in Customer Information Field during decoding as CTable method. CTable encoding method does not have any gaps in encoding table and sequnce "333" of filling paterns is decoded as letter "z". | +| [CustomerInformationInterpretingType](#customerinformationinterpretingtype) | Read/Write | Gets or sets the Interpreting Type for the Customer Information of AustralianPost BarCode.DEFAULT is CustomerInformationInterpretingType.OTHER. | +| [IgnoreEndingFillingPatternsForCTable](#ignoreendingfillingpatternsforctable) | Read/Write | The flag which force AustraliaPost decoder to ignore last filling patterns in Customer Information Field during decoding as CTable method. CTable encoding method does not have any gaps in encoding table and sequnce "333" of filling paterns is decoded as letter "z". | + +### AustraliaPostSettings__construct(AustraliaPostSettingsDTO $australiaPostSettingsDto) {#constructor} + +AustraliaPostSettings constructor + +| Parameter | Type | Description | +| --- | --- | --- | +| `$australiaPostSettingsDto` | `AustraliaPostSettingsDTO` | | + +### CustomerInformationInterpretingType {#customerinformationinterpretingtype} + +**Access:** Read/Write + +**Returns:** int The interpreting type (CTable, NTable or Other) of customer information for AustralianPost BarCode + +Gets or sets the Interpreting Type for the Customer Information of AustralianPost BarCode.DEFAULT is CustomerInformationInterpretingType.OTHER. + +Gets or sets the Interpreting Type for the Customer Information of AustralianPost BarCode.DEFAULT is CustomerInformationInterpretingType.OTHER. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### IgnoreEndingFillingPatternsForCTable {#ignoreendingfillingpatternsforctable} + +**Access:** Read/Write + +**Returns:** bool The flag which force AustraliaPost decoder to ignore last filling patterns during CTable method decoding + +The flag which force AustraliaPost decoder to ignore last filling patterns in Customer Information Field during decoding as CTable method. CTable encoding method does not have any gaps in encoding table and sequnce "333" of filling paterns is decoded as letter "z". + +The flag which force AustraliaPost decoder to ignore last filling patterns in Customer Information Field during decoding as CTable method. CTable encoding method does not have any gaps in encoding table and sequnce "333" of filling paterns is decoded as letter "z". + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `bool` | | + diff --git a/english/php/aspose.barcode.recognition/australiapostsettings/australiapostsettings/_index.md b/english/php/aspose.barcode.recognition/australiapostsettings/australiapostsettings/_index.md deleted file mode 100644 index 9882e4d25..000000000 --- a/english/php/aspose.barcode.recognition/australiapostsettings/australiapostsettings/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "AustraliaPostSettings" -linktitle: "AustraliaPostSettings" -articleTitle: "AustraliaPostSettings" -second_title: "Aspose.BarCode for PHP via Java" -description: "AustraliaPostSettings constructor" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/australiapostsettings/australiapostsettings/ ---- - -## AustraliaPostSettings Constructor - -```php -__construct(AustraliaPostSettingsDTO $australiaPostSettingsDto) -``` - - -AustraliaPostSettings constructor - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$australiaPostSettingsDto` | `AustraliaPostSettingsDTO` | | diff --git a/english/php/aspose.barcode.recognition/australiapostsettings/customerinformationinterpretingtype/_index.md b/english/php/aspose.barcode.recognition/australiapostsettings/customerinformationinterpretingtype/_index.md deleted file mode 100644 index 434bff504..000000000 --- a/english/php/aspose.barcode.recognition/australiapostsettings/customerinformationinterpretingtype/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "AustraliaPostSettings.CustomerInformationInterpretingType" -linktitle: "CustomerInformationInterpretingType" -articleTitle: "CustomerInformationInterpretingType" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets or sets the Interpreting Type for the Customer Information of AustralianPost BarCode.DEFAULT is CustomerInformationInterpretingType.OTHER." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/australiapostsettings/customerinformationinterpretingtype/ ---- - -## AustraliaPostSettings.CustomerInformationInterpretingType - -**Access:** Read/Write - - -**Returns:** int The interpreting type (CTable, NTable or Other) of customer information for AustralianPost BarCode - - -### Get - -Gets or sets the Interpreting Type for the Customer Information of AustralianPost BarCode.DEFAULT is CustomerInformationInterpretingType.OTHER. - - -### Set - -Gets or sets the Interpreting Type for the Customer Information of AustralianPost BarCode.DEFAULT is CustomerInformationInterpretingType.OTHER. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.recognition/australiapostsettings/ignoreendingfillingpatternsforctable/_index.md b/english/php/aspose.barcode.recognition/australiapostsettings/ignoreendingfillingpatternsforctable/_index.md deleted file mode 100644 index fdcc5e3ad..000000000 --- a/english/php/aspose.barcode.recognition/australiapostsettings/ignoreendingfillingpatternsforctable/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "AustraliaPostSettings.IgnoreEndingFillingPatternsForCTable" -linktitle: "IgnoreEndingFillingPatternsForCTable" -articleTitle: "IgnoreEndingFillingPatternsForCTable" -second_title: "Aspose.BarCode for PHP via Java" -description: "The flag which force AustraliaPost decoder to ignore last filling patterns in Customer Information Field during decoding as CTable method. CTable encoding method does not have any gaps in encoding tab" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/australiapostsettings/ignoreendingfillingpatternsforctable/ ---- - -## AustraliaPostSettings.IgnoreEndingFillingPatternsForCTable - -**Access:** Read/Write - - -**Returns:** bool The flag which force AustraliaPost decoder to ignore last filling patterns during CTable method decoding - - -### Get - -The flag which force AustraliaPost decoder to ignore last filling patterns in Customer Information Field during decoding as CTable method. CTable encoding method does not have any gaps in encoding table and sequnce "333" of filling paterns is decoded as letter "z". - - -### Set - -The flag which force AustraliaPost decoder to ignore last filling patterns in Customer Information Field during decoding as CTable method. CTable encoding method does not have any gaps in encoding table and sequnce "333" of filling paterns is decoded as letter "z". - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `bool` | | diff --git a/english/php/aspose.barcode.recognition/aztecextendedparameters/_index.md b/english/php/aspose.barcode.recognition/aztecextendedparameters/_index.md index 8a3491cea..f7a7c63b6 100644 --- a/english/php/aspose.barcode.recognition/aztecextendedparameters/_index.md +++ b/english/php/aspose.barcode.recognition/aztecextendedparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "AztecExtendedParameters Class" +title: "AztecExtendedParameters" linktitle: "AztecExtendedParameters" -articleTitle: "AztecExtendedParameters" second_title: "Aspose.BarCode for PHP via Java" description: "Stores special data of Aztec recognized barcode * This sample shows how to get Aztec raw values" type: docs @@ -21,18 +20,47 @@ Stores special data of Aztec recognized barcode * This sample shows how to get A | Name | Description | | --- | --- | -| [__construct](./aztecextendedparameters/) | | +| [__construct](#constructor) | | ## Methods | Name | Static | Description | | --- | --- | --- | -| [isReaderInitialization](./isreaderinitialization/) | No | Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false. | +| [isReaderInitialization](#isreaderinitialization) | No | Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false. | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [StructuredAppendBarcodeId](./structuredappendbarcodeid/) | Read-only | Gets the ID of the Aztec structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is 0. Value: The barcode ID of the Aztec structured append mode. | -| [StructuredAppendBarcodesCount](./structuredappendbarcodescount/) | Read-only | Gets the Aztec structured append mode barcodes count. Default value is 0. Count must be a value from 1 to 26. Value: The barcodes count of the Aztec structured append mode. | -| [StructuredAppendFileId](./structuredappendfileid/) | Read-only | Gets the File ID of the Aztec structured append mode. Default value is empty string Value: The File ID of the Aztec structured append mode. | +| [StructuredAppendBarcodeId](#structuredappendbarcodeid) | Read-only | Gets the ID of the Aztec structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is 0. Value: The barcode ID of the Aztec structured append mode. | +| [StructuredAppendBarcodesCount](#structuredappendbarcodescount) | Read-only | Gets the Aztec structured append mode barcodes count. Default value is 0. Count must be a value from 1 to 26. Value: The barcodes count of the Aztec structured append mode. | +| [StructuredAppendFileId](#structuredappendfileid) | Read-only | Gets the File ID of the Aztec structured append mode. Default value is empty string Value: The File ID of the Aztec structured append mode. | + +### AztecExtendedParameters__construct(AztecExtendedParametersDTO $aztecExtendedParametersDTO) {#constructor} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$aztecExtendedParametersDTO` | `AztecExtendedParametersDTO` | | + +### isReaderInitializationisReaderInitialization() {#isreaderinitialization} + +Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false. + +### StructuredAppendBarcodeId {#structuredappendbarcodeid} + +**Access:** Read-only + +Gets the ID of the Aztec structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is 0. Value: The barcode ID of the Aztec structured append mode. + +### StructuredAppendBarcodesCount {#structuredappendbarcodescount} + +**Access:** Read-only + +Gets the Aztec structured append mode barcodes count. Default value is 0. Count must be a value from 1 to 26. Value: The barcodes count of the Aztec structured append mode. + +### StructuredAppendFileId {#structuredappendfileid} + +**Access:** Read-only + +Gets the File ID of the Aztec structured append mode. Default value is empty string Value: The File ID of the Aztec structured append mode. + diff --git a/english/php/aspose.barcode.recognition/aztecextendedparameters/aztecextendedparameters/_index.md b/english/php/aspose.barcode.recognition/aztecextendedparameters/aztecextendedparameters/_index.md deleted file mode 100644 index 8e34ffb9c..000000000 --- a/english/php/aspose.barcode.recognition/aztecextendedparameters/aztecextendedparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "AztecExtendedParameters" -linktitle: "AztecExtendedParameters" -articleTitle: "AztecExtendedParameters" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/aztecextendedparameters/aztecextendedparameters/ ---- - -## AztecExtendedParameters Constructor - -```php -__construct(AztecExtendedParametersDTO $aztecExtendedParametersDTO) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$aztecExtendedParametersDTO` | `AztecExtendedParametersDTO` | | diff --git a/english/php/aspose.barcode.recognition/aztecextendedparameters/isreaderinitialization/_index.md b/english/php/aspose.barcode.recognition/aztecextendedparameters/isreaderinitialization/_index.md deleted file mode 100644 index 559e3d1de..000000000 --- a/english/php/aspose.barcode.recognition/aztecextendedparameters/isreaderinitialization/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "AztecExtendedParameters.isReaderInitialization" -linktitle: "isReaderInitialization" -articleTitle: "isReaderInitialization" -second_title: "Aspose.BarCode for PHP via Java" -description: "Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/aztecextendedparameters/isreaderinitialization/ ---- - -## AztecExtendedParameters.isReaderInitialization - -```php -isReaderInitialization() -``` - - -Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false. - diff --git a/english/php/aspose.barcode.recognition/aztecextendedparameters/structuredappendbarcodeid/_index.md b/english/php/aspose.barcode.recognition/aztecextendedparameters/structuredappendbarcodeid/_index.md deleted file mode 100644 index 41604a7b4..000000000 --- a/english/php/aspose.barcode.recognition/aztecextendedparameters/structuredappendbarcodeid/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "AztecExtendedParameters.StructuredAppendBarcodeId" -linktitle: "StructuredAppendBarcodeId" -articleTitle: "StructuredAppendBarcodeId" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets the ID of the Aztec structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is 0. Value: The barcode ID of the Aztec structured append mode." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/aztecextendedparameters/structuredappendbarcodeid/ ---- - -## AztecExtendedParameters.StructuredAppendBarcodeId - -**Access:** Read-only - - -### Get - -Gets the ID of the Aztec structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is 0. Value: The barcode ID of the Aztec structured append mode. - diff --git a/english/php/aspose.barcode.recognition/aztecextendedparameters/structuredappendbarcodescount/_index.md b/english/php/aspose.barcode.recognition/aztecextendedparameters/structuredappendbarcodescount/_index.md deleted file mode 100644 index 2973d9cee..000000000 --- a/english/php/aspose.barcode.recognition/aztecextendedparameters/structuredappendbarcodescount/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "AztecExtendedParameters.StructuredAppendBarcodesCount" -linktitle: "StructuredAppendBarcodesCount" -articleTitle: "StructuredAppendBarcodesCount" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets the Aztec structured append mode barcodes count. Default value is 0. Count must be a value from 1 to 26. Value: The barcodes count of the Aztec structured append mode." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/aztecextendedparameters/structuredappendbarcodescount/ ---- - -## AztecExtendedParameters.StructuredAppendBarcodesCount - -**Access:** Read-only - - -### Get - -Gets the Aztec structured append mode barcodes count. Default value is 0. Count must be a value from 1 to 26. Value: The barcodes count of the Aztec structured append mode. - diff --git a/english/php/aspose.barcode.recognition/aztecextendedparameters/structuredappendfileid/_index.md b/english/php/aspose.barcode.recognition/aztecextendedparameters/structuredappendfileid/_index.md deleted file mode 100644 index f314370b8..000000000 --- a/english/php/aspose.barcode.recognition/aztecextendedparameters/structuredappendfileid/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "AztecExtendedParameters.StructuredAppendFileId" -linktitle: "StructuredAppendFileId" -articleTitle: "StructuredAppendFileId" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets the File ID of the Aztec structured append mode. Default value is empty string Value: The File ID of the Aztec structured append mode." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/aztecextendedparameters/structuredappendfileid/ ---- - -## AztecExtendedParameters.StructuredAppendFileId - -**Access:** Read-only - - -### Get - -Gets the File ID of the Aztec structured append mode. Default value is empty string Value: The File ID of the Aztec structured append mode. - diff --git a/english/php/aspose.barcode.recognition/barcodeconfidence/_index.md b/english/php/aspose.barcode.recognition/barcodeconfidence/_index.md index 2130144e7..68e30939e 100644 --- a/english/php/aspose.barcode.recognition/barcodeconfidence/_index.md +++ b/english/php/aspose.barcode.recognition/barcodeconfidence/_index.md @@ -1,7 +1,6 @@ --- -title: "BarCodeConfidence Enum" +title: "BarCodeConfidence" linktitle: "BarCodeConfidence" -articleTitle: "BarCodeConfidence" second_title: "Aspose.BarCode for PHP via Java" description: "Contains recognition confidence level This sample shows how BarCodeConfidence changed, depending on barcode type Moderate confidence Strong confidence" type: docs @@ -21,6 +20,24 @@ Contains recognition confidence level This sample shows how BarCodeConfidence ch | Name | Value | Description | | --- | --- | --- | -| [MODERATE](./moderate/) | `80` | Recognition confidence of barcode (mostly 1D barcodes) with weak checksumm or even without it. Could contains some misrecognitions in codetext or even fake recognitions if is low | -| [NONE](./none/) | `0` | Recognition confidence of barcode where codetext was not recognized correctly or barcode was detected as posible fake | -| [STRONG](./strong/) | `100` | Recognition confidence which was confirmed with BCH codes like Reed–Solomon. There must not be errors in read codetext or fake recognitions | +| [MODERATE](#moderate) | `80` | Recognition confidence of barcode (mostly 1D barcodes) with weak checksumm or even without it. Could contains some misrecognitions in codetext or even fake recognitions if is low | +| [NONE](#none) | `0` | Recognition confidence of barcode where codetext was not recognized correctly or barcode was detected as posible fake | +| [STRONG](#strong) | `100` | Recognition confidence which was confirmed with BCH codes like Reed–Solomon. There must not be errors in read codetext or fake recognitions | +### MODERATE {#moderate} + +**Value:** `80` + +Recognition confidence of barcode (mostly 1D barcodes) with weak checksumm or even without it. Could contains some misrecognitions in codetext or even fake recognitions if is low + +### NONE {#none} + +**Value:** `0` + +Recognition confidence of barcode where codetext was not recognized correctly or barcode was detected as posible fake + +### STRONG {#strong} + +**Value:** `100` + +Recognition confidence which was confirmed with BCH codes like Reed–Solomon. There must not be errors in read codetext or fake recognitions + diff --git a/english/php/aspose.barcode.recognition/barcodeconfidence/moderate/_index.md b/english/php/aspose.barcode.recognition/barcodeconfidence/moderate/_index.md deleted file mode 100644 index e817d9d0a..000000000 --- a/english/php/aspose.barcode.recognition/barcodeconfidence/moderate/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "BarCodeConfidence::MODERATE" -linktitle: "MODERATE" -articleTitle: "MODERATE" -second_title: "Aspose.BarCode for PHP via Java" -description: "Recognition confidence of barcode (mostly 1D barcodes) with weak checksumm or even without it. Could contains some misrecognitions in codetext or even fake recognitions if is low" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/barcodeconfidence/moderate/ ---- - -## BarCodeConfidence::MODERATE Enum Value - -**Value:** `80` - - -Recognition confidence of barcode (mostly 1D barcodes) with weak checksumm or even without it. Could contains some misrecognitions in codetext or even fake recognitions if is low - diff --git a/english/php/aspose.barcode.recognition/barcodeconfidence/none/_index.md b/english/php/aspose.barcode.recognition/barcodeconfidence/none/_index.md deleted file mode 100644 index 4d52f0773..000000000 --- a/english/php/aspose.barcode.recognition/barcodeconfidence/none/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "BarCodeConfidence::NONE" -linktitle: "NONE" -articleTitle: "NONE" -second_title: "Aspose.BarCode for PHP via Java" -description: "Recognition confidence of barcode where codetext was not recognized correctly or barcode was detected as posible fake" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/barcodeconfidence/none/ ---- - -## BarCodeConfidence::NONE Enum Value - -**Value:** `0` - - -Recognition confidence of barcode where codetext was not recognized correctly or barcode was detected as posible fake - diff --git a/english/php/aspose.barcode.recognition/barcodeconfidence/strong/_index.md b/english/php/aspose.barcode.recognition/barcodeconfidence/strong/_index.md deleted file mode 100644 index 2c6d96769..000000000 --- a/english/php/aspose.barcode.recognition/barcodeconfidence/strong/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "BarCodeConfidence::STRONG" -linktitle: "STRONG" -articleTitle: "STRONG" -second_title: "Aspose.BarCode for PHP via Java" -description: "Recognition confidence which was confirmed with BCH codes like Reed–Solomon. There must not be errors in read codetext or fake recognitions" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/barcodeconfidence/strong/ ---- - -## BarCodeConfidence::STRONG Enum Value - -**Value:** `100` - - -Recognition confidence which was confirmed with BCH codes like Reed–Solomon. There must not be errors in read codetext or fake recognitions - diff --git a/english/php/aspose.barcode.recognition/barcodeextendedparameters/_index.md b/english/php/aspose.barcode.recognition/barcodeextendedparameters/_index.md index deb1b6018..555e308fa 100644 --- a/english/php/aspose.barcode.recognition/barcodeextendedparameters/_index.md +++ b/english/php/aspose.barcode.recognition/barcodeextendedparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "BarCodeExtendedParameters Class" +title: "BarCodeExtendedParameters" linktitle: "BarCodeExtendedParameters" -articleTitle: "BarCodeExtendedParameters" second_title: "Aspose.BarCode for PHP via Java" description: "Stores extended parameters of recognized barcode" type: docs @@ -21,20 +20,99 @@ Stores extended parameters of recognized barcode | Name | Description | | --- | --- | -| [__construct](./barcodeextendedparameters/) | | +| [__construct](#constructor) | | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [Aztec](./aztec/) | Read-only | Gets a Aztec additional information of recognized barcode Value: A Aztec additional information of recognized barcode | -| [Codabar](./codabar/) | Read-only | Gets a Codabar additional information of recognized barcode | -| [Code128](./code128/) | Read-only | | -| [DataBar](./databar/) | Read-only | Gets a DataBar additional information DataBarExtendedParameters of recognized barcode | -| [DataMatrix](./datamatrix/) | Read-only | Gets a DotCode additional information of recognized barcode Value: A DotCode additional information of recognized barcode | -| [DotCode](./dotcode/) | Read-only | Gets a DotCode additional information of recognized barcode Value: A DotCode additional information of recognized barcode | -| [GS1CompositeBar](./gs1compositebar/) | Read-only | Gets a GS1CompositeBar additional information of recognized barcode Value: A GS1CompositeBar additional information of recognized barcode | -| [MaxiCode](./maxicode/) | Read-only | Gets a MaxiCode additional informationMaxiCodeExtendedParameters of recognized barcode | -| [OneD](./oned/) | Read-only | | -| [Pdf417](./pdf417/) | Read-only | | -| [QR](./qr/) | Read-only | | +| [Aztec](#aztec) | Read-only | Gets a Aztec additional information of recognized barcode Value: A Aztec additional information of recognized barcode | +| [Codabar](#codabar) | Read-only | Gets a Codabar additional information of recognized barcode | +| [Code128](#code128) | Read-only | | +| [DataBar](#databar) | Read-only | Gets a DataBar additional information DataBarExtendedParameters of recognized barcode | +| [DataMatrix](#datamatrix) | Read-only | Gets a DotCode additional information of recognized barcode Value: A DotCode additional information of recognized barcode | +| [DotCode](#dotcode) | Read-only | Gets a DotCode additional information of recognized barcode Value: A DotCode additional information of recognized barcode | +| [GS1CompositeBar](#gs1compositebar) | Read-only | Gets a GS1CompositeBar additional information of recognized barcode Value: A GS1CompositeBar additional information of recognized barcode | +| [MaxiCode](#maxicode) | Read-only | Gets a MaxiCode additional informationMaxiCodeExtendedParameters of recognized barcode | +| [OneD](#oned) | Read-only | | +| [Pdf417](#pdf417) | Read-only | | +| [QR](#qr) | Read-only | | + +### BarCodeExtendedParameters__construct(BarCodeExtendedParametersDTO $barCodeExtendedParametersDTO) {#constructor} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$barCodeExtendedParametersDTO` | `BarCodeExtendedParametersDTO` | | + +### Aztec {#aztec} + +**Access:** Read-only + +Gets a Aztec additional information of recognized barcode Value: A Aztec additional information of recognized barcode + +### Codabar {#codabar} + +**Access:** Read-only + +**Returns:** CodabarExtendedParameters additional information + +Gets a Codabar additional information of recognized barcode + +### Code128 {#code128} + +**Access:** Read-only + +**Returns:** Code128ExtendedParameters Gets a special data Code128ExtendedParameters of Code128 recognized barcode Value: A special data Code128ExtendedParameters of Code128 recognized barcode + +### DataBar {#databar} + +**Access:** Read-only + +**Returns:** DataBarExtendedParameters A DataBar additional information DataBarExtendedParameters of recognized barcode + +Gets a DataBar additional information DataBarExtendedParameters of recognized barcode + +### DataMatrix {#datamatrix} + +**Access:** Read-only + +Gets a DotCode additional information of recognized barcode Value: A DotCode additional information of recognized barcode + +### DotCode {#dotcode} + +**Access:** Read-only + +Gets a DotCode additional information of recognized barcode Value: A DotCode additional information of recognized barcode + +### GS1CompositeBar {#gs1compositebar} + +**Access:** Read-only + +Gets a GS1CompositeBar additional information of recognized barcode Value: A GS1CompositeBar additional information of recognized barcode + +### MaxiCode {#maxicode} + +**Access:** Read-only + +**Returns:** MaxiCodeExtendedParameters A MaxiCode additional informationMaxiCodeExtendedParameters of recognized barcode + +Gets a MaxiCode additional informationMaxiCodeExtendedParameters of recognized barcode + +### OneD {#oned} + +**Access:** Read-only + +**Returns:** OneDExtendedParameters Gets a special data OneDExtendedParameters of 1D recognized barcode Value: A special data OneDExtendedParameters of 1D recognized barcode + +### Pdf417 {#pdf417} + +**Access:** Read-only + +**Returns:** Pdf417ExtendedParameters Gets a MacroPdf417 metadata information Pdf417ExtendedParameters of recognized barcode Value: A MacroPdf417 metadata information Pdf417ExtendedParameters of recognized barcode + +### QR {#qr} + +**Access:** Read-only + +**Returns:** QRExtendedParameters Gets a QR Structured Append information QRExtendedParameters of recognized barcode Value: A QR Structured Append information QRExtendedParameters of recognized barcode + diff --git a/english/php/aspose.barcode.recognition/barcodeextendedparameters/aztec/_index.md b/english/php/aspose.barcode.recognition/barcodeextendedparameters/aztec/_index.md deleted file mode 100644 index a7cb550cb..000000000 --- a/english/php/aspose.barcode.recognition/barcodeextendedparameters/aztec/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BarCodeExtendedParameters.Aztec" -linktitle: "Aztec" -articleTitle: "Aztec" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets a Aztec additional information of recognized barcode Value: A Aztec additional information of recognized barcode" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/barcodeextendedparameters/aztec/ ---- - -## BarCodeExtendedParameters.Aztec - -**Access:** Read-only - - -### Get - -Gets a Aztec additional information of recognized barcode Value: A Aztec additional information of recognized barcode - diff --git a/english/php/aspose.barcode.recognition/barcodeextendedparameters/barcodeextendedparameters/_index.md b/english/php/aspose.barcode.recognition/barcodeextendedparameters/barcodeextendedparameters/_index.md deleted file mode 100644 index aa60aa2f9..000000000 --- a/english/php/aspose.barcode.recognition/barcodeextendedparameters/barcodeextendedparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "BarCodeExtendedParameters" -linktitle: "BarCodeExtendedParameters" -articleTitle: "BarCodeExtendedParameters" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/barcodeextendedparameters/barcodeextendedparameters/ ---- - -## BarCodeExtendedParameters Constructor - -```php -__construct(BarCodeExtendedParametersDTO $barCodeExtendedParametersDTO) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$barCodeExtendedParametersDTO` | `BarCodeExtendedParametersDTO` | | diff --git a/english/php/aspose.barcode.recognition/barcodeextendedparameters/codabar/_index.md b/english/php/aspose.barcode.recognition/barcodeextendedparameters/codabar/_index.md deleted file mode 100644 index a963e6c39..000000000 --- a/english/php/aspose.barcode.recognition/barcodeextendedparameters/codabar/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "BarCodeExtendedParameters.Codabar" -linktitle: "Codabar" -articleTitle: "Codabar" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets a Codabar additional information of recognized barcode" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/barcodeextendedparameters/codabar/ ---- - -## BarCodeExtendedParameters.Codabar - -**Access:** Read-only - - -**Returns:** CodabarExtendedParameters additional information - - -### Get - -Gets a Codabar additional information of recognized barcode - diff --git a/english/php/aspose.barcode.recognition/barcodeextendedparameters/code128/_index.md b/english/php/aspose.barcode.recognition/barcodeextendedparameters/code128/_index.md deleted file mode 100644 index 01d43032f..000000000 --- a/english/php/aspose.barcode.recognition/barcodeextendedparameters/code128/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "BarCodeExtendedParameters.Code128" -linktitle: "Code128" -articleTitle: "Code128" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/barcodeextendedparameters/code128/ ---- - -## BarCodeExtendedParameters.Code128 - -**Access:** Read-only - - -**Returns:** Code128ExtendedParameters Gets a special data Code128ExtendedParameters of Code128 recognized barcode Value: A special data Code128ExtendedParameters of Code128 recognized barcode - diff --git a/english/php/aspose.barcode.recognition/barcodeextendedparameters/databar/_index.md b/english/php/aspose.barcode.recognition/barcodeextendedparameters/databar/_index.md deleted file mode 100644 index 310ec9c54..000000000 --- a/english/php/aspose.barcode.recognition/barcodeextendedparameters/databar/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "BarCodeExtendedParameters.DataBar" -linktitle: "DataBar" -articleTitle: "DataBar" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets a DataBar additional information DataBarExtendedParameters of recognized barcode" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/barcodeextendedparameters/databar/ ---- - -## BarCodeExtendedParameters.DataBar - -**Access:** Read-only - - -**Returns:** DataBarExtendedParameters A DataBar additional information DataBarExtendedParameters of recognized barcode - - -### Get - -Gets a DataBar additional information DataBarExtendedParameters of recognized barcode - diff --git a/english/php/aspose.barcode.recognition/barcodeextendedparameters/datamatrix/_index.md b/english/php/aspose.barcode.recognition/barcodeextendedparameters/datamatrix/_index.md deleted file mode 100644 index 2b086330a..000000000 --- a/english/php/aspose.barcode.recognition/barcodeextendedparameters/datamatrix/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BarCodeExtendedParameters.DataMatrix" -linktitle: "DataMatrix" -articleTitle: "DataMatrix" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets a DotCode additional information of recognized barcode Value: A DotCode additional information of recognized barcode" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/barcodeextendedparameters/datamatrix/ ---- - -## BarCodeExtendedParameters.DataMatrix - -**Access:** Read-only - - -### Get - -Gets a DotCode additional information of recognized barcode Value: A DotCode additional information of recognized barcode - diff --git a/english/php/aspose.barcode.recognition/barcodeextendedparameters/dotcode/_index.md b/english/php/aspose.barcode.recognition/barcodeextendedparameters/dotcode/_index.md deleted file mode 100644 index 13da818e7..000000000 --- a/english/php/aspose.barcode.recognition/barcodeextendedparameters/dotcode/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BarCodeExtendedParameters.DotCode" -linktitle: "DotCode" -articleTitle: "DotCode" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets a DotCode additional information of recognized barcode Value: A DotCode additional information of recognized barcode" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/barcodeextendedparameters/dotcode/ ---- - -## BarCodeExtendedParameters.DotCode - -**Access:** Read-only - - -### Get - -Gets a DotCode additional information of recognized barcode Value: A DotCode additional information of recognized barcode - diff --git a/english/php/aspose.barcode.recognition/barcodeextendedparameters/gs1compositebar/_index.md b/english/php/aspose.barcode.recognition/barcodeextendedparameters/gs1compositebar/_index.md deleted file mode 100644 index 0d51bea89..000000000 --- a/english/php/aspose.barcode.recognition/barcodeextendedparameters/gs1compositebar/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BarCodeExtendedParameters.GS1CompositeBar" -linktitle: "GS1CompositeBar" -articleTitle: "GS1CompositeBar" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets a GS1CompositeBar additional information of recognized barcode Value: A GS1CompositeBar additional information of recognized barcode" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/barcodeextendedparameters/gs1compositebar/ ---- - -## BarCodeExtendedParameters.GS1CompositeBar - -**Access:** Read-only - - -### Get - -Gets a GS1CompositeBar additional information of recognized barcode Value: A GS1CompositeBar additional information of recognized barcode - diff --git a/english/php/aspose.barcode.recognition/barcodeextendedparameters/maxicode/_index.md b/english/php/aspose.barcode.recognition/barcodeextendedparameters/maxicode/_index.md deleted file mode 100644 index c1a11477d..000000000 --- a/english/php/aspose.barcode.recognition/barcodeextendedparameters/maxicode/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "BarCodeExtendedParameters.MaxiCode" -linktitle: "MaxiCode" -articleTitle: "MaxiCode" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets a MaxiCode additional informationMaxiCodeExtendedParameters of recognized barcode" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/barcodeextendedparameters/maxicode/ ---- - -## BarCodeExtendedParameters.MaxiCode - -**Access:** Read-only - - -**Returns:** MaxiCodeExtendedParameters A MaxiCode additional informationMaxiCodeExtendedParameters of recognized barcode - - -### Get - -Gets a MaxiCode additional informationMaxiCodeExtendedParameters of recognized barcode - diff --git a/english/php/aspose.barcode.recognition/barcodeextendedparameters/oned/_index.md b/english/php/aspose.barcode.recognition/barcodeextendedparameters/oned/_index.md deleted file mode 100644 index 39a553319..000000000 --- a/english/php/aspose.barcode.recognition/barcodeextendedparameters/oned/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "BarCodeExtendedParameters.OneD" -linktitle: "OneD" -articleTitle: "OneD" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/barcodeextendedparameters/oned/ ---- - -## BarCodeExtendedParameters.OneD - -**Access:** Read-only - - -**Returns:** OneDExtendedParameters Gets a special data OneDExtendedParameters of 1D recognized barcode Value: A special data OneDExtendedParameters of 1D recognized barcode - diff --git a/english/php/aspose.barcode.recognition/barcodeextendedparameters/pdf417/_index.md b/english/php/aspose.barcode.recognition/barcodeextendedparameters/pdf417/_index.md deleted file mode 100644 index 51877a12d..000000000 --- a/english/php/aspose.barcode.recognition/barcodeextendedparameters/pdf417/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "BarCodeExtendedParameters.Pdf417" -linktitle: "Pdf417" -articleTitle: "Pdf417" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/barcodeextendedparameters/pdf417/ ---- - -## BarCodeExtendedParameters.Pdf417 - -**Access:** Read-only - - -**Returns:** Pdf417ExtendedParameters Gets a MacroPdf417 metadata information Pdf417ExtendedParameters of recognized barcode Value: A MacroPdf417 metadata information Pdf417ExtendedParameters of recognized barcode - diff --git a/english/php/aspose.barcode.recognition/barcodeextendedparameters/qr/_index.md b/english/php/aspose.barcode.recognition/barcodeextendedparameters/qr/_index.md deleted file mode 100644 index d9a19ad32..000000000 --- a/english/php/aspose.barcode.recognition/barcodeextendedparameters/qr/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "BarCodeExtendedParameters.QR" -linktitle: "QR" -articleTitle: "QR" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/barcodeextendedparameters/qr/ ---- - -## BarCodeExtendedParameters.QR - -**Access:** Read-only - - -**Returns:** QRExtendedParameters Gets a QR Structured Append information QRExtendedParameters of recognized barcode Value: A QR Structured Append information QRExtendedParameters of recognized barcode - diff --git a/english/php/aspose.barcode.recognition/barcodequalitymode/_index.md b/english/php/aspose.barcode.recognition/barcodequalitymode/_index.md index 96df72ac9..d924a056b 100644 --- a/english/php/aspose.barcode.recognition/barcodequalitymode/_index.md +++ b/english/php/aspose.barcode.recognition/barcodequalitymode/_index.md @@ -1,7 +1,6 @@ --- -title: "BarcodeQualityMode Enum" +title: "BarcodeQualityMode" linktitle: "BarcodeQualityMode" -articleTitle: "BarcodeQualityMode" second_title: "Aspose.BarCode for PHP via Java" description: "Mode which enables methods to recognize barcode elements with the selected quality. Barcode element with lower quality requires more hard methods which slows the recognition." type: docs @@ -21,6 +20,24 @@ Mode which enables methods to recognize barcode elements with the selected quali | Name | Value | Description | | --- | --- | --- | -| [HIGH](./high/) | `0` | Enables recognition methods for High quality barcodes. | -| [LOW](./low/) | `2` | Enables recognition methods for Low quality barcodes. | -| [NORMAL](./normal/) | `1` | Enables recognition methods for Common(Normal) quality barcodes. | +| [HIGH](#high) | `0` | Enables recognition methods for High quality barcodes. | +| [LOW](#low) | `2` | Enables recognition methods for Low quality barcodes. | +| [NORMAL](#normal) | `1` | Enables recognition methods for Common(Normal) quality barcodes. | +### HIGH {#high} + +**Value:** `0` + +Enables recognition methods for High quality barcodes. + +### LOW {#low} + +**Value:** `2` + +Enables recognition methods for Low quality barcodes. + +### NORMAL {#normal} + +**Value:** `1` + +Enables recognition methods for Common(Normal) quality barcodes. + diff --git a/english/php/aspose.barcode.recognition/barcodequalitymode/high/_index.md b/english/php/aspose.barcode.recognition/barcodequalitymode/high/_index.md deleted file mode 100644 index 6e9836458..000000000 --- a/english/php/aspose.barcode.recognition/barcodequalitymode/high/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "BarcodeQualityMode::HIGH" -linktitle: "HIGH" -articleTitle: "HIGH" -second_title: "Aspose.BarCode for PHP via Java" -description: "Enables recognition methods for High quality barcodes." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/barcodequalitymode/high/ ---- - -## BarcodeQualityMode::HIGH Enum Value - -**Value:** `0` - - -Enables recognition methods for High quality barcodes. - diff --git a/english/php/aspose.barcode.recognition/barcodequalitymode/low/_index.md b/english/php/aspose.barcode.recognition/barcodequalitymode/low/_index.md deleted file mode 100644 index c9e81318f..000000000 --- a/english/php/aspose.barcode.recognition/barcodequalitymode/low/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "BarcodeQualityMode::LOW" -linktitle: "LOW" -articleTitle: "LOW" -second_title: "Aspose.BarCode for PHP via Java" -description: "Enables recognition methods for Low quality barcodes." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/barcodequalitymode/low/ ---- - -## BarcodeQualityMode::LOW Enum Value - -**Value:** `2` - - -Enables recognition methods for Low quality barcodes. - diff --git a/english/php/aspose.barcode.recognition/barcodequalitymode/normal/_index.md b/english/php/aspose.barcode.recognition/barcodequalitymode/normal/_index.md deleted file mode 100644 index 50d0fd2c6..000000000 --- a/english/php/aspose.barcode.recognition/barcodequalitymode/normal/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "BarcodeQualityMode::NORMAL" -linktitle: "NORMAL" -articleTitle: "NORMAL" -second_title: "Aspose.BarCode for PHP via Java" -description: "Enables recognition methods for Common(Normal) quality barcodes." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/barcodequalitymode/normal/ ---- - -## BarcodeQualityMode::NORMAL Enum Value - -**Value:** `1` - - -Enables recognition methods for Common(Normal) quality barcodes. - diff --git a/english/php/aspose.barcode.recognition/barcodereader/_index.md b/english/php/aspose.barcode.recognition/barcodereader/_index.md index 89d96099a..ea782f0ea 100644 --- a/english/php/aspose.barcode.recognition/barcodereader/_index.md +++ b/english/php/aspose.barcode.recognition/barcodereader/_index.md @@ -1,7 +1,6 @@ --- -title: "BarCodeReader Class" +title: "BarCodeReader" linktitle: "BarCodeReader" -articleTitle: "BarCodeReader" second_title: "Aspose.BarCode for PHP via Java" description: "BarCodeReader encapsulates an image which may contain one or several barcodes, it then can perform ReadBarCodes operation to detect barcodes. This sample shows how to detect Code39 and Code128 barcode" type: docs @@ -21,24 +20,112 @@ BarCodeReader encapsulates an image which may contain one or several barcodes, i | Name | Description | | --- | --- | -| [__construct](./barcodereader/) | | +| [__construct](#constructor) | | ## Methods | Name | Static | Description | | --- | --- | --- | -| [containsAny](./containsany/) | No | Determines whether any of the given decode types is included into | -| [exportToXml](./exporttoxml/) | No | Exports BarCode properties to the xml-file specified | -| [importFromXml](./importfromxml/) | Yes | Import BarCode properties from xml file | -| [init](./init/) | No | | -| [setBarCodeImage](./setbarcodeimage/) | No | QualitySettings allows to configure recognition quality and speed manually. You can quickly set up QualitySettings by embedded presets: HighPerformance, NormalQuality, HighQuality, MaxBarCodes or you can manually configure separate options. Default value of QualitySettings is NormalQuality. | -| [setBarCodeReadType](./setbarcodereadtype/) | No | Sets SingleDecodeType type array for recognition. Must be called before readBarCodes() method. This sample shows how to detect Code39 and Code128 barcodes. | +| [containsAny](#containsany) | No | Determines whether any of the given decode types is included into | +| [exportToXml](#exporttoxml) | No | Exports BarCode properties to the xml-file specified | +| [importFromXml](#importfromxml) | Yes | Import BarCode properties from xml file | +| [init](#init) | No | | +| [setBarCodeImage](#setbarcodeimage) | No | QualitySettings allows to configure recognition quality and speed manually. You can quickly set up QualitySettings by embedded presets: HighPerformance, NormalQuality, HighQuality, MaxBarCodes or you can manually configure separate options. Default value of QualitySettings is NormalQuality. | +| [setBarCodeReadType](#setbarcodereadtype) | No | Sets SingleDecodeType type array for recognition. Must be called before readBarCodes() method. This sample shows how to detect Code39 and Code128 barcodes. | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [BarCodeDecodeType](./barcodedecodetype/) | Read-only | | -| [FoundBarCodes](./foundbarcodes/) | Read-only | Reads BarCodeResult from the image. Value: The recognized BarCodeResult array | -| [FoundCount](./foundcount/) | Read-only | Gets recognized barcodes count This sample shows how to read barcodes with BarCodeReader Value: The recognized barcodes count | -| [Timeout](./timeout/) | Read/Write | Gets the timeout of recognition process in milliseconds. | +| [BarCodeDecodeType](#barcodedecodetype) | Read-only | | +| [FoundBarCodes](#foundbarcodes) | Read-only | Reads BarCodeResult from the image. Value: The recognized BarCodeResult array | +| [FoundCount](#foundcount) | Read-only | Gets recognized barcodes count This sample shows how to read barcodes with BarCodeReader Value: The recognized barcodes count | +| [Timeout](#timeout) | Read/Write | Gets the timeout of recognition process in milliseconds. | + +### BarCodeReader__construct($imageResource, $areas, $decodeTypes) {#constructor} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$imageResource` | `` | | +| `$areas` | `` | | +| `$decodeTypes` | `` | | + +### containsAnycontainsAny($decodeTypes) {#containsany} + +Determines whether any of the given decode types is included into + +| Parameter | Type | Description | +| --- | --- | --- | +| `$decodeTypes` | `` | | + +**Returns:** bool Value is a true if any types are included into. + +### exportToXmlexportToXml(string $xmlFile) {#exporttoxml} + +Exports BarCode properties to the xml-file specified + +| Parameter | Type | Description | +| --- | --- | --- | +| `$xmlFile` | `string` | | + +**Returns:** bool Whether or not export completed successfully. Returns True in case of success; False Otherwise + +### importFromXmlimportFromXml(string $resource) (static) {#importfromxml} + +Import BarCode properties from xml file + +| Parameter | Type | Description | +| --- | --- | --- | +| `$resource` | `string` | | + +**Returns:** BarCodeReader + +### initinit() {#init} + +### setBarCodeImagesetBarCodeImage($imageResource, ?Rectangle ... $areas) {#setbarcodeimage} + +QualitySettings allows to configure recognition quality and speed manually. You can quickly set up QualitySettings by embedded presets: HighPerformance, NormalQuality, HighQuality, MaxBarCodes or you can manually configure separate options. Default value of QualitySettings is NormalQuality. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$imageResource` | `` | | +| `$areas` | `?Rectangle ...` | | + +### setBarCodeReadTypesetBarCodeReadType(int ... $types) {#setbarcodereadtype} + +Sets SingleDecodeType type array for recognition. Must be called before readBarCodes() method. This sample shows how to detect Code39 and Code128 barcodes. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$types` | `int ...` | | + +### BarCodeDecodeType {#barcodedecodetype} + +**Access:** Read-only + +### FoundBarCodes {#foundbarcodes} + +**Access:** Read-only + +Reads BarCodeResult from the image. Value: The recognized BarCodeResult array + +### FoundCount {#foundcount} + +**Access:** Read-only + +Gets recognized barcodes count This sample shows how to read barcodes with BarCodeReader Value: The recognized barcodes count + +### Timeout {#timeout} + +**Access:** Read/Write + +**Returns:** int timeout. + +Gets the timeout of recognition process in milliseconds. + +Sets the timeout of recognition process in milliseconds. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + diff --git a/english/php/aspose.barcode.recognition/barcodereader/barcodedecodetype/_index.md b/english/php/aspose.barcode.recognition/barcodereader/barcodedecodetype/_index.md deleted file mode 100644 index bd5bee9b2..000000000 --- a/english/php/aspose.barcode.recognition/barcodereader/barcodedecodetype/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "BarCodeReader.BarCodeDecodeType" -linktitle: "BarCodeDecodeType" -articleTitle: "BarCodeDecodeType" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/barcodereader/barcodedecodetype/ ---- - -## BarCodeReader.BarCodeDecodeType - -**Access:** Read-only - diff --git a/english/php/aspose.barcode.recognition/barcodereader/barcodereader/_index.md b/english/php/aspose.barcode.recognition/barcodereader/barcodereader/_index.md deleted file mode 100644 index 90e60c286..000000000 --- a/english/php/aspose.barcode.recognition/barcodereader/barcodereader/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "BarCodeReader" -linktitle: "BarCodeReader" -articleTitle: "BarCodeReader" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/barcodereader/barcodereader/ ---- - -## BarCodeReader Constructor - -```php -__construct($imageResource, $areas, $decodeTypes) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$imageResource` | `` | | -| `$areas` | `` | | -| `$decodeTypes` | `` | | diff --git a/english/php/aspose.barcode.recognition/barcodereader/containsany/_index.md b/english/php/aspose.barcode.recognition/barcodereader/containsany/_index.md deleted file mode 100644 index 061f28433..000000000 --- a/english/php/aspose.barcode.recognition/barcodereader/containsany/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "BarCodeReader.containsAny" -linktitle: "containsAny" -articleTitle: "containsAny" -second_title: "Aspose.BarCode for PHP via Java" -description: "Determines whether any of the given decode types is included into" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/barcodereader/containsany/ ---- - -## BarCodeReader.containsAny - -```php -containsAny($decodeTypes) -``` - - -Determines whether any of the given decode types is included into - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$decodeTypes` | `` | | - -**Returns:** bool Value is a true if any types are included into. - diff --git a/english/php/aspose.barcode.recognition/barcodereader/exporttoxml/_index.md b/english/php/aspose.barcode.recognition/barcodereader/exporttoxml/_index.md deleted file mode 100644 index 5d787493a..000000000 --- a/english/php/aspose.barcode.recognition/barcodereader/exporttoxml/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "BarCodeReader.exportToXml" -linktitle: "exportToXml" -articleTitle: "exportToXml" -second_title: "Aspose.BarCode for PHP via Java" -description: "Exports BarCode properties to the xml-file specified" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/barcodereader/exporttoxml/ ---- - -## BarCodeReader.exportToXml - -```php -exportToXml(string $xmlFile) -``` - - -Exports BarCode properties to the xml-file specified - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$xmlFile` | `string` | | - -**Returns:** bool Whether or not export completed successfully. Returns True in case of success; False Otherwise - diff --git a/english/php/aspose.barcode.recognition/barcodereader/foundbarcodes/_index.md b/english/php/aspose.barcode.recognition/barcodereader/foundbarcodes/_index.md deleted file mode 100644 index 62c2f6c3a..000000000 --- a/english/php/aspose.barcode.recognition/barcodereader/foundbarcodes/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BarCodeReader.FoundBarCodes" -linktitle: "FoundBarCodes" -articleTitle: "FoundBarCodes" -second_title: "Aspose.BarCode for PHP via Java" -description: "Reads BarCodeResult from the image. Value: The recognized BarCodeResult array" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/barcodereader/foundbarcodes/ ---- - -## BarCodeReader.FoundBarCodes - -**Access:** Read-only - - -### Get - -Reads BarCodeResult from the image. Value: The recognized BarCodeResult array - diff --git a/english/php/aspose.barcode.recognition/barcodereader/foundcount/_index.md b/english/php/aspose.barcode.recognition/barcodereader/foundcount/_index.md deleted file mode 100644 index fdc877848..000000000 --- a/english/php/aspose.barcode.recognition/barcodereader/foundcount/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BarCodeReader.FoundCount" -linktitle: "FoundCount" -articleTitle: "FoundCount" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets recognized barcodes count This sample shows how to read barcodes with BarCodeReader Value: The recognized barcodes count" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/barcodereader/foundcount/ ---- - -## BarCodeReader.FoundCount - -**Access:** Read-only - - -### Get - -Gets recognized barcodes count This sample shows how to read barcodes with BarCodeReader Value: The recognized barcodes count - diff --git a/english/php/aspose.barcode.recognition/barcodereader/importfromxml/_index.md b/english/php/aspose.barcode.recognition/barcodereader/importfromxml/_index.md deleted file mode 100644 index 8e2a9b0f7..000000000 --- a/english/php/aspose.barcode.recognition/barcodereader/importfromxml/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "BarCodeReader.importFromXml" -linktitle: "importFromXml" -articleTitle: "importFromXml" -second_title: "Aspose.BarCode for PHP via Java" -description: "Import BarCode properties from xml file" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/barcodereader/importfromxml/ ---- - -## BarCodeReader.importFromXml - -```php -importFromXml(string $resource) -``` - - -Import BarCode properties from xml file - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$resource` | `string` | | - -**Returns:** BarCodeReader - diff --git a/english/php/aspose.barcode.recognition/barcodereader/init/_index.md b/english/php/aspose.barcode.recognition/barcodereader/init/_index.md deleted file mode 100644 index 05c28e12c..000000000 --- a/english/php/aspose.barcode.recognition/barcodereader/init/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "BarCodeReader.init" -linktitle: "init" -articleTitle: "init" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/barcodereader/init/ ---- - -## BarCodeReader.init - -```php -init() -``` - diff --git a/english/php/aspose.barcode.recognition/barcodereader/setbarcodeimage/_index.md b/english/php/aspose.barcode.recognition/barcodereader/setbarcodeimage/_index.md deleted file mode 100644 index 25cc033a8..000000000 --- a/english/php/aspose.barcode.recognition/barcodereader/setbarcodeimage/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: "BarCodeReader.setBarCodeImage" -linktitle: "setBarCodeImage" -articleTitle: "setBarCodeImage" -second_title: "Aspose.BarCode for PHP via Java" -description: "QualitySettings allows to configure recognition quality and speed manually. You can quickly set up QualitySettings by embedded presets: HighPerformance, NormalQuality, HighQuality, MaxBarCodes or you " -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/barcodereader/setbarcodeimage/ ---- - -## BarCodeReader.setBarCodeImage - -```php -setBarCodeImage($imageResource, ?Rectangle ... $areas) -``` - - -QualitySettings allows to configure recognition quality and speed manually. You can quickly set up QualitySettings by embedded presets: HighPerformance, NormalQuality, HighQuality, MaxBarCodes or you can manually configure separate options. Default value of QualitySettings is NormalQuality. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$imageResource` | `` | | -| `$areas` | `?Rectangle ...` | | diff --git a/english/php/aspose.barcode.recognition/barcodereader/setbarcodereadtype/_index.md b/english/php/aspose.barcode.recognition/barcodereader/setbarcodereadtype/_index.md deleted file mode 100644 index 4b944b596..000000000 --- a/english/php/aspose.barcode.recognition/barcodereader/setbarcodereadtype/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "BarCodeReader.setBarCodeReadType" -linktitle: "setBarCodeReadType" -articleTitle: "setBarCodeReadType" -second_title: "Aspose.BarCode for PHP via Java" -description: "Sets SingleDecodeType type array for recognition. Must be called before readBarCodes() method. This sample shows how to detect Code39 and Code128 barcodes." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/barcodereader/setbarcodereadtype/ ---- - -## BarCodeReader.setBarCodeReadType - -```php -setBarCodeReadType(int ... $types) -``` - - -Sets SingleDecodeType type array for recognition. Must be called before readBarCodes() method. This sample shows how to detect Code39 and Code128 barcodes. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$types` | `int ...` | | diff --git a/english/php/aspose.barcode.recognition/barcodereader/timeout/_index.md b/english/php/aspose.barcode.recognition/barcodereader/timeout/_index.md deleted file mode 100644 index 1f22709c3..000000000 --- a/english/php/aspose.barcode.recognition/barcodereader/timeout/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "BarCodeReader.Timeout" -linktitle: "Timeout" -articleTitle: "Timeout" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets the timeout of recognition process in milliseconds." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/barcodereader/timeout/ ---- - -## BarCodeReader.Timeout - -**Access:** Read/Write - - -**Returns:** int timeout. - - -### Get - -Gets the timeout of recognition process in milliseconds. - - -### Set - -Sets the timeout of recognition process in milliseconds. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.recognition/barcoderegionparameters/_index.md b/english/php/aspose.barcode.recognition/barcoderegionparameters/_index.md index 46ea55317..0aedf3984 100644 --- a/english/php/aspose.barcode.recognition/barcoderegionparameters/_index.md +++ b/english/php/aspose.barcode.recognition/barcoderegionparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "BarCodeRegionParameters Class" +title: "BarCodeRegionParameters" linktitle: "BarCodeRegionParameters" -articleTitle: "BarCodeRegionParameters" second_title: "Aspose.BarCode for PHP via Java" description: "Represents the recognized barcode's region and barcode angle This sample shows how to get barcode Angle and bounding quadrangle values" type: docs @@ -21,13 +20,44 @@ Represents the recognized barcode's region and barcode angle This sample shows h | Name | Description | | --- | --- | -| [__construct](./barcoderegionparameters/) | | +| [__construct](#constructor) | | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [Angle](./angle/) | Read-only | | -| [Points](./points/) | Read-only | | -| [Quadrangle](./quadrangle/) | Read-only | | -| [Rectangle](./rectangle/) | Read-only | | +| [Angle](#angle) | Read-only | | +| [Points](#points) | Read-only | | +| [Quadrangle](#quadrangle) | Read-only | | +| [Rectangle](#rectangle) | Read-only | | + +### BarCodeRegionParameters__construct(BarCodeRegionParametersDTO $barCodeRegionParametersDTO) {#constructor} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$barCodeRegionParametersDTO` | `BarCodeRegionParametersDTO` | | + +### Angle {#angle} + +**Access:** Read-only + +**Returns:** float Gets the angle of the barcode (0-360). Value: The angle for barcode (0-360). + +### Points {#points} + +**Access:** Read-only + +**Returns:** array Gets Points array bounding barcode region Value: Returns Points array bounding barcode region + +### Quadrangle {#quadrangle} + +**Access:** Read-only + +**Returns:** Quadrangle Gets Quadrangle bounding barcode region Value: Returns Quadrangle bounding barcode region + +### Rectangle {#rectangle} + +**Access:** Read-only + +**Returns:** Rectangle Gets Rectangle bounding barcode region Value: Returns Rectangle bounding barcode region + diff --git a/english/php/aspose.barcode.recognition/barcoderegionparameters/angle/_index.md b/english/php/aspose.barcode.recognition/barcoderegionparameters/angle/_index.md deleted file mode 100644 index 52f754593..000000000 --- a/english/php/aspose.barcode.recognition/barcoderegionparameters/angle/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "BarCodeRegionParameters.Angle" -linktitle: "Angle" -articleTitle: "Angle" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/barcoderegionparameters/angle/ ---- - -## BarCodeRegionParameters.Angle - -**Access:** Read-only - - -**Returns:** float Gets the angle of the barcode (0-360). Value: The angle for barcode (0-360). - diff --git a/english/php/aspose.barcode.recognition/barcoderegionparameters/barcoderegionparameters/_index.md b/english/php/aspose.barcode.recognition/barcoderegionparameters/barcoderegionparameters/_index.md deleted file mode 100644 index 5521cd36b..000000000 --- a/english/php/aspose.barcode.recognition/barcoderegionparameters/barcoderegionparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "BarCodeRegionParameters" -linktitle: "BarCodeRegionParameters" -articleTitle: "BarCodeRegionParameters" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/barcoderegionparameters/barcoderegionparameters/ ---- - -## BarCodeRegionParameters Constructor - -```php -__construct(BarCodeRegionParametersDTO $barCodeRegionParametersDTO) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$barCodeRegionParametersDTO` | `BarCodeRegionParametersDTO` | | diff --git a/english/php/aspose.barcode.recognition/barcoderegionparameters/points/_index.md b/english/php/aspose.barcode.recognition/barcoderegionparameters/points/_index.md deleted file mode 100644 index 1dc3ab2eb..000000000 --- a/english/php/aspose.barcode.recognition/barcoderegionparameters/points/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "BarCodeRegionParameters.Points" -linktitle: "Points" -articleTitle: "Points" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/barcoderegionparameters/points/ ---- - -## BarCodeRegionParameters.Points - -**Access:** Read-only - - -**Returns:** array Gets Points array bounding barcode region Value: Returns Points array bounding barcode region - diff --git a/english/php/aspose.barcode.recognition/barcoderegionparameters/quadrangle/_index.md b/english/php/aspose.barcode.recognition/barcoderegionparameters/quadrangle/_index.md deleted file mode 100644 index 4d368a6c6..000000000 --- a/english/php/aspose.barcode.recognition/barcoderegionparameters/quadrangle/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "BarCodeRegionParameters.Quadrangle" -linktitle: "Quadrangle" -articleTitle: "Quadrangle" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/barcoderegionparameters/quadrangle/ ---- - -## BarCodeRegionParameters.Quadrangle - -**Access:** Read-only - - -**Returns:** Quadrangle Gets Quadrangle bounding barcode region Value: Returns Quadrangle bounding barcode region - diff --git a/english/php/aspose.barcode.recognition/barcoderegionparameters/rectangle/_index.md b/english/php/aspose.barcode.recognition/barcoderegionparameters/rectangle/_index.md deleted file mode 100644 index 26b52f3cb..000000000 --- a/english/php/aspose.barcode.recognition/barcoderegionparameters/rectangle/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "BarCodeRegionParameters.Rectangle" -linktitle: "Rectangle" -articleTitle: "Rectangle" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/barcoderegionparameters/rectangle/ ---- - -## BarCodeRegionParameters.Rectangle - -**Access:** Read-only - - -**Returns:** Rectangle Gets Rectangle bounding barcode region Value: Returns Rectangle bounding barcode region - diff --git a/english/php/aspose.barcode.recognition/barcoderesult/_index.md b/english/php/aspose.barcode.recognition/barcoderesult/_index.md index 7aaaaf166..ab009f65f 100644 --- a/english/php/aspose.barcode.recognition/barcoderesult/_index.md +++ b/english/php/aspose.barcode.recognition/barcoderesult/_index.md @@ -1,7 +1,6 @@ --- -title: "BarCodeResult Class" +title: "BarCodeResult" linktitle: "BarCodeResult" -articleTitle: "BarCodeResult" second_title: "Aspose.BarCode for PHP via Java" description: "Stores recognized barcode data like SingleDecodeType type, {string} codetext, BarCodeRegionParameters region and other parameters This sample shows how to obtain BarCodeResult." type: docs @@ -21,22 +20,69 @@ Stores recognized barcode data like SingleDecodeType type, {string} codetext, Ba | Name | Description | | --- | --- | -| [__construct](./barcoderesult/) | | +| [__construct](#constructor) | | ## Methods | Name | Static | Description | | --- | --- | --- | -| [getCodeText](./getcodetext/) | No | Gets the code text with encoding. | +| [getCodeText](#getcodetext) | No | Gets the code text with encoding. | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [CodeBytes](./codebytes/) | Read-only | | -| [CodeType](./codetype/) | Read-only | | -| [CodeTypeName](./codetypename/) | Read-only | | -| [Confidence](./confidence/) | Read-only | | -| [Extended](./extended/) | Read-only | | -| [ReadingQuality](./readingquality/) | Read-only | | -| [Region](./region/) | Read-only | | +| [CodeBytes](#codebytes) | Read-only | | +| [CodeType](#codetype) | Read-only | | +| [CodeTypeName](#codetypename) | Read-only | | +| [Confidence](#confidence) | Read-only | | +| [Extended](#extended) | Read-only | | +| [ReadingQuality](#readingquality) | Read-only | | +| [Region](#region) | Read-only | | + +### BarCodeResult__construct(BarCodeResultDTO $barCodeResultDTO) {#constructor} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$barCodeResultDTO` | `BarCodeResultDTO` | | + +### getCodeTextgetCodeText(?string $encoding) {#getcodetext} + +Gets the code text with encoding. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$encoding` | `?string` | The encoding for codetext. | + +**Returns:** codeText string containing recognized code text. + +### CodeBytes {#codebytes} + +**Access:** Read-only + +### CodeType {#codetype} + +**Access:** Read-only + +### CodeTypeName {#codetypename} + +**Access:** Read-only + +### Confidence {#confidence} + +**Access:** Read-only + +### Extended {#extended} + +**Access:** Read-only + +### ReadingQuality {#readingquality} + +**Access:** Read-only + +**Returns:** float Gets the reading quality. Works for 1D and postal barcodes. Value: The reading quality percent + +### Region {#region} + +**Access:** Read-only + diff --git a/english/php/aspose.barcode.recognition/barcoderesult/barcoderesult/_index.md b/english/php/aspose.barcode.recognition/barcoderesult/barcoderesult/_index.md deleted file mode 100644 index 95f86d8b4..000000000 --- a/english/php/aspose.barcode.recognition/barcoderesult/barcoderesult/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "BarCodeResult" -linktitle: "BarCodeResult" -articleTitle: "BarCodeResult" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/barcoderesult/barcoderesult/ ---- - -## BarCodeResult Constructor - -```php -__construct(BarCodeResultDTO $barCodeResultDTO) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$barCodeResultDTO` | `BarCodeResultDTO` | | diff --git a/english/php/aspose.barcode.recognition/barcoderesult/codebytes/_index.md b/english/php/aspose.barcode.recognition/barcoderesult/codebytes/_index.md deleted file mode 100644 index 048265e4b..000000000 --- a/english/php/aspose.barcode.recognition/barcoderesult/codebytes/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "BarCodeResult.CodeBytes" -linktitle: "CodeBytes" -articleTitle: "CodeBytes" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/barcoderesult/codebytes/ ---- - -## BarCodeResult.CodeBytes - -**Access:** Read-only - diff --git a/english/php/aspose.barcode.recognition/barcoderesult/codetype/_index.md b/english/php/aspose.barcode.recognition/barcoderesult/codetype/_index.md deleted file mode 100644 index e3f9b618c..000000000 --- a/english/php/aspose.barcode.recognition/barcoderesult/codetype/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "BarCodeResult.CodeType" -linktitle: "CodeType" -articleTitle: "CodeType" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/barcoderesult/codetype/ ---- - -## BarCodeResult.CodeType - -**Access:** Read-only - diff --git a/english/php/aspose.barcode.recognition/barcoderesult/codetypename/_index.md b/english/php/aspose.barcode.recognition/barcoderesult/codetypename/_index.md deleted file mode 100644 index 702ce4b65..000000000 --- a/english/php/aspose.barcode.recognition/barcoderesult/codetypename/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "BarCodeResult.CodeTypeName" -linktitle: "CodeTypeName" -articleTitle: "CodeTypeName" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/barcoderesult/codetypename/ ---- - -## BarCodeResult.CodeTypeName - -**Access:** Read-only - diff --git a/english/php/aspose.barcode.recognition/barcoderesult/confidence/_index.md b/english/php/aspose.barcode.recognition/barcoderesult/confidence/_index.md deleted file mode 100644 index 5d9226c15..000000000 --- a/english/php/aspose.barcode.recognition/barcoderesult/confidence/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "BarCodeResult.Confidence" -linktitle: "Confidence" -articleTitle: "Confidence" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/barcoderesult/confidence/ ---- - -## BarCodeResult.Confidence - -**Access:** Read-only - diff --git a/english/php/aspose.barcode.recognition/barcoderesult/extended/_index.md b/english/php/aspose.barcode.recognition/barcoderesult/extended/_index.md deleted file mode 100644 index b3977e22e..000000000 --- a/english/php/aspose.barcode.recognition/barcoderesult/extended/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "BarCodeResult.Extended" -linktitle: "Extended" -articleTitle: "Extended" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/barcoderesult/extended/ ---- - -## BarCodeResult.Extended - -**Access:** Read-only - diff --git a/english/php/aspose.barcode.recognition/barcoderesult/getcodetext/_index.md b/english/php/aspose.barcode.recognition/barcoderesult/getcodetext/_index.md deleted file mode 100644 index 05f1baa5c..000000000 --- a/english/php/aspose.barcode.recognition/barcoderesult/getcodetext/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "BarCodeResult.getCodeText" -linktitle: "getCodeText" -articleTitle: "getCodeText" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets the code text with encoding." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/barcoderesult/getcodetext/ ---- - -## BarCodeResult.getCodeText - -```php -getCodeText(?string $encoding) -``` - - -Gets the code text with encoding. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$encoding` | `?string` | The encoding for codetext. | - -**Returns:** codeText string containing recognized code text. - diff --git a/english/php/aspose.barcode.recognition/barcoderesult/readingquality/_index.md b/english/php/aspose.barcode.recognition/barcoderesult/readingquality/_index.md deleted file mode 100644 index 2d9efd8dd..000000000 --- a/english/php/aspose.barcode.recognition/barcoderesult/readingquality/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "BarCodeResult.ReadingQuality" -linktitle: "ReadingQuality" -articleTitle: "ReadingQuality" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/barcoderesult/readingquality/ ---- - -## BarCodeResult.ReadingQuality - -**Access:** Read-only - - -**Returns:** float Gets the reading quality. Works for 1D and postal barcodes. Value: The reading quality percent - diff --git a/english/php/aspose.barcode.recognition/barcoderesult/region/_index.md b/english/php/aspose.barcode.recognition/barcoderesult/region/_index.md deleted file mode 100644 index a648cd5ce..000000000 --- a/english/php/aspose.barcode.recognition/barcoderesult/region/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "BarCodeResult.Region" -linktitle: "Region" -articleTitle: "Region" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/barcoderesult/region/ ---- - -## BarCodeResult.Region - -**Access:** Read-only - diff --git a/english/php/aspose.barcode.recognition/barcodesettings/_index.md b/english/php/aspose.barcode.recognition/barcodesettings/_index.md index 59bfc3bb7..fe930c339 100644 --- a/english/php/aspose.barcode.recognition/barcodesettings/_index.md +++ b/english/php/aspose.barcode.recognition/barcodesettings/_index.md @@ -1,7 +1,6 @@ --- -title: "BarcodeSettings Class" +title: "BarcodeSettings" linktitle: "BarcodeSettings" -articleTitle: "BarcodeSettings" second_title: "Aspose.BarCode for PHP via Java" description: "The main BarCode decoding parameters. Contains parameters which make influence on recognized data." type: docs @@ -21,13 +20,70 @@ The main BarCode decoding parameters. Contains parameters which make influence o | Name | Description | | --- | --- | -| [__construct](./barcodesettings/) | BarcodeSettings copy constructor | +| [__construct](#constructor) | BarcodeSettings copy constructor | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [AustraliaPost](./australiapost/) | Read-only | Gets AustraliaPost decoding parameters | -| [ChecksumValidation](./checksumvalidation/) | Read/Write | Enable checksum validation during recognition for 1D and Postal barcodes. Default is treated as Yes for symbologies which must contain checksum, as No where checksum only possible. Checksum never used: Codabar, PatchCode, Pharmacode, DataLogic2of5 Checksum is possible: Code39 Standard/Extended, Standard2of5, Interleaved2of5, ItalianPost25, Matrix2of5, MSI, ItalianPost25, DeutschePostIdentcode, DeutschePostLeitcode, VIN Checksum always used: Rest symbologies | -| [DetectEncoding](./detectencoding/) | Read/Write | The flag which force engine to detect codetext encoding for Unicode codesets. Default value is true. | -| [StripFNC](./stripfnc/) | Read/Write | Strip FNC1, FNC2, FNC3 characters from codetext. Default value is false. | +| [AustraliaPost](#australiapost) | Read-only | Gets AustraliaPost decoding parameters | +| [ChecksumValidation](#checksumvalidation) | Read/Write | Enable checksum validation during recognition for 1D and Postal barcodes. Default is treated as Yes for symbologies which must contain checksum, as No where checksum only possible. Checksum never used: Codabar, PatchCode, Pharmacode, DataLogic2of5 Checksum is possible: Code39 Standard/Extended, Standard2of5, Interleaved2of5, ItalianPost25, Matrix2of5, MSI, ItalianPost25, DeutschePostIdentcode, DeutschePostLeitcode, VIN Checksum always used: Rest symbologies | +| [DetectEncoding](#detectencoding) | Read/Write | The flag which force engine to detect codetext encoding for Unicode codesets. Default value is true. | +| [StripFNC](#stripfnc) | Read/Write | Strip FNC1, FNC2, FNC3 characters from codetext. Default value is false. | + +### BarcodeSettings__construct(BarcodeSettingsDTO $barcodeSettingsDto) {#constructor} + +BarcodeSettings copy constructor + +| Parameter | Type | Description | +| --- | --- | --- | +| `$barcodeSettingsDto` | `BarcodeSettingsDTO` | | + +### AustraliaPost {#australiapost} + +**Access:** Read-only + +**Returns:** AustraliaPostSettings The AustraliaPost decoding parameters which make influence on recognized data of AustraliaPost symbology + +Gets AustraliaPost decoding parameters + +### ChecksumValidation {#checksumvalidation} + +**Access:** Read/Write + +**Returns:** int Enable checksum validation during recognition for 1D and Postal barcodes. + +Enable checksum validation during recognition for 1D and Postal barcodes. Default is treated as Yes for symbologies which must contain checksum, as No where checksum only possible. Checksum never used: Codabar, PatchCode, Pharmacode, DataLogic2of5 Checksum is possible: Code39 Standard/Extended, Standard2of5, Interleaved2of5, ItalianPost25, Matrix2of5, MSI, ItalianPost25, DeutschePostIdentcode, DeutschePostLeitcode, VIN Checksum always used: Rest symbologies + +Enable checksum validation during recognition for 1D and Postal barcodes. Default is treated as Yes for symbologies which must contain checksum, as No where checksum only possible. Checksum never used: Codabar, PatchCode, Pharmacode, DataLogic2of5 Checksum is possible: Code39 Standard/Extended, Standard2of5, Interleaved2of5, ItalianPost25, Matrix2of5, MSI, ItalianPost25, DeutschePostIdentcode, DeutschePostLeitcode, VIN Checksum always used: Rest symbologies + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### DetectEncoding {#detectencoding} + +**Access:** Read/Write + +**Returns:** bool The flag which force engine to detect codetext encoding for Unicode codesets + +The flag which force engine to detect codetext encoding for Unicode codesets. Default value is true. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `bool` | | + +### StripFNC {#stripfnc} + +**Access:** Read/Write + +**Returns:** bool Strip FNC1, FNC2, FNC3 characters from codetext. Default value is false. + +Strip FNC1, FNC2, FNC3 characters from codetext. Default value is false. + +Strip FNC1, FNC2, FNC3 characters from codetext. Default value is false. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `bool` | | + diff --git a/english/php/aspose.barcode.recognition/barcodesettings/australiapost/_index.md b/english/php/aspose.barcode.recognition/barcodesettings/australiapost/_index.md deleted file mode 100644 index 90dcacfc8..000000000 --- a/english/php/aspose.barcode.recognition/barcodesettings/australiapost/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "BarcodeSettings.AustraliaPost" -linktitle: "AustraliaPost" -articleTitle: "AustraliaPost" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets AustraliaPost decoding parameters" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/barcodesettings/australiapost/ ---- - -## BarcodeSettings.AustraliaPost - -**Access:** Read-only - - -**Returns:** AustraliaPostSettings The AustraliaPost decoding parameters which make influence on recognized data of AustraliaPost symbology - - -### Get - -Gets AustraliaPost decoding parameters - diff --git a/english/php/aspose.barcode.recognition/barcodesettings/barcodesettings/_index.md b/english/php/aspose.barcode.recognition/barcodesettings/barcodesettings/_index.md deleted file mode 100644 index b4c4a666c..000000000 --- a/english/php/aspose.barcode.recognition/barcodesettings/barcodesettings/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "BarcodeSettings" -linktitle: "BarcodeSettings" -articleTitle: "BarcodeSettings" -second_title: "Aspose.BarCode for PHP via Java" -description: "BarcodeSettings copy constructor" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/barcodesettings/barcodesettings/ ---- - -## BarcodeSettings Constructor - -```php -__construct(BarcodeSettingsDTO $barcodeSettingsDto) -``` - - -BarcodeSettings copy constructor - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$barcodeSettingsDto` | `BarcodeSettingsDTO` | | diff --git a/english/php/aspose.barcode.recognition/barcodesettings/checksumvalidation/_index.md b/english/php/aspose.barcode.recognition/barcodesettings/checksumvalidation/_index.md deleted file mode 100644 index ecd275e61..000000000 --- a/english/php/aspose.barcode.recognition/barcodesettings/checksumvalidation/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "BarcodeSettings.ChecksumValidation" -linktitle: "ChecksumValidation" -articleTitle: "ChecksumValidation" -second_title: "Aspose.BarCode for PHP via Java" -description: "Enable checksum validation during recognition for 1D and Postal barcodes. Default is treated as Yes for symbologies which must contain checksum, as No where checksum only possible. Checksum never used" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/barcodesettings/checksumvalidation/ ---- - -## BarcodeSettings.ChecksumValidation - -**Access:** Read/Write - - -**Returns:** int Enable checksum validation during recognition for 1D and Postal barcodes. - - -### Get - -Enable checksum validation during recognition for 1D and Postal barcodes. Default is treated as Yes for symbologies which must contain checksum, as No where checksum only possible. Checksum never used: Codabar, PatchCode, Pharmacode, DataLogic2of5 Checksum is possible: Code39 Standard/Extended, Standard2of5, Interleaved2of5, ItalianPost25, Matrix2of5, MSI, ItalianPost25, DeutschePostIdentcode, DeutschePostLeitcode, VIN Checksum always used: Rest symbologies - - -### Set - -Enable checksum validation during recognition for 1D and Postal barcodes. Default is treated as Yes for symbologies which must contain checksum, as No where checksum only possible. Checksum never used: Codabar, PatchCode, Pharmacode, DataLogic2of5 Checksum is possible: Code39 Standard/Extended, Standard2of5, Interleaved2of5, ItalianPost25, Matrix2of5, MSI, ItalianPost25, DeutschePostIdentcode, DeutschePostLeitcode, VIN Checksum always used: Rest symbologies - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.recognition/barcodesettings/detectencoding/_index.md b/english/php/aspose.barcode.recognition/barcodesettings/detectencoding/_index.md deleted file mode 100644 index 4c89bacf9..000000000 --- a/english/php/aspose.barcode.recognition/barcodesettings/detectencoding/_index.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: "BarcodeSettings.DetectEncoding" -linktitle: "DetectEncoding" -articleTitle: "DetectEncoding" -second_title: "Aspose.BarCode for PHP via Java" -description: "The flag which force engine to detect codetext encoding for Unicode codesets. Default value is true." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/barcodesettings/detectencoding/ ---- - -## BarcodeSettings.DetectEncoding - -**Access:** Read/Write - - -**Returns:** bool The flag which force engine to detect codetext encoding for Unicode codesets - - -### Get - -The flag which force engine to detect codetext encoding for Unicode codesets. Default value is true. - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `bool` | | diff --git a/english/php/aspose.barcode.recognition/barcodesettings/stripfnc/_index.md b/english/php/aspose.barcode.recognition/barcodesettings/stripfnc/_index.md deleted file mode 100644 index 13ddd518e..000000000 --- a/english/php/aspose.barcode.recognition/barcodesettings/stripfnc/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "BarcodeSettings.StripFNC" -linktitle: "StripFNC" -articleTitle: "StripFNC" -second_title: "Aspose.BarCode for PHP via Java" -description: "Strip FNC1, FNC2, FNC3 characters from codetext. Default value is false." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/barcodesettings/stripfnc/ ---- - -## BarcodeSettings.StripFNC - -**Access:** Read/Write - - -**Returns:** bool Strip FNC1, FNC2, FNC3 characters from codetext. Default value is false. - - -### Get - -Strip FNC1, FNC2, FNC3 characters from codetext. Default value is false. - - -### Set - -Strip FNC1, FNC2, FNC3 characters from codetext. Default value is false. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `bool` | | diff --git a/english/php/aspose.barcode.recognition/checksumvalidation/_index.md b/english/php/aspose.barcode.recognition/checksumvalidation/_index.md index ad1b1eba0..902026ac9 100644 --- a/english/php/aspose.barcode.recognition/checksumvalidation/_index.md +++ b/english/php/aspose.barcode.recognition/checksumvalidation/_index.md @@ -1,7 +1,6 @@ --- -title: "ChecksumValidation Enum" +title: "ChecksumValidation" linktitle: "ChecksumValidation" -articleTitle: "ChecksumValidation" second_title: "Aspose.BarCode for PHP via Java" description: "Enable checksum validation during recognition for 1D barcodes. Default is treated as Yes for symbologies which must contain checksum, as No where checksum only possible. Checksum never used: Codabar C" type: docs @@ -21,6 +20,24 @@ Enable checksum validation during recognition for 1D barcodes. Default is treate | Name | Value | Description | | --- | --- | --- | -| [DEFAULT](./default/) | `0` | If checksum is required by the specification - it will be validated. | -| [OFF](./off/) | `2` | Do not validate checksum. | -| [ON](./on/) | `1` | Always validate checksum if possible. | +| [DEFAULT](#default) | `0` | If checksum is required by the specification - it will be validated. | +| [OFF](#off) | `2` | Do not validate checksum. | +| [ON](#on) | `1` | Always validate checksum if possible. | +### DEFAULT {#default} + +**Value:** `0` + +If checksum is required by the specification - it will be validated. + +### OFF {#off} + +**Value:** `2` + +Do not validate checksum. + +### ON {#on} + +**Value:** `1` + +Always validate checksum if possible. + diff --git a/english/php/aspose.barcode.recognition/checksumvalidation/default/_index.md b/english/php/aspose.barcode.recognition/checksumvalidation/default/_index.md deleted file mode 100644 index e624e573f..000000000 --- a/english/php/aspose.barcode.recognition/checksumvalidation/default/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "ChecksumValidation::DEFAULT" -linktitle: "DEFAULT" -articleTitle: "DEFAULT" -second_title: "Aspose.BarCode for PHP via Java" -description: "If checksum is required by the specification - it will be validated." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/checksumvalidation/default/ ---- - -## ChecksumValidation::DEFAULT Enum Value - -**Value:** `0` - - -If checksum is required by the specification - it will be validated. - diff --git a/english/php/aspose.barcode.recognition/checksumvalidation/off/_index.md b/english/php/aspose.barcode.recognition/checksumvalidation/off/_index.md deleted file mode 100644 index c1261bf30..000000000 --- a/english/php/aspose.barcode.recognition/checksumvalidation/off/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "ChecksumValidation::OFF" -linktitle: "OFF" -articleTitle: "OFF" -second_title: "Aspose.BarCode for PHP via Java" -description: "Do not validate checksum." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/checksumvalidation/off/ ---- - -## ChecksumValidation::OFF Enum Value - -**Value:** `2` - - -Do not validate checksum. - diff --git a/english/php/aspose.barcode.recognition/checksumvalidation/on/_index.md b/english/php/aspose.barcode.recognition/checksumvalidation/on/_index.md deleted file mode 100644 index d1a1de665..000000000 --- a/english/php/aspose.barcode.recognition/checksumvalidation/on/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "ChecksumValidation::ON" -linktitle: "ON" -articleTitle: "ON" -second_title: "Aspose.BarCode for PHP via Java" -description: "Always validate checksum if possible." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/checksumvalidation/on/ ---- - -## ChecksumValidation::ON Enum Value - -**Value:** `1` - - -Always validate checksum if possible. - diff --git a/english/php/aspose.barcode.recognition/codabarextendedparameters/_index.md b/english/php/aspose.barcode.recognition/codabarextendedparameters/_index.md index ce6f82f22..e50a4e612 100644 --- a/english/php/aspose.barcode.recognition/codabarextendedparameters/_index.md +++ b/english/php/aspose.barcode.recognition/codabarextendedparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "CodabarExtendedParameters Class" +title: "CodabarExtendedParameters" linktitle: "CodabarExtendedParameters" -articleTitle: "CodabarExtendedParameters" second_title: "Aspose.BarCode for PHP via Java" description: "Stores a Codabar additional information of recognized barcode" type: docs @@ -21,13 +20,72 @@ Stores a Codabar additional information of recognized barcode | Name | Description | | --- | --- | -| [__construct](./codabarextendedparameters/) | | +| [__construct](#constructor) | | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [CodabarStartSymbol](./codabarstartsymbol/) | Read/Write | Gets or sets a Codabar start symbol. Default value: CodabarSymbol.A | -| [CodabarStopSymbol](./codabarstopsymbol/) | Read/Write | Gets or sets a Codabar stop symbol. Default value: CodabarSymbol.A | -| [StartSymbol](./startsymbol/) | Read/Write | Gets a Codabar start symbol. Default value: CodabarSymbol.A | -| [StopSymbol](./stopsymbol/) | Read/Write | Gets a Codabar stop symbol. Default value: CodabarSymbol.A | +| [CodabarStartSymbol](#codabarstartsymbol) | Read/Write | Gets or sets a Codabar start symbol. Default value: CodabarSymbol.A | +| [CodabarStopSymbol](#codabarstopsymbol) | Read/Write | Gets or sets a Codabar stop symbol. Default value: CodabarSymbol.A | +| [StartSymbol](#startsymbol) | Read/Write | Gets a Codabar start symbol. Default value: CodabarSymbol.A | +| [StopSymbol](#stopsymbol) | Read/Write | Gets a Codabar stop symbol. Default value: CodabarSymbol.A | + +### CodabarExtendedParameters__construct(CodabarExtendedParametersDTO $codabarExtendedParametersDTO) {#constructor} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$codabarExtendedParametersDTO` | `CodabarExtendedParametersDTO` | | + +### CodabarStartSymbol {#codabarstartsymbol} + +**Access:** Read/Write + +Gets or sets a Codabar start symbol. Default value: CodabarSymbol.A + +Gets or sets a Codabar start symbol. Default value: CodabarSymbol.A + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### CodabarStopSymbol {#codabarstopsymbol} + +**Access:** Read/Write + +Gets or sets a Codabar stop symbol. Default value: CodabarSymbol.A + +Gets or sets a Codabar stop symbol. Default value: CodabarSymbol.A + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### StartSymbol {#startsymbol} + +**Access:** Read/Write + +**Returns:** a Codabar start symbol. + +Gets a Codabar start symbol. Default value: CodabarSymbol.A + +Sets a Codabar start symbol. Default value: CodabarSymbol.A + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | a Codabar start symbol. | + +### StopSymbol {#stopsymbol} + +**Access:** Read/Write + +**Returns:** a Codabar stop symbol. + +Gets a Codabar stop symbol. Default value: CodabarSymbol.A + +Sets a Codabar stop symbol. Default value: CodabarSymbol.A + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | a Codabar stop symbol. | + diff --git a/english/php/aspose.barcode.recognition/codabarextendedparameters/codabarextendedparameters/_index.md b/english/php/aspose.barcode.recognition/codabarextendedparameters/codabarextendedparameters/_index.md deleted file mode 100644 index 1ce8f5fcd..000000000 --- a/english/php/aspose.barcode.recognition/codabarextendedparameters/codabarextendedparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "CodabarExtendedParameters" -linktitle: "CodabarExtendedParameters" -articleTitle: "CodabarExtendedParameters" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/codabarextendedparameters/codabarextendedparameters/ ---- - -## CodabarExtendedParameters Constructor - -```php -__construct(CodabarExtendedParametersDTO $codabarExtendedParametersDTO) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$codabarExtendedParametersDTO` | `CodabarExtendedParametersDTO` | | diff --git a/english/php/aspose.barcode.recognition/codabarextendedparameters/codabarstartsymbol/_index.md b/english/php/aspose.barcode.recognition/codabarextendedparameters/codabarstartsymbol/_index.md deleted file mode 100644 index 9bf3841b6..000000000 --- a/english/php/aspose.barcode.recognition/codabarextendedparameters/codabarstartsymbol/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "CodabarExtendedParameters.CodabarStartSymbol" -linktitle: "CodabarStartSymbol" -articleTitle: "CodabarStartSymbol" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets or sets a Codabar start symbol. Default value: CodabarSymbol.A" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/codabarextendedparameters/codabarstartsymbol/ ---- - -## CodabarExtendedParameters.CodabarStartSymbol - -**Access:** Read/Write - - -### Get - -Gets or sets a Codabar start symbol. Default value: CodabarSymbol.A - - -### Set - -Gets or sets a Codabar start symbol. Default value: CodabarSymbol.A - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.recognition/codabarextendedparameters/codabarstopsymbol/_index.md b/english/php/aspose.barcode.recognition/codabarextendedparameters/codabarstopsymbol/_index.md deleted file mode 100644 index 214437f49..000000000 --- a/english/php/aspose.barcode.recognition/codabarextendedparameters/codabarstopsymbol/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "CodabarExtendedParameters.CodabarStopSymbol" -linktitle: "CodabarStopSymbol" -articleTitle: "CodabarStopSymbol" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets or sets a Codabar stop symbol. Default value: CodabarSymbol.A" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/codabarextendedparameters/codabarstopsymbol/ ---- - -## CodabarExtendedParameters.CodabarStopSymbol - -**Access:** Read/Write - - -### Get - -Gets or sets a Codabar stop symbol. Default value: CodabarSymbol.A - - -### Set - -Gets or sets a Codabar stop symbol. Default value: CodabarSymbol.A - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.recognition/codabarextendedparameters/startsymbol/_index.md b/english/php/aspose.barcode.recognition/codabarextendedparameters/startsymbol/_index.md deleted file mode 100644 index e2260e363..000000000 --- a/english/php/aspose.barcode.recognition/codabarextendedparameters/startsymbol/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "CodabarExtendedParameters.StartSymbol" -linktitle: "StartSymbol" -articleTitle: "StartSymbol" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets a Codabar start symbol. Default value: CodabarSymbol.A" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/codabarextendedparameters/startsymbol/ ---- - -## CodabarExtendedParameters.StartSymbol - -**Access:** Read/Write - - -**Returns:** a Codabar start symbol. - - -### Get - -Gets a Codabar start symbol. Default value: CodabarSymbol.A - - -### Set - -Sets a Codabar start symbol. Default value: CodabarSymbol.A - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | a Codabar start symbol. | diff --git a/english/php/aspose.barcode.recognition/codabarextendedparameters/stopsymbol/_index.md b/english/php/aspose.barcode.recognition/codabarextendedparameters/stopsymbol/_index.md deleted file mode 100644 index 95a9cf8bf..000000000 --- a/english/php/aspose.barcode.recognition/codabarextendedparameters/stopsymbol/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "CodabarExtendedParameters.StopSymbol" -linktitle: "StopSymbol" -articleTitle: "StopSymbol" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets a Codabar stop symbol. Default value: CodabarSymbol.A" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/codabarextendedparameters/stopsymbol/ ---- - -## CodabarExtendedParameters.StopSymbol - -**Access:** Read/Write - - -**Returns:** a Codabar stop symbol. - - -### Get - -Gets a Codabar stop symbol. Default value: CodabarSymbol.A - - -### Set - -Sets a Codabar stop symbol. Default value: CodabarSymbol.A - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | a Codabar stop symbol. | diff --git a/english/php/aspose.barcode.recognition/code128dataportion/_index.md b/english/php/aspose.barcode.recognition/code128dataportion/_index.md index 5f272fddf..ce6eed282 100644 --- a/english/php/aspose.barcode.recognition/code128dataportion/_index.md +++ b/english/php/aspose.barcode.recognition/code128dataportion/_index.md @@ -1,7 +1,6 @@ --- -title: "Code128DataPortion Class" +title: "Code128DataPortion" linktitle: "Code128DataPortion" -articleTitle: "Code128DataPortion" second_title: "Aspose.BarCode for PHP via Java" description: "Contains the data of subtype for Code128 type barcode" type: docs @@ -21,11 +20,34 @@ Contains the data of subtype for Code128 type barcode | Name | Description | | --- | --- | -| [__construct](./code128dataportion/) | | +| [__construct](#constructor) | | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [Code128SubType](./code128subtype/) | Read-only | Gets the type of Code128 subset | -| [Data](./data/) | Read-only | Gets the part of code text related to subtype. | +| [Code128SubType](#code128subtype) | Read-only | Gets the type of Code128 subset | +| [Data](#data) | Read-only | Gets the part of code text related to subtype. | + +### Code128DataPortion__construct(Code128DataPortionDTO $code128DataPortionDTO) {#constructor} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$code128DataPortionDTO` | `Code128DataPortionDTO` | | + +### Code128SubType {#code128subtype} + +**Access:** Read-only + +**Returns:** int The type of Code128 subset + +Gets the type of Code128 subset + +### Data {#data} + +**Access:** Read-only + +**Returns:** string The part of code text related to subtype + +Gets the part of code text related to subtype. + diff --git a/english/php/aspose.barcode.recognition/code128dataportion/code128dataportion/_index.md b/english/php/aspose.barcode.recognition/code128dataportion/code128dataportion/_index.md deleted file mode 100644 index c64843df2..000000000 --- a/english/php/aspose.barcode.recognition/code128dataportion/code128dataportion/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Code128DataPortion" -linktitle: "Code128DataPortion" -articleTitle: "Code128DataPortion" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/code128dataportion/code128dataportion/ ---- - -## Code128DataPortion Constructor - -```php -__construct(Code128DataPortionDTO $code128DataPortionDTO) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$code128DataPortionDTO` | `Code128DataPortionDTO` | | diff --git a/english/php/aspose.barcode.recognition/code128dataportion/code128subtype/_index.md b/english/php/aspose.barcode.recognition/code128dataportion/code128subtype/_index.md deleted file mode 100644 index 08ca59123..000000000 --- a/english/php/aspose.barcode.recognition/code128dataportion/code128subtype/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "Code128DataPortion.Code128SubType" -linktitle: "Code128SubType" -articleTitle: "Code128SubType" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets the type of Code128 subset" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/code128dataportion/code128subtype/ ---- - -## Code128DataPortion.Code128SubType - -**Access:** Read-only - - -**Returns:** int The type of Code128 subset - - -### Get - -Gets the type of Code128 subset - diff --git a/english/php/aspose.barcode.recognition/code128dataportion/data/_index.md b/english/php/aspose.barcode.recognition/code128dataportion/data/_index.md deleted file mode 100644 index e1883bbd8..000000000 --- a/english/php/aspose.barcode.recognition/code128dataportion/data/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "Code128DataPortion.Data" -linktitle: "Data" -articleTitle: "Data" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets the part of code text related to subtype." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/code128dataportion/data/ ---- - -## Code128DataPortion.Data - -**Access:** Read-only - - -**Returns:** string The part of code text related to subtype - - -### Get - -Gets the part of code text related to subtype. - diff --git a/english/php/aspose.barcode.recognition/code128extendedparameters/_index.md b/english/php/aspose.barcode.recognition/code128extendedparameters/_index.md index 3c46d55de..f1ed09e17 100644 --- a/english/php/aspose.barcode.recognition/code128extendedparameters/_index.md +++ b/english/php/aspose.barcode.recognition/code128extendedparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "Code128ExtendedParameters Class" +title: "Code128ExtendedParameters" linktitle: "Code128ExtendedParameters" -articleTitle: "Code128ExtendedParameters" second_title: "Aspose.BarCode for PHP via Java" description: "Stores special data of Code128 recognized barcode Represents the recognized barcode's region and barcode angle This sample shows how to get code128 raw values" type: docs @@ -21,16 +20,31 @@ Stores special data of Code128 recognized barcode Represents the recognized barc | Name | Description | | --- | --- | -| [__construct](./code128extendedparameters/) | | +| [__construct](#constructor) | | ## Methods | Name | Static | Description | | --- | --- | --- | -| [isEmpty](./isempty/) | No | | +| [isEmpty](#isempty) | No | | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [Code128DataPortions](./code128dataportions/) | Read-only | Gets Code128DataPortion array of recognized Code128 barcode Value: Array of the Code128DataPortion. | +| [Code128DataPortions](#code128dataportions) | Read-only | Gets Code128DataPortion array of recognized Code128 barcode Value: Array of the Code128DataPortion. | + +### Code128ExtendedParameters__construct(Code128ExtendedParametersDTO $code128ExtendedParametersDTO) {#constructor} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$code128ExtendedParametersDTO` | `Code128ExtendedParametersDTO` | | + +### isEmptyisEmpty() {#isempty} + +### Code128DataPortions {#code128dataportions} + +**Access:** Read-only + +Gets Code128DataPortion array of recognized Code128 barcode Value: Array of the Code128DataPortion. + diff --git a/english/php/aspose.barcode.recognition/code128extendedparameters/code128dataportions/_index.md b/english/php/aspose.barcode.recognition/code128extendedparameters/code128dataportions/_index.md deleted file mode 100644 index e8f3577c3..000000000 --- a/english/php/aspose.barcode.recognition/code128extendedparameters/code128dataportions/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Code128ExtendedParameters.Code128DataPortions" -linktitle: "Code128DataPortions" -articleTitle: "Code128DataPortions" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets Code128DataPortion array of recognized Code128 barcode Value: Array of the Code128DataPortion." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/code128extendedparameters/code128dataportions/ ---- - -## Code128ExtendedParameters.Code128DataPortions - -**Access:** Read-only - - -### Get - -Gets Code128DataPortion array of recognized Code128 barcode Value: Array of the Code128DataPortion. - diff --git a/english/php/aspose.barcode.recognition/code128extendedparameters/code128extendedparameters/_index.md b/english/php/aspose.barcode.recognition/code128extendedparameters/code128extendedparameters/_index.md deleted file mode 100644 index ab48609e0..000000000 --- a/english/php/aspose.barcode.recognition/code128extendedparameters/code128extendedparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Code128ExtendedParameters" -linktitle: "Code128ExtendedParameters" -articleTitle: "Code128ExtendedParameters" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/code128extendedparameters/code128extendedparameters/ ---- - -## Code128ExtendedParameters Constructor - -```php -__construct(Code128ExtendedParametersDTO $code128ExtendedParametersDTO) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$code128ExtendedParametersDTO` | `Code128ExtendedParametersDTO` | | diff --git a/english/php/aspose.barcode.recognition/code128extendedparameters/isempty/_index.md b/english/php/aspose.barcode.recognition/code128extendedparameters/isempty/_index.md deleted file mode 100644 index 6c857f335..000000000 --- a/english/php/aspose.barcode.recognition/code128extendedparameters/isempty/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "Code128ExtendedParameters.isEmpty" -linktitle: "isEmpty" -articleTitle: "isEmpty" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/code128extendedparameters/isempty/ ---- - -## Code128ExtendedParameters.isEmpty - -```php -isEmpty() -``` - diff --git a/english/php/aspose.barcode.recognition/code128subtype/_index.md b/english/php/aspose.barcode.recognition/code128subtype/_index.md index fe8d5a725..c33ba890a 100644 --- a/english/php/aspose.barcode.recognition/code128subtype/_index.md +++ b/english/php/aspose.barcode.recognition/code128subtype/_index.md @@ -1,7 +1,6 @@ --- -title: "Code128SubType Enum" +title: "Code128SubType" linktitle: "Code128SubType" -articleTitle: "Code128SubType" second_title: "Aspose.BarCode for PHP via Java" description: "Contains types of Code128 subset" type: docs @@ -21,6 +20,24 @@ Contains types of Code128 subset | Name | Value | Description | | --- | --- | --- | -| [CODE_SET_A](./code_set_a/) | `1` | ASCII characters 00 to 95 (0–9, A–Z and control codes), special characters, and FNC 1–4 /// | -| [CODE_SET_B](./code_set_b/) | `2` | ASCII characters 32 to 127 (0–9, A–Z, a–z), special characters, and FNC 1–4 /// | -| [CODE_SET_C](./code_set_c/) | `3` | 00–99 (encodes two digits with a single code point) and FNC1 /// | +| [CODE_SET_A](#code_set_a) | `1` | ASCII characters 00 to 95 (0–9, A–Z and control codes), special characters, and FNC 1–4 /// | +| [CODE_SET_B](#code_set_b) | `2` | ASCII characters 32 to 127 (0–9, A–Z, a–z), special characters, and FNC 1–4 /// | +| [CODE_SET_C](#code_set_c) | `3` | 00–99 (encodes two digits with a single code point) and FNC1 /// | +### CODE_SET_A {#code_set_a} + +**Value:** `1` + +ASCII characters 00 to 95 (0–9, A–Z and control codes), special characters, and FNC 1–4 /// + +### CODE_SET_B {#code_set_b} + +**Value:** `2` + +ASCII characters 32 to 127 (0–9, A–Z, a–z), special characters, and FNC 1–4 /// + +### CODE_SET_C {#code_set_c} + +**Value:** `3` + +00–99 (encodes two digits with a single code point) and FNC1 /// + diff --git a/english/php/aspose.barcode.recognition/code128subtype/code_set_a/_index.md b/english/php/aspose.barcode.recognition/code128subtype/code_set_a/_index.md deleted file mode 100644 index eeb31b8d8..000000000 --- a/english/php/aspose.barcode.recognition/code128subtype/code_set_a/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Code128SubType::CODE_SET_A" -linktitle: "CODE_SET_A" -articleTitle: "CODE_SET_A" -second_title: "Aspose.BarCode for PHP via Java" -description: "ASCII characters 00 to 95 (0–9, A–Z and control codes), special characters, and FNC 1–4 ///" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/code128subtype/code_set_a/ ---- - -## Code128SubType::CODE_SET_A Enum Value - -**Value:** `1` - - -ASCII characters 00 to 95 (0–9, A–Z and control codes), special characters, and FNC 1–4 /// - diff --git a/english/php/aspose.barcode.recognition/code128subtype/code_set_b/_index.md b/english/php/aspose.barcode.recognition/code128subtype/code_set_b/_index.md deleted file mode 100644 index 7bc38c2e3..000000000 --- a/english/php/aspose.barcode.recognition/code128subtype/code_set_b/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Code128SubType::CODE_SET_B" -linktitle: "CODE_SET_B" -articleTitle: "CODE_SET_B" -second_title: "Aspose.BarCode for PHP via Java" -description: "ASCII characters 32 to 127 (0–9, A–Z, a–z), special characters, and FNC 1–4 ///" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/code128subtype/code_set_b/ ---- - -## Code128SubType::CODE_SET_B Enum Value - -**Value:** `2` - - -ASCII characters 32 to 127 (0–9, A–Z, a–z), special characters, and FNC 1–4 /// - diff --git a/english/php/aspose.barcode.recognition/code128subtype/code_set_c/_index.md b/english/php/aspose.barcode.recognition/code128subtype/code_set_c/_index.md deleted file mode 100644 index 49c282f22..000000000 --- a/english/php/aspose.barcode.recognition/code128subtype/code_set_c/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Code128SubType::CODE_SET_C" -linktitle: "CODE_SET_C" -articleTitle: "CODE_SET_C" -second_title: "Aspose.BarCode for PHP via Java" -description: "00–99 (encodes two digits with a single code point) and FNC1 ///" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/code128subtype/code_set_c/ ---- - -## Code128SubType::CODE_SET_C Enum Value - -**Value:** `3` - - -00–99 (encodes two digits with a single code point) and FNC1 /// - diff --git a/english/php/aspose.barcode.recognition/complexbackgroundmode/_index.md b/english/php/aspose.barcode.recognition/complexbackgroundmode/_index.md index ebb2d6ef1..c4aa2ebc8 100644 --- a/english/php/aspose.barcode.recognition/complexbackgroundmode/_index.md +++ b/english/php/aspose.barcode.recognition/complexbackgroundmode/_index.md @@ -1,7 +1,6 @@ --- -title: "ComplexBackgroundMode Enum" +title: "ComplexBackgroundMode" linktitle: "ComplexBackgroundMode" -articleTitle: "ComplexBackgroundMode" second_title: "Aspose.BarCode for PHP via Java" description: "Mode which enables or disables additional recognition of color barcodes on color images." type: docs @@ -21,6 +20,24 @@ Mode which enables or disables additional recognition of color barcodes on color | Name | Value | Description | | --- | --- | --- | -| [AUTO](./auto/) | `0` | At this time the same as Disabled. Disables additional recognition of color barcodes on color images. | -| [DISABLED](./disabled/) | `1` | Disables additional recognition of color barcodes on color images. | -| [ENABLED](./enabled/) | `2` | Enables additional recognition of color barcodes on color images. | +| [AUTO](#auto) | `0` | At this time the same as Disabled. Disables additional recognition of color barcodes on color images. | +| [DISABLED](#disabled) | `1` | Disables additional recognition of color barcodes on color images. | +| [ENABLED](#enabled) | `2` | Enables additional recognition of color barcodes on color images. | +### AUTO {#auto} + +**Value:** `0` + +At this time the same as Disabled. Disables additional recognition of color barcodes on color images. + +### DISABLED {#disabled} + +**Value:** `1` + +Disables additional recognition of color barcodes on color images. + +### ENABLED {#enabled} + +**Value:** `2` + +Enables additional recognition of color barcodes on color images. + diff --git a/english/php/aspose.barcode.recognition/complexbackgroundmode/auto/_index.md b/english/php/aspose.barcode.recognition/complexbackgroundmode/auto/_index.md deleted file mode 100644 index 438a8d33d..000000000 --- a/english/php/aspose.barcode.recognition/complexbackgroundmode/auto/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "ComplexBackgroundMode::AUTO" -linktitle: "AUTO" -articleTitle: "AUTO" -second_title: "Aspose.BarCode for PHP via Java" -description: "At this time the same as Disabled. Disables additional recognition of color barcodes on color images." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/complexbackgroundmode/auto/ ---- - -## ComplexBackgroundMode::AUTO Enum Value - -**Value:** `0` - - -At this time the same as Disabled. Disables additional recognition of color barcodes on color images. - diff --git a/english/php/aspose.barcode.recognition/complexbackgroundmode/disabled/_index.md b/english/php/aspose.barcode.recognition/complexbackgroundmode/disabled/_index.md deleted file mode 100644 index 91bee616e..000000000 --- a/english/php/aspose.barcode.recognition/complexbackgroundmode/disabled/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "ComplexBackgroundMode::DISABLED" -linktitle: "DISABLED" -articleTitle: "DISABLED" -second_title: "Aspose.BarCode for PHP via Java" -description: "Disables additional recognition of color barcodes on color images." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/complexbackgroundmode/disabled/ ---- - -## ComplexBackgroundMode::DISABLED Enum Value - -**Value:** `1` - - -Disables additional recognition of color barcodes on color images. - diff --git a/english/php/aspose.barcode.recognition/complexbackgroundmode/enabled/_index.md b/english/php/aspose.barcode.recognition/complexbackgroundmode/enabled/_index.md deleted file mode 100644 index 62753af8c..000000000 --- a/english/php/aspose.barcode.recognition/complexbackgroundmode/enabled/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "ComplexBackgroundMode::ENABLED" -linktitle: "ENABLED" -articleTitle: "ENABLED" -second_title: "Aspose.BarCode for PHP via Java" -description: "Enables additional recognition of color barcodes on color images." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/complexbackgroundmode/enabled/ ---- - -## ComplexBackgroundMode::ENABLED Enum Value - -**Value:** `2` - - -Enables additional recognition of color barcodes on color images. - diff --git a/english/php/aspose.barcode.recognition/customerinformationinterpretingtype/_index.md b/english/php/aspose.barcode.recognition/customerinformationinterpretingtype/_index.md index d6e25170c..23c40e604 100644 --- a/english/php/aspose.barcode.recognition/customerinformationinterpretingtype/_index.md +++ b/english/php/aspose.barcode.recognition/customerinformationinterpretingtype/_index.md @@ -1,7 +1,6 @@ --- -title: "CustomerInformationInterpretingType Enum" +title: "CustomerInformationInterpretingType" linktitle: "CustomerInformationInterpretingType" -articleTitle: "CustomerInformationInterpretingType" second_title: "Aspose.BarCode for PHP via Java" description: "Defines the interpreting type(C_TABLE or N_TABLE) of customer information for AustralianPost BarCode." type: docs @@ -21,6 +20,24 @@ Defines the interpreting type(C_TABLE or N_TABLE) of customer information for Au | Name | Value | Description | | --- | --- | --- | -| [C_TABLE](./c_table/) | `0` | Use C_TABLE to interpret the customer information. Allows A..Z, a..z, 1..9, space and # sing. | -| [N_TABLE](./n_table/) | `1` | Use N_TABLE to interpret the customer information. Allows digits. | -| [OTHER](./other/) | `2` | Do not interpret the customer information. Allows 0, 1, 2 or 3 symbol only. | +| [C_TABLE](#c_table) | `0` | Use C_TABLE to interpret the customer information. Allows A..Z, a..z, 1..9, space and # sing. | +| [N_TABLE](#n_table) | `1` | Use N_TABLE to interpret the customer information. Allows digits. | +| [OTHER](#other) | `2` | Do not interpret the customer information. Allows 0, 1, 2 or 3 symbol only. | +### C_TABLE {#c_table} + +**Value:** `0` + +Use C_TABLE to interpret the customer information. Allows A..Z, a..z, 1..9, space and # sing. + +### N_TABLE {#n_table} + +**Value:** `1` + +Use N_TABLE to interpret the customer information. Allows digits. + +### OTHER {#other} + +**Value:** `2` + +Do not interpret the customer information. Allows 0, 1, 2 or 3 symbol only. + diff --git a/english/php/aspose.barcode.recognition/customerinformationinterpretingtype/c_table/_index.md b/english/php/aspose.barcode.recognition/customerinformationinterpretingtype/c_table/_index.md deleted file mode 100644 index a9c6565e6..000000000 --- a/english/php/aspose.barcode.recognition/customerinformationinterpretingtype/c_table/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "CustomerInformationInterpretingType::C_TABLE" -linktitle: "C_TABLE" -articleTitle: "C_TABLE" -second_title: "Aspose.BarCode for PHP via Java" -description: "Use C_TABLE to interpret the customer information. Allows A..Z, a..z, 1..9, space and # sing." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/customerinformationinterpretingtype/c_table/ ---- - -## CustomerInformationInterpretingType::C_TABLE Enum Value - -**Value:** `0` - - -Use C_TABLE to interpret the customer information. Allows A..Z, a..z, 1..9, space and # sing. - diff --git a/english/php/aspose.barcode.recognition/customerinformationinterpretingtype/n_table/_index.md b/english/php/aspose.barcode.recognition/customerinformationinterpretingtype/n_table/_index.md deleted file mode 100644 index 62cb0606d..000000000 --- a/english/php/aspose.barcode.recognition/customerinformationinterpretingtype/n_table/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "CustomerInformationInterpretingType::N_TABLE" -linktitle: "N_TABLE" -articleTitle: "N_TABLE" -second_title: "Aspose.BarCode for PHP via Java" -description: "Use N_TABLE to interpret the customer information. Allows digits." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/customerinformationinterpretingtype/n_table/ ---- - -## CustomerInformationInterpretingType::N_TABLE Enum Value - -**Value:** `1` - - -Use N_TABLE to interpret the customer information. Allows digits. - diff --git a/english/php/aspose.barcode.recognition/customerinformationinterpretingtype/other/_index.md b/english/php/aspose.barcode.recognition/customerinformationinterpretingtype/other/_index.md deleted file mode 100644 index cc54cfaf4..000000000 --- a/english/php/aspose.barcode.recognition/customerinformationinterpretingtype/other/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "CustomerInformationInterpretingType::OTHER" -linktitle: "OTHER" -articleTitle: "OTHER" -second_title: "Aspose.BarCode for PHP via Java" -description: "Do not interpret the customer information. Allows 0, 1, 2 or 3 symbol only." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/customerinformationinterpretingtype/other/ ---- - -## CustomerInformationInterpretingType::OTHER Enum Value - -**Value:** `2` - - -Do not interpret the customer information. Allows 0, 1, 2 or 3 symbol only. - diff --git a/english/php/aspose.barcode.recognition/databarextendedparameters/_index.md b/english/php/aspose.barcode.recognition/databarextendedparameters/_index.md index e20995433..7ae8290d4 100644 --- a/english/php/aspose.barcode.recognition/databarextendedparameters/_index.md +++ b/english/php/aspose.barcode.recognition/databarextendedparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "DataBarExtendedParameters Class" +title: "DataBarExtendedParameters" linktitle: "DataBarExtendedParameters" -articleTitle: "DataBarExtendedParameters" second_title: "Aspose.BarCode for PHP via Java" description: "Stores a DataBar additional information of recognized barcode" type: docs @@ -21,10 +20,23 @@ Stores a DataBar additional information of recognized barcode | Name | Description | | --- | --- | -| [__construct](./databarextendedparameters/) | | +| [__construct](#constructor) | | ## Methods | Name | Static | Description | | --- | --- | --- | -| [is2DCompositeComponent](./is2dcompositecomponent/) | No | Gets the DataBar 2D composite component flag. Default value is false. | +| [is2DCompositeComponent](#is2dcompositecomponent) | No | Gets the DataBar 2D composite component flag. Default value is false. | + +### DataBarExtendedParameters__construct(DataBarExtendedParametersDTO $dataBarExtendedParametersDTO) {#constructor} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$dataBarExtendedParametersDTO` | `DataBarExtendedParametersDTO` | | + +### is2DCompositeComponentis2DCompositeComponent() {#is2dcompositecomponent} + +Gets the DataBar 2D composite component flag. Default value is false. + +**Returns:** bool The DataBar 2D composite component flag. + diff --git a/english/php/aspose.barcode.recognition/databarextendedparameters/databarextendedparameters/_index.md b/english/php/aspose.barcode.recognition/databarextendedparameters/databarextendedparameters/_index.md deleted file mode 100644 index b0200d651..000000000 --- a/english/php/aspose.barcode.recognition/databarextendedparameters/databarextendedparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataBarExtendedParameters" -linktitle: "DataBarExtendedParameters" -articleTitle: "DataBarExtendedParameters" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/databarextendedparameters/databarextendedparameters/ ---- - -## DataBarExtendedParameters Constructor - -```php -__construct(DataBarExtendedParametersDTO $dataBarExtendedParametersDTO) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$dataBarExtendedParametersDTO` | `DataBarExtendedParametersDTO` | | diff --git a/english/php/aspose.barcode.recognition/databarextendedparameters/is2dcompositecomponent/_index.md b/english/php/aspose.barcode.recognition/databarextendedparameters/is2dcompositecomponent/_index.md deleted file mode 100644 index a7058c775..000000000 --- a/english/php/aspose.barcode.recognition/databarextendedparameters/is2dcompositecomponent/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "DataBarExtendedParameters.is2DCompositeComponent" -linktitle: "is2DCompositeComponent" -articleTitle: "is2DCompositeComponent" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets the DataBar 2D composite component flag. Default value is false." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/databarextendedparameters/is2dcompositecomponent/ ---- - -## DataBarExtendedParameters.is2DCompositeComponent - -```php -is2DCompositeComponent() -``` - - -Gets the DataBar 2D composite component flag. Default value is false. - - -**Returns:** bool The DataBar 2D composite component flag. - diff --git a/english/php/aspose.barcode.recognition/datamatrixextendedparameters/_index.md b/english/php/aspose.barcode.recognition/datamatrixextendedparameters/_index.md index 128554779..fc61912d3 100644 --- a/english/php/aspose.barcode.recognition/datamatrixextendedparameters/_index.md +++ b/english/php/aspose.barcode.recognition/datamatrixextendedparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "DataMatrixExtendedParameters Class" +title: "DataMatrixExtendedParameters" linktitle: "DataMatrixExtendedParameters" -articleTitle: "DataMatrixExtendedParameters" second_title: "Aspose.BarCode for PHP via Java" description: "Stores special data of DataMatrix recognized barcode" type: docs @@ -21,18 +20,47 @@ Stores special data of DataMatrix recognized barcode | Name | Description | | --- | --- | -| [__construct](./datamatrixextendedparameters/) | | +| [__construct](#constructor) | | ## Methods | Name | Static | Description | | --- | --- | --- | -| [isReaderProgramming](./isreaderprogramming/) | No | Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false. | +| [isReaderProgramming](#isreaderprogramming) | No | Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false. | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [StructuredAppendBarcodeId](./structuredappendbarcodeid/) | Read-only | Gets the ID of the DataMatrix structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. Value: The ID of the DataMatrix structured append mode barcode. | -| [StructuredAppendBarcodesCount](./structuredappendbarcodescount/) | Read-only | Gets the DataMatrix structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. Value: The count of the DataMatrix structured append mode barcode. | -| [StructuredAppendFileId](./structuredappendfileid/) | Read-only | Gets the ID of the DataMatrix structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. Value: The ID of the DataMatrix structured append mode barcode. | +| [StructuredAppendBarcodeId](#structuredappendbarcodeid) | Read-only | Gets the ID of the DataMatrix structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. Value: The ID of the DataMatrix structured append mode barcode. | +| [StructuredAppendBarcodesCount](#structuredappendbarcodescount) | Read-only | Gets the DataMatrix structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. Value: The count of the DataMatrix structured append mode barcode. | +| [StructuredAppendFileId](#structuredappendfileid) | Read-only | Gets the ID of the DataMatrix structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. Value: The ID of the DataMatrix structured append mode barcode. | + +### DataMatrixExtendedParameters__construct(DataMatrixExtendedParametersDTO $dataMatrixExtendedParametersDTO) {#constructor} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$dataMatrixExtendedParametersDTO` | `DataMatrixExtendedParametersDTO` | | + +### isReaderProgrammingisReaderProgramming() {#isreaderprogramming} + +Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false. + +### StructuredAppendBarcodeId {#structuredappendbarcodeid} + +**Access:** Read-only + +Gets the ID of the DataMatrix structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. Value: The ID of the DataMatrix structured append mode barcode. + +### StructuredAppendBarcodesCount {#structuredappendbarcodescount} + +**Access:** Read-only + +Gets the DataMatrix structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. Value: The count of the DataMatrix structured append mode barcode. + +### StructuredAppendFileId {#structuredappendfileid} + +**Access:** Read-only + +Gets the ID of the DataMatrix structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. Value: The ID of the DataMatrix structured append mode barcode. + diff --git a/english/php/aspose.barcode.recognition/datamatrixextendedparameters/datamatrixextendedparameters/_index.md b/english/php/aspose.barcode.recognition/datamatrixextendedparameters/datamatrixextendedparameters/_index.md deleted file mode 100644 index d61071cee..000000000 --- a/english/php/aspose.barcode.recognition/datamatrixextendedparameters/datamatrixextendedparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixExtendedParameters" -linktitle: "DataMatrixExtendedParameters" -articleTitle: "DataMatrixExtendedParameters" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/datamatrixextendedparameters/datamatrixextendedparameters/ ---- - -## DataMatrixExtendedParameters Constructor - -```php -__construct(DataMatrixExtendedParametersDTO $dataMatrixExtendedParametersDTO) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$dataMatrixExtendedParametersDTO` | `DataMatrixExtendedParametersDTO` | | diff --git a/english/php/aspose.barcode.recognition/datamatrixextendedparameters/isreaderprogramming/_index.md b/english/php/aspose.barcode.recognition/datamatrixextendedparameters/isreaderprogramming/_index.md deleted file mode 100644 index 2b7f6cd59..000000000 --- a/english/php/aspose.barcode.recognition/datamatrixextendedparameters/isreaderprogramming/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "DataMatrixExtendedParameters.isReaderProgramming" -linktitle: "isReaderProgramming" -articleTitle: "isReaderProgramming" -second_title: "Aspose.BarCode for PHP via Java" -description: "Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/datamatrixextendedparameters/isreaderprogramming/ ---- - -## DataMatrixExtendedParameters.isReaderProgramming - -```php -isReaderProgramming() -``` - - -Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false. - diff --git a/english/php/aspose.barcode.recognition/datamatrixextendedparameters/structuredappendbarcodeid/_index.md b/english/php/aspose.barcode.recognition/datamatrixextendedparameters/structuredappendbarcodeid/_index.md deleted file mode 100644 index e1a053a58..000000000 --- a/english/php/aspose.barcode.recognition/datamatrixextendedparameters/structuredappendbarcodeid/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "DataMatrixExtendedParameters.StructuredAppendBarcodeId" -linktitle: "StructuredAppendBarcodeId" -articleTitle: "StructuredAppendBarcodeId" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets the ID of the DataMatrix structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. Value: The ID of the DataMatrix structured append mode " -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/datamatrixextendedparameters/structuredappendbarcodeid/ ---- - -## DataMatrixExtendedParameters.StructuredAppendBarcodeId - -**Access:** Read-only - - -### Get - -Gets the ID of the DataMatrix structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. Value: The ID of the DataMatrix structured append mode barcode. - diff --git a/english/php/aspose.barcode.recognition/datamatrixextendedparameters/structuredappendbarcodescount/_index.md b/english/php/aspose.barcode.recognition/datamatrixextendedparameters/structuredappendbarcodescount/_index.md deleted file mode 100644 index ecb43101e..000000000 --- a/english/php/aspose.barcode.recognition/datamatrixextendedparameters/structuredappendbarcodescount/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "DataMatrixExtendedParameters.StructuredAppendBarcodesCount" -linktitle: "StructuredAppendBarcodesCount" -articleTitle: "StructuredAppendBarcodesCount" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets the DataMatrix structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. Value: The count of the DataMatrix structured append mode barcode." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/datamatrixextendedparameters/structuredappendbarcodescount/ ---- - -## DataMatrixExtendedParameters.StructuredAppendBarcodesCount - -**Access:** Read-only - - -### Get - -Gets the DataMatrix structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. Value: The count of the DataMatrix structured append mode barcode. - diff --git a/english/php/aspose.barcode.recognition/datamatrixextendedparameters/structuredappendfileid/_index.md b/english/php/aspose.barcode.recognition/datamatrixextendedparameters/structuredappendfileid/_index.md deleted file mode 100644 index d004ff214..000000000 --- a/english/php/aspose.barcode.recognition/datamatrixextendedparameters/structuredappendfileid/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "DataMatrixExtendedParameters.StructuredAppendFileId" -linktitle: "StructuredAppendFileId" -articleTitle: "StructuredAppendFileId" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets the ID of the DataMatrix structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. Value: The ID of the DataMatrix structured append mode " -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/datamatrixextendedparameters/structuredappendfileid/ ---- - -## DataMatrixExtendedParameters.StructuredAppendFileId - -**Access:** Read-only - - -### Get - -Gets the ID of the DataMatrix structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. Value: The ID of the DataMatrix structured append mode barcode. - diff --git a/english/php/aspose.barcode.recognition/decodetype/_index.md b/english/php/aspose.barcode.recognition/decodetype/_index.md index 226ef781a..252383dbf 100644 --- a/english/php/aspose.barcode.recognition/decodetype/_index.md +++ b/english/php/aspose.barcode.recognition/decodetype/_index.md @@ -1,7 +1,6 @@ --- -title: "DecodeType Class" +title: "DecodeType" linktitle: "DecodeType" -articleTitle: "DecodeType" second_title: "Aspose.BarCode for PHP via Java" description: "Specify the type of barcode to read. This sample shows how to detect Code39 and Code128 barcodes." type: docs @@ -21,101 +20,676 @@ Specify the type of barcode to read. This sample shows how to detect Code39 and | Name | Static | Description | | --- | --- | --- | -| [containsAny](./containsany/) | Yes | Determines if the BaseDecodeType array contains specified barcode symbology | -| [is1D](./is1d/) | Yes | Determines if the specified BaseDecodeType contains any 1D barcode symbology | -| [is2D](./is2d/) | Yes | Determines if the specified BaseDecodeType contains any 2D barcode symbology | -| [isPostal](./ispostal/) | Yes | Determines if the specified BaseDecodeType contains any Postal barcode symbology | +| [containsAny](#containsany) | Yes | Determines if the BaseDecodeType array contains specified barcode symbology | +| [is1D](#is1d) | Yes | Determines if the specified BaseDecodeType contains any 1D barcode symbology | +| [is2D](#is2d) | Yes | Determines if the specified BaseDecodeType contains any 2D barcode symbology | +| [isPostal](#ispostal) | Yes | Determines if the specified BaseDecodeType contains any Postal barcode symbology | ## Constants | Name | Value | Description | | --- | --- | --- | -| [ALL_SUPPORTED_TYPES](./all_supported_types/) | `99` | Specifies that data will be checked with all available symbologies | -| [AUSTRALIA_POST](./australia_post/) | `37` | Specifies that the data should be decoded with { Australia Post} barcode specification | -| [AUSTRALIAN_POSTE_PARCEL](./australian_poste_parcel/) | `50` | Specifies that the data should be decoded with { Australian Post Domestic eParcel Barcode} barcode specification | -| [AZTEC](./aztec/) | `33` | Specifies that the data should be decoded with { Aztec} barcode specification | -| [CODABAR](./codabar/) | `0` | Specifies that the data should be decoded with { CODABAR} barcode specification | -| [CODABLOCK_F](./codablock_f/) | `65` | Specifies that the data should be decoded with { CodablockF} barcode specification | -| [CODE_11](./code_11/) | `1` | Specifies that the data should be decoded with { CODE 11} barcode specification | -| [CODE_128](./code_128/) | `6` | Specifies that the data should be decoded with { CODE 128} barcode specification | -| [CODE_16_K](./code_16_k/) | `52` | Specifies that the data should be decoded with { SCode16K} barcode specification | -| [CODE_32](./code_32/) | `61` | Specifies that the data should be decoded with { Code32} blank specification | -| [CODE_39](./code_39/) | `2` | Specifies that the data should be decoded with basic charset barcode specification: ISO/IEC 16388 | -| [CODE_39_FULL_ASCII](./code_39_full_ascii/) | `3` | Specifies that the data should be decoded with full ASCII charset barcode specification: ISO/IEC 16388 | -| [CODE_93](./code_93/) | `5` | Specifies that the data should be decoded with barcode specification | -| [COMPACT_PDF_417](./compact_pdf_417/) | `57` | Specifies that the data should be decoded with { CompactPdf417} (Pdf417Truncated) barcode specification | -| [DATA_LOGIC_2_OF_5](./data_logic_2_of_5/) | `62` | Specifies that the data should be decoded with { DataLogic 2 of 5} blank specification | -| [DATA_MATRIX](./data_matrix/) | `30` | Specifies that the data should be decoded with { DataMatrix} barcode symbology | -| [DATABAR_EXPANDED](./databar_expanded/) | `45` | Specifies that the data should be decoded with { GS1 DATABAR expanded} barcode specification | -| [DATABAR_EXPANDED_STACKED](./databar_expanded_stacked/) | `55` | Specifies that the data should be decoded with { GS1 DATABAR expanded stacked} barcode specification | -| [DATABAR_LIMITED](./databar_limited/) | `44` | Specifies that the data should be decoded with { GS1 DATABAR limited} barcode specification | -| [DATABAR_OMNI_DIRECTIONAL](./databar_omni_directional/) | `42` | Specifies that the data should be decoded with { GS1 DATABAR omni-directional} barcode specification | -| [DATABAR_STACKED](./databar_stacked/) | `54` | Specifies that the data should be decoded with { GS1 DATABAR stacked} barcode specification | -| [DATABAR_STACKED_OMNI_DIRECTIONAL](./databar_stacked_omni_directional/) | `53` | Specifies that the data should be decoded with { GS1 DATABAR stacked omni-directional} barcode specification | -| [DATABAR_TRUNCATED](./databar_truncated/) | `43` | Specifies that the data should be decoded with { GS1 DATABAR truncated} barcode specification | -| [DEUTSCHE_POST_IDENTCODE](./deutsche_post_identcode/) | `25` | Specifies that the data should be decoded with { DeutschePost Ident code} barcode specification | -| [DEUTSCHE_POST_LEITCODE](./deutsche_post_leitcode/) | `26` | Specifies that the data should be decoded with { DeutschePost Leit code} barcode specification | -| [DOT_CODE](./dot_code/) | `63` | Specifies that the data should be decoded with { DotCode} blank specification | -| [DUTCH_KIX](./dutch_kix/) | `64` | Specifies that the data should be decoded with { DotCode} blank specification | -| [EAN_13](./ean_13/) | `9` | Specifies that the data should be decoded with { EAN-13} barcode specification | -| [EAN_14](./ean_14/) | `10` | Specifies that the data should be decoded with { EAN14} barcode specification | -| [EAN_8](./ean_8/) | `8` | Specifies that the data should be decoded with { EAN-8} barcode specification | -| [GS_1_AZTEC](./gs_1_aztec/) | `81` | Specifies that the data should be decoded with barcode specification | -| [GS_1_CODE_128](./gs_1_code_128/) | `7` | Specifies that the data should be decoded with { GS1 CODE 128} barcode specification | -| [GS_1_COMPOSITE_BAR](./gs_1_composite_bar/) | `80` | Specifies that the data should be decoded with barcode specification | -| [GS_1_DATA_MATRIX](./gs_1_data_matrix/) | `31` | Specifies that the data should be decoded with { GS1DataMatrix} barcode symbology | -| [GS_1_DOT_CODE](./gs_1_dot_code/) | `77` | Specifies that the data should be decoded with blank specification | -| [GS_1_HAN_XIN](./gs_1_han_xin/) | `79` | Specifies that the data should be decoded with Han Xin Code blank specification | -| [GS_1_MICRO_PDF_417](./gs_1_micro_pdf_417/) | `82` | Specifies that the data should be decoded with MicroPdf417 barcode specification | -| [GS_1_QR](./gs_1_qr/) | `58` | Specifies that the data should be decoded with { GS1 QR} barcode specification | -| [HAN_XIN](./han_xin/) | `78` | Specifies that the data should be decoded with Han Xin Code blank specification | -| [HIBC_AZTEC_LIC](./hibc_aztec_lic/) | `69` | Specifies that the data should be decoded with blank specification | -| [HIBC_AZTEC_PAS](./hibc_aztec_pas/) | `74` | Specifies that the data should be decoded with blank specification | -| [HIBC_CODE_128_LIC](./hibc_code_128_lic/) | `68` | Specifies that the data should be decoded with blank specification | -| [HIBC_CODE_128_PAS](./hibc_code_128_pas/) | `73` | Specifies that the data should be decoded with blank specification | -| [HIBC_CODE_39_LIC](./hibc_code_39_lic/) | `67` | Specifies that the data should be decoded with blank specification | -| [HIBC_CODE_39_PAS](./hibc_code_39_pas/) | `72` | Specifies that the data should be decoded with blank specification | -| [HIBC_DATA_MATRIX_LIC](./hibc_data_matrix_lic/) | `70` | Specifies that the data should be decoded with blank specification | -| [HIBC_DATA_MATRIX_PAS](./hibc_data_matrix_pas/) | `75` | Specifies that the data should be decoded with blank specification | -| [HIBCQRLIC](./hibcqrlic/) | `71` | Specifies that the data should be decoded with blank specification | -| [HIBCQRPAS](./hibcqrpas/) | `76` | Specifies that the data should be decoded with blank specification | -| [IATA_2_OF_5](./iata_2_of_5/) | `20` | Specifies that the data should be decoded with { IATA 2 of 5} barcode specification. IATA (International Air Transport Association) uses this barcode for the management of air cargo. | -| [INTERLEAVED_2_OF_5](./interleaved_2_of_5/) | `17` | Specifies that the data should be decoded with { INTERLEAVED 2 of 5} barcode specification | -| [ISBN](./isbn/) | `15` | Specifies that the data should be decoded with { ISBN} barcode specification | -| [ISMN](./ismn/) | `48` | Specifies that the data should be decoded with { ISMN} barcode specification | -| [ISSN](./issn/) | `47` | Specifies that the data should be decoded with { ISSN} barcode specification | -| [ITALIAN_POST_25](./italian_post_25/) | `19` | Specifies that the data should be decoded with { Italian Post 25} barcode specification | -| [ITF_14](./itf_14/) | `21` | Specifies that the data should be decoded with { ITF14} barcode specification | -| [ITF_6](./itf_6/) | `22` | Specifies that the data should be decoded with { ITF6} barcode specification | -| [MACRO_PDF_417](./macro_pdf_417/) | `35` | Specifies that the data should be decoded with { MacroPdf417} barcode specification | -| [MAILMARK](./mailmark/) | `66` | Specifies that the data should be decoded with Royal Mail Mailmark barcode specification. | -| [MATRIX_2_OF_5](./matrix_2_of_5/) | `18` | Specifies that the data should be decoded with { Matrix 2 of 5} barcode specification | -| [MAXI_CODE](./maxi_code/) | `59` | Specifies that the data should be decoded with { MaxiCode} barcode specification | -| [MICR_E_13_B](./micr_e_13_b/) | `60` | Specifies that the data should be decoded with { MICR E-13B} blank specification | -| [MICRO_PDF_417](./micro_pdf_417/) | `36` | Specifies that the data should be decoded with { MicroPdf417} barcode specification | -| [MICRO_QR](./micro_qr/) | `56` | Specifies that the data should be decoded with { MicroQR Code} barcode specification | -| [MOST_COMMON_TYPES](./most_common_types/) | `96` | Specifies that data will be checked with most commonly used symbologies | -| [MSI](./msi/) | `23` | Specifies that the data should be decoded with { MSI Plessey} barcode specification | -| [NONE](./none/) | `-1` | Unspecified decode type. | -| [ONE_CODE](./one_code/) | `40` | Specifies that the data should be decoded with USPS { OneCode} barcode specification | -| [OPC](./opc/) | `27` | Specifies that the data should be decoded with { OPC} barcode specification | -| [PATCH_CODE](./patch_code/) | `46` | Specifies that the data should be decoded with { Patch code} barcode specification. Barcode symbology is used for automated scanning | -| [PDF_417](./pdf_417/) | `34` | Specifies that the data should be decoded with { Pdf417} barcode symbology | -| [PHARMACODE](./pharmacode/) | `29` | Specifies that the data should be decoded with { Pharmacode} barcode. This symbology is also known as Pharmaceutical BINARY Code | -| [PLANET](./planet/) | `39` | Specifies that the data should be decoded with { Planet} barcode specification | -| [POSTAL_TYPES](./postal_types/) | `95` | Specifies that data will be checked with all of 1.5D POSTAL barcode symbologies, like Planet, Postnet, AustraliaPost, OneCode, RM4SCC, DutchKIX | -| [POSTNET](./postnet/) | `38` | Specifies that the data should be decoded with { Postnet} barcode specification | -| [PZN](./pzn/) | `28` | Specifies that the data should be decoded with { PZN} barcode specification. This symbology is also known as Pharma Zentral Nummer | -| [QR](./qr/) | `32` | Specifies that the data should be decoded with { QR Code} barcode specification | -| [RECT_MICRO_QR](./rect_micro_qr/) | `83` | Specifies that the data should be decoded with RectMicroQR (rMQR) Code barcode specification | -| [RM_4_SCC](./rm_4_scc/) | `41` | Specifies that the data should be decoded with { RM4SCC} barcode specification. RM4SCC (Royal Mail 4-state Customer Code) is used for automated mail sort process in UK. | -| [SCC_14](./scc_14/) | `11` | Specifies that the data should be decoded with { SCC14} barcode specification | -| [SSCC_18](./sscc_18/) | `12` | Specifies that the data should be decoded with { SSCC18} barcode specification | -| [STANDARD_2_OF_5](./standard_2_of_5/) | `16` | Specifies that the data should be decoded with { Standard 2 of 5} barcode specification | -| [SUPPLEMENT](./supplement/) | `49` | Specifies that the data should be decoded with { Supplement(EAN2, EAN5)} barcode specification | -| [SWISS_POST_PARCEL](./swiss_post_parcel/) | `51` | Specifies that the data should be decoded with { Swiss Post Parcel Barcode} barcode specification | -| [TYPES_1D](./types_1d/) | `97` | Specifies that data will be checked with all of 1D barcode symbologies | -| [TYPES_2D](./types_2d/) | `98` | Specifies that data will be checked with all of 2D barcode symbologies | -| [UPCA](./upca/) | `13` | Specifies that the data should be decoded with { UPC-A} barcode specification | -| [UPCE](./upce/) | `14` | Specifies that the data should be decoded with { UPC-E} barcode specification | -| [VIN](./vin/) | `24` | Specifies that the data should be decoded with { VIN} (Vehicle Identification Number) barcode specification | +| [ALL_SUPPORTED_TYPES](#all_supported_types) | `99` | Specifies that data will be checked with all available symbologies | +| [AUSTRALIA_POST](#australia_post) | `37` | Specifies that the data should be decoded with { Australia Post} barcode specification | +| [AUSTRALIAN_POSTE_PARCEL](#australian_poste_parcel) | `50` | Specifies that the data should be decoded with { Australian Post Domestic eParcel Barcode} barcode specification | +| [AZTEC](#aztec) | `33` | Specifies that the data should be decoded with { Aztec} barcode specification | +| [CODABAR](#codabar) | `0` | Specifies that the data should be decoded with { CODABAR} barcode specification | +| [CODABLOCK_F](#codablock_f) | `65` | Specifies that the data should be decoded with { CodablockF} barcode specification | +| [CODE_11](#code_11) | `1` | Specifies that the data should be decoded with { CODE 11} barcode specification | +| [CODE_128](#code_128) | `6` | Specifies that the data should be decoded with { CODE 128} barcode specification | +| [CODE_16_K](#code_16_k) | `52` | Specifies that the data should be decoded with { SCode16K} barcode specification | +| [CODE_32](#code_32) | `61` | Specifies that the data should be decoded with { Code32} blank specification | +| [CODE_39](#code_39) | `2` | Specifies that the data should be decoded with basic charset barcode specification: ISO/IEC 16388 | +| [CODE_39_FULL_ASCII](#code_39_full_ascii) | `3` | Specifies that the data should be decoded with full ASCII charset barcode specification: ISO/IEC 16388 | +| [CODE_93](#code_93) | `5` | Specifies that the data should be decoded with barcode specification | +| [COMPACT_PDF_417](#compact_pdf_417) | `57` | Specifies that the data should be decoded with { CompactPdf417} (Pdf417Truncated) barcode specification | +| [DATA_LOGIC_2_OF_5](#data_logic_2_of_5) | `62` | Specifies that the data should be decoded with { DataLogic 2 of 5} blank specification | +| [DATA_MATRIX](#data_matrix) | `30` | Specifies that the data should be decoded with { DataMatrix} barcode symbology | +| [DATABAR_EXPANDED](#databar_expanded) | `45` | Specifies that the data should be decoded with { GS1 DATABAR expanded} barcode specification | +| [DATABAR_EXPANDED_STACKED](#databar_expanded_stacked) | `55` | Specifies that the data should be decoded with { GS1 DATABAR expanded stacked} barcode specification | +| [DATABAR_LIMITED](#databar_limited) | `44` | Specifies that the data should be decoded with { GS1 DATABAR limited} barcode specification | +| [DATABAR_OMNI_DIRECTIONAL](#databar_omni_directional) | `42` | Specifies that the data should be decoded with { GS1 DATABAR omni-directional} barcode specification | +| [DATABAR_STACKED](#databar_stacked) | `54` | Specifies that the data should be decoded with { GS1 DATABAR stacked} barcode specification | +| [DATABAR_STACKED_OMNI_DIRECTIONAL](#databar_stacked_omni_directional) | `53` | Specifies that the data should be decoded with { GS1 DATABAR stacked omni-directional} barcode specification | +| [DATABAR_TRUNCATED](#databar_truncated) | `43` | Specifies that the data should be decoded with { GS1 DATABAR truncated} barcode specification | +| [DEUTSCHE_POST_IDENTCODE](#deutsche_post_identcode) | `25` | Specifies that the data should be decoded with { DeutschePost Ident code} barcode specification | +| [DEUTSCHE_POST_LEITCODE](#deutsche_post_leitcode) | `26` | Specifies that the data should be decoded with { DeutschePost Leit code} barcode specification | +| [DOT_CODE](#dot_code) | `63` | Specifies that the data should be decoded with { DotCode} blank specification | +| [DUTCH_KIX](#dutch_kix) | `64` | Specifies that the data should be decoded with { DotCode} blank specification | +| [EAN_13](#ean_13) | `9` | Specifies that the data should be decoded with { EAN-13} barcode specification | +| [EAN_14](#ean_14) | `10` | Specifies that the data should be decoded with { EAN14} barcode specification | +| [EAN_8](#ean_8) | `8` | Specifies that the data should be decoded with { EAN-8} barcode specification | +| [GS_1_AZTEC](#gs_1_aztec) | `81` | Specifies that the data should be decoded with barcode specification | +| [GS_1_CODE_128](#gs_1_code_128) | `7` | Specifies that the data should be decoded with { GS1 CODE 128} barcode specification | +| [GS_1_COMPOSITE_BAR](#gs_1_composite_bar) | `80` | Specifies that the data should be decoded with barcode specification | +| [GS_1_DATA_MATRIX](#gs_1_data_matrix) | `31` | Specifies that the data should be decoded with { GS1DataMatrix} barcode symbology | +| [GS_1_DOT_CODE](#gs_1_dot_code) | `77` | Specifies that the data should be decoded with blank specification | +| [GS_1_HAN_XIN](#gs_1_han_xin) | `79` | Specifies that the data should be decoded with Han Xin Code blank specification | +| [GS_1_MICRO_PDF_417](#gs_1_micro_pdf_417) | `82` | Specifies that the data should be decoded with MicroPdf417 barcode specification | +| [GS_1_QR](#gs_1_qr) | `58` | Specifies that the data should be decoded with { GS1 QR} barcode specification | +| [HAN_XIN](#han_xin) | `78` | Specifies that the data should be decoded with Han Xin Code blank specification | +| [HIBC_AZTEC_LIC](#hibc_aztec_lic) | `69` | Specifies that the data should be decoded with blank specification | +| [HIBC_AZTEC_PAS](#hibc_aztec_pas) | `74` | Specifies that the data should be decoded with blank specification | +| [HIBC_CODE_128_LIC](#hibc_code_128_lic) | `68` | Specifies that the data should be decoded with blank specification | +| [HIBC_CODE_128_PAS](#hibc_code_128_pas) | `73` | Specifies that the data should be decoded with blank specification | +| [HIBC_CODE_39_LIC](#hibc_code_39_lic) | `67` | Specifies that the data should be decoded with blank specification | +| [HIBC_CODE_39_PAS](#hibc_code_39_pas) | `72` | Specifies that the data should be decoded with blank specification | +| [HIBC_DATA_MATRIX_LIC](#hibc_data_matrix_lic) | `70` | Specifies that the data should be decoded with blank specification | +| [HIBC_DATA_MATRIX_PAS](#hibc_data_matrix_pas) | `75` | Specifies that the data should be decoded with blank specification | +| [HIBCQRLIC](#hibcqrlic) | `71` | Specifies that the data should be decoded with blank specification | +| [HIBCQRPAS](#hibcqrpas) | `76` | Specifies that the data should be decoded with blank specification | +| [IATA_2_OF_5](#iata_2_of_5) | `20` | Specifies that the data should be decoded with { IATA 2 of 5} barcode specification. IATA (International Air Transport Association) uses this barcode for the management of air cargo. | +| [INTERLEAVED_2_OF_5](#interleaved_2_of_5) | `17` | Specifies that the data should be decoded with { INTERLEAVED 2 of 5} barcode specification | +| [ISBN](#isbn) | `15` | Specifies that the data should be decoded with { ISBN} barcode specification | +| [ISMN](#ismn) | `48` | Specifies that the data should be decoded with { ISMN} barcode specification | +| [ISSN](#issn) | `47` | Specifies that the data should be decoded with { ISSN} barcode specification | +| [ITALIAN_POST_25](#italian_post_25) | `19` | Specifies that the data should be decoded with { Italian Post 25} barcode specification | +| [ITF_14](#itf_14) | `21` | Specifies that the data should be decoded with { ITF14} barcode specification | +| [ITF_6](#itf_6) | `22` | Specifies that the data should be decoded with { ITF6} barcode specification | +| [MACRO_PDF_417](#macro_pdf_417) | `35` | Specifies that the data should be decoded with { MacroPdf417} barcode specification | +| [MAILMARK](#mailmark) | `66` | Specifies that the data should be decoded with Royal Mail Mailmark barcode specification. | +| [MATRIX_2_OF_5](#matrix_2_of_5) | `18` | Specifies that the data should be decoded with { Matrix 2 of 5} barcode specification | +| [MAXI_CODE](#maxi_code) | `59` | Specifies that the data should be decoded with { MaxiCode} barcode specification | +| [MICR_E_13_B](#micr_e_13_b) | `60` | Specifies that the data should be decoded with { MICR E-13B} blank specification | +| [MICRO_PDF_417](#micro_pdf_417) | `36` | Specifies that the data should be decoded with { MicroPdf417} barcode specification | +| [MICRO_QR](#micro_qr) | `56` | Specifies that the data should be decoded with { MicroQR Code} barcode specification | +| [MOST_COMMON_TYPES](#most_common_types) | `96` | Specifies that data will be checked with most commonly used symbologies | +| [MSI](#msi) | `23` | Specifies that the data should be decoded with { MSI Plessey} barcode specification | +| [NONE](#none) | `-1` | Unspecified decode type. | +| [ONE_CODE](#one_code) | `40` | Specifies that the data should be decoded with USPS { OneCode} barcode specification | +| [OPC](#opc) | `27` | Specifies that the data should be decoded with { OPC} barcode specification | +| [PATCH_CODE](#patch_code) | `46` | Specifies that the data should be decoded with { Patch code} barcode specification. Barcode symbology is used for automated scanning | +| [PDF_417](#pdf_417) | `34` | Specifies that the data should be decoded with { Pdf417} barcode symbology | +| [PHARMACODE](#pharmacode) | `29` | Specifies that the data should be decoded with { Pharmacode} barcode. This symbology is also known as Pharmaceutical BINARY Code | +| [PLANET](#planet) | `39` | Specifies that the data should be decoded with { Planet} barcode specification | +| [POSTAL_TYPES](#postal_types) | `95` | Specifies that data will be checked with all of 1.5D POSTAL barcode symbologies, like Planet, Postnet, AustraliaPost, OneCode, RM4SCC, DutchKIX | +| [POSTNET](#postnet) | `38` | Specifies that the data should be decoded with { Postnet} barcode specification | +| [PZN](#pzn) | `28` | Specifies that the data should be decoded with { PZN} barcode specification. This symbology is also known as Pharma Zentral Nummer | +| [QR](#qr) | `32` | Specifies that the data should be decoded with { QR Code} barcode specification | +| [RECT_MICRO_QR](#rect_micro_qr) | `83` | Specifies that the data should be decoded with RectMicroQR (rMQR) Code barcode specification | +| [RM_4_SCC](#rm_4_scc) | `41` | Specifies that the data should be decoded with { RM4SCC} barcode specification. RM4SCC (Royal Mail 4-state Customer Code) is used for automated mail sort process in UK. | +| [SCC_14](#scc_14) | `11` | Specifies that the data should be decoded with { SCC14} barcode specification | +| [SSCC_18](#sscc_18) | `12` | Specifies that the data should be decoded with { SSCC18} barcode specification | +| [STANDARD_2_OF_5](#standard_2_of_5) | `16` | Specifies that the data should be decoded with { Standard 2 of 5} barcode specification | +| [SUPPLEMENT](#supplement) | `49` | Specifies that the data should be decoded with { Supplement(EAN2, EAN5)} barcode specification | +| [SWISS_POST_PARCEL](#swiss_post_parcel) | `51` | Specifies that the data should be decoded with { Swiss Post Parcel Barcode} barcode specification | +| [TYPES_1D](#types_1d) | `97` | Specifies that data will be checked with all of 1D barcode symbologies | +| [TYPES_2D](#types_2d) | `98` | Specifies that data will be checked with all of 2D barcode symbologies | +| [UPCA](#upca) | `13` | Specifies that the data should be decoded with { UPC-A} barcode specification | +| [UPCE](#upce) | `14` | Specifies that the data should be decoded with { UPC-E} barcode specification | +| [VIN](#vin) | `24` | Specifies that the data should be decoded with { VIN} (Vehicle Identification Number) barcode specification | +### containsAnycontainsAny(int $expectedDecodeType, array $decodeTypes) (static) {#containsany} + +Determines if the BaseDecodeType array contains specified barcode symbology + +| Parameter | Type | Description | +| --- | --- | --- | +| `$expectedDecodeType` | `int` | | +| `$decodeTypes` | `array` | | + +**Returns:** bool + +### is1Dis1D(int $symbology) (static) {#is1d} + +Determines if the specified BaseDecodeType contains any 1D barcode symbology + +| Parameter | Type | Description | +| --- | --- | --- | +| `$symbology` | `int` | | + +**Returns:** bool true if BaseDecodeType contains any 1D barcode symbology; otherwise, returns false. + +### is2Dis2D(int $symbology) (static) {#is2d} + +Determines if the specified BaseDecodeType contains any 2D barcode symbology + +| Parameter | Type | Description | +| --- | --- | --- | +| `$symbology` | `int` | | + +**Returns:** bool Returns true if BaseDecodeType contains any 2D barcode symbology; otherwise, returns false. + +### isPostalisPostal(int $symbology) (static) {#ispostal} + +Determines if the specified BaseDecodeType contains any Postal barcode symbology + +| Parameter | Type | Description | +| --- | --- | --- | +| `$symbology` | `int` | | + +**Returns:** bool Returns true if BaseDecodeType contains any Postal barcode symbology; otherwise, returns false. + +### ALL_SUPPORTED_TYPES {#all_supported_types} + +**Value:** `99` + +Specifies that data will be checked with all available symbologies + +### AUSTRALIA_POST {#australia_post} + +**Value:** `37` + +Specifies that the data should be decoded with { Australia Post} barcode specification + +### AUSTRALIAN_POSTE_PARCEL {#australian_poste_parcel} + +**Value:** `50` + +Specifies that the data should be decoded with { Australian Post Domestic eParcel Barcode} barcode specification + +### AZTEC {#aztec} + +**Value:** `33` + +Specifies that the data should be decoded with { Aztec} barcode specification + +### CODABAR {#codabar} + +**Value:** `0` + +Specifies that the data should be decoded with { CODABAR} barcode specification + +### CODABLOCK_F {#codablock_f} + +**Value:** `65` + +Specifies that the data should be decoded with { CodablockF} barcode specification + +### CODE_11 {#code_11} + +**Value:** `1` + +Specifies that the data should be decoded with { CODE 11} barcode specification + +### CODE_128 {#code_128} + +**Value:** `6` + +Specifies that the data should be decoded with { CODE 128} barcode specification + +### CODE_16_K {#code_16_k} + +**Value:** `52` + +Specifies that the data should be decoded with { SCode16K} barcode specification + +### CODE_32 {#code_32} + +**Value:** `61` + +Specifies that the data should be decoded with { Code32} blank specification + +### CODE_39 {#code_39} + +**Value:** `2` + +Specifies that the data should be decoded with basic charset barcode specification: ISO/IEC 16388 + +### CODE_39_FULL_ASCII {#code_39_full_ascii} + +**Value:** `3` + +Specifies that the data should be decoded with full ASCII charset barcode specification: ISO/IEC 16388 + +### CODE_93 {#code_93} + +**Value:** `5` + +Specifies that the data should be decoded with barcode specification + +### COMPACT_PDF_417 {#compact_pdf_417} + +**Value:** `57` + +Specifies that the data should be decoded with { CompactPdf417} (Pdf417Truncated) barcode specification + +### DATA_LOGIC_2_OF_5 {#data_logic_2_of_5} + +**Value:** `62` + +Specifies that the data should be decoded with { DataLogic 2 of 5} blank specification + +### DATA_MATRIX {#data_matrix} + +**Value:** `30` + +Specifies that the data should be decoded with { DataMatrix} barcode symbology + +### DATABAR_EXPANDED {#databar_expanded} + +**Value:** `45` + +Specifies that the data should be decoded with { GS1 DATABAR expanded} barcode specification + +### DATABAR_EXPANDED_STACKED {#databar_expanded_stacked} + +**Value:** `55` + +Specifies that the data should be decoded with { GS1 DATABAR expanded stacked} barcode specification + +### DATABAR_LIMITED {#databar_limited} + +**Value:** `44` + +Specifies that the data should be decoded with { GS1 DATABAR limited} barcode specification + +### DATABAR_OMNI_DIRECTIONAL {#databar_omni_directional} + +**Value:** `42` + +Specifies that the data should be decoded with { GS1 DATABAR omni-directional} barcode specification + +### DATABAR_STACKED {#databar_stacked} + +**Value:** `54` + +Specifies that the data should be decoded with { GS1 DATABAR stacked} barcode specification + +### DATABAR_STACKED_OMNI_DIRECTIONAL {#databar_stacked_omni_directional} + +**Value:** `53` + +Specifies that the data should be decoded with { GS1 DATABAR stacked omni-directional} barcode specification + +### DATABAR_TRUNCATED {#databar_truncated} + +**Value:** `43` + +Specifies that the data should be decoded with { GS1 DATABAR truncated} barcode specification + +### DEUTSCHE_POST_IDENTCODE {#deutsche_post_identcode} + +**Value:** `25` + +Specifies that the data should be decoded with { DeutschePost Ident code} barcode specification + +### DEUTSCHE_POST_LEITCODE {#deutsche_post_leitcode} + +**Value:** `26` + +Specifies that the data should be decoded with { DeutschePost Leit code} barcode specification + +### DOT_CODE {#dot_code} + +**Value:** `63` + +Specifies that the data should be decoded with { DotCode} blank specification + +### DUTCH_KIX {#dutch_kix} + +**Value:** `64` + +Specifies that the data should be decoded with { DotCode} blank specification + +### EAN_13 {#ean_13} + +**Value:** `9` + +Specifies that the data should be decoded with { EAN-13} barcode specification + +### EAN_14 {#ean_14} + +**Value:** `10` + +Specifies that the data should be decoded with { EAN14} barcode specification + +### EAN_8 {#ean_8} + +**Value:** `8` + +Specifies that the data should be decoded with { EAN-8} barcode specification + +### GS_1_AZTEC {#gs_1_aztec} + +**Value:** `81` + +Specifies that the data should be decoded with barcode specification + +### GS_1_CODE_128 {#gs_1_code_128} + +**Value:** `7` + +Specifies that the data should be decoded with { GS1 CODE 128} barcode specification + +### GS_1_COMPOSITE_BAR {#gs_1_composite_bar} + +**Value:** `80` + +Specifies that the data should be decoded with barcode specification + +### GS_1_DATA_MATRIX {#gs_1_data_matrix} + +**Value:** `31` + +Specifies that the data should be decoded with { GS1DataMatrix} barcode symbology + +### GS_1_DOT_CODE {#gs_1_dot_code} + +**Value:** `77` + +Specifies that the data should be decoded with blank specification + +### GS_1_HAN_XIN {#gs_1_han_xin} + +**Value:** `79` + +Specifies that the data should be decoded with Han Xin Code blank specification + +### GS_1_MICRO_PDF_417 {#gs_1_micro_pdf_417} + +**Value:** `82` + +Specifies that the data should be decoded with MicroPdf417 barcode specification + +### GS_1_QR {#gs_1_qr} + +**Value:** `58` + +Specifies that the data should be decoded with { GS1 QR} barcode specification + +### HAN_XIN {#han_xin} + +**Value:** `78` + +Specifies that the data should be decoded with Han Xin Code blank specification + +### HIBC_AZTEC_LIC {#hibc_aztec_lic} + +**Value:** `69` + +Specifies that the data should be decoded with blank specification + +### HIBC_AZTEC_PAS {#hibc_aztec_pas} + +**Value:** `74` + +Specifies that the data should be decoded with blank specification + +### HIBC_CODE_128_LIC {#hibc_code_128_lic} + +**Value:** `68` + +Specifies that the data should be decoded with blank specification + +### HIBC_CODE_128_PAS {#hibc_code_128_pas} + +**Value:** `73` + +Specifies that the data should be decoded with blank specification + +### HIBC_CODE_39_LIC {#hibc_code_39_lic} + +**Value:** `67` + +Specifies that the data should be decoded with blank specification + +### HIBC_CODE_39_PAS {#hibc_code_39_pas} + +**Value:** `72` + +Specifies that the data should be decoded with blank specification + +### HIBC_DATA_MATRIX_LIC {#hibc_data_matrix_lic} + +**Value:** `70` + +Specifies that the data should be decoded with blank specification + +### HIBC_DATA_MATRIX_PAS {#hibc_data_matrix_pas} + +**Value:** `75` + +Specifies that the data should be decoded with blank specification + +### HIBCQRLIC {#hibcqrlic} + +**Value:** `71` + +Specifies that the data should be decoded with blank specification + +### HIBCQRPAS {#hibcqrpas} + +**Value:** `76` + +Specifies that the data should be decoded with blank specification + +### IATA_2_OF_5 {#iata_2_of_5} + +**Value:** `20` + +Specifies that the data should be decoded with { IATA 2 of 5} barcode specification. IATA (International Air Transport Association) uses this barcode for the management of air cargo. + +### INTERLEAVED_2_OF_5 {#interleaved_2_of_5} + +**Value:** `17` + +Specifies that the data should be decoded with { INTERLEAVED 2 of 5} barcode specification + +### ISBN {#isbn} + +**Value:** `15` + +Specifies that the data should be decoded with { ISBN} barcode specification + +### ISMN {#ismn} + +**Value:** `48` + +Specifies that the data should be decoded with { ISMN} barcode specification + +### ISSN {#issn} + +**Value:** `47` + +Specifies that the data should be decoded with { ISSN} barcode specification + +### ITALIAN_POST_25 {#italian_post_25} + +**Value:** `19` + +Specifies that the data should be decoded with { Italian Post 25} barcode specification + +### ITF_14 {#itf_14} + +**Value:** `21` + +Specifies that the data should be decoded with { ITF14} barcode specification + +### ITF_6 {#itf_6} + +**Value:** `22` + +Specifies that the data should be decoded with { ITF6} barcode specification + +### MACRO_PDF_417 {#macro_pdf_417} + +**Value:** `35` + +Specifies that the data should be decoded with { MacroPdf417} barcode specification + +### MAILMARK {#mailmark} + +**Value:** `66` + +Specifies that the data should be decoded with Royal Mail Mailmark barcode specification. + +### MATRIX_2_OF_5 {#matrix_2_of_5} + +**Value:** `18` + +Specifies that the data should be decoded with { Matrix 2 of 5} barcode specification + +### MAXI_CODE {#maxi_code} + +**Value:** `59` + +Specifies that the data should be decoded with { MaxiCode} barcode specification + +### MICR_E_13_B {#micr_e_13_b} + +**Value:** `60` + +Specifies that the data should be decoded with { MICR E-13B} blank specification + +### MICRO_PDF_417 {#micro_pdf_417} + +**Value:** `36` + +Specifies that the data should be decoded with { MicroPdf417} barcode specification + +### MICRO_QR {#micro_qr} + +**Value:** `56` + +Specifies that the data should be decoded with { MicroQR Code} barcode specification + +### MOST_COMMON_TYPES {#most_common_types} + +**Value:** `96` + +Specifies that data will be checked with most commonly used symbologies + +### MSI {#msi} + +**Value:** `23` + +Specifies that the data should be decoded with { MSI Plessey} barcode specification + +### NONE {#none} + +**Value:** `-1` + +Unspecified decode type. + +### ONE_CODE {#one_code} + +**Value:** `40` + +Specifies that the data should be decoded with USPS { OneCode} barcode specification + +### OPC {#opc} + +**Value:** `27` + +Specifies that the data should be decoded with { OPC} barcode specification + +### PATCH_CODE {#patch_code} + +**Value:** `46` + +Specifies that the data should be decoded with { Patch code} barcode specification. Barcode symbology is used for automated scanning + +### PDF_417 {#pdf_417} + +**Value:** `34` + +Specifies that the data should be decoded with { Pdf417} barcode symbology + +### PHARMACODE {#pharmacode} + +**Value:** `29` + +Specifies that the data should be decoded with { Pharmacode} barcode. This symbology is also known as Pharmaceutical BINARY Code + +### PLANET {#planet} + +**Value:** `39` + +Specifies that the data should be decoded with { Planet} barcode specification + +### POSTAL_TYPES {#postal_types} + +**Value:** `95` + +Specifies that data will be checked with all of 1.5D POSTAL barcode symbologies, like Planet, Postnet, AustraliaPost, OneCode, RM4SCC, DutchKIX + +### POSTNET {#postnet} + +**Value:** `38` + +Specifies that the data should be decoded with { Postnet} barcode specification + +### PZN {#pzn} + +**Value:** `28` + +Specifies that the data should be decoded with { PZN} barcode specification. This symbology is also known as Pharma Zentral Nummer + +### QR {#qr} + +**Value:** `32` + +Specifies that the data should be decoded with { QR Code} barcode specification + +### RECT_MICRO_QR {#rect_micro_qr} + +**Value:** `83` + +Specifies that the data should be decoded with RectMicroQR (rMQR) Code barcode specification + +### RM_4_SCC {#rm_4_scc} + +**Value:** `41` + +Specifies that the data should be decoded with { RM4SCC} barcode specification. RM4SCC (Royal Mail 4-state Customer Code) is used for automated mail sort process in UK. + +### SCC_14 {#scc_14} + +**Value:** `11` + +Specifies that the data should be decoded with { SCC14} barcode specification + +### SSCC_18 {#sscc_18} + +**Value:** `12` + +Specifies that the data should be decoded with { SSCC18} barcode specification + +### STANDARD_2_OF_5 {#standard_2_of_5} + +**Value:** `16` + +Specifies that the data should be decoded with { Standard 2 of 5} barcode specification + +### SUPPLEMENT {#supplement} + +**Value:** `49` + +Specifies that the data should be decoded with { Supplement(EAN2, EAN5)} barcode specification + +### SWISS_POST_PARCEL {#swiss_post_parcel} + +**Value:** `51` + +Specifies that the data should be decoded with { Swiss Post Parcel Barcode} barcode specification + +### TYPES_1D {#types_1d} + +**Value:** `97` + +Specifies that data will be checked with all of 1D barcode symbologies + +### TYPES_2D {#types_2d} + +**Value:** `98` + +Specifies that data will be checked with all of 2D barcode symbologies + +### UPCA {#upca} + +**Value:** `13` + +Specifies that the data should be decoded with { UPC-A} barcode specification + +### UPCE {#upce} + +**Value:** `14` + +Specifies that the data should be decoded with { UPC-E} barcode specification + +### VIN {#vin} + +**Value:** `24` + +Specifies that the data should be decoded with { VIN} (Vehicle Identification Number) barcode specification + diff --git a/english/php/aspose.barcode.recognition/decodetype/all_supported_types/_index.md b/english/php/aspose.barcode.recognition/decodetype/all_supported_types/_index.md deleted file mode 100644 index 1add19004..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/all_supported_types/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::ALL_SUPPORTED_TYPES" -linktitle: "ALL_SUPPORTED_TYPES" -articleTitle: "ALL_SUPPORTED_TYPES" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that data will be checked with all available symbologies" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/all_supported_types/ ---- - -## DecodeType::ALL_SUPPORTED_TYPES Constant - -**Value:** `99` - - -Specifies that data will be checked with all available symbologies - diff --git a/english/php/aspose.barcode.recognition/decodetype/australia_post/_index.md b/english/php/aspose.barcode.recognition/decodetype/australia_post/_index.md deleted file mode 100644 index 79c6b9bf0..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/australia_post/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::AUSTRALIA_POST" -linktitle: "AUSTRALIA_POST" -articleTitle: "AUSTRALIA_POST" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with { Australia Post} barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/australia_post/ ---- - -## DecodeType::AUSTRALIA_POST Constant - -**Value:** `37` - - -Specifies that the data should be decoded with { Australia Post} barcode specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/australian_poste_parcel/_index.md b/english/php/aspose.barcode.recognition/decodetype/australian_poste_parcel/_index.md deleted file mode 100644 index 6ed2db554..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/australian_poste_parcel/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::AUSTRALIAN_POSTE_PARCEL" -linktitle: "AUSTRALIAN_POSTE_PARCEL" -articleTitle: "AUSTRALIAN_POSTE_PARCEL" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with { Australian Post Domestic eParcel Barcode} barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/australian_poste_parcel/ ---- - -## DecodeType::AUSTRALIAN_POSTE_PARCEL Constant - -**Value:** `50` - - -Specifies that the data should be decoded with { Australian Post Domestic eParcel Barcode} barcode specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/aztec/_index.md b/english/php/aspose.barcode.recognition/decodetype/aztec/_index.md deleted file mode 100644 index 8a59cacc7..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/aztec/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::AZTEC" -linktitle: "AZTEC" -articleTitle: "AZTEC" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with { Aztec} barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/aztec/ ---- - -## DecodeType::AZTEC Constant - -**Value:** `33` - - -Specifies that the data should be decoded with { Aztec} barcode specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/codabar/_index.md b/english/php/aspose.barcode.recognition/decodetype/codabar/_index.md deleted file mode 100644 index db9e12ea4..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/codabar/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::CODABAR" -linktitle: "CODABAR" -articleTitle: "CODABAR" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with { CODABAR} barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/codabar/ ---- - -## DecodeType::CODABAR Constant - -**Value:** `0` - - -Specifies that the data should be decoded with { CODABAR} barcode specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/codablock_f/_index.md b/english/php/aspose.barcode.recognition/decodetype/codablock_f/_index.md deleted file mode 100644 index b007911f0..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/codablock_f/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::CODABLOCK_F" -linktitle: "CODABLOCK_F" -articleTitle: "CODABLOCK_F" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with { CodablockF} barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/codablock_f/ ---- - -## DecodeType::CODABLOCK_F Constant - -**Value:** `65` - - -Specifies that the data should be decoded with { CodablockF} barcode specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/code_11/_index.md b/english/php/aspose.barcode.recognition/decodetype/code_11/_index.md deleted file mode 100644 index edbbe5928..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/code_11/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::CODE_11" -linktitle: "CODE_11" -articleTitle: "CODE_11" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with { CODE 11} barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/code_11/ ---- - -## DecodeType::CODE_11 Constant - -**Value:** `1` - - -Specifies that the data should be decoded with { CODE 11} barcode specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/code_128/_index.md b/english/php/aspose.barcode.recognition/decodetype/code_128/_index.md deleted file mode 100644 index 61bea4f60..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/code_128/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::CODE_128" -linktitle: "CODE_128" -articleTitle: "CODE_128" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with { CODE 128} barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/code_128/ ---- - -## DecodeType::CODE_128 Constant - -**Value:** `6` - - -Specifies that the data should be decoded with { CODE 128} barcode specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/code_16_k/_index.md b/english/php/aspose.barcode.recognition/decodetype/code_16_k/_index.md deleted file mode 100644 index c0f553cbf..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/code_16_k/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::CODE_16_K" -linktitle: "CODE_16_K" -articleTitle: "CODE_16_K" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with { SCode16K} barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/code_16_k/ ---- - -## DecodeType::CODE_16_K Constant - -**Value:** `52` - - -Specifies that the data should be decoded with { SCode16K} barcode specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/code_32/_index.md b/english/php/aspose.barcode.recognition/decodetype/code_32/_index.md deleted file mode 100644 index 1e6efce46..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/code_32/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::CODE_32" -linktitle: "CODE_32" -articleTitle: "CODE_32" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with { Code32} blank specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/code_32/ ---- - -## DecodeType::CODE_32 Constant - -**Value:** `61` - - -Specifies that the data should be decoded with { Code32} blank specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/code_39/_index.md b/english/php/aspose.barcode.recognition/decodetype/code_39/_index.md deleted file mode 100644 index e02a10772..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/code_39/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::CODE_39" -linktitle: "CODE_39" -articleTitle: "CODE_39" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with basic charset barcode specification: ISO/IEC 16388" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/code_39/ ---- - -## DecodeType::CODE_39 Constant - -**Value:** `2` - - -Specifies that the data should be decoded with basic charset barcode specification: ISO/IEC 16388 - diff --git a/english/php/aspose.barcode.recognition/decodetype/code_39_full_ascii/_index.md b/english/php/aspose.barcode.recognition/decodetype/code_39_full_ascii/_index.md deleted file mode 100644 index f2d713f04..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/code_39_full_ascii/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::CODE_39_FULL_ASCII" -linktitle: "CODE_39_FULL_ASCII" -articleTitle: "CODE_39_FULL_ASCII" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with full ASCII charset barcode specification: ISO/IEC 16388" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/code_39_full_ascii/ ---- - -## DecodeType::CODE_39_FULL_ASCII Constant - -**Value:** `3` - - -Specifies that the data should be decoded with full ASCII charset barcode specification: ISO/IEC 16388 - diff --git a/english/php/aspose.barcode.recognition/decodetype/code_93/_index.md b/english/php/aspose.barcode.recognition/decodetype/code_93/_index.md deleted file mode 100644 index b9c94a9e0..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/code_93/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::CODE_93" -linktitle: "CODE_93" -articleTitle: "CODE_93" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/code_93/ ---- - -## DecodeType::CODE_93 Constant - -**Value:** `5` - - -Specifies that the data should be decoded with barcode specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/compact_pdf_417/_index.md b/english/php/aspose.barcode.recognition/decodetype/compact_pdf_417/_index.md deleted file mode 100644 index 57b95e201..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/compact_pdf_417/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::COMPACT_PDF_417" -linktitle: "COMPACT_PDF_417" -articleTitle: "COMPACT_PDF_417" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with { CompactPdf417} (Pdf417Truncated) barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/compact_pdf_417/ ---- - -## DecodeType::COMPACT_PDF_417 Constant - -**Value:** `57` - - -Specifies that the data should be decoded with { CompactPdf417} (Pdf417Truncated) barcode specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/containsany/_index.md b/english/php/aspose.barcode.recognition/decodetype/containsany/_index.md deleted file mode 100644 index ea50538ba..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/containsany/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: "DecodeType.containsAny" -linktitle: "containsAny" -articleTitle: "containsAny" -second_title: "Aspose.BarCode for PHP via Java" -description: "Determines if the BaseDecodeType array contains specified barcode symbology" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/containsany/ ---- - -## DecodeType.containsAny - -```php -containsAny(int $expectedDecodeType, array $decodeTypes) -``` - - -Determines if the BaseDecodeType array contains specified barcode symbology - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$expectedDecodeType` | `int` | | -| `$decodeTypes` | `array` | | - -**Returns:** bool - diff --git a/english/php/aspose.barcode.recognition/decodetype/data_logic_2_of_5/_index.md b/english/php/aspose.barcode.recognition/decodetype/data_logic_2_of_5/_index.md deleted file mode 100644 index cd62b712a..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/data_logic_2_of_5/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::DATA_LOGIC_2_OF_5" -linktitle: "DATA_LOGIC_2_OF_5" -articleTitle: "DATA_LOGIC_2_OF_5" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with { DataLogic 2 of 5} blank specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/data_logic_2_of_5/ ---- - -## DecodeType::DATA_LOGIC_2_OF_5 Constant - -**Value:** `62` - - -Specifies that the data should be decoded with { DataLogic 2 of 5} blank specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/data_matrix/_index.md b/english/php/aspose.barcode.recognition/decodetype/data_matrix/_index.md deleted file mode 100644 index bd6fd683f..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/data_matrix/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::DATA_MATRIX" -linktitle: "DATA_MATRIX" -articleTitle: "DATA_MATRIX" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with { DataMatrix} barcode symbology" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/data_matrix/ ---- - -## DecodeType::DATA_MATRIX Constant - -**Value:** `30` - - -Specifies that the data should be decoded with { DataMatrix} barcode symbology - diff --git a/english/php/aspose.barcode.recognition/decodetype/databar_expanded/_index.md b/english/php/aspose.barcode.recognition/decodetype/databar_expanded/_index.md deleted file mode 100644 index 11ad3630a..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/databar_expanded/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::DATABAR_EXPANDED" -linktitle: "DATABAR_EXPANDED" -articleTitle: "DATABAR_EXPANDED" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with { GS1 DATABAR expanded} barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/databar_expanded/ ---- - -## DecodeType::DATABAR_EXPANDED Constant - -**Value:** `45` - - -Specifies that the data should be decoded with { GS1 DATABAR expanded} barcode specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/databar_expanded_stacked/_index.md b/english/php/aspose.barcode.recognition/decodetype/databar_expanded_stacked/_index.md deleted file mode 100644 index 874379985..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/databar_expanded_stacked/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::DATABAR_EXPANDED_STACKED" -linktitle: "DATABAR_EXPANDED_STACKED" -articleTitle: "DATABAR_EXPANDED_STACKED" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with { GS1 DATABAR expanded stacked} barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/databar_expanded_stacked/ ---- - -## DecodeType::DATABAR_EXPANDED_STACKED Constant - -**Value:** `55` - - -Specifies that the data should be decoded with { GS1 DATABAR expanded stacked} barcode specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/databar_limited/_index.md b/english/php/aspose.barcode.recognition/decodetype/databar_limited/_index.md deleted file mode 100644 index e5b2b146a..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/databar_limited/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::DATABAR_LIMITED" -linktitle: "DATABAR_LIMITED" -articleTitle: "DATABAR_LIMITED" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with { GS1 DATABAR limited} barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/databar_limited/ ---- - -## DecodeType::DATABAR_LIMITED Constant - -**Value:** `44` - - -Specifies that the data should be decoded with { GS1 DATABAR limited} barcode specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/databar_omni_directional/_index.md b/english/php/aspose.barcode.recognition/decodetype/databar_omni_directional/_index.md deleted file mode 100644 index 71d10745b..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/databar_omni_directional/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::DATABAR_OMNI_DIRECTIONAL" -linktitle: "DATABAR_OMNI_DIRECTIONAL" -articleTitle: "DATABAR_OMNI_DIRECTIONAL" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with { GS1 DATABAR omni-directional} barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/databar_omni_directional/ ---- - -## DecodeType::DATABAR_OMNI_DIRECTIONAL Constant - -**Value:** `42` - - -Specifies that the data should be decoded with { GS1 DATABAR omni-directional} barcode specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/databar_stacked/_index.md b/english/php/aspose.barcode.recognition/decodetype/databar_stacked/_index.md deleted file mode 100644 index 7c5d06606..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/databar_stacked/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::DATABAR_STACKED" -linktitle: "DATABAR_STACKED" -articleTitle: "DATABAR_STACKED" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with { GS1 DATABAR stacked} barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/databar_stacked/ ---- - -## DecodeType::DATABAR_STACKED Constant - -**Value:** `54` - - -Specifies that the data should be decoded with { GS1 DATABAR stacked} barcode specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/databar_stacked_omni_directional/_index.md b/english/php/aspose.barcode.recognition/decodetype/databar_stacked_omni_directional/_index.md deleted file mode 100644 index 1214c9268..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/databar_stacked_omni_directional/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::DATABAR_STACKED_OMNI_DIRECTIONAL" -linktitle: "DATABAR_STACKED_OMNI_DIRECTIONAL" -articleTitle: "DATABAR_STACKED_OMNI_DIRECTIONAL" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with { GS1 DATABAR stacked omni-directional} barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/databar_stacked_omni_directional/ ---- - -## DecodeType::DATABAR_STACKED_OMNI_DIRECTIONAL Constant - -**Value:** `53` - - -Specifies that the data should be decoded with { GS1 DATABAR stacked omni-directional} barcode specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/databar_truncated/_index.md b/english/php/aspose.barcode.recognition/decodetype/databar_truncated/_index.md deleted file mode 100644 index 2fffc5a17..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/databar_truncated/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::DATABAR_TRUNCATED" -linktitle: "DATABAR_TRUNCATED" -articleTitle: "DATABAR_TRUNCATED" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with { GS1 DATABAR truncated} barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/databar_truncated/ ---- - -## DecodeType::DATABAR_TRUNCATED Constant - -**Value:** `43` - - -Specifies that the data should be decoded with { GS1 DATABAR truncated} barcode specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/deutsche_post_identcode/_index.md b/english/php/aspose.barcode.recognition/decodetype/deutsche_post_identcode/_index.md deleted file mode 100644 index 868bf713e..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/deutsche_post_identcode/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::DEUTSCHE_POST_IDENTCODE" -linktitle: "DEUTSCHE_POST_IDENTCODE" -articleTitle: "DEUTSCHE_POST_IDENTCODE" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with { DeutschePost Ident code} barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/deutsche_post_identcode/ ---- - -## DecodeType::DEUTSCHE_POST_IDENTCODE Constant - -**Value:** `25` - - -Specifies that the data should be decoded with { DeutschePost Ident code} barcode specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/deutsche_post_leitcode/_index.md b/english/php/aspose.barcode.recognition/decodetype/deutsche_post_leitcode/_index.md deleted file mode 100644 index 92e919cb8..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/deutsche_post_leitcode/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::DEUTSCHE_POST_LEITCODE" -linktitle: "DEUTSCHE_POST_LEITCODE" -articleTitle: "DEUTSCHE_POST_LEITCODE" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with { DeutschePost Leit code} barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/deutsche_post_leitcode/ ---- - -## DecodeType::DEUTSCHE_POST_LEITCODE Constant - -**Value:** `26` - - -Specifies that the data should be decoded with { DeutschePost Leit code} barcode specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/dot_code/_index.md b/english/php/aspose.barcode.recognition/decodetype/dot_code/_index.md deleted file mode 100644 index 70a136613..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/dot_code/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::DOT_CODE" -linktitle: "DOT_CODE" -articleTitle: "DOT_CODE" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with { DotCode} blank specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/dot_code/ ---- - -## DecodeType::DOT_CODE Constant - -**Value:** `63` - - -Specifies that the data should be decoded with { DotCode} blank specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/dutch_kix/_index.md b/english/php/aspose.barcode.recognition/decodetype/dutch_kix/_index.md deleted file mode 100644 index 5157401e9..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/dutch_kix/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::DUTCH_KIX" -linktitle: "DUTCH_KIX" -articleTitle: "DUTCH_KIX" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with { DotCode} blank specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/dutch_kix/ ---- - -## DecodeType::DUTCH_KIX Constant - -**Value:** `64` - - -Specifies that the data should be decoded with { DotCode} blank specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/ean_13/_index.md b/english/php/aspose.barcode.recognition/decodetype/ean_13/_index.md deleted file mode 100644 index 4e4dd57e0..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/ean_13/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::EAN_13" -linktitle: "EAN_13" -articleTitle: "EAN_13" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with { EAN-13} barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/ean_13/ ---- - -## DecodeType::EAN_13 Constant - -**Value:** `9` - - -Specifies that the data should be decoded with { EAN-13} barcode specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/ean_14/_index.md b/english/php/aspose.barcode.recognition/decodetype/ean_14/_index.md deleted file mode 100644 index 894e08836..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/ean_14/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::EAN_14" -linktitle: "EAN_14" -articleTitle: "EAN_14" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with { EAN14} barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/ean_14/ ---- - -## DecodeType::EAN_14 Constant - -**Value:** `10` - - -Specifies that the data should be decoded with { EAN14} barcode specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/ean_8/_index.md b/english/php/aspose.barcode.recognition/decodetype/ean_8/_index.md deleted file mode 100644 index 7855ccf6f..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/ean_8/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::EAN_8" -linktitle: "EAN_8" -articleTitle: "EAN_8" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with { EAN-8} barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/ean_8/ ---- - -## DecodeType::EAN_8 Constant - -**Value:** `8` - - -Specifies that the data should be decoded with { EAN-8} barcode specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/gs_1_aztec/_index.md b/english/php/aspose.barcode.recognition/decodetype/gs_1_aztec/_index.md deleted file mode 100644 index bac8594ca..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/gs_1_aztec/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::GS_1_AZTEC" -linktitle: "GS_1_AZTEC" -articleTitle: "GS_1_AZTEC" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/gs_1_aztec/ ---- - -## DecodeType::GS_1_AZTEC Constant - -**Value:** `81` - - -Specifies that the data should be decoded with barcode specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/gs_1_code_128/_index.md b/english/php/aspose.barcode.recognition/decodetype/gs_1_code_128/_index.md deleted file mode 100644 index c93bff03f..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/gs_1_code_128/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::GS_1_CODE_128" -linktitle: "GS_1_CODE_128" -articleTitle: "GS_1_CODE_128" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with { GS1 CODE 128} barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/gs_1_code_128/ ---- - -## DecodeType::GS_1_CODE_128 Constant - -**Value:** `7` - - -Specifies that the data should be decoded with { GS1 CODE 128} barcode specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/gs_1_composite_bar/_index.md b/english/php/aspose.barcode.recognition/decodetype/gs_1_composite_bar/_index.md deleted file mode 100644 index 0c9807824..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/gs_1_composite_bar/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::GS_1_COMPOSITE_BAR" -linktitle: "GS_1_COMPOSITE_BAR" -articleTitle: "GS_1_COMPOSITE_BAR" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/gs_1_composite_bar/ ---- - -## DecodeType::GS_1_COMPOSITE_BAR Constant - -**Value:** `80` - - -Specifies that the data should be decoded with barcode specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/gs_1_data_matrix/_index.md b/english/php/aspose.barcode.recognition/decodetype/gs_1_data_matrix/_index.md deleted file mode 100644 index 495479f6b..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/gs_1_data_matrix/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::GS_1_DATA_MATRIX" -linktitle: "GS_1_DATA_MATRIX" -articleTitle: "GS_1_DATA_MATRIX" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with { GS1DataMatrix} barcode symbology" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/gs_1_data_matrix/ ---- - -## DecodeType::GS_1_DATA_MATRIX Constant - -**Value:** `31` - - -Specifies that the data should be decoded with { GS1DataMatrix} barcode symbology - diff --git a/english/php/aspose.barcode.recognition/decodetype/gs_1_dot_code/_index.md b/english/php/aspose.barcode.recognition/decodetype/gs_1_dot_code/_index.md deleted file mode 100644 index 20685e6d7..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/gs_1_dot_code/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::GS_1_DOT_CODE" -linktitle: "GS_1_DOT_CODE" -articleTitle: "GS_1_DOT_CODE" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with blank specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/gs_1_dot_code/ ---- - -## DecodeType::GS_1_DOT_CODE Constant - -**Value:** `77` - - -Specifies that the data should be decoded with blank specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/gs_1_han_xin/_index.md b/english/php/aspose.barcode.recognition/decodetype/gs_1_han_xin/_index.md deleted file mode 100644 index d01fad211..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/gs_1_han_xin/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::GS_1_HAN_XIN" -linktitle: "GS_1_HAN_XIN" -articleTitle: "GS_1_HAN_XIN" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with Han Xin Code blank specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/gs_1_han_xin/ ---- - -## DecodeType::GS_1_HAN_XIN Constant - -**Value:** `79` - - -Specifies that the data should be decoded with Han Xin Code blank specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/gs_1_micro_pdf_417/_index.md b/english/php/aspose.barcode.recognition/decodetype/gs_1_micro_pdf_417/_index.md deleted file mode 100644 index 30bc52d1f..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/gs_1_micro_pdf_417/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::GS_1_MICRO_PDF_417" -linktitle: "GS_1_MICRO_PDF_417" -articleTitle: "GS_1_MICRO_PDF_417" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with MicroPdf417 barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/gs_1_micro_pdf_417/ ---- - -## DecodeType::GS_1_MICRO_PDF_417 Constant - -**Value:** `82` - - -Specifies that the data should be decoded with MicroPdf417 barcode specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/gs_1_qr/_index.md b/english/php/aspose.barcode.recognition/decodetype/gs_1_qr/_index.md deleted file mode 100644 index bdf22532f..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/gs_1_qr/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::GS_1_QR" -linktitle: "GS_1_QR" -articleTitle: "GS_1_QR" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with { GS1 QR} barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/gs_1_qr/ ---- - -## DecodeType::GS_1_QR Constant - -**Value:** `58` - - -Specifies that the data should be decoded with { GS1 QR} barcode specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/han_xin/_index.md b/english/php/aspose.barcode.recognition/decodetype/han_xin/_index.md deleted file mode 100644 index 7cebd44ca..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/han_xin/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::HAN_XIN" -linktitle: "HAN_XIN" -articleTitle: "HAN_XIN" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with Han Xin Code blank specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/han_xin/ ---- - -## DecodeType::HAN_XIN Constant - -**Value:** `78` - - -Specifies that the data should be decoded with Han Xin Code blank specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/hibc_aztec_lic/_index.md b/english/php/aspose.barcode.recognition/decodetype/hibc_aztec_lic/_index.md deleted file mode 100644 index a058517cb..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/hibc_aztec_lic/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::HIBC_AZTEC_LIC" -linktitle: "HIBC_AZTEC_LIC" -articleTitle: "HIBC_AZTEC_LIC" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with blank specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/hibc_aztec_lic/ ---- - -## DecodeType::HIBC_AZTEC_LIC Constant - -**Value:** `69` - - -Specifies that the data should be decoded with blank specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/hibc_aztec_pas/_index.md b/english/php/aspose.barcode.recognition/decodetype/hibc_aztec_pas/_index.md deleted file mode 100644 index cec01ed09..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/hibc_aztec_pas/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::HIBC_AZTEC_PAS" -linktitle: "HIBC_AZTEC_PAS" -articleTitle: "HIBC_AZTEC_PAS" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with blank specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/hibc_aztec_pas/ ---- - -## DecodeType::HIBC_AZTEC_PAS Constant - -**Value:** `74` - - -Specifies that the data should be decoded with blank specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/hibc_code_128_lic/_index.md b/english/php/aspose.barcode.recognition/decodetype/hibc_code_128_lic/_index.md deleted file mode 100644 index a39630321..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/hibc_code_128_lic/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::HIBC_CODE_128_LIC" -linktitle: "HIBC_CODE_128_LIC" -articleTitle: "HIBC_CODE_128_LIC" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with blank specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/hibc_code_128_lic/ ---- - -## DecodeType::HIBC_CODE_128_LIC Constant - -**Value:** `68` - - -Specifies that the data should be decoded with blank specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/hibc_code_128_pas/_index.md b/english/php/aspose.barcode.recognition/decodetype/hibc_code_128_pas/_index.md deleted file mode 100644 index a45bca1c3..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/hibc_code_128_pas/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::HIBC_CODE_128_PAS" -linktitle: "HIBC_CODE_128_PAS" -articleTitle: "HIBC_CODE_128_PAS" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with blank specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/hibc_code_128_pas/ ---- - -## DecodeType::HIBC_CODE_128_PAS Constant - -**Value:** `73` - - -Specifies that the data should be decoded with blank specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/hibc_code_39_lic/_index.md b/english/php/aspose.barcode.recognition/decodetype/hibc_code_39_lic/_index.md deleted file mode 100644 index f674986a1..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/hibc_code_39_lic/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::HIBC_CODE_39_LIC" -linktitle: "HIBC_CODE_39_LIC" -articleTitle: "HIBC_CODE_39_LIC" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with blank specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/hibc_code_39_lic/ ---- - -## DecodeType::HIBC_CODE_39_LIC Constant - -**Value:** `67` - - -Specifies that the data should be decoded with blank specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/hibc_code_39_pas/_index.md b/english/php/aspose.barcode.recognition/decodetype/hibc_code_39_pas/_index.md deleted file mode 100644 index 2779b6eef..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/hibc_code_39_pas/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::HIBC_CODE_39_PAS" -linktitle: "HIBC_CODE_39_PAS" -articleTitle: "HIBC_CODE_39_PAS" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with blank specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/hibc_code_39_pas/ ---- - -## DecodeType::HIBC_CODE_39_PAS Constant - -**Value:** `72` - - -Specifies that the data should be decoded with blank specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/hibc_data_matrix_lic/_index.md b/english/php/aspose.barcode.recognition/decodetype/hibc_data_matrix_lic/_index.md deleted file mode 100644 index 35b8276df..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/hibc_data_matrix_lic/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::HIBC_DATA_MATRIX_LIC" -linktitle: "HIBC_DATA_MATRIX_LIC" -articleTitle: "HIBC_DATA_MATRIX_LIC" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with blank specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/hibc_data_matrix_lic/ ---- - -## DecodeType::HIBC_DATA_MATRIX_LIC Constant - -**Value:** `70` - - -Specifies that the data should be decoded with blank specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/hibc_data_matrix_pas/_index.md b/english/php/aspose.barcode.recognition/decodetype/hibc_data_matrix_pas/_index.md deleted file mode 100644 index c22235c21..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/hibc_data_matrix_pas/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::HIBC_DATA_MATRIX_PAS" -linktitle: "HIBC_DATA_MATRIX_PAS" -articleTitle: "HIBC_DATA_MATRIX_PAS" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with blank specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/hibc_data_matrix_pas/ ---- - -## DecodeType::HIBC_DATA_MATRIX_PAS Constant - -**Value:** `75` - - -Specifies that the data should be decoded with blank specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/hibcqrlic/_index.md b/english/php/aspose.barcode.recognition/decodetype/hibcqrlic/_index.md deleted file mode 100644 index c595f88c8..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/hibcqrlic/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::HIBCQRLIC" -linktitle: "HIBCQRLIC" -articleTitle: "HIBCQRLIC" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with blank specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/hibcqrlic/ ---- - -## DecodeType::HIBCQRLIC Constant - -**Value:** `71` - - -Specifies that the data should be decoded with blank specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/hibcqrpas/_index.md b/english/php/aspose.barcode.recognition/decodetype/hibcqrpas/_index.md deleted file mode 100644 index cf63910c5..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/hibcqrpas/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::HIBCQRPAS" -linktitle: "HIBCQRPAS" -articleTitle: "HIBCQRPAS" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with blank specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/hibcqrpas/ ---- - -## DecodeType::HIBCQRPAS Constant - -**Value:** `76` - - -Specifies that the data should be decoded with blank specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/iata_2_of_5/_index.md b/english/php/aspose.barcode.recognition/decodetype/iata_2_of_5/_index.md deleted file mode 100644 index e2e846c5c..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/iata_2_of_5/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::IATA_2_OF_5" -linktitle: "IATA_2_OF_5" -articleTitle: "IATA_2_OF_5" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with { IATA 2 of 5} barcode specification. IATA (International Air Transport Association) uses this barcode for the management of air cargo." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/iata_2_of_5/ ---- - -## DecodeType::IATA_2_OF_5 Constant - -**Value:** `20` - - -Specifies that the data should be decoded with { IATA 2 of 5} barcode specification. IATA (International Air Transport Association) uses this barcode for the management of air cargo. - diff --git a/english/php/aspose.barcode.recognition/decodetype/interleaved_2_of_5/_index.md b/english/php/aspose.barcode.recognition/decodetype/interleaved_2_of_5/_index.md deleted file mode 100644 index decc26584..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/interleaved_2_of_5/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::INTERLEAVED_2_OF_5" -linktitle: "INTERLEAVED_2_OF_5" -articleTitle: "INTERLEAVED_2_OF_5" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with { INTERLEAVED 2 of 5} barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/interleaved_2_of_5/ ---- - -## DecodeType::INTERLEAVED_2_OF_5 Constant - -**Value:** `17` - - -Specifies that the data should be decoded with { INTERLEAVED 2 of 5} barcode specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/is1d/_index.md b/english/php/aspose.barcode.recognition/decodetype/is1d/_index.md deleted file mode 100644 index aeb7f13a1..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/is1d/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "DecodeType.is1D" -linktitle: "is1D" -articleTitle: "is1D" -second_title: "Aspose.BarCode for PHP via Java" -description: "Determines if the specified BaseDecodeType contains any 1D barcode symbology" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/is1d/ ---- - -## DecodeType.is1D - -```php -is1D(int $symbology) -``` - - -Determines if the specified BaseDecodeType contains any 1D barcode symbology - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$symbology` | `int` | | - -**Returns:** bool true if BaseDecodeType contains any 1D barcode symbology; otherwise, returns false. - diff --git a/english/php/aspose.barcode.recognition/decodetype/is2d/_index.md b/english/php/aspose.barcode.recognition/decodetype/is2d/_index.md deleted file mode 100644 index 963714297..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/is2d/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "DecodeType.is2D" -linktitle: "is2D" -articleTitle: "is2D" -second_title: "Aspose.BarCode for PHP via Java" -description: "Determines if the specified BaseDecodeType contains any 2D barcode symbology" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/is2d/ ---- - -## DecodeType.is2D - -```php -is2D(int $symbology) -``` - - -Determines if the specified BaseDecodeType contains any 2D barcode symbology - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$symbology` | `int` | | - -**Returns:** bool Returns true if BaseDecodeType contains any 2D barcode symbology; otherwise, returns false. - diff --git a/english/php/aspose.barcode.recognition/decodetype/isbn/_index.md b/english/php/aspose.barcode.recognition/decodetype/isbn/_index.md deleted file mode 100644 index e6325a157..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/isbn/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::ISBN" -linktitle: "ISBN" -articleTitle: "ISBN" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with { ISBN} barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/isbn/ ---- - -## DecodeType::ISBN Constant - -**Value:** `15` - - -Specifies that the data should be decoded with { ISBN} barcode specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/ismn/_index.md b/english/php/aspose.barcode.recognition/decodetype/ismn/_index.md deleted file mode 100644 index 9fc8b323b..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/ismn/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::ISMN" -linktitle: "ISMN" -articleTitle: "ISMN" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with { ISMN} barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/ismn/ ---- - -## DecodeType::ISMN Constant - -**Value:** `48` - - -Specifies that the data should be decoded with { ISMN} barcode specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/ispostal/_index.md b/english/php/aspose.barcode.recognition/decodetype/ispostal/_index.md deleted file mode 100644 index 8c7424e97..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/ispostal/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "DecodeType.isPostal" -linktitle: "isPostal" -articleTitle: "isPostal" -second_title: "Aspose.BarCode for PHP via Java" -description: "Determines if the specified BaseDecodeType contains any Postal barcode symbology" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/ispostal/ ---- - -## DecodeType.isPostal - -```php -isPostal(int $symbology) -``` - - -Determines if the specified BaseDecodeType contains any Postal barcode symbology - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$symbology` | `int` | | - -**Returns:** bool Returns true if BaseDecodeType contains any Postal barcode symbology; otherwise, returns false. - diff --git a/english/php/aspose.barcode.recognition/decodetype/issn/_index.md b/english/php/aspose.barcode.recognition/decodetype/issn/_index.md deleted file mode 100644 index 6713ef27a..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/issn/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::ISSN" -linktitle: "ISSN" -articleTitle: "ISSN" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with { ISSN} barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/issn/ ---- - -## DecodeType::ISSN Constant - -**Value:** `47` - - -Specifies that the data should be decoded with { ISSN} barcode specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/italian_post_25/_index.md b/english/php/aspose.barcode.recognition/decodetype/italian_post_25/_index.md deleted file mode 100644 index e8a24ae4d..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/italian_post_25/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::ITALIAN_POST_25" -linktitle: "ITALIAN_POST_25" -articleTitle: "ITALIAN_POST_25" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with { Italian Post 25} barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/italian_post_25/ ---- - -## DecodeType::ITALIAN_POST_25 Constant - -**Value:** `19` - - -Specifies that the data should be decoded with { Italian Post 25} barcode specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/itf_14/_index.md b/english/php/aspose.barcode.recognition/decodetype/itf_14/_index.md deleted file mode 100644 index 8503a00c4..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/itf_14/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::ITF_14" -linktitle: "ITF_14" -articleTitle: "ITF_14" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with { ITF14} barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/itf_14/ ---- - -## DecodeType::ITF_14 Constant - -**Value:** `21` - - -Specifies that the data should be decoded with { ITF14} barcode specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/itf_6/_index.md b/english/php/aspose.barcode.recognition/decodetype/itf_6/_index.md deleted file mode 100644 index 1f5192324..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/itf_6/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::ITF_6" -linktitle: "ITF_6" -articleTitle: "ITF_6" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with { ITF6} barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/itf_6/ ---- - -## DecodeType::ITF_6 Constant - -**Value:** `22` - - -Specifies that the data should be decoded with { ITF6} barcode specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/macro_pdf_417/_index.md b/english/php/aspose.barcode.recognition/decodetype/macro_pdf_417/_index.md deleted file mode 100644 index 2efb8b540..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/macro_pdf_417/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::MACRO_PDF_417" -linktitle: "MACRO_PDF_417" -articleTitle: "MACRO_PDF_417" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with { MacroPdf417} barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/macro_pdf_417/ ---- - -## DecodeType::MACRO_PDF_417 Constant - -**Value:** `35` - - -Specifies that the data should be decoded with { MacroPdf417} barcode specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/mailmark/_index.md b/english/php/aspose.barcode.recognition/decodetype/mailmark/_index.md deleted file mode 100644 index 217d6f84e..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/mailmark/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::MAILMARK" -linktitle: "MAILMARK" -articleTitle: "MAILMARK" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with Royal Mail Mailmark barcode specification." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/mailmark/ ---- - -## DecodeType::MAILMARK Constant - -**Value:** `66` - - -Specifies that the data should be decoded with Royal Mail Mailmark barcode specification. - diff --git a/english/php/aspose.barcode.recognition/decodetype/matrix_2_of_5/_index.md b/english/php/aspose.barcode.recognition/decodetype/matrix_2_of_5/_index.md deleted file mode 100644 index 2284c6b30..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/matrix_2_of_5/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::MATRIX_2_OF_5" -linktitle: "MATRIX_2_OF_5" -articleTitle: "MATRIX_2_OF_5" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with { Matrix 2 of 5} barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/matrix_2_of_5/ ---- - -## DecodeType::MATRIX_2_OF_5 Constant - -**Value:** `18` - - -Specifies that the data should be decoded with { Matrix 2 of 5} barcode specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/maxi_code/_index.md b/english/php/aspose.barcode.recognition/decodetype/maxi_code/_index.md deleted file mode 100644 index ba52ba7f3..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/maxi_code/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::MAXI_CODE" -linktitle: "MAXI_CODE" -articleTitle: "MAXI_CODE" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with { MaxiCode} barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/maxi_code/ ---- - -## DecodeType::MAXI_CODE Constant - -**Value:** `59` - - -Specifies that the data should be decoded with { MaxiCode} barcode specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/micr_e_13_b/_index.md b/english/php/aspose.barcode.recognition/decodetype/micr_e_13_b/_index.md deleted file mode 100644 index fd6553f64..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/micr_e_13_b/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::MICR_E_13_B" -linktitle: "MICR_E_13_B" -articleTitle: "MICR_E_13_B" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with { MICR E-13B} blank specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/micr_e_13_b/ ---- - -## DecodeType::MICR_E_13_B Constant - -**Value:** `60` - - -Specifies that the data should be decoded with { MICR E-13B} blank specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/micro_pdf_417/_index.md b/english/php/aspose.barcode.recognition/decodetype/micro_pdf_417/_index.md deleted file mode 100644 index 4be3f6996..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/micro_pdf_417/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::MICRO_PDF_417" -linktitle: "MICRO_PDF_417" -articleTitle: "MICRO_PDF_417" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with { MicroPdf417} barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/micro_pdf_417/ ---- - -## DecodeType::MICRO_PDF_417 Constant - -**Value:** `36` - - -Specifies that the data should be decoded with { MicroPdf417} barcode specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/micro_qr/_index.md b/english/php/aspose.barcode.recognition/decodetype/micro_qr/_index.md deleted file mode 100644 index aaed5e027..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/micro_qr/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::MICRO_QR" -linktitle: "MICRO_QR" -articleTitle: "MICRO_QR" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with { MicroQR Code} barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/micro_qr/ ---- - -## DecodeType::MICRO_QR Constant - -**Value:** `56` - - -Specifies that the data should be decoded with { MicroQR Code} barcode specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/most_common_types/_index.md b/english/php/aspose.barcode.recognition/decodetype/most_common_types/_index.md deleted file mode 100644 index 010c3fcdc..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/most_common_types/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::MOST_COMMON_TYPES" -linktitle: "MOST_COMMON_TYPES" -articleTitle: "MOST_COMMON_TYPES" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that data will be checked with most commonly used symbologies" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/most_common_types/ ---- - -## DecodeType::MOST_COMMON_TYPES Constant - -**Value:** `96` - - -Specifies that data will be checked with most commonly used symbologies - diff --git a/english/php/aspose.barcode.recognition/decodetype/msi/_index.md b/english/php/aspose.barcode.recognition/decodetype/msi/_index.md deleted file mode 100644 index 006a37d37..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/msi/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::MSI" -linktitle: "MSI" -articleTitle: "MSI" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with { MSI Plessey} barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/msi/ ---- - -## DecodeType::MSI Constant - -**Value:** `23` - - -Specifies that the data should be decoded with { MSI Plessey} barcode specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/none/_index.md b/english/php/aspose.barcode.recognition/decodetype/none/_index.md deleted file mode 100644 index 70e9e2f25..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/none/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::NONE" -linktitle: "NONE" -articleTitle: "NONE" -second_title: "Aspose.BarCode for PHP via Java" -description: "Unspecified decode type." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/none/ ---- - -## DecodeType::NONE Constant - -**Value:** `-1` - - -Unspecified decode type. - diff --git a/english/php/aspose.barcode.recognition/decodetype/one_code/_index.md b/english/php/aspose.barcode.recognition/decodetype/one_code/_index.md deleted file mode 100644 index a5d26dc1a..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/one_code/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::ONE_CODE" -linktitle: "ONE_CODE" -articleTitle: "ONE_CODE" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with USPS { OneCode} barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/one_code/ ---- - -## DecodeType::ONE_CODE Constant - -**Value:** `40` - - -Specifies that the data should be decoded with USPS { OneCode} barcode specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/opc/_index.md b/english/php/aspose.barcode.recognition/decodetype/opc/_index.md deleted file mode 100644 index 2a82931a7..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/opc/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::OPC" -linktitle: "OPC" -articleTitle: "OPC" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with { OPC} barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/opc/ ---- - -## DecodeType::OPC Constant - -**Value:** `27` - - -Specifies that the data should be decoded with { OPC} barcode specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/patch_code/_index.md b/english/php/aspose.barcode.recognition/decodetype/patch_code/_index.md deleted file mode 100644 index a7ed7a874..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/patch_code/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::PATCH_CODE" -linktitle: "PATCH_CODE" -articleTitle: "PATCH_CODE" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with { Patch code} barcode specification. Barcode symbology is used for automated scanning" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/patch_code/ ---- - -## DecodeType::PATCH_CODE Constant - -**Value:** `46` - - -Specifies that the data should be decoded with { Patch code} barcode specification. Barcode symbology is used for automated scanning - diff --git a/english/php/aspose.barcode.recognition/decodetype/pdf_417/_index.md b/english/php/aspose.barcode.recognition/decodetype/pdf_417/_index.md deleted file mode 100644 index 367557ca9..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/pdf_417/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::PDF_417" -linktitle: "PDF_417" -articleTitle: "PDF_417" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with { Pdf417} barcode symbology" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/pdf_417/ ---- - -## DecodeType::PDF_417 Constant - -**Value:** `34` - - -Specifies that the data should be decoded with { Pdf417} barcode symbology - diff --git a/english/php/aspose.barcode.recognition/decodetype/pharmacode/_index.md b/english/php/aspose.barcode.recognition/decodetype/pharmacode/_index.md deleted file mode 100644 index 93ac0dda6..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/pharmacode/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::PHARMACODE" -linktitle: "PHARMACODE" -articleTitle: "PHARMACODE" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with { Pharmacode} barcode. This symbology is also known as Pharmaceutical BINARY Code" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/pharmacode/ ---- - -## DecodeType::PHARMACODE Constant - -**Value:** `29` - - -Specifies that the data should be decoded with { Pharmacode} barcode. This symbology is also known as Pharmaceutical BINARY Code - diff --git a/english/php/aspose.barcode.recognition/decodetype/planet/_index.md b/english/php/aspose.barcode.recognition/decodetype/planet/_index.md deleted file mode 100644 index f4e8d6639..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/planet/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::PLANET" -linktitle: "PLANET" -articleTitle: "PLANET" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with { Planet} barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/planet/ ---- - -## DecodeType::PLANET Constant - -**Value:** `39` - - -Specifies that the data should be decoded with { Planet} barcode specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/postal_types/_index.md b/english/php/aspose.barcode.recognition/decodetype/postal_types/_index.md deleted file mode 100644 index 18c4c8ab7..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/postal_types/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::POSTAL_TYPES" -linktitle: "POSTAL_TYPES" -articleTitle: "POSTAL_TYPES" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that data will be checked with all of 1.5D POSTAL barcode symbologies, like Planet, Postnet, AustraliaPost, OneCode, RM4SCC, DutchKIX" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/postal_types/ ---- - -## DecodeType::POSTAL_TYPES Constant - -**Value:** `95` - - -Specifies that data will be checked with all of 1.5D POSTAL barcode symbologies, like Planet, Postnet, AustraliaPost, OneCode, RM4SCC, DutchKIX - diff --git a/english/php/aspose.barcode.recognition/decodetype/postnet/_index.md b/english/php/aspose.barcode.recognition/decodetype/postnet/_index.md deleted file mode 100644 index 79a188669..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/postnet/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::POSTNET" -linktitle: "POSTNET" -articleTitle: "POSTNET" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with { Postnet} barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/postnet/ ---- - -## DecodeType::POSTNET Constant - -**Value:** `38` - - -Specifies that the data should be decoded with { Postnet} barcode specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/pzn/_index.md b/english/php/aspose.barcode.recognition/decodetype/pzn/_index.md deleted file mode 100644 index 09c4e2f7e..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/pzn/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::PZN" -linktitle: "PZN" -articleTitle: "PZN" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with { PZN} barcode specification. This symbology is also known as Pharma Zentral Nummer" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/pzn/ ---- - -## DecodeType::PZN Constant - -**Value:** `28` - - -Specifies that the data should be decoded with { PZN} barcode specification. This symbology is also known as Pharma Zentral Nummer - diff --git a/english/php/aspose.barcode.recognition/decodetype/qr/_index.md b/english/php/aspose.barcode.recognition/decodetype/qr/_index.md deleted file mode 100644 index 2cb2a576e..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/qr/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::QR" -linktitle: "QR" -articleTitle: "QR" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with { QR Code} barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/qr/ ---- - -## DecodeType::QR Constant - -**Value:** `32` - - -Specifies that the data should be decoded with { QR Code} barcode specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/rect_micro_qr/_index.md b/english/php/aspose.barcode.recognition/decodetype/rect_micro_qr/_index.md deleted file mode 100644 index 3233962f3..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/rect_micro_qr/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::RECT_MICRO_QR" -linktitle: "RECT_MICRO_QR" -articleTitle: "RECT_MICRO_QR" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with RectMicroQR (rMQR) Code barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/rect_micro_qr/ ---- - -## DecodeType::RECT_MICRO_QR Constant - -**Value:** `83` - - -Specifies that the data should be decoded with RectMicroQR (rMQR) Code barcode specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/rm_4_scc/_index.md b/english/php/aspose.barcode.recognition/decodetype/rm_4_scc/_index.md deleted file mode 100644 index 24372bc95..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/rm_4_scc/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::RM_4_SCC" -linktitle: "RM_4_SCC" -articleTitle: "RM_4_SCC" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with { RM4SCC} barcode specification. RM4SCC (Royal Mail 4-state Customer Code) is used for automated mail sort process in UK." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/rm_4_scc/ ---- - -## DecodeType::RM_4_SCC Constant - -**Value:** `41` - - -Specifies that the data should be decoded with { RM4SCC} barcode specification. RM4SCC (Royal Mail 4-state Customer Code) is used for automated mail sort process in UK. - diff --git a/english/php/aspose.barcode.recognition/decodetype/scc_14/_index.md b/english/php/aspose.barcode.recognition/decodetype/scc_14/_index.md deleted file mode 100644 index db4ccbff0..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/scc_14/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::SCC_14" -linktitle: "SCC_14" -articleTitle: "SCC_14" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with { SCC14} barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/scc_14/ ---- - -## DecodeType::SCC_14 Constant - -**Value:** `11` - - -Specifies that the data should be decoded with { SCC14} barcode specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/sscc_18/_index.md b/english/php/aspose.barcode.recognition/decodetype/sscc_18/_index.md deleted file mode 100644 index 1e00b8b1f..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/sscc_18/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::SSCC_18" -linktitle: "SSCC_18" -articleTitle: "SSCC_18" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with { SSCC18} barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/sscc_18/ ---- - -## DecodeType::SSCC_18 Constant - -**Value:** `12` - - -Specifies that the data should be decoded with { SSCC18} barcode specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/standard_2_of_5/_index.md b/english/php/aspose.barcode.recognition/decodetype/standard_2_of_5/_index.md deleted file mode 100644 index 0f2cf5037..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/standard_2_of_5/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::STANDARD_2_OF_5" -linktitle: "STANDARD_2_OF_5" -articleTitle: "STANDARD_2_OF_5" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with { Standard 2 of 5} barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/standard_2_of_5/ ---- - -## DecodeType::STANDARD_2_OF_5 Constant - -**Value:** `16` - - -Specifies that the data should be decoded with { Standard 2 of 5} barcode specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/supplement/_index.md b/english/php/aspose.barcode.recognition/decodetype/supplement/_index.md deleted file mode 100644 index 377d499cd..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/supplement/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::SUPPLEMENT" -linktitle: "SUPPLEMENT" -articleTitle: "SUPPLEMENT" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with { Supplement(EAN2, EAN5)} barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/supplement/ ---- - -## DecodeType::SUPPLEMENT Constant - -**Value:** `49` - - -Specifies that the data should be decoded with { Supplement(EAN2, EAN5)} barcode specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/swiss_post_parcel/_index.md b/english/php/aspose.barcode.recognition/decodetype/swiss_post_parcel/_index.md deleted file mode 100644 index 519ee112e..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/swiss_post_parcel/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::SWISS_POST_PARCEL" -linktitle: "SWISS_POST_PARCEL" -articleTitle: "SWISS_POST_PARCEL" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with { Swiss Post Parcel Barcode} barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/swiss_post_parcel/ ---- - -## DecodeType::SWISS_POST_PARCEL Constant - -**Value:** `51` - - -Specifies that the data should be decoded with { Swiss Post Parcel Barcode} barcode specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/types_1d/_index.md b/english/php/aspose.barcode.recognition/decodetype/types_1d/_index.md deleted file mode 100644 index 8b7131131..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/types_1d/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::TYPES_1D" -linktitle: "TYPES_1D" -articleTitle: "TYPES_1D" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that data will be checked with all of 1D barcode symbologies" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/types_1d/ ---- - -## DecodeType::TYPES_1D Constant - -**Value:** `97` - - -Specifies that data will be checked with all of 1D barcode symbologies - diff --git a/english/php/aspose.barcode.recognition/decodetype/types_2d/_index.md b/english/php/aspose.barcode.recognition/decodetype/types_2d/_index.md deleted file mode 100644 index 68dffeead..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/types_2d/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::TYPES_2D" -linktitle: "TYPES_2D" -articleTitle: "TYPES_2D" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that data will be checked with all of 2D barcode symbologies" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/types_2d/ ---- - -## DecodeType::TYPES_2D Constant - -**Value:** `98` - - -Specifies that data will be checked with all of 2D barcode symbologies - diff --git a/english/php/aspose.barcode.recognition/decodetype/upca/_index.md b/english/php/aspose.barcode.recognition/decodetype/upca/_index.md deleted file mode 100644 index fda462b51..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/upca/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::UPCA" -linktitle: "UPCA" -articleTitle: "UPCA" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with { UPC-A} barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/upca/ ---- - -## DecodeType::UPCA Constant - -**Value:** `13` - - -Specifies that the data should be decoded with { UPC-A} barcode specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/upce/_index.md b/english/php/aspose.barcode.recognition/decodetype/upce/_index.md deleted file mode 100644 index 1be7749bd..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/upce/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::UPCE" -linktitle: "UPCE" -articleTitle: "UPCE" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with { UPC-E} barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/upce/ ---- - -## DecodeType::UPCE Constant - -**Value:** `14` - - -Specifies that the data should be decoded with { UPC-E} barcode specification - diff --git a/english/php/aspose.barcode.recognition/decodetype/vin/_index.md b/english/php/aspose.barcode.recognition/decodetype/vin/_index.md deleted file mode 100644 index e2aa93bce..000000000 --- a/english/php/aspose.barcode.recognition/decodetype/vin/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DecodeType::VIN" -linktitle: "VIN" -articleTitle: "VIN" -second_title: "Aspose.BarCode for PHP via Java" -description: "Specifies that the data should be decoded with { VIN} (Vehicle Identification Number) barcode specification" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/decodetype/vin/ ---- - -## DecodeType::VIN Constant - -**Value:** `24` - - -Specifies that the data should be decoded with { VIN} (Vehicle Identification Number) barcode specification - diff --git a/english/php/aspose.barcode.recognition/deconvolutionmode/_index.md b/english/php/aspose.barcode.recognition/deconvolutionmode/_index.md index d57ee51fa..07ec7d876 100644 --- a/english/php/aspose.barcode.recognition/deconvolutionmode/_index.md +++ b/english/php/aspose.barcode.recognition/deconvolutionmode/_index.md @@ -1,7 +1,6 @@ --- -title: "DeconvolutionMode Enum" +title: "DeconvolutionMode" linktitle: "DeconvolutionMode" -articleTitle: "DeconvolutionMode" second_title: "Aspose.BarCode for PHP via Java" description: "Deconvolution (image restorations) mode which defines level of image degradation. Originally deconvolution is a function which can restore image degraded (convoluted) by any natural function like blur" type: docs @@ -21,6 +20,24 @@ Deconvolution (image restorations) mode which defines level of image degradation | Name | Value | Description | | --- | --- | --- | -| [FAST](./fast/) | `0` | Enables fast deconvolution methods for high quality images. | -| [NORMAL](./normal/) | `1` | Enables normal deconvolution methods for common images. | -| [SLOW](./slow/) | `2` | Enables slow deconvolution methods for low quality images. | +| [FAST](#fast) | `0` | Enables fast deconvolution methods for high quality images. | +| [NORMAL](#normal) | `1` | Enables normal deconvolution methods for common images. | +| [SLOW](#slow) | `2` | Enables slow deconvolution methods for low quality images. | +### FAST {#fast} + +**Value:** `0` + +Enables fast deconvolution methods for high quality images. + +### NORMAL {#normal} + +**Value:** `1` + +Enables normal deconvolution methods for common images. + +### SLOW {#slow} + +**Value:** `2` + +Enables slow deconvolution methods for low quality images. + diff --git a/english/php/aspose.barcode.recognition/deconvolutionmode/fast/_index.md b/english/php/aspose.barcode.recognition/deconvolutionmode/fast/_index.md deleted file mode 100644 index 3f1dc4b11..000000000 --- a/english/php/aspose.barcode.recognition/deconvolutionmode/fast/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DeconvolutionMode::FAST" -linktitle: "FAST" -articleTitle: "FAST" -second_title: "Aspose.BarCode for PHP via Java" -description: "Enables fast deconvolution methods for high quality images." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/deconvolutionmode/fast/ ---- - -## DeconvolutionMode::FAST Enum Value - -**Value:** `0` - - -Enables fast deconvolution methods for high quality images. - diff --git a/english/php/aspose.barcode.recognition/deconvolutionmode/normal/_index.md b/english/php/aspose.barcode.recognition/deconvolutionmode/normal/_index.md deleted file mode 100644 index b2de4a63b..000000000 --- a/english/php/aspose.barcode.recognition/deconvolutionmode/normal/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DeconvolutionMode::NORMAL" -linktitle: "NORMAL" -articleTitle: "NORMAL" -second_title: "Aspose.BarCode for PHP via Java" -description: "Enables normal deconvolution methods for common images." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/deconvolutionmode/normal/ ---- - -## DeconvolutionMode::NORMAL Enum Value - -**Value:** `1` - - -Enables normal deconvolution methods for common images. - diff --git a/english/php/aspose.barcode.recognition/deconvolutionmode/slow/_index.md b/english/php/aspose.barcode.recognition/deconvolutionmode/slow/_index.md deleted file mode 100644 index 93e4a3265..000000000 --- a/english/php/aspose.barcode.recognition/deconvolutionmode/slow/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "DeconvolutionMode::SLOW" -linktitle: "SLOW" -articleTitle: "SLOW" -second_title: "Aspose.BarCode for PHP via Java" -description: "Enables slow deconvolution methods for low quality images." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/deconvolutionmode/slow/ ---- - -## DeconvolutionMode::SLOW Enum Value - -**Value:** `2` - - -Enables slow deconvolution methods for low quality images. - diff --git a/english/php/aspose.barcode.recognition/dotcodeextendedparameters/_index.md b/english/php/aspose.barcode.recognition/dotcodeextendedparameters/_index.md index c846f7171..f5895052b 100644 --- a/english/php/aspose.barcode.recognition/dotcodeextendedparameters/_index.md +++ b/english/php/aspose.barcode.recognition/dotcodeextendedparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "DotCodeExtendedParameters Class" +title: "DotCodeExtendedParameters" linktitle: "DotCodeExtendedParameters" -articleTitle: "DotCodeExtendedParameters" second_title: "Aspose.BarCode for PHP via Java" description: "Stores special data of DotCode recognized barcode" type: docs @@ -21,20 +20,65 @@ Stores special data of DotCode recognized barcode | Name | Description | | --- | --- | -| [__construct](./dotcodeextendedparameters/) | | +| [__construct](#constructor) | | ## Methods | Name | Static | Description | | --- | --- | --- | -| [isReaderInitialization](./isreaderinitialization/) | No | Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false. | +| [isReaderInitialization](#isreaderinitialization) | No | Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false. | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [DotCodeIsReaderInitialization](./dotcodeisreaderinitialization/) | Read-only | Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false. | -| [DotCodeStructuredAppendModeBarcodeId](./dotcodestructuredappendmodebarcodeid/) | Read-only | Gets the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. Value: The ID of the DotCode structured append mode barcode. | -| [DotCodeStructuredAppendModeBarcodesCount](./dotcodestructuredappendmodebarcodescount/) | Read-only | Gets the DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. Value: The count of the DotCode structured append mode barcode. | -| [StructuredAppendModeBarcodeId](./structuredappendmodebarcodeid/) | Read-only | Gets the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. Value: The ID of the DotCode structured append mode barcode. | -| [StructuredAppendModeBarcodesCount](./structuredappendmodebarcodescount/) | Read-only | Gets the DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. Value: The count of the DotCode structured append mode barcode. | +| [DotCodeIsReaderInitialization](#dotcodeisreaderinitialization) | Read-only | Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false. | +| [DotCodeStructuredAppendModeBarcodeId](#dotcodestructuredappendmodebarcodeid) | Read-only | Gets the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. Value: The ID of the DotCode structured append mode barcode. | +| [DotCodeStructuredAppendModeBarcodesCount](#dotcodestructuredappendmodebarcodescount) | Read-only | Gets the DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. Value: The count of the DotCode structured append mode barcode. | +| [StructuredAppendModeBarcodeId](#structuredappendmodebarcodeid) | Read-only | Gets the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. Value: The ID of the DotCode structured append mode barcode. | +| [StructuredAppendModeBarcodesCount](#structuredappendmodebarcodescount) | Read-only | Gets the DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. Value: The count of the DotCode structured append mode barcode. | + +### DotCodeExtendedParameters__construct(DotCodeExtendedParametersDTO $dotCodeExtendedParametersDTO) {#constructor} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$dotCodeExtendedParametersDTO` | `DotCodeExtendedParametersDTO` | | + +### isReaderInitializationisReaderInitialization() {#isreaderinitialization} + +Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false. + +### DotCodeIsReaderInitialization {#dotcodeisreaderinitialization} + +**Access:** Read-only + +Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false. + +### DotCodeStructuredAppendModeBarcodeId {#dotcodestructuredappendmodebarcodeid} + +**Access:** Read-only + +Gets the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. Value: The ID of the DotCode structured append mode barcode. + +### DotCodeStructuredAppendModeBarcodesCount {#dotcodestructuredappendmodebarcodescount} + +**Access:** Read-only + +Gets the DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. Value: The count of the DotCode structured append mode barcode. + +### StructuredAppendModeBarcodeId {#structuredappendmodebarcodeid} + +**Access:** Read-only + +**Returns:** the ID of the DotCode structured append mode barcode. + +Gets the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. Value: The ID of the DotCode structured append mode barcode. + +### StructuredAppendModeBarcodesCount {#structuredappendmodebarcodescount} + +**Access:** Read-only + +**Returns:** the DotCode structured append mode barcodes count. + +Gets the DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. Value: The count of the DotCode structured append mode barcode. + diff --git a/english/php/aspose.barcode.recognition/dotcodeextendedparameters/dotcodeextendedparameters/_index.md b/english/php/aspose.barcode.recognition/dotcodeextendedparameters/dotcodeextendedparameters/_index.md deleted file mode 100644 index 631487e4d..000000000 --- a/english/php/aspose.barcode.recognition/dotcodeextendedparameters/dotcodeextendedparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DotCodeExtendedParameters" -linktitle: "DotCodeExtendedParameters" -articleTitle: "DotCodeExtendedParameters" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/dotcodeextendedparameters/dotcodeextendedparameters/ ---- - -## DotCodeExtendedParameters Constructor - -```php -__construct(DotCodeExtendedParametersDTO $dotCodeExtendedParametersDTO) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$dotCodeExtendedParametersDTO` | `DotCodeExtendedParametersDTO` | | diff --git a/english/php/aspose.barcode.recognition/dotcodeextendedparameters/dotcodeisreaderinitialization/_index.md b/english/php/aspose.barcode.recognition/dotcodeextendedparameters/dotcodeisreaderinitialization/_index.md deleted file mode 100644 index ab8f6e1fb..000000000 --- a/english/php/aspose.barcode.recognition/dotcodeextendedparameters/dotcodeisreaderinitialization/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "DotCodeExtendedParameters.DotCodeIsReaderInitialization" -linktitle: "DotCodeIsReaderInitialization" -articleTitle: "DotCodeIsReaderInitialization" -second_title: "Aspose.BarCode for PHP via Java" -description: "Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/dotcodeextendedparameters/dotcodeisreaderinitialization/ ---- - -## DotCodeExtendedParameters.DotCodeIsReaderInitialization - -**Access:** Read-only - - -### Get - -Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false. - diff --git a/english/php/aspose.barcode.recognition/dotcodeextendedparameters/dotcodestructuredappendmodebarcodeid/_index.md b/english/php/aspose.barcode.recognition/dotcodeextendedparameters/dotcodestructuredappendmodebarcodeid/_index.md deleted file mode 100644 index a670cb284..000000000 --- a/english/php/aspose.barcode.recognition/dotcodeextendedparameters/dotcodestructuredappendmodebarcodeid/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "DotCodeExtendedParameters.DotCodeStructuredAppendModeBarcodeId" -linktitle: "DotCodeStructuredAppendModeBarcodeId" -articleTitle: "DotCodeStructuredAppendModeBarcodeId" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. Value: The ID of the DotCode structured append mode barcod" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/dotcodeextendedparameters/dotcodestructuredappendmodebarcodeid/ ---- - -## DotCodeExtendedParameters.DotCodeStructuredAppendModeBarcodeId - -**Access:** Read-only - - -### Get - -Gets the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. Value: The ID of the DotCode structured append mode barcode. - diff --git a/english/php/aspose.barcode.recognition/dotcodeextendedparameters/dotcodestructuredappendmodebarcodescount/_index.md b/english/php/aspose.barcode.recognition/dotcodeextendedparameters/dotcodestructuredappendmodebarcodescount/_index.md deleted file mode 100644 index 5f4dc9b1e..000000000 --- a/english/php/aspose.barcode.recognition/dotcodeextendedparameters/dotcodestructuredappendmodebarcodescount/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "DotCodeExtendedParameters.DotCodeStructuredAppendModeBarcodesCount" -linktitle: "DotCodeStructuredAppendModeBarcodesCount" -articleTitle: "DotCodeStructuredAppendModeBarcodesCount" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets the DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. Value: The count of the DotCode structured append mode barcode." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/dotcodeextendedparameters/dotcodestructuredappendmodebarcodescount/ ---- - -## DotCodeExtendedParameters.DotCodeStructuredAppendModeBarcodesCount - -**Access:** Read-only - - -### Get - -Gets the DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. Value: The count of the DotCode structured append mode barcode. - diff --git a/english/php/aspose.barcode.recognition/dotcodeextendedparameters/isreaderinitialization/_index.md b/english/php/aspose.barcode.recognition/dotcodeextendedparameters/isreaderinitialization/_index.md deleted file mode 100644 index 61fc3ad98..000000000 --- a/english/php/aspose.barcode.recognition/dotcodeextendedparameters/isreaderinitialization/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "DotCodeExtendedParameters.isReaderInitialization" -linktitle: "isReaderInitialization" -articleTitle: "isReaderInitialization" -second_title: "Aspose.BarCode for PHP via Java" -description: "Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/dotcodeextendedparameters/isreaderinitialization/ ---- - -## DotCodeExtendedParameters.isReaderInitialization - -```php -isReaderInitialization() -``` - - -Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false. - diff --git a/english/php/aspose.barcode.recognition/dotcodeextendedparameters/structuredappendmodebarcodeid/_index.md b/english/php/aspose.barcode.recognition/dotcodeextendedparameters/structuredappendmodebarcodeid/_index.md deleted file mode 100644 index 0efb2c2b4..000000000 --- a/english/php/aspose.barcode.recognition/dotcodeextendedparameters/structuredappendmodebarcodeid/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "DotCodeExtendedParameters.StructuredAppendModeBarcodeId" -linktitle: "StructuredAppendModeBarcodeId" -articleTitle: "StructuredAppendModeBarcodeId" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. Value: The ID of the DotCode structured append mode barcod" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/dotcodeextendedparameters/structuredappendmodebarcodeid/ ---- - -## DotCodeExtendedParameters.StructuredAppendModeBarcodeId - -**Access:** Read-only - - -**Returns:** the ID of the DotCode structured append mode barcode. - - -### Get - -Gets the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. Value: The ID of the DotCode structured append mode barcode. - diff --git a/english/php/aspose.barcode.recognition/dotcodeextendedparameters/structuredappendmodebarcodescount/_index.md b/english/php/aspose.barcode.recognition/dotcodeextendedparameters/structuredappendmodebarcodescount/_index.md deleted file mode 100644 index 30158e864..000000000 --- a/english/php/aspose.barcode.recognition/dotcodeextendedparameters/structuredappendmodebarcodescount/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "DotCodeExtendedParameters.StructuredAppendModeBarcodesCount" -linktitle: "StructuredAppendModeBarcodesCount" -articleTitle: "StructuredAppendModeBarcodesCount" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets the DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. Value: The count of the DotCode structured append mode barcode." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/dotcodeextendedparameters/structuredappendmodebarcodescount/ ---- - -## DotCodeExtendedParameters.StructuredAppendModeBarcodesCount - -**Access:** Read-only - - -**Returns:** the DotCode structured append mode barcodes count. - - -### Get - -Gets the DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. Value: The count of the DotCode structured append mode barcode. - diff --git a/english/php/aspose.barcode.recognition/gs1compositebarextendedparameters/_index.md b/english/php/aspose.barcode.recognition/gs1compositebarextendedparameters/_index.md index 332634a46..bc2706e7b 100644 --- a/english/php/aspose.barcode.recognition/gs1compositebarextendedparameters/_index.md +++ b/english/php/aspose.barcode.recognition/gs1compositebarextendedparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "GS1CompositeBarExtendedParameters Class" +title: "GS1CompositeBarExtendedParameters" linktitle: "GS1CompositeBarExtendedParameters" -articleTitle: "GS1CompositeBarExtendedParameters" second_title: "Aspose.BarCode for PHP via Java" description: "Stores special data of recognized barcode" type: docs @@ -21,13 +20,44 @@ Stores special data of recognized barcode | Name | Description | | --- | --- | -| [__construct](./gs1compositebarextendedparameters/) | | +| [__construct](#constructor) | | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [OneDCodeText](./onedcodetext/) | Read-only | Gets the 1D (linear) barcode value of GS1 Composite Value: 1D barcode value | -| [OneDType](./onedtype/) | Read-only | Gets the 1D (linear) barcode type of GS1 Composite Value: 2D barcode type | -| [TwoDCodeText](./twodcodetext/) | Read-only | Gets the 2D barcode value of GS1 Composite Value: 2D barcode value | -| [TwoDType](./twodtype/) | Read-only | Gets the 2D barcode type of GS1 Composite Value: 2D barcode type | +| [OneDCodeText](#onedcodetext) | Read-only | Gets the 1D (linear) barcode value of GS1 Composite Value: 1D barcode value | +| [OneDType](#onedtype) | Read-only | Gets the 1D (linear) barcode type of GS1 Composite Value: 2D barcode type | +| [TwoDCodeText](#twodcodetext) | Read-only | Gets the 2D barcode value of GS1 Composite Value: 2D barcode value | +| [TwoDType](#twodtype) | Read-only | Gets the 2D barcode type of GS1 Composite Value: 2D barcode type | + +### GS1CompositeBarExtendedParameters__construct(GS1CompositeBarExtendedParametersDTO $gs1CompositeBarExtendedParameters) {#constructor} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$gs1CompositeBarExtendedParameters` | `GS1CompositeBarExtendedParametersDTO` | | + +### OneDCodeText {#onedcodetext} + +**Access:** Read-only + +Gets the 1D (linear) barcode value of GS1 Composite Value: 1D barcode value + +### OneDType {#onedtype} + +**Access:** Read-only + +Gets the 1D (linear) barcode type of GS1 Composite Value: 2D barcode type + +### TwoDCodeText {#twodcodetext} + +**Access:** Read-only + +Gets the 2D barcode value of GS1 Composite Value: 2D barcode value + +### TwoDType {#twodtype} + +**Access:** Read-only + +Gets the 2D barcode type of GS1 Composite Value: 2D barcode type + diff --git a/english/php/aspose.barcode.recognition/gs1compositebarextendedparameters/gs1compositebarextendedparameters/_index.md b/english/php/aspose.barcode.recognition/gs1compositebarextendedparameters/gs1compositebarextendedparameters/_index.md deleted file mode 100644 index 06e34d97a..000000000 --- a/english/php/aspose.barcode.recognition/gs1compositebarextendedparameters/gs1compositebarextendedparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "GS1CompositeBarExtendedParameters" -linktitle: "GS1CompositeBarExtendedParameters" -articleTitle: "GS1CompositeBarExtendedParameters" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/gs1compositebarextendedparameters/gs1compositebarextendedparameters/ ---- - -## GS1CompositeBarExtendedParameters Constructor - -```php -__construct(GS1CompositeBarExtendedParametersDTO $gs1CompositeBarExtendedParameters) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$gs1CompositeBarExtendedParameters` | `GS1CompositeBarExtendedParametersDTO` | | diff --git a/english/php/aspose.barcode.recognition/gs1compositebarextendedparameters/onedcodetext/_index.md b/english/php/aspose.barcode.recognition/gs1compositebarextendedparameters/onedcodetext/_index.md deleted file mode 100644 index ab793d368..000000000 --- a/english/php/aspose.barcode.recognition/gs1compositebarextendedparameters/onedcodetext/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "GS1CompositeBarExtendedParameters.OneDCodeText" -linktitle: "OneDCodeText" -articleTitle: "OneDCodeText" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets the 1D (linear) barcode value of GS1 Composite Value: 1D barcode value" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/gs1compositebarextendedparameters/onedcodetext/ ---- - -## GS1CompositeBarExtendedParameters.OneDCodeText - -**Access:** Read-only - - -### Get - -Gets the 1D (linear) barcode value of GS1 Composite Value: 1D barcode value - diff --git a/english/php/aspose.barcode.recognition/gs1compositebarextendedparameters/onedtype/_index.md b/english/php/aspose.barcode.recognition/gs1compositebarextendedparameters/onedtype/_index.md deleted file mode 100644 index 473c52dd4..000000000 --- a/english/php/aspose.barcode.recognition/gs1compositebarextendedparameters/onedtype/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "GS1CompositeBarExtendedParameters.OneDType" -linktitle: "OneDType" -articleTitle: "OneDType" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets the 1D (linear) barcode type of GS1 Composite Value: 2D barcode type" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/gs1compositebarextendedparameters/onedtype/ ---- - -## GS1CompositeBarExtendedParameters.OneDType - -**Access:** Read-only - - -### Get - -Gets the 1D (linear) barcode type of GS1 Composite Value: 2D barcode type - diff --git a/english/php/aspose.barcode.recognition/gs1compositebarextendedparameters/twodcodetext/_index.md b/english/php/aspose.barcode.recognition/gs1compositebarextendedparameters/twodcodetext/_index.md deleted file mode 100644 index 395085cdf..000000000 --- a/english/php/aspose.barcode.recognition/gs1compositebarextendedparameters/twodcodetext/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "GS1CompositeBarExtendedParameters.TwoDCodeText" -linktitle: "TwoDCodeText" -articleTitle: "TwoDCodeText" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets the 2D barcode value of GS1 Composite Value: 2D barcode value" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/gs1compositebarextendedparameters/twodcodetext/ ---- - -## GS1CompositeBarExtendedParameters.TwoDCodeText - -**Access:** Read-only - - -### Get - -Gets the 2D barcode value of GS1 Composite Value: 2D barcode value - diff --git a/english/php/aspose.barcode.recognition/gs1compositebarextendedparameters/twodtype/_index.md b/english/php/aspose.barcode.recognition/gs1compositebarextendedparameters/twodtype/_index.md deleted file mode 100644 index d3ad07ae5..000000000 --- a/english/php/aspose.barcode.recognition/gs1compositebarextendedparameters/twodtype/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "GS1CompositeBarExtendedParameters.TwoDType" -linktitle: "TwoDType" -articleTitle: "TwoDType" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets the 2D barcode type of GS1 Composite Value: 2D barcode type" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/gs1compositebarextendedparameters/twodtype/ ---- - -## GS1CompositeBarExtendedParameters.TwoDType - -**Access:** Read-only - - -### Get - -Gets the 2D barcode type of GS1 Composite Value: 2D barcode type - diff --git a/english/php/aspose.barcode.recognition/inverseimagemode/_index.md b/english/php/aspose.barcode.recognition/inverseimagemode/_index.md index 09409a5ce..e23640130 100644 --- a/english/php/aspose.barcode.recognition/inverseimagemode/_index.md +++ b/english/php/aspose.barcode.recognition/inverseimagemode/_index.md @@ -1,7 +1,6 @@ --- -title: "InverseImageMode Enum" +title: "InverseImageMode" linktitle: "InverseImageMode" -articleTitle: "InverseImageMode" second_title: "Aspose.BarCode for PHP via Java" description: "Mode which enables or disables additional recognition of barcodes on images with inverted colors (luminance)." type: docs @@ -21,6 +20,24 @@ Mode which enables or disables additional recognition of barcodes on images with | Name | Value | Description | | --- | --- | --- | -| [AUTO](./auto/) | `0` | At this time the same as Disabled. Disables additional recognition of barcodes on inverse images. | -| [DISABLED](./disabled/) | `1` | Disables additional recognition of barcodes on inverse images. | -| [ENABLED](./enabled/) | `2` | Enables additional recognition of barcodes on inverse images | +| [AUTO](#auto) | `0` | At this time the same as Disabled. Disables additional recognition of barcodes on inverse images. | +| [DISABLED](#disabled) | `1` | Disables additional recognition of barcodes on inverse images. | +| [ENABLED](#enabled) | `2` | Enables additional recognition of barcodes on inverse images | +### AUTO {#auto} + +**Value:** `0` + +At this time the same as Disabled. Disables additional recognition of barcodes on inverse images. + +### DISABLED {#disabled} + +**Value:** `1` + +Disables additional recognition of barcodes on inverse images. + +### ENABLED {#enabled} + +**Value:** `2` + +Enables additional recognition of barcodes on inverse images + diff --git a/english/php/aspose.barcode.recognition/inverseimagemode/auto/_index.md b/english/php/aspose.barcode.recognition/inverseimagemode/auto/_index.md deleted file mode 100644 index 4348421ba..000000000 --- a/english/php/aspose.barcode.recognition/inverseimagemode/auto/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "InverseImageMode::AUTO" -linktitle: "AUTO" -articleTitle: "AUTO" -second_title: "Aspose.BarCode for PHP via Java" -description: "At this time the same as Disabled. Disables additional recognition of barcodes on inverse images." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/inverseimagemode/auto/ ---- - -## InverseImageMode::AUTO Enum Value - -**Value:** `0` - - -At this time the same as Disabled. Disables additional recognition of barcodes on inverse images. - diff --git a/english/php/aspose.barcode.recognition/inverseimagemode/disabled/_index.md b/english/php/aspose.barcode.recognition/inverseimagemode/disabled/_index.md deleted file mode 100644 index 96261c4f9..000000000 --- a/english/php/aspose.barcode.recognition/inverseimagemode/disabled/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "InverseImageMode::DISABLED" -linktitle: "DISABLED" -articleTitle: "DISABLED" -second_title: "Aspose.BarCode for PHP via Java" -description: "Disables additional recognition of barcodes on inverse images." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/inverseimagemode/disabled/ ---- - -## InverseImageMode::DISABLED Enum Value - -**Value:** `1` - - -Disables additional recognition of barcodes on inverse images. - diff --git a/english/php/aspose.barcode.recognition/inverseimagemode/enabled/_index.md b/english/php/aspose.barcode.recognition/inverseimagemode/enabled/_index.md deleted file mode 100644 index a1bbfd399..000000000 --- a/english/php/aspose.barcode.recognition/inverseimagemode/enabled/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "InverseImageMode::ENABLED" -linktitle: "ENABLED" -articleTitle: "ENABLED" -second_title: "Aspose.BarCode for PHP via Java" -description: "Enables additional recognition of barcodes on inverse images" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/inverseimagemode/enabled/ ---- - -## InverseImageMode::ENABLED Enum Value - -**Value:** `2` - - -Enables additional recognition of barcodes on inverse images - diff --git a/english/php/aspose.barcode.recognition/maxicodeextendedparameters/_index.md b/english/php/aspose.barcode.recognition/maxicodeextendedparameters/_index.md index ec985ef42..8f2216ee0 100644 --- a/english/php/aspose.barcode.recognition/maxicodeextendedparameters/_index.md +++ b/english/php/aspose.barcode.recognition/maxicodeextendedparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "MaxiCodeExtendedParameters Class" +title: "MaxiCodeExtendedParameters" linktitle: "MaxiCodeExtendedParameters" -articleTitle: "MaxiCodeExtendedParameters" second_title: "Aspose.BarCode for PHP via Java" description: "Stores a MaxiCode additional information of recognized barcode" type: docs @@ -21,15 +20,82 @@ Stores a MaxiCode additional information of recognized barcode | Name | Description | | --- | --- | -| [__construct](./maxicodeextendedparameters/) | | +| [__construct](#constructor) | | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [MaxiCodeMode](./maxicodemode/) | Read/Write | Gets a MaxiCode encode mode. Default value: Mode4 | -| [MaxiCodeStructuredAppendModeBarcodeId](./maxicodestructuredappendmodebarcodeid/) | Read/Write | Gets a MaxiCode barcode id in structured append mode. Default value: 0 | -| [MaxiCodeStructuredAppendModeBarcodesCount](./maxicodestructuredappendmodebarcodescount/) | Read/Write | Gets a MaxiCode barcodes count in structured append mode. Default value: -1 | -| [Mode](./mode/) | Read-only | Gets a MaxiCode encode mode. Default value: Mode4 | -| [StructuredAppendModeBarcodeId](./structuredappendmodebarcodeid/) | Read-only | Gets a MaxiCode barcode id in structured append mode. Default value: 0 | -| [StructuredAppendModeBarcodesCount](./structuredappendmodebarcodescount/) | Read-only | Gets a MaxiCode barcodes count in structured append mode. Default value: -1 | +| [MaxiCodeMode](#maxicodemode) | Read/Write | Gets a MaxiCode encode mode. Default value: Mode4 | +| [MaxiCodeStructuredAppendModeBarcodeId](#maxicodestructuredappendmodebarcodeid) | Read/Write | Gets a MaxiCode barcode id in structured append mode. Default value: 0 | +| [MaxiCodeStructuredAppendModeBarcodesCount](#maxicodestructuredappendmodebarcodescount) | Read/Write | Gets a MaxiCode barcodes count in structured append mode. Default value: -1 | +| [Mode](#mode) | Read-only | Gets a MaxiCode encode mode. Default value: Mode4 | +| [StructuredAppendModeBarcodeId](#structuredappendmodebarcodeid) | Read-only | Gets a MaxiCode barcode id in structured append mode. Default value: 0 | +| [StructuredAppendModeBarcodesCount](#structuredappendmodebarcodescount) | Read-only | Gets a MaxiCode barcodes count in structured append mode. Default value: -1 | + +### MaxiCodeExtendedParameters__construct(MaxiCodeExtendedParametersDTO $maxiCodeExtendedParametersDTO) {#constructor} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$maxiCodeExtendedParametersDTO` | `MaxiCodeExtendedParametersDTO` | | + +### MaxiCodeMode {#maxicodemode} + +**Access:** Read/Write + +Gets a MaxiCode encode mode. Default value: Mode4 + +Sets a MaxiCode encode mode. Default value: Mode4 + +| Parameter | Type | Description | +| --- | --- | --- | +| `$maxiCodeMode` | `int` | | + +### MaxiCodeStructuredAppendModeBarcodeId {#maxicodestructuredappendmodebarcodeid} + +**Access:** Read/Write + +Gets a MaxiCode barcode id in structured append mode. Default value: 0 + +Sets a MaxiCode barcode id in structured append mode. Default value: 0 + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### MaxiCodeStructuredAppendModeBarcodesCount {#maxicodestructuredappendmodebarcodescount} + +**Access:** Read/Write + +Gets a MaxiCode barcodes count in structured append mode. Default value: -1 + +Sets a MaxiCode barcodes count in structured append mode. Default value: -1 + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + +### Mode {#mode} + +**Access:** Read-only + +**Returns:** a MaxiCode encode mode. + +Gets a MaxiCode encode mode. Default value: Mode4 + +### StructuredAppendModeBarcodeId {#structuredappendmodebarcodeid} + +**Access:** Read-only + +**Returns:** a MaxiCode barcode id in structured append mode. + +Gets a MaxiCode barcode id in structured append mode. Default value: 0 + +### StructuredAppendModeBarcodesCount {#structuredappendmodebarcodescount} + +**Access:** Read-only + +**Returns:** a MaxiCode barcodes count in structured append mode. + +Gets a MaxiCode barcodes count in structured append mode. Default value: -1 + diff --git a/english/php/aspose.barcode.recognition/maxicodeextendedparameters/maxicodeextendedparameters/_index.md b/english/php/aspose.barcode.recognition/maxicodeextendedparameters/maxicodeextendedparameters/_index.md deleted file mode 100644 index 0d059cb66..000000000 --- a/english/php/aspose.barcode.recognition/maxicodeextendedparameters/maxicodeextendedparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "MaxiCodeExtendedParameters" -linktitle: "MaxiCodeExtendedParameters" -articleTitle: "MaxiCodeExtendedParameters" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/maxicodeextendedparameters/maxicodeextendedparameters/ ---- - -## MaxiCodeExtendedParameters Constructor - -```php -__construct(MaxiCodeExtendedParametersDTO $maxiCodeExtendedParametersDTO) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$maxiCodeExtendedParametersDTO` | `MaxiCodeExtendedParametersDTO` | | diff --git a/english/php/aspose.barcode.recognition/maxicodeextendedparameters/maxicodemode/_index.md b/english/php/aspose.barcode.recognition/maxicodeextendedparameters/maxicodemode/_index.md deleted file mode 100644 index bf7254334..000000000 --- a/english/php/aspose.barcode.recognition/maxicodeextendedparameters/maxicodemode/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "MaxiCodeExtendedParameters.MaxiCodeMode" -linktitle: "MaxiCodeMode" -articleTitle: "MaxiCodeMode" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets a MaxiCode encode mode. Default value: Mode4" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/maxicodeextendedparameters/maxicodemode/ ---- - -## MaxiCodeExtendedParameters.MaxiCodeMode - -**Access:** Read/Write - - -### Get - -Gets a MaxiCode encode mode. Default value: Mode4 - - -### Set - -Sets a MaxiCode encode mode. Default value: Mode4 - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$maxiCodeMode` | `int` | | diff --git a/english/php/aspose.barcode.recognition/maxicodeextendedparameters/maxicodestructuredappendmodebarcodeid/_index.md b/english/php/aspose.barcode.recognition/maxicodeextendedparameters/maxicodestructuredappendmodebarcodeid/_index.md deleted file mode 100644 index eb1e6f670..000000000 --- a/english/php/aspose.barcode.recognition/maxicodeextendedparameters/maxicodestructuredappendmodebarcodeid/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "MaxiCodeExtendedParameters.MaxiCodeStructuredAppendModeBarcodeId" -linktitle: "MaxiCodeStructuredAppendModeBarcodeId" -articleTitle: "MaxiCodeStructuredAppendModeBarcodeId" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets a MaxiCode barcode id in structured append mode. Default value: 0" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/maxicodeextendedparameters/maxicodestructuredappendmodebarcodeid/ ---- - -## MaxiCodeExtendedParameters.MaxiCodeStructuredAppendModeBarcodeId - -**Access:** Read/Write - - -### Get - -Gets a MaxiCode barcode id in structured append mode. Default value: 0 - - -### Set - -Sets a MaxiCode barcode id in structured append mode. Default value: 0 - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.recognition/maxicodeextendedparameters/maxicodestructuredappendmodebarcodescount/_index.md b/english/php/aspose.barcode.recognition/maxicodeextendedparameters/maxicodestructuredappendmodebarcodescount/_index.md deleted file mode 100644 index 9436490e5..000000000 --- a/english/php/aspose.barcode.recognition/maxicodeextendedparameters/maxicodestructuredappendmodebarcodescount/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "MaxiCodeExtendedParameters.MaxiCodeStructuredAppendModeBarcodesCount" -linktitle: "MaxiCodeStructuredAppendModeBarcodesCount" -articleTitle: "MaxiCodeStructuredAppendModeBarcodesCount" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets a MaxiCode barcodes count in structured append mode. Default value: -1" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/maxicodeextendedparameters/maxicodestructuredappendmodebarcodescount/ ---- - -## MaxiCodeExtendedParameters.MaxiCodeStructuredAppendModeBarcodesCount - -**Access:** Read/Write - - -### Get - -Gets a MaxiCode barcodes count in structured append mode. Default value: -1 - - -### Set - -Sets a MaxiCode barcodes count in structured append mode. Default value: -1 - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.recognition/maxicodeextendedparameters/mode/_index.md b/english/php/aspose.barcode.recognition/maxicodeextendedparameters/mode/_index.md deleted file mode 100644 index 64ddb6008..000000000 --- a/english/php/aspose.barcode.recognition/maxicodeextendedparameters/mode/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "MaxiCodeExtendedParameters.Mode" -linktitle: "Mode" -articleTitle: "Mode" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets a MaxiCode encode mode. Default value: Mode4" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/maxicodeextendedparameters/mode/ ---- - -## MaxiCodeExtendedParameters.Mode - -**Access:** Read-only - - -**Returns:** a MaxiCode encode mode. - - -### Get - -Gets a MaxiCode encode mode. Default value: Mode4 - diff --git a/english/php/aspose.barcode.recognition/maxicodeextendedparameters/structuredappendmodebarcodeid/_index.md b/english/php/aspose.barcode.recognition/maxicodeextendedparameters/structuredappendmodebarcodeid/_index.md deleted file mode 100644 index 84bfdeefc..000000000 --- a/english/php/aspose.barcode.recognition/maxicodeextendedparameters/structuredappendmodebarcodeid/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "MaxiCodeExtendedParameters.StructuredAppendModeBarcodeId" -linktitle: "StructuredAppendModeBarcodeId" -articleTitle: "StructuredAppendModeBarcodeId" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets a MaxiCode barcode id in structured append mode. Default value: 0" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/maxicodeextendedparameters/structuredappendmodebarcodeid/ ---- - -## MaxiCodeExtendedParameters.StructuredAppendModeBarcodeId - -**Access:** Read-only - - -**Returns:** a MaxiCode barcode id in structured append mode. - - -### Get - -Gets a MaxiCode barcode id in structured append mode. Default value: 0 - diff --git a/english/php/aspose.barcode.recognition/maxicodeextendedparameters/structuredappendmodebarcodescount/_index.md b/english/php/aspose.barcode.recognition/maxicodeextendedparameters/structuredappendmodebarcodescount/_index.md deleted file mode 100644 index e4820dad5..000000000 --- a/english/php/aspose.barcode.recognition/maxicodeextendedparameters/structuredappendmodebarcodescount/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "MaxiCodeExtendedParameters.StructuredAppendModeBarcodesCount" -linktitle: "StructuredAppendModeBarcodesCount" -articleTitle: "StructuredAppendModeBarcodesCount" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets a MaxiCode barcodes count in structured append mode. Default value: -1" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/maxicodeextendedparameters/structuredappendmodebarcodescount/ ---- - -## MaxiCodeExtendedParameters.StructuredAppendModeBarcodesCount - -**Access:** Read-only - - -**Returns:** a MaxiCode barcodes count in structured append mode. - - -### Get - -Gets a MaxiCode barcodes count in structured append mode. Default value: -1 - diff --git a/english/php/aspose.barcode.recognition/onedextendedparameters/_index.md b/english/php/aspose.barcode.recognition/onedextendedparameters/_index.md index fe6e7088f..8501e102d 100644 --- a/english/php/aspose.barcode.recognition/onedextendedparameters/_index.md +++ b/english/php/aspose.barcode.recognition/onedextendedparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "OneDExtendedParameters Class" +title: "OneDExtendedParameters" linktitle: "OneDExtendedParameters" -articleTitle: "OneDExtendedParameters" second_title: "Aspose.BarCode for PHP via Java" description: "Stores special data of 1D recognized barcode like separate codetext and checksum This sample shows how to get 1D barcode value and checksum" type: docs @@ -21,17 +20,42 @@ Stores special data of 1D recognized barcode like separate codetext and checksum | Name | Description | | --- | --- | -| [__construct](./onedextendedparameters/) | | +| [__construct](#constructor) | | ## Methods | Name | Static | Description | | --- | --- | --- | -| [isEmpty](./isempty/) | No | Tests whether all parameters has only default values | +| [isEmpty](#isempty) | No | Tests whether all parameters has only default values | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [CheckSum](./checksum/) | Read-only | Gets the checksum for 1D barcodes. Value: The checksum for 1D barcode. | -| [Value](./value/) | Read-only | Gets the codetext of 1D barcodes without checksum. Value: The codetext of 1D barcodes without checksum. | +| [CheckSum](#checksum) | Read-only | Gets the checksum for 1D barcodes. Value: The checksum for 1D barcode. | +| [Value](#value) | Read-only | Gets the codetext of 1D barcodes without checksum. Value: The codetext of 1D barcodes without checksum. | + +### OneDExtendedParameters__construct(OneDExtendedParametersDTO $oneDExtendedParametersDTO) {#constructor} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$oneDExtendedParametersDTO` | `OneDExtendedParametersDTO` | | + +### isEmptyisEmpty() {#isempty} + +Tests whether all parameters has only default values + +**Returns:** bool Returns { true} if all parameters has only default values; otherwise, { false}. + +### CheckSum {#checksum} + +**Access:** Read-only + +Gets the checksum for 1D barcodes. Value: The checksum for 1D barcode. + +### Value {#value} + +**Access:** Read-only + +Gets the codetext of 1D barcodes without checksum. Value: The codetext of 1D barcodes without checksum. + diff --git a/english/php/aspose.barcode.recognition/onedextendedparameters/checksum/_index.md b/english/php/aspose.barcode.recognition/onedextendedparameters/checksum/_index.md deleted file mode 100644 index deacaee57..000000000 --- a/english/php/aspose.barcode.recognition/onedextendedparameters/checksum/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "OneDExtendedParameters.CheckSum" -linktitle: "CheckSum" -articleTitle: "CheckSum" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets the checksum for 1D barcodes. Value: The checksum for 1D barcode." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/onedextendedparameters/checksum/ ---- - -## OneDExtendedParameters.CheckSum - -**Access:** Read-only - - -### Get - -Gets the checksum for 1D barcodes. Value: The checksum for 1D barcode. - diff --git a/english/php/aspose.barcode.recognition/onedextendedparameters/isempty/_index.md b/english/php/aspose.barcode.recognition/onedextendedparameters/isempty/_index.md deleted file mode 100644 index a5fbcf8e5..000000000 --- a/english/php/aspose.barcode.recognition/onedextendedparameters/isempty/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "OneDExtendedParameters.isEmpty" -linktitle: "isEmpty" -articleTitle: "isEmpty" -second_title: "Aspose.BarCode for PHP via Java" -description: "Tests whether all parameters has only default values" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/onedextendedparameters/isempty/ ---- - -## OneDExtendedParameters.isEmpty - -```php -isEmpty() -``` - - -Tests whether all parameters has only default values - - -**Returns:** bool Returns { true} if all parameters has only default values; otherwise, { false}. - diff --git a/english/php/aspose.barcode.recognition/onedextendedparameters/onedextendedparameters/_index.md b/english/php/aspose.barcode.recognition/onedextendedparameters/onedextendedparameters/_index.md deleted file mode 100644 index b0ac7c23c..000000000 --- a/english/php/aspose.barcode.recognition/onedextendedparameters/onedextendedparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "OneDExtendedParameters" -linktitle: "OneDExtendedParameters" -articleTitle: "OneDExtendedParameters" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/onedextendedparameters/onedextendedparameters/ ---- - -## OneDExtendedParameters Constructor - -```php -__construct(OneDExtendedParametersDTO $oneDExtendedParametersDTO) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$oneDExtendedParametersDTO` | `OneDExtendedParametersDTO` | | diff --git a/english/php/aspose.barcode.recognition/onedextendedparameters/value/_index.md b/english/php/aspose.barcode.recognition/onedextendedparameters/value/_index.md deleted file mode 100644 index 9591e8fde..000000000 --- a/english/php/aspose.barcode.recognition/onedextendedparameters/value/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "OneDExtendedParameters.Value" -linktitle: "Value" -articleTitle: "Value" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets the codetext of 1D barcodes without checksum. Value: The codetext of 1D barcodes without checksum." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/onedextendedparameters/value/ ---- - -## OneDExtendedParameters.Value - -**Access:** Read-only - - -### Get - -Gets the codetext of 1D barcodes without checksum. Value: The codetext of 1D barcodes without checksum. - diff --git a/english/php/aspose.barcode.recognition/pdf417extendedparameters/_index.md b/english/php/aspose.barcode.recognition/pdf417extendedparameters/_index.md index 4c1db0531..76951d102 100644 --- a/english/php/aspose.barcode.recognition/pdf417extendedparameters/_index.md +++ b/english/php/aspose.barcode.recognition/pdf417extendedparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "Pdf417ExtendedParameters Class" +title: "Pdf417ExtendedParameters" linktitle: "Pdf417ExtendedParameters" -articleTitle: "Pdf417ExtendedParameters" second_title: "Aspose.BarCode for PHP via Java" description: "Stores a MacroPdf417 metadata information of recognized barcode This sample shows how to get Macro Pdf417 metadata" type: docs @@ -21,27 +20,120 @@ Stores a MacroPdf417 metadata information of recognized barcode This sample show | Name | Description | | --- | --- | -| [__construct](./pdf417extendedparameters/) | | +| [__construct](#constructor) | | ## Methods | Name | Static | Description | | --- | --- | --- | -| [isCode128Emulation](./iscode128emulation/) | No | Flag that indicates that the MicroPdf417 barcode encoded with 908, 909, 910 or 911 Code 128 emulation codewords. | -| [isLinked](./islinked/) | No | Flag that indicates that the barcode must be linked to 1D barcode. Value: Linkage flag | -| [isReaderInitialization](./isreaderinitialization/) | No | Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. Value: Reader initialization flag | +| [isCode128Emulation](#iscode128emulation) | No | Flag that indicates that the MicroPdf417 barcode encoded with 908, 909, 910 or 911 Code 128 emulation codewords. | +| [isLinked](#islinked) | No | Flag that indicates that the barcode must be linked to 1D barcode. Value: Linkage flag | +| [isReaderInitialization](#isreaderinitialization) | No | Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. Value: Reader initialization flag | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [MacroPdf417Addressee](./macropdf417addressee/) | Read-only | Macro PDF417 addressee name (optional). | -| [MacroPdf417Checksum](./macropdf417checksum/) | Read-only | Macro PDF417 checksum (optional). | -| [MacroPdf417FileID](./macropdf417fileid/) | Read-only | Gets the file ID of the barcode, only available with MacroPdf417.Value: The file ID for MacroPdf417 | -| [MacroPdf417FileName](./macropdf417filename/) | Read-only | Macro PDF417 file name (optional). | -| [MacroPdf417FileSize](./macropdf417filesize/) | Read-only | Macro PDF417 file size (optional). | -| [MacroPdf417SegmentID](./macropdf417segmentid/) | Read-only | Gets the segment ID of the barcode,only available with MacroPdf417.Value: The segment ID of the barcode. | -| [MacroPdf417SegmentsCount](./macropdf417segmentscount/) | Read-only | Gets macro pdf417 barcode segments count. Default value is -1.Value: Segments count. | -| [MacroPdf417Sender](./macropdf417sender/) | Read-only | Macro PDF417 sender name (optional). | -| [MacroPdf417Terminator](./macropdf417terminator/) | Read-only | Indicates whether the segment is the last segment of a Macro PDF417 file. | -| [MacroPdf417TimeStamp](./macropdf417timestamp/) | Read-only | Macro PDF417 time stamp (optional). | +| [MacroPdf417Addressee](#macropdf417addressee) | Read-only | Macro PDF417 addressee name (optional). | +| [MacroPdf417Checksum](#macropdf417checksum) | Read-only | Macro PDF417 checksum (optional). | +| [MacroPdf417FileID](#macropdf417fileid) | Read-only | Gets the file ID of the barcode, only available with MacroPdf417.Value: The file ID for MacroPdf417 | +| [MacroPdf417FileName](#macropdf417filename) | Read-only | Macro PDF417 file name (optional). | +| [MacroPdf417FileSize](#macropdf417filesize) | Read-only | Macro PDF417 file size (optional). | +| [MacroPdf417SegmentID](#macropdf417segmentid) | Read-only | Gets the segment ID of the barcode,only available with MacroPdf417.Value: The segment ID of the barcode. | +| [MacroPdf417SegmentsCount](#macropdf417segmentscount) | Read-only | Gets macro pdf417 barcode segments count. Default value is -1.Value: Segments count. | +| [MacroPdf417Sender](#macropdf417sender) | Read-only | Macro PDF417 sender name (optional). | +| [MacroPdf417Terminator](#macropdf417terminator) | Read-only | Indicates whether the segment is the last segment of a Macro PDF417 file. | +| [MacroPdf417TimeStamp](#macropdf417timestamp) | Read-only | Macro PDF417 time stamp (optional). | + +### Pdf417ExtendedParameters__construct(Pdf417ExtendedParametersDTO $pdf417ExtendedParametersDTO) {#constructor} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$pdf417ExtendedParametersDTO` | `Pdf417ExtendedParametersDTO` | | + +### isCode128EmulationisCode128Emulation() {#iscode128emulation} + +Flag that indicates that the MicroPdf417 barcode encoded with 908, 909, 910 or 911 Code 128 emulation codewords. + +**Returns:** bool 128 emulation flag + +### isLinkedisLinked() {#islinked} + +Flag that indicates that the barcode must be linked to 1D barcode. Value: Linkage flag + +### isReaderInitializationisReaderInitialization() {#isreaderinitialization} + +Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. Value: Reader initialization flag + +### MacroPdf417Addressee {#macropdf417addressee} + +**Access:** Read-only + +**Returns:** string Addressee name. + +Macro PDF417 addressee name (optional). + +### MacroPdf417Checksum {#macropdf417checksum} + +**Access:** Read-only + +**Returns:** int Checksum. + +Macro PDF417 checksum (optional). + +### MacroPdf417FileID {#macropdf417fileid} + +**Access:** Read-only + +Gets the file ID of the barcode, only available with MacroPdf417.Value: The file ID for MacroPdf417 + +### MacroPdf417FileName {#macropdf417filename} + +**Access:** Read-only + +**Returns:** string File name. + +Macro PDF417 file name (optional). + +### MacroPdf417FileSize {#macropdf417filesize} + +**Access:** Read-only + +**Returns:** int File size. + +Macro PDF417 file size (optional). + +### MacroPdf417SegmentID {#macropdf417segmentid} + +**Access:** Read-only + +Gets the segment ID of the barcode,only available with MacroPdf417.Value: The segment ID of the barcode. + +### MacroPdf417SegmentsCount {#macropdf417segmentscount} + +**Access:** Read-only + +Gets macro pdf417 barcode segments count. Default value is -1.Value: Segments count. + +### MacroPdf417Sender {#macropdf417sender} + +**Access:** Read-only + +**Returns:** string Sender name + +Macro PDF417 sender name (optional). + +### MacroPdf417Terminator {#macropdf417terminator} + +**Access:** Read-only + +Indicates whether the segment is the last segment of a Macro PDF417 file. + +### MacroPdf417TimeStamp {#macropdf417timestamp} + +**Access:** Read-only + +**Returns:** DateTime Time stamp. + +Macro PDF417 time stamp (optional). + diff --git a/english/php/aspose.barcode.recognition/pdf417extendedparameters/iscode128emulation/_index.md b/english/php/aspose.barcode.recognition/pdf417extendedparameters/iscode128emulation/_index.md deleted file mode 100644 index fdb5d54b5..000000000 --- a/english/php/aspose.barcode.recognition/pdf417extendedparameters/iscode128emulation/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "Pdf417ExtendedParameters.isCode128Emulation" -linktitle: "isCode128Emulation" -articleTitle: "isCode128Emulation" -second_title: "Aspose.BarCode for PHP via Java" -description: "Flag that indicates that the MicroPdf417 barcode encoded with 908, 909, 910 or 911 Code 128 emulation codewords." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/pdf417extendedparameters/iscode128emulation/ ---- - -## Pdf417ExtendedParameters.isCode128Emulation - -```php -isCode128Emulation() -``` - - -Flag that indicates that the MicroPdf417 barcode encoded with 908, 909, 910 or 911 Code 128 emulation codewords. - - -**Returns:** bool 128 emulation flag - diff --git a/english/php/aspose.barcode.recognition/pdf417extendedparameters/islinked/_index.md b/english/php/aspose.barcode.recognition/pdf417extendedparameters/islinked/_index.md deleted file mode 100644 index b0c78ca3c..000000000 --- a/english/php/aspose.barcode.recognition/pdf417extendedparameters/islinked/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Pdf417ExtendedParameters.isLinked" -linktitle: "isLinked" -articleTitle: "isLinked" -second_title: "Aspose.BarCode for PHP via Java" -description: "Flag that indicates that the barcode must be linked to 1D barcode. Value: Linkage flag" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/pdf417extendedparameters/islinked/ ---- - -## Pdf417ExtendedParameters.isLinked - -```php -isLinked() -``` - - -Flag that indicates that the barcode must be linked to 1D barcode. Value: Linkage flag - diff --git a/english/php/aspose.barcode.recognition/pdf417extendedparameters/isreaderinitialization/_index.md b/english/php/aspose.barcode.recognition/pdf417extendedparameters/isreaderinitialization/_index.md deleted file mode 100644 index 733cd89d4..000000000 --- a/english/php/aspose.barcode.recognition/pdf417extendedparameters/isreaderinitialization/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Pdf417ExtendedParameters.isReaderInitialization" -linktitle: "isReaderInitialization" -articleTitle: "isReaderInitialization" -second_title: "Aspose.BarCode for PHP via Java" -description: "Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. Value: Reader initialization flag" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/pdf417extendedparameters/isreaderinitialization/ ---- - -## Pdf417ExtendedParameters.isReaderInitialization - -```php -isReaderInitialization() -``` - - -Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. Value: Reader initialization flag - diff --git a/english/php/aspose.barcode.recognition/pdf417extendedparameters/macropdf417addressee/_index.md b/english/php/aspose.barcode.recognition/pdf417extendedparameters/macropdf417addressee/_index.md deleted file mode 100644 index a6bbdfb6f..000000000 --- a/english/php/aspose.barcode.recognition/pdf417extendedparameters/macropdf417addressee/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "Pdf417ExtendedParameters.MacroPdf417Addressee" -linktitle: "MacroPdf417Addressee" -articleTitle: "MacroPdf417Addressee" -second_title: "Aspose.BarCode for PHP via Java" -description: "Macro PDF417 addressee name (optional)." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/pdf417extendedparameters/macropdf417addressee/ ---- - -## Pdf417ExtendedParameters.MacroPdf417Addressee - -**Access:** Read-only - - -**Returns:** string Addressee name. - - -### Get - -Macro PDF417 addressee name (optional). - diff --git a/english/php/aspose.barcode.recognition/pdf417extendedparameters/macropdf417checksum/_index.md b/english/php/aspose.barcode.recognition/pdf417extendedparameters/macropdf417checksum/_index.md deleted file mode 100644 index ed70c27a6..000000000 --- a/english/php/aspose.barcode.recognition/pdf417extendedparameters/macropdf417checksum/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "Pdf417ExtendedParameters.MacroPdf417Checksum" -linktitle: "MacroPdf417Checksum" -articleTitle: "MacroPdf417Checksum" -second_title: "Aspose.BarCode for PHP via Java" -description: "Macro PDF417 checksum (optional)." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/pdf417extendedparameters/macropdf417checksum/ ---- - -## Pdf417ExtendedParameters.MacroPdf417Checksum - -**Access:** Read-only - - -**Returns:** int Checksum. - - -### Get - -Macro PDF417 checksum (optional). - diff --git a/english/php/aspose.barcode.recognition/pdf417extendedparameters/macropdf417fileid/_index.md b/english/php/aspose.barcode.recognition/pdf417extendedparameters/macropdf417fileid/_index.md deleted file mode 100644 index 75290a459..000000000 --- a/english/php/aspose.barcode.recognition/pdf417extendedparameters/macropdf417fileid/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Pdf417ExtendedParameters.MacroPdf417FileID" -linktitle: "MacroPdf417FileID" -articleTitle: "MacroPdf417FileID" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets the file ID of the barcode, only available with MacroPdf417.Value: The file ID for MacroPdf417" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/pdf417extendedparameters/macropdf417fileid/ ---- - -## Pdf417ExtendedParameters.MacroPdf417FileID - -**Access:** Read-only - - -### Get - -Gets the file ID of the barcode, only available with MacroPdf417.Value: The file ID for MacroPdf417 - diff --git a/english/php/aspose.barcode.recognition/pdf417extendedparameters/macropdf417filename/_index.md b/english/php/aspose.barcode.recognition/pdf417extendedparameters/macropdf417filename/_index.md deleted file mode 100644 index b25a746b7..000000000 --- a/english/php/aspose.barcode.recognition/pdf417extendedparameters/macropdf417filename/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "Pdf417ExtendedParameters.MacroPdf417FileName" -linktitle: "MacroPdf417FileName" -articleTitle: "MacroPdf417FileName" -second_title: "Aspose.BarCode for PHP via Java" -description: "Macro PDF417 file name (optional)." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/pdf417extendedparameters/macropdf417filename/ ---- - -## Pdf417ExtendedParameters.MacroPdf417FileName - -**Access:** Read-only - - -**Returns:** string File name. - - -### Get - -Macro PDF417 file name (optional). - diff --git a/english/php/aspose.barcode.recognition/pdf417extendedparameters/macropdf417filesize/_index.md b/english/php/aspose.barcode.recognition/pdf417extendedparameters/macropdf417filesize/_index.md deleted file mode 100644 index 4359311ce..000000000 --- a/english/php/aspose.barcode.recognition/pdf417extendedparameters/macropdf417filesize/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "Pdf417ExtendedParameters.MacroPdf417FileSize" -linktitle: "MacroPdf417FileSize" -articleTitle: "MacroPdf417FileSize" -second_title: "Aspose.BarCode for PHP via Java" -description: "Macro PDF417 file size (optional)." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/pdf417extendedparameters/macropdf417filesize/ ---- - -## Pdf417ExtendedParameters.MacroPdf417FileSize - -**Access:** Read-only - - -**Returns:** int File size. - - -### Get - -Macro PDF417 file size (optional). - diff --git a/english/php/aspose.barcode.recognition/pdf417extendedparameters/macropdf417segmentid/_index.md b/english/php/aspose.barcode.recognition/pdf417extendedparameters/macropdf417segmentid/_index.md deleted file mode 100644 index 321d11961..000000000 --- a/english/php/aspose.barcode.recognition/pdf417extendedparameters/macropdf417segmentid/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Pdf417ExtendedParameters.MacroPdf417SegmentID" -linktitle: "MacroPdf417SegmentID" -articleTitle: "MacroPdf417SegmentID" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets the segment ID of the barcode,only available with MacroPdf417.Value: The segment ID of the barcode." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/pdf417extendedparameters/macropdf417segmentid/ ---- - -## Pdf417ExtendedParameters.MacroPdf417SegmentID - -**Access:** Read-only - - -### Get - -Gets the segment ID of the barcode,only available with MacroPdf417.Value: The segment ID of the barcode. - diff --git a/english/php/aspose.barcode.recognition/pdf417extendedparameters/macropdf417segmentscount/_index.md b/english/php/aspose.barcode.recognition/pdf417extendedparameters/macropdf417segmentscount/_index.md deleted file mode 100644 index 985dd8dd0..000000000 --- a/english/php/aspose.barcode.recognition/pdf417extendedparameters/macropdf417segmentscount/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Pdf417ExtendedParameters.MacroPdf417SegmentsCount" -linktitle: "MacroPdf417SegmentsCount" -articleTitle: "MacroPdf417SegmentsCount" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets macro pdf417 barcode segments count. Default value is -1.Value: Segments count." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/pdf417extendedparameters/macropdf417segmentscount/ ---- - -## Pdf417ExtendedParameters.MacroPdf417SegmentsCount - -**Access:** Read-only - - -### Get - -Gets macro pdf417 barcode segments count. Default value is -1.Value: Segments count. - diff --git a/english/php/aspose.barcode.recognition/pdf417extendedparameters/macropdf417sender/_index.md b/english/php/aspose.barcode.recognition/pdf417extendedparameters/macropdf417sender/_index.md deleted file mode 100644 index 0a4a2fc74..000000000 --- a/english/php/aspose.barcode.recognition/pdf417extendedparameters/macropdf417sender/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "Pdf417ExtendedParameters.MacroPdf417Sender" -linktitle: "MacroPdf417Sender" -articleTitle: "MacroPdf417Sender" -second_title: "Aspose.BarCode for PHP via Java" -description: "Macro PDF417 sender name (optional)." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/pdf417extendedparameters/macropdf417sender/ ---- - -## Pdf417ExtendedParameters.MacroPdf417Sender - -**Access:** Read-only - - -**Returns:** string Sender name - - -### Get - -Macro PDF417 sender name (optional). - diff --git a/english/php/aspose.barcode.recognition/pdf417extendedparameters/macropdf417terminator/_index.md b/english/php/aspose.barcode.recognition/pdf417extendedparameters/macropdf417terminator/_index.md deleted file mode 100644 index 77733c77c..000000000 --- a/english/php/aspose.barcode.recognition/pdf417extendedparameters/macropdf417terminator/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Pdf417ExtendedParameters.MacroPdf417Terminator" -linktitle: "MacroPdf417Terminator" -articleTitle: "MacroPdf417Terminator" -second_title: "Aspose.BarCode for PHP via Java" -description: "Indicates whether the segment is the last segment of a Macro PDF417 file." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/pdf417extendedparameters/macropdf417terminator/ ---- - -## Pdf417ExtendedParameters.MacroPdf417Terminator - -**Access:** Read-only - - -### Get - -Indicates whether the segment is the last segment of a Macro PDF417 file. - diff --git a/english/php/aspose.barcode.recognition/pdf417extendedparameters/macropdf417timestamp/_index.md b/english/php/aspose.barcode.recognition/pdf417extendedparameters/macropdf417timestamp/_index.md deleted file mode 100644 index 2087ad804..000000000 --- a/english/php/aspose.barcode.recognition/pdf417extendedparameters/macropdf417timestamp/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "Pdf417ExtendedParameters.MacroPdf417TimeStamp" -linktitle: "MacroPdf417TimeStamp" -articleTitle: "MacroPdf417TimeStamp" -second_title: "Aspose.BarCode for PHP via Java" -description: "Macro PDF417 time stamp (optional)." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/pdf417extendedparameters/macropdf417timestamp/ ---- - -## Pdf417ExtendedParameters.MacroPdf417TimeStamp - -**Access:** Read-only - - -**Returns:** DateTime Time stamp. - - -### Get - -Macro PDF417 time stamp (optional). - diff --git a/english/php/aspose.barcode.recognition/pdf417extendedparameters/pdf417extendedparameters/_index.md b/english/php/aspose.barcode.recognition/pdf417extendedparameters/pdf417extendedparameters/_index.md deleted file mode 100644 index f31855234..000000000 --- a/english/php/aspose.barcode.recognition/pdf417extendedparameters/pdf417extendedparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Pdf417ExtendedParameters" -linktitle: "Pdf417ExtendedParameters" -articleTitle: "Pdf417ExtendedParameters" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/pdf417extendedparameters/pdf417extendedparameters/ ---- - -## Pdf417ExtendedParameters Constructor - -```php -__construct(Pdf417ExtendedParametersDTO $pdf417ExtendedParametersDTO) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$pdf417ExtendedParametersDTO` | `Pdf417ExtendedParametersDTO` | | diff --git a/english/php/aspose.barcode.recognition/qrextendedparameters/_index.md b/english/php/aspose.barcode.recognition/qrextendedparameters/_index.md index bdf4025d4..80ae68596 100644 --- a/english/php/aspose.barcode.recognition/qrextendedparameters/_index.md +++ b/english/php/aspose.barcode.recognition/qrextendedparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "QRExtendedParameters Class" +title: "QRExtendedParameters" linktitle: "QRExtendedParameters" -articleTitle: "QRExtendedParameters" second_title: "Aspose.BarCode for PHP via Java" description: "Stores a QR Structured Append information of recognized barcode This sample shows how to get QR Structured Append data" type: docs @@ -21,27 +20,118 @@ Stores a QR Structured Append information of recognized barcode This sample show | Name | Description | | --- | --- | -| [__construct](./qrextendedparameters/) | | +| [__construct](#constructor) | | ## Methods | Name | Static | Description | | --- | --- | --- | -| [isEmpty](./isempty/) | No | | +| [isEmpty](#isempty) | No | | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [ErrorLevel](./errorlevel/) | Read-only | Reed-Solomon error correction level of recognized barcode. From low to high: LevelL, LevelM, LevelQ, LevelH. | -| [MicroQRVersion](./microqrversion/) | Read-only | Version of recognized MicroQR Code. From M1 to M4. return recognized MicroQR Code. From M1 to M4. | -| [QRErrorLevel](./qrerrorlevel/) | Read-only | Reed-Solomon error correction level of recognized barcode. From low to high: LevelL, LevelM, LevelQ, LevelH. | -| [QRStructuredAppendModeBarCodeIndex](./qrstructuredappendmodebarcodeindex/) | Read-only | Gets the index of the QR structured append mode barcode. Index starts from 0. Default value is -1.Value: The quantity of the QR structured append mode barcode. | -| [QRStructuredAppendModeBarCodesQuantity](./qrstructuredappendmodebarcodesquantity/) | Read-only | Gets the QR structured append mode barcodes quantity. Default value is -1.Value: The quantity of the QR structured append mode barcode. | -| [QRStructuredAppendModeParityData](./qrstructuredappendmodeparitydata/) | Read-only | Gets the QR structured append mode parity data. Default value is -1.Value: The index of the QR structured append mode barcode. | -| [QRVersion](./qrversion/) | Read-only | Version of recognized QR Code. From Version1 to Version40. return recognized QR Code | -| [RectMicroQRVersion](./rectmicroqrversion/) | Read-only | Version of recognized RectMicroQR Code. From R7x43 to R17x139. | -| [StructuredAppendModeBarCodeIndex](./structuredappendmodebarcodeindex/) | Read-only | Gets the index of the QR structured append mode barcode. Index starts from 0. Default value is -1. Value: The quantity of the QR structured append mode barcode. | -| [StructuredAppendModeBarCodesQuantity](./structuredappendmodebarcodesquantity/) | Read-only | Gets the QR structured append mode barcodes quantity. Default value is -1. Value: The quantity of the QR structured append mode barcode. | -| [StructuredAppendModeParityData](./structuredappendmodeparitydata/) | Read-only | Gets the QR structured append mode parity data. Default value is -1. Value: The index of the QR structured append mode barcode. | -| [Version](./version/) | Read-only | Version of recognized QR Code. From Version1 to Version40. | +| [ErrorLevel](#errorlevel) | Read-only | Reed-Solomon error correction level of recognized barcode. From low to high: LevelL, LevelM, LevelQ, LevelH. | +| [MicroQRVersion](#microqrversion) | Read-only | Version of recognized MicroQR Code. From M1 to M4. return recognized MicroQR Code. From M1 to M4. | +| [QRErrorLevel](#qrerrorlevel) | Read-only | Reed-Solomon error correction level of recognized barcode. From low to high: LevelL, LevelM, LevelQ, LevelH. | +| [QRStructuredAppendModeBarCodeIndex](#qrstructuredappendmodebarcodeindex) | Read-only | Gets the index of the QR structured append mode barcode. Index starts from 0. Default value is -1.Value: The quantity of the QR structured append mode barcode. | +| [QRStructuredAppendModeBarCodesQuantity](#qrstructuredappendmodebarcodesquantity) | Read-only | Gets the QR structured append mode barcodes quantity. Default value is -1.Value: The quantity of the QR structured append mode barcode. | +| [QRStructuredAppendModeParityData](#qrstructuredappendmodeparitydata) | Read-only | Gets the QR structured append mode parity data. Default value is -1.Value: The index of the QR structured append mode barcode. | +| [QRVersion](#qrversion) | Read-only | Version of recognized QR Code. From Version1 to Version40. return recognized QR Code | +| [RectMicroQRVersion](#rectmicroqrversion) | Read-only | Version of recognized RectMicroQR Code. From R7x43 to R17x139. | +| [StructuredAppendModeBarCodeIndex](#structuredappendmodebarcodeindex) | Read-only | Gets the index of the QR structured append mode barcode. Index starts from 0. Default value is -1. Value: The quantity of the QR structured append mode barcode. | +| [StructuredAppendModeBarCodesQuantity](#structuredappendmodebarcodesquantity) | Read-only | Gets the QR structured append mode barcodes quantity. Default value is -1. Value: The quantity of the QR structured append mode barcode. | +| [StructuredAppendModeParityData](#structuredappendmodeparitydata) | Read-only | Gets the QR structured append mode parity data. Default value is -1. Value: The index of the QR structured append mode barcode. | +| [Version](#version) | Read-only | Version of recognized QR Code. From Version1 to Version40. | + +### QRExtendedParameters__construct(QRExtendedParametersDTO $qrExtendedParametersDTO) {#constructor} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$qrExtendedParametersDTO` | `QRExtendedParametersDTO` | | + +### isEmptyisEmpty() {#isempty} + +### ErrorLevel {#errorlevel} + +**Access:** Read-only + +Reed-Solomon error correction level of recognized barcode. From low to high: LevelL, LevelM, LevelQ, LevelH. + +### MicroQRVersion {#microqrversion} + +**Access:** Read-only + +Version of recognized MicroQR Code. From M1 to M4. return recognized MicroQR Code. From M1 to M4. + +### QRErrorLevel {#qrerrorlevel} + +**Access:** Read-only + +**Returns:** int error correction level of recognized barcode. + +Reed-Solomon error correction level of recognized barcode. From low to high: LevelL, LevelM, LevelQ, LevelH. + +### QRStructuredAppendModeBarCodeIndex {#qrstructuredappendmodebarcodeindex} + +**Access:** Read-only + +Gets the index of the QR structured append mode barcode. Index starts from 0. Default value is -1.Value: The quantity of the QR structured append mode barcode. + +### QRStructuredAppendModeBarCodesQuantity {#qrstructuredappendmodebarcodesquantity} + +**Access:** Read-only + +Gets the QR structured append mode barcodes quantity. Default value is -1.Value: The quantity of the QR structured append mode barcode. + +### QRStructuredAppendModeParityData {#qrstructuredappendmodeparitydata} + +**Access:** Read-only + +Gets the QR structured append mode parity data. Default value is -1.Value: The index of the QR structured append mode barcode. + +### QRVersion {#qrversion} + +**Access:** Read-only + +Version of recognized QR Code. From Version1 to Version40. return recognized QR Code + +### RectMicroQRVersion {#rectmicroqrversion} + +**Access:** Read-only + +**Returns:** int of recognized RectMicroQR Code + +Version of recognized RectMicroQR Code. From R7x43 to R17x139. + +### StructuredAppendModeBarCodeIndex {#structuredappendmodebarcodeindex} + +**Access:** Read-only + +**Returns:** the index of the QR structured append mode barcode. + +Gets the index of the QR structured append mode barcode. Index starts from 0. Default value is -1. Value: The quantity of the QR structured append mode barcode. + +### StructuredAppendModeBarCodesQuantity {#structuredappendmodebarcodesquantity} + +**Access:** Read-only + +**Returns:** the QR structured append mode barcodes quantity. + +Gets the QR structured append mode barcodes quantity. Default value is -1. Value: The quantity of the QR structured append mode barcode. + +### StructuredAppendModeParityData {#structuredappendmodeparitydata} + +**Access:** Read-only + +**Returns:** the QR structured append mode parity data. + +Gets the QR structured append mode parity data. Default value is -1. Value: The index of the QR structured append mode barcode. + +### Version {#version} + +**Access:** Read-only + +Version of recognized QR Code. From Version1 to Version40. + diff --git a/english/php/aspose.barcode.recognition/qrextendedparameters/errorlevel/_index.md b/english/php/aspose.barcode.recognition/qrextendedparameters/errorlevel/_index.md deleted file mode 100644 index ba867c3c2..000000000 --- a/english/php/aspose.barcode.recognition/qrextendedparameters/errorlevel/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "QRExtendedParameters.ErrorLevel" -linktitle: "ErrorLevel" -articleTitle: "ErrorLevel" -second_title: "Aspose.BarCode for PHP via Java" -description: "Reed-Solomon error correction level of recognized barcode. From low to high: LevelL, LevelM, LevelQ, LevelH." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/qrextendedparameters/errorlevel/ ---- - -## QRExtendedParameters.ErrorLevel - -**Access:** Read-only - - -### Get - -Reed-Solomon error correction level of recognized barcode. From low to high: LevelL, LevelM, LevelQ, LevelH. - diff --git a/english/php/aspose.barcode.recognition/qrextendedparameters/isempty/_index.md b/english/php/aspose.barcode.recognition/qrextendedparameters/isempty/_index.md deleted file mode 100644 index d7851e456..000000000 --- a/english/php/aspose.barcode.recognition/qrextendedparameters/isempty/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "QRExtendedParameters.isEmpty" -linktitle: "isEmpty" -articleTitle: "isEmpty" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/qrextendedparameters/isempty/ ---- - -## QRExtendedParameters.isEmpty - -```php -isEmpty() -``` - diff --git a/english/php/aspose.barcode.recognition/qrextendedparameters/microqrversion/_index.md b/english/php/aspose.barcode.recognition/qrextendedparameters/microqrversion/_index.md deleted file mode 100644 index 76400c0cb..000000000 --- a/english/php/aspose.barcode.recognition/qrextendedparameters/microqrversion/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "QRExtendedParameters.MicroQRVersion" -linktitle: "MicroQRVersion" -articleTitle: "MicroQRVersion" -second_title: "Aspose.BarCode for PHP via Java" -description: "Version of recognized MicroQR Code. From M1 to M4. return recognized MicroQR Code. From M1 to M4." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/qrextendedparameters/microqrversion/ ---- - -## QRExtendedParameters.MicroQRVersion - -**Access:** Read-only - - -### Get - -Version of recognized MicroQR Code. From M1 to M4. return recognized MicroQR Code. From M1 to M4. - diff --git a/english/php/aspose.barcode.recognition/qrextendedparameters/qrerrorlevel/_index.md b/english/php/aspose.barcode.recognition/qrextendedparameters/qrerrorlevel/_index.md deleted file mode 100644 index 815ed9d3c..000000000 --- a/english/php/aspose.barcode.recognition/qrextendedparameters/qrerrorlevel/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "QRExtendedParameters.QRErrorLevel" -linktitle: "QRErrorLevel" -articleTitle: "QRErrorLevel" -second_title: "Aspose.BarCode for PHP via Java" -description: "Reed-Solomon error correction level of recognized barcode. From low to high: LevelL, LevelM, LevelQ, LevelH." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/qrextendedparameters/qrerrorlevel/ ---- - -## QRExtendedParameters.QRErrorLevel - -**Access:** Read-only - - -**Returns:** int error correction level of recognized barcode. - - -### Get - -Reed-Solomon error correction level of recognized barcode. From low to high: LevelL, LevelM, LevelQ, LevelH. - diff --git a/english/php/aspose.barcode.recognition/qrextendedparameters/qrextendedparameters/_index.md b/english/php/aspose.barcode.recognition/qrextendedparameters/qrextendedparameters/_index.md deleted file mode 100644 index a2eb188d2..000000000 --- a/english/php/aspose.barcode.recognition/qrextendedparameters/qrextendedparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QRExtendedParameters" -linktitle: "QRExtendedParameters" -articleTitle: "QRExtendedParameters" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/qrextendedparameters/qrextendedparameters/ ---- - -## QRExtendedParameters Constructor - -```php -__construct(QRExtendedParametersDTO $qrExtendedParametersDTO) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$qrExtendedParametersDTO` | `QRExtendedParametersDTO` | | diff --git a/english/php/aspose.barcode.recognition/qrextendedparameters/qrstructuredappendmodebarcodeindex/_index.md b/english/php/aspose.barcode.recognition/qrextendedparameters/qrstructuredappendmodebarcodeindex/_index.md deleted file mode 100644 index f7f8023fa..000000000 --- a/english/php/aspose.barcode.recognition/qrextendedparameters/qrstructuredappendmodebarcodeindex/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "QRExtendedParameters.QRStructuredAppendModeBarCodeIndex" -linktitle: "QRStructuredAppendModeBarCodeIndex" -articleTitle: "QRStructuredAppendModeBarCodeIndex" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets the index of the QR structured append mode barcode. Index starts from 0. Default value is -1.Value: The quantity of the QR structured append mode barcode." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/qrextendedparameters/qrstructuredappendmodebarcodeindex/ ---- - -## QRExtendedParameters.QRStructuredAppendModeBarCodeIndex - -**Access:** Read-only - - -### Get - -Gets the index of the QR structured append mode barcode. Index starts from 0. Default value is -1.Value: The quantity of the QR structured append mode barcode. - diff --git a/english/php/aspose.barcode.recognition/qrextendedparameters/qrstructuredappendmodebarcodesquantity/_index.md b/english/php/aspose.barcode.recognition/qrextendedparameters/qrstructuredappendmodebarcodesquantity/_index.md deleted file mode 100644 index c7e0448af..000000000 --- a/english/php/aspose.barcode.recognition/qrextendedparameters/qrstructuredappendmodebarcodesquantity/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "QRExtendedParameters.QRStructuredAppendModeBarCodesQuantity" -linktitle: "QRStructuredAppendModeBarCodesQuantity" -articleTitle: "QRStructuredAppendModeBarCodesQuantity" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets the QR structured append mode barcodes quantity. Default value is -1.Value: The quantity of the QR structured append mode barcode." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/qrextendedparameters/qrstructuredappendmodebarcodesquantity/ ---- - -## QRExtendedParameters.QRStructuredAppendModeBarCodesQuantity - -**Access:** Read-only - - -### Get - -Gets the QR structured append mode barcodes quantity. Default value is -1.Value: The quantity of the QR structured append mode barcode. - diff --git a/english/php/aspose.barcode.recognition/qrextendedparameters/qrstructuredappendmodeparitydata/_index.md b/english/php/aspose.barcode.recognition/qrextendedparameters/qrstructuredappendmodeparitydata/_index.md deleted file mode 100644 index 0a387edf4..000000000 --- a/english/php/aspose.barcode.recognition/qrextendedparameters/qrstructuredappendmodeparitydata/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "QRExtendedParameters.QRStructuredAppendModeParityData" -linktitle: "QRStructuredAppendModeParityData" -articleTitle: "QRStructuredAppendModeParityData" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets the QR structured append mode parity data. Default value is -1.Value: The index of the QR structured append mode barcode." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/qrextendedparameters/qrstructuredappendmodeparitydata/ ---- - -## QRExtendedParameters.QRStructuredAppendModeParityData - -**Access:** Read-only - - -### Get - -Gets the QR structured append mode parity data. Default value is -1.Value: The index of the QR structured append mode barcode. - diff --git a/english/php/aspose.barcode.recognition/qrextendedparameters/qrversion/_index.md b/english/php/aspose.barcode.recognition/qrextendedparameters/qrversion/_index.md deleted file mode 100644 index a2fe987ed..000000000 --- a/english/php/aspose.barcode.recognition/qrextendedparameters/qrversion/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "QRExtendedParameters.QRVersion" -linktitle: "QRVersion" -articleTitle: "QRVersion" -second_title: "Aspose.BarCode for PHP via Java" -description: "Version of recognized QR Code. From Version1 to Version40. return recognized QR Code" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/qrextendedparameters/qrversion/ ---- - -## QRExtendedParameters.QRVersion - -**Access:** Read-only - - -### Get - -Version of recognized QR Code. From Version1 to Version40. return recognized QR Code - diff --git a/english/php/aspose.barcode.recognition/qrextendedparameters/rectmicroqrversion/_index.md b/english/php/aspose.barcode.recognition/qrextendedparameters/rectmicroqrversion/_index.md deleted file mode 100644 index 4105af948..000000000 --- a/english/php/aspose.barcode.recognition/qrextendedparameters/rectmicroqrversion/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "QRExtendedParameters.RectMicroQRVersion" -linktitle: "RectMicroQRVersion" -articleTitle: "RectMicroQRVersion" -second_title: "Aspose.BarCode for PHP via Java" -description: "Version of recognized RectMicroQR Code. From R7x43 to R17x139." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/qrextendedparameters/rectmicroqrversion/ ---- - -## QRExtendedParameters.RectMicroQRVersion - -**Access:** Read-only - - -**Returns:** int of recognized RectMicroQR Code - - -### Get - -Version of recognized RectMicroQR Code. From R7x43 to R17x139. - diff --git a/english/php/aspose.barcode.recognition/qrextendedparameters/structuredappendmodebarcodeindex/_index.md b/english/php/aspose.barcode.recognition/qrextendedparameters/structuredappendmodebarcodeindex/_index.md deleted file mode 100644 index fec55ebc1..000000000 --- a/english/php/aspose.barcode.recognition/qrextendedparameters/structuredappendmodebarcodeindex/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "QRExtendedParameters.StructuredAppendModeBarCodeIndex" -linktitle: "StructuredAppendModeBarCodeIndex" -articleTitle: "StructuredAppendModeBarCodeIndex" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets the index of the QR structured append mode barcode. Index starts from 0. Default value is -1. Value: The quantity of the QR structured append mode barcode." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/qrextendedparameters/structuredappendmodebarcodeindex/ ---- - -## QRExtendedParameters.StructuredAppendModeBarCodeIndex - -**Access:** Read-only - - -**Returns:** the index of the QR structured append mode barcode. - - -### Get - -Gets the index of the QR structured append mode barcode. Index starts from 0. Default value is -1. Value: The quantity of the QR structured append mode barcode. - diff --git a/english/php/aspose.barcode.recognition/qrextendedparameters/structuredappendmodebarcodesquantity/_index.md b/english/php/aspose.barcode.recognition/qrextendedparameters/structuredappendmodebarcodesquantity/_index.md deleted file mode 100644 index 9bff26c28..000000000 --- a/english/php/aspose.barcode.recognition/qrextendedparameters/structuredappendmodebarcodesquantity/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "QRExtendedParameters.StructuredAppendModeBarCodesQuantity" -linktitle: "StructuredAppendModeBarCodesQuantity" -articleTitle: "StructuredAppendModeBarCodesQuantity" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets the QR structured append mode barcodes quantity. Default value is -1. Value: The quantity of the QR structured append mode barcode." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/qrextendedparameters/structuredappendmodebarcodesquantity/ ---- - -## QRExtendedParameters.StructuredAppendModeBarCodesQuantity - -**Access:** Read-only - - -**Returns:** the QR structured append mode barcodes quantity. - - -### Get - -Gets the QR structured append mode barcodes quantity. Default value is -1. Value: The quantity of the QR structured append mode barcode. - diff --git a/english/php/aspose.barcode.recognition/qrextendedparameters/structuredappendmodeparitydata/_index.md b/english/php/aspose.barcode.recognition/qrextendedparameters/structuredappendmodeparitydata/_index.md deleted file mode 100644 index 12e48bba9..000000000 --- a/english/php/aspose.barcode.recognition/qrextendedparameters/structuredappendmodeparitydata/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "QRExtendedParameters.StructuredAppendModeParityData" -linktitle: "StructuredAppendModeParityData" -articleTitle: "StructuredAppendModeParityData" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets the QR structured append mode parity data. Default value is -1. Value: The index of the QR structured append mode barcode." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/qrextendedparameters/structuredappendmodeparitydata/ ---- - -## QRExtendedParameters.StructuredAppendModeParityData - -**Access:** Read-only - - -**Returns:** the QR structured append mode parity data. - - -### Get - -Gets the QR structured append mode parity data. Default value is -1. Value: The index of the QR structured append mode barcode. - diff --git a/english/php/aspose.barcode.recognition/qrextendedparameters/version/_index.md b/english/php/aspose.barcode.recognition/qrextendedparameters/version/_index.md deleted file mode 100644 index c1bbd1b23..000000000 --- a/english/php/aspose.barcode.recognition/qrextendedparameters/version/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "QRExtendedParameters.Version" -linktitle: "Version" -articleTitle: "Version" -second_title: "Aspose.BarCode for PHP via Java" -description: "Version of recognized QR Code. From Version1 to Version40." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/qrextendedparameters/version/ ---- - -## QRExtendedParameters.Version - -**Access:** Read-only - - -### Get - -Version of recognized QR Code. From Version1 to Version40. - diff --git a/english/php/aspose.barcode.recognition/quadrangle/_index.md b/english/php/aspose.barcode.recognition/quadrangle/_index.md index 501731a58..6eca97042 100644 --- a/english/php/aspose.barcode.recognition/quadrangle/_index.md +++ b/english/php/aspose.barcode.recognition/quadrangle/_index.md @@ -1,7 +1,6 @@ --- -title: "Quadrangle Class" +title: "Quadrangle" linktitle: "Quadrangle" -articleTitle: "Quadrangle" second_title: "Aspose.BarCode for PHP via Java" description: "Stores a set of four Points that represent a Quadrangle region." type: docs @@ -21,26 +20,149 @@ Stores a set of four Points that represent a Quadrangle region. | Name | Description | | --- | --- | -| [__construct](./quadrangle/) | Initializes a new instance of the Quadrangle structure with the describing points. | +| [__construct](#constructor) | Initializes a new instance of the Quadrangle structure with the describing points. | ## Methods | Name | Static | Description | | --- | --- | --- | -| [construct](./construct/) | Yes | | -| [containsCoordinates](./containscoordinates/) | No | Determines if the specified point is contained within this Quadrangle structure. | -| [containsPoint](./containspoint/) | No | Determines if the specified Point is contained within this Quadrangle structure. | -| [containsQuadrangle](./containsquadrangle/) | No | Determines if the specified Quadrangle is contained or intersect this Quadrangle structure. | -| [containsRectangle](./containsrectangle/) | No | Determines if the specified Rectangle is contained or intersect this Quadrangle structure. | -| [EMPTY](./empty/) | Yes | Represents a Quadrangle structure with its properties left uninitialized.Value: Quadrangle | -| [isEmpty](./isempty/) | No | Tests whether all Points of this Quadrangle have values of zero.Value: Returns true if all Points of this Quadrangle have values of zero; otherwise, false. | +| [construct](#construct) | Yes | | +| [containsCoordinates](#containscoordinates) | No | Determines if the specified point is contained within this Quadrangle structure. | +| [containsPoint](#containspoint) | No | Determines if the specified Point is contained within this Quadrangle structure. | +| [containsQuadrangle](#containsquadrangle) | No | Determines if the specified Quadrangle is contained or intersect this Quadrangle structure. | +| [containsRectangle](#containsrectangle) | No | Determines if the specified Rectangle is contained or intersect this Quadrangle structure. | +| [EMPTY](#empty) | Yes | Represents a Quadrangle structure with its properties left uninitialized.Value: Quadrangle | +| [isEmpty](#isempty) | No | Tests whether all Points of this Quadrangle have values of zero.Value: Returns true if all Points of this Quadrangle have values of zero; otherwise, false. | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [BoundingRectangle](./boundingrectangle/) | Read-only | Creates Rectangle bounding this Quadrangle | -| [LeftBottom](./leftbottom/) | Read/Write | Gets left-bottom corner Point of Quadrangle regionValue: A left-bottom corner Point of Quadrangle region | -| [LeftTop](./lefttop/) | Read/Write | Gets left-top corner Point of Quadrangle regionValue: A left-top corner Point of Quadrangle region | -| [RightBottom](./rightbottom/) | Read/Write | Gets right-bottom corner Point of Quadrangle regionValue: A right-bottom corner Point of Quadrangle region | -| [RightTop](./righttop/) | Read/Write | Gets right-top corner Point of Quadrangle regionValue: A right-top corner Point of Quadrangle region | +| [BoundingRectangle](#boundingrectangle) | Read-only | Creates Rectangle bounding this Quadrangle | +| [LeftBottom](#leftbottom) | Read/Write | Gets left-bottom corner Point of Quadrangle regionValue: A left-bottom corner Point of Quadrangle region | +| [LeftTop](#lefttop) | Read/Write | Gets left-top corner Point of Quadrangle regionValue: A left-top corner Point of Quadrangle region | +| [RightBottom](#rightbottom) | Read/Write | Gets right-bottom corner Point of Quadrangle regionValue: A right-bottom corner Point of Quadrangle region | +| [RightTop](#righttop) | Read/Write | Gets right-top corner Point of Quadrangle regionValue: A right-top corner Point of Quadrangle region | + +### Quadrangle__construct(Point $leftTop, Point $rightTop, Point $rightBottom, Point $leftBottom) {#constructor} + +Initializes a new instance of the Quadrangle structure with the describing points. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$leftTop` | `Point` | | +| `$rightTop` | `Point` | | +| `$rightBottom` | `Point` | | +| `$leftBottom` | `Point` | | + +### constructconstruct(QuadrangleDTO $quadrangleDTO) (static) {#construct} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$quadrangleDTO` | `QuadrangleDTO` | | + +### containsCoordinatescontainsCoordinates(int $x, int $y) {#containscoordinates} + +Determines if the specified point is contained within this Quadrangle structure. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$x` | `int` | | +| `$y` | `int` | | + +**Returns:** bool Returns true if point is contained within this Quadrangle structure; otherwise, false. + +### containsPointcontainsPoint(Point $pt) {#containspoint} + +Determines if the specified Point is contained within this Quadrangle structure. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$pt` | `Point` | | + +**Returns:** bool Returns true if Point is contained within this Quadrangle structure; otherwise, false. + +### containsQuadranglecontainsQuadrangle(Quadrangle $quad) {#containsquadrangle} + +Determines if the specified Quadrangle is contained or intersect this Quadrangle structure. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$quad` | `Quadrangle` | | + +**Returns:** bool Returns true if Quadrangle is contained or intersect this Quadrangle structure; otherwise, false. + +### containsRectanglecontainsRectangle(Rectangle $rect) {#containsrectangle} + +Determines if the specified Rectangle is contained or intersect this Quadrangle structure. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$rect` | `Rectangle` | | + +**Returns:** bool Returns true if Rectangle is contained or intersect this Quadrangle structure; otherwise, false. + +### EMPTYEMPTY() (static) {#empty} + +Represents a Quadrangle structure with its properties left uninitialized.Value: Quadrangle + +### isEmptyisEmpty() {#isempty} + +Tests whether all Points of this Quadrangle have values of zero.Value: Returns true if all Points of this Quadrangle have values of zero; otherwise, false. + +### BoundingRectangle {#boundingrectangle} + +**Access:** Read-only + +**Returns:** Rectangle returns Rectangle bounding this Quadrangle + +Creates Rectangle bounding this Quadrangle + +### LeftBottom {#leftbottom} + +**Access:** Read/Write + +Gets left-bottom corner Point of Quadrangle regionValue: A left-bottom corner Point of Quadrangle region + +Gets left-bottom corner Point of Quadrangle regionValue: A left-bottom corner Point of Quadrangle region + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `Point` | | + +### LeftTop {#lefttop} + +**Access:** Read/Write + +Gets left-top corner Point of Quadrangle regionValue: A left-top corner Point of Quadrangle region + +Gets left-top corner Point of Quadrangle regionValue: A left-top corner Point of Quadrangle region + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `Point` | | + +### RightBottom {#rightbottom} + +**Access:** Read/Write + +Gets right-bottom corner Point of Quadrangle regionValue: A right-bottom corner Point of Quadrangle region + +Gets right-bottom corner Point of Quadrangle regionValue: A right-bottom corner Point of Quadrangle region + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `Point` | | + +### RightTop {#righttop} + +**Access:** Read/Write + +Gets right-top corner Point of Quadrangle regionValue: A right-top corner Point of Quadrangle region + +Gets right-top corner Point of Quadrangle regionValue: A right-top corner Point of Quadrangle region + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `Point` | | + diff --git a/english/php/aspose.barcode.recognition/quadrangle/boundingrectangle/_index.md b/english/php/aspose.barcode.recognition/quadrangle/boundingrectangle/_index.md deleted file mode 100644 index 4858b7cb2..000000000 --- a/english/php/aspose.barcode.recognition/quadrangle/boundingrectangle/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "Quadrangle.BoundingRectangle" -linktitle: "BoundingRectangle" -articleTitle: "BoundingRectangle" -second_title: "Aspose.BarCode for PHP via Java" -description: "Creates Rectangle bounding this Quadrangle" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/quadrangle/boundingrectangle/ ---- - -## Quadrangle.BoundingRectangle - -**Access:** Read-only - - -**Returns:** Rectangle returns Rectangle bounding this Quadrangle - - -### Get - -Creates Rectangle bounding this Quadrangle - diff --git a/english/php/aspose.barcode.recognition/quadrangle/construct/_index.md b/english/php/aspose.barcode.recognition/quadrangle/construct/_index.md deleted file mode 100644 index 8b568eb6f..000000000 --- a/english/php/aspose.barcode.recognition/quadrangle/construct/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Quadrangle.construct" -linktitle: "construct" -articleTitle: "construct" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/quadrangle/construct/ ---- - -## Quadrangle.construct - -```php -construct(QuadrangleDTO $quadrangleDTO) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$quadrangleDTO` | `QuadrangleDTO` | | diff --git a/english/php/aspose.barcode.recognition/quadrangle/containscoordinates/_index.md b/english/php/aspose.barcode.recognition/quadrangle/containscoordinates/_index.md deleted file mode 100644 index 66896e14d..000000000 --- a/english/php/aspose.barcode.recognition/quadrangle/containscoordinates/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: "Quadrangle.containsCoordinates" -linktitle: "containsCoordinates" -articleTitle: "containsCoordinates" -second_title: "Aspose.BarCode for PHP via Java" -description: "Determines if the specified point is contained within this Quadrangle structure." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/quadrangle/containscoordinates/ ---- - -## Quadrangle.containsCoordinates - -```php -containsCoordinates(int $x, int $y) -``` - - -Determines if the specified point is contained within this Quadrangle structure. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$x` | `int` | | -| `$y` | `int` | | - -**Returns:** bool Returns true if point is contained within this Quadrangle structure; otherwise, false. - diff --git a/english/php/aspose.barcode.recognition/quadrangle/containspoint/_index.md b/english/php/aspose.barcode.recognition/quadrangle/containspoint/_index.md deleted file mode 100644 index a8ba73d4f..000000000 --- a/english/php/aspose.barcode.recognition/quadrangle/containspoint/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "Quadrangle.containsPoint" -linktitle: "containsPoint" -articleTitle: "containsPoint" -second_title: "Aspose.BarCode for PHP via Java" -description: "Determines if the specified Point is contained within this Quadrangle structure." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/quadrangle/containspoint/ ---- - -## Quadrangle.containsPoint - -```php -containsPoint(Point $pt) -``` - - -Determines if the specified Point is contained within this Quadrangle structure. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$pt` | `Point` | | - -**Returns:** bool Returns true if Point is contained within this Quadrangle structure; otherwise, false. - diff --git a/english/php/aspose.barcode.recognition/quadrangle/containsquadrangle/_index.md b/english/php/aspose.barcode.recognition/quadrangle/containsquadrangle/_index.md deleted file mode 100644 index ebbd3927f..000000000 --- a/english/php/aspose.barcode.recognition/quadrangle/containsquadrangle/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "Quadrangle.containsQuadrangle" -linktitle: "containsQuadrangle" -articleTitle: "containsQuadrangle" -second_title: "Aspose.BarCode for PHP via Java" -description: "Determines if the specified Quadrangle is contained or intersect this Quadrangle structure." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/quadrangle/containsquadrangle/ ---- - -## Quadrangle.containsQuadrangle - -```php -containsQuadrangle(Quadrangle $quad) -``` - - -Determines if the specified Quadrangle is contained or intersect this Quadrangle structure. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$quad` | `Quadrangle` | | - -**Returns:** bool Returns true if Quadrangle is contained or intersect this Quadrangle structure; otherwise, false. - diff --git a/english/php/aspose.barcode.recognition/quadrangle/containsrectangle/_index.md b/english/php/aspose.barcode.recognition/quadrangle/containsrectangle/_index.md deleted file mode 100644 index d73edf996..000000000 --- a/english/php/aspose.barcode.recognition/quadrangle/containsrectangle/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "Quadrangle.containsRectangle" -linktitle: "containsRectangle" -articleTitle: "containsRectangle" -second_title: "Aspose.BarCode for PHP via Java" -description: "Determines if the specified Rectangle is contained or intersect this Quadrangle structure." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/quadrangle/containsrectangle/ ---- - -## Quadrangle.containsRectangle - -```php -containsRectangle(Rectangle $rect) -``` - - -Determines if the specified Rectangle is contained or intersect this Quadrangle structure. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$rect` | `Rectangle` | | - -**Returns:** bool Returns true if Rectangle is contained or intersect this Quadrangle structure; otherwise, false. - diff --git a/english/php/aspose.barcode.recognition/quadrangle/empty/_index.md b/english/php/aspose.barcode.recognition/quadrangle/empty/_index.md deleted file mode 100644 index 3c9509b8d..000000000 --- a/english/php/aspose.barcode.recognition/quadrangle/empty/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Quadrangle.EMPTY" -linktitle: "EMPTY" -articleTitle: "EMPTY" -second_title: "Aspose.BarCode for PHP via Java" -description: "Represents a Quadrangle structure with its properties left uninitialized.Value: Quadrangle" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/quadrangle/empty/ ---- - -## Quadrangle.EMPTY - -```php -EMPTY() -``` - - -Represents a Quadrangle structure with its properties left uninitialized.Value: Quadrangle - diff --git a/english/php/aspose.barcode.recognition/quadrangle/isempty/_index.md b/english/php/aspose.barcode.recognition/quadrangle/isempty/_index.md deleted file mode 100644 index 1d75cd2aa..000000000 --- a/english/php/aspose.barcode.recognition/quadrangle/isempty/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Quadrangle.isEmpty" -linktitle: "isEmpty" -articleTitle: "isEmpty" -second_title: "Aspose.BarCode for PHP via Java" -description: "Tests whether all Points of this Quadrangle have values of zero.Value: Returns true if all Points of this Quadrangle have values of zero; otherwise, false." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/quadrangle/isempty/ ---- - -## Quadrangle.isEmpty - -```php -isEmpty() -``` - - -Tests whether all Points of this Quadrangle have values of zero.Value: Returns true if all Points of this Quadrangle have values of zero; otherwise, false. - diff --git a/english/php/aspose.barcode.recognition/quadrangle/leftbottom/_index.md b/english/php/aspose.barcode.recognition/quadrangle/leftbottom/_index.md deleted file mode 100644 index 2f93571c6..000000000 --- a/english/php/aspose.barcode.recognition/quadrangle/leftbottom/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Quadrangle.LeftBottom" -linktitle: "LeftBottom" -articleTitle: "LeftBottom" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets left-bottom corner Point of Quadrangle regionValue: A left-bottom corner Point of Quadrangle region" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/quadrangle/leftbottom/ ---- - -## Quadrangle.LeftBottom - -**Access:** Read/Write - - -### Get - -Gets left-bottom corner Point of Quadrangle regionValue: A left-bottom corner Point of Quadrangle region - - -### Set - -Gets left-bottom corner Point of Quadrangle regionValue: A left-bottom corner Point of Quadrangle region - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `Point` | | diff --git a/english/php/aspose.barcode.recognition/quadrangle/lefttop/_index.md b/english/php/aspose.barcode.recognition/quadrangle/lefttop/_index.md deleted file mode 100644 index 20fb3038f..000000000 --- a/english/php/aspose.barcode.recognition/quadrangle/lefttop/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Quadrangle.LeftTop" -linktitle: "LeftTop" -articleTitle: "LeftTop" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets left-top corner Point of Quadrangle regionValue: A left-top corner Point of Quadrangle region" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/quadrangle/lefttop/ ---- - -## Quadrangle.LeftTop - -**Access:** Read/Write - - -### Get - -Gets left-top corner Point of Quadrangle regionValue: A left-top corner Point of Quadrangle region - - -### Set - -Gets left-top corner Point of Quadrangle regionValue: A left-top corner Point of Quadrangle region - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `Point` | | diff --git a/english/php/aspose.barcode.recognition/quadrangle/quadrangle/_index.md b/english/php/aspose.barcode.recognition/quadrangle/quadrangle/_index.md deleted file mode 100644 index 798c4005a..000000000 --- a/english/php/aspose.barcode.recognition/quadrangle/quadrangle/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "Quadrangle" -linktitle: "Quadrangle" -articleTitle: "Quadrangle" -second_title: "Aspose.BarCode for PHP via Java" -description: "Initializes a new instance of the Quadrangle structure with the describing points." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/quadrangle/quadrangle/ ---- - -## Quadrangle Constructor - -```php -__construct(Point $leftTop, Point $rightTop, Point $rightBottom, Point $leftBottom) -``` - - -Initializes a new instance of the Quadrangle structure with the describing points. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$leftTop` | `Point` | | -| `$rightTop` | `Point` | | -| `$rightBottom` | `Point` | | -| `$leftBottom` | `Point` | | diff --git a/english/php/aspose.barcode.recognition/quadrangle/rightbottom/_index.md b/english/php/aspose.barcode.recognition/quadrangle/rightbottom/_index.md deleted file mode 100644 index fa38516eb..000000000 --- a/english/php/aspose.barcode.recognition/quadrangle/rightbottom/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Quadrangle.RightBottom" -linktitle: "RightBottom" -articleTitle: "RightBottom" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets right-bottom corner Point of Quadrangle regionValue: A right-bottom corner Point of Quadrangle region" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/quadrangle/rightbottom/ ---- - -## Quadrangle.RightBottom - -**Access:** Read/Write - - -### Get - -Gets right-bottom corner Point of Quadrangle regionValue: A right-bottom corner Point of Quadrangle region - - -### Set - -Gets right-bottom corner Point of Quadrangle regionValue: A right-bottom corner Point of Quadrangle region - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `Point` | | diff --git a/english/php/aspose.barcode.recognition/quadrangle/righttop/_index.md b/english/php/aspose.barcode.recognition/quadrangle/righttop/_index.md deleted file mode 100644 index 01fc4769d..000000000 --- a/english/php/aspose.barcode.recognition/quadrangle/righttop/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Quadrangle.RightTop" -linktitle: "RightTop" -articleTitle: "RightTop" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets right-top corner Point of Quadrangle regionValue: A right-top corner Point of Quadrangle region" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/quadrangle/righttop/ ---- - -## Quadrangle.RightTop - -**Access:** Read/Write - - -### Get - -Gets right-top corner Point of Quadrangle regionValue: A right-top corner Point of Quadrangle region - - -### Set - -Gets right-top corner Point of Quadrangle regionValue: A right-top corner Point of Quadrangle region - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `Point` | | diff --git a/english/php/aspose.barcode.recognition/qualitysettings/_index.md b/english/php/aspose.barcode.recognition/qualitysettings/_index.md index 1dcf49085..8f47fe82d 100644 --- a/english/php/aspose.barcode.recognition/qualitysettings/_index.md +++ b/english/php/aspose.barcode.recognition/qualitysettings/_index.md @@ -1,7 +1,6 @@ --- -title: "QualitySettings Class" +title: "QualitySettings" linktitle: "QualitySettings" -articleTitle: "QualitySettings" second_title: "Aspose.BarCode for PHP via Java" description: "QualitySettings allows to configure recognition quality and speed manually. You can quickly set up QualitySettings by embedded presets: HighPerformance, NormalQuality, HighQuality, MaxBarCodes or you " type: docs @@ -21,20 +20,161 @@ QualitySettings allows to configure recognition quality and speed manually. You | Name | Description | | --- | --- | -| [__construct](./qualitysettings/) | | +| [__construct](#constructor) | | ## Properties -| Name | Read/Write | Description | -| --- | --- | --- | -| [AllowIncorrectBarcodes](./allowincorrectbarcodes/) | Read/Write | Allows engine to recognize barcodes which has incorrect checksumm or incorrect values. Mode can be used to recognize damaged barcodes with incorrect text. | -| [BarcodeQuality](./barcodequality/) | Read/Write | Mode which enables methods to recognize barcode elements with the selected quality. Barcode element with lower quality requires more hard methods which slows the recognition. | -| [ComplexBackground](./complexbackground/) | Read/Write | Mode which enables or disables additional recognition of color barcodes on color images. | -| [Deconvolution](./deconvolution/) | Read/Write | Deconvolution (image restorations) mode which defines level of image degradation. Originally deconvolution is a function which can restore image degraded (convoluted) by any natural function like blur, during obtaining image by camera. Because we cannot detect image function which corrupt the image, we have to check most well know functions like sharp or mathematical morphology. | -| [HighPerformance](./highperformance/) | Read-only | HighPerformance recognition quality preset. High quality barcodes are recognized well in this mode. | -| [HighQuality](./highquality/) | Read-only | HighQuality recognition quality preset. This preset is developed for low quality barcodes. | -| [InverseImage](./inverseimage/) | Read/Write | Mode which enables or disables additional recognition of barcodes on images with inverted colors (luminance). | -| [MaxQuality](./maxquality/) | Read-only | MaxQuality recognition quality preset. This preset is developed to recognize all possible barcodes, even incorrect barcodes. Value: MaxQuality recognition quality preset. | -| [MinimalXDimension](./minimalxdimension/) | Read/Write | Minimal size of XDimension in pixels which is used with UseMinimalXDimension. | -| [NormalQuality](./normalquality/) | Read-only | NormalQuality recognition quality preset. Suitable for the most of barcodes | -| [XDimension](./xdimension/) | Read/Write | Recognition mode which sets size (from 1 to infinity) of barcode minimal element: matrix cell or bar. | +| Name | Static | Read/Write | Description | +| --- | --- | --- | --- | +| [AllowIncorrectBarcodes](#allowincorrectbarcodes) | No | Read/Write | Allows engine to recognize barcodes which has incorrect checksumm or incorrect values. Mode can be used to recognize damaged barcodes with incorrect text. | +| [BarcodeQuality](#barcodequality) | No | Read/Write | Mode which enables methods to recognize barcode elements with the selected quality. Barcode element with lower quality requires more hard methods which slows the recognition. | +| [ComplexBackground](#complexbackground) | No | Read/Write | Mode which enables or disables additional recognition of color barcodes on color images. | +| [Deconvolution](#deconvolution) | No | Read/Write | Deconvolution (image restorations) mode which defines level of image degradation. Originally deconvolution is a function which can restore image degraded (convoluted) by any natural function like blur, during obtaining image by camera. Because we cannot detect image function which corrupt the image, we have to check most well know functions like sharp or mathematical morphology. | +| [HighPerformance](#highperformance) | Yes | Read-only | HighPerformance recognition quality preset. High quality barcodes are recognized well in this mode. | +| [HighQuality](#highquality) | Yes | Read-only | HighQuality recognition quality preset. This preset is developed for low quality barcodes. | +| [InverseImage](#inverseimage) | No | Read/Write | Mode which enables or disables additional recognition of barcodes on images with inverted colors (luminance). | +| [MaxQuality](#maxquality) | Yes | Read-only | MaxQuality recognition quality preset. This preset is developed to recognize all possible barcodes, even incorrect barcodes. Value: MaxQuality recognition quality preset. | +| [MinimalXDimension](#minimalxdimension) | No | Read/Write | Minimal size of XDimension in pixels which is used with UseMinimalXDimension. | +| [NormalQuality](#normalquality) | Yes | Read-only | NormalQuality recognition quality preset. Suitable for the most of barcodes | +| [XDimension](#xdimension) | No | Read/Write | Recognition mode which sets size (from 1 to infinity) of barcode minimal element: matrix cell or bar. | + +### QualitySettings__construct(QualitySettingsDTO $qualitySettingsDTO) {#constructor} + +| Parameter | Type | Description | +| --- | --- | --- | +| `$qualitySettingsDTO` | `QualitySettingsDTO` | | + +### AllowIncorrectBarcodes {#allowincorrectbarcodes} + +**Access:** Read/Write + +**Returns:** bool : Allows engine to recognize incorrect barcodes. + +Allows engine to recognize barcodes which has incorrect checksumm or incorrect values. Mode can be used to recognize damaged barcodes with incorrect text. + +Allows engine to recognize barcodes which has incorrect checksumm or incorrect values. Mode can be used to recognize damaged barcodes with incorrect text. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `bool` | : Allows engine to recognize incorrect barcodes. | + +### BarcodeQuality {#barcodequality} + +**Access:** Read/Write + +**Returns:** int : Mode which enables methods to recognize barcode elements with the selected quality. + +Mode which enables methods to recognize barcode elements with the selected quality. Barcode element with lower quality requires more hard methods which slows the recognition. + +Mode which enables methods to recognize barcode elements with the selected quality. Barcode element with lower quality requires more hard methods which slows the recognition. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | : Mode which enables methods to recognize barcode elements with the selected quality. | + +### ComplexBackground {#complexbackground} + +**Access:** Read/Write + +**Returns:** int : Additional recognition of color barcodes on color images. + +Mode which enables or disables additional recognition of color barcodes on color images. + +Mode which enables or disables additional recognition of color barcodes on color images. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | : Additional recognition of color barcodes on color images. | + +### Deconvolution {#deconvolution} + +**Access:** Read/Write + +**Returns:** int : Deconvolution mode which defines level of image degradation. + +Deconvolution (image restorations) mode which defines level of image degradation. Originally deconvolution is a function which can restore image degraded (convoluted) by any natural function like blur, during obtaining image by camera. Because we cannot detect image function which corrupt the image, we have to check most well know functions like sharp or mathematical morphology. + +Deconvolution (image restorations) mode which defines level of image degradation. Originally deconvolution is a function which can restore image degraded (convoluted) by any natural function like blur, during obtaining image by camera. Because we cannot detect image function which corrupt the image, we have to check most well know functions like sharp or mathematical morphology. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | : Deconvolution mode which defines level of image degradation. | + +### HighPerformance {#highperformance} + +**Access:** Read-only + +**Static:** Yes + +HighPerformance recognition quality preset. High quality barcodes are recognized well in this mode. + +### HighQuality {#highquality} + +**Access:** Read-only + +**Static:** Yes + +**Returns:** QualitySettings HighQuality recognition quality preset. + +HighQuality recognition quality preset. This preset is developed for low quality barcodes. + +### InverseImage {#inverseimage} + +**Access:** Read/Write + +**Returns:** int : Additional recognition of barcodes on images with inverse colors + +Mode which enables or disables additional recognition of barcodes on images with inverted colors (luminance). + +Mode which enables or disables additional recognition of barcodes on images with inverted colors (luminance). + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | : Additional recognition of barcodes on images with inverse colors | + +### MaxQuality {#maxquality} + +**Access:** Read-only + +**Static:** Yes + +MaxQuality recognition quality preset. This preset is developed to recognize all possible barcodes, even incorrect barcodes. Value: MaxQuality recognition quality preset. + +### MinimalXDimension {#minimalxdimension} + +**Access:** Read/Write + +**Returns:** float : Minimal size of XDimension in pixels which is used with UseMinimalXDimension. + +Minimal size of XDimension in pixels which is used with UseMinimalXDimension. + +Minimal size of XDimension in pixels which is used with UseMinimalXDimension. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `float` | : Minimal size of XDimension in pixels which is used with UseMinimalXDimension. | + +### NormalQuality {#normalquality} + +**Access:** Read-only + +**Static:** Yes + +**Returns:** QualitySettings NormalQuality recognition quality preset. + +NormalQuality recognition quality preset. Suitable for the most of barcodes + +### XDimension {#xdimension} + +**Access:** Read/Write + +**Returns:** int : size (from 1 to infinity) of barcode minimal element: matrix cell or bar. + +Recognition mode which sets size (from 1 to infinity) of barcode minimal element: matrix cell or bar. + +Recognition mode which sets size (from 1 to infinity) of barcode minimal element: matrix cell or bar. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + diff --git a/english/php/aspose.barcode.recognition/qualitysettings/allowincorrectbarcodes/_index.md b/english/php/aspose.barcode.recognition/qualitysettings/allowincorrectbarcodes/_index.md deleted file mode 100644 index 9df3186fe..000000000 --- a/english/php/aspose.barcode.recognition/qualitysettings/allowincorrectbarcodes/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "QualitySettings.AllowIncorrectBarcodes" -linktitle: "AllowIncorrectBarcodes" -articleTitle: "AllowIncorrectBarcodes" -second_title: "Aspose.BarCode for PHP via Java" -description: "Allows engine to recognize barcodes which has incorrect checksumm or incorrect values. Mode can be used to recognize damaged barcodes with incorrect text." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/qualitysettings/allowincorrectbarcodes/ ---- - -## QualitySettings.AllowIncorrectBarcodes - -**Access:** Read/Write - - -**Returns:** bool : Allows engine to recognize incorrect barcodes. - - -### Get - -Allows engine to recognize barcodes which has incorrect checksumm or incorrect values. Mode can be used to recognize damaged barcodes with incorrect text. - - -### Set - -Allows engine to recognize barcodes which has incorrect checksumm or incorrect values. Mode can be used to recognize damaged barcodes with incorrect text. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `bool` | : Allows engine to recognize incorrect barcodes. | diff --git a/english/php/aspose.barcode.recognition/qualitysettings/barcodequality/_index.md b/english/php/aspose.barcode.recognition/qualitysettings/barcodequality/_index.md deleted file mode 100644 index 40c79aa57..000000000 --- a/english/php/aspose.barcode.recognition/qualitysettings/barcodequality/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "QualitySettings.BarcodeQuality" -linktitle: "BarcodeQuality" -articleTitle: "BarcodeQuality" -second_title: "Aspose.BarCode for PHP via Java" -description: "Mode which enables methods to recognize barcode elements with the selected quality. Barcode element with lower quality requires more hard methods which slows the recognition." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/qualitysettings/barcodequality/ ---- - -## QualitySettings.BarcodeQuality - -**Access:** Read/Write - - -**Returns:** int : Mode which enables methods to recognize barcode elements with the selected quality. - - -### Get - -Mode which enables methods to recognize barcode elements with the selected quality. Barcode element with lower quality requires more hard methods which slows the recognition. - - -### Set - -Mode which enables methods to recognize barcode elements with the selected quality. Barcode element with lower quality requires more hard methods which slows the recognition. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | : Mode which enables methods to recognize barcode elements with the selected quality. | diff --git a/english/php/aspose.barcode.recognition/qualitysettings/complexbackground/_index.md b/english/php/aspose.barcode.recognition/qualitysettings/complexbackground/_index.md deleted file mode 100644 index c6c79fdff..000000000 --- a/english/php/aspose.barcode.recognition/qualitysettings/complexbackground/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "QualitySettings.ComplexBackground" -linktitle: "ComplexBackground" -articleTitle: "ComplexBackground" -second_title: "Aspose.BarCode for PHP via Java" -description: "Mode which enables or disables additional recognition of color barcodes on color images." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/qualitysettings/complexbackground/ ---- - -## QualitySettings.ComplexBackground - -**Access:** Read/Write - - -**Returns:** int : Additional recognition of color barcodes on color images. - - -### Get - -Mode which enables or disables additional recognition of color barcodes on color images. - - -### Set - -Mode which enables or disables additional recognition of color barcodes on color images. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | : Additional recognition of color barcodes on color images. | diff --git a/english/php/aspose.barcode.recognition/qualitysettings/deconvolution/_index.md b/english/php/aspose.barcode.recognition/qualitysettings/deconvolution/_index.md deleted file mode 100644 index ca93c27a0..000000000 --- a/english/php/aspose.barcode.recognition/qualitysettings/deconvolution/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "QualitySettings.Deconvolution" -linktitle: "Deconvolution" -articleTitle: "Deconvolution" -second_title: "Aspose.BarCode for PHP via Java" -description: "Deconvolution (image restorations) mode which defines level of image degradation. Originally deconvolution is a function which can restore image degraded (convoluted) by any natural function like blur" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/qualitysettings/deconvolution/ ---- - -## QualitySettings.Deconvolution - -**Access:** Read/Write - - -**Returns:** int : Deconvolution mode which defines level of image degradation. - - -### Get - -Deconvolution (image restorations) mode which defines level of image degradation. Originally deconvolution is a function which can restore image degraded (convoluted) by any natural function like blur, during obtaining image by camera. Because we cannot detect image function which corrupt the image, we have to check most well know functions like sharp or mathematical morphology. - - -### Set - -Deconvolution (image restorations) mode which defines level of image degradation. Originally deconvolution is a function which can restore image degraded (convoluted) by any natural function like blur, during obtaining image by camera. Because we cannot detect image function which corrupt the image, we have to check most well know functions like sharp or mathematical morphology. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | : Deconvolution mode which defines level of image degradation. | diff --git a/english/php/aspose.barcode.recognition/qualitysettings/highperformance/_index.md b/english/php/aspose.barcode.recognition/qualitysettings/highperformance/_index.md deleted file mode 100644 index dece04847..000000000 --- a/english/php/aspose.barcode.recognition/qualitysettings/highperformance/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "QualitySettings.HighPerformance" -linktitle: "HighPerformance" -articleTitle: "HighPerformance" -second_title: "Aspose.BarCode for PHP via Java" -description: "HighPerformance recognition quality preset. High quality barcodes are recognized well in this mode." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/qualitysettings/highperformance/ ---- - -## QualitySettings.HighPerformance - -**Access:** Read-only - - -### Get - -HighPerformance recognition quality preset. High quality barcodes are recognized well in this mode. - diff --git a/english/php/aspose.barcode.recognition/qualitysettings/highquality/_index.md b/english/php/aspose.barcode.recognition/qualitysettings/highquality/_index.md deleted file mode 100644 index dc89f31de..000000000 --- a/english/php/aspose.barcode.recognition/qualitysettings/highquality/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "QualitySettings.HighQuality" -linktitle: "HighQuality" -articleTitle: "HighQuality" -second_title: "Aspose.BarCode for PHP via Java" -description: "HighQuality recognition quality preset. This preset is developed for low quality barcodes." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/qualitysettings/highquality/ ---- - -## QualitySettings.HighQuality - -**Access:** Read-only - - -**Returns:** QualitySettings HighQuality recognition quality preset. - - -### Get - -HighQuality recognition quality preset. This preset is developed for low quality barcodes. - diff --git a/english/php/aspose.barcode.recognition/qualitysettings/inverseimage/_index.md b/english/php/aspose.barcode.recognition/qualitysettings/inverseimage/_index.md deleted file mode 100644 index 5f9b63cbe..000000000 --- a/english/php/aspose.barcode.recognition/qualitysettings/inverseimage/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "QualitySettings.InverseImage" -linktitle: "InverseImage" -articleTitle: "InverseImage" -second_title: "Aspose.BarCode for PHP via Java" -description: "Mode which enables or disables additional recognition of barcodes on images with inverted colors (luminance)." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/qualitysettings/inverseimage/ ---- - -## QualitySettings.InverseImage - -**Access:** Read/Write - - -**Returns:** int : Additional recognition of barcodes on images with inverse colors - - -### Get - -Mode which enables or disables additional recognition of barcodes on images with inverted colors (luminance). - - -### Set - -Mode which enables or disables additional recognition of barcodes on images with inverted colors (luminance). - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | : Additional recognition of barcodes on images with inverse colors | diff --git a/english/php/aspose.barcode.recognition/qualitysettings/maxquality/_index.md b/english/php/aspose.barcode.recognition/qualitysettings/maxquality/_index.md deleted file mode 100644 index 12ed8e8cc..000000000 --- a/english/php/aspose.barcode.recognition/qualitysettings/maxquality/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "QualitySettings.MaxQuality" -linktitle: "MaxQuality" -articleTitle: "MaxQuality" -second_title: "Aspose.BarCode for PHP via Java" -description: "MaxQuality recognition quality preset. This preset is developed to recognize all possible barcodes, even incorrect barcodes. Value: MaxQuality recognition quality preset." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/qualitysettings/maxquality/ ---- - -## QualitySettings.MaxQuality - -**Access:** Read-only - - -### Get - -MaxQuality recognition quality preset. This preset is developed to recognize all possible barcodes, even incorrect barcodes. Value: MaxQuality recognition quality preset. - diff --git a/english/php/aspose.barcode.recognition/qualitysettings/minimalxdimension/_index.md b/english/php/aspose.barcode.recognition/qualitysettings/minimalxdimension/_index.md deleted file mode 100644 index a4a871ac5..000000000 --- a/english/php/aspose.barcode.recognition/qualitysettings/minimalxdimension/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "QualitySettings.MinimalXDimension" -linktitle: "MinimalXDimension" -articleTitle: "MinimalXDimension" -second_title: "Aspose.BarCode for PHP via Java" -description: "Minimal size of XDimension in pixels which is used with UseMinimalXDimension." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/qualitysettings/minimalxdimension/ ---- - -## QualitySettings.MinimalXDimension - -**Access:** Read/Write - - -**Returns:** float : Minimal size of XDimension in pixels which is used with UseMinimalXDimension. - - -### Get - -Minimal size of XDimension in pixels which is used with UseMinimalXDimension. - - -### Set - -Minimal size of XDimension in pixels which is used with UseMinimalXDimension. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `float` | : Minimal size of XDimension in pixels which is used with UseMinimalXDimension. | diff --git a/english/php/aspose.barcode.recognition/qualitysettings/normalquality/_index.md b/english/php/aspose.barcode.recognition/qualitysettings/normalquality/_index.md deleted file mode 100644 index ca3983fea..000000000 --- a/english/php/aspose.barcode.recognition/qualitysettings/normalquality/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "QualitySettings.NormalQuality" -linktitle: "NormalQuality" -articleTitle: "NormalQuality" -second_title: "Aspose.BarCode for PHP via Java" -description: "NormalQuality recognition quality preset. Suitable for the most of barcodes" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/qualitysettings/normalquality/ ---- - -## QualitySettings.NormalQuality - -**Access:** Read-only - - -**Returns:** QualitySettings NormalQuality recognition quality preset. - - -### Get - -NormalQuality recognition quality preset. Suitable for the most of barcodes - diff --git a/english/php/aspose.barcode.recognition/qualitysettings/qualitysettings/_index.md b/english/php/aspose.barcode.recognition/qualitysettings/qualitysettings/_index.md deleted file mode 100644 index b17155066..000000000 --- a/english/php/aspose.barcode.recognition/qualitysettings/qualitysettings/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QualitySettings" -linktitle: "QualitySettings" -articleTitle: "QualitySettings" -second_title: "Aspose.BarCode for PHP via Java" -description: "" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/qualitysettings/qualitysettings/ ---- - -## QualitySettings Constructor - -```php -__construct(QualitySettingsDTO $qualitySettingsDTO) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$qualitySettingsDTO` | `QualitySettingsDTO` | | diff --git a/english/php/aspose.barcode.recognition/qualitysettings/xdimension/_index.md b/english/php/aspose.barcode.recognition/qualitysettings/xdimension/_index.md deleted file mode 100644 index ea7eb9726..000000000 --- a/english/php/aspose.barcode.recognition/qualitysettings/xdimension/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "QualitySettings.XDimension" -linktitle: "XDimension" -articleTitle: "XDimension" -second_title: "Aspose.BarCode for PHP via Java" -description: "Recognition mode which sets size (from 1 to infinity) of barcode minimal element: matrix cell or bar." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/qualitysettings/xdimension/ ---- - -## QualitySettings.XDimension - -**Access:** Read/Write - - -**Returns:** int : size (from 1 to infinity) of barcode minimal element: matrix cell or bar. - - -### Get - -Recognition mode which sets size (from 1 to infinity) of barcode minimal element: matrix cell or bar. - - -### Set - -Recognition mode which sets size (from 1 to infinity) of barcode minimal element: matrix cell or bar. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.recognition/recognitionabortedexception/_index.md b/english/php/aspose.barcode.recognition/recognitionabortedexception/_index.md index 3dc454d62..6027cc4b1 100644 --- a/english/php/aspose.barcode.recognition/recognitionabortedexception/_index.md +++ b/english/php/aspose.barcode.recognition/recognitionabortedexception/_index.md @@ -1,7 +1,6 @@ --- -title: "RecognitionAbortedException Class" +title: "RecognitionAbortedException" linktitle: "RecognitionAbortedException" -articleTitle: "RecognitionAbortedException" second_title: "Aspose.BarCode for PHP via Java" description: "" type: docs @@ -18,10 +17,34 @@ url: /php/aspose.barcode.recognition/recognitionabortedexception/ | Name | Description | | --- | --- | -| [__construct](./recognitionabortedexception/) | Initializes a new instance of the RecognitionAbortedException class with specified recognition abort message. | +| [__construct](#constructor) | Initializes a new instance of the RecognitionAbortedException class with specified recognition abort message. | ## Properties | Name | Read/Write | Description | | --- | --- | --- | -| [ExecutionTime](./executiontime/) | Read/Write | Gets the execution time of current recognition session | +| [ExecutionTime](#executiontime) | Read/Write | Gets the execution time of current recognition session | + +### RecognitionAbortedException__construct(?string $message, ?int $executionTime) {#constructor} + +Initializes a new instance of the RecognitionAbortedException class with specified recognition abort message. + +| Parameter | Type | Description | +| --- | --- | --- | +| `$message` | `?string` | null\|string The error message of the exception. | +| `$executionTime` | `?int` | null\|int The execution time of current recognition session. | + +### ExecutionTime {#executiontime} + +**Access:** Read/Write + +**Returns:** int The execution time of current recognition session + +Gets the execution time of current recognition session + +Sets the execution time of current recognition session + +| Parameter | Type | Description | +| --- | --- | --- | +| `$value` | `int` | | + diff --git a/english/php/aspose.barcode.recognition/recognitionabortedexception/executiontime/_index.md b/english/php/aspose.barcode.recognition/recognitionabortedexception/executiontime/_index.md deleted file mode 100644 index fd1226f2c..000000000 --- a/english/php/aspose.barcode.recognition/recognitionabortedexception/executiontime/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "RecognitionAbortedException.ExecutionTime" -linktitle: "ExecutionTime" -articleTitle: "ExecutionTime" -second_title: "Aspose.BarCode for PHP via Java" -description: "Gets the execution time of current recognition session" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/recognitionabortedexception/executiontime/ ---- - -## RecognitionAbortedException.ExecutionTime - -**Access:** Read/Write - - -**Returns:** int The execution time of current recognition session - - -### Get - -Gets the execution time of current recognition session - - -### Set - -Sets the execution time of current recognition session - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$value` | `int` | | diff --git a/english/php/aspose.barcode.recognition/recognitionabortedexception/recognitionabortedexception/_index.md b/english/php/aspose.barcode.recognition/recognitionabortedexception/recognitionabortedexception/_index.md deleted file mode 100644 index a3cd12d94..000000000 --- a/english/php/aspose.barcode.recognition/recognitionabortedexception/recognitionabortedexception/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: "RecognitionAbortedException" -linktitle: "RecognitionAbortedException" -articleTitle: "RecognitionAbortedException" -second_title: "Aspose.BarCode for PHP via Java" -description: "Initializes a new instance of the RecognitionAbortedException class with specified recognition abort message." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/recognitionabortedexception/recognitionabortedexception/ ---- - -## RecognitionAbortedException Constructor - -```php -__construct(?string $message, ?int $executionTime) -``` - - -Initializes a new instance of the RecognitionAbortedException class with specified recognition abort message. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `$message` | `?string` | null\|string The error message of the exception. | -| `$executionTime` | `?int` | null\|int The execution time of current recognition session. | diff --git a/english/php/aspose.barcode.recognition/xdimensionmode/_index.md b/english/php/aspose.barcode.recognition/xdimensionmode/_index.md index 56336035b..5295174fa 100644 --- a/english/php/aspose.barcode.recognition/xdimensionmode/_index.md +++ b/english/php/aspose.barcode.recognition/xdimensionmode/_index.md @@ -1,7 +1,6 @@ --- -title: "XDimensionMode Enum" +title: "XDimensionMode" linktitle: "XDimensionMode" -articleTitle: "XDimensionMode" second_title: "Aspose.BarCode for PHP via Java" description: "Recognition mode which sets size (from 1 to infinity) of barcode minimal element: matrix cell or bar." type: docs @@ -21,8 +20,38 @@ Recognition mode which sets size (from 1 to infinity) of barcode minimal element | Name | Value | Description | | --- | --- | --- | -| [AUTO](./auto/) | `0` | Value of XDimension is detected by AI (SVM). At this time the same as Normal | -| [LARGE](./large/) | `3` | Detects barcodes with large XDimension with quality from BarcodeQuality captured with high-resolution cameras. | -| [NORMAL](./normal/) | `2` | Detects barcodes with classic XDimension in 2 pixels or more with quality from BarcodeQuality or high quality barcodes. | -| [SMALL](./small/) | `1` | Detects barcodes with small XDimension in 1 pixel or more with quality from BarcodeQuality | -| [USE_MINIMAL_X_DIMENSION](./use_minimal_x_dimension/) | `4` | Detects barcodes from size set in MinimalXDimension with quality from BarcodeQuality | +| [AUTO](#auto) | `0` | Value of XDimension is detected by AI (SVM). At this time the same as Normal | +| [LARGE](#large) | `3` | Detects barcodes with large XDimension with quality from BarcodeQuality captured with high-resolution cameras. | +| [NORMAL](#normal) | `2` | Detects barcodes with classic XDimension in 2 pixels or more with quality from BarcodeQuality or high quality barcodes. | +| [SMALL](#small) | `1` | Detects barcodes with small XDimension in 1 pixel or more with quality from BarcodeQuality | +| [USE_MINIMAL_X_DIMENSION](#use_minimal_x_dimension) | `4` | Detects barcodes from size set in MinimalXDimension with quality from BarcodeQuality | +### AUTO {#auto} + +**Value:** `0` + +Value of XDimension is detected by AI (SVM). At this time the same as Normal + +### LARGE {#large} + +**Value:** `3` + +Detects barcodes with large XDimension with quality from BarcodeQuality captured with high-resolution cameras. + +### NORMAL {#normal} + +**Value:** `2` + +Detects barcodes with classic XDimension in 2 pixels or more with quality from BarcodeQuality or high quality barcodes. + +### SMALL {#small} + +**Value:** `1` + +Detects barcodes with small XDimension in 1 pixel or more with quality from BarcodeQuality + +### USE_MINIMAL_X_DIMENSION {#use_minimal_x_dimension} + +**Value:** `4` + +Detects barcodes from size set in MinimalXDimension with quality from BarcodeQuality + diff --git a/english/php/aspose.barcode.recognition/xdimensionmode/auto/_index.md b/english/php/aspose.barcode.recognition/xdimensionmode/auto/_index.md deleted file mode 100644 index f6634c868..000000000 --- a/english/php/aspose.barcode.recognition/xdimensionmode/auto/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "XDimensionMode::AUTO" -linktitle: "AUTO" -articleTitle: "AUTO" -second_title: "Aspose.BarCode for PHP via Java" -description: "Value of XDimension is detected by AI (SVM). At this time the same as Normal" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/xdimensionmode/auto/ ---- - -## XDimensionMode::AUTO Enum Value - -**Value:** `0` - - -Value of XDimension is detected by AI (SVM). At this time the same as Normal - diff --git a/english/php/aspose.barcode.recognition/xdimensionmode/large/_index.md b/english/php/aspose.barcode.recognition/xdimensionmode/large/_index.md deleted file mode 100644 index e95ed4317..000000000 --- a/english/php/aspose.barcode.recognition/xdimensionmode/large/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "XDimensionMode::LARGE" -linktitle: "LARGE" -articleTitle: "LARGE" -second_title: "Aspose.BarCode for PHP via Java" -description: "Detects barcodes with large XDimension with quality from BarcodeQuality captured with high-resolution cameras." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/xdimensionmode/large/ ---- - -## XDimensionMode::LARGE Enum Value - -**Value:** `3` - - -Detects barcodes with large XDimension with quality from BarcodeQuality captured with high-resolution cameras. - diff --git a/english/php/aspose.barcode.recognition/xdimensionmode/normal/_index.md b/english/php/aspose.barcode.recognition/xdimensionmode/normal/_index.md deleted file mode 100644 index a04a34b37..000000000 --- a/english/php/aspose.barcode.recognition/xdimensionmode/normal/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "XDimensionMode::NORMAL" -linktitle: "NORMAL" -articleTitle: "NORMAL" -second_title: "Aspose.BarCode for PHP via Java" -description: "Detects barcodes with classic XDimension in 2 pixels or more with quality from BarcodeQuality or high quality barcodes." -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/xdimensionmode/normal/ ---- - -## XDimensionMode::NORMAL Enum Value - -**Value:** `2` - - -Detects barcodes with classic XDimension in 2 pixels or more with quality from BarcodeQuality or high quality barcodes. - diff --git a/english/php/aspose.barcode.recognition/xdimensionmode/small/_index.md b/english/php/aspose.barcode.recognition/xdimensionmode/small/_index.md deleted file mode 100644 index 316ac7e8b..000000000 --- a/english/php/aspose.barcode.recognition/xdimensionmode/small/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "XDimensionMode::SMALL" -linktitle: "SMALL" -articleTitle: "SMALL" -second_title: "Aspose.BarCode for PHP via Java" -description: "Detects barcodes with small XDimension in 1 pixel or more with quality from BarcodeQuality" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/xdimensionmode/small/ ---- - -## XDimensionMode::SMALL Enum Value - -**Value:** `1` - - -Detects barcodes with small XDimension in 1 pixel or more with quality from BarcodeQuality - diff --git a/english/php/aspose.barcode.recognition/xdimensionmode/use_minimal_x_dimension/_index.md b/english/php/aspose.barcode.recognition/xdimensionmode/use_minimal_x_dimension/_index.md deleted file mode 100644 index dcb7da9be..000000000 --- a/english/php/aspose.barcode.recognition/xdimensionmode/use_minimal_x_dimension/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "XDimensionMode::USE_MINIMAL_X_DIMENSION" -linktitle: "USE_MINIMAL_X_DIMENSION" -articleTitle: "USE_MINIMAL_X_DIMENSION" -second_title: "Aspose.BarCode for PHP via Java" -description: "Detects barcodes from size set in MinimalXDimension with quality from BarcodeQuality" -type: docs -weight: 10 -url: /php/aspose.barcode.recognition/xdimensionmode/use_minimal_x_dimension/ ---- - -## XDimensionMode::USE_MINIMAL_X_DIMENSION Enum Value - -**Value:** `4` - - -Detects barcodes from size set in MinimalXDimension with quality from BarcodeQuality - diff --git a/english/python-java/_index.md b/english/python-java/_index.md index 4699d9baa..c2e0eb429 100644 --- a/english/python-java/_index.md +++ b/english/python-java/_index.md @@ -1,25 +1,22 @@ --- title: "Aspose.BarCode for Python via Java API Reference" linktitle: "Aspose.BarCode for Python via Java" -articleTitle: "Aspose.BarCode for Python via Java API Reference" -description: "Aspose.BarCode for Python via Java provides barcode generation and recognition capabilities for Python developers using Java libraries." +description: "Aspose.BarCode for Python via Java provides a powerful API to generate and read barcodes across 50+ symbologies in Python applications using Java runtime." type: docs weight: 10 url: /python-java/ -keywords: ", , Aspose API Reference" +keywords: "Aspose.BarCode for Python via Java, Aspose.BarCode, Aspose API Reference" is_root: true --- -The API enables developers to create, customize, and read a wide range of barcode symbologies, including QR Code, Data Matrix, PDF417, Code 128, UPC, and many more. Functionality is divided into four namespaces: aspose_barcode.complex_barcode for advanced composite symbols, aspose_barcode.core for shared utilities and configuration, aspose_barcode.generation for creating barcodes, and aspose_barcode.recognition for decoding them. - -## Aspose.BarCode for Python via Java API Reference +Developers can use the API to create barcode images, embed them in documents, and decode barcodes from images, PDFs, or streams. It supports a wide range of symbologies including QR, Data Matrix, Aztec, PDF417, Code 128, Code 39, UPC, EAN, and many others. The functionality is divided into four namespaces: aspose_barcode.complex_barcode for advanced composite symbols, aspose_barcode.core for shared utilities, aspose_barcode.generation for encoding, and aspose_barcode.recognition for decoding. ## Modules | Module | Description | | --- | --- | -| [aspose_barcode.complex_barcode](./aspose_barcode.complex_barcode/) | Provides classes and enums for generating and reading complex barcode symbologies, including HIBCLIC and address data handling. | -| [aspose_barcode.core](./aspose_barcode.core/) | The aspose_barcode.core namespace provides core types for barcode handling, including exceptions, licensing, and basic geometric structures. | -| [aspose_barcode.generation](./aspose_barcode.generation/) | The aspose_barcode.generation namespace offers classes and enums for configuring and creating a wide variety of barcodes programmatically. | -| [aspose_barcode.recognition](./aspose_barcode.recognition/) | Provides classes and enums for configuring, reading, and interpreting barcodes using Aspose.BarCode's recognition engine. | +| [aspose_barcode.complex_barcode](./aspose_barcode.complex_barcode/) | Provides classes and enums for generating and reading complex barcode formats, including HIBCLIC and custom data elements. | +| [aspose_barcode.core](./aspose_barcode.core/) | The aspose_barcode.core namespace supplies fundamental types and utilities for barcode processing, including error handling, licensing, and geometric primitives. | +| [aspose_barcode.generation](./aspose_barcode.generation/) | The aspose_barcode.generation namespace offers classes and enums for configuring and creating a wide variety of barcode images. | +| [aspose_barcode.recognition](./aspose_barcode.recognition/) | The aspose_barcode.recognition namespace offers classes and enums for configuring, reading, and interpreting various barcode types in Aspose.BarCode for Python via Java. | diff --git a/english/python-java/aspose_barcode.complex_barcode/_index.md b/english/python-java/aspose_barcode.complex_barcode/_index.md index 75f621e88..71af55cc0 100644 --- a/english/python-java/aspose_barcode.complex_barcode/_index.md +++ b/english/python-java/aspose_barcode.complex_barcode/_index.md @@ -1,9 +1,8 @@ --- title: "aspose_barcode.complex_barcode" linktitle: "aspose_barcode.complex_barcode" -articleTitle: "aspose_barcode.complex_barcode" second_title: "Aspose.BarCode for Python via Java" -description: "Provides classes and enums for generating and reading complex barcode symbologies, including HIBCLIC and address data handling." +description: "Provides classes and enums for generating and reading complex barcode formats, including HIBCLIC and custom data elements." type: docs weight: 10 url: /python-java/aspose_barcode.complex_barcode/ @@ -11,8 +10,7 @@ url: /python-java/aspose_barcode.complex_barcode/ ## aspose_barcode.complex_barcode module -The aspose_barcode.complex_barcode namespace groups the core types used to create and interpret advanced barcode formats such as HIBCLIC, as well as supporting address and data element structures. Use these classes to build, customize, and parse complex barcode payloads in your Python‑via‑Java applications. - +The aspose_barcode.complex_barcode namespace contains the core types used to create, configure, and interpret complex barcode symbologies such as HIBCLIC. It includes generators, readers, and supporting data structures for advanced barcode scenarios. ## Classes diff --git a/english/python-java/aspose_barcode.complex_barcode/address/__eq__/_index.md b/english/python-java/aspose_barcode.complex_barcode/address/__eq__/_index.md deleted file mode 100644 index 6380f8019..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/address/__eq__/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "Address.__eq__" -linktitle: "__eq__" -articleTitle: "__eq__" -second_title: "Aspose.BarCode for Python via Java" -description: "Determines whether the specified object is equal to the current object." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/address/__eq__/ ---- - -## Address.__eq__ - -```python -__eq__(self, Address other) -> bool -``` - - -Determines whether the specified object is equal to the current object. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `other` | `Address` | | - -**Return Type:** `bool` — True if the specified object is equal to the current object; otherwise, false. - diff --git a/english/python-java/aspose_barcode.complex_barcode/address/__hash__/_index.md b/english/python-java/aspose_barcode.complex_barcode/address/__hash__/_index.md deleted file mode 100644 index fe4f6199f..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/address/__hash__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "Address.__hash__" -linktitle: "__hash__" -articleTitle: "__hash__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns the hash code for the current instance." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/address/__hash__/ ---- - -## Address.__hash__ - -```python -__hash__(self) -> int -``` - - -Returns the hash code for the current instance. - - -**Return Type:** `int` — A hash code for the current object. - diff --git a/english/python-java/aspose_barcode.complex_barcode/address/_index.md b/english/python-java/aspose_barcode.complex_barcode/address/_index.md index 9afa27ea7..a718aae0e 100644 --- a/english/python-java/aspose_barcode.complex_barcode/address/_index.md +++ b/english/python-java/aspose_barcode.complex_barcode/address/_index.md @@ -1,7 +1,6 @@ --- -title: "Address Class" +title: "Address" linktitle: "Address" -articleTitle: "Address" second_title: "Aspose.BarCode for Python via Java" description: "Address of creditor or debtor. You can either set street, house number, postal code and town (type structured address) or address line 1 and 2 (type combined ad" type: docs @@ -21,26 +20,185 @@ Address of creditor or debtor. You can either set street, house number, postal c | Name | Description | | --- | --- | -| [__init__](./address/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [__eq__](./__eq__/) | `bool` | No | Determines whether the specified object is equal to the current object. | -| [__hash__](./__hash__/) | `int` | No | Returns the hash code for the current instance. | -| [clear](./clear/) | `None` | No | Clears all fields and sets the type to AddressType.Undetermined. | -| [type](./type/) | `AddressType` | No | | +| [__eq__](#__eq__) | `bool` | No | Determines whether the specified object is equal to the current object. | +| [__hash__](#__hash__) | `int` | No | Returns the hash code for the current instance. | +| [clear](#clear) | `None` | No | Clears all fields and sets the type to AddressType.Undetermined. | +| [type](#type) | `AddressType` | No | | ## Properties | Name | Type | Description | | --- | --- | --- | -| [address_line1](./address_line1/) | `Optional[str]` | Gets the address line 1. Address line 1 contains street name, house number or P.O. box. Setting this field sets the address type to AddressType.CombinedElements unless it's already AddressType.Structured, in which case it becomes AddressType.Conflicting. This field is only used for combined elements addresses and is optional. | -| [address_line2](./address_line2/) | `Optional[str]` | Gets the address line 2. Address line 2 contains postal code and town. Setting this field sets the address type to AddressType.CombinedElements unless it's already AddressType.Structured, in which case it becomes AddressType.Conflicting. This field is only used for combined elements addresses. For this type, it's mandatory. | -| [country_code](./country_code/) | `Optional[str]` | Gets the two-letter ISO country code. The country code is mandatory unless the entire address contains None or emtpy values. | -| [house_no](./house_no/) | `Optional[str]` | Gets the house number. Setting this field sets the address type to AddressType.Structured unless it's already AddressType.CombinedElements, in which case it becomes AddressType.Conflicting. This field is only used for structured addresses and is optional. | -| [name](./name/) | `Optional[str]` | Gets the name, either the first and last name of a natural person or the company name of a legal person. | -| [postal_code](./postal_code/) | `Optional[str]` | Gets the postal code. Setting this field sets the address type to AddressType.Structured unless it's already AddressType.CombinedElements, in which case it becomes AddressType.Conflicting. This field is only used for structured addresses. For this type, it's mandatory. | -| [street](./street/) | `Optional[str]` | Gets the street. The street must be speicfied without house number. Setting this field sets the address type to AddressType.Structured unless it's already AddressType.CombinedElements, in which case it becomes AddressType.Conflicting. This field is only used for structured addresses and is optional. | -| [town](./town/) | `Optional[str]` | Gets the town or city. Setting this field sets the address type to AddressType.Structured unless it's already AddressType.CombinedElements, in which case it becomes AddressType.Conflicting. This field is only used for structured addresses. For this type, it's mandatory. | +| [address_line1](#address_line1) | `Optional[str]` | Gets the address line 1. Address line 1 contains street name, house number or P.O. box. Setting this field sets the address type to AddressType.CombinedElements unless it's already AddressType.Structured, in which case it becomes AddressType.Conflicting. This field is only used for combined elements addresses and is optional. | +| [address_line2](#address_line2) | `Optional[str]` | Gets the address line 2. Address line 2 contains postal code and town. Setting this field sets the address type to AddressType.CombinedElements unless it's already AddressType.Structured, in which case it becomes AddressType.Conflicting. This field is only used for combined elements addresses. For this type, it's mandatory. | +| [country_code](#country_code) | `Optional[str]` | Gets the two-letter ISO country code. The country code is mandatory unless the entire address contains None or emtpy values. | +| [house_no](#house_no) | `Optional[str]` | Gets the house number. Setting this field sets the address type to AddressType.Structured unless it's already AddressType.CombinedElements, in which case it becomes AddressType.Conflicting. This field is only used for structured addresses and is optional. | +| [name](#name) | `Optional[str]` | Gets the name, either the first and last name of a natural person or the company name of a legal person. | +| [postal_code](#postal_code) | `Optional[str]` | Gets the postal code. Setting this field sets the address type to AddressType.Structured unless it's already AddressType.CombinedElements, in which case it becomes AddressType.Conflicting. This field is only used for structured addresses. For this type, it's mandatory. | +| [street](#street) | `Optional[str]` | Gets the street. The street must be speicfied without house number. Setting this field sets the address type to AddressType.Structured unless it's already AddressType.CombinedElements, in which case it becomes AddressType.Conflicting. This field is only used for structured addresses and is optional. | +| [town](#town) | `Optional[str]` | Gets the town or city. Setting this field sets the address type to AddressType.Structured unless it's already AddressType.CombinedElements, in which case it becomes AddressType.Conflicting. This field is only used for structured addresses. For this type, it's mandatory. | + +### Address Constructor {#constructor} + +```python +__init__(self) +``` + +### Address.__eq__ {#__eq__} + +```python +__eq__(self, Address other) -> bool +``` + +Determines whether the specified object is equal to the current object. + +| Parameter | Type | Description | +| --- | --- | --- | +| `other` | `Address` | | + +**Return Type:** `bool` — True if the specified object is equal to the current object; otherwise, false. + +### Address.__hash__ {#__hash__} + +```python +__hash__(self) -> int +``` + +Returns the hash code for the current instance. + +**Return Type:** `int` — A hash code for the current object. + +### Address.clear {#clear} + +```python +clear(self) +``` + +Clears all fields and sets the type to AddressType.Undetermined. + +### Address.type {#type} + +```python +type(self) -> AddressType +``` + +**Return Type:** `AddressType` + +### Address.address_line1 {#address_line1} + +**Type:** `Optional[str]` + +Gets the address line 1. Address line 1 contains street name, house number or P.O. box. Setting this field sets the address type to AddressType.CombinedElements unless it's already AddressType.Structured, in which case it becomes AddressType.Conflicting. This field is only used for combined elements addresses and is optional. + +**Returns:** The address line 1. + +Sets the address line 1. Address line 1 contains street name, house number or P.O. box. Setting this field sets the address type to AddressType.CombinedElements unless it's already AddressType.Structured, in which case it becomes AddressType.Conflicting. This field is only used for combined elements addresses and is optional. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `Optional[str]` | | + +### Address.address_line2 {#address_line2} + +**Type:** `Optional[str]` + +Gets the address line 2. Address line 2 contains postal code and town. Setting this field sets the address type to AddressType.CombinedElements unless it's already AddressType.Structured, in which case it becomes AddressType.Conflicting. This field is only used for combined elements addresses. For this type, it's mandatory. + +**Returns:** The address line 2. + +Sets the address line 2. Address line 2 contains postal code and town. Setting this field sets the address type to AddressType.CombinedElements unless it's already AddressType.Structured, in which case it becomes AddressType.Conflicting. This field is only used for combined elements addresses. For this type, it's mandatory. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `Optional[str]` | | + +### Address.country_code {#country_code} + +**Type:** `Optional[str]` + +Gets the two-letter ISO country code. The country code is mandatory unless the entire address contains None or emtpy values. + +**Returns:** The ISO country code. + +Sets the two-letter ISO country code. The country code is mandatory unless the entire address contains None or emtpy values. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `Optional[str]` | | + +### Address.house_no {#house_no} + +**Type:** `Optional[str]` + +Gets the house number. Setting this field sets the address type to AddressType.Structured unless it's already AddressType.CombinedElements, in which case it becomes AddressType.Conflicting. This field is only used for structured addresses and is optional. + +**Returns:** The house number. + +Sets the house number. Setting this field sets the address type to AddressType.Structured unless it's already AddressType.CombinedElements, in which case it becomes AddressType.Conflicting. This field is only used for structured addresses and is optional. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `Optional[str]` | | + +### Address.name {#name} + +**Type:** `Optional[str]` + +Gets the name, either the first and last name of a natural person or the company name of a legal person. + +**Returns:** The name. + +Sets the name, either the first and last name of a natural person or the company name of a legal person. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `Optional[str]` | | + +### Address.postal_code {#postal_code} + +**Type:** `Optional[str]` + +Gets the postal code. Setting this field sets the address type to AddressType.Structured unless it's already AddressType.CombinedElements, in which case it becomes AddressType.Conflicting. This field is only used for structured addresses. For this type, it's mandatory. + +**Returns:** The postal code. + +Sets the postal code. Setting this field sets the address type to AddressType.Structured unless it's already AddressType.CombinedElements, in which case it becomes AddressType.Conflicting. This field is only used for structured addresses. For this type, it's mandatory. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `Optional[str]` | | + +### Address.street {#street} + +**Type:** `Optional[str]` + +Gets the street. The street must be speicfied without house number. Setting this field sets the address type to AddressType.Structured unless it's already AddressType.CombinedElements, in which case it becomes AddressType.Conflicting. This field is only used for structured addresses and is optional. + +**Returns:** The street. + +Sets the street. The street must be speicfied without house number. Setting this field sets the address type to AddressType.Structured unless it's already AddressType.CombinedElements, in which case it becomes AddressType.Conflicting. This field is only used for structured addresses and is optional. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `Optional[str]` | | + +### Address.town {#town} + +**Type:** `Optional[str]` + +Gets the town or city. Setting this field sets the address type to AddressType.Structured unless it's already AddressType.CombinedElements, in which case it becomes AddressType.Conflicting. This field is only used for structured addresses. For this type, it's mandatory. + +**Returns:** The town or city. + +Sets the town or city. Setting this field sets the address type to AddressType.Structured unless it's already AddressType.CombinedElements, in which case it becomes AddressType.Conflicting. This field is only used for structured addresses. For this type, it's mandatory. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `Optional[str]` | | + diff --git a/english/python-java/aspose_barcode.complex_barcode/address/address/_index.md b/english/python-java/aspose_barcode.complex_barcode/address/address/_index.md deleted file mode 100644 index 5b28ff19d..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/address/address/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "Address" -linktitle: "Address" -articleTitle: "Address" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/address/address/ ---- - -## Address Constructor - -```python -__init__(self) -``` - diff --git a/english/python-java/aspose_barcode.complex_barcode/address/address_line1/_index.md b/english/python-java/aspose_barcode.complex_barcode/address/address_line1/_index.md deleted file mode 100644 index fcd7b844a..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/address/address_line1/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Address.address_line1" -linktitle: "address_line1" -articleTitle: "address_line1" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets the address line 1. Address line 1 contains street name, house number or P.O. box. Setting this field sets the address type to AddressType.CombinedElements" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/address/address_line1/ ---- - -## Address.address_line1 - -**Type:** `Optional[str]` - - -### Get - -Gets the address line 1. Address line 1 contains street name, house number or P.O. box. Setting this field sets the address type to AddressType.CombinedElements unless it's already AddressType.Structured, in which case it becomes AddressType.Conflicting. This field is only used for combined elements addresses and is optional. - - -**Returns:** The address line 1. - - -### Set - -Sets the address line 1. Address line 1 contains street name, house number or P.O. box. Setting this field sets the address type to AddressType.CombinedElements unless it's already AddressType.Structured, in which case it becomes AddressType.Conflicting. This field is only used for combined elements addresses and is optional. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `Optional[str]` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/address/address_line2/_index.md b/english/python-java/aspose_barcode.complex_barcode/address/address_line2/_index.md deleted file mode 100644 index d85871a33..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/address/address_line2/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Address.address_line2" -linktitle: "address_line2" -articleTitle: "address_line2" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets the address line 2. Address line 2 contains postal code and town. Setting this field sets the address type to AddressType.CombinedElements unless it's alre" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/address/address_line2/ ---- - -## Address.address_line2 - -**Type:** `Optional[str]` - - -### Get - -Gets the address line 2. Address line 2 contains postal code and town. Setting this field sets the address type to AddressType.CombinedElements unless it's already AddressType.Structured, in which case it becomes AddressType.Conflicting. This field is only used for combined elements addresses. For this type, it's mandatory. - - -**Returns:** The address line 2. - - -### Set - -Sets the address line 2. Address line 2 contains postal code and town. Setting this field sets the address type to AddressType.CombinedElements unless it's already AddressType.Structured, in which case it becomes AddressType.Conflicting. This field is only used for combined elements addresses. For this type, it's mandatory. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `Optional[str]` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/address/clear/_index.md b/english/python-java/aspose_barcode.complex_barcode/address/clear/_index.md deleted file mode 100644 index 050140186..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/address/clear/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Address.clear" -linktitle: "clear" -articleTitle: "clear" -second_title: "Aspose.BarCode for Python via Java" -description: "Clears all fields and sets the type to AddressType.Undetermined." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/address/clear/ ---- - -## Address.clear - -```python -clear(self) -``` - - -Clears all fields and sets the type to AddressType.Undetermined. - diff --git a/english/python-java/aspose_barcode.complex_barcode/address/country_code/_index.md b/english/python-java/aspose_barcode.complex_barcode/address/country_code/_index.md deleted file mode 100644 index 8d260b309..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/address/country_code/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Address.country_code" -linktitle: "country_code" -articleTitle: "country_code" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets the two-letter ISO country code. The country code is mandatory unless the entire address contains None or emtpy values." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/address/country_code/ ---- - -## Address.country_code - -**Type:** `Optional[str]` - - -### Get - -Gets the two-letter ISO country code. The country code is mandatory unless the entire address contains None or emtpy values. - - -**Returns:** The ISO country code. - - -### Set - -Sets the two-letter ISO country code. The country code is mandatory unless the entire address contains None or emtpy values. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `Optional[str]` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/address/house_no/_index.md b/english/python-java/aspose_barcode.complex_barcode/address/house_no/_index.md deleted file mode 100644 index bdb1facaa..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/address/house_no/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Address.house_no" -linktitle: "house_no" -articleTitle: "house_no" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets the house number. Setting this field sets the address type to AddressType.Structured unless it's already AddressType.CombinedElements, in which case it bec" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/address/house_no/ ---- - -## Address.house_no - -**Type:** `Optional[str]` - - -### Get - -Gets the house number. Setting this field sets the address type to AddressType.Structured unless it's already AddressType.CombinedElements, in which case it becomes AddressType.Conflicting. This field is only used for structured addresses and is optional. - - -**Returns:** The house number. - - -### Set - -Sets the house number. Setting this field sets the address type to AddressType.Structured unless it's already AddressType.CombinedElements, in which case it becomes AddressType.Conflicting. This field is only used for structured addresses and is optional. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `Optional[str]` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/address/name/_index.md b/english/python-java/aspose_barcode.complex_barcode/address/name/_index.md deleted file mode 100644 index 73a974413..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/address/name/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Address.name" -linktitle: "name" -articleTitle: "name" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets the name, either the first and last name of a natural person or the company name of a legal person." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/address/name/ ---- - -## Address.name - -**Type:** `Optional[str]` - - -### Get - -Gets the name, either the first and last name of a natural person or the company name of a legal person. - - -**Returns:** The name. - - -### Set - -Sets the name, either the first and last name of a natural person or the company name of a legal person. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `Optional[str]` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/address/postal_code/_index.md b/english/python-java/aspose_barcode.complex_barcode/address/postal_code/_index.md deleted file mode 100644 index cc9c542dc..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/address/postal_code/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Address.postal_code" -linktitle: "postal_code" -articleTitle: "postal_code" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets the postal code. Setting this field sets the address type to AddressType.Structured unless it's already AddressType.CombinedElements, in which case it beco" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/address/postal_code/ ---- - -## Address.postal_code - -**Type:** `Optional[str]` - - -### Get - -Gets the postal code. Setting this field sets the address type to AddressType.Structured unless it's already AddressType.CombinedElements, in which case it becomes AddressType.Conflicting. This field is only used for structured addresses. For this type, it's mandatory. - - -**Returns:** The postal code. - - -### Set - -Sets the postal code. Setting this field sets the address type to AddressType.Structured unless it's already AddressType.CombinedElements, in which case it becomes AddressType.Conflicting. This field is only used for structured addresses. For this type, it's mandatory. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `Optional[str]` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/address/street/_index.md b/english/python-java/aspose_barcode.complex_barcode/address/street/_index.md deleted file mode 100644 index 0ed05f4e9..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/address/street/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Address.street" -linktitle: "street" -articleTitle: "street" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets the street. The street must be speicfied without house number. Setting this field sets the address type to AddressType.Structured unless it's already Addre" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/address/street/ ---- - -## Address.street - -**Type:** `Optional[str]` - - -### Get - -Gets the street. The street must be speicfied without house number. Setting this field sets the address type to AddressType.Structured unless it's already AddressType.CombinedElements, in which case it becomes AddressType.Conflicting. This field is only used for structured addresses and is optional. - - -**Returns:** The street. - - -### Set - -Sets the street. The street must be speicfied without house number. Setting this field sets the address type to AddressType.Structured unless it's already AddressType.CombinedElements, in which case it becomes AddressType.Conflicting. This field is only used for structured addresses and is optional. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `Optional[str]` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/address/town/_index.md b/english/python-java/aspose_barcode.complex_barcode/address/town/_index.md deleted file mode 100644 index 04348c312..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/address/town/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Address.town" -linktitle: "town" -articleTitle: "town" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets the town or city. Setting this field sets the address type to AddressType.Structured unless it's already AddressType.CombinedElements, in which case it bec" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/address/town/ ---- - -## Address.town - -**Type:** `Optional[str]` - - -### Get - -Gets the town or city. Setting this field sets the address type to AddressType.Structured unless it's already AddressType.CombinedElements, in which case it becomes AddressType.Conflicting. This field is only used for structured addresses. For this type, it's mandatory. - - -**Returns:** The town or city. - - -### Set - -Sets the town or city. Setting this field sets the address type to AddressType.Structured unless it's already AddressType.CombinedElements, in which case it becomes AddressType.Conflicting. This field is only used for structured addresses. For this type, it's mandatory. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `Optional[str]` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/address/type/_index.md b/english/python-java/aspose_barcode.complex_barcode/address/type/_index.md deleted file mode 100644 index acae0c209..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/address/type/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Address.type" -linktitle: "type" -articleTitle: "type" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/address/type/ ---- - -## Address.type - -```python -type(self) -> AddressType -``` - - -**Return Type:** `AddressType` - diff --git a/english/python-java/aspose_barcode.complex_barcode/addresstype/_index.md b/english/python-java/aspose_barcode.complex_barcode/addresstype/_index.md index 67d17d1a0..2967aab95 100644 --- a/english/python-java/aspose_barcode.complex_barcode/addresstype/_index.md +++ b/english/python-java/aspose_barcode.complex_barcode/addresstype/_index.md @@ -1,7 +1,6 @@ --- -title: "AddressType Enum" +title: "AddressType" linktitle: "AddressType" -articleTitle: "AddressType" second_title: "Aspose.BarCode for Python via Java" description: "Address type." type: docs @@ -21,7 +20,31 @@ Address type. | Name | Value | Description | | --- | --- | --- | -| [COMBINED_ELEMENTS](./combined_elements/) | `2` | | -| [CONFLICTING](./conflicting/) | `3` | | -| [STRUCTURED](./structured/) | `1` | | -| [UNDETERMINED](./undetermined/) | `0` | | +| [COMBINED_ELEMENTS](#combined_elements) | `2` | | +| [CONFLICTING](#conflicting) | `3` | | +| [STRUCTURED](#structured) | `1` | | +| [UNDETERMINED](#undetermined) | `0` | | +### AddressType.COMBINED_ELEMENTS {#combined_elements} + +**Type:** `int` + +**Value:** `2` + +### AddressType.CONFLICTING {#conflicting} + +**Type:** `int` + +**Value:** `3` + +### AddressType.STRUCTURED {#structured} + +**Type:** `int` + +**Value:** `1` + +### AddressType.UNDETERMINED {#undetermined} + +**Type:** `int` + +**Value:** `0` + diff --git a/english/python-java/aspose_barcode.complex_barcode/addresstype/combined_elements/_index.md b/english/python-java/aspose_barcode.complex_barcode/addresstype/combined_elements/_index.md deleted file mode 100644 index 5fb86f7e4..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/addresstype/combined_elements/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "AddressType.COMBINED_ELEMENTS" -linktitle: "COMBINED_ELEMENTS" -articleTitle: "COMBINED_ELEMENTS" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/addresstype/combined_elements/ ---- - -## AddressType.COMBINED_ELEMENTS - -**Type:** `int` - - -**Value:** `2` - diff --git a/english/python-java/aspose_barcode.complex_barcode/addresstype/conflicting/_index.md b/english/python-java/aspose_barcode.complex_barcode/addresstype/conflicting/_index.md deleted file mode 100644 index 3ec9826f4..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/addresstype/conflicting/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "AddressType.CONFLICTING" -linktitle: "CONFLICTING" -articleTitle: "CONFLICTING" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/addresstype/conflicting/ ---- - -## AddressType.CONFLICTING - -**Type:** `int` - - -**Value:** `3` - diff --git a/english/python-java/aspose_barcode.complex_barcode/addresstype/structured/_index.md b/english/python-java/aspose_barcode.complex_barcode/addresstype/structured/_index.md deleted file mode 100644 index 374e26fa4..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/addresstype/structured/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "AddressType.STRUCTURED" -linktitle: "STRUCTURED" -articleTitle: "STRUCTURED" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/addresstype/structured/ ---- - -## AddressType.STRUCTURED - -**Type:** `int` - - -**Value:** `1` - diff --git a/english/python-java/aspose_barcode.complex_barcode/addresstype/undetermined/_index.md b/english/python-java/aspose_barcode.complex_barcode/addresstype/undetermined/_index.md deleted file mode 100644 index 6cc02e493..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/addresstype/undetermined/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "AddressType.UNDETERMINED" -linktitle: "UNDETERMINED" -articleTitle: "UNDETERMINED" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/addresstype/undetermined/ ---- - -## AddressType.UNDETERMINED - -**Type:** `int` - - -**Value:** `0` - diff --git a/english/python-java/aspose_barcode.complex_barcode/alternativescheme/__eq__/_index.md b/english/python-java/aspose_barcode.complex_barcode/alternativescheme/__eq__/_index.md deleted file mode 100644 index 9e952d108..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/alternativescheme/__eq__/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "AlternativeScheme.__eq__" -linktitle: "__eq__" -articleTitle: "__eq__" -second_title: "Aspose.BarCode for Python via Java" -description: "Determines whether the specified object is equal to the current object." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/alternativescheme/__eq__/ ---- - -## AlternativeScheme.__eq__ - -```python -__eq__(self, AlternativeScheme other) -> bool -``` - - -Determines whether the specified object is equal to the current object. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `other` | `AlternativeScheme` | | - -**Return Type:** `bool` — True if the specified object is equal to the current object; otherwise, false. - diff --git a/english/python-java/aspose_barcode.complex_barcode/alternativescheme/__hash__/_index.md b/english/python-java/aspose_barcode.complex_barcode/alternativescheme/__hash__/_index.md deleted file mode 100644 index 343c4f69e..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/alternativescheme/__hash__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "AlternativeScheme.__hash__" -linktitle: "__hash__" -articleTitle: "__hash__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns the hash code for the current instance." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/alternativescheme/__hash__/ ---- - -## AlternativeScheme.__hash__ - -```python -__hash__(self) -> int -``` - - -Returns the hash code for the current instance. - - -**Return Type:** `int` — a hash code for the current object. - diff --git a/english/python-java/aspose_barcode.complex_barcode/alternativescheme/_index.md b/english/python-java/aspose_barcode.complex_barcode/alternativescheme/_index.md index 293538ed1..fc29c448d 100644 --- a/english/python-java/aspose_barcode.complex_barcode/alternativescheme/_index.md +++ b/english/python-java/aspose_barcode.complex_barcode/alternativescheme/_index.md @@ -1,7 +1,6 @@ --- -title: "AlternativeScheme Class" +title: "AlternativeScheme" linktitle: "AlternativeScheme" -articleTitle: "AlternativeScheme" second_title: "Aspose.BarCode for Python via Java" description: "Alternative payment scheme instructions." type: docs @@ -21,17 +20,66 @@ Alternative payment scheme instructions. | Name | Description | | --- | --- | -| [__init__](./alternativescheme/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [__eq__](./__eq__/) | `bool` | No | Determines whether the specified object is equal to the current object. | -| [__hash__](./__hash__/) | `int` | No | Returns the hash code for the current instance. | +| [__eq__](#__eq__) | `bool` | No | Determines whether the specified object is equal to the current object. | +| [__hash__](#__hash__) | `int` | No | Returns the hash code for the current instance. | ## Properties | Name | Type | Description | | --- | --- | --- | -| [instruction](./instruction/) | `Optional[str]` | Gets the payment instruction for a given bill. The instruction consists of a two letter abbreviation for the scheme, a separator characters and a sequence of parameters(separated by the character at index 2). | +| [instruction](#instruction) | `Optional[str]` | Gets the payment instruction for a given bill. The instruction consists of a two letter abbreviation for the scheme, a separator characters and a sequence of parameters(separated by the character at index 2). | + +### AlternativeScheme Constructor {#constructor} + +```python +__init__(self, str instruction) +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `instruction` | `str` | | + +### AlternativeScheme.__eq__ {#__eq__} + +```python +__eq__(self, AlternativeScheme other) -> bool +``` + +Determines whether the specified object is equal to the current object. + +| Parameter | Type | Description | +| --- | --- | --- | +| `other` | `AlternativeScheme` | | + +**Return Type:** `bool` — True if the specified object is equal to the current object; otherwise, false. + +### AlternativeScheme.__hash__ {#__hash__} + +```python +__hash__(self) -> int +``` + +Returns the hash code for the current instance. + +**Return Type:** `int` — a hash code for the current object. + +### AlternativeScheme.instruction {#instruction} + +**Type:** `Optional[str]` + +Gets the payment instruction for a given bill. The instruction consists of a two letter abbreviation for the scheme, a separator characters and a sequence of parameters(separated by the character at index 2). + +**Returns:** The payment instruction. + +Gets the payment instruction for a given bill. The instruction consists of a two letter abbreviation for the scheme, a separator characters and a sequence of parameters(separated by the character at index 2). + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `str` | | + diff --git a/english/python-java/aspose_barcode.complex_barcode/alternativescheme/alternativescheme/_index.md b/english/python-java/aspose_barcode.complex_barcode/alternativescheme/alternativescheme/_index.md deleted file mode 100644 index 9433923c8..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/alternativescheme/alternativescheme/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "AlternativeScheme" -linktitle: "AlternativeScheme" -articleTitle: "AlternativeScheme" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/alternativescheme/alternativescheme/ ---- - -## AlternativeScheme Constructor - -```python -__init__(self, str instruction) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `instruction` | `str` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/alternativescheme/instruction/_index.md b/english/python-java/aspose_barcode.complex_barcode/alternativescheme/instruction/_index.md deleted file mode 100644 index 55f623999..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/alternativescheme/instruction/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "AlternativeScheme.instruction" -linktitle: "instruction" -articleTitle: "instruction" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets the payment instruction for a given bill. The instruction consists of a two letter abbreviation for the scheme, a separator characters and a sequence of pa" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/alternativescheme/instruction/ ---- - -## AlternativeScheme.instruction - -**Type:** `Optional[str]` - - -### Get - -Gets the payment instruction for a given bill. The instruction consists of a two letter abbreviation for the scheme, a separator characters and a sequence of parameters(separated by the character at index 2). - - -**Returns:** The payment instruction. - - -### Set - -Gets the payment instruction for a given bill. The instruction consists of a two letter abbreviation for the scheme, a separator characters and a sequence of parameters(separated by the character at index 2). - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `str` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/complexbarcodegenerator/_index.md b/english/python-java/aspose_barcode.complex_barcode/complexbarcodegenerator/_index.md index 56f2c3e8c..5df10f05b 100644 --- a/english/python-java/aspose_barcode.complex_barcode/complexbarcodegenerator/_index.md +++ b/english/python-java/aspose_barcode.complex_barcode/complexbarcodegenerator/_index.md @@ -1,7 +1,6 @@ --- -title: "ComplexBarcodeGenerator Class" +title: "ComplexBarcodeGenerator" linktitle: "ComplexBarcodeGenerator" -articleTitle: "ComplexBarcodeGenerator" second_title: "Aspose.BarCode for Python via Java" description: "ComplexBarcodeGenerator for backend complex barcode (e.g. SwissQR) images generation. This sample shows how to create and save a SwissQR image." type: docs @@ -21,12 +20,58 @@ ComplexBarcodeGenerator for backend complex barcode (e.g. SwissQR) images genera | Name | Description | | --- | --- | -| [__init__](./complexbarcodegenerator/) | Creates an instance of ComplexBarcodeGenerator. | +| [__init__](#constructor) | Creates an instance of ComplexBarcodeGenerator. | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [generate_barcode_image](./generate_barcode_image/) | `"Image.Image"` | No | Generates complex barcode image under current settings. | -| [parameters](./parameters/) | `BaseGenerationParameters` | No | Generation parameters. | -| [save](./save/) | `None` | No | Save barcode image to specific file in specific format. | +| [generate_barcode_image](#generate_barcode_image) | `"Image.Image"` | No | Generates complex barcode image under current settings. | +| [parameters](#parameters) | `BaseGenerationParameters` | No | Generation parameters. | +| [save](#save) | `None` | No | Save barcode image to specific file in specific format. | + +### ComplexBarcodeGenerator Constructor {#constructor} + +```python +__init__(self, IComplexCodetext complexCodetext) -> def +``` + +Creates an instance of ComplexBarcodeGenerator. + +| Parameter | Type | Description | +| --- | --- | --- | +| `complexCodetext` | `IComplexCodetext` | Complex codetext | + +### ComplexBarcodeGenerator.generate_barcode_image {#generate_barcode_image} + +```python +generate_barcode_image(self) -> "Image.Image" +``` + +Generates complex barcode image under current settings. + +**Return Type:** `"Image.Image"` — Pillow Image object of barcode image + +### ComplexBarcodeGenerator.parameters {#parameters} + +```python +parameters(self) -> BaseGenerationParameters +``` + +Generation parameters. + +**Return Type:** `BaseGenerationParameters` + +### ComplexBarcodeGenerator.save {#save} + +```python +save(self, Union[str, io.BytesIO] image_source, BarCodeImageFormat image_format) +``` + +Save barcode image to specific file in specific format. + +| Parameter | Type | Description | +| --- | --- | --- | +| `image_source` | `Union[str, io.BytesIO]` | | +| `image_format` | `BarCodeImageFormat` | | + diff --git a/english/python-java/aspose_barcode.complex_barcode/complexbarcodegenerator/complexbarcodegenerator/_index.md b/english/python-java/aspose_barcode.complex_barcode/complexbarcodegenerator/complexbarcodegenerator/_index.md deleted file mode 100644 index 7313c8b82..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/complexbarcodegenerator/complexbarcodegenerator/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "ComplexBarcodeGenerator" -linktitle: "ComplexBarcodeGenerator" -articleTitle: "ComplexBarcodeGenerator" -second_title: "Aspose.BarCode for Python via Java" -description: "Creates an instance of ComplexBarcodeGenerator." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/complexbarcodegenerator/complexbarcodegenerator/ ---- - -## ComplexBarcodeGenerator Constructor - -```python -__init__(self, IComplexCodetext complexCodetext) -> def -``` - - -Creates an instance of ComplexBarcodeGenerator. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `complexCodetext` | `IComplexCodetext` | Complex codetext | diff --git a/english/python-java/aspose_barcode.complex_barcode/complexbarcodegenerator/generate_barcode_image/_index.md b/english/python-java/aspose_barcode.complex_barcode/complexbarcodegenerator/generate_barcode_image/_index.md deleted file mode 100644 index c81baa6a6..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/complexbarcodegenerator/generate_barcode_image/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "ComplexBarcodeGenerator.generate_barcode_image" -linktitle: "generate_barcode_image" -articleTitle: "generate_barcode_image" -second_title: "Aspose.BarCode for Python via Java" -description: "Generates complex barcode image under current settings." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/complexbarcodegenerator/generate_barcode_image/ ---- - -## ComplexBarcodeGenerator.generate_barcode_image - -```python -generate_barcode_image(self) -> "Image.Image" -``` - - -Generates complex barcode image under current settings. - - -**Return Type:** `"Image.Image"` — Pillow Image object of barcode image - diff --git a/english/python-java/aspose_barcode.complex_barcode/complexbarcodegenerator/parameters/_index.md b/english/python-java/aspose_barcode.complex_barcode/complexbarcodegenerator/parameters/_index.md deleted file mode 100644 index c21d0e53d..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/complexbarcodegenerator/parameters/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "ComplexBarcodeGenerator.parameters" -linktitle: "parameters" -articleTitle: "parameters" -second_title: "Aspose.BarCode for Python via Java" -description: "Generation parameters." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/complexbarcodegenerator/parameters/ ---- - -## ComplexBarcodeGenerator.parameters - -```python -parameters(self) -> BaseGenerationParameters -``` - - -Generation parameters. - - -**Return Type:** `BaseGenerationParameters` - diff --git a/english/python-java/aspose_barcode.complex_barcode/complexbarcodegenerator/save/_index.md b/english/python-java/aspose_barcode.complex_barcode/complexbarcodegenerator/save/_index.md deleted file mode 100644 index 15916d152..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/complexbarcodegenerator/save/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: "ComplexBarcodeGenerator.save" -linktitle: "save" -articleTitle: "save" -second_title: "Aspose.BarCode for Python via Java" -description: "Save barcode image to specific file in specific format." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/complexbarcodegenerator/save/ ---- - -## ComplexBarcodeGenerator.save - -```python -save(self, Union[str, io.BytesIO] image_source, BarCodeImageFormat image_format) -``` - - -Save barcode image to specific file in specific format. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `image_source` | `Union[str, io.BytesIO]` | | -| `image_format` | `BarCodeImageFormat` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/complexcodetextreader/_index.md b/english/python-java/aspose_barcode.complex_barcode/complexcodetextreader/_index.md index aa7409d72..3c8a15ab0 100644 --- a/english/python-java/aspose_barcode.complex_barcode/complexcodetextreader/_index.md +++ b/english/python-java/aspose_barcode.complex_barcode/complexcodetextreader/_index.md @@ -1,7 +1,6 @@ --- -title: "ComplexCodetextReader Class" +title: "ComplexCodetextReader" linktitle: "ComplexCodetextReader" -articleTitle: "ComplexCodetextReader" second_title: "Aspose.BarCode for Python via Java" description: "ComplexCodetextReader decodes codetext to specified complex barcode type. This sample shows how to recognize and decode SwissQR image." type: docs @@ -21,10 +20,97 @@ ComplexCodetextReader decodes codetext to specified complex barcode type. This s | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [try_decode_hibc_lic](./try_decode_hibc_lic/) | `Optional[ Union[HIBCLICSecondaryAndAdditionalDataCodetext, HIBCLICPrimaryDataCodetext, HIBCLICCombinedCodetext]]` | Yes | | -| [try_decode_hibc_pas](./try_decode_hibc_pas/) | `Optional[HIBCPASCodetext]` | Yes | | -| [try_decode_mailmark](./try_decode_mailmark/) | `Optional[MailmarkCodetext]` | Yes | | -| [try_decode_mailmark_2d](./try_decode_mailmark_2d/) | `Optional[Mailmark2DCodetext]` | Yes | | -| [try_decode_maxi_code](./try_decode_maxi_code/) | `Optional[ Union[MaxiCodeCodetextMode2, MaxiCodeCodetextMode3, MaxiCodeStandardCodetext]]` | Yes | | -| [try_decode_swiss_qr](./try_decode_swiss_qr/) | `Optional[SwissQRCodetext]` | Yes | | -| [try_decode_usa_drive_id](./try_decode_usa_drive_id/) | `def` | Yes | Decodes USADriveId codetext. | +| [try_decode_hibc_lic](#try_decode_hibc_lic) | `Optional[ Union[HIBCLICSecondaryAndAdditionalDataCodetext, HIBCLICPrimaryDataCodetext, HIBCLICCombinedCodetext]]` | Yes | | +| [try_decode_hibc_pas](#try_decode_hibc_pas) | `Optional[HIBCPASCodetext]` | Yes | | +| [try_decode_mailmark](#try_decode_mailmark) | `Optional[MailmarkCodetext]` | Yes | | +| [try_decode_mailmark_2d](#try_decode_mailmark_2d) | `Optional[Mailmark2DCodetext]` | Yes | | +| [try_decode_maxi_code](#try_decode_maxi_code) | `Optional[ Union[MaxiCodeCodetextMode2, MaxiCodeCodetextMode3, MaxiCodeStandardCodetext]]` | Yes | | +| [try_decode_swiss_qr](#try_decode_swiss_qr) | `Optional[SwissQRCodetext]` | Yes | | +| [try_decode_usa_drive_id](#try_decode_usa_drive_id) | `def` | Yes | Decodes USADriveId codetext. | +### ComplexCodetextReader.try_decode_hibc_lic (static) {#try_decode_hibc_lic} + +```python +try_decode_hibc_lic(Union[str | None] encoded_codetext) -> Optional[ Union[HIBCLICSecondaryAndAdditionalDataCodetext, HIBCLICPrimaryDataCodetext, HIBCLICCombinedCodetext]] +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `encoded_codetext` | `Union[str \| None]` | | + +**Return Type:** `Optional[ Union[HIBCLICSecondaryAndAdditionalDataCodetext, HIBCLICPrimaryDataCodetext, HIBCLICCombinedCodetext]]` + +### ComplexCodetextReader.try_decode_hibc_pas (static) {#try_decode_hibc_pas} + +```python +try_decode_hibc_pas(str encoded_codetext) -> Optional[HIBCPASCodetext] +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `encoded_codetext` | `str` | | + +**Return Type:** `Optional[HIBCPASCodetext]` + +### ComplexCodetextReader.try_decode_mailmark (static) {#try_decode_mailmark} + +```python +try_decode_mailmark(str encoded_codetext) -> Optional[MailmarkCodetext] +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `encoded_codetext` | `str` | | + +**Return Type:** `Optional[MailmarkCodetext]` + +### ComplexCodetextReader.try_decode_mailmark_2d (static) {#try_decode_mailmark_2d} + +```python +try_decode_mailmark_2d(str encoded_codetext) -> Optional[Mailmark2DCodetext] +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `encoded_codetext` | `str` | | + +**Return Type:** `Optional[Mailmark2DCodetext]` + +### ComplexCodetextReader.try_decode_maxi_code (static) {#try_decode_maxi_code} + +```python +try_decode_maxi_code(MaxiCodeMode maxicode_mode, Union[str | None] encoded_codetext) -> Optional[ Union[MaxiCodeCodetextMode2, MaxiCodeCodetextMode3, MaxiCodeStandardCodetext]] +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `maxicode_mode` | `MaxiCodeMode` | | +| `encoded_codetext` | `Union[str \| None]` | | + +**Return Type:** `Optional[ Union[MaxiCodeCodetextMode2, MaxiCodeCodetextMode3, MaxiCodeStandardCodetext]]` + +### ComplexCodetextReader.try_decode_swiss_qr (static) {#try_decode_swiss_qr} + +```python +try_decode_swiss_qr(str encoded_codetext) -> Optional[SwissQRCodetext] +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `encoded_codetext` | `str` | | + +**Return Type:** `Optional[SwissQRCodetext]` + +### ComplexCodetextReader.try_decode_usa_drive_id (static) {#try_decode_usa_drive_id} + +```python +try_decode_usa_drive_id(encodedCodetext) -> def +``` + +Decodes USADriveId codetext. + +| Parameter | Type | Description | +| --- | --- | --- | +| `encodedCodetext` | `` | Encoded codetext | + +**Return Type:** `def` — Decoded USADriveId or null. + diff --git a/english/python-java/aspose_barcode.complex_barcode/complexcodetextreader/try_decode_hibc_lic/_index.md b/english/python-java/aspose_barcode.complex_barcode/complexcodetextreader/try_decode_hibc_lic/_index.md deleted file mode 100644 index 541e86e71..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/complexcodetextreader/try_decode_hibc_lic/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "ComplexCodetextReader.try_decode_hibc_lic" -linktitle: "try_decode_hibc_lic" -articleTitle: "try_decode_hibc_lic" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/complexcodetextreader/try_decode_hibc_lic/ ---- - -## ComplexCodetextReader.try_decode_hibc_lic - -```python -try_decode_hibc_lic(Union[str | None] encoded_codetext) -> Optional[ Union[HIBCLICSecondaryAndAdditionalDataCodetext, HIBCLICPrimaryDataCodetext, HIBCLICCombinedCodetext]] -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `encoded_codetext` | `Union[str \| None]` | | - -**Return Type:** `Optional[ Union[HIBCLICSecondaryAndAdditionalDataCodetext, HIBCLICPrimaryDataCodetext, HIBCLICCombinedCodetext]]` - diff --git a/english/python-java/aspose_barcode.complex_barcode/complexcodetextreader/try_decode_hibc_pas/_index.md b/english/python-java/aspose_barcode.complex_barcode/complexcodetextreader/try_decode_hibc_pas/_index.md deleted file mode 100644 index 4caca5279..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/complexcodetextreader/try_decode_hibc_pas/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "ComplexCodetextReader.try_decode_hibc_pas" -linktitle: "try_decode_hibc_pas" -articleTitle: "try_decode_hibc_pas" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/complexcodetextreader/try_decode_hibc_pas/ ---- - -## ComplexCodetextReader.try_decode_hibc_pas - -```python -try_decode_hibc_pas(str encoded_codetext) -> Optional[HIBCPASCodetext] -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `encoded_codetext` | `str` | | - -**Return Type:** `Optional[HIBCPASCodetext]` - diff --git a/english/python-java/aspose_barcode.complex_barcode/complexcodetextreader/try_decode_mailmark/_index.md b/english/python-java/aspose_barcode.complex_barcode/complexcodetextreader/try_decode_mailmark/_index.md deleted file mode 100644 index 8f2c2c9c2..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/complexcodetextreader/try_decode_mailmark/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "ComplexCodetextReader.try_decode_mailmark" -linktitle: "try_decode_mailmark" -articleTitle: "try_decode_mailmark" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/complexcodetextreader/try_decode_mailmark/ ---- - -## ComplexCodetextReader.try_decode_mailmark - -```python -try_decode_mailmark(str encoded_codetext) -> Optional[MailmarkCodetext] -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `encoded_codetext` | `str` | | - -**Return Type:** `Optional[MailmarkCodetext]` - diff --git a/english/python-java/aspose_barcode.complex_barcode/complexcodetextreader/try_decode_mailmark_2d/_index.md b/english/python-java/aspose_barcode.complex_barcode/complexcodetextreader/try_decode_mailmark_2d/_index.md deleted file mode 100644 index 022b00a86..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/complexcodetextreader/try_decode_mailmark_2d/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "ComplexCodetextReader.try_decode_mailmark_2d" -linktitle: "try_decode_mailmark_2d" -articleTitle: "try_decode_mailmark_2d" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/complexcodetextreader/try_decode_mailmark_2d/ ---- - -## ComplexCodetextReader.try_decode_mailmark_2d - -```python -try_decode_mailmark_2d(str encoded_codetext) -> Optional[Mailmark2DCodetext] -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `encoded_codetext` | `str` | | - -**Return Type:** `Optional[Mailmark2DCodetext]` - diff --git a/english/python-java/aspose_barcode.complex_barcode/complexcodetextreader/try_decode_maxi_code/_index.md b/english/python-java/aspose_barcode.complex_barcode/complexcodetextreader/try_decode_maxi_code/_index.md deleted file mode 100644 index fb9576c45..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/complexcodetextreader/try_decode_maxi_code/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: "ComplexCodetextReader.try_decode_maxi_code" -linktitle: "try_decode_maxi_code" -articleTitle: "try_decode_maxi_code" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/complexcodetextreader/try_decode_maxi_code/ ---- - -## ComplexCodetextReader.try_decode_maxi_code - -```python -try_decode_maxi_code(MaxiCodeMode maxicode_mode, Union[str | None] encoded_codetext) -> Optional[ Union[MaxiCodeCodetextMode2, MaxiCodeCodetextMode3, MaxiCodeStandardCodetext]] -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `maxicode_mode` | `MaxiCodeMode` | | -| `encoded_codetext` | `Union[str \| None]` | | - -**Return Type:** `Optional[ Union[MaxiCodeCodetextMode2, MaxiCodeCodetextMode3, MaxiCodeStandardCodetext]]` - diff --git a/english/python-java/aspose_barcode.complex_barcode/complexcodetextreader/try_decode_swiss_qr/_index.md b/english/python-java/aspose_barcode.complex_barcode/complexcodetextreader/try_decode_swiss_qr/_index.md deleted file mode 100644 index cd19259f0..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/complexcodetextreader/try_decode_swiss_qr/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "ComplexCodetextReader.try_decode_swiss_qr" -linktitle: "try_decode_swiss_qr" -articleTitle: "try_decode_swiss_qr" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/complexcodetextreader/try_decode_swiss_qr/ ---- - -## ComplexCodetextReader.try_decode_swiss_qr - -```python -try_decode_swiss_qr(str encoded_codetext) -> Optional[SwissQRCodetext] -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `encoded_codetext` | `str` | | - -**Return Type:** `Optional[SwissQRCodetext]` - diff --git a/english/python-java/aspose_barcode.complex_barcode/complexcodetextreader/try_decode_usa_drive_id/_index.md b/english/python-java/aspose_barcode.complex_barcode/complexcodetextreader/try_decode_usa_drive_id/_index.md deleted file mode 100644 index c4716b4c5..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/complexcodetextreader/try_decode_usa_drive_id/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "ComplexCodetextReader.try_decode_usa_drive_id" -linktitle: "try_decode_usa_drive_id" -articleTitle: "try_decode_usa_drive_id" -second_title: "Aspose.BarCode for Python via Java" -description: "Decodes USADriveId codetext." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/complexcodetextreader/try_decode_usa_drive_id/ ---- - -## ComplexCodetextReader.try_decode_usa_drive_id - -```python -try_decode_usa_drive_id(encodedCodetext) -> def -``` - - -Decodes USADriveId codetext. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `encodedCodetext` | `` | Encoded codetext | - -**Return Type:** `def` — Decoded USADriveId or null. - diff --git a/english/python-java/aspose_barcode.complex_barcode/dataelement/_index.md b/english/python-java/aspose_barcode.complex_barcode/dataelement/_index.md index c18453726..4a19adcb8 100644 --- a/english/python-java/aspose_barcode.complex_barcode/dataelement/_index.md +++ b/english/python-java/aspose_barcode.complex_barcode/dataelement/_index.md @@ -1,7 +1,6 @@ --- -title: "DataElement Class" +title: "DataElement" linktitle: "DataElement" -articleTitle: "DataElement" second_title: "Aspose.BarCode for Python via Java" description: "" type: docs @@ -18,11 +17,38 @@ url: /python-java/aspose_barcode.complex_barcode/dataelement/ | Name | Description | | --- | --- | -| [__init__](./dataelement/) | | +| [__init__](#constructor) | | ## Properties | Name | Type | Description | | --- | --- | --- | -| [element_id](./element_id/) | `def` | | -| [value](./value/) | `def` | | +| [element_id](#element_id) | `def` | | +| [value](#value) | `def` | | + +### DataElement Constructor {#constructor} + +```python +__init__(self, nativeObject) -> def +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `nativeObject` | `` | | + +### DataElement.element_id {#element_id} + +**Type:** `def` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `` | | + +### DataElement.value {#value} + +**Type:** `def` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `` | | + diff --git a/english/python-java/aspose_barcode.complex_barcode/dataelement/dataelement/_index.md b/english/python-java/aspose_barcode.complex_barcode/dataelement/dataelement/_index.md deleted file mode 100644 index 2639759a6..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/dataelement/dataelement/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataElement" -linktitle: "DataElement" -articleTitle: "DataElement" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/dataelement/dataelement/ ---- - -## DataElement Constructor - -```python -__init__(self, nativeObject) -> def -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `nativeObject` | `` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/dataelement/element_id/_index.md b/english/python-java/aspose_barcode.complex_barcode/dataelement/element_id/_index.md deleted file mode 100644 index cf4fd32eb..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/dataelement/element_id/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "DataElement.element_id" -linktitle: "element_id" -articleTitle: "element_id" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/dataelement/element_id/ ---- - -## DataElement.element_id - -**Type:** `def` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/dataelement/value/_index.md b/english/python-java/aspose_barcode.complex_barcode/dataelement/value/_index.md deleted file mode 100644 index 2057e84b7..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/dataelement/value/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "DataElement.value" -linktitle: "value" -articleTitle: "value" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/dataelement/value/ ---- - -## DataElement.value - -**Type:** `def` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcliccombinedcodetext/__eq__/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcliccombinedcodetext/__eq__/_index.md deleted file mode 100644 index e76eb6512..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibcliccombinedcodetext/__eq__/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "HIBCLICCombinedCodetext.__eq__" -linktitle: "__eq__" -articleTitle: "__eq__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns a value indicating whether this instance is equal to a specified HIBCLICCombinedCodetext value." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibcliccombinedcodetext/__eq__/ ---- - -## HIBCLICCombinedCodetext.__eq__ - -```python -__eq__(self, HIBCLICCombinedCodetext other) -> bool -``` - - -Returns a value indicating whether this instance is equal to a specified HIBCLICCombinedCodetext value. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `other` | `HIBCLICCombinedCodetext` | | - -**Return Type:** `bool` — True if obj has the same value as this instance; otherwise, False. - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcliccombinedcodetext/__hash__/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcliccombinedcodetext/__hash__/_index.md deleted file mode 100644 index 851e5e23e..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibcliccombinedcodetext/__hash__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "HIBCLICCombinedCodetext.__hash__" -linktitle: "__hash__" -articleTitle: "__hash__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns the hash code for the current instance." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibcliccombinedcodetext/__hash__/ ---- - -## HIBCLICCombinedCodetext.__hash__ - -```python -__hash__(self) -> int -``` - - -Returns the hash code for the current instance. - - -**Return Type:** `int` — A hash code for the current object. - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcliccombinedcodetext/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcliccombinedcodetext/_index.md index e507b11e0..6c530fe8d 100644 --- a/english/python-java/aspose_barcode.complex_barcode/hibcliccombinedcodetext/_index.md +++ b/english/python-java/aspose_barcode.complex_barcode/hibcliccombinedcodetext/_index.md @@ -1,7 +1,6 @@ --- -title: "HIBCLICCombinedCodetext Class" +title: "HIBCLICCombinedCodetext" linktitle: "HIBCLICCombinedCodetext" -articleTitle: "HIBCLICCombinedCodetext" second_title: "Aspose.BarCode for Python via Java" description: "Class for encoding and decoding the text embedded in the HIBC LIC code which stores primary and secodary data. This sample shows how to encode and decode HIBC L" type: docs @@ -23,20 +22,97 @@ Class for encoding and decoding the text embedded in the HIBC LIC code which sto | Name | Description | | --- | --- | -| [__init__](./hibcliccombinedcodetext/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [__eq__](./__eq__/) | `bool` | No | Returns a value indicating whether this instance is equal to a specified HIBCLICCombinedCodetext value. | -| [__hash__](./__hash__/) | `int` | No | Returns the hash code for the current instance. | -| [constructed_codetext](./constructed_codetext/) | `Optional[str]` | No | Constructs codetext. | -| [init_from_string](./init_from_string/) | `None` | No | Initializes instance from constructed codetext. | +| [__eq__](#__eq__) | `bool` | No | Returns a value indicating whether this instance is equal to a specified HIBCLICCombinedCodetext value. | +| [__hash__](#__hash__) | `int` | No | Returns the hash code for the current instance. | +| [constructed_codetext](#constructed_codetext) | `Optional[str]` | No | Constructs codetext. | +| [init_from_string](#init_from_string) | `None` | No | Initializes instance from constructed codetext. | ## Properties | Name | Type | Description | | --- | --- | --- | -| [primary_data](./primary_data/) | `Optional[PrimaryData]` | Identifies primary data. | -| [secondary_and_additional_data](./secondary_and_additional_data/) | `Optional[SecondaryAndAdditionalData]` | Identifies secondary and additional supplemental data. | +| [primary_data](#primary_data) | `Optional[PrimaryData]` | Identifies primary data. | +| [secondary_and_additional_data](#secondary_and_additional_data) | `Optional[SecondaryAndAdditionalData]` | Identifies secondary and additional supplemental data. | + +### HIBCLICCombinedCodetext Constructor {#constructor} + +```python +__init__(self) +``` + +### HIBCLICCombinedCodetext.__eq__ {#__eq__} + +```python +__eq__(self, HIBCLICCombinedCodetext other) -> bool +``` + +Returns a value indicating whether this instance is equal to a specified HIBCLICCombinedCodetext value. + +| Parameter | Type | Description | +| --- | --- | --- | +| `other` | `HIBCLICCombinedCodetext` | | + +**Return Type:** `bool` — True if obj has the same value as this instance; otherwise, False. + +### HIBCLICCombinedCodetext.__hash__ {#__hash__} + +```python +__hash__(self) -> int +``` + +Returns the hash code for the current instance. + +**Return Type:** `int` — A hash code for the current object. + +### HIBCLICCombinedCodetext.constructed_codetext {#constructed_codetext} + +```python +constructed_codetext(self) -> Optional[str] +``` + +Constructs codetext. + +**Return Type:** `Optional[str]` — Constructed codetext + +### HIBCLICCombinedCodetext.init_from_string {#init_from_string} + +```python +init_from_string(self, str constructed_codetext) +``` + +Initializes instance from constructed codetext. + +| Parameter | Type | Description | +| --- | --- | --- | +| `constructed_codetext` | `str` | | + +### HIBCLICCombinedCodetext.primary_data {#primary_data} + +**Type:** `Optional[PrimaryData]` + +Identifies primary data. + +Identifies primary data. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `PrimaryData` | | + +### HIBCLICCombinedCodetext.secondary_and_additional_data {#secondary_and_additional_data} + +**Type:** `Optional[SecondaryAndAdditionalData]` + +Identifies secondary and additional supplemental data. + +Identifies secondary and additional supplemental data. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `SecondaryAndAdditionalData` | | + diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcliccombinedcodetext/constructed_codetext/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcliccombinedcodetext/constructed_codetext/_index.md deleted file mode 100644 index efc255af3..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibcliccombinedcodetext/constructed_codetext/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "HIBCLICCombinedCodetext.constructed_codetext" -linktitle: "constructed_codetext" -articleTitle: "constructed_codetext" -second_title: "Aspose.BarCode for Python via Java" -description: "Constructs codetext." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibcliccombinedcodetext/constructed_codetext/ ---- - -## HIBCLICCombinedCodetext.constructed_codetext - -```python -constructed_codetext(self) -> Optional[str] -``` - - -Constructs codetext. - - -**Return Type:** `Optional[str]` — Constructed codetext - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcliccombinedcodetext/hibcliccombinedcodetext/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcliccombinedcodetext/hibcliccombinedcodetext/_index.md deleted file mode 100644 index f90e5bcc8..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibcliccombinedcodetext/hibcliccombinedcodetext/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "HIBCLICCombinedCodetext" -linktitle: "HIBCLICCombinedCodetext" -articleTitle: "HIBCLICCombinedCodetext" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibcliccombinedcodetext/hibcliccombinedcodetext/ ---- - -## HIBCLICCombinedCodetext Constructor - -```python -__init__(self) -``` - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcliccombinedcodetext/init_from_string/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcliccombinedcodetext/init_from_string/_index.md deleted file mode 100644 index 31cfc567c..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibcliccombinedcodetext/init_from_string/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "HIBCLICCombinedCodetext.init_from_string" -linktitle: "init_from_string" -articleTitle: "init_from_string" -second_title: "Aspose.BarCode for Python via Java" -description: "Initializes instance from constructed codetext." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibcliccombinedcodetext/init_from_string/ ---- - -## HIBCLICCombinedCodetext.init_from_string - -```python -init_from_string(self, str constructed_codetext) -``` - - -Initializes instance from constructed codetext. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `constructed_codetext` | `str` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcliccombinedcodetext/primary_data/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcliccombinedcodetext/primary_data/_index.md deleted file mode 100644 index 534c2c491..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibcliccombinedcodetext/primary_data/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "HIBCLICCombinedCodetext.primary_data" -linktitle: "primary_data" -articleTitle: "primary_data" -second_title: "Aspose.BarCode for Python via Java" -description: "Identifies primary data." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibcliccombinedcodetext/primary_data/ ---- - -## HIBCLICCombinedCodetext.primary_data - -**Type:** `Optional[PrimaryData]` - - -### Get - -Identifies primary data. - - -### Set - -Identifies primary data. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `PrimaryData` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcliccombinedcodetext/secondary_and_additional_data/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcliccombinedcodetext/secondary_and_additional_data/_index.md deleted file mode 100644 index a6da6cd30..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibcliccombinedcodetext/secondary_and_additional_data/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "HIBCLICCombinedCodetext.secondary_and_additional_data" -linktitle: "secondary_and_additional_data" -articleTitle: "secondary_and_additional_data" -second_title: "Aspose.BarCode for Python via Java" -description: "Identifies secondary and additional supplemental data." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibcliccombinedcodetext/secondary_and_additional_data/ ---- - -## HIBCLICCombinedCodetext.secondary_and_additional_data - -**Type:** `Optional[SecondaryAndAdditionalData]` - - -### Get - -Identifies secondary and additional supplemental data. - - -### Set - -Identifies secondary and additional supplemental data. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `SecondaryAndAdditionalData` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcliccomplexcodetext/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcliccomplexcodetext/_index.md index b0408d4f1..fef12cdf9 100644 --- a/english/python-java/aspose_barcode.complex_barcode/hibcliccomplexcodetext/_index.md +++ b/english/python-java/aspose_barcode.complex_barcode/hibcliccomplexcodetext/_index.md @@ -1,7 +1,6 @@ --- -title: "HIBCLICComplexCodetext Class" +title: "HIBCLICComplexCodetext" linktitle: "HIBCLICComplexCodetext" -articleTitle: "HIBCLICComplexCodetext" second_title: "Aspose.BarCode for Python via Java" description: "Base class for encoding and decoding the text embedded in the HIBC LIC code. This sample shows how to decode raw HIBC LIC codetext to HIBCLICComplexCodetext ins" type: docs @@ -23,17 +22,66 @@ Base class for encoding and decoding the text embedded in the HIBC LIC code. Thi | Name | Description | | --- | --- | -| [__init__](./hibcliccomplexcodetext/) | Reimplemented from IComplexCodetext. | +| [__init__](#constructor) | Reimplemented from IComplexCodetext. | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [constructed_codetext](./constructed_codetext/) | `Optional[str]` | No | Reimplemented from IComplexCodetext. Reimplemented in HIBCLICPrimaryDataCodetext, and HIBCLICCombinedCodetext. | -| [init_from_string](./init_from_string/) | `None` | No | Reimplemented from IComplexCodetext. Reimplemented in HIBCLICSecondaryAndAdditionalDataCodetext, HIBCLICPrimaryDataCodetext, and HIBCLICCombinedCodetext. | +| [constructed_codetext](#constructed_codetext) | `Optional[str]` | No | Reimplemented from IComplexCodetext. Reimplemented in HIBCLICPrimaryDataCodetext, and HIBCLICCombinedCodetext. | +| [init_from_string](#init_from_string) | `None` | No | Reimplemented from IComplexCodetext. Reimplemented in HIBCLICSecondaryAndAdditionalDataCodetext, HIBCLICPrimaryDataCodetext, and HIBCLICCombinedCodetext. | ## Properties | Name | Type | Description | | --- | --- | --- | -| [barcode_type](./barcode_type/) | `EncodeTypes` | Gets barcode type. HIBC LIC codetext can be encoded using HIBCCode39LIC, HIBCCode128LIC, HIBCAztecLIC, HIBCDataMatrixLIC and HIBCQRLIC encode types. Default value: HIBCCode39LIC. | +| [barcode_type](#barcode_type) | `EncodeTypes` | Gets barcode type. HIBC LIC codetext can be encoded using HIBCCode39LIC, HIBCCode128LIC, HIBCAztecLIC, HIBCDataMatrixLIC and HIBCQRLIC encode types. Default value: HIBCCode39LIC. | + +### HIBCLICComplexCodetext Constructor {#constructor} + +```python +__init__(self, _java_class) +``` + +Reimplemented from IComplexCodetext. + +| Parameter | Type | Description | +| --- | --- | --- | +| `_java_class` | `` | | + +### HIBCLICComplexCodetext.constructed_codetext {#constructed_codetext} + +```python +constructed_codetext(self) -> Optional[str] +``` + +Reimplemented from IComplexCodetext. Reimplemented in HIBCLICPrimaryDataCodetext, and HIBCLICCombinedCodetext. + +**Return Type:** `Optional[str]` + +### HIBCLICComplexCodetext.init_from_string {#init_from_string} + +```python +init_from_string(self, str constructed_codetext) +``` + +Reimplemented from IComplexCodetext. Reimplemented in HIBCLICSecondaryAndAdditionalDataCodetext, HIBCLICPrimaryDataCodetext, and HIBCLICCombinedCodetext. + +| Parameter | Type | Description | +| --- | --- | --- | +| `constructed_codetext` | `str` | | + +### HIBCLICComplexCodetext.barcode_type {#barcode_type} + +**Type:** `EncodeTypes` + +Gets barcode type. HIBC LIC codetext can be encoded using HIBCCode39LIC, HIBCCode128LIC, HIBCAztecLIC, HIBCDataMatrixLIC and HIBCQRLIC encode types. Default value: HIBCCode39LIC. + +**Returns:** Barcode type. + +Sets barcode type. HIBC LIC codetext can be encoded using HIBCCode39LIC, HIBCCode128LIC, HIBCAztecLIC, HIBCDataMatrixLIC and HIBCQRLIC encode types. Default value: HIBCCode39LIC. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `EncodeTypes` | | + diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcliccomplexcodetext/barcode_type/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcliccomplexcodetext/barcode_type/_index.md deleted file mode 100644 index 1db53df4c..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibcliccomplexcodetext/barcode_type/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "HIBCLICComplexCodetext.barcode_type" -linktitle: "barcode_type" -articleTitle: "barcode_type" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets barcode type. HIBC LIC codetext can be encoded using HIBCCode39LIC, HIBCCode128LIC, HIBCAztecLIC, HIBCDataMatrixLIC and HIBCQRLIC encode types. Default val" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibcliccomplexcodetext/barcode_type/ ---- - -## HIBCLICComplexCodetext.barcode_type - -**Type:** `EncodeTypes` - - -### Get - -Gets barcode type. HIBC LIC codetext can be encoded using HIBCCode39LIC, HIBCCode128LIC, HIBCAztecLIC, HIBCDataMatrixLIC and HIBCQRLIC encode types. Default value: HIBCCode39LIC. - - -**Returns:** Barcode type. - - -### Set - -Sets barcode type. HIBC LIC codetext can be encoded using HIBCCode39LIC, HIBCCode128LIC, HIBCAztecLIC, HIBCDataMatrixLIC and HIBCQRLIC encode types. Default value: HIBCCode39LIC. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `EncodeTypes` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcliccomplexcodetext/constructed_codetext/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcliccomplexcodetext/constructed_codetext/_index.md deleted file mode 100644 index 4e3783cfc..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibcliccomplexcodetext/constructed_codetext/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "HIBCLICComplexCodetext.constructed_codetext" -linktitle: "constructed_codetext" -articleTitle: "constructed_codetext" -second_title: "Aspose.BarCode for Python via Java" -description: "Reimplemented from IComplexCodetext. Reimplemented in HIBCLICPrimaryDataCodetext, and HIBCLICCombinedCodetext." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibcliccomplexcodetext/constructed_codetext/ ---- - -## HIBCLICComplexCodetext.constructed_codetext - -```python -constructed_codetext(self) -> Optional[str] -``` - - -Reimplemented from IComplexCodetext. Reimplemented in HIBCLICPrimaryDataCodetext, and HIBCLICCombinedCodetext. - - -**Return Type:** `Optional[str]` - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcliccomplexcodetext/hibcliccomplexcodetext/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcliccomplexcodetext/hibcliccomplexcodetext/_index.md deleted file mode 100644 index 35642df21..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibcliccomplexcodetext/hibcliccomplexcodetext/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "HIBCLICComplexCodetext" -linktitle: "HIBCLICComplexCodetext" -articleTitle: "HIBCLICComplexCodetext" -second_title: "Aspose.BarCode for Python via Java" -description: "Reimplemented from IComplexCodetext." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibcliccomplexcodetext/hibcliccomplexcodetext/ ---- - -## HIBCLICComplexCodetext Constructor - -```python -__init__(self, _java_class) -``` - - -Reimplemented from IComplexCodetext. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `_java_class` | `` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcliccomplexcodetext/init_from_string/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcliccomplexcodetext/init_from_string/_index.md deleted file mode 100644 index 6bc5ce2cb..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibcliccomplexcodetext/init_from_string/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "HIBCLICComplexCodetext.init_from_string" -linktitle: "init_from_string" -articleTitle: "init_from_string" -second_title: "Aspose.BarCode for Python via Java" -description: "Reimplemented from IComplexCodetext. Reimplemented in HIBCLICSecondaryAndAdditionalDataCodetext, HIBCLICPrimaryDataCodetext, and HIBCLICCombinedCodetext." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibcliccomplexcodetext/init_from_string/ ---- - -## HIBCLICComplexCodetext.init_from_string - -```python -init_from_string(self, str constructed_codetext) -``` - - -Reimplemented from IComplexCodetext. Reimplemented in HIBCLICSecondaryAndAdditionalDataCodetext, HIBCLICPrimaryDataCodetext, and HIBCLICCombinedCodetext. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `constructed_codetext` | `str` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/hibclicdateformat/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibclicdateformat/_index.md index 675f0a789..eca08db37 100644 --- a/english/python-java/aspose_barcode.complex_barcode/hibclicdateformat/_index.md +++ b/english/python-java/aspose_barcode.complex_barcode/hibclicdateformat/_index.md @@ -1,7 +1,6 @@ --- -title: "HIBCLICDateFormat Enum" +title: "HIBCLICDateFormat" linktitle: "HIBCLICDateFormat" -articleTitle: "HIBCLICDateFormat" second_title: "Aspose.BarCode for Python via Java" description: "Specifies the different types of date formats for HIBC LIC." type: docs @@ -21,11 +20,75 @@ Specifies the different types of date formats for HIBC LIC. | Name | Value | Description | | --- | --- | --- | -| [MMDDYY](./mmddyy/) | `2` | MMDDYY format. | -| [MMYY](./mmyy/) | `1` | MMYY format. | -| [NONE](./none/) | `7` | Do not encode expiry date. | -| [YYJJJ](./yyjjj/) | `5` | Julian date format. | -| [YYJJJHH](./yyjjjhh/) | `6` | Julian date format with hours. | -| [YYMMDD](./yymmdd/) | `3` | YYMMDD format. | -| [YYMMDDHH](./yymmddhh/) | `4` | YYMMDDHH format. | -| [YYYYMMDD](./yyyymmdd/) | `0` | YYYYMMDD format. Will be encoded in additional supplemental data. | +| [MMDDYY](#mmddyy) | `2` | MMDDYY format. | +| [MMYY](#mmyy) | `1` | MMYY format. | +| [NONE](#none) | `7` | Do not encode expiry date. | +| [YYJJJ](#yyjjj) | `5` | Julian date format. | +| [YYJJJHH](#yyjjjhh) | `6` | Julian date format with hours. | +| [YYMMDD](#yymmdd) | `3` | YYMMDD format. | +| [YYMMDDHH](#yymmddhh) | `4` | YYMMDDHH format. | +| [YYYYMMDD](#yyyymmdd) | `0` | YYYYMMDD format. Will be encoded in additional supplemental data. | +### HIBCLICDateFormat.MMDDYY {#mmddyy} + +**Type:** `int` + +**Value:** `2` + +MMDDYY format. + +### HIBCLICDateFormat.MMYY {#mmyy} + +**Type:** `int` + +**Value:** `1` + +MMYY format. + +### HIBCLICDateFormat.NONE {#none} + +**Type:** `int` + +**Value:** `7` + +Do not encode expiry date. + +### HIBCLICDateFormat.YYJJJ {#yyjjj} + +**Type:** `int` + +**Value:** `5` + +Julian date format. + +### HIBCLICDateFormat.YYJJJHH {#yyjjjhh} + +**Type:** `int` + +**Value:** `6` + +Julian date format with hours. + +### HIBCLICDateFormat.YYMMDD {#yymmdd} + +**Type:** `int` + +**Value:** `3` + +YYMMDD format. + +### HIBCLICDateFormat.YYMMDDHH {#yymmddhh} + +**Type:** `int` + +**Value:** `4` + +YYMMDDHH format. + +### HIBCLICDateFormat.YYYYMMDD {#yyyymmdd} + +**Type:** `int` + +**Value:** `0` + +YYYYMMDD format. Will be encoded in additional supplemental data. + diff --git a/english/python-java/aspose_barcode.complex_barcode/hibclicdateformat/mmddyy/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibclicdateformat/mmddyy/_index.md deleted file mode 100644 index 44ae3e8ef..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibclicdateformat/mmddyy/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HIBCLICDateFormat.MMDDYY" -linktitle: "MMDDYY" -articleTitle: "MMDDYY" -second_title: "Aspose.BarCode for Python via Java" -description: "MMDDYY format." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibclicdateformat/mmddyy/ ---- - -## HIBCLICDateFormat.MMDDYY - -**Type:** `int` - - -**Value:** `2` - - -MMDDYY format. - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibclicdateformat/mmyy/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibclicdateformat/mmyy/_index.md deleted file mode 100644 index e9b687ce4..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibclicdateformat/mmyy/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HIBCLICDateFormat.MMYY" -linktitle: "MMYY" -articleTitle: "MMYY" -second_title: "Aspose.BarCode for Python via Java" -description: "MMYY format." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibclicdateformat/mmyy/ ---- - -## HIBCLICDateFormat.MMYY - -**Type:** `int` - - -**Value:** `1` - - -MMYY format. - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibclicdateformat/none/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibclicdateformat/none/_index.md deleted file mode 100644 index 98ffbeacf..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibclicdateformat/none/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HIBCLICDateFormat.NONE" -linktitle: "NONE" -articleTitle: "NONE" -second_title: "Aspose.BarCode for Python via Java" -description: "Do not encode expiry date." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibclicdateformat/none/ ---- - -## HIBCLICDateFormat.NONE - -**Type:** `int` - - -**Value:** `7` - - -Do not encode expiry date. - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibclicdateformat/yyjjj/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibclicdateformat/yyjjj/_index.md deleted file mode 100644 index 619f0d1b6..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibclicdateformat/yyjjj/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HIBCLICDateFormat.YYJJJ" -linktitle: "YYJJJ" -articleTitle: "YYJJJ" -second_title: "Aspose.BarCode for Python via Java" -description: "Julian date format." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibclicdateformat/yyjjj/ ---- - -## HIBCLICDateFormat.YYJJJ - -**Type:** `int` - - -**Value:** `5` - - -Julian date format. - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibclicdateformat/yyjjjhh/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibclicdateformat/yyjjjhh/_index.md deleted file mode 100644 index ec858b696..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibclicdateformat/yyjjjhh/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HIBCLICDateFormat.YYJJJHH" -linktitle: "YYJJJHH" -articleTitle: "YYJJJHH" -second_title: "Aspose.BarCode for Python via Java" -description: "Julian date format with hours." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibclicdateformat/yyjjjhh/ ---- - -## HIBCLICDateFormat.YYJJJHH - -**Type:** `int` - - -**Value:** `6` - - -Julian date format with hours. - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibclicdateformat/yymmdd/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibclicdateformat/yymmdd/_index.md deleted file mode 100644 index 4af431317..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibclicdateformat/yymmdd/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HIBCLICDateFormat.YYMMDD" -linktitle: "YYMMDD" -articleTitle: "YYMMDD" -second_title: "Aspose.BarCode for Python via Java" -description: "YYMMDD format." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibclicdateformat/yymmdd/ ---- - -## HIBCLICDateFormat.YYMMDD - -**Type:** `int` - - -**Value:** `3` - - -YYMMDD format. - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibclicdateformat/yymmddhh/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibclicdateformat/yymmddhh/_index.md deleted file mode 100644 index d6403e430..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibclicdateformat/yymmddhh/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HIBCLICDateFormat.YYMMDDHH" -linktitle: "YYMMDDHH" -articleTitle: "YYMMDDHH" -second_title: "Aspose.BarCode for Python via Java" -description: "YYMMDDHH format." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibclicdateformat/yymmddhh/ ---- - -## HIBCLICDateFormat.YYMMDDHH - -**Type:** `int` - - -**Value:** `4` - - -YYMMDDHH format. - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibclicdateformat/yyyymmdd/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibclicdateformat/yyyymmdd/_index.md deleted file mode 100644 index ca0229a71..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibclicdateformat/yyyymmdd/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HIBCLICDateFormat.YYYYMMDD" -linktitle: "YYYYMMDD" -articleTitle: "YYYYMMDD" -second_title: "Aspose.BarCode for Python via Java" -description: "YYYYMMDD format. Will be encoded in additional supplemental data." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibclicdateformat/yyyymmdd/ ---- - -## HIBCLICDateFormat.YYYYMMDD - -**Type:** `int` - - -**Value:** `0` - - -YYYYMMDD format. Will be encoded in additional supplemental data. - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibclicprimarydatacodetext/__eq__/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibclicprimarydatacodetext/__eq__/_index.md deleted file mode 100644 index 9383d9b77..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibclicprimarydatacodetext/__eq__/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "HIBCLICPrimaryDataCodetext.__eq__" -linktitle: "__eq__" -articleTitle: "__eq__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns a value indicating whether this instance is equal to a specified HIBCLICPrimaryDataCodetext value." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibclicprimarydatacodetext/__eq__/ ---- - -## HIBCLICPrimaryDataCodetext.__eq__ - -```python -__eq__(self, HIBCLICPrimaryDataCodetext other) -> bool -``` - - -Returns a value indicating whether this instance is equal to a specified HIBCLICPrimaryDataCodetext value. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `other` | `HIBCLICPrimaryDataCodetext` | | - -**Return Type:** `bool` — True if obj has the same value as this instance; otherwise, False. - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibclicprimarydatacodetext/__hash__/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibclicprimarydatacodetext/__hash__/_index.md deleted file mode 100644 index db74af2f4..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibclicprimarydatacodetext/__hash__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "HIBCLICPrimaryDataCodetext.__hash__" -linktitle: "__hash__" -articleTitle: "__hash__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns the hash code for the current instance." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibclicprimarydatacodetext/__hash__/ ---- - -## HIBCLICPrimaryDataCodetext.__hash__ - -```python -__hash__(self) -> int -``` - - -Returns the hash code for the current instance. - - -**Return Type:** `int` — A hash code for the current object. - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibclicprimarydatacodetext/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibclicprimarydatacodetext/_index.md index 0f4f5e2df..a71090d7a 100644 --- a/english/python-java/aspose_barcode.complex_barcode/hibclicprimarydatacodetext/_index.md +++ b/english/python-java/aspose_barcode.complex_barcode/hibclicprimarydatacodetext/_index.md @@ -1,7 +1,6 @@ --- -title: "HIBCLICPrimaryDataCodetext Class" +title: "HIBCLICPrimaryDataCodetext" linktitle: "HIBCLICPrimaryDataCodetext" -articleTitle: "HIBCLICPrimaryDataCodetext" second_title: "Aspose.BarCode for Python via Java" description: "Class for encoding and decoding the text embedded in the HIBC LIC code which stores primary data. This sample shows how to encode and decode HIBC LIC using HIBC" type: docs @@ -23,19 +22,84 @@ Class for encoding and decoding the text embedded in the HIBC LIC code which sto | Name | Description | | --- | --- | -| [__init__](./hibclicprimarydatacodetext/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [__eq__](./__eq__/) | `bool` | No | Returns a value indicating whether this instance is equal to a specified HIBCLICPrimaryDataCodetext value. | -| [__hash__](./__hash__/) | `int` | No | Returns the hash code for the current instance. | -| [constructed_codetext](./constructed_codetext/) | `Optional[str]` | No | Constructs codetext. | -| [init_from_string](./init_from_string/) | `None` | No | Initializes instance from constructed codetext. | +| [__eq__](#__eq__) | `bool` | No | Returns a value indicating whether this instance is equal to a specified HIBCLICPrimaryDataCodetext value. | +| [__hash__](#__hash__) | `int` | No | Returns the hash code for the current instance. | +| [constructed_codetext](#constructed_codetext) | `Optional[str]` | No | Constructs codetext. | +| [init_from_string](#init_from_string) | `None` | No | Initializes instance from constructed codetext. | ## Properties | Name | Type | Description | | --- | --- | --- | -| [data](./data/) | `Optional[PrimaryData]` | Identifies primary data. | +| [data](#data) | `Optional[PrimaryData]` | Identifies primary data. | + +### HIBCLICPrimaryDataCodetext Constructor {#constructor} + +```python +__init__(self) +``` + +### HIBCLICPrimaryDataCodetext.__eq__ {#__eq__} + +```python +__eq__(self, HIBCLICPrimaryDataCodetext other) -> bool +``` + +Returns a value indicating whether this instance is equal to a specified HIBCLICPrimaryDataCodetext value. + +| Parameter | Type | Description | +| --- | --- | --- | +| `other` | `HIBCLICPrimaryDataCodetext` | | + +**Return Type:** `bool` — True if obj has the same value as this instance; otherwise, False. + +### HIBCLICPrimaryDataCodetext.__hash__ {#__hash__} + +```python +__hash__(self) -> int +``` + +Returns the hash code for the current instance. + +**Return Type:** `int` — A hash code for the current object. + +### HIBCLICPrimaryDataCodetext.constructed_codetext {#constructed_codetext} + +```python +constructed_codetext(self) -> Optional[str] +``` + +Constructs codetext. + +**Return Type:** `Optional[str]` — Constructed codetext + +### HIBCLICPrimaryDataCodetext.init_from_string {#init_from_string} + +```python +init_from_string(self, str constructed_codetext) +``` + +Initializes instance from constructed codetext. + +| Parameter | Type | Description | +| --- | --- | --- | +| `constructed_codetext` | `str` | | + +### HIBCLICPrimaryDataCodetext.data {#data} + +**Type:** `Optional[PrimaryData]` + +Identifies primary data. + +Identifies primary data. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `PrimaryData` | | + diff --git a/english/python-java/aspose_barcode.complex_barcode/hibclicprimarydatacodetext/constructed_codetext/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibclicprimarydatacodetext/constructed_codetext/_index.md deleted file mode 100644 index 2ff5c783f..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibclicprimarydatacodetext/constructed_codetext/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "HIBCLICPrimaryDataCodetext.constructed_codetext" -linktitle: "constructed_codetext" -articleTitle: "constructed_codetext" -second_title: "Aspose.BarCode for Python via Java" -description: "Constructs codetext." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibclicprimarydatacodetext/constructed_codetext/ ---- - -## HIBCLICPrimaryDataCodetext.constructed_codetext - -```python -constructed_codetext(self) -> Optional[str] -``` - - -Constructs codetext. - - -**Return Type:** `Optional[str]` — Constructed codetext - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibclicprimarydatacodetext/data/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibclicprimarydatacodetext/data/_index.md deleted file mode 100644 index 046456f2c..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibclicprimarydatacodetext/data/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "HIBCLICPrimaryDataCodetext.data" -linktitle: "data" -articleTitle: "data" -second_title: "Aspose.BarCode for Python via Java" -description: "Identifies primary data." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibclicprimarydatacodetext/data/ ---- - -## HIBCLICPrimaryDataCodetext.data - -**Type:** `Optional[PrimaryData]` - - -### Get - -Identifies primary data. - - -### Set - -Identifies primary data. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `PrimaryData` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/hibclicprimarydatacodetext/hibclicprimarydatacodetext/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibclicprimarydatacodetext/hibclicprimarydatacodetext/_index.md deleted file mode 100644 index 371a4a83c..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibclicprimarydatacodetext/hibclicprimarydatacodetext/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "HIBCLICPrimaryDataCodetext" -linktitle: "HIBCLICPrimaryDataCodetext" -articleTitle: "HIBCLICPrimaryDataCodetext" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibclicprimarydatacodetext/hibclicprimarydatacodetext/ ---- - -## HIBCLICPrimaryDataCodetext Constructor - -```python -__init__(self) -``` - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibclicprimarydatacodetext/init_from_string/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibclicprimarydatacodetext/init_from_string/_index.md deleted file mode 100644 index 52046badf..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibclicprimarydatacodetext/init_from_string/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "HIBCLICPrimaryDataCodetext.init_from_string" -linktitle: "init_from_string" -articleTitle: "init_from_string" -second_title: "Aspose.BarCode for Python via Java" -description: "Initializes instance from constructed codetext." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibclicprimarydatacodetext/init_from_string/ ---- - -## HIBCLICPrimaryDataCodetext.init_from_string - -```python -init_from_string(self, str constructed_codetext) -``` - - -Initializes instance from constructed codetext. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `constructed_codetext` | `str` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/hibclicsecondaryandadditionaldatacodetext/__eq__/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibclicsecondaryandadditionaldatacodetext/__eq__/_index.md deleted file mode 100644 index 9f3714095..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibclicsecondaryandadditionaldatacodetext/__eq__/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "HIBCLICSecondaryAndAdditionalDataCodetext.__eq__" -linktitle: "__eq__" -articleTitle: "__eq__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns a value indicating whether this instance is equal to a specified HIBCLICSecondaryAndAdditionalDataCodetext value." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibclicsecondaryandadditionaldatacodetext/__eq__/ ---- - -## HIBCLICSecondaryAndAdditionalDataCodetext.__eq__ - -```python -__eq__(self, HIBCLICSecondaryAndAdditionalDataCodetext other) -> bool -``` - - -Returns a value indicating whether this instance is equal to a specified HIBCLICSecondaryAndAdditionalDataCodetext value. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `other` | `HIBCLICSecondaryAndAdditionalDataCodetext` | | - -**Return Type:** `bool` — True if obj has the same value as this instance; otherwise, False. - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibclicsecondaryandadditionaldatacodetext/__hash__/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibclicsecondaryandadditionaldatacodetext/__hash__/_index.md deleted file mode 100644 index 28c0f1948..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibclicsecondaryandadditionaldatacodetext/__hash__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "HIBCLICSecondaryAndAdditionalDataCodetext.__hash__" -linktitle: "__hash__" -articleTitle: "__hash__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns the hash code for the current instance." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibclicsecondaryandadditionaldatacodetext/__hash__/ ---- - -## HIBCLICSecondaryAndAdditionalDataCodetext.__hash__ - -```python -__hash__(self) -> int -``` - - -Returns the hash code for the current instance. - - -**Return Type:** `int` — A hash code for the current object. - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibclicsecondaryandadditionaldatacodetext/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibclicsecondaryandadditionaldatacodetext/_index.md index c07922e95..cde56fd61 100644 --- a/english/python-java/aspose_barcode.complex_barcode/hibclicsecondaryandadditionaldatacodetext/_index.md +++ b/english/python-java/aspose_barcode.complex_barcode/hibclicsecondaryandadditionaldatacodetext/_index.md @@ -1,7 +1,6 @@ --- -title: "HIBCLICSecondaryAndAdditionalDataCodetext Class" +title: "HIBCLICSecondaryAndAdditionalDataCodetext" linktitle: "HIBCLICSecondaryAndAdditionalDataCodetext" -articleTitle: "HIBCLICSecondaryAndAdditionalDataCodetext" second_title: "Aspose.BarCode for Python via Java" description: "Class for encoding and decoding the text embedded in the HIBC LIC code which stores seconday data. This sample shows how to encode and decode HIBC LIC using HIB" type: docs @@ -23,20 +22,97 @@ Class for encoding and decoding the text embedded in the HIBC LIC code which sto | Name | Description | | --- | --- | -| [__init__](./hibclicsecondaryandadditionaldatacodetext/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [__eq__](./__eq__/) | `bool` | No | Returns a value indicating whether this instance is equal to a specified HIBCLICSecondaryAndAdditionalDataCodetext value. | -| [__hash__](./__hash__/) | `int` | No | Returns the hash code for the current instance. | -| [constructured_codetext](./constructured_codetext/) | `Optional[str]` | No | Constructs codetext. | -| [init_from_string](./init_from_string/) | `None` | No | Initializes instance from constructed codetext. | +| [__eq__](#__eq__) | `bool` | No | Returns a value indicating whether this instance is equal to a specified HIBCLICSecondaryAndAdditionalDataCodetext value. | +| [__hash__](#__hash__) | `int` | No | Returns the hash code for the current instance. | +| [constructured_codetext](#constructured_codetext) | `Optional[str]` | No | Constructs codetext. | +| [init_from_string](#init_from_string) | `None` | No | Initializes instance from constructed codetext. | ## Properties | Name | Type | Description | | --- | --- | --- | -| [data](./data/) | `Optional[SecondaryAndAdditionalData]` | Identifies secondary and additional supplemental data. | -| [link_character](./link_character/) | `Optional[str]` | Identifies link character. | +| [data](#data) | `Optional[SecondaryAndAdditionalData]` | Identifies secondary and additional supplemental data. | +| [link_character](#link_character) | `Optional[str]` | Identifies link character. | + +### HIBCLICSecondaryAndAdditionalDataCodetext Constructor {#constructor} + +```python +__init__(self) +``` + +### HIBCLICSecondaryAndAdditionalDataCodetext.__eq__ {#__eq__} + +```python +__eq__(self, HIBCLICSecondaryAndAdditionalDataCodetext other) -> bool +``` + +Returns a value indicating whether this instance is equal to a specified HIBCLICSecondaryAndAdditionalDataCodetext value. + +| Parameter | Type | Description | +| --- | --- | --- | +| `other` | `HIBCLICSecondaryAndAdditionalDataCodetext` | | + +**Return Type:** `bool` — True if obj has the same value as this instance; otherwise, False. + +### HIBCLICSecondaryAndAdditionalDataCodetext.__hash__ {#__hash__} + +```python +__hash__(self) -> int +``` + +Returns the hash code for the current instance. + +**Return Type:** `int` — A hash code for the current object. + +### HIBCLICSecondaryAndAdditionalDataCodetext.constructured_codetext {#constructured_codetext} + +```python +constructured_codetext(self) -> Optional[str] +``` + +Constructs codetext. + +**Return Type:** `Optional[str]` — Constructed codetext + +### HIBCLICSecondaryAndAdditionalDataCodetext.init_from_string {#init_from_string} + +```python +init_from_string(self, str constructed_codetext) +``` + +Initializes instance from constructed codetext. + +| Parameter | Type | Description | +| --- | --- | --- | +| `constructed_codetext` | `str` | | + +### HIBCLICSecondaryAndAdditionalDataCodetext.data {#data} + +**Type:** `Optional[SecondaryAndAdditionalData]` + +Identifies secondary and additional supplemental data. + +Identifies secondary and additional supplemental data. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `SecondaryAndAdditionalData` | | + +### HIBCLICSecondaryAndAdditionalDataCodetext.link_character {#link_character} + +**Type:** `Optional[str]` + +Identifies link character. + +Identifies link character. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `str` | | + diff --git a/english/python-java/aspose_barcode.complex_barcode/hibclicsecondaryandadditionaldatacodetext/constructured_codetext/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibclicsecondaryandadditionaldatacodetext/constructured_codetext/_index.md deleted file mode 100644 index 631049847..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibclicsecondaryandadditionaldatacodetext/constructured_codetext/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "HIBCLICSecondaryAndAdditionalDataCodetext.constructured_codetext" -linktitle: "constructured_codetext" -articleTitle: "constructured_codetext" -second_title: "Aspose.BarCode for Python via Java" -description: "Constructs codetext." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibclicsecondaryandadditionaldatacodetext/constructured_codetext/ ---- - -## HIBCLICSecondaryAndAdditionalDataCodetext.constructured_codetext - -```python -constructured_codetext(self) -> Optional[str] -``` - - -Constructs codetext. - - -**Return Type:** `Optional[str]` — Constructed codetext - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibclicsecondaryandadditionaldatacodetext/data/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibclicsecondaryandadditionaldatacodetext/data/_index.md deleted file mode 100644 index b8251174a..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibclicsecondaryandadditionaldatacodetext/data/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "HIBCLICSecondaryAndAdditionalDataCodetext.data" -linktitle: "data" -articleTitle: "data" -second_title: "Aspose.BarCode for Python via Java" -description: "Identifies secondary and additional supplemental data." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibclicsecondaryandadditionaldatacodetext/data/ ---- - -## HIBCLICSecondaryAndAdditionalDataCodetext.data - -**Type:** `Optional[SecondaryAndAdditionalData]` - - -### Get - -Identifies secondary and additional supplemental data. - - -### Set - -Identifies secondary and additional supplemental data. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `SecondaryAndAdditionalData` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/hibclicsecondaryandadditionaldatacodetext/hibclicsecondaryandadditionaldatacodetext/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibclicsecondaryandadditionaldatacodetext/hibclicsecondaryandadditionaldatacodetext/_index.md deleted file mode 100644 index ccdd34547..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibclicsecondaryandadditionaldatacodetext/hibclicsecondaryandadditionaldatacodetext/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "HIBCLICSecondaryAndAdditionalDataCodetext" -linktitle: "HIBCLICSecondaryAndAdditionalDataCodetext" -articleTitle: "HIBCLICSecondaryAndAdditionalDataCodetext" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibclicsecondaryandadditionaldatacodetext/hibclicsecondaryandadditionaldatacodetext/ ---- - -## HIBCLICSecondaryAndAdditionalDataCodetext Constructor - -```python -__init__(self) -``` - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibclicsecondaryandadditionaldatacodetext/init_from_string/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibclicsecondaryandadditionaldatacodetext/init_from_string/_index.md deleted file mode 100644 index 07e86c5da..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibclicsecondaryandadditionaldatacodetext/init_from_string/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "HIBCLICSecondaryAndAdditionalDataCodetext.init_from_string" -linktitle: "init_from_string" -articleTitle: "init_from_string" -second_title: "Aspose.BarCode for Python via Java" -description: "Initializes instance from constructed codetext." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibclicsecondaryandadditionaldatacodetext/init_from_string/ ---- - -## HIBCLICSecondaryAndAdditionalDataCodetext.init_from_string - -```python -init_from_string(self, str constructed_codetext) -``` - - -Initializes instance from constructed codetext. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `constructed_codetext` | `str` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/hibclicsecondaryandadditionaldatacodetext/link_character/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibclicsecondaryandadditionaldatacodetext/link_character/_index.md deleted file mode 100644 index 9dfe8336e..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibclicsecondaryandadditionaldatacodetext/link_character/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "HIBCLICSecondaryAndAdditionalDataCodetext.link_character" -linktitle: "link_character" -articleTitle: "link_character" -second_title: "Aspose.BarCode for Python via Java" -description: "Identifies link character." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibclicsecondaryandadditionaldatacodetext/link_character/ ---- - -## HIBCLICSecondaryAndAdditionalDataCodetext.link_character - -**Type:** `Optional[str]` - - -### Get - -Identifies link character. - - -### Set - -Identifies link character. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `str` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcpascodetext/__eq__/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcpascodetext/__eq__/_index.md deleted file mode 100644 index e77320027..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibcpascodetext/__eq__/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "HIBCPASCodetext.__eq__" -linktitle: "__eq__" -articleTitle: "__eq__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns a value indicating whether this instance is equal to a specified HIBCPASCodetext value." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibcpascodetext/__eq__/ ---- - -## HIBCPASCodetext.__eq__ - -```python -__eq__(self, HIBCPASCodetext other) -> bool -``` - - -Returns a value indicating whether this instance is equal to a specified HIBCPASCodetext value. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `other` | `HIBCPASCodetext` | | - -**Return Type:** `bool` — True if obj has the same value as this instance; otherwise, False. - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcpascodetext/__hash__/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcpascodetext/__hash__/_index.md deleted file mode 100644 index df12ce3ec..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibcpascodetext/__hash__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "HIBCPASCodetext.__hash__" -linktitle: "__hash__" -articleTitle: "__hash__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns the hash code for the current instance." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibcpascodetext/__hash__/ ---- - -## HIBCPASCodetext.__hash__ - -```python -__hash__(self) -> int -``` - - -Returns the hash code for the current instance. - - -**Return Type:** `int` — A hash code for the current object. - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcpascodetext/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcpascodetext/_index.md index a03acd8eb..f97a4b489 100644 --- a/english/python-java/aspose_barcode.complex_barcode/hibcpascodetext/_index.md +++ b/english/python-java/aspose_barcode.complex_barcode/hibcpascodetext/_index.md @@ -1,7 +1,6 @@ --- -title: "HIBCPASCodetext Class" +title: "HIBCPASCodetext" linktitle: "HIBCPASCodetext" -articleTitle: "HIBCPASCodetext" second_title: "Aspose.BarCode for Python via Java" description: "Class for encoding and decoding the text embedded in the HIBC PAS code. This sample shows how to encode and decode HIBC PAS using HIBCPASCodetext." type: docs @@ -23,24 +22,142 @@ Class for encoding and decoding the text embedded in the HIBC PAS code. This sam | Name | Description | | --- | --- | -| [__init__](./hibcpascodetext/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [__eq__](./__eq__/) | `bool` | No | Returns a value indicating whether this instance is equal to a specified HIBCPASCodetext value. | -| [__hash__](./__hash__/) | `int` | No | Returns the hash code for the current instance. | -| [add_hibc_pas_record](./add_hibc_pas_record/) | `None` | No | Adds new record. | -| [add_record](./add_record/) | `None` | No | Adds new record. | -| [clear](./clear/) | `None` | No | Clears records list. | -| [constructed_codetext](./constructed_codetext/) | `Optional[str]` | No | Constructs codetext. | -| [init_from_string](./init_from_string/) | `None` | No | Initializes instance from constructed codetext. | -| [records](./records/) | `List[HIBCPASRecord]` | No | Gets records list. | +| [__eq__](#__eq__) | `bool` | No | Returns a value indicating whether this instance is equal to a specified HIBCPASCodetext value. | +| [__hash__](#__hash__) | `int` | No | Returns the hash code for the current instance. | +| [add_hibc_pas_record](#add_hibc_pas_record) | `None` | No | Adds new record. | +| [add_record](#add_record) | `None` | No | Adds new record. | +| [clear](#clear) | `None` | No | Clears records list. | +| [constructed_codetext](#constructed_codetext) | `Optional[str]` | No | Constructs codetext. | +| [init_from_string](#init_from_string) | `None` | No | Initializes instance from constructed codetext. | +| [records](#records) | `List[HIBCPASRecord]` | No | Gets records list. | ## Properties | Name | Type | Description | | --- | --- | --- | -| [barcode_type](./barcode_type/) | `EncodeTypes` | Reimplemented from IComplexCodetext. | -| [data_location](./data_location/) | `HIBCPASDataLocation` | Identifies data location. | +| [barcode_type](#barcode_type) | `EncodeTypes` | Reimplemented from IComplexCodetext. | +| [data_location](#data_location) | `HIBCPASDataLocation` | Identifies data location. | + +### HIBCPASCodetext Constructor {#constructor} + +```python +__init__(self) +``` + +### HIBCPASCodetext.__eq__ {#__eq__} + +```python +__eq__(self, HIBCPASCodetext other) -> bool +``` + +Returns a value indicating whether this instance is equal to a specified HIBCPASCodetext value. + +| Parameter | Type | Description | +| --- | --- | --- | +| `other` | `HIBCPASCodetext` | | + +**Return Type:** `bool` — True if obj has the same value as this instance; otherwise, False. + +### HIBCPASCodetext.__hash__ {#__hash__} + +```python +__hash__(self) -> int +``` + +Returns the hash code for the current instance. + +**Return Type:** `int` — A hash code for the current object. + +### HIBCPASCodetext.add_hibc_pas_record {#add_hibc_pas_record} + +```python +add_hibc_pas_record(self, HIBCPASRecord record) +``` + +Adds new record. + +| Parameter | Type | Description | +| --- | --- | --- | +| `record` | `HIBCPASRecord` | | + +### HIBCPASCodetext.add_record {#add_record} + +```python +add_record(self, HIBCPASDataType data_type, str data) +``` + +Adds new record. + +| Parameter | Type | Description | +| --- | --- | --- | +| `data_type` | `HIBCPASDataType` | | +| `data` | `str` | | + +### HIBCPASCodetext.clear {#clear} + +```python +clear(self) +``` + +Clears records list. + +### HIBCPASCodetext.constructed_codetext {#constructed_codetext} + +```python +constructed_codetext(self) -> Optional[str] +``` + +Constructs codetext. + +**Return Type:** `Optional[str]` — Constructed codetext. + +### HIBCPASCodetext.init_from_string {#init_from_string} + +```python +init_from_string(self, str constructed_codetext) +``` + +Initializes instance from constructed codetext. + +| Parameter | Type | Description | +| --- | --- | --- | +| `constructed_codetext` | `str` | | + +### HIBCPASCodetext.records {#records} + +```python +records(self) -> List[HIBCPASRecord] +``` + +Gets records list. + +**Return Type:** `List[HIBCPASRecord]` — List of records + +### HIBCPASCodetext.barcode_type {#barcode_type} + +**Type:** `EncodeTypes` + +Reimplemented from IComplexCodetext. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `EncodeTypes` | | + +### HIBCPASCodetext.data_location {#data_location} + +**Type:** `HIBCPASDataLocation` + +Identifies data location. + +Identifies data location. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `HIBCPASDataLocation` | | + diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcpascodetext/add_hibc_pas_record/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcpascodetext/add_hibc_pas_record/_index.md deleted file mode 100644 index a491ffe44..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibcpascodetext/add_hibc_pas_record/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "HIBCPASCodetext.add_hibc_pas_record" -linktitle: "add_hibc_pas_record" -articleTitle: "add_hibc_pas_record" -second_title: "Aspose.BarCode for Python via Java" -description: "Adds new record." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibcpascodetext/add_hibc_pas_record/ ---- - -## HIBCPASCodetext.add_hibc_pas_record - -```python -add_hibc_pas_record(self, HIBCPASRecord record) -``` - - -Adds new record. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `record` | `HIBCPASRecord` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcpascodetext/add_record/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcpascodetext/add_record/_index.md deleted file mode 100644 index afa1289ae..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibcpascodetext/add_record/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: "HIBCPASCodetext.add_record" -linktitle: "add_record" -articleTitle: "add_record" -second_title: "Aspose.BarCode for Python via Java" -description: "Adds new record." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibcpascodetext/add_record/ ---- - -## HIBCPASCodetext.add_record - -```python -add_record(self, HIBCPASDataType data_type, str data) -``` - - -Adds new record. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `data_type` | `HIBCPASDataType` | | -| `data` | `str` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcpascodetext/barcode_type/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcpascodetext/barcode_type/_index.md deleted file mode 100644 index 0f897e3b8..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibcpascodetext/barcode_type/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "HIBCPASCodetext.barcode_type" -linktitle: "barcode_type" -articleTitle: "barcode_type" -second_title: "Aspose.BarCode for Python via Java" -description: "Reimplemented from IComplexCodetext." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibcpascodetext/barcode_type/ ---- - -## HIBCPASCodetext.barcode_type - -**Type:** `EncodeTypes` - - -### Get - -Reimplemented from IComplexCodetext. - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `EncodeTypes` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcpascodetext/clear/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcpascodetext/clear/_index.md deleted file mode 100644 index e8891b04f..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibcpascodetext/clear/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "HIBCPASCodetext.clear" -linktitle: "clear" -articleTitle: "clear" -second_title: "Aspose.BarCode for Python via Java" -description: "Clears records list." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibcpascodetext/clear/ ---- - -## HIBCPASCodetext.clear - -```python -clear(self) -``` - - -Clears records list. - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcpascodetext/constructed_codetext/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcpascodetext/constructed_codetext/_index.md deleted file mode 100644 index dfa660d66..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibcpascodetext/constructed_codetext/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "HIBCPASCodetext.constructed_codetext" -linktitle: "constructed_codetext" -articleTitle: "constructed_codetext" -second_title: "Aspose.BarCode for Python via Java" -description: "Constructs codetext." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibcpascodetext/constructed_codetext/ ---- - -## HIBCPASCodetext.constructed_codetext - -```python -constructed_codetext(self) -> Optional[str] -``` - - -Constructs codetext. - - -**Return Type:** `Optional[str]` — Constructed codetext. - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcpascodetext/data_location/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcpascodetext/data_location/_index.md deleted file mode 100644 index cb37b9609..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibcpascodetext/data_location/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "HIBCPASCodetext.data_location" -linktitle: "data_location" -articleTitle: "data_location" -second_title: "Aspose.BarCode for Python via Java" -description: "Identifies data location." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibcpascodetext/data_location/ ---- - -## HIBCPASCodetext.data_location - -**Type:** `HIBCPASDataLocation` - - -### Get - -Identifies data location. - - -### Set - -Identifies data location. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `HIBCPASDataLocation` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcpascodetext/hibcpascodetext/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcpascodetext/hibcpascodetext/_index.md deleted file mode 100644 index 2ca84c91e..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibcpascodetext/hibcpascodetext/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "HIBCPASCodetext" -linktitle: "HIBCPASCodetext" -articleTitle: "HIBCPASCodetext" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibcpascodetext/hibcpascodetext/ ---- - -## HIBCPASCodetext Constructor - -```python -__init__(self) -``` - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcpascodetext/init_from_string/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcpascodetext/init_from_string/_index.md deleted file mode 100644 index 993a902b5..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibcpascodetext/init_from_string/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "HIBCPASCodetext.init_from_string" -linktitle: "init_from_string" -articleTitle: "init_from_string" -second_title: "Aspose.BarCode for Python via Java" -description: "Initializes instance from constructed codetext." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibcpascodetext/init_from_string/ ---- - -## HIBCPASCodetext.init_from_string - -```python -init_from_string(self, str constructed_codetext) -``` - - -Initializes instance from constructed codetext. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `constructed_codetext` | `str` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcpascodetext/records/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcpascodetext/records/_index.md deleted file mode 100644 index f8d68edf2..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibcpascodetext/records/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "HIBCPASCodetext.records" -linktitle: "records" -articleTitle: "records" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets records list." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibcpascodetext/records/ ---- - -## HIBCPASCodetext.records - -```python -records(self) -> List[HIBCPASRecord] -``` - - -Gets records list. - - -**Return Type:** `List[HIBCPASRecord]` — List of records - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatalocation/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcpasdatalocation/_index.md index 95f4ae5b1..a317c82ae 100644 --- a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatalocation/_index.md +++ b/english/python-java/aspose_barcode.complex_barcode/hibcpasdatalocation/_index.md @@ -1,7 +1,6 @@ --- -title: "HIBCPASDataLocation Enum" +title: "HIBCPASDataLocation" linktitle: "HIBCPASDataLocation" -articleTitle: "HIBCPASDataLocation" second_title: "Aspose.BarCode for Python via Java" description: "HIBC PAS data location types." type: docs @@ -21,16 +20,120 @@ HIBC PAS data location types. | Name | Value | Description | | --- | --- | --- | -| [ASSET](./asset/) | `10` | K - Asset data type. | -| [BUSINESS_RECORD](./business_record/) | `4` | E - Business Record. | -| [DEVICES_AND_MATERIALS](./devices_and_materials/) | `7` | H - Devices and Materials. | -| [DIRECT_PATIENT_IMAGE_ITEM](./direct_patient_image_item/) | `3` | D - Direct Patient Image Item. | -| [IDENTIFICATION_CARD](./identification_card/) | `8` | I - Identification Card. | -| [LIBRARY_REFERENCE_MATERIAL](./library_reference_material/) | `6` | G - Library Reference Material. | -| [MEDICAL_ADMINISTRATION_RECORD](./medical_administration_record/) | `5` | F - Medical Administration Record. | -| [PATIENT](./patient/) | `0` | A - Patient. | -| [PATIENT_CARE_RECORD](./patient_care_record/) | `1` | B - Patient Care Record. | -| [PRODUCT_CONTAINER](./product_container/) | `9` | J - Product Container. | -| [SPECIMEN_CONTAINER](./specimen_container/) | `2` | C - Specimen Container. | -| [SURGICAL_INSTRUMENT](./surgical_instrument/) | `11` | L - Surgical Instrument. | -| [USER_DEFINED](./user_defined/) | `25` | Z - User Defined. | +| [ASSET](#asset) | `10` | K - Asset data type. | +| [BUSINESS_RECORD](#business_record) | `4` | E - Business Record. | +| [DEVICES_AND_MATERIALS](#devices_and_materials) | `7` | H - Devices and Materials. | +| [DIRECT_PATIENT_IMAGE_ITEM](#direct_patient_image_item) | `3` | D - Direct Patient Image Item. | +| [IDENTIFICATION_CARD](#identification_card) | `8` | I - Identification Card. | +| [LIBRARY_REFERENCE_MATERIAL](#library_reference_material) | `6` | G - Library Reference Material. | +| [MEDICAL_ADMINISTRATION_RECORD](#medical_administration_record) | `5` | F - Medical Administration Record. | +| [PATIENT](#patient) | `0` | A - Patient. | +| [PATIENT_CARE_RECORD](#patient_care_record) | `1` | B - Patient Care Record. | +| [PRODUCT_CONTAINER](#product_container) | `9` | J - Product Container. | +| [SPECIMEN_CONTAINER](#specimen_container) | `2` | C - Specimen Container. | +| [SURGICAL_INSTRUMENT](#surgical_instrument) | `11` | L - Surgical Instrument. | +| [USER_DEFINED](#user_defined) | `25` | Z - User Defined. | +### HIBCPASDataLocation.ASSET {#asset} + +**Type:** `int` + +**Value:** `10` + +K - Asset data type. + +### HIBCPASDataLocation.BUSINESS_RECORD {#business_record} + +**Type:** `int` + +**Value:** `4` + +E - Business Record. + +### HIBCPASDataLocation.DEVICES_AND_MATERIALS {#devices_and_materials} + +**Type:** `int` + +**Value:** `7` + +H - Devices and Materials. + +### HIBCPASDataLocation.DIRECT_PATIENT_IMAGE_ITEM {#direct_patient_image_item} + +**Type:** `int` + +**Value:** `3` + +D - Direct Patient Image Item. + +### HIBCPASDataLocation.IDENTIFICATION_CARD {#identification_card} + +**Type:** `int` + +**Value:** `8` + +I - Identification Card. + +### HIBCPASDataLocation.LIBRARY_REFERENCE_MATERIAL {#library_reference_material} + +**Type:** `int` + +**Value:** `6` + +G - Library Reference Material. + +### HIBCPASDataLocation.MEDICAL_ADMINISTRATION_RECORD {#medical_administration_record} + +**Type:** `int` + +**Value:** `5` + +F - Medical Administration Record. + +### HIBCPASDataLocation.PATIENT {#patient} + +**Type:** `int` + +**Value:** `0` + +A - Patient. + +### HIBCPASDataLocation.PATIENT_CARE_RECORD {#patient_care_record} + +**Type:** `int` + +**Value:** `1` + +B - Patient Care Record. + +### HIBCPASDataLocation.PRODUCT_CONTAINER {#product_container} + +**Type:** `int` + +**Value:** `9` + +J - Product Container. + +### HIBCPASDataLocation.SPECIMEN_CONTAINER {#specimen_container} + +**Type:** `int` + +**Value:** `2` + +C - Specimen Container. + +### HIBCPASDataLocation.SURGICAL_INSTRUMENT {#surgical_instrument} + +**Type:** `int` + +**Value:** `11` + +L - Surgical Instrument. + +### HIBCPASDataLocation.USER_DEFINED {#user_defined} + +**Type:** `int` + +**Value:** `25` + +Z - User Defined. + diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatalocation/asset/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcpasdatalocation/asset/_index.md deleted file mode 100644 index 6b9d92b1e..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatalocation/asset/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HIBCPASDataLocation.ASSET" -linktitle: "ASSET" -articleTitle: "ASSET" -second_title: "Aspose.BarCode for Python via Java" -description: "K - Asset data type." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibcpasdatalocation/asset/ ---- - -## HIBCPASDataLocation.ASSET - -**Type:** `int` - - -**Value:** `10` - - -K - Asset data type. - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatalocation/business_record/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcpasdatalocation/business_record/_index.md deleted file mode 100644 index 46f0e6d89..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatalocation/business_record/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HIBCPASDataLocation.BUSINESS_RECORD" -linktitle: "BUSINESS_RECORD" -articleTitle: "BUSINESS_RECORD" -second_title: "Aspose.BarCode for Python via Java" -description: "E - Business Record." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibcpasdatalocation/business_record/ ---- - -## HIBCPASDataLocation.BUSINESS_RECORD - -**Type:** `int` - - -**Value:** `4` - - -E - Business Record. - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatalocation/devices_and_materials/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcpasdatalocation/devices_and_materials/_index.md deleted file mode 100644 index 15070c18b..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatalocation/devices_and_materials/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HIBCPASDataLocation.DEVICES_AND_MATERIALS" -linktitle: "DEVICES_AND_MATERIALS" -articleTitle: "DEVICES_AND_MATERIALS" -second_title: "Aspose.BarCode for Python via Java" -description: "H - Devices and Materials." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibcpasdatalocation/devices_and_materials/ ---- - -## HIBCPASDataLocation.DEVICES_AND_MATERIALS - -**Type:** `int` - - -**Value:** `7` - - -H - Devices and Materials. - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatalocation/direct_patient_image_item/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcpasdatalocation/direct_patient_image_item/_index.md deleted file mode 100644 index 56c998ede..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatalocation/direct_patient_image_item/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HIBCPASDataLocation.DIRECT_PATIENT_IMAGE_ITEM" -linktitle: "DIRECT_PATIENT_IMAGE_ITEM" -articleTitle: "DIRECT_PATIENT_IMAGE_ITEM" -second_title: "Aspose.BarCode for Python via Java" -description: "D - Direct Patient Image Item." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibcpasdatalocation/direct_patient_image_item/ ---- - -## HIBCPASDataLocation.DIRECT_PATIENT_IMAGE_ITEM - -**Type:** `int` - - -**Value:** `3` - - -D - Direct Patient Image Item. - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatalocation/identification_card/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcpasdatalocation/identification_card/_index.md deleted file mode 100644 index b3f667dd3..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatalocation/identification_card/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HIBCPASDataLocation.IDENTIFICATION_CARD" -linktitle: "IDENTIFICATION_CARD" -articleTitle: "IDENTIFICATION_CARD" -second_title: "Aspose.BarCode for Python via Java" -description: "I - Identification Card." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibcpasdatalocation/identification_card/ ---- - -## HIBCPASDataLocation.IDENTIFICATION_CARD - -**Type:** `int` - - -**Value:** `8` - - -I - Identification Card. - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatalocation/library_reference_material/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcpasdatalocation/library_reference_material/_index.md deleted file mode 100644 index ee9d2f190..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatalocation/library_reference_material/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HIBCPASDataLocation.LIBRARY_REFERENCE_MATERIAL" -linktitle: "LIBRARY_REFERENCE_MATERIAL" -articleTitle: "LIBRARY_REFERENCE_MATERIAL" -second_title: "Aspose.BarCode for Python via Java" -description: "G - Library Reference Material." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibcpasdatalocation/library_reference_material/ ---- - -## HIBCPASDataLocation.LIBRARY_REFERENCE_MATERIAL - -**Type:** `int` - - -**Value:** `6` - - -G - Library Reference Material. - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatalocation/medical_administration_record/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcpasdatalocation/medical_administration_record/_index.md deleted file mode 100644 index a18d84467..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatalocation/medical_administration_record/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HIBCPASDataLocation.MEDICAL_ADMINISTRATION_RECORD" -linktitle: "MEDICAL_ADMINISTRATION_RECORD" -articleTitle: "MEDICAL_ADMINISTRATION_RECORD" -second_title: "Aspose.BarCode for Python via Java" -description: "F - Medical Administration Record." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibcpasdatalocation/medical_administration_record/ ---- - -## HIBCPASDataLocation.MEDICAL_ADMINISTRATION_RECORD - -**Type:** `int` - - -**Value:** `5` - - -F - Medical Administration Record. - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatalocation/patient/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcpasdatalocation/patient/_index.md deleted file mode 100644 index b09fe1e73..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatalocation/patient/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HIBCPASDataLocation.PATIENT" -linktitle: "PATIENT" -articleTitle: "PATIENT" -second_title: "Aspose.BarCode for Python via Java" -description: "A - Patient." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibcpasdatalocation/patient/ ---- - -## HIBCPASDataLocation.PATIENT - -**Type:** `int` - - -**Value:** `0` - - -A - Patient. - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatalocation/patient_care_record/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcpasdatalocation/patient_care_record/_index.md deleted file mode 100644 index a47f643df..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatalocation/patient_care_record/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HIBCPASDataLocation.PATIENT_CARE_RECORD" -linktitle: "PATIENT_CARE_RECORD" -articleTitle: "PATIENT_CARE_RECORD" -second_title: "Aspose.BarCode for Python via Java" -description: "B - Patient Care Record." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibcpasdatalocation/patient_care_record/ ---- - -## HIBCPASDataLocation.PATIENT_CARE_RECORD - -**Type:** `int` - - -**Value:** `1` - - -B - Patient Care Record. - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatalocation/product_container/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcpasdatalocation/product_container/_index.md deleted file mode 100644 index abf915e0c..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatalocation/product_container/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HIBCPASDataLocation.PRODUCT_CONTAINER" -linktitle: "PRODUCT_CONTAINER" -articleTitle: "PRODUCT_CONTAINER" -second_title: "Aspose.BarCode for Python via Java" -description: "J - Product Container." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibcpasdatalocation/product_container/ ---- - -## HIBCPASDataLocation.PRODUCT_CONTAINER - -**Type:** `int` - - -**Value:** `9` - - -J - Product Container. - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatalocation/specimen_container/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcpasdatalocation/specimen_container/_index.md deleted file mode 100644 index 5ab3a2a98..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatalocation/specimen_container/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HIBCPASDataLocation.SPECIMEN_CONTAINER" -linktitle: "SPECIMEN_CONTAINER" -articleTitle: "SPECIMEN_CONTAINER" -second_title: "Aspose.BarCode for Python via Java" -description: "C - Specimen Container." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibcpasdatalocation/specimen_container/ ---- - -## HIBCPASDataLocation.SPECIMEN_CONTAINER - -**Type:** `int` - - -**Value:** `2` - - -C - Specimen Container. - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatalocation/surgical_instrument/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcpasdatalocation/surgical_instrument/_index.md deleted file mode 100644 index 7b8bec7f8..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatalocation/surgical_instrument/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HIBCPASDataLocation.SURGICAL_INSTRUMENT" -linktitle: "SURGICAL_INSTRUMENT" -articleTitle: "SURGICAL_INSTRUMENT" -second_title: "Aspose.BarCode for Python via Java" -description: "L - Surgical Instrument." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibcpasdatalocation/surgical_instrument/ ---- - -## HIBCPASDataLocation.SURGICAL_INSTRUMENT - -**Type:** `int` - - -**Value:** `11` - - -L - Surgical Instrument. - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatalocation/user_defined/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcpasdatalocation/user_defined/_index.md deleted file mode 100644 index 8fee9e2de..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatalocation/user_defined/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HIBCPASDataLocation.USER_DEFINED" -linktitle: "USER_DEFINED" -articleTitle: "USER_DEFINED" -second_title: "Aspose.BarCode for Python via Java" -description: "Z - User Defined." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibcpasdatalocation/user_defined/ ---- - -## HIBCPASDataLocation.USER_DEFINED - -**Type:** `int` - - -**Value:** `25` - - -Z - User Defined. - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/_index.md index 38a86ea0a..37a3205eb 100644 --- a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/_index.md +++ b/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/_index.md @@ -1,7 +1,6 @@ --- -title: "HIBCPASDataType Enum" +title: "HIBCPASDataType" linktitle: "HIBCPASDataType" -articleTitle: "HIBCPASDataType" second_title: "Aspose.BarCode for Python via Java" description: "HIBC PAS record's data types." type: docs @@ -21,27 +20,219 @@ HIBC PAS record's data types. | Name | Value | Description | | --- | --- | --- | -| [ADMINISTRABLE_PRODUCT_IDENTIFICATION](./administrable_product_identification/) | `5` | F - Administrable Product Identification. | -| [ASSET_IDENTIFICATION](./asset_identification/) | `13` | N - Asset Identification. | -| [BLOOD_PRODUCT_IDENTIFICATION](./blood_product_identification/) | `10` | K - Blood Product Identification. | -| [BUSINESS_CONTROL_NUMBER](./business_control_number/) | `18` | S - Business Control Number. | -| [DATE_TIME](./date_time/) | `12` | M - DateTime in YYYDDDHHMMG format. | -| [DEMOGRAPHIC_DATA](./demographic_data/) | `11` | L - Demographic Data. | -| [DIETARY_ITEM_IDENTIFICATION](./dietary_item_identification/) | `15` | P - Dietary Item Identification. | -| [EPISODE_OF_CARE_IDENTIFICATION](./episode_of_care_identification/) | `19` | T - Episode of Care Identification. | -| [HEALTH_INDUSTRY_NUMBER](./health_industry_number/) | `20` | U - Health Industry Number. | -| [HOSPITAL_ITEM_IDENTIFICATION](./hospital_item_identification/) | `7` | H - Hospital Item Identification. | -| [IMPLANTABLE_PRODUCT_INFORMATION](./implantable_product_information/) | `6` | G - Implantable Product Information. | -| [LABELER_IDENTIFICATION_CODE](./labeler_identification_code/) | `0` | A - Labeler Identification Code. | -| [LIBRARY_MATERIALS_IDENTIFICATION](./library_materials_identification/) | `17` | R - Library Materials Identification. | -| [MANUFACTURER_SERIAL_NUMBER](./manufacturer_serial_number/) | `16` | Q - Manufacturer Serial Number. | -| [MEDICAL_PROCEDURE_IDENTIFICATION](./medical_procedure_identification/) | `8` | I - Medical Procedure Identification. | -| [PATIENT_IDENTIFICATION](./patient_identification/) | `2` | C - Patient Identification. | -| [PATIENT_VISIT_ID](./patient_visit_id/) | `21` | V - Patient Visit ID. | -| [PERSONNEL_IDENTIFICATION](./personnel_identification/) | `4` | E - Personnel Identification. | -| [PURCHASE_ORDER_NUMBER](./purchase_order_number/) | `14` | O - Purchase Order Number. | -| [REIMBURSEMENT_CATEGORY](./reimbursement_category/) | `9` | J - Reimbursement Category. | -| [SERVICE_IDENTIFICATION](./service_identification/) | `1` | B - Service Identification. | -| [SPECIMEN_IDENTIFICATION](./specimen_identification/) | `3` | D - Specimen Identification. | -| [USER_DEFINED](./user_defined/) | `25` | Z - User Defined. | -| [XML_DOCUMENT](./xml_document/) | `22` | X - XML Document. | +| [ADMINISTRABLE_PRODUCT_IDENTIFICATION](#administrable_product_identification) | `5` | F - Administrable Product Identification. | +| [ASSET_IDENTIFICATION](#asset_identification) | `13` | N - Asset Identification. | +| [BLOOD_PRODUCT_IDENTIFICATION](#blood_product_identification) | `10` | K - Blood Product Identification. | +| [BUSINESS_CONTROL_NUMBER](#business_control_number) | `18` | S - Business Control Number. | +| [DATE_TIME](#date_time) | `12` | M - DateTime in YYYDDDHHMMG format. | +| [DEMOGRAPHIC_DATA](#demographic_data) | `11` | L - Demographic Data. | +| [DIETARY_ITEM_IDENTIFICATION](#dietary_item_identification) | `15` | P - Dietary Item Identification. | +| [EPISODE_OF_CARE_IDENTIFICATION](#episode_of_care_identification) | `19` | T - Episode of Care Identification. | +| [HEALTH_INDUSTRY_NUMBER](#health_industry_number) | `20` | U - Health Industry Number. | +| [HOSPITAL_ITEM_IDENTIFICATION](#hospital_item_identification) | `7` | H - Hospital Item Identification. | +| [IMPLANTABLE_PRODUCT_INFORMATION](#implantable_product_information) | `6` | G - Implantable Product Information. | +| [LABELER_IDENTIFICATION_CODE](#labeler_identification_code) | `0` | A - Labeler Identification Code. | +| [LIBRARY_MATERIALS_IDENTIFICATION](#library_materials_identification) | `17` | R - Library Materials Identification. | +| [MANUFACTURER_SERIAL_NUMBER](#manufacturer_serial_number) | `16` | Q - Manufacturer Serial Number. | +| [MEDICAL_PROCEDURE_IDENTIFICATION](#medical_procedure_identification) | `8` | I - Medical Procedure Identification. | +| [PATIENT_IDENTIFICATION](#patient_identification) | `2` | C - Patient Identification. | +| [PATIENT_VISIT_ID](#patient_visit_id) | `21` | V - Patient Visit ID. | +| [PERSONNEL_IDENTIFICATION](#personnel_identification) | `4` | E - Personnel Identification. | +| [PURCHASE_ORDER_NUMBER](#purchase_order_number) | `14` | O - Purchase Order Number. | +| [REIMBURSEMENT_CATEGORY](#reimbursement_category) | `9` | J - Reimbursement Category. | +| [SERVICE_IDENTIFICATION](#service_identification) | `1` | B - Service Identification. | +| [SPECIMEN_IDENTIFICATION](#specimen_identification) | `3` | D - Specimen Identification. | +| [USER_DEFINED](#user_defined) | `25` | Z - User Defined. | +| [XML_DOCUMENT](#xml_document) | `22` | X - XML Document. | +### HIBCPASDataType.ADMINISTRABLE_PRODUCT_IDENTIFICATION {#administrable_product_identification} + +**Type:** `int` + +**Value:** `5` + +F - Administrable Product Identification. + +### HIBCPASDataType.ASSET_IDENTIFICATION {#asset_identification} + +**Type:** `int` + +**Value:** `13` + +N - Asset Identification. + +### HIBCPASDataType.BLOOD_PRODUCT_IDENTIFICATION {#blood_product_identification} + +**Type:** `int` + +**Value:** `10` + +K - Blood Product Identification. + +### HIBCPASDataType.BUSINESS_CONTROL_NUMBER {#business_control_number} + +**Type:** `int` + +**Value:** `18` + +S - Business Control Number. + +### HIBCPASDataType.DATE_TIME {#date_time} + +**Type:** `int` + +**Value:** `12` + +M - DateTime in YYYDDDHHMMG format. + +### HIBCPASDataType.DEMOGRAPHIC_DATA {#demographic_data} + +**Type:** `int` + +**Value:** `11` + +L - Demographic Data. + +### HIBCPASDataType.DIETARY_ITEM_IDENTIFICATION {#dietary_item_identification} + +**Type:** `int` + +**Value:** `15` + +P - Dietary Item Identification. + +### HIBCPASDataType.EPISODE_OF_CARE_IDENTIFICATION {#episode_of_care_identification} + +**Type:** `int` + +**Value:** `19` + +T - Episode of Care Identification. + +### HIBCPASDataType.HEALTH_INDUSTRY_NUMBER {#health_industry_number} + +**Type:** `int` + +**Value:** `20` + +U - Health Industry Number. + +### HIBCPASDataType.HOSPITAL_ITEM_IDENTIFICATION {#hospital_item_identification} + +**Type:** `int` + +**Value:** `7` + +H - Hospital Item Identification. + +### HIBCPASDataType.IMPLANTABLE_PRODUCT_INFORMATION {#implantable_product_information} + +**Type:** `int` + +**Value:** `6` + +G - Implantable Product Information. + +### HIBCPASDataType.LABELER_IDENTIFICATION_CODE {#labeler_identification_code} + +**Type:** `int` + +**Value:** `0` + +A - Labeler Identification Code. + +### HIBCPASDataType.LIBRARY_MATERIALS_IDENTIFICATION {#library_materials_identification} + +**Type:** `int` + +**Value:** `17` + +R - Library Materials Identification. + +### HIBCPASDataType.MANUFACTURER_SERIAL_NUMBER {#manufacturer_serial_number} + +**Type:** `int` + +**Value:** `16` + +Q - Manufacturer Serial Number. + +### HIBCPASDataType.MEDICAL_PROCEDURE_IDENTIFICATION {#medical_procedure_identification} + +**Type:** `int` + +**Value:** `8` + +I - Medical Procedure Identification. + +### HIBCPASDataType.PATIENT_IDENTIFICATION {#patient_identification} + +**Type:** `int` + +**Value:** `2` + +C - Patient Identification. + +### HIBCPASDataType.PATIENT_VISIT_ID {#patient_visit_id} + +**Type:** `int` + +**Value:** `21` + +V - Patient Visit ID. + +### HIBCPASDataType.PERSONNEL_IDENTIFICATION {#personnel_identification} + +**Type:** `int` + +**Value:** `4` + +E - Personnel Identification. + +### HIBCPASDataType.PURCHASE_ORDER_NUMBER {#purchase_order_number} + +**Type:** `int` + +**Value:** `14` + +O - Purchase Order Number. + +### HIBCPASDataType.REIMBURSEMENT_CATEGORY {#reimbursement_category} + +**Type:** `int` + +**Value:** `9` + +J - Reimbursement Category. + +### HIBCPASDataType.SERVICE_IDENTIFICATION {#service_identification} + +**Type:** `int` + +**Value:** `1` + +B - Service Identification. + +### HIBCPASDataType.SPECIMEN_IDENTIFICATION {#specimen_identification} + +**Type:** `int` + +**Value:** `3` + +D - Specimen Identification. + +### HIBCPASDataType.USER_DEFINED {#user_defined} + +**Type:** `int` + +**Value:** `25` + +Z - User Defined. + +### HIBCPASDataType.XML_DOCUMENT {#xml_document} + +**Type:** `int` + +**Value:** `22` + +X - XML Document. + diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/administrable_product_identification/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/administrable_product_identification/_index.md deleted file mode 100644 index fbeb8281a..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/administrable_product_identification/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HIBCPASDataType.ADMINISTRABLE_PRODUCT_IDENTIFICATION" -linktitle: "ADMINISTRABLE_PRODUCT_IDENTIFICATION" -articleTitle: "ADMINISTRABLE_PRODUCT_IDENTIFICATION" -second_title: "Aspose.BarCode for Python via Java" -description: "F - Administrable Product Identification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibcpasdatatype/administrable_product_identification/ ---- - -## HIBCPASDataType.ADMINISTRABLE_PRODUCT_IDENTIFICATION - -**Type:** `int` - - -**Value:** `5` - - -F - Administrable Product Identification. - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/asset_identification/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/asset_identification/_index.md deleted file mode 100644 index d7642b7f6..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/asset_identification/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HIBCPASDataType.ASSET_IDENTIFICATION" -linktitle: "ASSET_IDENTIFICATION" -articleTitle: "ASSET_IDENTIFICATION" -second_title: "Aspose.BarCode for Python via Java" -description: "N - Asset Identification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibcpasdatatype/asset_identification/ ---- - -## HIBCPASDataType.ASSET_IDENTIFICATION - -**Type:** `int` - - -**Value:** `13` - - -N - Asset Identification. - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/blood_product_identification/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/blood_product_identification/_index.md deleted file mode 100644 index e2dd11375..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/blood_product_identification/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HIBCPASDataType.BLOOD_PRODUCT_IDENTIFICATION" -linktitle: "BLOOD_PRODUCT_IDENTIFICATION" -articleTitle: "BLOOD_PRODUCT_IDENTIFICATION" -second_title: "Aspose.BarCode for Python via Java" -description: "K - Blood Product Identification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibcpasdatatype/blood_product_identification/ ---- - -## HIBCPASDataType.BLOOD_PRODUCT_IDENTIFICATION - -**Type:** `int` - - -**Value:** `10` - - -K - Blood Product Identification. - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/business_control_number/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/business_control_number/_index.md deleted file mode 100644 index 0cba261d3..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/business_control_number/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HIBCPASDataType.BUSINESS_CONTROL_NUMBER" -linktitle: "BUSINESS_CONTROL_NUMBER" -articleTitle: "BUSINESS_CONTROL_NUMBER" -second_title: "Aspose.BarCode for Python via Java" -description: "S - Business Control Number." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibcpasdatatype/business_control_number/ ---- - -## HIBCPASDataType.BUSINESS_CONTROL_NUMBER - -**Type:** `int` - - -**Value:** `18` - - -S - Business Control Number. - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/date_time/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/date_time/_index.md deleted file mode 100644 index ad64b9a45..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/date_time/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HIBCPASDataType.DATE_TIME" -linktitle: "DATE_TIME" -articleTitle: "DATE_TIME" -second_title: "Aspose.BarCode for Python via Java" -description: "M - DateTime in YYYDDDHHMMG format." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibcpasdatatype/date_time/ ---- - -## HIBCPASDataType.DATE_TIME - -**Type:** `int` - - -**Value:** `12` - - -M - DateTime in YYYDDDHHMMG format. - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/demographic_data/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/demographic_data/_index.md deleted file mode 100644 index 0d2056baa..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/demographic_data/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HIBCPASDataType.DEMOGRAPHIC_DATA" -linktitle: "DEMOGRAPHIC_DATA" -articleTitle: "DEMOGRAPHIC_DATA" -second_title: "Aspose.BarCode for Python via Java" -description: "L - Demographic Data." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibcpasdatatype/demographic_data/ ---- - -## HIBCPASDataType.DEMOGRAPHIC_DATA - -**Type:** `int` - - -**Value:** `11` - - -L - Demographic Data. - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/dietary_item_identification/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/dietary_item_identification/_index.md deleted file mode 100644 index 989e762c3..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/dietary_item_identification/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HIBCPASDataType.DIETARY_ITEM_IDENTIFICATION" -linktitle: "DIETARY_ITEM_IDENTIFICATION" -articleTitle: "DIETARY_ITEM_IDENTIFICATION" -second_title: "Aspose.BarCode for Python via Java" -description: "P - Dietary Item Identification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibcpasdatatype/dietary_item_identification/ ---- - -## HIBCPASDataType.DIETARY_ITEM_IDENTIFICATION - -**Type:** `int` - - -**Value:** `15` - - -P - Dietary Item Identification. - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/episode_of_care_identification/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/episode_of_care_identification/_index.md deleted file mode 100644 index 6c4c2899b..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/episode_of_care_identification/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HIBCPASDataType.EPISODE_OF_CARE_IDENTIFICATION" -linktitle: "EPISODE_OF_CARE_IDENTIFICATION" -articleTitle: "EPISODE_OF_CARE_IDENTIFICATION" -second_title: "Aspose.BarCode for Python via Java" -description: "T - Episode of Care Identification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibcpasdatatype/episode_of_care_identification/ ---- - -## HIBCPASDataType.EPISODE_OF_CARE_IDENTIFICATION - -**Type:** `int` - - -**Value:** `19` - - -T - Episode of Care Identification. - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/health_industry_number/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/health_industry_number/_index.md deleted file mode 100644 index 06567bc8a..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/health_industry_number/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HIBCPASDataType.HEALTH_INDUSTRY_NUMBER" -linktitle: "HEALTH_INDUSTRY_NUMBER" -articleTitle: "HEALTH_INDUSTRY_NUMBER" -second_title: "Aspose.BarCode for Python via Java" -description: "U - Health Industry Number." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibcpasdatatype/health_industry_number/ ---- - -## HIBCPASDataType.HEALTH_INDUSTRY_NUMBER - -**Type:** `int` - - -**Value:** `20` - - -U - Health Industry Number. - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/hospital_item_identification/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/hospital_item_identification/_index.md deleted file mode 100644 index 5dfb5d706..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/hospital_item_identification/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HIBCPASDataType.HOSPITAL_ITEM_IDENTIFICATION" -linktitle: "HOSPITAL_ITEM_IDENTIFICATION" -articleTitle: "HOSPITAL_ITEM_IDENTIFICATION" -second_title: "Aspose.BarCode for Python via Java" -description: "H - Hospital Item Identification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibcpasdatatype/hospital_item_identification/ ---- - -## HIBCPASDataType.HOSPITAL_ITEM_IDENTIFICATION - -**Type:** `int` - - -**Value:** `7` - - -H - Hospital Item Identification. - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/implantable_product_information/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/implantable_product_information/_index.md deleted file mode 100644 index 3f4bf0b0e..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/implantable_product_information/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HIBCPASDataType.IMPLANTABLE_PRODUCT_INFORMATION" -linktitle: "IMPLANTABLE_PRODUCT_INFORMATION" -articleTitle: "IMPLANTABLE_PRODUCT_INFORMATION" -second_title: "Aspose.BarCode for Python via Java" -description: "G - Implantable Product Information." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibcpasdatatype/implantable_product_information/ ---- - -## HIBCPASDataType.IMPLANTABLE_PRODUCT_INFORMATION - -**Type:** `int` - - -**Value:** `6` - - -G - Implantable Product Information. - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/labeler_identification_code/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/labeler_identification_code/_index.md deleted file mode 100644 index 299e673f0..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/labeler_identification_code/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HIBCPASDataType.LABELER_IDENTIFICATION_CODE" -linktitle: "LABELER_IDENTIFICATION_CODE" -articleTitle: "LABELER_IDENTIFICATION_CODE" -second_title: "Aspose.BarCode for Python via Java" -description: "A - Labeler Identification Code." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibcpasdatatype/labeler_identification_code/ ---- - -## HIBCPASDataType.LABELER_IDENTIFICATION_CODE - -**Type:** `int` - - -**Value:** `0` - - -A - Labeler Identification Code. - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/library_materials_identification/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/library_materials_identification/_index.md deleted file mode 100644 index 9ee27c7d4..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/library_materials_identification/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HIBCPASDataType.LIBRARY_MATERIALS_IDENTIFICATION" -linktitle: "LIBRARY_MATERIALS_IDENTIFICATION" -articleTitle: "LIBRARY_MATERIALS_IDENTIFICATION" -second_title: "Aspose.BarCode for Python via Java" -description: "R - Library Materials Identification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibcpasdatatype/library_materials_identification/ ---- - -## HIBCPASDataType.LIBRARY_MATERIALS_IDENTIFICATION - -**Type:** `int` - - -**Value:** `17` - - -R - Library Materials Identification. - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/manufacturer_serial_number/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/manufacturer_serial_number/_index.md deleted file mode 100644 index 0c70b6c77..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/manufacturer_serial_number/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HIBCPASDataType.MANUFACTURER_SERIAL_NUMBER" -linktitle: "MANUFACTURER_SERIAL_NUMBER" -articleTitle: "MANUFACTURER_SERIAL_NUMBER" -second_title: "Aspose.BarCode for Python via Java" -description: "Q - Manufacturer Serial Number." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibcpasdatatype/manufacturer_serial_number/ ---- - -## HIBCPASDataType.MANUFACTURER_SERIAL_NUMBER - -**Type:** `int` - - -**Value:** `16` - - -Q - Manufacturer Serial Number. - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/medical_procedure_identification/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/medical_procedure_identification/_index.md deleted file mode 100644 index e06f46357..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/medical_procedure_identification/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HIBCPASDataType.MEDICAL_PROCEDURE_IDENTIFICATION" -linktitle: "MEDICAL_PROCEDURE_IDENTIFICATION" -articleTitle: "MEDICAL_PROCEDURE_IDENTIFICATION" -second_title: "Aspose.BarCode for Python via Java" -description: "I - Medical Procedure Identification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibcpasdatatype/medical_procedure_identification/ ---- - -## HIBCPASDataType.MEDICAL_PROCEDURE_IDENTIFICATION - -**Type:** `int` - - -**Value:** `8` - - -I - Medical Procedure Identification. - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/patient_identification/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/patient_identification/_index.md deleted file mode 100644 index 5c7de86b7..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/patient_identification/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HIBCPASDataType.PATIENT_IDENTIFICATION" -linktitle: "PATIENT_IDENTIFICATION" -articleTitle: "PATIENT_IDENTIFICATION" -second_title: "Aspose.BarCode for Python via Java" -description: "C - Patient Identification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibcpasdatatype/patient_identification/ ---- - -## HIBCPASDataType.PATIENT_IDENTIFICATION - -**Type:** `int` - - -**Value:** `2` - - -C - Patient Identification. - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/patient_visit_id/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/patient_visit_id/_index.md deleted file mode 100644 index 40d9c9286..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/patient_visit_id/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HIBCPASDataType.PATIENT_VISIT_ID" -linktitle: "PATIENT_VISIT_ID" -articleTitle: "PATIENT_VISIT_ID" -second_title: "Aspose.BarCode for Python via Java" -description: "V - Patient Visit ID." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibcpasdatatype/patient_visit_id/ ---- - -## HIBCPASDataType.PATIENT_VISIT_ID - -**Type:** `int` - - -**Value:** `21` - - -V - Patient Visit ID. - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/personnel_identification/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/personnel_identification/_index.md deleted file mode 100644 index a1fcca371..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/personnel_identification/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HIBCPASDataType.PERSONNEL_IDENTIFICATION" -linktitle: "PERSONNEL_IDENTIFICATION" -articleTitle: "PERSONNEL_IDENTIFICATION" -second_title: "Aspose.BarCode for Python via Java" -description: "E - Personnel Identification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibcpasdatatype/personnel_identification/ ---- - -## HIBCPASDataType.PERSONNEL_IDENTIFICATION - -**Type:** `int` - - -**Value:** `4` - - -E - Personnel Identification. - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/purchase_order_number/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/purchase_order_number/_index.md deleted file mode 100644 index 59b7d9cbc..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/purchase_order_number/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HIBCPASDataType.PURCHASE_ORDER_NUMBER" -linktitle: "PURCHASE_ORDER_NUMBER" -articleTitle: "PURCHASE_ORDER_NUMBER" -second_title: "Aspose.BarCode for Python via Java" -description: "O - Purchase Order Number." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibcpasdatatype/purchase_order_number/ ---- - -## HIBCPASDataType.PURCHASE_ORDER_NUMBER - -**Type:** `int` - - -**Value:** `14` - - -O - Purchase Order Number. - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/reimbursement_category/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/reimbursement_category/_index.md deleted file mode 100644 index 0c023897f..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/reimbursement_category/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HIBCPASDataType.REIMBURSEMENT_CATEGORY" -linktitle: "REIMBURSEMENT_CATEGORY" -articleTitle: "REIMBURSEMENT_CATEGORY" -second_title: "Aspose.BarCode for Python via Java" -description: "J - Reimbursement Category." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibcpasdatatype/reimbursement_category/ ---- - -## HIBCPASDataType.REIMBURSEMENT_CATEGORY - -**Type:** `int` - - -**Value:** `9` - - -J - Reimbursement Category. - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/service_identification/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/service_identification/_index.md deleted file mode 100644 index a2ab816c7..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/service_identification/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HIBCPASDataType.SERVICE_IDENTIFICATION" -linktitle: "SERVICE_IDENTIFICATION" -articleTitle: "SERVICE_IDENTIFICATION" -second_title: "Aspose.BarCode for Python via Java" -description: "B - Service Identification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibcpasdatatype/service_identification/ ---- - -## HIBCPASDataType.SERVICE_IDENTIFICATION - -**Type:** `int` - - -**Value:** `1` - - -B - Service Identification. - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/specimen_identification/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/specimen_identification/_index.md deleted file mode 100644 index 73972927c..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/specimen_identification/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HIBCPASDataType.SPECIMEN_IDENTIFICATION" -linktitle: "SPECIMEN_IDENTIFICATION" -articleTitle: "SPECIMEN_IDENTIFICATION" -second_title: "Aspose.BarCode for Python via Java" -description: "D - Specimen Identification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibcpasdatatype/specimen_identification/ ---- - -## HIBCPASDataType.SPECIMEN_IDENTIFICATION - -**Type:** `int` - - -**Value:** `3` - - -D - Specimen Identification. - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/user_defined/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/user_defined/_index.md deleted file mode 100644 index d0fb20239..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/user_defined/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HIBCPASDataType.USER_DEFINED" -linktitle: "USER_DEFINED" -articleTitle: "USER_DEFINED" -second_title: "Aspose.BarCode for Python via Java" -description: "Z - User Defined." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibcpasdatatype/user_defined/ ---- - -## HIBCPASDataType.USER_DEFINED - -**Type:** `int` - - -**Value:** `25` - - -Z - User Defined. - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/xml_document/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/xml_document/_index.md deleted file mode 100644 index 2d025c2d1..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibcpasdatatype/xml_document/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HIBCPASDataType.XML_DOCUMENT" -linktitle: "XML_DOCUMENT" -articleTitle: "XML_DOCUMENT" -second_title: "Aspose.BarCode for Python via Java" -description: "X - XML Document." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibcpasdatatype/xml_document/ ---- - -## HIBCPASDataType.XML_DOCUMENT - -**Type:** `int` - - -**Value:** `22` - - -X - XML Document. - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcpasrecord/__eq__/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcpasrecord/__eq__/_index.md deleted file mode 100644 index eba5ef042..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibcpasrecord/__eq__/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "HIBCPASRecord.__eq__" -linktitle: "__eq__" -articleTitle: "__eq__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns a value indicating whether this instance is equal to a specified HIBCPASDataType value." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibcpasrecord/__eq__/ ---- - -## HIBCPASRecord.__eq__ - -```python -__eq__(self, HIBCPASRecord other) -> bool -``` - - -Returns a value indicating whether this instance is equal to a specified HIBCPASDataType value. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `other` | `HIBCPASRecord` | | - -**Return Type:** `bool` — True if obj has the same value as this instance; otherwise, False. - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcpasrecord/__hash__/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcpasrecord/__hash__/_index.md deleted file mode 100644 index 072076092..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibcpasrecord/__hash__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "HIBCPASRecord.__hash__" -linktitle: "__hash__" -articleTitle: "__hash__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns the hash code for the current instance." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibcpasrecord/__hash__/ ---- - -## HIBCPASRecord.__hash__ - -```python -__hash__(self) -> int -``` - - -Returns the hash code for the current instance. - - -**Return Type:** `int` — A hash code for the current object. - diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcpasrecord/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcpasrecord/_index.md index 72bd0f862..fe70cc897 100644 --- a/english/python-java/aspose_barcode.complex_barcode/hibcpasrecord/_index.md +++ b/english/python-java/aspose_barcode.complex_barcode/hibcpasrecord/_index.md @@ -1,7 +1,6 @@ --- -title: "HIBCPASRecord Class" +title: "HIBCPASRecord" linktitle: "HIBCPASRecord" -articleTitle: "HIBCPASRecord" second_title: "Aspose.BarCode for Python via Java" description: "Class for storing HIBC PAS record." type: docs @@ -21,18 +20,80 @@ Class for storing HIBC PAS record. | Name | Description | | --- | --- | -| [__init__](./hibcpasrecord/) | HIBCPASRecord constructor. | +| [__init__](#constructor) | HIBCPASRecord constructor. | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [__eq__](./__eq__/) | `bool` | No | Returns a value indicating whether this instance is equal to a specified HIBCPASDataType value. | -| [__hash__](./__hash__/) | `int` | No | Returns the hash code for the current instance. | +| [__eq__](#__eq__) | `bool` | No | Returns a value indicating whether this instance is equal to a specified HIBCPASDataType value. | +| [__hash__](#__hash__) | `int` | No | Returns the hash code for the current instance. | ## Properties | Name | Type | Description | | --- | --- | --- | -| [data](./data/) | `Optional[str]` | Identifies data. | -| [data_type](./data_type/) | `HIBCPASDataType` | Identifies data type. | +| [data](#data) | `Optional[str]` | Identifies data. | +| [data_type](#data_type) | `HIBCPASDataType` | Identifies data type. | + +### HIBCPASRecord Constructor {#constructor} + +```python +__init__(self, HIBCPASDataType dataType, str data) +``` + +HIBCPASRecord constructor. + +| Parameter | Type | Description | +| --- | --- | --- | +| `dataType` | `HIBCPASDataType` | | +| `data` | `str` | | + +### HIBCPASRecord.__eq__ {#__eq__} + +```python +__eq__(self, HIBCPASRecord other) -> bool +``` + +Returns a value indicating whether this instance is equal to a specified HIBCPASDataType value. + +| Parameter | Type | Description | +| --- | --- | --- | +| `other` | `HIBCPASRecord` | | + +**Return Type:** `bool` — True if obj has the same value as this instance; otherwise, False. + +### HIBCPASRecord.__hash__ {#__hash__} + +```python +__hash__(self) -> int +``` + +Returns the hash code for the current instance. + +**Return Type:** `int` — A hash code for the current object. + +### HIBCPASRecord.data {#data} + +**Type:** `Optional[str]` + +Identifies data. + +Identifies data. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `str` | | + +### HIBCPASRecord.data_type {#data_type} + +**Type:** `HIBCPASDataType` + +Identifies data type. + +Identifies data type. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `HIBCPASDataType` | | + diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcpasrecord/data/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcpasrecord/data/_index.md deleted file mode 100644 index 56d375d6f..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibcpasrecord/data/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "HIBCPASRecord.data" -linktitle: "data" -articleTitle: "data" -second_title: "Aspose.BarCode for Python via Java" -description: "Identifies data." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibcpasrecord/data/ ---- - -## HIBCPASRecord.data - -**Type:** `Optional[str]` - - -### Get - -Identifies data. - - -### Set - -Identifies data. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `str` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcpasrecord/data_type/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcpasrecord/data_type/_index.md deleted file mode 100644 index c302d28f1..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibcpasrecord/data_type/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "HIBCPASRecord.data_type" -linktitle: "data_type" -articleTitle: "data_type" -second_title: "Aspose.BarCode for Python via Java" -description: "Identifies data type." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibcpasrecord/data_type/ ---- - -## HIBCPASRecord.data_type - -**Type:** `HIBCPASDataType` - - -### Get - -Identifies data type. - - -### Set - -Identifies data type. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `HIBCPASDataType` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/hibcpasrecord/hibcpasrecord/_index.md b/english/python-java/aspose_barcode.complex_barcode/hibcpasrecord/hibcpasrecord/_index.md deleted file mode 100644 index b5b1cac14..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/hibcpasrecord/hibcpasrecord/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: "HIBCPASRecord" -linktitle: "HIBCPASRecord" -articleTitle: "HIBCPASRecord" -second_title: "Aspose.BarCode for Python via Java" -description: "HIBCPASRecord constructor." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/hibcpasrecord/hibcpasrecord/ ---- - -## HIBCPASRecord Constructor - -```python -__init__(self, HIBCPASDataType dataType, str data) -``` - - -HIBCPASRecord constructor. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `dataType` | `HIBCPASDataType` | | -| `data` | `str` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/icomplexcodetext/_index.md b/english/python-java/aspose_barcode.complex_barcode/icomplexcodetext/_index.md index 931cc7f0f..07314fecb 100644 --- a/english/python-java/aspose_barcode.complex_barcode/icomplexcodetext/_index.md +++ b/english/python-java/aspose_barcode.complex_barcode/icomplexcodetext/_index.md @@ -1,7 +1,6 @@ --- -title: "IComplexCodetext Class" +title: "IComplexCodetext" linktitle: "IComplexCodetext" -articleTitle: "IComplexCodetext" second_title: "Aspose.BarCode for Python via Java" description: "Interface for complex codetext used with ComplexBarcodeGenerator." type: docs @@ -21,12 +20,57 @@ Interface for complex codetext used with ComplexBarcodeGenerator. | Name | Description | | --- | --- | -| [__init__](./icomplexcodetext/) | Reimplemented in USADriveIdCodetext, MaxiCodeStructuredCodetext, and HIBCLICComplexCodetext. | +| [__init__](#constructor) | Reimplemented in USADriveIdCodetext, MaxiCodeStructuredCodetext, and HIBCLICComplexCodetext. | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [barcode_type](./barcode_type/) | `EncodeTypes` | No | Gets barcode type. | -| [constructed_codetext](./constructed_codetext/) | `Optional[str]` | No | Construct codetext for complex barcode. | -| [init_from_string](./init_from_string/) | `None` | No | Initializes instance with constructed codetext. | +| [barcode_type](#barcode_type) | `EncodeTypes` | No | Gets barcode type. | +| [constructed_codetext](#constructed_codetext) | `Optional[str]` | No | Construct codetext for complex barcode. | +| [init_from_string](#init_from_string) | `None` | No | Initializes instance with constructed codetext. | + +### IComplexCodetext Constructor {#constructor} + +```python +__init__(self, _java_class) -> def +``` + +Reimplemented in USADriveIdCodetext, MaxiCodeStructuredCodetext, and HIBCLICComplexCodetext. + +| Parameter | Type | Description | +| --- | --- | --- | +| `_java_class` | `` | | + +### IComplexCodetext.barcode_type {#barcode_type} + +```python +barcode_type(self) -> EncodeTypes +``` + +Gets barcode type. + +**Return Type:** `EncodeTypes` — Barcode type. + +### IComplexCodetext.constructed_codetext {#constructed_codetext} + +```python +constructed_codetext(self) -> Optional[str] +``` + +Construct codetext for complex barcode. + +**Return Type:** `Optional[str]` — Constructed codetext + +### IComplexCodetext.init_from_string {#init_from_string} + +```python +init_from_string(self, str constructed_codetext) +``` + +Initializes instance with constructed codetext. + +| Parameter | Type | Description | +| --- | --- | --- | +| `constructed_codetext` | `str` | | + diff --git a/english/python-java/aspose_barcode.complex_barcode/icomplexcodetext/barcode_type/_index.md b/english/python-java/aspose_barcode.complex_barcode/icomplexcodetext/barcode_type/_index.md deleted file mode 100644 index 4404950d5..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/icomplexcodetext/barcode_type/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "IComplexCodetext.barcode_type" -linktitle: "barcode_type" -articleTitle: "barcode_type" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets barcode type." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/icomplexcodetext/barcode_type/ ---- - -## IComplexCodetext.barcode_type - -```python -barcode_type(self) -> EncodeTypes -``` - - -Gets barcode type. - - -**Return Type:** `EncodeTypes` — Barcode type. - diff --git a/english/python-java/aspose_barcode.complex_barcode/icomplexcodetext/constructed_codetext/_index.md b/english/python-java/aspose_barcode.complex_barcode/icomplexcodetext/constructed_codetext/_index.md deleted file mode 100644 index c1cbf30f6..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/icomplexcodetext/constructed_codetext/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "IComplexCodetext.constructed_codetext" -linktitle: "constructed_codetext" -articleTitle: "constructed_codetext" -second_title: "Aspose.BarCode for Python via Java" -description: "Construct codetext for complex barcode." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/icomplexcodetext/constructed_codetext/ ---- - -## IComplexCodetext.constructed_codetext - -```python -constructed_codetext(self) -> Optional[str] -``` - - -Construct codetext for complex barcode. - - -**Return Type:** `Optional[str]` — Constructed codetext - diff --git a/english/python-java/aspose_barcode.complex_barcode/icomplexcodetext/icomplexcodetext/_index.md b/english/python-java/aspose_barcode.complex_barcode/icomplexcodetext/icomplexcodetext/_index.md deleted file mode 100644 index 550717f5b..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/icomplexcodetext/icomplexcodetext/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "IComplexCodetext" -linktitle: "IComplexCodetext" -articleTitle: "IComplexCodetext" -second_title: "Aspose.BarCode for Python via Java" -description: "Reimplemented in USADriveIdCodetext, MaxiCodeStructuredCodetext, and HIBCLICComplexCodetext." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/icomplexcodetext/icomplexcodetext/ ---- - -## IComplexCodetext Constructor - -```python -__init__(self, _java_class) -> def -``` - - -Reimplemented in USADriveIdCodetext, MaxiCodeStructuredCodetext, and HIBCLICComplexCodetext. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `_java_class` | `` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/icomplexcodetext/init_from_string/_index.md b/english/python-java/aspose_barcode.complex_barcode/icomplexcodetext/init_from_string/_index.md deleted file mode 100644 index d5fac6f5d..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/icomplexcodetext/init_from_string/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "IComplexCodetext.init_from_string" -linktitle: "init_from_string" -articleTitle: "init_from_string" -second_title: "Aspose.BarCode for Python via Java" -description: "Initializes instance with constructed codetext." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/icomplexcodetext/init_from_string/ ---- - -## IComplexCodetext.init_from_string - -```python -init_from_string(self, str constructed_codetext) -``` - - -Initializes instance with constructed codetext. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `constructed_codetext` | `str` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/_index.md b/english/python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/_index.md index c3b177648..2e607bdc5 100644 --- a/english/python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/_index.md +++ b/english/python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/_index.md @@ -1,7 +1,6 @@ --- -title: "Mailmark2DCodetext Class" +title: "Mailmark2DCodetext" linktitle: "Mailmark2DCodetext" -articleTitle: "Mailmark2DCodetext" second_title: "Aspose.BarCode for Python via Java" description: "" type: docs @@ -20,29 +19,238 @@ url: /python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/ | Name | Description | | --- | --- | -| [__init__](./mailmark2dcodetext/) | Create default instance of Mailmark2DCodetext class. | +| [__init__](#constructor) | Create default instance of Mailmark2DCodetext class. | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [barcode_type](./barcode_type/) | `EncodeTypes` | No | Reimplemented from IComplexCodetext. | -| [constructed_codetext](./constructed_codetext/) | `Optional[str]` | No | Reimplemented from IComplexCodetext. | -| [init_from_string](./init_from_string/) | `None` | No | Reimplemented from IComplexCodetext. | +| [barcode_type](#barcode_type) | `EncodeTypes` | No | Reimplemented from IComplexCodetext. | +| [constructed_codetext](#constructed_codetext) | `Optional[str]` | No | Reimplemented from IComplexCodetext. | +| [init_from_string](#init_from_string) | `None` | No | Reimplemented from IComplexCodetext. | ## Properties | Name | Type | Description | | --- | --- | --- | -| [class_](./class_/) | `Optional[str]` | Identifies the class of the item. Valid Values: “1” - 1C (Retail) “2” - 2C (Retail) “3” - Economy (Retail) “5” - Deffered (Retail) “8” - Premium (Network Access) “9” - Standard (Network Access) | -| [customer_content](./customer_content/) | `Optional[str]` | Optional space for use by customer. Max length by Type: Type 7: 6 characters Type 9: 45 characters Type 29: 25 characters | -| [customer_content_encode_mode](./customer_content_encode_mode/) | `DataMatrixEncodeMode` | Encode mode of Datamatrix barcode. Default value: DataMatrixEncodeMode.C40. | -| [data_matrix_type](./data_matrix_type/) | `Mailmark2DType` | 2D Mailmark Type defines size of Data Matrix barcode. | -| [destination_postcode_dps](./destination_postcode_dps/) | `Optional[str]` | Contains the Postcode of the Delivery Address with DPS If inland the Postcode/DP contains the following number of characters. Area (1 or 2 characters) District(1 or 2 characters) Sector(1 character) Unit(2 characters) DPS (2 characters). The Postcode and DPS must comply with a valid PAF® format. | -| [information_type_id](./information_type_id/) | `Optional[str]` | Identifies the Royal Mail Mailmark barcode payload for each product type. Valid Values: “0” - Domestic Sorted & Unsorted “A” - Online Postage “B” - Franking “C” - Consolidation | -| [item_id](./item_id/) | `int` | Every Mailmark barcode is required to carry an ID Max value: 99999999. | -| [return_to_sender_postcode](./return_to_sender_postcode/) | `Optional[str]` | Contains the Return to Sender Post Code but no DPS. The PC(without DPS) must comply with a PAF® format. | -| [rts_flag](./rts_flag/) | `Optional[str]` | Flag which indicates what level of Return to Sender service is being requested. | -| [supply_chain_id](./supply_chain_id/) | `int` | Identifies the unique group of customers involved in the mailing. Max value: 9999999. | -| [upu_country_id](./upu_country_id/) | `Optional[str]` | Identifies the UPU Country ID.Max length: 4 characters. | -| [version_id](./version_id/) | `Optional[str]` | Identifies the barcode version as relevant to each Information Type ID. Valid Values: Currently “1”. “0” & “2” to “9” and “A” to “Z” spare reserved for potential future use. | +| [class_](#class_) | `Optional[str]` | Identifies the class of the item. Valid Values: “1” - 1C (Retail) “2” - 2C (Retail) “3” - Economy (Retail) “5” - Deffered (Retail) “8” - Premium (Network Access) “9” - Standard (Network Access) | +| [customer_content](#customer_content) | `Optional[str]` | Optional space for use by customer. Max length by Type: Type 7: 6 characters Type 9: 45 characters Type 29: 25 characters | +| [customer_content_encode_mode](#customer_content_encode_mode) | `DataMatrixEncodeMode` | Encode mode of Datamatrix barcode. Default value: DataMatrixEncodeMode.C40. | +| [data_matrix_type](#data_matrix_type) | `Mailmark2DType` | 2D Mailmark Type defines size of Data Matrix barcode. | +| [destination_postcode_dps](#destination_postcode_dps) | `Optional[str]` | Contains the Postcode of the Delivery Address with DPS If inland the Postcode/DP contains the following number of characters. Area (1 or 2 characters) District(1 or 2 characters) Sector(1 character) Unit(2 characters) DPS (2 characters). The Postcode and DPS must comply with a valid PAF® format. | +| [information_type_id](#information_type_id) | `Optional[str]` | Identifies the Royal Mail Mailmark barcode payload for each product type. Valid Values: “0” - Domestic Sorted & Unsorted “A” - Online Postage “B” - Franking “C” - Consolidation | +| [item_id](#item_id) | `int` | Every Mailmark barcode is required to carry an ID Max value: 99999999. | +| [return_to_sender_postcode](#return_to_sender_postcode) | `Optional[str]` | Contains the Return to Sender Post Code but no DPS. The PC(without DPS) must comply with a PAF® format. | +| [rts_flag](#rts_flag) | `Optional[str]` | Flag which indicates what level of Return to Sender service is being requested. | +| [supply_chain_id](#supply_chain_id) | `int` | Identifies the unique group of customers involved in the mailing. Max value: 9999999. | +| [upu_country_id](#upu_country_id) | `Optional[str]` | Identifies the UPU Country ID.Max length: 4 characters. | +| [version_id](#version_id) | `Optional[str]` | Identifies the barcode version as relevant to each Information Type ID. Valid Values: Currently “1”. “0” & “2” to “9” and “A” to “Z” spare reserved for potential future use. | + +### Mailmark2DCodetext Constructor {#constructor} + +```python +__init__(self) +``` + +Create default instance of Mailmark2DCodetext class. + +### Mailmark2DCodetext.barcode_type {#barcode_type} + +```python +barcode_type(self) -> EncodeTypes +``` + +Reimplemented from IComplexCodetext. + +**Return Type:** `EncodeTypes` + +### Mailmark2DCodetext.constructed_codetext {#constructed_codetext} + +```python +constructed_codetext(self) -> Optional[str] +``` + +Reimplemented from IComplexCodetext. + +**Return Type:** `Optional[str]` + +### Mailmark2DCodetext.init_from_string {#init_from_string} + +```python +init_from_string(self, str constructed_codetext) +``` + +Reimplemented from IComplexCodetext. + +| Parameter | Type | Description | +| --- | --- | --- | +| `constructed_codetext` | `str` | | + +### Mailmark2DCodetext.class_ {#class_} + +**Type:** `Optional[str]` + +Identifies the class of the item. Valid Values: “1” - 1C (Retail) “2” - 2C (Retail) “3” - Economy (Retail) “5” - Deffered (Retail) “8” - Premium (Network Access) “9” - Standard (Network Access) + +**Returns:** class of the item + +Identifies the class of the item. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `str` | Valid Values: “1” - 1C (Retail) “2” - 2C (Retail) “3” - Economy (Retail) “5” - Deffered (Retail) “8” - Premium (Network Access) “9” - Standard (Network Access) | + +### Mailmark2DCodetext.customer_content {#customer_content} + +**Type:** `Optional[str]` + +Optional space for use by customer. Max length by Type: Type 7: 6 characters Type 9: 45 characters Type 29: 25 characters + +**Returns:** Customer content + +Optional space for use by customer. Max length by Type: Type 7: 6 characters Type 9: 45 characters Type 29: 25 characters + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `str` | Customer content | + +### Mailmark2DCodetext.customer_content_encode_mode {#customer_content_encode_mode} + +**Type:** `DataMatrixEncodeMode` + +Encode mode of Datamatrix barcode. Default value: DataMatrixEncodeMode.C40. + +**Returns:** Encode mode of Datamatrix barcode. + +Encode mode of Datamatrix barcode. Default value: DataMatrixEncodeMode.C40. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `DataMatrixEncodeMode` | | + +### Mailmark2DCodetext.data_matrix_type {#data_matrix_type} + +**Type:** `Mailmark2DType` + +2D Mailmark Type defines size of Data Matrix barcode. + +**Returns:** Size of Data Matrix barcode + +2D Mailmark Type defines size of Data Matrix barcode. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `Mailmark2DType` | | + +### Mailmark2DCodetext.destination_postcode_dps {#destination_postcode_dps} + +**Type:** `Optional[str]` + +Contains the Postcode of the Delivery Address with DPS If inland the Postcode/DP contains the following number of characters. Area (1 or 2 characters) District(1 or 2 characters) Sector(1 character) Unit(2 characters) DPS (2 characters). The Postcode and DPS must comply with a valid PAF® format. + +**Returns:** the Postcode of the Delivery Address with DPS + +Contains the Postcode of the Delivery Address with DPS If inland the Postcode/DP contains the following number of characters. Area (1 or 2 characters) District(1 or 2 characters) Sector(1 character) Unit(2 characters) DPS (2 characters). The Postcode and DPS must comply with a valid PAF® format. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `str` | | + +### Mailmark2DCodetext.information_type_id {#information_type_id} + +**Type:** `Optional[str]` + +Identifies the Royal Mail Mailmark barcode payload for each product type. Valid Values: “0” - Domestic Sorted & Unsorted “A” - Online Postage “B” - Franking “C” - Consolidation + +**Returns:** Information type ID + +Identifies the Royal Mail Mailmark barcode payload for each product type. Valid Values: “0” - Domestic Sorted & Unsorted “A” - Online Postage “B” - Franking “C” - Consolidation + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `str` | Information type ID | + +### Mailmark2DCodetext.item_id {#item_id} + +**Type:** `int` + +Every Mailmark barcode is required to carry an ID Max value: 99999999. + +**Returns:** item within the Supply Chain ID + +Identifies the unique item within the Supply Chain ID. Every Mailmark barcode is required to carry an ID Max value: 99999999. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `int` | | + +### Mailmark2DCodetext.return_to_sender_postcode {#return_to_sender_postcode} + +**Type:** `Optional[str]` + +Contains the Return to Sender Post Code but no DPS. The PC(without DPS) must comply with a PAF® format. + +**Returns:** Return to Sender Post Code but no DPS + +Contains the Return to Sender Post Code but no DPS. The PC(without DPS) must comply with a PAF® format. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `str` | | + +### Mailmark2DCodetext.rts_flag {#rts_flag} + +**Type:** `Optional[str]` + +Flag which indicates what level of Return to Sender service is being requested. + +**Returns:** RTS Flag + +Flag which indicates what level of Return to Sender service is being requested. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `str` | | + +### Mailmark2DCodetext.supply_chain_id {#supply_chain_id} + +**Type:** `int` + +Identifies the unique group of customers involved in the mailing. Max value: 9999999. + +**Returns:** Supply chain ID + +Identifies the unique group of customers involved in the mailing. Max value: 9999999. @param:: value: Supply chain ID + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `int` | | + +### Mailmark2DCodetext.upu_country_id {#upu_country_id} + +**Type:** `Optional[str]` + +Identifies the UPU Country ID.Max length: 4 characters. + +**Returns:** Country ID + +Identifies the UPU Country ID.Max length: 4 characters. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `str` | Country ID | + +### Mailmark2DCodetext.version_id {#version_id} + +**Type:** `Optional[str]` + +Identifies the barcode version as relevant to each Information Type ID. Valid Values: Currently “1”. “0” & “2” to “9” and “A” to “Z” spare reserved for potential future use. + +**Returns:** Version ID + +Identifies the barcode version as relevant to each Information Type ID. Valid Values: Currently “1”. “0” & “2” to “9” and “A” to “Z” spare reserved for potential future use. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `str` | Version ID | + diff --git a/english/python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/barcode_type/_index.md b/english/python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/barcode_type/_index.md deleted file mode 100644 index 76e5da800..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/barcode_type/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "Mailmark2DCodetext.barcode_type" -linktitle: "barcode_type" -articleTitle: "barcode_type" -second_title: "Aspose.BarCode for Python via Java" -description: "Reimplemented from IComplexCodetext." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/barcode_type/ ---- - -## Mailmark2DCodetext.barcode_type - -```python -barcode_type(self) -> EncodeTypes -``` - - -Reimplemented from IComplexCodetext. - - -**Return Type:** `EncodeTypes` - diff --git a/english/python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/class_/_index.md b/english/python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/class_/_index.md deleted file mode 100644 index ebf782b40..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/class_/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Mailmark2DCodetext.class_" -linktitle: "class_" -articleTitle: "class_" -second_title: "Aspose.BarCode for Python via Java" -description: "Identifies the class of the item. Valid Values: “1” - 1C (Retail) “2” - 2C (Retail) “3” - Economy (Retail) “5” - Deffered (Retail) “8” - Premium (Network Access" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/class_/ ---- - -## Mailmark2DCodetext.class_ - -**Type:** `Optional[str]` - - -### Get - -Identifies the class of the item. Valid Values: “1” - 1C (Retail) “2” - 2C (Retail) “3” - Economy (Retail) “5” - Deffered (Retail) “8” - Premium (Network Access) “9” - Standard (Network Access) - - -**Returns:** class of the item - - -### Set - -Identifies the class of the item. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `str` | Valid Values: “1” - 1C (Retail) “2” - 2C (Retail) “3” - Economy (Retail) “5” - Deffered (Retail) “8” - Premium (Network Access) “9” - Standard (Network Access) | diff --git a/english/python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/constructed_codetext/_index.md b/english/python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/constructed_codetext/_index.md deleted file mode 100644 index f4a9c879a..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/constructed_codetext/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "Mailmark2DCodetext.constructed_codetext" -linktitle: "constructed_codetext" -articleTitle: "constructed_codetext" -second_title: "Aspose.BarCode for Python via Java" -description: "Reimplemented from IComplexCodetext." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/constructed_codetext/ ---- - -## Mailmark2DCodetext.constructed_codetext - -```python -constructed_codetext(self) -> Optional[str] -``` - - -Reimplemented from IComplexCodetext. - - -**Return Type:** `Optional[str]` - diff --git a/english/python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/customer_content/_index.md b/english/python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/customer_content/_index.md deleted file mode 100644 index dd12e18ca..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/customer_content/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Mailmark2DCodetext.customer_content" -linktitle: "customer_content" -articleTitle: "customer_content" -second_title: "Aspose.BarCode for Python via Java" -description: "Optional space for use by customer. Max length by Type: Type 7: 6 characters Type 9: 45 characters Type 29: 25 characters" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/customer_content/ ---- - -## Mailmark2DCodetext.customer_content - -**Type:** `Optional[str]` - - -### Get - -Optional space for use by customer. Max length by Type: Type 7: 6 characters Type 9: 45 characters Type 29: 25 characters - - -**Returns:** Customer content - - -### Set - -Optional space for use by customer. Max length by Type: Type 7: 6 characters Type 9: 45 characters Type 29: 25 characters - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `str` | Customer content | diff --git a/english/python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/customer_content_encode_mode/_index.md b/english/python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/customer_content_encode_mode/_index.md deleted file mode 100644 index 4e6b27142..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/customer_content_encode_mode/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Mailmark2DCodetext.customer_content_encode_mode" -linktitle: "customer_content_encode_mode" -articleTitle: "customer_content_encode_mode" -second_title: "Aspose.BarCode for Python via Java" -description: "Encode mode of Datamatrix barcode. Default value: DataMatrixEncodeMode.C40." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/customer_content_encode_mode/ ---- - -## Mailmark2DCodetext.customer_content_encode_mode - -**Type:** `DataMatrixEncodeMode` - - -### Get - -Encode mode of Datamatrix barcode. Default value: DataMatrixEncodeMode.C40. - - -**Returns:** Encode mode of Datamatrix barcode. - - -### Set - -Encode mode of Datamatrix barcode. Default value: DataMatrixEncodeMode.C40. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `DataMatrixEncodeMode` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/data_matrix_type/_index.md b/english/python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/data_matrix_type/_index.md deleted file mode 100644 index b24c3695b..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/data_matrix_type/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Mailmark2DCodetext.data_matrix_type" -linktitle: "data_matrix_type" -articleTitle: "data_matrix_type" -second_title: "Aspose.BarCode for Python via Java" -description: "2D Mailmark Type defines size of Data Matrix barcode." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/data_matrix_type/ ---- - -## Mailmark2DCodetext.data_matrix_type - -**Type:** `Mailmark2DType` - - -### Get - -2D Mailmark Type defines size of Data Matrix barcode. - - -**Returns:** Size of Data Matrix barcode - - -### Set - -2D Mailmark Type defines size of Data Matrix barcode. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `Mailmark2DType` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/destination_postcode_dps/_index.md b/english/python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/destination_postcode_dps/_index.md deleted file mode 100644 index b0c24a1b1..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/destination_postcode_dps/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Mailmark2DCodetext.destination_postcode_dps" -linktitle: "destination_postcode_dps" -articleTitle: "destination_postcode_dps" -second_title: "Aspose.BarCode for Python via Java" -description: "Contains the Postcode of the Delivery Address with DPS If inland the Postcode/DP contains the following number of characters. Area (1 or 2 characters) District(" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/destination_postcode_dps/ ---- - -## Mailmark2DCodetext.destination_postcode_dps - -**Type:** `Optional[str]` - - -### Get - -Contains the Postcode of the Delivery Address with DPS If inland the Postcode/DP contains the following number of characters. Area (1 or 2 characters) District(1 or 2 characters) Sector(1 character) Unit(2 characters) DPS (2 characters). The Postcode and DPS must comply with a valid PAF® format. - - -**Returns:** the Postcode of the Delivery Address with DPS - - -### Set - -Contains the Postcode of the Delivery Address with DPS If inland the Postcode/DP contains the following number of characters. Area (1 or 2 characters) District(1 or 2 characters) Sector(1 character) Unit(2 characters) DPS (2 characters). The Postcode and DPS must comply with a valid PAF® format. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `str` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/information_type_id/_index.md b/english/python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/information_type_id/_index.md deleted file mode 100644 index c9d422be1..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/information_type_id/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Mailmark2DCodetext.information_type_id" -linktitle: "information_type_id" -articleTitle: "information_type_id" -second_title: "Aspose.BarCode for Python via Java" -description: "Identifies the Royal Mail Mailmark barcode payload for each product type. Valid Values: “0” - Domestic Sorted & Unsorted “A” - Online Postage “B” - Franking “C”" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/information_type_id/ ---- - -## Mailmark2DCodetext.information_type_id - -**Type:** `Optional[str]` - - -### Get - -Identifies the Royal Mail Mailmark barcode payload for each product type. Valid Values: “0” - Domestic Sorted & Unsorted “A” - Online Postage “B” - Franking “C” - Consolidation - - -**Returns:** Information type ID - - -### Set - -Identifies the Royal Mail Mailmark barcode payload for each product type. Valid Values: “0” - Domestic Sorted & Unsorted “A” - Online Postage “B” - Franking “C” - Consolidation - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `str` | Information type ID | diff --git a/english/python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/init_from_string/_index.md b/english/python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/init_from_string/_index.md deleted file mode 100644 index 220b4e7b3..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/init_from_string/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "Mailmark2DCodetext.init_from_string" -linktitle: "init_from_string" -articleTitle: "init_from_string" -second_title: "Aspose.BarCode for Python via Java" -description: "Reimplemented from IComplexCodetext." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/init_from_string/ ---- - -## Mailmark2DCodetext.init_from_string - -```python -init_from_string(self, str constructed_codetext) -``` - - -Reimplemented from IComplexCodetext. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `constructed_codetext` | `str` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/item_id/_index.md b/english/python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/item_id/_index.md deleted file mode 100644 index cf7adbd84..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/item_id/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Mailmark2DCodetext.item_id" -linktitle: "item_id" -articleTitle: "item_id" -second_title: "Aspose.BarCode for Python via Java" -description: "Every Mailmark barcode is required to carry an ID Max value: 99999999." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/item_id/ ---- - -## Mailmark2DCodetext.item_id - -**Type:** `int` - - -### Get - -Every Mailmark barcode is required to carry an ID Max value: 99999999. - - -**Returns:** item within the Supply Chain ID - - -### Set - -Identifies the unique item within the Supply Chain ID. Every Mailmark barcode is required to carry an ID Max value: 99999999. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `int` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/mailmark2dcodetext/_index.md b/english/python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/mailmark2dcodetext/_index.md deleted file mode 100644 index 6ee2423c2..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/mailmark2dcodetext/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Mailmark2DCodetext" -linktitle: "Mailmark2DCodetext" -articleTitle: "Mailmark2DCodetext" -second_title: "Aspose.BarCode for Python via Java" -description: "Create default instance of Mailmark2DCodetext class." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/mailmark2dcodetext/ ---- - -## Mailmark2DCodetext Constructor - -```python -__init__(self) -``` - - -Create default instance of Mailmark2DCodetext class. - diff --git a/english/python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/return_to_sender_postcode/_index.md b/english/python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/return_to_sender_postcode/_index.md deleted file mode 100644 index bed750f68..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/return_to_sender_postcode/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Mailmark2DCodetext.return_to_sender_postcode" -linktitle: "return_to_sender_postcode" -articleTitle: "return_to_sender_postcode" -second_title: "Aspose.BarCode for Python via Java" -description: "Contains the Return to Sender Post Code but no DPS. The PC(without DPS) must comply with a PAF® format." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/return_to_sender_postcode/ ---- - -## Mailmark2DCodetext.return_to_sender_postcode - -**Type:** `Optional[str]` - - -### Get - -Contains the Return to Sender Post Code but no DPS. The PC(without DPS) must comply with a PAF® format. - - -**Returns:** Return to Sender Post Code but no DPS - - -### Set - -Contains the Return to Sender Post Code but no DPS. The PC(without DPS) must comply with a PAF® format. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `str` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/rts_flag/_index.md b/english/python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/rts_flag/_index.md deleted file mode 100644 index 6d44b8f99..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/rts_flag/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Mailmark2DCodetext.rts_flag" -linktitle: "rts_flag" -articleTitle: "rts_flag" -second_title: "Aspose.BarCode for Python via Java" -description: "Flag which indicates what level of Return to Sender service is being requested." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/rts_flag/ ---- - -## Mailmark2DCodetext.rts_flag - -**Type:** `Optional[str]` - - -### Get - -Flag which indicates what level of Return to Sender service is being requested. - - -**Returns:** RTS Flag - - -### Set - -Flag which indicates what level of Return to Sender service is being requested. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `str` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/supply_chain_id/_index.md b/english/python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/supply_chain_id/_index.md deleted file mode 100644 index 9ec842f28..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/supply_chain_id/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Mailmark2DCodetext.supply_chain_id" -linktitle: "supply_chain_id" -articleTitle: "supply_chain_id" -second_title: "Aspose.BarCode for Python via Java" -description: "Identifies the unique group of customers involved in the mailing. Max value: 9999999." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/supply_chain_id/ ---- - -## Mailmark2DCodetext.supply_chain_id - -**Type:** `int` - - -### Get - -Identifies the unique group of customers involved in the mailing. Max value: 9999999. - - -**Returns:** Supply chain ID - - -### Set - -Identifies the unique group of customers involved in the mailing. Max value: 9999999. @param:: value: Supply chain ID - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `int` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/upu_country_id/_index.md b/english/python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/upu_country_id/_index.md deleted file mode 100644 index 29b339e30..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/upu_country_id/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Mailmark2DCodetext.upu_country_id" -linktitle: "upu_country_id" -articleTitle: "upu_country_id" -second_title: "Aspose.BarCode for Python via Java" -description: "Identifies the UPU Country ID.Max length: 4 characters." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/upu_country_id/ ---- - -## Mailmark2DCodetext.upu_country_id - -**Type:** `Optional[str]` - - -### Get - -Identifies the UPU Country ID.Max length: 4 characters. - - -**Returns:** Country ID - - -### Set - -Identifies the UPU Country ID.Max length: 4 characters. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `str` | Country ID | diff --git a/english/python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/version_id/_index.md b/english/python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/version_id/_index.md deleted file mode 100644 index 595553e24..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/version_id/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Mailmark2DCodetext.version_id" -linktitle: "version_id" -articleTitle: "version_id" -second_title: "Aspose.BarCode for Python via Java" -description: "Identifies the barcode version as relevant to each Information Type ID. Valid Values: Currently “1”. “0” & “2” to “9” and “A” to “Z” spare reserved for potentia" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/mailmark2dcodetext/version_id/ ---- - -## Mailmark2DCodetext.version_id - -**Type:** `Optional[str]` - - -### Get - -Identifies the barcode version as relevant to each Information Type ID. Valid Values: Currently “1”. “0” & “2” to “9” and “A” to “Z” spare reserved for potential future use. - - -**Returns:** Version ID - - -### Set - -Identifies the barcode version as relevant to each Information Type ID. Valid Values: Currently “1”. “0” & “2” to “9” and “A” to “Z” spare reserved for potential future use. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `str` | Version ID | diff --git a/english/python-java/aspose_barcode.complex_barcode/mailmark2dtype/_index.md b/english/python-java/aspose_barcode.complex_barcode/mailmark2dtype/_index.md index 6a6569dc7..f3e8b09a4 100644 --- a/english/python-java/aspose_barcode.complex_barcode/mailmark2dtype/_index.md +++ b/english/python-java/aspose_barcode.complex_barcode/mailmark2dtype/_index.md @@ -1,7 +1,6 @@ --- -title: "Mailmark2DType Enum" +title: "Mailmark2DType" linktitle: "Mailmark2DType" -articleTitle: "Mailmark2DType" second_title: "Aspose.BarCode for Python via Java" description: "2D Mailmark Type defines size of Data Matrix barcode" type: docs @@ -21,7 +20,39 @@ url: /python-java/aspose_barcode.complex_barcode/mailmark2dtype/ | Name | Value | Description | | --- | --- | --- | -| [AUTO](./auto/) | `0` | Auto determine. | -| [TYPE_29](./type_29/) | `3` | 16 x 48 modules | -| [TYPE_7](./type_7/) | `1` | 24 x 24 modules | -| [TYPE_9](./type_9/) | `2` | 32 x 32 modules | +| [AUTO](#auto) | `0` | Auto determine. | +| [TYPE_29](#type_29) | `3` | 16 x 48 modules | +| [TYPE_7](#type_7) | `1` | 24 x 24 modules | +| [TYPE_9](#type_9) | `2` | 32 x 32 modules | +### Mailmark2DType.AUTO {#auto} + +**Type:** `int` + +**Value:** `0` + +Auto determine. + +### Mailmark2DType.TYPE_29 {#type_29} + +**Type:** `int` + +**Value:** `3` + +16 x 48 modules + +### Mailmark2DType.TYPE_7 {#type_7} + +**Type:** `int` + +**Value:** `1` + +24 x 24 modules + +### Mailmark2DType.TYPE_9 {#type_9} + +**Type:** `int` + +**Value:** `2` + +32 x 32 modules + diff --git a/english/python-java/aspose_barcode.complex_barcode/mailmark2dtype/auto/_index.md b/english/python-java/aspose_barcode.complex_barcode/mailmark2dtype/auto/_index.md deleted file mode 100644 index ebf1095a8..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/mailmark2dtype/auto/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Mailmark2DType.AUTO" -linktitle: "AUTO" -articleTitle: "AUTO" -second_title: "Aspose.BarCode for Python via Java" -description: "Auto determine." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/mailmark2dtype/auto/ ---- - -## Mailmark2DType.AUTO - -**Type:** `int` - - -**Value:** `0` - - -Auto determine. - diff --git a/english/python-java/aspose_barcode.complex_barcode/mailmark2dtype/type_29/_index.md b/english/python-java/aspose_barcode.complex_barcode/mailmark2dtype/type_29/_index.md deleted file mode 100644 index 391e5bd12..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/mailmark2dtype/type_29/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Mailmark2DType.TYPE_29" -linktitle: "TYPE_29" -articleTitle: "TYPE_29" -second_title: "Aspose.BarCode for Python via Java" -description: "16 x 48 modules" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/mailmark2dtype/type_29/ ---- - -## Mailmark2DType.TYPE_29 - -**Type:** `int` - - -**Value:** `3` - - -16 x 48 modules - diff --git a/english/python-java/aspose_barcode.complex_barcode/mailmark2dtype/type_7/_index.md b/english/python-java/aspose_barcode.complex_barcode/mailmark2dtype/type_7/_index.md deleted file mode 100644 index d9065a39f..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/mailmark2dtype/type_7/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Mailmark2DType.TYPE_7" -linktitle: "TYPE_7" -articleTitle: "TYPE_7" -second_title: "Aspose.BarCode for Python via Java" -description: "24 x 24 modules" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/mailmark2dtype/type_7/ ---- - -## Mailmark2DType.TYPE_7 - -**Type:** `int` - - -**Value:** `1` - - -24 x 24 modules - diff --git a/english/python-java/aspose_barcode.complex_barcode/mailmark2dtype/type_9/_index.md b/english/python-java/aspose_barcode.complex_barcode/mailmark2dtype/type_9/_index.md deleted file mode 100644 index e019c3eb4..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/mailmark2dtype/type_9/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Mailmark2DType.TYPE_9" -linktitle: "TYPE_9" -articleTitle: "TYPE_9" -second_title: "Aspose.BarCode for Python via Java" -description: "32 x 32 modules" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/mailmark2dtype/type_9/ ---- - -## Mailmark2DType.TYPE_9 - -**Type:** `int` - - -**Value:** `2` - - -32 x 32 modules - diff --git a/english/python-java/aspose_barcode.complex_barcode/mailmarkcodetext/_index.md b/english/python-java/aspose_barcode.complex_barcode/mailmarkcodetext/_index.md index 5ac51f63f..eaabdd557 100644 --- a/english/python-java/aspose_barcode.complex_barcode/mailmarkcodetext/_index.md +++ b/english/python-java/aspose_barcode.complex_barcode/mailmarkcodetext/_index.md @@ -1,7 +1,6 @@ --- -title: "MailmarkCodetext Class" +title: "MailmarkCodetext" linktitle: "MailmarkCodetext" -articleTitle: "MailmarkCodetext" second_title: "Aspose.BarCode for Python via Java" description: "Class for encoding and decoding the text embedded in the 4-state Royal Mailmark code." type: docs @@ -23,23 +22,134 @@ Class for encoding and decoding the text embedded in the 4-state Royal Mailmark | Name | Description | | --- | --- | -| [__init__](./mailmarkcodetext/) | Initializes a new instance of the MailmarkCodetext class. | +| [__init__](#constructor) | Initializes a new instance of the MailmarkCodetext class. | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [barcode_type](./barcode_type/) | `EncodeTypes` | No | Gets barcode type. | -| [constructed_codetext](./constructed_codetext/) | `Optional[str]` | No | Construct codetext from Mailmark data. | -| [init_from_string](./init_from_string/) | `None` | No | Initializes Mailmark data from constructed codetext. | +| [barcode_type](#barcode_type) | `EncodeTypes` | No | Gets barcode type. | +| [constructed_codetext](#constructed_codetext) | `Optional[str]` | No | Construct codetext from Mailmark data. | +| [init_from_string](#init_from_string) | `None` | No | Initializes Mailmark data from constructed codetext. | ## Properties | Name | Type | Description | | --- | --- | --- | -| [class_](./class_/) | `str` | "0" - None or Test "1" - 1C (Retail) "2" - 2C (Retail) "3" - 3C (Retail) "4" - Premium (RetailPublishing Mail) (for potential future use) "5" - Deferred (Retail) "6" - Air (Retail) (for potential future use) "7" - Surface (Retail) (for potential future use) "8" - Premium (Network Access) "9" - Standard (Network Access) | -| [destination_post_code_plus_dps](./destination_post_code_plus_dps/) | `str` | The PC and DP must comply with a PAF format. Nine character string denoting international "XY11 " (note the 5 trailing spaces) or a pattern of characters denoting a domestic sorting code. A domestic sorting code consists of an outward postcode, an inward postcode, and a Delivery Point Suffix. | -| [format](./format/) | `int` | "0" – None or Test "1" – Letter "2" – Large Letter | -| [item_id](./item_id/) | `int` | Maximum value is 99999999. | -| [supplychain_id](./supplychain_id/) | `int` | Maximum values are 99 for Barcode C and 999999 for Barcode L. | -| [version_id](./version_id/) | `int` | Currently "1" – For Mailmark barcode (0 and 2 to 9 and A to Z spare for future use) | +| [class_](#class_) | `str` | "0" - None or Test "1" - 1C (Retail) "2" - 2C (Retail) "3" - 3C (Retail) "4" - Premium (RetailPublishing Mail) (for potential future use) "5" - Deferred (Retail) "6" - Air (Retail) (for potential future use) "7" - Surface (Retail) (for potential future use) "8" - Premium (Network Access) "9" - Standard (Network Access) | +| [destination_post_code_plus_dps](#destination_post_code_plus_dps) | `str` | The PC and DP must comply with a PAF format. Nine character string denoting international "XY11 " (note the 5 trailing spaces) or a pattern of characters denoting a domestic sorting code. A domestic sorting code consists of an outward postcode, an inward postcode, and a Delivery Point Suffix. | +| [format](#format) | `int` | "0" – None or Test "1" – Letter "2" – Large Letter | +| [item_id](#item_id) | `int` | Maximum value is 99999999. | +| [supplychain_id](#supplychain_id) | `int` | Maximum values are 99 for Barcode C and 999999 for Barcode L. | +| [version_id](#version_id) | `int` | Currently "1" – For Mailmark barcode (0 and 2 to 9 and A to Z spare for future use) | + +### MailmarkCodetext Constructor {#constructor} + +```python +__init__(self) +``` + +Initializes a new instance of the MailmarkCodetext class. + +### MailmarkCodetext.barcode_type {#barcode_type} + +```python +barcode_type(self) -> EncodeTypes +``` + +Gets barcode type. + +**Return Type:** `EncodeTypes` — Barcode type. + +### MailmarkCodetext.constructed_codetext {#constructed_codetext} + +```python +constructed_codetext(self) -> Optional[str] +``` + +Construct codetext from Mailmark data. + +**Return Type:** `Optional[str]` — Constructed codetext + +### MailmarkCodetext.init_from_string {#init_from_string} + +```python +init_from_string(self, str constructed_codetext) +``` + +Initializes Mailmark data from constructed codetext. + +| Parameter | Type | Description | +| --- | --- | --- | +| `constructed_codetext` | `str` | | + +### MailmarkCodetext.class_ {#class_} + +**Type:** `str` + +"0" - None or Test "1" - 1C (Retail) "2" - 2C (Retail) "3" - 3C (Retail) "4" - Premium (RetailPublishing Mail) (for potential future use) "5" - Deferred (Retail) "6" - Air (Retail) (for potential future use) "7" - Surface (Retail) (for potential future use) "8" - Premium (Network Access) "9" - Standard (Network Access) + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `str` | | + +### MailmarkCodetext.destination_post_code_plus_dps {#destination_post_code_plus_dps} + +**Type:** `str` + +The PC and DP must comply with a PAF format. Nine character string denoting international "XY11 " (note the 5 trailing spaces) or a pattern of characters denoting a domestic sorting code. A domestic sorting code consists of an outward postcode, an inward postcode, and a Delivery Point Suffix. + +The PC and DP must comply with a PAF format. Nine character string denoting international "XY11 " (note the 5 trailing spaces) or a pattern of characters denoting a domestic sorting code. A domestic sorting code consists of an outward postcode, an inward postcode, and a Delivery Point Suffix. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `str` | | + +### MailmarkCodetext.format {#format} + +**Type:** `int` + +"0" – None or Test "1" – Letter "2" – Large Letter + +"0" – None or Test "1" – LetterN "2" – Large Letter + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `int` | | + +### MailmarkCodetext.item_id {#item_id} + +**Type:** `int` + +Maximum value is 99999999. + +Maximum value is 99999999. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `int` | | + +### MailmarkCodetext.supplychain_id {#supplychain_id} + +**Type:** `int` + +Maximum values are 99 for Barcode C and 999999 for Barcode L. + +Maximum values are 99 for Barcode C and 999999 for Barcode L. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `int` | | + +### MailmarkCodetext.version_id {#version_id} + +**Type:** `int` + +Currently "1" – For Mailmark barcode (0 and 2 to 9 and A to Z spare for future use) + +Currently "1" – For Mailmark barcode (0 and 2 to 9 and A to Z spare for future use) + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `int` | | + diff --git a/english/python-java/aspose_barcode.complex_barcode/mailmarkcodetext/barcode_type/_index.md b/english/python-java/aspose_barcode.complex_barcode/mailmarkcodetext/barcode_type/_index.md deleted file mode 100644 index f1ac89048..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/mailmarkcodetext/barcode_type/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "MailmarkCodetext.barcode_type" -linktitle: "barcode_type" -articleTitle: "barcode_type" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets barcode type." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/mailmarkcodetext/barcode_type/ ---- - -## MailmarkCodetext.barcode_type - -```python -barcode_type(self) -> EncodeTypes -``` - - -Gets barcode type. - - -**Return Type:** `EncodeTypes` — Barcode type. - diff --git a/english/python-java/aspose_barcode.complex_barcode/mailmarkcodetext/class_/_index.md b/english/python-java/aspose_barcode.complex_barcode/mailmarkcodetext/class_/_index.md deleted file mode 100644 index 3a61ed845..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/mailmarkcodetext/class_/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "MailmarkCodetext.class_" -linktitle: "class_" -articleTitle: "class_" -second_title: "Aspose.BarCode for Python via Java" -description: "\"0\" - None or Test \"1\" - 1C (Retail) \"2\" - 2C (Retail) \"3\" - 3C (Retail) \"4\" - Premium (RetailPublishing Mail) (for potential future use) \"5\" - Deferred (Retail" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/mailmarkcodetext/class_/ ---- - -## MailmarkCodetext.class_ - -**Type:** `str` - - -### Set - -"0" - None or Test "1" - 1C (Retail) "2" - 2C (Retail) "3" - 3C (Retail) "4" - Premium (RetailPublishing Mail) (for potential future use) "5" - Deferred (Retail) "6" - Air (Retail) (for potential future use) "7" - Surface (Retail) (for potential future use) "8" - Premium (Network Access) "9" - Standard (Network Access) - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `str` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/mailmarkcodetext/constructed_codetext/_index.md b/english/python-java/aspose_barcode.complex_barcode/mailmarkcodetext/constructed_codetext/_index.md deleted file mode 100644 index 6d9168ea7..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/mailmarkcodetext/constructed_codetext/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "MailmarkCodetext.constructed_codetext" -linktitle: "constructed_codetext" -articleTitle: "constructed_codetext" -second_title: "Aspose.BarCode for Python via Java" -description: "Construct codetext from Mailmark data." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/mailmarkcodetext/constructed_codetext/ ---- - -## MailmarkCodetext.constructed_codetext - -```python -constructed_codetext(self) -> Optional[str] -``` - - -Construct codetext from Mailmark data. - - -**Return Type:** `Optional[str]` — Constructed codetext - diff --git a/english/python-java/aspose_barcode.complex_barcode/mailmarkcodetext/destination_post_code_plus_dps/_index.md b/english/python-java/aspose_barcode.complex_barcode/mailmarkcodetext/destination_post_code_plus_dps/_index.md deleted file mode 100644 index 671470ab0..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/mailmarkcodetext/destination_post_code_plus_dps/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "MailmarkCodetext.destination_post_code_plus_dps" -linktitle: "destination_post_code_plus_dps" -articleTitle: "destination_post_code_plus_dps" -second_title: "Aspose.BarCode for Python via Java" -description: "The PC and DP must comply with a PAF format. Nine character string denoting international \"XY11 \" (note the 5 trailing spaces) or a pattern of characters denoti" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/mailmarkcodetext/destination_post_code_plus_dps/ ---- - -## MailmarkCodetext.destination_post_code_plus_dps - -**Type:** `str` - - -### Get - -The PC and DP must comply with a PAF format. Nine character string denoting international "XY11 " (note the 5 trailing spaces) or a pattern of characters denoting a domestic sorting code. A domestic sorting code consists of an outward postcode, an inward postcode, and a Delivery Point Suffix. - - -### Set - -The PC and DP must comply with a PAF format. Nine character string denoting international "XY11 " (note the 5 trailing spaces) or a pattern of characters denoting a domestic sorting code. A domestic sorting code consists of an outward postcode, an inward postcode, and a Delivery Point Suffix. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `str` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/mailmarkcodetext/format/_index.md b/english/python-java/aspose_barcode.complex_barcode/mailmarkcodetext/format/_index.md deleted file mode 100644 index 740958406..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/mailmarkcodetext/format/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "MailmarkCodetext.format" -linktitle: "format" -articleTitle: "format" -second_title: "Aspose.BarCode for Python via Java" -description: "\"0\" – None or Test \"1\" – Letter \"2\" – Large Letter" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/mailmarkcodetext/format/ ---- - -## MailmarkCodetext.format - -**Type:** `int` - - -### Get - -"0" – None or Test "1" – Letter "2" – Large Letter - - -### Set - -"0" – None or Test "1" – LetterN "2" – Large Letter - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `int` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/mailmarkcodetext/init_from_string/_index.md b/english/python-java/aspose_barcode.complex_barcode/mailmarkcodetext/init_from_string/_index.md deleted file mode 100644 index 69feed70b..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/mailmarkcodetext/init_from_string/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "MailmarkCodetext.init_from_string" -linktitle: "init_from_string" -articleTitle: "init_from_string" -second_title: "Aspose.BarCode for Python via Java" -description: "Initializes Mailmark data from constructed codetext." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/mailmarkcodetext/init_from_string/ ---- - -## MailmarkCodetext.init_from_string - -```python -init_from_string(self, str constructed_codetext) -``` - - -Initializes Mailmark data from constructed codetext. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `constructed_codetext` | `str` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/mailmarkcodetext/item_id/_index.md b/english/python-java/aspose_barcode.complex_barcode/mailmarkcodetext/item_id/_index.md deleted file mode 100644 index e46535c0e..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/mailmarkcodetext/item_id/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "MailmarkCodetext.item_id" -linktitle: "item_id" -articleTitle: "item_id" -second_title: "Aspose.BarCode for Python via Java" -description: "Maximum value is 99999999." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/mailmarkcodetext/item_id/ ---- - -## MailmarkCodetext.item_id - -**Type:** `int` - - -### Get - -Maximum value is 99999999. - - -### Set - -Maximum value is 99999999. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `int` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/mailmarkcodetext/mailmarkcodetext/_index.md b/english/python-java/aspose_barcode.complex_barcode/mailmarkcodetext/mailmarkcodetext/_index.md deleted file mode 100644 index 71c2c457c..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/mailmarkcodetext/mailmarkcodetext/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "MailmarkCodetext" -linktitle: "MailmarkCodetext" -articleTitle: "MailmarkCodetext" -second_title: "Aspose.BarCode for Python via Java" -description: "Initializes a new instance of the MailmarkCodetext class." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/mailmarkcodetext/mailmarkcodetext/ ---- - -## MailmarkCodetext Constructor - -```python -__init__(self) -``` - - -Initializes a new instance of the MailmarkCodetext class. - diff --git a/english/python-java/aspose_barcode.complex_barcode/mailmarkcodetext/supplychain_id/_index.md b/english/python-java/aspose_barcode.complex_barcode/mailmarkcodetext/supplychain_id/_index.md deleted file mode 100644 index e6a015063..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/mailmarkcodetext/supplychain_id/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "MailmarkCodetext.supplychain_id" -linktitle: "supplychain_id" -articleTitle: "supplychain_id" -second_title: "Aspose.BarCode for Python via Java" -description: "Maximum values are 99 for Barcode C and 999999 for Barcode L." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/mailmarkcodetext/supplychain_id/ ---- - -## MailmarkCodetext.supplychain_id - -**Type:** `int` - - -### Get - -Maximum values are 99 for Barcode C and 999999 for Barcode L. - - -### Set - -Maximum values are 99 for Barcode C and 999999 for Barcode L. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `int` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/mailmarkcodetext/version_id/_index.md b/english/python-java/aspose_barcode.complex_barcode/mailmarkcodetext/version_id/_index.md deleted file mode 100644 index 9d26a5dd2..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/mailmarkcodetext/version_id/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "MailmarkCodetext.version_id" -linktitle: "version_id" -articleTitle: "version_id" -second_title: "Aspose.BarCode for Python via Java" -description: "Currently \"1\" – For Mailmark barcode (0 and 2 to 9 and A to Z spare for future use)" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/mailmarkcodetext/version_id/ ---- - -## MailmarkCodetext.version_id - -**Type:** `int` - - -### Get - -Currently "1" – For Mailmark barcode (0 and 2 to 9 and A to Z spare for future use) - - -### Set - -Currently "1" – For Mailmark barcode (0 and 2 to 9 and A to Z spare for future use) - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `int` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/_index.md b/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/_index.md index 1ca73773b..8922a806f 100644 --- a/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/_index.md +++ b/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/_index.md @@ -1,7 +1,6 @@ --- -title: "MandatoryFields Class" +title: "MandatoryFields" linktitle: "MandatoryFields" -articleTitle: "MandatoryFields" second_title: "Aspose.BarCode for Python via Java" description: "" type: docs @@ -18,29 +17,200 @@ url: /python-java/aspose_barcode.complex_barcode/mandatoryfields/ | Name | Description | | --- | --- | -| [__init__](./mandatoryfields/) | | +| [__init__](#constructor) | | ## Properties | Name | Type | Description | | --- | --- | --- | -| [address_city](./address_city/) | `def` | | -| [address_postal_code](./address_postal_code/) | `def` | | -| [address_state](./address_state/) | `def` | | -| [address_street1](./address_street1/) | `def` | | -| [country_identification](./country_identification/) | `def` | | -| [customer_id_number](./customer_id_number/) | `def` | | -| [date_of_birth](./date_of_birth/) | `def` | | -| [document_discriminator](./document_discriminator/) | `def` | | -| [endorsement_codes](./endorsement_codes/) | `def` | | -| [eye_color](./eye_color/) | `def` | | -| [family_name](./family_name/) | `def` | | -| [family_name_truncation](./family_name_truncation/) | `def` | | -| [first_name](./first_name/) | `def` | | -| [first_name_truncation](./first_name_truncation/) | `def` | | -| [height](./height/) | `def` | | -| [middle_name](./middle_name/) | `def` | | -| [middle_name_truncation](./middle_name_truncation/) | `def` | | -| [restriction_codes](./restriction_codes/) | `def` | | -| [sex](./sex/) | `def` | | -| [vehicle_class](./vehicle_class/) | `def` | | +| [address_city](#address_city) | `def` | | +| [address_postal_code](#address_postal_code) | `def` | | +| [address_state](#address_state) | `def` | | +| [address_street1](#address_street1) | `def` | | +| [country_identification](#country_identification) | `def` | | +| [customer_id_number](#customer_id_number) | `def` | | +| [date_of_birth](#date_of_birth) | `def` | | +| [document_discriminator](#document_discriminator) | `def` | | +| [endorsement_codes](#endorsement_codes) | `def` | | +| [eye_color](#eye_color) | `def` | | +| [family_name](#family_name) | `def` | | +| [family_name_truncation](#family_name_truncation) | `def` | | +| [first_name](#first_name) | `def` | | +| [first_name_truncation](#first_name_truncation) | `def` | | +| [height](#height) | `def` | | +| [middle_name](#middle_name) | `def` | | +| [middle_name_truncation](#middle_name_truncation) | `def` | | +| [restriction_codes](#restriction_codes) | `def` | | +| [sex](#sex) | `def` | | +| [vehicle_class](#vehicle_class) | `def` | | + +### MandatoryFields Constructor {#constructor} + +```python +__init__(self, nativeObject) -> def +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `nativeObject` | `` | | + +### MandatoryFields.address_city {#address_city} + +**Type:** `def` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `` | | + +### MandatoryFields.address_postal_code {#address_postal_code} + +**Type:** `def` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `` | | + +### MandatoryFields.address_state {#address_state} + +**Type:** `def` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `` | | + +### MandatoryFields.address_street1 {#address_street1} + +**Type:** `def` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `` | | + +### MandatoryFields.country_identification {#country_identification} + +**Type:** `def` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `` | | + +### MandatoryFields.customer_id_number {#customer_id_number} + +**Type:** `def` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `` | | + +### MandatoryFields.date_of_birth {#date_of_birth} + +**Type:** `def` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `` | | + +### MandatoryFields.document_discriminator {#document_discriminator} + +**Type:** `def` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `` | | + +### MandatoryFields.endorsement_codes {#endorsement_codes} + +**Type:** `def` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `` | | + +### MandatoryFields.eye_color {#eye_color} + +**Type:** `def` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `` | | + +### MandatoryFields.family_name {#family_name} + +**Type:** `def` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `` | | + +### MandatoryFields.family_name_truncation {#family_name_truncation} + +**Type:** `def` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `` | | + +### MandatoryFields.first_name {#first_name} + +**Type:** `def` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `` | | + +### MandatoryFields.first_name_truncation {#first_name_truncation} + +**Type:** `def` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `` | | + +### MandatoryFields.height {#height} + +**Type:** `def` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `` | | + +### MandatoryFields.middle_name {#middle_name} + +**Type:** `def` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `` | | + +### MandatoryFields.middle_name_truncation {#middle_name_truncation} + +**Type:** `def` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `` | | + +### MandatoryFields.restriction_codes {#restriction_codes} + +**Type:** `def` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `` | | + +### MandatoryFields.sex {#sex} + +**Type:** `def` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `` | | + +### MandatoryFields.vehicle_class {#vehicle_class} + +**Type:** `def` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `` | | + diff --git a/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/address_city/_index.md b/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/address_city/_index.md deleted file mode 100644 index 06417baec..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/address_city/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "MandatoryFields.address_city" -linktitle: "address_city" -articleTitle: "address_city" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/mandatoryfields/address_city/ ---- - -## MandatoryFields.address_city - -**Type:** `def` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/address_postal_code/_index.md b/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/address_postal_code/_index.md deleted file mode 100644 index 56f3d2f43..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/address_postal_code/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "MandatoryFields.address_postal_code" -linktitle: "address_postal_code" -articleTitle: "address_postal_code" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/mandatoryfields/address_postal_code/ ---- - -## MandatoryFields.address_postal_code - -**Type:** `def` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/address_state/_index.md b/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/address_state/_index.md deleted file mode 100644 index ac7a416ac..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/address_state/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "MandatoryFields.address_state" -linktitle: "address_state" -articleTitle: "address_state" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/mandatoryfields/address_state/ ---- - -## MandatoryFields.address_state - -**Type:** `def` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/address_street1/_index.md b/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/address_street1/_index.md deleted file mode 100644 index 75220f4b0..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/address_street1/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "MandatoryFields.address_street1" -linktitle: "address_street1" -articleTitle: "address_street1" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/mandatoryfields/address_street1/ ---- - -## MandatoryFields.address_street1 - -**Type:** `def` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/country_identification/_index.md b/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/country_identification/_index.md deleted file mode 100644 index 6a6a133f8..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/country_identification/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "MandatoryFields.country_identification" -linktitle: "country_identification" -articleTitle: "country_identification" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/mandatoryfields/country_identification/ ---- - -## MandatoryFields.country_identification - -**Type:** `def` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/customer_id_number/_index.md b/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/customer_id_number/_index.md deleted file mode 100644 index 3ca0942dc..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/customer_id_number/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "MandatoryFields.customer_id_number" -linktitle: "customer_id_number" -articleTitle: "customer_id_number" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/mandatoryfields/customer_id_number/ ---- - -## MandatoryFields.customer_id_number - -**Type:** `def` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/date_of_birth/_index.md b/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/date_of_birth/_index.md deleted file mode 100644 index 2c8908667..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/date_of_birth/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "MandatoryFields.date_of_birth" -linktitle: "date_of_birth" -articleTitle: "date_of_birth" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/mandatoryfields/date_of_birth/ ---- - -## MandatoryFields.date_of_birth - -**Type:** `def` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/document_discriminator/_index.md b/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/document_discriminator/_index.md deleted file mode 100644 index 79e935eec..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/document_discriminator/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "MandatoryFields.document_discriminator" -linktitle: "document_discriminator" -articleTitle: "document_discriminator" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/mandatoryfields/document_discriminator/ ---- - -## MandatoryFields.document_discriminator - -**Type:** `def` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/endorsement_codes/_index.md b/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/endorsement_codes/_index.md deleted file mode 100644 index 0c82d1046..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/endorsement_codes/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "MandatoryFields.endorsement_codes" -linktitle: "endorsement_codes" -articleTitle: "endorsement_codes" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/mandatoryfields/endorsement_codes/ ---- - -## MandatoryFields.endorsement_codes - -**Type:** `def` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/eye_color/_index.md b/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/eye_color/_index.md deleted file mode 100644 index 84d1ead6c..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/eye_color/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "MandatoryFields.eye_color" -linktitle: "eye_color" -articleTitle: "eye_color" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/mandatoryfields/eye_color/ ---- - -## MandatoryFields.eye_color - -**Type:** `def` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/family_name/_index.md b/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/family_name/_index.md deleted file mode 100644 index 00a4e010c..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/family_name/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "MandatoryFields.family_name" -linktitle: "family_name" -articleTitle: "family_name" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/mandatoryfields/family_name/ ---- - -## MandatoryFields.family_name - -**Type:** `def` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/family_name_truncation/_index.md b/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/family_name_truncation/_index.md deleted file mode 100644 index 1265ace10..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/family_name_truncation/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "MandatoryFields.family_name_truncation" -linktitle: "family_name_truncation" -articleTitle: "family_name_truncation" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/mandatoryfields/family_name_truncation/ ---- - -## MandatoryFields.family_name_truncation - -**Type:** `def` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/first_name/_index.md b/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/first_name/_index.md deleted file mode 100644 index 4f3baff72..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/first_name/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "MandatoryFields.first_name" -linktitle: "first_name" -articleTitle: "first_name" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/mandatoryfields/first_name/ ---- - -## MandatoryFields.first_name - -**Type:** `def` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/first_name_truncation/_index.md b/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/first_name_truncation/_index.md deleted file mode 100644 index ff3985154..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/first_name_truncation/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "MandatoryFields.first_name_truncation" -linktitle: "first_name_truncation" -articleTitle: "first_name_truncation" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/mandatoryfields/first_name_truncation/ ---- - -## MandatoryFields.first_name_truncation - -**Type:** `def` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/height/_index.md b/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/height/_index.md deleted file mode 100644 index 35dcb07d1..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/height/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "MandatoryFields.height" -linktitle: "height" -articleTitle: "height" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/mandatoryfields/height/ ---- - -## MandatoryFields.height - -**Type:** `def` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/mandatoryfields/_index.md b/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/mandatoryfields/_index.md deleted file mode 100644 index 70e61b3d6..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/mandatoryfields/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "MandatoryFields" -linktitle: "MandatoryFields" -articleTitle: "MandatoryFields" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/mandatoryfields/mandatoryfields/ ---- - -## MandatoryFields Constructor - -```python -__init__(self, nativeObject) -> def -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `nativeObject` | `` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/middle_name/_index.md b/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/middle_name/_index.md deleted file mode 100644 index 766a33f38..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/middle_name/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "MandatoryFields.middle_name" -linktitle: "middle_name" -articleTitle: "middle_name" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/mandatoryfields/middle_name/ ---- - -## MandatoryFields.middle_name - -**Type:** `def` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/middle_name_truncation/_index.md b/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/middle_name_truncation/_index.md deleted file mode 100644 index 19c8ad2e2..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/middle_name_truncation/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "MandatoryFields.middle_name_truncation" -linktitle: "middle_name_truncation" -articleTitle: "middle_name_truncation" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/mandatoryfields/middle_name_truncation/ ---- - -## MandatoryFields.middle_name_truncation - -**Type:** `def` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/restriction_codes/_index.md b/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/restriction_codes/_index.md deleted file mode 100644 index a33987b4f..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/restriction_codes/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "MandatoryFields.restriction_codes" -linktitle: "restriction_codes" -articleTitle: "restriction_codes" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/mandatoryfields/restriction_codes/ ---- - -## MandatoryFields.restriction_codes - -**Type:** `def` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/sex/_index.md b/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/sex/_index.md deleted file mode 100644 index b38cb8963..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/sex/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "MandatoryFields.sex" -linktitle: "sex" -articleTitle: "sex" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/mandatoryfields/sex/ ---- - -## MandatoryFields.sex - -**Type:** `def` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/vehicle_class/_index.md b/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/vehicle_class/_index.md deleted file mode 100644 index 29bb70433..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/mandatoryfields/vehicle_class/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "MandatoryFields.vehicle_class" -linktitle: "vehicle_class" -articleTitle: "vehicle_class" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/mandatoryfields/vehicle_class/ ---- - -## MandatoryFields.vehicle_class - -**Type:** `def` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/maxicodecodetext/_index.md b/english/python-java/aspose_barcode.complex_barcode/maxicodecodetext/_index.md index accb1aefc..db03cd1ef 100644 --- a/english/python-java/aspose_barcode.complex_barcode/maxicodecodetext/_index.md +++ b/english/python-java/aspose_barcode.complex_barcode/maxicodecodetext/_index.md @@ -1,7 +1,6 @@ --- -title: "MaxiCodeCodetext Class" +title: "MaxiCodeCodetext" linktitle: "MaxiCodeCodetext" -articleTitle: "MaxiCodeCodetext" second_title: "Aspose.BarCode for Python via Java" description: "Base class for encoding and decoding the text embedded in the MaxiCode code. This sample shows how to decode raw MaxiCode codetext to MaxiCodeCodetext instance." type: docs @@ -23,13 +22,65 @@ Base class for encoding and decoding the text embedded in the MaxiCode code. Thi | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [barcode_type](./barcode_type/) | `EncodeTypes` | No | Gets barcode type. | -| [mode](./mode/) | `Optional[MaxiCodeMode]` | No | Gets MaxiCode mode. | +| [barcode_type](#barcode_type) | `EncodeTypes` | No | Gets barcode type. | +| [mode](#mode) | `Optional[MaxiCodeMode]` | No | Gets MaxiCode mode. | ## Properties | Name | Type | Description | | --- | --- | --- | -| [eci_encoding](./eci_encoding/) | `ECIEncodings` | Gets ECI encoding. Used when MaxiCodeEncodeMode is AUTO. | -| [encode_mode](./encode_mode/) | `MaxiCodeEncodeMode` | | -| [maxi_code_encode_mode](./maxi_code_encode_mode/) | `MaxiCodeEncodeMode` | Gets a MaxiCode encode mode. | +| [eci_encoding](#eci_encoding) | `ECIEncodings` | Gets ECI encoding. Used when MaxiCodeEncodeMode is AUTO. | +| [encode_mode](#encode_mode) | `MaxiCodeEncodeMode` | | +| [maxi_code_encode_mode](#maxi_code_encode_mode) | `MaxiCodeEncodeMode` | Gets a MaxiCode encode mode. | +### MaxiCodeCodetext.barcode_type {#barcode_type} + +```python +barcode_type(self) -> EncodeTypes +``` + +Gets barcode type. + +**Return Type:** `EncodeTypes` — Barcode type. + +### MaxiCodeCodetext.mode {#mode} + +```python +mode(self) -> Optional[MaxiCodeMode] +``` + +Gets MaxiCode mode. + +**Return Type:** `Optional[MaxiCodeMode]` — MaxiCode mode or None if not set. + +### MaxiCodeCodetext.eci_encoding {#eci_encoding} + +**Type:** `ECIEncodings` + +Gets ECI encoding. Used when MaxiCodeEncodeMode is AUTO. + +Sets ECI encoding. Used when MaxiCodeEncodeMode is AUTO. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `ECIEncodings` | | + +### MaxiCodeCodetext.encode_mode {#encode_mode} + +**Type:** `MaxiCodeEncodeMode` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `MaxiCodeEncodeMode` | | + +### MaxiCodeCodetext.maxi_code_encode_mode {#maxi_code_encode_mode} + +**Type:** `MaxiCodeEncodeMode` + +Gets a MaxiCode encode mode. + +Sets a MaxiCode encode mode. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `MaxiCodeEncodeMode` | | + diff --git a/english/python-java/aspose_barcode.complex_barcode/maxicodecodetext/barcode_type/_index.md b/english/python-java/aspose_barcode.complex_barcode/maxicodecodetext/barcode_type/_index.md deleted file mode 100644 index bfd9826b5..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/maxicodecodetext/barcode_type/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "MaxiCodeCodetext.barcode_type" -linktitle: "barcode_type" -articleTitle: "barcode_type" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets barcode type." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/maxicodecodetext/barcode_type/ ---- - -## MaxiCodeCodetext.barcode_type - -```python -barcode_type(self) -> EncodeTypes -``` - - -Gets barcode type. - - -**Return Type:** `EncodeTypes` — Barcode type. - diff --git a/english/python-java/aspose_barcode.complex_barcode/maxicodecodetext/eci_encoding/_index.md b/english/python-java/aspose_barcode.complex_barcode/maxicodecodetext/eci_encoding/_index.md deleted file mode 100644 index 40b3ed313..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/maxicodecodetext/eci_encoding/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "MaxiCodeCodetext.eci_encoding" -linktitle: "eci_encoding" -articleTitle: "eci_encoding" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets ECI encoding. Used when MaxiCodeEncodeMode is AUTO." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/maxicodecodetext/eci_encoding/ ---- - -## MaxiCodeCodetext.eci_encoding - -**Type:** `ECIEncodings` - - -### Get - -Gets ECI encoding. Used when MaxiCodeEncodeMode is AUTO. - - -### Set - -Sets ECI encoding. Used when MaxiCodeEncodeMode is AUTO. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `ECIEncodings` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/maxicodecodetext/encode_mode/_index.md b/english/python-java/aspose_barcode.complex_barcode/maxicodecodetext/encode_mode/_index.md deleted file mode 100644 index 586fbe168..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/maxicodecodetext/encode_mode/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "MaxiCodeCodetext.encode_mode" -linktitle: "encode_mode" -articleTitle: "encode_mode" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/maxicodecodetext/encode_mode/ ---- - -## MaxiCodeCodetext.encode_mode - -**Type:** `MaxiCodeEncodeMode` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `MaxiCodeEncodeMode` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/maxicodecodetext/maxi_code_encode_mode/_index.md b/english/python-java/aspose_barcode.complex_barcode/maxicodecodetext/maxi_code_encode_mode/_index.md deleted file mode 100644 index 12c08d953..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/maxicodecodetext/maxi_code_encode_mode/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "MaxiCodeCodetext.maxi_code_encode_mode" -linktitle: "maxi_code_encode_mode" -articleTitle: "maxi_code_encode_mode" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets a MaxiCode encode mode." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/maxicodecodetext/maxi_code_encode_mode/ ---- - -## MaxiCodeCodetext.maxi_code_encode_mode - -**Type:** `MaxiCodeEncodeMode` - - -### Get - -Gets a MaxiCode encode mode. - - -### Set - -Sets a MaxiCode encode mode. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `MaxiCodeEncodeMode` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/maxicodecodetext/mode/_index.md b/english/python-java/aspose_barcode.complex_barcode/maxicodecodetext/mode/_index.md deleted file mode 100644 index 455291246..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/maxicodecodetext/mode/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "MaxiCodeCodetext.mode" -linktitle: "mode" -articleTitle: "mode" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets MaxiCode mode." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/maxicodecodetext/mode/ ---- - -## MaxiCodeCodetext.mode - -```python -mode(self) -> Optional[MaxiCodeMode] -``` - - -Gets MaxiCode mode. - - -**Return Type:** `Optional[MaxiCodeMode]` — MaxiCode mode or None if not set. - diff --git a/english/python-java/aspose_barcode.complex_barcode/maxicodecodetextmode2/_index.md b/english/python-java/aspose_barcode.complex_barcode/maxicodecodetextmode2/_index.md index cd3a12238..b92dc9fab 100644 --- a/english/python-java/aspose_barcode.complex_barcode/maxicodecodetextmode2/_index.md +++ b/english/python-java/aspose_barcode.complex_barcode/maxicodecodetextmode2/_index.md @@ -1,7 +1,6 @@ --- -title: "MaxiCodeCodetextMode2 Class" +title: "MaxiCodeCodetextMode2" linktitle: "MaxiCodeCodetextMode2" -articleTitle: "MaxiCodeCodetextMode2" second_title: "Aspose.BarCode for Python via Java" description: "Class for encoding and decoding the text embedded in the MaxiCode code for modes 2." type: docs @@ -23,10 +22,27 @@ Class for encoding and decoding the text embedded in the MaxiCode code for modes | Name | Description | | --- | --- | -| [__init__](./maxicodecodetextmode2/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [mode](./mode/) | `Optional[MaxiCodeMode]` | No | Gets MaxiCode mode. | +| [mode](#mode) | `Optional[MaxiCodeMode]` | No | Gets MaxiCode mode. | + +### MaxiCodeCodetextMode2 Constructor {#constructor} + +```python +__init__(self) +``` + +### MaxiCodeCodetextMode2.mode {#mode} + +```python +mode(self) -> Optional[MaxiCodeMode] +``` + +Gets MaxiCode mode. + +**Return Type:** `Optional[MaxiCodeMode]` — MaxiCode mode or None if not set. + diff --git a/english/python-java/aspose_barcode.complex_barcode/maxicodecodetextmode2/maxicodecodetextmode2/_index.md b/english/python-java/aspose_barcode.complex_barcode/maxicodecodetextmode2/maxicodecodetextmode2/_index.md deleted file mode 100644 index 252571e97..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/maxicodecodetextmode2/maxicodecodetextmode2/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "MaxiCodeCodetextMode2" -linktitle: "MaxiCodeCodetextMode2" -articleTitle: "MaxiCodeCodetextMode2" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/maxicodecodetextmode2/maxicodecodetextmode2/ ---- - -## MaxiCodeCodetextMode2 Constructor - -```python -__init__(self) -``` - diff --git a/english/python-java/aspose_barcode.complex_barcode/maxicodecodetextmode2/mode/_index.md b/english/python-java/aspose_barcode.complex_barcode/maxicodecodetextmode2/mode/_index.md deleted file mode 100644 index e5e5a36c5..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/maxicodecodetextmode2/mode/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "MaxiCodeCodetextMode2.mode" -linktitle: "mode" -articleTitle: "mode" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets MaxiCode mode." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/maxicodecodetextmode2/mode/ ---- - -## MaxiCodeCodetextMode2.mode - -```python -mode(self) -> Optional[MaxiCodeMode] -``` - - -Gets MaxiCode mode. - - -**Return Type:** `Optional[MaxiCodeMode]` — MaxiCode mode or None if not set. - diff --git a/english/python-java/aspose_barcode.complex_barcode/maxicodecodetextmode3/_index.md b/english/python-java/aspose_barcode.complex_barcode/maxicodecodetextmode3/_index.md index 0df45837c..2825fe335 100644 --- a/english/python-java/aspose_barcode.complex_barcode/maxicodecodetextmode3/_index.md +++ b/english/python-java/aspose_barcode.complex_barcode/maxicodecodetextmode3/_index.md @@ -1,7 +1,6 @@ --- -title: "MaxiCodeCodetextMode3 Class" +title: "MaxiCodeCodetextMode3" linktitle: "MaxiCodeCodetextMode3" -articleTitle: "MaxiCodeCodetextMode3" second_title: "Aspose.BarCode for Python via Java" description: "Class for encoding and decoding the text embedded in the MaxiCode code for modes 3. This sample shows how to encode and decode MaxiCode codetext for mode 3." type: docs @@ -23,10 +22,27 @@ Class for encoding and decoding the text embedded in the MaxiCode code for modes | Name | Description | | --- | --- | -| [__init__](./maxicodecodetextmode3/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [mode](./mode/) | `Optional[MaxiCodeMode]` | No | Gets MaxiCode mode. | +| [mode](#mode) | `Optional[MaxiCodeMode]` | No | Gets MaxiCode mode. | + +### MaxiCodeCodetextMode3 Constructor {#constructor} + +```python +__init__(self) +``` + +### MaxiCodeCodetextMode3.mode {#mode} + +```python +mode(self) -> Optional[MaxiCodeMode] +``` + +Gets MaxiCode mode. + +**Return Type:** `Optional[MaxiCodeMode]` — MaxiCode mode or None if not set. + diff --git a/english/python-java/aspose_barcode.complex_barcode/maxicodecodetextmode3/maxicodecodetextmode3/_index.md b/english/python-java/aspose_barcode.complex_barcode/maxicodecodetextmode3/maxicodecodetextmode3/_index.md deleted file mode 100644 index b841b095e..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/maxicodecodetextmode3/maxicodecodetextmode3/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "MaxiCodeCodetextMode3" -linktitle: "MaxiCodeCodetextMode3" -articleTitle: "MaxiCodeCodetextMode3" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/maxicodecodetextmode3/maxicodecodetextmode3/ ---- - -## MaxiCodeCodetextMode3 Constructor - -```python -__init__(self) -``` - diff --git a/english/python-java/aspose_barcode.complex_barcode/maxicodecodetextmode3/mode/_index.md b/english/python-java/aspose_barcode.complex_barcode/maxicodecodetextmode3/mode/_index.md deleted file mode 100644 index 21d965804..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/maxicodecodetextmode3/mode/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "MaxiCodeCodetextMode3.mode" -linktitle: "mode" -articleTitle: "mode" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets MaxiCode mode." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/maxicodecodetextmode3/mode/ ---- - -## MaxiCodeCodetextMode3.mode - -```python -mode(self) -> Optional[MaxiCodeMode] -``` - - -Gets MaxiCode mode. - - -**Return Type:** `Optional[MaxiCodeMode]` — MaxiCode mode or None if not set. - diff --git a/english/python-java/aspose_barcode.complex_barcode/maxicodesecondmessage/_index.md b/english/python-java/aspose_barcode.complex_barcode/maxicodesecondmessage/_index.md index 84488d6ec..ab048a993 100644 --- a/english/python-java/aspose_barcode.complex_barcode/maxicodesecondmessage/_index.md +++ b/english/python-java/aspose_barcode.complex_barcode/maxicodesecondmessage/_index.md @@ -1,7 +1,6 @@ --- -title: "MaxiCodeSecondMessage Class" +title: "MaxiCodeSecondMessage" linktitle: "MaxiCodeSecondMessage" -articleTitle: "MaxiCodeSecondMessage" second_title: "Aspose.BarCode for Python via Java" description: "Base class for encoding and decoding second message for MaxiCode barcode." type: docs @@ -21,4 +20,14 @@ Base class for encoding and decoding second message for MaxiCode barcode. | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [message](./message/) | `Optional[str]` | No | Gets constructed second message. | +| [message](#message) | `Optional[str]` | No | Gets constructed second message. | +### MaxiCodeSecondMessage.message {#message} + +```python +message(self) -> Optional[str] +``` + +Gets constructed second message. + +**Return Type:** `Optional[str]` — Constructed second message + diff --git a/english/python-java/aspose_barcode.complex_barcode/maxicodesecondmessage/message/_index.md b/english/python-java/aspose_barcode.complex_barcode/maxicodesecondmessage/message/_index.md deleted file mode 100644 index e55be1939..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/maxicodesecondmessage/message/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "MaxiCodeSecondMessage.message" -linktitle: "message" -articleTitle: "message" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets constructed second message." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/maxicodesecondmessage/message/ ---- - -## MaxiCodeSecondMessage.message - -```python -message(self) -> Optional[str] -``` - - -Gets constructed second message. - - -**Return Type:** `Optional[str]` — Constructed second message - diff --git a/english/python-java/aspose_barcode.complex_barcode/maxicodestandardcodetext/__eq__/_index.md b/english/python-java/aspose_barcode.complex_barcode/maxicodestandardcodetext/__eq__/_index.md deleted file mode 100644 index c53afc1aa..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/maxicodestandardcodetext/__eq__/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "MaxiCodeStandardCodetext.__eq__" -linktitle: "__eq__" -articleTitle: "__eq__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns a value indicating whether this instance is equal to a specified MaxiCodeStandardCodetext value." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/maxicodestandardcodetext/__eq__/ ---- - -## MaxiCodeStandardCodetext.__eq__ - -```python -__eq__(self, MaxiCodeStandardCodetext other) -> bool -``` - - -Returns a value indicating whether this instance is equal to a specified MaxiCodeStandardCodetext value. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `other` | `MaxiCodeStandardCodetext` | | - -**Return Type:** `bool` — True if obj has the same value as this instance; otherwise, False. - diff --git a/english/python-java/aspose_barcode.complex_barcode/maxicodestandardcodetext/__hash__/_index.md b/english/python-java/aspose_barcode.complex_barcode/maxicodestandardcodetext/__hash__/_index.md deleted file mode 100644 index f1f4c71fc..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/maxicodestandardcodetext/__hash__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "MaxiCodeStandardCodetext.__hash__" -linktitle: "__hash__" -articleTitle: "__hash__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns the hash code for this instance." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/maxicodestandardcodetext/__hash__/ ---- - -## MaxiCodeStandardCodetext.__hash__ - -```python -__hash__(self) -> int -``` - - -Returns the hash code for this instance. - - -**Return Type:** `int` — A 32-bit signed integer hash code. - diff --git a/english/python-java/aspose_barcode.complex_barcode/maxicodestandardcodetext/_index.md b/english/python-java/aspose_barcode.complex_barcode/maxicodestandardcodetext/_index.md index 668882301..718d27680 100644 --- a/english/python-java/aspose_barcode.complex_barcode/maxicodestandardcodetext/_index.md +++ b/english/python-java/aspose_barcode.complex_barcode/maxicodestandardcodetext/_index.md @@ -1,7 +1,6 @@ --- -title: "MaxiCodeStandardCodetext Class" +title: "MaxiCodeStandardCodetext" linktitle: "MaxiCodeStandardCodetext" -articleTitle: "MaxiCodeStandardCodetext" second_title: "Aspose.BarCode for Python via Java" description: "Class for encoding and decoding MaxiCode codetext for modes 4, 5 and 6." type: docs @@ -23,20 +22,99 @@ Class for encoding and decoding MaxiCode codetext for modes 4, 5 and 6. | Name | Description | | --- | --- | -| [__init__](./maxicodestandardcodetext/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [__eq__](./__eq__/) | `bool` | No | Returns a value indicating whether this instance is equal to a specified MaxiCodeStandardCodetext value. | -| [__hash__](./__hash__/) | `int` | No | Returns the hash code for this instance. | -| [constructed_codetext](./constructed_codetext/) | `Optional[str]` | No | Constructs codetext. | -| [init_from_string](./init_from_string/) | `None` | No | Initializes instance from constructed codetext. | +| [__eq__](#__eq__) | `bool` | No | Returns a value indicating whether this instance is equal to a specified MaxiCodeStandardCodetext value. | +| [__hash__](#__hash__) | `int` | No | Returns the hash code for this instance. | +| [constructed_codetext](#constructed_codetext) | `Optional[str]` | No | Constructs codetext. | +| [init_from_string](#init_from_string) | `None` | No | Initializes instance from constructed codetext. | ## Properties | Name | Type | Description | | --- | --- | --- | -| [message](./message/) | `Optional[str]` | Gets message. | -| [mode](./mode/) | `MaxiCodeMode` | Gets MaxiCode mode. | +| [message](#message) | `Optional[str]` | Gets message. | +| [mode](#mode) | `MaxiCodeMode` | Gets MaxiCode mode. | + +### MaxiCodeStandardCodetext Constructor {#constructor} + +```python +__init__(self) +``` + +### MaxiCodeStandardCodetext.__eq__ {#__eq__} + +```python +__eq__(self, MaxiCodeStandardCodetext other) -> bool +``` + +Returns a value indicating whether this instance is equal to a specified MaxiCodeStandardCodetext value. + +| Parameter | Type | Description | +| --- | --- | --- | +| `other` | `MaxiCodeStandardCodetext` | | + +**Return Type:** `bool` — True if obj has the same value as this instance; otherwise, False. + +### MaxiCodeStandardCodetext.__hash__ {#__hash__} + +```python +__hash__(self) -> int +``` + +Returns the hash code for this instance. + +**Return Type:** `int` — A 32-bit signed integer hash code. + +### MaxiCodeStandardCodetext.constructed_codetext {#constructed_codetext} + +```python +constructed_codetext(self) -> Optional[str] +``` + +Constructs codetext. + +**Return Type:** `Optional[str]` — Constructed codetext + +### MaxiCodeStandardCodetext.init_from_string {#init_from_string} + +```python +init_from_string(self, str constructed_codetext) +``` + +Initializes instance from constructed codetext. + +| Parameter | Type | Description | +| --- | --- | --- | +| `constructed_codetext` | `str` | | + +### MaxiCodeStandardCodetext.message {#message} + +**Type:** `Optional[str]` + +Gets message. + +Sets message. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `str` | | + +### MaxiCodeStandardCodetext.mode {#mode} + +**Type:** `MaxiCodeMode` + +Gets MaxiCode mode. + +**Returns:** MaxiCode mode + +Sets MaxiCode mode. Standart codetext can be used only with modes 4, 5 and 6. + +| Parameter | Type | Description | +| --- | --- | --- | +| `mode` | `MaxiCodeMode` | | + diff --git a/english/python-java/aspose_barcode.complex_barcode/maxicodestandardcodetext/constructed_codetext/_index.md b/english/python-java/aspose_barcode.complex_barcode/maxicodestandardcodetext/constructed_codetext/_index.md deleted file mode 100644 index 98b1e15ff..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/maxicodestandardcodetext/constructed_codetext/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "MaxiCodeStandardCodetext.constructed_codetext" -linktitle: "constructed_codetext" -articleTitle: "constructed_codetext" -second_title: "Aspose.BarCode for Python via Java" -description: "Constructs codetext." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/maxicodestandardcodetext/constructed_codetext/ ---- - -## MaxiCodeStandardCodetext.constructed_codetext - -```python -constructed_codetext(self) -> Optional[str] -``` - - -Constructs codetext. - - -**Return Type:** `Optional[str]` — Constructed codetext - diff --git a/english/python-java/aspose_barcode.complex_barcode/maxicodestandardcodetext/init_from_string/_index.md b/english/python-java/aspose_barcode.complex_barcode/maxicodestandardcodetext/init_from_string/_index.md deleted file mode 100644 index fb3939c86..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/maxicodestandardcodetext/init_from_string/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "MaxiCodeStandardCodetext.init_from_string" -linktitle: "init_from_string" -articleTitle: "init_from_string" -second_title: "Aspose.BarCode for Python via Java" -description: "Initializes instance from constructed codetext." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/maxicodestandardcodetext/init_from_string/ ---- - -## MaxiCodeStandardCodetext.init_from_string - -```python -init_from_string(self, str constructed_codetext) -``` - - -Initializes instance from constructed codetext. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `constructed_codetext` | `str` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/maxicodestandardcodetext/maxicodestandardcodetext/_index.md b/english/python-java/aspose_barcode.complex_barcode/maxicodestandardcodetext/maxicodestandardcodetext/_index.md deleted file mode 100644 index 06b7ed4e9..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/maxicodestandardcodetext/maxicodestandardcodetext/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "MaxiCodeStandardCodetext" -linktitle: "MaxiCodeStandardCodetext" -articleTitle: "MaxiCodeStandardCodetext" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/maxicodestandardcodetext/maxicodestandardcodetext/ ---- - -## MaxiCodeStandardCodetext Constructor - -```python -__init__(self) -``` - diff --git a/english/python-java/aspose_barcode.complex_barcode/maxicodestandardcodetext/message/_index.md b/english/python-java/aspose_barcode.complex_barcode/maxicodestandardcodetext/message/_index.md deleted file mode 100644 index 4b5be8fcb..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/maxicodestandardcodetext/message/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "MaxiCodeStandardCodetext.message" -linktitle: "message" -articleTitle: "message" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets message." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/maxicodestandardcodetext/message/ ---- - -## MaxiCodeStandardCodetext.message - -**Type:** `Optional[str]` - - -### Get - -Gets message. - - -### Set - -Sets message. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `str` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/maxicodestandardcodetext/mode/_index.md b/english/python-java/aspose_barcode.complex_barcode/maxicodestandardcodetext/mode/_index.md deleted file mode 100644 index d52475e21..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/maxicodestandardcodetext/mode/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "MaxiCodeStandardCodetext.mode" -linktitle: "mode" -articleTitle: "mode" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets MaxiCode mode." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/maxicodestandardcodetext/mode/ ---- - -## MaxiCodeStandardCodetext.mode - -**Type:** `MaxiCodeMode` - - -### Get - -Gets MaxiCode mode. - - -**Returns:** MaxiCode mode - - -### Set - -Sets MaxiCode mode. Standart codetext can be used only with modes 4, 5 and 6. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `mode` | `MaxiCodeMode` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/maxicodestandardsecondmessage/__eq__/_index.md b/english/python-java/aspose_barcode.complex_barcode/maxicodestandardsecondmessage/__eq__/_index.md deleted file mode 100644 index 62ee5f3d5..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/maxicodestandardsecondmessage/__eq__/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "MaxiCodeStandardSecondMessage.__eq__" -linktitle: "__eq__" -articleTitle: "__eq__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns a value indicating whether this instance is equal to a specified MaxiCodeStandartSecondMessage value." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/maxicodestandardsecondmessage/__eq__/ ---- - -## MaxiCodeStandardSecondMessage.__eq__ - -```python -__eq__(self, object other) -> bool -``` - - -Returns a value indicating whether this instance is equal to a specified MaxiCodeStandartSecondMessage value. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `other` | `object` | | - -**Return Type:** `bool` — True if obj has the same value as this instance; otherwise, False - diff --git a/english/python-java/aspose_barcode.complex_barcode/maxicodestandardsecondmessage/_index.md b/english/python-java/aspose_barcode.complex_barcode/maxicodestandardsecondmessage/_index.md index 195354d52..f8b89f41e 100644 --- a/english/python-java/aspose_barcode.complex_barcode/maxicodestandardsecondmessage/_index.md +++ b/english/python-java/aspose_barcode.complex_barcode/maxicodestandardsecondmessage/_index.md @@ -1,7 +1,6 @@ --- -title: "MaxiCodeStandardSecondMessage Class" +title: "MaxiCodeStandardSecondMessage" linktitle: "MaxiCodeStandardSecondMessage" -articleTitle: "MaxiCodeStandardSecondMessage" second_title: "Aspose.BarCode for Python via Java" description: "Class for encoding and decoding standart second message for MaxiCode barcode." type: docs @@ -23,17 +22,64 @@ Class for encoding and decoding standart second message for MaxiCode barcode. | Name | Description | | --- | --- | -| [__init__](./maxicodestandardsecondmessage/) | Reimplemented in MaxiCodeStandartSecondMessage. | +| [__init__](#constructor) | Reimplemented in MaxiCodeStandartSecondMessage. | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [__eq__](./__eq__/) | `bool` | No | Returns a value indicating whether this instance is equal to a specified MaxiCodeStandartSecondMessage value. | -| [getHashCode](./gethashcode/) | `int` | No | Returns the hash code for this instance. | +| [__eq__](#__eq__) | `bool` | No | Returns a value indicating whether this instance is equal to a specified MaxiCodeStandartSecondMessage value. | +| [getHashCode](#gethashcode) | `int` | No | Returns the hash code for this instance. | ## Properties | Name | Type | Description | | --- | --- | --- | -| [message](./message/) | `str` | Gets constructed second message. | +| [message](#message) | `str` | Gets constructed second message. | + +### MaxiCodeStandardSecondMessage Constructor {#constructor} + +```python +__init__(self) +``` + +Reimplemented in MaxiCodeStandartSecondMessage. + +### MaxiCodeStandardSecondMessage.__eq__ {#__eq__} + +```python +__eq__(self, object other) -> bool +``` + +Returns a value indicating whether this instance is equal to a specified MaxiCodeStandartSecondMessage value. + +| Parameter | Type | Description | +| --- | --- | --- | +| `other` | `object` | | + +**Return Type:** `bool` — True if obj has the same value as this instance; otherwise, False + +### MaxiCodeStandardSecondMessage.getHashCode {#gethashcode} + +```python +getHashCode(self) -> int +``` + +Returns the hash code for this instance. + +**Return Type:** `int` + +### MaxiCodeStandardSecondMessage.message {#message} + +**Type:** `str` + +Gets constructed second message. + +**Returns:** Constructed second message + +Sets second message. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `str` | | + diff --git a/english/python-java/aspose_barcode.complex_barcode/maxicodestandardsecondmessage/gethashcode/_index.md b/english/python-java/aspose_barcode.complex_barcode/maxicodestandardsecondmessage/gethashcode/_index.md deleted file mode 100644 index 3088347d0..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/maxicodestandardsecondmessage/gethashcode/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "MaxiCodeStandardSecondMessage.getHashCode" -linktitle: "getHashCode" -articleTitle: "getHashCode" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns the hash code for this instance." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/maxicodestandardsecondmessage/gethashcode/ ---- - -## MaxiCodeStandardSecondMessage.getHashCode - -```python -getHashCode(self) -> int -``` - - -Returns the hash code for this instance. - - -**Return Type:** `int` - diff --git a/english/python-java/aspose_barcode.complex_barcode/maxicodestandardsecondmessage/maxicodestandardsecondmessage/_index.md b/english/python-java/aspose_barcode.complex_barcode/maxicodestandardsecondmessage/maxicodestandardsecondmessage/_index.md deleted file mode 100644 index 66a586f4b..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/maxicodestandardsecondmessage/maxicodestandardsecondmessage/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "MaxiCodeStandardSecondMessage" -linktitle: "MaxiCodeStandardSecondMessage" -articleTitle: "MaxiCodeStandardSecondMessage" -second_title: "Aspose.BarCode for Python via Java" -description: "Reimplemented in MaxiCodeStandartSecondMessage." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/maxicodestandardsecondmessage/maxicodestandardsecondmessage/ ---- - -## MaxiCodeStandardSecondMessage Constructor - -```python -__init__(self) -``` - - -Reimplemented in MaxiCodeStandartSecondMessage. - diff --git a/english/python-java/aspose_barcode.complex_barcode/maxicodestandardsecondmessage/message/_index.md b/english/python-java/aspose_barcode.complex_barcode/maxicodestandardsecondmessage/message/_index.md deleted file mode 100644 index 2a60f943f..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/maxicodestandardsecondmessage/message/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "MaxiCodeStandardSecondMessage.message" -linktitle: "message" -articleTitle: "message" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets constructed second message." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/maxicodestandardsecondmessage/message/ ---- - -## MaxiCodeStandardSecondMessage.message - -**Type:** `str` - - -### Get - -Gets constructed second message. - - -**Returns:** Constructed second message - - -### Set - -Sets second message. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `str` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/maxicodestandartsecondmessage/_index.md b/english/python-java/aspose_barcode.complex_barcode/maxicodestandartsecondmessage/_index.md index d186c8845..317cbccbc 100644 --- a/english/python-java/aspose_barcode.complex_barcode/maxicodestandartsecondmessage/_index.md +++ b/english/python-java/aspose_barcode.complex_barcode/maxicodestandartsecondmessage/_index.md @@ -1,7 +1,6 @@ --- -title: "MaxiCodeStandartSecondMessage Class" +title: "MaxiCodeStandartSecondMessage" linktitle: "MaxiCodeStandartSecondMessage" -articleTitle: "MaxiCodeStandartSecondMessage" second_title: "Aspose.BarCode for Python via Java" description: "" type: docs @@ -20,4 +19,13 @@ url: /python-java/aspose_barcode.complex_barcode/maxicodestandartsecondmessage/ | Name | Description | | --- | --- | -| [__init__](./maxicodestandartsecondmessage/) | Reimplemented from MaxiCodeStandardSecondMessage. | +| [__init__](#constructor) | Reimplemented from MaxiCodeStandardSecondMessage. | + +### MaxiCodeStandartSecondMessage Constructor {#constructor} + +```python +__init__(self) -> def +``` + +Reimplemented from MaxiCodeStandardSecondMessage. + diff --git a/english/python-java/aspose_barcode.complex_barcode/maxicodestandartsecondmessage/maxicodestandartsecondmessage/_index.md b/english/python-java/aspose_barcode.complex_barcode/maxicodestandartsecondmessage/maxicodestandartsecondmessage/_index.md deleted file mode 100644 index 8b094cdf7..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/maxicodestandartsecondmessage/maxicodestandartsecondmessage/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "MaxiCodeStandartSecondMessage" -linktitle: "MaxiCodeStandartSecondMessage" -articleTitle: "MaxiCodeStandartSecondMessage" -second_title: "Aspose.BarCode for Python via Java" -description: "Reimplemented from MaxiCodeStandardSecondMessage." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/maxicodestandartsecondmessage/maxicodestandartsecondmessage/ ---- - -## MaxiCodeStandartSecondMessage Constructor - -```python -__init__(self) -> def -``` - - -Reimplemented from MaxiCodeStandardSecondMessage. - diff --git a/english/python-java/aspose_barcode.complex_barcode/maxicodestructuredcodetext/__eq__/_index.md b/english/python-java/aspose_barcode.complex_barcode/maxicodestructuredcodetext/__eq__/_index.md deleted file mode 100644 index a5b1300b1..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/maxicodestructuredcodetext/__eq__/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "MaxiCodeStructuredCodetext.__eq__" -linktitle: "__eq__" -articleTitle: "__eq__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns a value indicating whether this instance is equal to a specified MaxiCodeStructuredCodetext value." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/maxicodestructuredcodetext/__eq__/ ---- - -## MaxiCodeStructuredCodetext.__eq__ - -```python -__eq__(self, MaxiCodeStructuredCodetext other) -> bool -``` - - -Returns a value indicating whether this instance is equal to a specified MaxiCodeStructuredCodetext value. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `other` | `MaxiCodeStructuredCodetext` | | - -**Return Type:** `bool` — True if obj has the same value as this instance; otherwise, False. - diff --git a/english/python-java/aspose_barcode.complex_barcode/maxicodestructuredcodetext/__hash__/_index.md b/english/python-java/aspose_barcode.complex_barcode/maxicodestructuredcodetext/__hash__/_index.md deleted file mode 100644 index 3e194ff38..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/maxicodestructuredcodetext/__hash__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "MaxiCodeStructuredCodetext.__hash__" -linktitle: "__hash__" -articleTitle: "__hash__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns the hash code for this instance." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/maxicodestructuredcodetext/__hash__/ ---- - -## MaxiCodeStructuredCodetext.__hash__ - -```python -__hash__(self) -> int -``` - - -Returns the hash code for this instance. - - -**Return Type:** `int` — A 32-bit signed integer hash code. - diff --git a/english/python-java/aspose_barcode.complex_barcode/maxicodestructuredcodetext/_index.md b/english/python-java/aspose_barcode.complex_barcode/maxicodestructuredcodetext/_index.md index 79474bccd..f5584ce92 100644 --- a/english/python-java/aspose_barcode.complex_barcode/maxicodestructuredcodetext/_index.md +++ b/english/python-java/aspose_barcode.complex_barcode/maxicodestructuredcodetext/_index.md @@ -1,7 +1,6 @@ --- -title: "MaxiCodeStructuredCodetext Class" +title: "MaxiCodeStructuredCodetext" linktitle: "MaxiCodeStructuredCodetext" -articleTitle: "MaxiCodeStructuredCodetext" second_title: "Aspose.BarCode for Python via Java" description: "Base class for encoding and decoding the text embedded in the MaxiCode code for modes 2 and 3." type: docs @@ -23,22 +22,129 @@ Base class for encoding and decoding the text embedded in the MaxiCode code for | Name | Description | | --- | --- | -| [__init__](./maxicodestructuredcodetext/) | Reimplemented from IComplexCodetext. | +| [__init__](#constructor) | Reimplemented from IComplexCodetext. | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [__eq__](./__eq__/) | `bool` | No | Returns a value indicating whether this instance is equal to a specified MaxiCodeStructuredCodetext value. | -| [__hash__](./__hash__/) | `int` | No | Returns the hash code for this instance. | -| [constructed_codetext](./constructed_codetext/) | `Optional[str]` | No | Constructs codetext. | -| [init_from_string](./init_from_string/) | `None` | No | Initializes instance from constructed codetext. | +| [__eq__](#__eq__) | `bool` | No | Returns a value indicating whether this instance is equal to a specified MaxiCodeStructuredCodetext value. | +| [__hash__](#__hash__) | `int` | No | Returns the hash code for this instance. | +| [constructed_codetext](#constructed_codetext) | `Optional[str]` | No | Constructs codetext. | +| [init_from_string](#init_from_string) | `None` | No | Initializes instance from constructed codetext. | ## Properties | Name | Type | Description | | --- | --- | --- | -| [country_code](./country_code/) | `int` | Identifies 3 digit country code. | -| [postal_code](./postal_code/) | `Optional[str]` | Identifies the postal code. Must be 9 digits in mode 2 or 6 alphanumeric symbols in mode 3. | -| [second_message](./second_message/) | `Optional[MaxiCodeSecondMessage]` | Identifies second message of the barcode. | -| [service_category](./service_category/) | `int` | Identifies 3 digit service category. | +| [country_code](#country_code) | `int` | Identifies 3 digit country code. | +| [postal_code](#postal_code) | `Optional[str]` | Identifies the postal code. Must be 9 digits in mode 2 or 6 alphanumeric symbols in mode 3. | +| [second_message](#second_message) | `Optional[MaxiCodeSecondMessage]` | Identifies second message of the barcode. | +| [service_category](#service_category) | `int` | Identifies 3 digit service category. | + +### MaxiCodeStructuredCodetext Constructor {#constructor} + +```python +__init__(self, _java_class) +``` + +Reimplemented from IComplexCodetext. + +| Parameter | Type | Description | +| --- | --- | --- | +| `_java_class` | `` | | + +### MaxiCodeStructuredCodetext.__eq__ {#__eq__} + +```python +__eq__(self, MaxiCodeStructuredCodetext other) -> bool +``` + +Returns a value indicating whether this instance is equal to a specified MaxiCodeStructuredCodetext value. + +| Parameter | Type | Description | +| --- | --- | --- | +| `other` | `MaxiCodeStructuredCodetext` | | + +**Return Type:** `bool` — True if obj has the same value as this instance; otherwise, False. + +### MaxiCodeStructuredCodetext.__hash__ {#__hash__} + +```python +__hash__(self) -> int +``` + +Returns the hash code for this instance. + +**Return Type:** `int` — A 32-bit signed integer hash code. + +### MaxiCodeStructuredCodetext.constructed_codetext {#constructed_codetext} + +```python +constructed_codetext(self) -> Optional[str] +``` + +Constructs codetext. + +**Return Type:** `Optional[str]` — Constructed codetext + +### MaxiCodeStructuredCodetext.init_from_string {#init_from_string} + +```python +init_from_string(self, str constructed_codetext) +``` + +Initializes instance from constructed codetext. + +| Parameter | Type | Description | +| --- | --- | --- | +| `constructed_codetext` | `str` | | + +### MaxiCodeStructuredCodetext.country_code {#country_code} + +**Type:** `int` + +Identifies 3 digit country code. + +Identifies 3 digit country code. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `int` | | + +### MaxiCodeStructuredCodetext.postal_code {#postal_code} + +**Type:** `Optional[str]` + +Identifies the postal code. Must be 9 digits in mode 2 or 6 alphanumeric symbols in mode 3. + +Identifies the postal code. Must be 9 digits in mode 2 or 6 alphanumeric symbols in mode 3. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `str` | | + +### MaxiCodeStructuredCodetext.second_message {#second_message} + +**Type:** `Optional[MaxiCodeSecondMessage]` + +Identifies second message of the barcode. + +Identifies second message of the barcode. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `MaxiCodeSecondMessage` | | + +### MaxiCodeStructuredCodetext.service_category {#service_category} + +**Type:** `int` + +Identifies 3 digit service category. + +Identifies 3 digit service category. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `int` | | + diff --git a/english/python-java/aspose_barcode.complex_barcode/maxicodestructuredcodetext/constructed_codetext/_index.md b/english/python-java/aspose_barcode.complex_barcode/maxicodestructuredcodetext/constructed_codetext/_index.md deleted file mode 100644 index 32087ad00..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/maxicodestructuredcodetext/constructed_codetext/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "MaxiCodeStructuredCodetext.constructed_codetext" -linktitle: "constructed_codetext" -articleTitle: "constructed_codetext" -second_title: "Aspose.BarCode for Python via Java" -description: "Constructs codetext." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/maxicodestructuredcodetext/constructed_codetext/ ---- - -## MaxiCodeStructuredCodetext.constructed_codetext - -```python -constructed_codetext(self) -> Optional[str] -``` - - -Constructs codetext. - - -**Return Type:** `Optional[str]` — Constructed codetext - diff --git a/english/python-java/aspose_barcode.complex_barcode/maxicodestructuredcodetext/country_code/_index.md b/english/python-java/aspose_barcode.complex_barcode/maxicodestructuredcodetext/country_code/_index.md deleted file mode 100644 index efcb922e9..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/maxicodestructuredcodetext/country_code/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "MaxiCodeStructuredCodetext.country_code" -linktitle: "country_code" -articleTitle: "country_code" -second_title: "Aspose.BarCode for Python via Java" -description: "Identifies 3 digit country code." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/maxicodestructuredcodetext/country_code/ ---- - -## MaxiCodeStructuredCodetext.country_code - -**Type:** `int` - - -### Get - -Identifies 3 digit country code. - - -### Set - -Identifies 3 digit country code. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `int` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/maxicodestructuredcodetext/init_from_string/_index.md b/english/python-java/aspose_barcode.complex_barcode/maxicodestructuredcodetext/init_from_string/_index.md deleted file mode 100644 index cbd3556a7..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/maxicodestructuredcodetext/init_from_string/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "MaxiCodeStructuredCodetext.init_from_string" -linktitle: "init_from_string" -articleTitle: "init_from_string" -second_title: "Aspose.BarCode for Python via Java" -description: "Initializes instance from constructed codetext." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/maxicodestructuredcodetext/init_from_string/ ---- - -## MaxiCodeStructuredCodetext.init_from_string - -```python -init_from_string(self, str constructed_codetext) -``` - - -Initializes instance from constructed codetext. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `constructed_codetext` | `str` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/maxicodestructuredcodetext/maxicodestructuredcodetext/_index.md b/english/python-java/aspose_barcode.complex_barcode/maxicodestructuredcodetext/maxicodestructuredcodetext/_index.md deleted file mode 100644 index 0d7406c2b..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/maxicodestructuredcodetext/maxicodestructuredcodetext/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "MaxiCodeStructuredCodetext" -linktitle: "MaxiCodeStructuredCodetext" -articleTitle: "MaxiCodeStructuredCodetext" -second_title: "Aspose.BarCode for Python via Java" -description: "Reimplemented from IComplexCodetext." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/maxicodestructuredcodetext/maxicodestructuredcodetext/ ---- - -## MaxiCodeStructuredCodetext Constructor - -```python -__init__(self, _java_class) -``` - - -Reimplemented from IComplexCodetext. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `_java_class` | `` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/maxicodestructuredcodetext/postal_code/_index.md b/english/python-java/aspose_barcode.complex_barcode/maxicodestructuredcodetext/postal_code/_index.md deleted file mode 100644 index a8edfd9b1..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/maxicodestructuredcodetext/postal_code/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "MaxiCodeStructuredCodetext.postal_code" -linktitle: "postal_code" -articleTitle: "postal_code" -second_title: "Aspose.BarCode for Python via Java" -description: "Identifies the postal code. Must be 9 digits in mode 2 or 6 alphanumeric symbols in mode 3." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/maxicodestructuredcodetext/postal_code/ ---- - -## MaxiCodeStructuredCodetext.postal_code - -**Type:** `Optional[str]` - - -### Get - -Identifies the postal code. Must be 9 digits in mode 2 or 6 alphanumeric symbols in mode 3. - - -### Set - -Identifies the postal code. Must be 9 digits in mode 2 or 6 alphanumeric symbols in mode 3. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `str` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/maxicodestructuredcodetext/second_message/_index.md b/english/python-java/aspose_barcode.complex_barcode/maxicodestructuredcodetext/second_message/_index.md deleted file mode 100644 index 0fd6a326f..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/maxicodestructuredcodetext/second_message/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "MaxiCodeStructuredCodetext.second_message" -linktitle: "second_message" -articleTitle: "second_message" -second_title: "Aspose.BarCode for Python via Java" -description: "Identifies second message of the barcode." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/maxicodestructuredcodetext/second_message/ ---- - -## MaxiCodeStructuredCodetext.second_message - -**Type:** `Optional[MaxiCodeSecondMessage]` - - -### Get - -Identifies second message of the barcode. - - -### Set - -Identifies second message of the barcode. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `MaxiCodeSecondMessage` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/maxicodestructuredcodetext/service_category/_index.md b/english/python-java/aspose_barcode.complex_barcode/maxicodestructuredcodetext/service_category/_index.md deleted file mode 100644 index f0fe2f4f6..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/maxicodestructuredcodetext/service_category/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "MaxiCodeStructuredCodetext.service_category" -linktitle: "service_category" -articleTitle: "service_category" -second_title: "Aspose.BarCode for Python via Java" -description: "Identifies 3 digit service category." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/maxicodestructuredcodetext/service_category/ ---- - -## MaxiCodeStructuredCodetext.service_category - -**Type:** `int` - - -### Get - -Identifies 3 digit service category. - - -### Set - -Identifies 3 digit service category. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `int` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/maxicodestructuredsecondmessage/__eq__/_index.md b/english/python-java/aspose_barcode.complex_barcode/maxicodestructuredsecondmessage/__eq__/_index.md deleted file mode 100644 index 6b691c849..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/maxicodestructuredsecondmessage/__eq__/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "MaxiCodeStructuredSecondMessage.__eq__" -linktitle: "__eq__" -articleTitle: "__eq__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns a value indicating whether this instance is equal to a specified MaxiCodeStructuredSecondMessage value." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/maxicodestructuredsecondmessage/__eq__/ ---- - -## MaxiCodeStructuredSecondMessage.__eq__ - -```python -__eq__(self, MaxiCodeStructuredSecondMessage other) -> bool -``` - - -Returns a value indicating whether this instance is equal to a specified MaxiCodeStructuredSecondMessage value. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `other` | `MaxiCodeStructuredSecondMessage` | | - -**Return Type:** `bool` — True if obj has the same value as this instance; otherwise, false. - diff --git a/english/python-java/aspose_barcode.complex_barcode/maxicodestructuredsecondmessage/__hash__/_index.md b/english/python-java/aspose_barcode.complex_barcode/maxicodestructuredsecondmessage/__hash__/_index.md deleted file mode 100644 index 90ac59f9c..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/maxicodestructuredsecondmessage/__hash__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "MaxiCodeStructuredSecondMessage.__hash__" -linktitle: "__hash__" -articleTitle: "__hash__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns the hash code for this instance." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/maxicodestructuredsecondmessage/__hash__/ ---- - -## MaxiCodeStructuredSecondMessage.__hash__ - -```python -__hash__(self) -> int -``` - - -Returns the hash code for this instance. - - -**Return Type:** `int` — A 32-bit signed integer hash code. - diff --git a/english/python-java/aspose_barcode.complex_barcode/maxicodestructuredsecondmessage/_index.md b/english/python-java/aspose_barcode.complex_barcode/maxicodestructuredsecondmessage/_index.md index 2349ea5f4..f07ae7e10 100644 --- a/english/python-java/aspose_barcode.complex_barcode/maxicodestructuredsecondmessage/_index.md +++ b/english/python-java/aspose_barcode.complex_barcode/maxicodestructuredsecondmessage/_index.md @@ -1,7 +1,6 @@ --- -title: "MaxiCodeStructuredSecondMessage Class" +title: "MaxiCodeStructuredSecondMessage" linktitle: "MaxiCodeStructuredSecondMessage" -articleTitle: "MaxiCodeStructuredSecondMessage" second_title: "Aspose.BarCode for Python via Java" description: "Class for encoding and decoding structured second message for MaxiCode barcode." type: docs @@ -23,21 +22,104 @@ Class for encoding and decoding structured second message for MaxiCode barcode. | Name | Description | | --- | --- | -| [__init__](./maxicodestructuredsecondmessage/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [__eq__](./__eq__/) | `bool` | No | Returns a value indicating whether this instance is equal to a specified MaxiCodeStructuredSecondMessage value. | -| [__hash__](./__hash__/) | `int` | No | Returns the hash code for this instance. | -| [add](./add/) | `None` | No | Adds new identifier. | -| [clear](./clear/) | `None` | No | Clear identifiers list. | -| [identifiers](./identifiers/) | `List[str]` | No | Gets identifiers list. | -| [message](./message/) | `Optional[str]` | No | Gets constructed second message. | +| [__eq__](#__eq__) | `bool` | No | Returns a value indicating whether this instance is equal to a specified MaxiCodeStructuredSecondMessage value. | +| [__hash__](#__hash__) | `int` | No | Returns the hash code for this instance. | +| [add](#add) | `None` | No | Adds new identifier. | +| [clear](#clear) | `None` | No | Clear identifiers list. | +| [identifiers](#identifiers) | `List[str]` | No | Gets identifiers list. | +| [message](#message) | `Optional[str]` | No | Gets constructed second message. | ## Properties | Name | Type | Description | | --- | --- | --- | -| [year](./year/) | `int` | Gets year. Year must be 2 digit integer value. | +| [year](#year) | `int` | Gets year. Year must be 2 digit integer value. | + +### MaxiCodeStructuredSecondMessage Constructor {#constructor} + +```python +__init__(self) +``` + +### MaxiCodeStructuredSecondMessage.__eq__ {#__eq__} + +```python +__eq__(self, MaxiCodeStructuredSecondMessage other) -> bool +``` + +Returns a value indicating whether this instance is equal to a specified MaxiCodeStructuredSecondMessage value. + +| Parameter | Type | Description | +| --- | --- | --- | +| `other` | `MaxiCodeStructuredSecondMessage` | | + +**Return Type:** `bool` — True if obj has the same value as this instance; otherwise, false. + +### MaxiCodeStructuredSecondMessage.__hash__ {#__hash__} + +```python +__hash__(self) -> int +``` + +Returns the hash code for this instance. + +**Return Type:** `int` — A 32-bit signed integer hash code. + +### MaxiCodeStructuredSecondMessage.add {#add} + +```python +add(self, str identifier) +``` + +Adds new identifier. + +| Parameter | Type | Description | +| --- | --- | --- | +| `identifier` | `str` | | + +### MaxiCodeStructuredSecondMessage.clear {#clear} + +```python +clear(self) +``` + +Clear identifiers list. + +### MaxiCodeStructuredSecondMessage.identifiers {#identifiers} + +```python +identifiers(self) -> List[str] +``` + +Gets identifiers list. + +**Return Type:** `List[str]` — List of identifiers + +### MaxiCodeStructuredSecondMessage.message {#message} + +```python +message(self) -> Optional[str] +``` + +Gets constructed second message. + +**Return Type:** `Optional[str]` — Constructed second message + +### MaxiCodeStructuredSecondMessage.year {#year} + +**Type:** `int` + +Gets year. Year must be 2 digit integer value. + +Sets year. Year must be 2 digit integer value. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `int` | | + diff --git a/english/python-java/aspose_barcode.complex_barcode/maxicodestructuredsecondmessage/add/_index.md b/english/python-java/aspose_barcode.complex_barcode/maxicodestructuredsecondmessage/add/_index.md deleted file mode 100644 index 4c34c9a50..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/maxicodestructuredsecondmessage/add/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "MaxiCodeStructuredSecondMessage.add" -linktitle: "add" -articleTitle: "add" -second_title: "Aspose.BarCode for Python via Java" -description: "Adds new identifier." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/maxicodestructuredsecondmessage/add/ ---- - -## MaxiCodeStructuredSecondMessage.add - -```python -add(self, str identifier) -``` - - -Adds new identifier. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `identifier` | `str` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/maxicodestructuredsecondmessage/clear/_index.md b/english/python-java/aspose_barcode.complex_barcode/maxicodestructuredsecondmessage/clear/_index.md deleted file mode 100644 index 3825696d8..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/maxicodestructuredsecondmessage/clear/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "MaxiCodeStructuredSecondMessage.clear" -linktitle: "clear" -articleTitle: "clear" -second_title: "Aspose.BarCode for Python via Java" -description: "Clear identifiers list." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/maxicodestructuredsecondmessage/clear/ ---- - -## MaxiCodeStructuredSecondMessage.clear - -```python -clear(self) -``` - - -Clear identifiers list. - diff --git a/english/python-java/aspose_barcode.complex_barcode/maxicodestructuredsecondmessage/identifiers/_index.md b/english/python-java/aspose_barcode.complex_barcode/maxicodestructuredsecondmessage/identifiers/_index.md deleted file mode 100644 index 75e37c499..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/maxicodestructuredsecondmessage/identifiers/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "MaxiCodeStructuredSecondMessage.identifiers" -linktitle: "identifiers" -articleTitle: "identifiers" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets identifiers list." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/maxicodestructuredsecondmessage/identifiers/ ---- - -## MaxiCodeStructuredSecondMessage.identifiers - -```python -identifiers(self) -> List[str] -``` - - -Gets identifiers list. - - -**Return Type:** `List[str]` — List of identifiers - diff --git a/english/python-java/aspose_barcode.complex_barcode/maxicodestructuredsecondmessage/maxicodestructuredsecondmessage/_index.md b/english/python-java/aspose_barcode.complex_barcode/maxicodestructuredsecondmessage/maxicodestructuredsecondmessage/_index.md deleted file mode 100644 index 3f2907d65..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/maxicodestructuredsecondmessage/maxicodestructuredsecondmessage/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "MaxiCodeStructuredSecondMessage" -linktitle: "MaxiCodeStructuredSecondMessage" -articleTitle: "MaxiCodeStructuredSecondMessage" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/maxicodestructuredsecondmessage/maxicodestructuredsecondmessage/ ---- - -## MaxiCodeStructuredSecondMessage Constructor - -```python -__init__(self) -``` - diff --git a/english/python-java/aspose_barcode.complex_barcode/maxicodestructuredsecondmessage/message/_index.md b/english/python-java/aspose_barcode.complex_barcode/maxicodestructuredsecondmessage/message/_index.md deleted file mode 100644 index 379402815..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/maxicodestructuredsecondmessage/message/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "MaxiCodeStructuredSecondMessage.message" -linktitle: "message" -articleTitle: "message" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets constructed second message." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/maxicodestructuredsecondmessage/message/ ---- - -## MaxiCodeStructuredSecondMessage.message - -```python -message(self) -> Optional[str] -``` - - -Gets constructed second message. - - -**Return Type:** `Optional[str]` — Constructed second message - diff --git a/english/python-java/aspose_barcode.complex_barcode/maxicodestructuredsecondmessage/year/_index.md b/english/python-java/aspose_barcode.complex_barcode/maxicodestructuredsecondmessage/year/_index.md deleted file mode 100644 index 8d1f4496f..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/maxicodestructuredsecondmessage/year/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "MaxiCodeStructuredSecondMessage.year" -linktitle: "year" -articleTitle: "year" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets year. Year must be 2 digit integer value." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/maxicodestructuredsecondmessage/year/ ---- - -## MaxiCodeStructuredSecondMessage.year - -**Type:** `int` - - -### Get - -Gets year. Year must be 2 digit integer value. - - -### Set - -Sets year. Year must be 2 digit integer value. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `int` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/optionalfields/_index.md b/english/python-java/aspose_barcode.complex_barcode/optionalfields/_index.md index 18929ce37..836dc0e4c 100644 --- a/english/python-java/aspose_barcode.complex_barcode/optionalfields/_index.md +++ b/english/python-java/aspose_barcode.complex_barcode/optionalfields/_index.md @@ -1,7 +1,6 @@ --- -title: "OptionalFields Class" +title: "OptionalFields" linktitle: "OptionalFields" -articleTitle: "OptionalFields" second_title: "Aspose.BarCode for Python via Java" description: "" type: docs @@ -18,31 +17,178 @@ url: /python-java/aspose_barcode.complex_barcode/optionalfields/ | Name | Description | | --- | --- | -| [__init__](./optionalfields/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [under18_until](./under18_until/) | `def` | No | | +| [under18_until](#under18_until) | `def` | No | | ## Properties | Name | Type | Description | | --- | --- | --- | -| [address_street2](./address_street2/) | `def` | | -| [alias_aka_family_name](./alias_aka_family_name/) | `def` | | -| [alias_aka_given_name](./alias_aka_given_name/) | `def` | | -| [alias_aka_suffix_name](./alias_aka_suffix_name/) | `def` | | -| [audit_information](./audit_information/) | `def` | | -| [card_revision_date](./card_revision_date/) | `def` | | -| [compliance_type](./compliance_type/) | `def` | | -| [hair_color](./hair_color/) | `def` | | -| [inventory_control_number](./inventory_control_number/) | `def` | | -| [name_suffix](./name_suffix/) | `def` | | -| [organ_donor_indicator](./organ_donor_indicator/) | `def` | | -| [place_of_birth](./place_of_birth/) | `def` | | -| [race_ethnicity](./race_ethnicity/) | `def` | | -| [under21_until](./under21_until/) | `def` | | -| [veteran_indicator](./veteran_indicator/) | `def` | | -| [weight_range](./weight_range/) | `def` | | +| [address_street2](#address_street2) | `def` | | +| [alias_aka_family_name](#alias_aka_family_name) | `def` | | +| [alias_aka_given_name](#alias_aka_given_name) | `def` | | +| [alias_aka_suffix_name](#alias_aka_suffix_name) | `def` | | +| [audit_information](#audit_information) | `def` | | +| [card_revision_date](#card_revision_date) | `def` | | +| [compliance_type](#compliance_type) | `def` | | +| [hair_color](#hair_color) | `def` | | +| [inventory_control_number](#inventory_control_number) | `def` | | +| [name_suffix](#name_suffix) | `def` | | +| [organ_donor_indicator](#organ_donor_indicator) | `def` | | +| [place_of_birth](#place_of_birth) | `def` | | +| [race_ethnicity](#race_ethnicity) | `def` | | +| [under21_until](#under21_until) | `def` | | +| [veteran_indicator](#veteran_indicator) | `def` | | +| [weight_range](#weight_range) | `def` | | + +### OptionalFields Constructor {#constructor} + +```python +__init__(self, nativeObject) -> def +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `nativeObject` | `` | | + +### OptionalFields.under18_until {#under18_until} + +```python +under18_until(self) -> def +``` + +**Return Type:** `def` + +### OptionalFields.address_street2 {#address_street2} + +**Type:** `def` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `` | | + +### OptionalFields.alias_aka_family_name {#alias_aka_family_name} + +**Type:** `def` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `` | | + +### OptionalFields.alias_aka_given_name {#alias_aka_given_name} + +**Type:** `def` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `` | | + +### OptionalFields.alias_aka_suffix_name {#alias_aka_suffix_name} + +**Type:** `def` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `` | | + +### OptionalFields.audit_information {#audit_information} + +**Type:** `def` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `` | | + +### OptionalFields.card_revision_date {#card_revision_date} + +**Type:** `def` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `` | | + +### OptionalFields.compliance_type {#compliance_type} + +**Type:** `def` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `` | | + +### OptionalFields.hair_color {#hair_color} + +**Type:** `def` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `` | | + +### OptionalFields.inventory_control_number {#inventory_control_number} + +**Type:** `def` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `` | | + +### OptionalFields.name_suffix {#name_suffix} + +**Type:** `def` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `` | | + +### OptionalFields.organ_donor_indicator {#organ_donor_indicator} + +**Type:** `def` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `` | | + +### OptionalFields.place_of_birth {#place_of_birth} + +**Type:** `def` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `` | | + +### OptionalFields.race_ethnicity {#race_ethnicity} + +**Type:** `def` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `` | | + +### OptionalFields.under21_until {#under21_until} + +**Type:** `def` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `` | | + +### OptionalFields.veteran_indicator {#veteran_indicator} + +**Type:** `def` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `` | | + +### OptionalFields.weight_range {#weight_range} + +**Type:** `def` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `` | | + diff --git a/english/python-java/aspose_barcode.complex_barcode/optionalfields/address_street2/_index.md b/english/python-java/aspose_barcode.complex_barcode/optionalfields/address_street2/_index.md deleted file mode 100644 index 8b6f1b4a2..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/optionalfields/address_street2/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "OptionalFields.address_street2" -linktitle: "address_street2" -articleTitle: "address_street2" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/optionalfields/address_street2/ ---- - -## OptionalFields.address_street2 - -**Type:** `def` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/optionalfields/alias_aka_family_name/_index.md b/english/python-java/aspose_barcode.complex_barcode/optionalfields/alias_aka_family_name/_index.md deleted file mode 100644 index 596ee3cb0..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/optionalfields/alias_aka_family_name/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "OptionalFields.alias_aka_family_name" -linktitle: "alias_aka_family_name" -articleTitle: "alias_aka_family_name" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/optionalfields/alias_aka_family_name/ ---- - -## OptionalFields.alias_aka_family_name - -**Type:** `def` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/optionalfields/alias_aka_given_name/_index.md b/english/python-java/aspose_barcode.complex_barcode/optionalfields/alias_aka_given_name/_index.md deleted file mode 100644 index bc1c7f81f..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/optionalfields/alias_aka_given_name/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "OptionalFields.alias_aka_given_name" -linktitle: "alias_aka_given_name" -articleTitle: "alias_aka_given_name" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/optionalfields/alias_aka_given_name/ ---- - -## OptionalFields.alias_aka_given_name - -**Type:** `def` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/optionalfields/alias_aka_suffix_name/_index.md b/english/python-java/aspose_barcode.complex_barcode/optionalfields/alias_aka_suffix_name/_index.md deleted file mode 100644 index b4f09b17f..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/optionalfields/alias_aka_suffix_name/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "OptionalFields.alias_aka_suffix_name" -linktitle: "alias_aka_suffix_name" -articleTitle: "alias_aka_suffix_name" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/optionalfields/alias_aka_suffix_name/ ---- - -## OptionalFields.alias_aka_suffix_name - -**Type:** `def` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/optionalfields/audit_information/_index.md b/english/python-java/aspose_barcode.complex_barcode/optionalfields/audit_information/_index.md deleted file mode 100644 index 93f2902e2..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/optionalfields/audit_information/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "OptionalFields.audit_information" -linktitle: "audit_information" -articleTitle: "audit_information" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/optionalfields/audit_information/ ---- - -## OptionalFields.audit_information - -**Type:** `def` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/optionalfields/card_revision_date/_index.md b/english/python-java/aspose_barcode.complex_barcode/optionalfields/card_revision_date/_index.md deleted file mode 100644 index 89a814bb3..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/optionalfields/card_revision_date/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "OptionalFields.card_revision_date" -linktitle: "card_revision_date" -articleTitle: "card_revision_date" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/optionalfields/card_revision_date/ ---- - -## OptionalFields.card_revision_date - -**Type:** `def` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/optionalfields/compliance_type/_index.md b/english/python-java/aspose_barcode.complex_barcode/optionalfields/compliance_type/_index.md deleted file mode 100644 index a2eea561e..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/optionalfields/compliance_type/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "OptionalFields.compliance_type" -linktitle: "compliance_type" -articleTitle: "compliance_type" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/optionalfields/compliance_type/ ---- - -## OptionalFields.compliance_type - -**Type:** `def` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/optionalfields/hair_color/_index.md b/english/python-java/aspose_barcode.complex_barcode/optionalfields/hair_color/_index.md deleted file mode 100644 index 9bb2f67b6..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/optionalfields/hair_color/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "OptionalFields.hair_color" -linktitle: "hair_color" -articleTitle: "hair_color" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/optionalfields/hair_color/ ---- - -## OptionalFields.hair_color - -**Type:** `def` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/optionalfields/inventory_control_number/_index.md b/english/python-java/aspose_barcode.complex_barcode/optionalfields/inventory_control_number/_index.md deleted file mode 100644 index 1057e5451..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/optionalfields/inventory_control_number/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "OptionalFields.inventory_control_number" -linktitle: "inventory_control_number" -articleTitle: "inventory_control_number" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/optionalfields/inventory_control_number/ ---- - -## OptionalFields.inventory_control_number - -**Type:** `def` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/optionalfields/name_suffix/_index.md b/english/python-java/aspose_barcode.complex_barcode/optionalfields/name_suffix/_index.md deleted file mode 100644 index 7cf6e8803..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/optionalfields/name_suffix/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "OptionalFields.name_suffix" -linktitle: "name_suffix" -articleTitle: "name_suffix" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/optionalfields/name_suffix/ ---- - -## OptionalFields.name_suffix - -**Type:** `def` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/optionalfields/optionalfields/_index.md b/english/python-java/aspose_barcode.complex_barcode/optionalfields/optionalfields/_index.md deleted file mode 100644 index 11ee5cdbc..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/optionalfields/optionalfields/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "OptionalFields" -linktitle: "OptionalFields" -articleTitle: "OptionalFields" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/optionalfields/optionalfields/ ---- - -## OptionalFields Constructor - -```python -__init__(self, nativeObject) -> def -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `nativeObject` | `` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/optionalfields/organ_donor_indicator/_index.md b/english/python-java/aspose_barcode.complex_barcode/optionalfields/organ_donor_indicator/_index.md deleted file mode 100644 index c625ebf1c..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/optionalfields/organ_donor_indicator/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "OptionalFields.organ_donor_indicator" -linktitle: "organ_donor_indicator" -articleTitle: "organ_donor_indicator" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/optionalfields/organ_donor_indicator/ ---- - -## OptionalFields.organ_donor_indicator - -**Type:** `def` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/optionalfields/place_of_birth/_index.md b/english/python-java/aspose_barcode.complex_barcode/optionalfields/place_of_birth/_index.md deleted file mode 100644 index 4a28312ce..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/optionalfields/place_of_birth/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "OptionalFields.place_of_birth" -linktitle: "place_of_birth" -articleTitle: "place_of_birth" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/optionalfields/place_of_birth/ ---- - -## OptionalFields.place_of_birth - -**Type:** `def` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/optionalfields/race_ethnicity/_index.md b/english/python-java/aspose_barcode.complex_barcode/optionalfields/race_ethnicity/_index.md deleted file mode 100644 index 802b51aef..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/optionalfields/race_ethnicity/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "OptionalFields.race_ethnicity" -linktitle: "race_ethnicity" -articleTitle: "race_ethnicity" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/optionalfields/race_ethnicity/ ---- - -## OptionalFields.race_ethnicity - -**Type:** `def` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/optionalfields/under18_until/_index.md b/english/python-java/aspose_barcode.complex_barcode/optionalfields/under18_until/_index.md deleted file mode 100644 index a8769e530..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/optionalfields/under18_until/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "OptionalFields.under18_until" -linktitle: "under18_until" -articleTitle: "under18_until" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/optionalfields/under18_until/ ---- - -## OptionalFields.under18_until - -```python -under18_until(self) -> def -``` - - -**Return Type:** `def` - diff --git a/english/python-java/aspose_barcode.complex_barcode/optionalfields/under21_until/_index.md b/english/python-java/aspose_barcode.complex_barcode/optionalfields/under21_until/_index.md deleted file mode 100644 index c919550cd..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/optionalfields/under21_until/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "OptionalFields.under21_until" -linktitle: "under21_until" -articleTitle: "under21_until" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/optionalfields/under21_until/ ---- - -## OptionalFields.under21_until - -**Type:** `def` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/optionalfields/veteran_indicator/_index.md b/english/python-java/aspose_barcode.complex_barcode/optionalfields/veteran_indicator/_index.md deleted file mode 100644 index 4c44c69b2..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/optionalfields/veteran_indicator/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "OptionalFields.veteran_indicator" -linktitle: "veteran_indicator" -articleTitle: "veteran_indicator" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/optionalfields/veteran_indicator/ ---- - -## OptionalFields.veteran_indicator - -**Type:** `def` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/optionalfields/weight_range/_index.md b/english/python-java/aspose_barcode.complex_barcode/optionalfields/weight_range/_index.md deleted file mode 100644 index 63b42187b..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/optionalfields/weight_range/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "OptionalFields.weight_range" -linktitle: "weight_range" -articleTitle: "weight_range" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/optionalfields/weight_range/ ---- - -## OptionalFields.weight_range - -**Type:** `def` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/primarydata/__eq__/_index.md b/english/python-java/aspose_barcode.complex_barcode/primarydata/__eq__/_index.md deleted file mode 100644 index d205a1e3f..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/primarydata/__eq__/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "PrimaryData.__eq__" -linktitle: "__eq__" -articleTitle: "__eq__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns a value indicating whether this instance is equal to a specified PrimaryData value." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/primarydata/__eq__/ ---- - -## PrimaryData.__eq__ - -```python -__eq__(self, PrimaryData other) -> bool -``` - - -Returns a value indicating whether this instance is equal to a specified PrimaryData value. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `other` | `PrimaryData` | | - -**Return Type:** `bool` — True if obj has the same value as this instance; otherwise, False. - diff --git a/english/python-java/aspose_barcode.complex_barcode/primarydata/__hash__/_index.md b/english/python-java/aspose_barcode.complex_barcode/primarydata/__hash__/_index.md deleted file mode 100644 index a1a43962d..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/primarydata/__hash__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "PrimaryData.__hash__" -linktitle: "__hash__" -articleTitle: "__hash__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns the hash code for the current instance." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/primarydata/__hash__/ ---- - -## PrimaryData.__hash__ - -```python -__hash__(self) -> int -``` - - -Returns the hash code for the current instance. - - -**Return Type:** `int` — A hash code for the current object. - diff --git a/english/python-java/aspose_barcode.complex_barcode/primarydata/__str__/_index.md b/english/python-java/aspose_barcode.complex_barcode/primarydata/__str__/_index.md deleted file mode 100644 index bee3c5633..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/primarydata/__str__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "PrimaryData.__str__" -linktitle: "__str__" -articleTitle: "__str__" -second_title: "Aspose.BarCode for Python via Java" -description: "Converts data to string format according HIBC LIC specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/primarydata/__str__/ ---- - -## PrimaryData.__str__ - -```python -__str__(self) -> str -``` - - -Converts data to string format according HIBC LIC specification. - - -**Return Type:** `str` — Formatted string. - diff --git a/english/python-java/aspose_barcode.complex_barcode/primarydata/_index.md b/english/python-java/aspose_barcode.complex_barcode/primarydata/_index.md index aac92c4bb..b532e86ec 100644 --- a/english/python-java/aspose_barcode.complex_barcode/primarydata/_index.md +++ b/english/python-java/aspose_barcode.complex_barcode/primarydata/_index.md @@ -1,7 +1,6 @@ --- -title: "PrimaryData Class" +title: "PrimaryData" linktitle: "PrimaryData" -articleTitle: "PrimaryData" second_title: "Aspose.BarCode for Python via Java" description: "Class for storing HIBC LIC primary data." type: docs @@ -21,21 +20,110 @@ Class for storing HIBC LIC primary data. | Name | Description | | --- | --- | -| [__init__](./primarydata/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [__eq__](./__eq__/) | `bool` | No | Returns a value indicating whether this instance is equal to a specified PrimaryData value. | -| [__hash__](./__hash__/) | `int` | No | Returns the hash code for the current instance. | -| [__str__](./__str__/) | `str` | No | Converts data to string format according HIBC LIC specification. | -| [parse_from_string](./parse_from_string/) | `None` | No | Instantiates primary data from string format according HIBC LIC specification. | +| [__eq__](#__eq__) | `bool` | No | Returns a value indicating whether this instance is equal to a specified PrimaryData value. | +| [__hash__](#__hash__) | `int` | No | Returns the hash code for the current instance. | +| [__str__](#__str__) | `str` | No | Converts data to string format according HIBC LIC specification. | +| [parse_from_string](#parse_from_string) | `None` | No | Instantiates primary data from string format according HIBC LIC specification. | ## Properties | Name | Type | Description | | --- | --- | --- | -| [labeler_identification_code](./labeler_identification_code/) | `Optional[str]` | Gets the identification date of the labeler identification code. Labeler identification code must be 4 symbols alphanumeric string, with first character always being alphabetic. | -| [product_or_catalog_number](./product_or_catalog_number/) | `Optional[str]` | Identifies product or catalog number. | -| [unit_of_measure_id](./unit_of_measure_id/) | `int` | Identifies unit of measure ID. | +| [labeler_identification_code](#labeler_identification_code) | `Optional[str]` | Gets the identification date of the labeler identification code. Labeler identification code must be 4 symbols alphanumeric string, with first character always being alphabetic. | +| [product_or_catalog_number](#product_or_catalog_number) | `Optional[str]` | Identifies product or catalog number. | +| [unit_of_measure_id](#unit_of_measure_id) | `int` | Identifies unit of measure ID. | + +### PrimaryData Constructor {#constructor} + +```python +__init__(self) +``` + +### PrimaryData.__eq__ {#__eq__} + +```python +__eq__(self, PrimaryData other) -> bool +``` + +Returns a value indicating whether this instance is equal to a specified PrimaryData value. + +| Parameter | Type | Description | +| --- | --- | --- | +| `other` | `PrimaryData` | | + +**Return Type:** `bool` — True if obj has the same value as this instance; otherwise, False. + +### PrimaryData.__hash__ {#__hash__} + +```python +__hash__(self) -> int +``` + +Returns the hash code for the current instance. + +**Return Type:** `int` — A hash code for the current object. + +### PrimaryData.__str__ {#__str__} + +```python +__str__(self) -> str +``` + +Converts data to string format according HIBC LIC specification. + +**Return Type:** `str` — Formatted string. + +### PrimaryData.parse_from_string {#parse_from_string} + +```python +parse_from_string(self, str primary_data_codetext) +``` + +Instantiates primary data from string format according HIBC LIC specification. + +| Parameter | Type | Description | +| --- | --- | --- | +| `primary_data_codetext` | `str` | | + +### PrimaryData.labeler_identification_code {#labeler_identification_code} + +**Type:** `Optional[str]` + +Gets the identification date of the labeler identification code. Labeler identification code must be 4 symbols alphanumeric string, with first character always being alphabetic. + +Sets the identification date for the labeler code. Labeler identification code must be 4 symbols alphanumeric string, with first character always being alphabetic. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `str` | | + +### PrimaryData.product_or_catalog_number {#product_or_catalog_number} + +**Type:** `Optional[str]` + +Identifies product or catalog number. + +Identifies product or catalog number. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `str` | | + +### PrimaryData.unit_of_measure_id {#unit_of_measure_id} + +**Type:** `int` + +Identifies unit of measure ID. + +Identifies unit of measure ID. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `int` | | + diff --git a/english/python-java/aspose_barcode.complex_barcode/primarydata/labeler_identification_code/_index.md b/english/python-java/aspose_barcode.complex_barcode/primarydata/labeler_identification_code/_index.md deleted file mode 100644 index 0479c77ff..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/primarydata/labeler_identification_code/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "PrimaryData.labeler_identification_code" -linktitle: "labeler_identification_code" -articleTitle: "labeler_identification_code" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets the identification date of the labeler identification code. Labeler identification code must be 4 symbols alphanumeric string, with first character always " -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/primarydata/labeler_identification_code/ ---- - -## PrimaryData.labeler_identification_code - -**Type:** `Optional[str]` - - -### Get - -Gets the identification date of the labeler identification code. Labeler identification code must be 4 symbols alphanumeric string, with first character always being alphabetic. - - -### Set - -Sets the identification date for the labeler code. Labeler identification code must be 4 symbols alphanumeric string, with first character always being alphabetic. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `str` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/primarydata/parse_from_string/_index.md b/english/python-java/aspose_barcode.complex_barcode/primarydata/parse_from_string/_index.md deleted file mode 100644 index 94bf97968..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/primarydata/parse_from_string/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "PrimaryData.parse_from_string" -linktitle: "parse_from_string" -articleTitle: "parse_from_string" -second_title: "Aspose.BarCode for Python via Java" -description: "Instantiates primary data from string format according HIBC LIC specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/primarydata/parse_from_string/ ---- - -## PrimaryData.parse_from_string - -```python -parse_from_string(self, str primary_data_codetext) -``` - - -Instantiates primary data from string format according HIBC LIC specification. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `primary_data_codetext` | `str` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/primarydata/primarydata/_index.md b/english/python-java/aspose_barcode.complex_barcode/primarydata/primarydata/_index.md deleted file mode 100644 index 4b0b560ae..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/primarydata/primarydata/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "PrimaryData" -linktitle: "PrimaryData" -articleTitle: "PrimaryData" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/primarydata/primarydata/ ---- - -## PrimaryData Constructor - -```python -__init__(self) -``` - diff --git a/english/python-java/aspose_barcode.complex_barcode/primarydata/product_or_catalog_number/_index.md b/english/python-java/aspose_barcode.complex_barcode/primarydata/product_or_catalog_number/_index.md deleted file mode 100644 index 1c816a8d0..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/primarydata/product_or_catalog_number/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "PrimaryData.product_or_catalog_number" -linktitle: "product_or_catalog_number" -articleTitle: "product_or_catalog_number" -second_title: "Aspose.BarCode for Python via Java" -description: "Identifies product or catalog number." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/primarydata/product_or_catalog_number/ ---- - -## PrimaryData.product_or_catalog_number - -**Type:** `Optional[str]` - - -### Get - -Identifies product or catalog number. - - -### Set - -Identifies product or catalog number. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `str` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/primarydata/unit_of_measure_id/_index.md b/english/python-java/aspose_barcode.complex_barcode/primarydata/unit_of_measure_id/_index.md deleted file mode 100644 index 5ffb23b97..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/primarydata/unit_of_measure_id/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "PrimaryData.unit_of_measure_id" -linktitle: "unit_of_measure_id" -articleTitle: "unit_of_measure_id" -second_title: "Aspose.BarCode for Python via Java" -description: "Identifies unit of measure ID." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/primarydata/unit_of_measure_id/ ---- - -## PrimaryData.unit_of_measure_id - -**Type:** `int` - - -### Get - -Identifies unit of measure ID. - - -### Set - -Identifies unit of measure ID. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `int` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/qrbillstandardversion/_index.md b/english/python-java/aspose_barcode.complex_barcode/qrbillstandardversion/_index.md index b6fbbab4f..5f76e660c 100644 --- a/english/python-java/aspose_barcode.complex_barcode/qrbillstandardversion/_index.md +++ b/english/python-java/aspose_barcode.complex_barcode/qrbillstandardversion/_index.md @@ -1,7 +1,6 @@ --- -title: "QrBillStandardVersion Enum" +title: "QrBillStandardVersion" linktitle: "QrBillStandardVersion" -articleTitle: "QrBillStandardVersion" second_title: "Aspose.BarCode for Python via Java" description: "SwissQR bill standard version." type: docs @@ -21,4 +20,10 @@ SwissQR bill standard version. | Name | Value | Description | | --- | --- | --- | -| [V2_0](./v2_0/) | `0` | | +| [V2_0](#v2_0) | `0` | | +### QrBillStandardVersion.V2_0 {#v2_0} + +**Type:** `int` + +**Value:** `0` + diff --git a/english/python-java/aspose_barcode.complex_barcode/qrbillstandardversion/v2_0/_index.md b/english/python-java/aspose_barcode.complex_barcode/qrbillstandardversion/v2_0/_index.md deleted file mode 100644 index 5a48f829f..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/qrbillstandardversion/v2_0/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "QrBillStandardVersion.V2_0" -linktitle: "V2_0" -articleTitle: "V2_0" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/qrbillstandardversion/v2_0/ ---- - -## QrBillStandardVersion.V2_0 - -**Type:** `int` - - -**Value:** `0` - diff --git a/english/python-java/aspose_barcode.complex_barcode/secondaryandadditionaldata/__eq__/_index.md b/english/python-java/aspose_barcode.complex_barcode/secondaryandadditionaldata/__eq__/_index.md deleted file mode 100644 index c9ef67f96..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/secondaryandadditionaldata/__eq__/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "SecondaryAndAdditionalData.__eq__" -linktitle: "__eq__" -articleTitle: "__eq__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns a value indicating whether this instance is equal to a specified SecondaryAndAdditionalData value." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/secondaryandadditionaldata/__eq__/ ---- - -## SecondaryAndAdditionalData.__eq__ - -```python -__eq__(self, SecondaryAndAdditionalData other) -> bool -``` - - -Returns a value indicating whether this instance is equal to a specified SecondaryAndAdditionalData value. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `other` | `SecondaryAndAdditionalData` | | - -**Return Type:** `bool` — True if obj has the same value as this instance; otherwise, False. - diff --git a/english/python-java/aspose_barcode.complex_barcode/secondaryandadditionaldata/__hash__/_index.md b/english/python-java/aspose_barcode.complex_barcode/secondaryandadditionaldata/__hash__/_index.md deleted file mode 100644 index 3368cd2a4..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/secondaryandadditionaldata/__hash__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "SecondaryAndAdditionalData.__hash__" -linktitle: "__hash__" -articleTitle: "__hash__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns the hash code for the current instance." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/secondaryandadditionaldata/__hash__/ ---- - -## SecondaryAndAdditionalData.__hash__ - -```python -__hash__(self) -> int -``` - - -Returns the hash code for the current instance. - - -**Return Type:** `int` — A hash code for the current object. - diff --git a/english/python-java/aspose_barcode.complex_barcode/secondaryandadditionaldata/__str__/_index.md b/english/python-java/aspose_barcode.complex_barcode/secondaryandadditionaldata/__str__/_index.md deleted file mode 100644 index 541dbdbe9..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/secondaryandadditionaldata/__str__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "SecondaryAndAdditionalData.__str__" -linktitle: "__str__" -articleTitle: "__str__" -second_title: "Aspose.BarCode for Python via Java" -description: "Converts data to string format according HIBC LIC specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/secondaryandadditionaldata/__str__/ ---- - -## SecondaryAndAdditionalData.__str__ - -```python -__str__(self) -> str -``` - - -Converts data to string format according HIBC LIC specification. - - -**Return Type:** `str` — Formatted string. - diff --git a/english/python-java/aspose_barcode.complex_barcode/secondaryandadditionaldata/_index.md b/english/python-java/aspose_barcode.complex_barcode/secondaryandadditionaldata/_index.md index 9c5e425e2..4d8f279b9 100644 --- a/english/python-java/aspose_barcode.complex_barcode/secondaryandadditionaldata/_index.md +++ b/english/python-java/aspose_barcode.complex_barcode/secondaryandadditionaldata/_index.md @@ -1,7 +1,6 @@ --- -title: "SecondaryAndAdditionalData Class" +title: "SecondaryAndAdditionalData" linktitle: "SecondaryAndAdditionalData" -articleTitle: "SecondaryAndAdditionalData" second_title: "Aspose.BarCode for Python via Java" description: "Class for storing HIBC LIC secondary and additional data." type: docs @@ -21,24 +20,149 @@ Class for storing HIBC LIC secondary and additional data. | Name | Description | | --- | --- | -| [__init__](./secondaryandadditionaldata/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [__eq__](./__eq__/) | `bool` | No | Returns a value indicating whether this instance is equal to a specified SecondaryAndAdditionalData value. | -| [__hash__](./__hash__/) | `int` | No | Returns the hash code for the current instance. | -| [__str__](./__str__/) | `str` | No | Converts data to string format according HIBC LIC specification. | -| [parse_from_string](./parse_from_string/) | `None` | No | Instantiates secondary and additional supplemental data from string format according HIBC LIC specification. | +| [__eq__](#__eq__) | `bool` | No | Returns a value indicating whether this instance is equal to a specified SecondaryAndAdditionalData value. | +| [__hash__](#__hash__) | `int` | No | Returns the hash code for the current instance. | +| [__str__](#__str__) | `str` | No | Converts data to string format according HIBC LIC specification. | +| [parse_from_string](#parse_from_string) | `None` | No | Instantiates secondary and additional supplemental data from string format according HIBC LIC specification. | ## Properties | Name | Type | Description | | --- | --- | --- | -| [date_of_manufacture](./date_of_manufacture/) | `datetime` | Identifies date of manufacture. Date of manufacture can be set to DateTime.MinValue in order not to use this field. Default value: DateTime.MinValue | -| [expiry_date](./expiry_date/) | `datetime` | Identifies expiry date format. | -| [expiry_date_format](./expiry_date_format/) | `HIBCLICDateFormat` | Identifies expiry date format. | -| [lot_number](./lot_number/) | `Optional[str]` | Identifies lot or batch number. Lot/batch number must be alphanumeric string with up to 18 sybmols length. | -| [quantity](./quantity/) | `int` | Identifies quantity, must be integer value from 0 to 500. Quantity can be set to -1 in order not to use this field. Default value: -1 | -| [serial_number](./serial_number/) | `Optional[str]` | Identifies serial number. Serial number must be alphanumeric string up to 18 sybmols length. | +| [date_of_manufacture](#date_of_manufacture) | `datetime` | Identifies date of manufacture. Date of manufacture can be set to DateTime.MinValue in order not to use this field. Default value: DateTime.MinValue | +| [expiry_date](#expiry_date) | `datetime` | Identifies expiry date format. | +| [expiry_date_format](#expiry_date_format) | `HIBCLICDateFormat` | Identifies expiry date format. | +| [lot_number](#lot_number) | `Optional[str]` | Identifies lot or batch number. Lot/batch number must be alphanumeric string with up to 18 sybmols length. | +| [quantity](#quantity) | `int` | Identifies quantity, must be integer value from 0 to 500. Quantity can be set to -1 in order not to use this field. Default value: -1 | +| [serial_number](#serial_number) | `Optional[str]` | Identifies serial number. Serial number must be alphanumeric string up to 18 sybmols length. | + +### SecondaryAndAdditionalData Constructor {#constructor} + +```python +__init__(self) +``` + +### SecondaryAndAdditionalData.__eq__ {#__eq__} + +```python +__eq__(self, SecondaryAndAdditionalData other) -> bool +``` + +Returns a value indicating whether this instance is equal to a specified SecondaryAndAdditionalData value. + +| Parameter | Type | Description | +| --- | --- | --- | +| `other` | `SecondaryAndAdditionalData` | | + +**Return Type:** `bool` — True if obj has the same value as this instance; otherwise, False. + +### SecondaryAndAdditionalData.__hash__ {#__hash__} + +```python +__hash__(self) -> int +``` + +Returns the hash code for the current instance. + +**Return Type:** `int` — A hash code for the current object. + +### SecondaryAndAdditionalData.__str__ {#__str__} + +```python +__str__(self) -> str +``` + +Converts data to string format according HIBC LIC specification. + +**Return Type:** `str` — Formatted string. + +### SecondaryAndAdditionalData.parse_from_string {#parse_from_string} + +```python +parse_from_string(self, str secondary_data_codetext) +``` + +Instantiates secondary and additional supplemental data from string format according HIBC LIC specification. + +| Parameter | Type | Description | +| --- | --- | --- | +| `secondary_data_codetext` | `str` | | + +### SecondaryAndAdditionalData.date_of_manufacture {#date_of_manufacture} + +**Type:** `datetime` + +Identifies date of manufacture. Date of manufacture can be set to DateTime.MinValue in order not to use this field. Default value: DateTime.MinValue + +Identifies date of manufacture. Date of manufacture can be set to DateTime.MinValue in order not to use this field. Default value: DateTime.MinValue + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `datetime` | | + +### SecondaryAndAdditionalData.expiry_date {#expiry_date} + +**Type:** `datetime` + +Identifies expiry date format. + +Identifies expiry date format. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `datetime` | | + +### SecondaryAndAdditionalData.expiry_date_format {#expiry_date_format} + +**Type:** `HIBCLICDateFormat` + +Identifies expiry date format. + +Identifies expiry date format. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `HIBCLICDateFormat` | | + +### SecondaryAndAdditionalData.lot_number {#lot_number} + +**Type:** `Optional[str]` + +Identifies lot or batch number. Lot/batch number must be alphanumeric string with up to 18 sybmols length. + +Identifies lot or batch number. Lot/batch number must be alphanumeric string with up to 18 sybmols length. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `Optional[str]` | | + +### SecondaryAndAdditionalData.quantity {#quantity} + +**Type:** `int` + +Identifies quantity, must be integer value from 0 to 500. Quantity can be set to -1 in order not to use this field. Default value: -1 + +Identifies quantity, must be integer value from 0 to 500. Quantity can be set to -1 in order not to use this field. Default value: -1 + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `int` | | + +### SecondaryAndAdditionalData.serial_number {#serial_number} + +**Type:** `Optional[str]` + +Identifies serial number. Serial number must be alphanumeric string up to 18 sybmols length. + +Identifies serial number. Serial number must be alphanumeric string up to 18 sybmols length. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `Optional[str]` | | + diff --git a/english/python-java/aspose_barcode.complex_barcode/secondaryandadditionaldata/date_of_manufacture/_index.md b/english/python-java/aspose_barcode.complex_barcode/secondaryandadditionaldata/date_of_manufacture/_index.md deleted file mode 100644 index 4718f11da..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/secondaryandadditionaldata/date_of_manufacture/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "SecondaryAndAdditionalData.date_of_manufacture" -linktitle: "date_of_manufacture" -articleTitle: "date_of_manufacture" -second_title: "Aspose.BarCode for Python via Java" -description: "Identifies date of manufacture. Date of manufacture can be set to DateTime.MinValue in order not to use this field. Default value: DateTime.MinValue" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/secondaryandadditionaldata/date_of_manufacture/ ---- - -## SecondaryAndAdditionalData.date_of_manufacture - -**Type:** `datetime` - - -### Get - -Identifies date of manufacture. Date of manufacture can be set to DateTime.MinValue in order not to use this field. Default value: DateTime.MinValue - - -### Set - -Identifies date of manufacture. Date of manufacture can be set to DateTime.MinValue in order not to use this field. Default value: DateTime.MinValue - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `datetime` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/secondaryandadditionaldata/expiry_date/_index.md b/english/python-java/aspose_barcode.complex_barcode/secondaryandadditionaldata/expiry_date/_index.md deleted file mode 100644 index f3dfe3f4c..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/secondaryandadditionaldata/expiry_date/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "SecondaryAndAdditionalData.expiry_date" -linktitle: "expiry_date" -articleTitle: "expiry_date" -second_title: "Aspose.BarCode for Python via Java" -description: "Identifies expiry date format." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/secondaryandadditionaldata/expiry_date/ ---- - -## SecondaryAndAdditionalData.expiry_date - -**Type:** `datetime` - - -### Get - -Identifies expiry date format. - - -### Set - -Identifies expiry date format. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `datetime` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/secondaryandadditionaldata/expiry_date_format/_index.md b/english/python-java/aspose_barcode.complex_barcode/secondaryandadditionaldata/expiry_date_format/_index.md deleted file mode 100644 index 3b69b31e1..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/secondaryandadditionaldata/expiry_date_format/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "SecondaryAndAdditionalData.expiry_date_format" -linktitle: "expiry_date_format" -articleTitle: "expiry_date_format" -second_title: "Aspose.BarCode for Python via Java" -description: "Identifies expiry date format." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/secondaryandadditionaldata/expiry_date_format/ ---- - -## SecondaryAndAdditionalData.expiry_date_format - -**Type:** `HIBCLICDateFormat` - - -### Get - -Identifies expiry date format. - - -### Set - -Identifies expiry date format. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `HIBCLICDateFormat` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/secondaryandadditionaldata/lot_number/_index.md b/english/python-java/aspose_barcode.complex_barcode/secondaryandadditionaldata/lot_number/_index.md deleted file mode 100644 index 3a449209b..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/secondaryandadditionaldata/lot_number/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "SecondaryAndAdditionalData.lot_number" -linktitle: "lot_number" -articleTitle: "lot_number" -second_title: "Aspose.BarCode for Python via Java" -description: "Identifies lot or batch number. Lot/batch number must be alphanumeric string with up to 18 sybmols length." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/secondaryandadditionaldata/lot_number/ ---- - -## SecondaryAndAdditionalData.lot_number - -**Type:** `Optional[str]` - - -### Get - -Identifies lot or batch number. Lot/batch number must be alphanumeric string with up to 18 sybmols length. - - -### Set - -Identifies lot or batch number. Lot/batch number must be alphanumeric string with up to 18 sybmols length. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `Optional[str]` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/secondaryandadditionaldata/parse_from_string/_index.md b/english/python-java/aspose_barcode.complex_barcode/secondaryandadditionaldata/parse_from_string/_index.md deleted file mode 100644 index 5f329d79d..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/secondaryandadditionaldata/parse_from_string/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "SecondaryAndAdditionalData.parse_from_string" -linktitle: "parse_from_string" -articleTitle: "parse_from_string" -second_title: "Aspose.BarCode for Python via Java" -description: "Instantiates secondary and additional supplemental data from string format according HIBC LIC specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/secondaryandadditionaldata/parse_from_string/ ---- - -## SecondaryAndAdditionalData.parse_from_string - -```python -parse_from_string(self, str secondary_data_codetext) -``` - - -Instantiates secondary and additional supplemental data from string format according HIBC LIC specification. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `secondary_data_codetext` | `str` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/secondaryandadditionaldata/quantity/_index.md b/english/python-java/aspose_barcode.complex_barcode/secondaryandadditionaldata/quantity/_index.md deleted file mode 100644 index ead8c40e0..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/secondaryandadditionaldata/quantity/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "SecondaryAndAdditionalData.quantity" -linktitle: "quantity" -articleTitle: "quantity" -second_title: "Aspose.BarCode for Python via Java" -description: "Identifies quantity, must be integer value from 0 to 500. Quantity can be set to -1 in order not to use this field. Default value: -1" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/secondaryandadditionaldata/quantity/ ---- - -## SecondaryAndAdditionalData.quantity - -**Type:** `int` - - -### Get - -Identifies quantity, must be integer value from 0 to 500. Quantity can be set to -1 in order not to use this field. Default value: -1 - - -### Set - -Identifies quantity, must be integer value from 0 to 500. Quantity can be set to -1 in order not to use this field. Default value: -1 - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `int` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/secondaryandadditionaldata/secondaryandadditionaldata/_index.md b/english/python-java/aspose_barcode.complex_barcode/secondaryandadditionaldata/secondaryandadditionaldata/_index.md deleted file mode 100644 index 725cb1fad..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/secondaryandadditionaldata/secondaryandadditionaldata/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "SecondaryAndAdditionalData" -linktitle: "SecondaryAndAdditionalData" -articleTitle: "SecondaryAndAdditionalData" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/secondaryandadditionaldata/secondaryandadditionaldata/ ---- - -## SecondaryAndAdditionalData Constructor - -```python -__init__(self) -``` - diff --git a/english/python-java/aspose_barcode.complex_barcode/secondaryandadditionaldata/serial_number/_index.md b/english/python-java/aspose_barcode.complex_barcode/secondaryandadditionaldata/serial_number/_index.md deleted file mode 100644 index 09a1be465..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/secondaryandadditionaldata/serial_number/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "SecondaryAndAdditionalData.serial_number" -linktitle: "serial_number" -articleTitle: "serial_number" -second_title: "Aspose.BarCode for Python via Java" -description: "Identifies serial number. Serial number must be alphanumeric string up to 18 sybmols length." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/secondaryandadditionaldata/serial_number/ ---- - -## SecondaryAndAdditionalData.serial_number - -**Type:** `Optional[str]` - - -### Get - -Identifies serial number. Serial number must be alphanumeric string up to 18 sybmols length. - - -### Set - -Identifies serial number. Serial number must be alphanumeric string up to 18 sybmols length. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `Optional[str]` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/subfileproperties/_index.md b/english/python-java/aspose_barcode.complex_barcode/subfileproperties/_index.md index cb662aecb..d48141c3b 100644 --- a/english/python-java/aspose_barcode.complex_barcode/subfileproperties/_index.md +++ b/english/python-java/aspose_barcode.complex_barcode/subfileproperties/_index.md @@ -1,7 +1,6 @@ --- -title: "SubfileProperties Class" +title: "SubfileProperties" linktitle: "SubfileProperties" -articleTitle: "SubfileProperties" second_title: "Aspose.BarCode for Python via Java" description: "" type: docs @@ -18,12 +17,47 @@ url: /python-java/aspose_barcode.complex_barcode/subfileproperties/ | Name | Description | | --- | --- | -| [__init__](./subfileproperties/) | | +| [__init__](#constructor) | | ## Properties | Name | Type | Description | | --- | --- | --- | -| [length](./length/) | `def` | | -| [offset](./offset/) | `def` | | -| [type](./type/) | `def` | | +| [length](#length) | `def` | | +| [offset](#offset) | `def` | | +| [type](#type) | `def` | | + +### SubfileProperties Constructor {#constructor} + +```python +__init__(self, type) -> def +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `type` | `` | | + +### SubfileProperties.length {#length} + +**Type:** `def` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `` | | + +### SubfileProperties.offset {#offset} + +**Type:** `def` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `` | | + +### SubfileProperties.type {#type} + +**Type:** `def` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `` | | + diff --git a/english/python-java/aspose_barcode.complex_barcode/subfileproperties/length/_index.md b/english/python-java/aspose_barcode.complex_barcode/subfileproperties/length/_index.md deleted file mode 100644 index 4f787d91f..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/subfileproperties/length/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "SubfileProperties.length" -linktitle: "length" -articleTitle: "length" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/subfileproperties/length/ ---- - -## SubfileProperties.length - -**Type:** `def` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/subfileproperties/offset/_index.md b/english/python-java/aspose_barcode.complex_barcode/subfileproperties/offset/_index.md deleted file mode 100644 index 4f068c4c1..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/subfileproperties/offset/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "SubfileProperties.offset" -linktitle: "offset" -articleTitle: "offset" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/subfileproperties/offset/ ---- - -## SubfileProperties.offset - -**Type:** `def` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/subfileproperties/subfileproperties/_index.md b/english/python-java/aspose_barcode.complex_barcode/subfileproperties/subfileproperties/_index.md deleted file mode 100644 index ad473e82c..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/subfileproperties/subfileproperties/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "SubfileProperties" -linktitle: "SubfileProperties" -articleTitle: "SubfileProperties" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/subfileproperties/subfileproperties/ ---- - -## SubfileProperties Constructor - -```python -__init__(self, type) -> def -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `type` | `` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/subfileproperties/type/_index.md b/english/python-java/aspose_barcode.complex_barcode/subfileproperties/type/_index.md deleted file mode 100644 index 1bd0e810b..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/subfileproperties/type/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "SubfileProperties.type" -linktitle: "type" -articleTitle: "type" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/subfileproperties/type/ ---- - -## SubfileProperties.type - -**Type:** `def` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/swissqrbill/__eq__/_index.md b/english/python-java/aspose_barcode.complex_barcode/swissqrbill/__eq__/_index.md deleted file mode 100644 index 8c47c67e4..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/swissqrbill/__eq__/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "SwissQRBill.__eq__" -linktitle: "__eq__" -articleTitle: "__eq__" -second_title: "Aspose.BarCode for Python via Java" -description: "Determines whether the specified object is equal to the current object." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/swissqrbill/__eq__/ ---- - -## SwissQRBill.__eq__ - -```python -__eq__(self, SwissQRBill other) -> bool -``` - - -Determines whether the specified object is equal to the current object. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `other` | `SwissQRBill` | | - -**Return Type:** `bool` — True if the specified object is equal to the current object; otherwise, false. - diff --git a/english/python-java/aspose_barcode.complex_barcode/swissqrbill/__hash__/_index.md b/english/python-java/aspose_barcode.complex_barcode/swissqrbill/__hash__/_index.md deleted file mode 100644 index c65dcb869..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/swissqrbill/__hash__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "SwissQRBill.__hash__" -linktitle: "__hash__" -articleTitle: "__hash__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns the hash code for the current instance." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/swissqrbill/__hash__/ ---- - -## SwissQRBill.__hash__ - -```python -__hash__(self) -> int -``` - - -Returns the hash code for the current instance. - - -**Return Type:** `int` — A hash code for the current object. - diff --git a/english/python-java/aspose_barcode.complex_barcode/swissqrbill/_index.md b/english/python-java/aspose_barcode.complex_barcode/swissqrbill/_index.md index 5cf0a6c6d..73005f8d2 100644 --- a/english/python-java/aspose_barcode.complex_barcode/swissqrbill/_index.md +++ b/english/python-java/aspose_barcode.complex_barcode/swissqrbill/_index.md @@ -1,7 +1,6 @@ --- -title: "SwissQRBill Class" +title: "SwissQRBill" linktitle: "SwissQRBill" -articleTitle: "SwissQRBill" second_title: "Aspose.BarCode for Python via Java" description: "SwissQR bill data." type: docs @@ -21,27 +20,214 @@ SwissQR bill data. | Name | Description | | --- | --- | -| [__init__](./swissqrbill/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [__eq__](./__eq__/) | `bool` | No | Determines whether the specified object is equal to the current object. | -| [__hash__](./__hash__/) | `int` | No | Returns the hash code for the current instance. | -| [create_and_set_creditor_reference](./create_and_set_creditor_reference/) | `None` | No | Creates and sets a ISO11649 creditor reference from a raw string by prefixing the String with "RF" and the modulo 97 checksum. Whitespace is removed from the reference | +| [__eq__](#__eq__) | `bool` | No | Determines whether the specified object is equal to the current object. | +| [__hash__](#__hash__) | `int` | No | Returns the hash code for the current instance. | +| [create_and_set_creditor_reference](#create_and_set_creditor_reference) | `None` | No | Creates and sets a ISO11649 creditor reference from a raw string by prefixing the String with "RF" and the modulo 97 checksum. Whitespace is removed from the reference | ## Properties | Name | Type | Description | | --- | --- | --- | -| [account](./account/) | `Optional[str]` | Gets the creditor's account number. Account numbers must be valid IBANs of a bank of Switzerland or Liechtenstein. Spaces are allowed in the account number. | -| [alternative_schemes](./alternative_schemes/) | `List[AlternativeScheme]` | Gets the alternative payment schemes. A maximum of two schemes with parameters are allowed. | -| [amount](./amount/) | `float` | Gets the payment amount. Valid values are between 0.01 and 999,999,999.99. | -| [bill_information](./bill_information/) | `Optional[str]` | Gets the additional structured bill information. | -| [creditor](./creditor/) | `Optional[Address]` | Gets the creditor address. | -| [currency](./currency/) | `Optional[str]` | Gets the payment currency. Valid values are "CHF" and "EUR". | -| [debtor](./debtor/) | `Optional[Address]` | Gets the debtor address. The debtor is optional. If it is omitted, both setting this field to None or setting an address with all None or empty values is ok. | -| [reference](./reference/) | `Optional[str]` | Gets the creditor payment reference. The reference is mandatory for SwissQR IBANs, i.e.IBANs in the range CHxx30000xxxxxx through CHxx31999xxxxx. If specified, the reference must be either a valid SwissQR reference (corresponding to ISR reference form) or a valid creditor reference according to ISO 11649 ("RFxxxx"). Both may contain spaces for formatting. | -| [unstructured_message](./unstructured_message/) | `Optional[str]` | Gets the additional unstructured message. | -| [version](./version/) | `QrBillStandardVersion` | Gets the version of the SwissQR bill standard. | +| [account](#account) | `Optional[str]` | Gets the creditor's account number. Account numbers must be valid IBANs of a bank of Switzerland or Liechtenstein. Spaces are allowed in the account number. | +| [alternative_schemes](#alternative_schemes) | `List[AlternativeScheme]` | Gets the alternative payment schemes. A maximum of two schemes with parameters are allowed. | +| [amount](#amount) | `float` | Gets the payment amount. Valid values are between 0.01 and 999,999,999.99. | +| [bill_information](#bill_information) | `Optional[str]` | Gets the additional structured bill information. | +| [creditor](#creditor) | `Optional[Address]` | Gets the creditor address. | +| [currency](#currency) | `Optional[str]` | Gets the payment currency. Valid values are "CHF" and "EUR". | +| [debtor](#debtor) | `Optional[Address]` | Gets the debtor address. The debtor is optional. If it is omitted, both setting this field to None or setting an address with all None or empty values is ok. | +| [reference](#reference) | `Optional[str]` | Gets the creditor payment reference. The reference is mandatory for SwissQR IBANs, i.e.IBANs in the range CHxx30000xxxxxx through CHxx31999xxxxx. If specified, the reference must be either a valid SwissQR reference (corresponding to ISR reference form) or a valid creditor reference according to ISO 11649 ("RFxxxx"). Both may contain spaces for formatting. | +| [unstructured_message](#unstructured_message) | `Optional[str]` | Gets the additional unstructured message. | +| [version](#version) | `QrBillStandardVersion` | Gets the version of the SwissQR bill standard. | + +### SwissQRBill Constructor {#constructor} + +```python +__init__(self, _java_class) +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `_java_class` | `` | | + +### SwissQRBill.__eq__ {#__eq__} + +```python +__eq__(self, SwissQRBill other) -> bool +``` + +Determines whether the specified object is equal to the current object. + +| Parameter | Type | Description | +| --- | --- | --- | +| `other` | `SwissQRBill` | | + +**Return Type:** `bool` — True if the specified object is equal to the current object; otherwise, false. + +### SwissQRBill.__hash__ {#__hash__} + +```python +__hash__(self) -> int +``` + +Returns the hash code for the current instance. + +**Return Type:** `int` — A hash code for the current object. + +### SwissQRBill.create_and_set_creditor_reference {#create_and_set_creditor_reference} + +```python +create_and_set_creditor_reference(self, str raw_reference) +``` + +Creates and sets a ISO11649 creditor reference from a raw string by prefixing the String with "RF" and the modulo 97 checksum. Whitespace is removed from the reference + +| Parameter | Type | Description | +| --- | --- | --- | +| `raw_reference` | `str` | | + +### SwissQRBill.account {#account} + +**Type:** `Optional[str]` + +Gets the creditor's account number. Account numbers must be valid IBANs of a bank of Switzerland or Liechtenstein. Spaces are allowed in the account number. + +**Returns:** The creditor account number. + +Sets the creditor's account number. Account numbers must be valid IBANs of a bank of Switzerland or Liechtenstein. Spaces are allowed in the account number. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `str` | | + +### SwissQRBill.alternative_schemes {#alternative_schemes} + +**Type:** `List[AlternativeScheme]` + +Gets the alternative payment schemes. A maximum of two schemes with parameters are allowed. + +**Returns:** The alternative payment schemes. + +Sets the alternative payment schemes. A maximum of two schemes with parameters are allowed. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `List[AlternativeScheme]` | | + +### SwissQRBill.amount {#amount} + +**Type:** `float` + +Gets the payment amount. Valid values are between 0.01 and 999,999,999.99. + +**Returns:** The payment amount. + +Sets the payment amount. Valid values are between 0.01 and 999,999,999.99. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `float` | | + +### SwissQRBill.bill_information {#bill_information} + +**Type:** `Optional[str]` + +Gets the additional structured bill information. + +**Returns:** The structured bill information. + +Sets the additional structured bill information. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `str` | | + +### SwissQRBill.creditor {#creditor} + +**Type:** `Optional[Address]` + +Gets the creditor address. + +**Returns:** The creditor address. + +Sets the creditor address. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `Address` | | + +### SwissQRBill.currency {#currency} + +**Type:** `Optional[str]` + +Gets the payment currency. Valid values are "CHF" and "EUR". + +**Returns:** The payment currency. + +Sets the payment currency. Valid values are "CHF" and "EUR". + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `str` | | + +### SwissQRBill.debtor {#debtor} + +**Type:** `Optional[Address]` + +Gets the debtor address. The debtor is optional. If it is omitted, both setting this field to None or setting an address with all None or empty values is ok. + +**Returns:** The debtor address. + +Sets the debtor address. The debtor is optional. If it is omitted, both setting this field to None or setting an address with all None or empty values is ok. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `Address` | | + +### SwissQRBill.reference {#reference} + +**Type:** `Optional[str]` + +Gets the creditor payment reference. The reference is mandatory for SwissQR IBANs, i.e.IBANs in the range CHxx30000xxxxxx through CHxx31999xxxxx. If specified, the reference must be either a valid SwissQR reference (corresponding to ISR reference form) or a valid creditor reference according to ISO 11649 ("RFxxxx"). Both may contain spaces for formatting. + +**Returns:** The creditor payment reference. + +Sets the creditor payment reference. The reference is mandatory for SwissQR IBANs, i.e.IBANs in the range CHxx30000xxxxxx through CHxx31999xxxxx. If specified, the reference must be either a valid SwissQR reference (corresponding to ISR reference form) or a valid creditor reference according to ISO 11649 ("RFxxxx"). Both may contain spaces for formatting. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `str` | | + +### SwissQRBill.unstructured_message {#unstructured_message} + +**Type:** `Optional[str]` + +Gets the additional unstructured message. + +**Returns:** The unstructured message. + +Sets the additional unstructured message. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `str` | | + +### SwissQRBill.version {#version} + +**Type:** `QrBillStandardVersion` + +Gets the version of the SwissQR bill standard. + +**Returns:** The SwissQR bill standard version. + +Sets the version of the SwissQR bill standard. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `QrBillStandardVersion` | | + diff --git a/english/python-java/aspose_barcode.complex_barcode/swissqrbill/account/_index.md b/english/python-java/aspose_barcode.complex_barcode/swissqrbill/account/_index.md deleted file mode 100644 index cee518678..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/swissqrbill/account/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "SwissQRBill.account" -linktitle: "account" -articleTitle: "account" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets the creditor's account number. Account numbers must be valid IBANs of a bank of Switzerland or Liechtenstein. Spaces are allowed in the account number." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/swissqrbill/account/ ---- - -## SwissQRBill.account - -**Type:** `Optional[str]` - - -### Get - -Gets the creditor's account number. Account numbers must be valid IBANs of a bank of Switzerland or Liechtenstein. Spaces are allowed in the account number. - - -**Returns:** The creditor account number. - - -### Set - -Sets the creditor's account number. Account numbers must be valid IBANs of a bank of Switzerland or Liechtenstein. Spaces are allowed in the account number. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `str` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/swissqrbill/alternative_schemes/_index.md b/english/python-java/aspose_barcode.complex_barcode/swissqrbill/alternative_schemes/_index.md deleted file mode 100644 index 482e291c0..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/swissqrbill/alternative_schemes/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "SwissQRBill.alternative_schemes" -linktitle: "alternative_schemes" -articleTitle: "alternative_schemes" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets the alternative payment schemes. A maximum of two schemes with parameters are allowed." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/swissqrbill/alternative_schemes/ ---- - -## SwissQRBill.alternative_schemes - -**Type:** `List[AlternativeScheme]` - - -### Get - -Gets the alternative payment schemes. A maximum of two schemes with parameters are allowed. - - -**Returns:** The alternative payment schemes. - - -### Set - -Sets the alternative payment schemes. A maximum of two schemes with parameters are allowed. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `List[AlternativeScheme]` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/swissqrbill/amount/_index.md b/english/python-java/aspose_barcode.complex_barcode/swissqrbill/amount/_index.md deleted file mode 100644 index 2bad0f19c..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/swissqrbill/amount/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "SwissQRBill.amount" -linktitle: "amount" -articleTitle: "amount" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets the payment amount. Valid values are between 0.01 and 999,999,999.99." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/swissqrbill/amount/ ---- - -## SwissQRBill.amount - -**Type:** `float` - - -### Get - -Gets the payment amount. Valid values are between 0.01 and 999,999,999.99. - - -**Returns:** The payment amount. - - -### Set - -Sets the payment amount. Valid values are between 0.01 and 999,999,999.99. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `float` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/swissqrbill/bill_information/_index.md b/english/python-java/aspose_barcode.complex_barcode/swissqrbill/bill_information/_index.md deleted file mode 100644 index cbcdb6472..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/swissqrbill/bill_information/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "SwissQRBill.bill_information" -linktitle: "bill_information" -articleTitle: "bill_information" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets the additional structured bill information." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/swissqrbill/bill_information/ ---- - -## SwissQRBill.bill_information - -**Type:** `Optional[str]` - - -### Get - -Gets the additional structured bill information. - - -**Returns:** The structured bill information. - - -### Set - -Sets the additional structured bill information. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `str` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/swissqrbill/create_and_set_creditor_reference/_index.md b/english/python-java/aspose_barcode.complex_barcode/swissqrbill/create_and_set_creditor_reference/_index.md deleted file mode 100644 index ea0bec438..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/swissqrbill/create_and_set_creditor_reference/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "SwissQRBill.create_and_set_creditor_reference" -linktitle: "create_and_set_creditor_reference" -articleTitle: "create_and_set_creditor_reference" -second_title: "Aspose.BarCode for Python via Java" -description: "Creates and sets a ISO11649 creditor reference from a raw string by prefixing the String with \"RF\" and the modulo 97 checksum. Whitespace is removed from the re" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/swissqrbill/create_and_set_creditor_reference/ ---- - -## SwissQRBill.create_and_set_creditor_reference - -```python -create_and_set_creditor_reference(self, str raw_reference) -``` - - -Creates and sets a ISO11649 creditor reference from a raw string by prefixing the String with "RF" and the modulo 97 checksum. Whitespace is removed from the reference - - -| Parameter | Type | Description | -| --- | --- | --- | -| `raw_reference` | `str` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/swissqrbill/creditor/_index.md b/english/python-java/aspose_barcode.complex_barcode/swissqrbill/creditor/_index.md deleted file mode 100644 index 58103b280..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/swissqrbill/creditor/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "SwissQRBill.creditor" -linktitle: "creditor" -articleTitle: "creditor" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets the creditor address." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/swissqrbill/creditor/ ---- - -## SwissQRBill.creditor - -**Type:** `Optional[Address]` - - -### Get - -Gets the creditor address. - - -**Returns:** The creditor address. - - -### Set - -Sets the creditor address. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `Address` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/swissqrbill/currency/_index.md b/english/python-java/aspose_barcode.complex_barcode/swissqrbill/currency/_index.md deleted file mode 100644 index 2171064c2..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/swissqrbill/currency/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "SwissQRBill.currency" -linktitle: "currency" -articleTitle: "currency" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets the payment currency. Valid values are \"CHF\" and \"EUR\"." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/swissqrbill/currency/ ---- - -## SwissQRBill.currency - -**Type:** `Optional[str]` - - -### Get - -Gets the payment currency. Valid values are "CHF" and "EUR". - - -**Returns:** The payment currency. - - -### Set - -Sets the payment currency. Valid values are "CHF" and "EUR". - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `str` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/swissqrbill/debtor/_index.md b/english/python-java/aspose_barcode.complex_barcode/swissqrbill/debtor/_index.md deleted file mode 100644 index de81d7221..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/swissqrbill/debtor/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "SwissQRBill.debtor" -linktitle: "debtor" -articleTitle: "debtor" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets the debtor address. The debtor is optional. If it is omitted, both setting this field to None or setting an address with all None or empty values is ok." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/swissqrbill/debtor/ ---- - -## SwissQRBill.debtor - -**Type:** `Optional[Address]` - - -### Get - -Gets the debtor address. The debtor is optional. If it is omitted, both setting this field to None or setting an address with all None or empty values is ok. - - -**Returns:** The debtor address. - - -### Set - -Sets the debtor address. The debtor is optional. If it is omitted, both setting this field to None or setting an address with all None or empty values is ok. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `Address` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/swissqrbill/reference/_index.md b/english/python-java/aspose_barcode.complex_barcode/swissqrbill/reference/_index.md deleted file mode 100644 index c10969e3e..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/swissqrbill/reference/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "SwissQRBill.reference" -linktitle: "reference" -articleTitle: "reference" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets the creditor payment reference. The reference is mandatory for SwissQR IBANs, i.e.IBANs in the range CHxx30000xxxxxx through CHxx31999xxxxx. If specified, " -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/swissqrbill/reference/ ---- - -## SwissQRBill.reference - -**Type:** `Optional[str]` - - -### Get - -Gets the creditor payment reference. The reference is mandatory for SwissQR IBANs, i.e.IBANs in the range CHxx30000xxxxxx through CHxx31999xxxxx. If specified, the reference must be either a valid SwissQR reference (corresponding to ISR reference form) or a valid creditor reference according to ISO 11649 ("RFxxxx"). Both may contain spaces for formatting. - - -**Returns:** The creditor payment reference. - - -### Set - -Sets the creditor payment reference. The reference is mandatory for SwissQR IBANs, i.e.IBANs in the range CHxx30000xxxxxx through CHxx31999xxxxx. If specified, the reference must be either a valid SwissQR reference (corresponding to ISR reference form) or a valid creditor reference according to ISO 11649 ("RFxxxx"). Both may contain spaces for formatting. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `str` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/swissqrbill/swissqrbill/_index.md b/english/python-java/aspose_barcode.complex_barcode/swissqrbill/swissqrbill/_index.md deleted file mode 100644 index 993c52fa1..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/swissqrbill/swissqrbill/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "SwissQRBill" -linktitle: "SwissQRBill" -articleTitle: "SwissQRBill" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/swissqrbill/swissqrbill/ ---- - -## SwissQRBill Constructor - -```python -__init__(self, _java_class) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `_java_class` | `` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/swissqrbill/unstructured_message/_index.md b/english/python-java/aspose_barcode.complex_barcode/swissqrbill/unstructured_message/_index.md deleted file mode 100644 index 2d9092e50..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/swissqrbill/unstructured_message/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "SwissQRBill.unstructured_message" -linktitle: "unstructured_message" -articleTitle: "unstructured_message" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets the additional unstructured message." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/swissqrbill/unstructured_message/ ---- - -## SwissQRBill.unstructured_message - -**Type:** `Optional[str]` - - -### Get - -Gets the additional unstructured message. - - -**Returns:** The unstructured message. - - -### Set - -Sets the additional unstructured message. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `str` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/swissqrbill/version/_index.md b/english/python-java/aspose_barcode.complex_barcode/swissqrbill/version/_index.md deleted file mode 100644 index 29c9262b0..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/swissqrbill/version/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "SwissQRBill.version" -linktitle: "version" -articleTitle: "version" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets the version of the SwissQR bill standard." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/swissqrbill/version/ ---- - -## SwissQRBill.version - -**Type:** `QrBillStandardVersion` - - -### Get - -Gets the version of the SwissQR bill standard. - - -**Returns:** The SwissQR bill standard version. - - -### Set - -Sets the version of the SwissQR bill standard. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `QrBillStandardVersion` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/swissqrcodetext/_index.md b/english/python-java/aspose_barcode.complex_barcode/swissqrcodetext/_index.md index c0f836a02..bb2c91931 100644 --- a/english/python-java/aspose_barcode.complex_barcode/swissqrcodetext/_index.md +++ b/english/python-java/aspose_barcode.complex_barcode/swissqrcodetext/_index.md @@ -1,7 +1,6 @@ --- -title: "SwissQRCodetext Class" +title: "SwissQRCodetext" linktitle: "SwissQRCodetext" -articleTitle: "SwissQRCodetext" second_title: "Aspose.BarCode for Python via Java" description: "Class for encoding and decoding the text embedded in the SwissQR code." type: docs @@ -23,13 +22,68 @@ Class for encoding and decoding the text embedded in the SwissQR code. | Name | Description | | --- | --- | -| [__init__](./swissqrcodetext/) | Creates an instance of SwissQRCodetext. | +| [__init__](#constructor) | Creates an instance of SwissQRCodetext. | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [barcode_type](./barcode_type/) | `EncodeTypes` | No | Gets barcode type. | -| [bill](./bill/) | `Optional[SwissQRBill]` | No | SwissQR bill data. | -| [constructed_codetext](./constructed_codetext/) | `Optional[str]` | No | Construct codetext from SwissQR bill data. | -| [init_from_string](./init_from_string/) | `None` | No | Initializes Bill with constructed codetext. | +| [barcode_type](#barcode_type) | `EncodeTypes` | No | Gets barcode type. | +| [bill](#bill) | `Optional[SwissQRBill]` | No | SwissQR bill data. | +| [constructed_codetext](#constructed_codetext) | `Optional[str]` | No | Construct codetext from SwissQR bill data. | +| [init_from_string](#init_from_string) | `None` | No | Initializes Bill with constructed codetext. | + +### SwissQRCodetext Constructor {#constructor} + +```python +__init__(self, Optional[SwissQRBill] bill) +``` + +Creates an instance of SwissQRCodetext. + +| Parameter | Type | Description | +| --- | --- | --- | +| `bill` | `Optional[SwissQRBill]` | SwissQR bill data | + +### SwissQRCodetext.barcode_type {#barcode_type} + +```python +barcode_type(self) -> EncodeTypes +``` + +Gets barcode type. + +**Return Type:** `EncodeTypes` — Barcode type. + +### SwissQRCodetext.bill {#bill} + +```python +bill(self) -> Optional[SwissQRBill] +``` + +SwissQR bill data. + +**Return Type:** `Optional[SwissQRBill]` + +### SwissQRCodetext.constructed_codetext {#constructed_codetext} + +```python +constructed_codetext(self) -> Optional[str] +``` + +Construct codetext from SwissQR bill data. + +**Return Type:** `Optional[str]` — Constructed codetext + +### SwissQRCodetext.init_from_string {#init_from_string} + +```python +init_from_string(self, str constructed_codetext) +``` + +Initializes Bill with constructed codetext. + +| Parameter | Type | Description | +| --- | --- | --- | +| `constructed_codetext` | `str` | | + diff --git a/english/python-java/aspose_barcode.complex_barcode/swissqrcodetext/barcode_type/_index.md b/english/python-java/aspose_barcode.complex_barcode/swissqrcodetext/barcode_type/_index.md deleted file mode 100644 index 6bab09629..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/swissqrcodetext/barcode_type/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "SwissQRCodetext.barcode_type" -linktitle: "barcode_type" -articleTitle: "barcode_type" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets barcode type." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/swissqrcodetext/barcode_type/ ---- - -## SwissQRCodetext.barcode_type - -```python -barcode_type(self) -> EncodeTypes -``` - - -Gets barcode type. - - -**Return Type:** `EncodeTypes` — Barcode type. - diff --git a/english/python-java/aspose_barcode.complex_barcode/swissqrcodetext/bill/_index.md b/english/python-java/aspose_barcode.complex_barcode/swissqrcodetext/bill/_index.md deleted file mode 100644 index 51aa7e33e..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/swissqrcodetext/bill/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "SwissQRCodetext.bill" -linktitle: "bill" -articleTitle: "bill" -second_title: "Aspose.BarCode for Python via Java" -description: "SwissQR bill data." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/swissqrcodetext/bill/ ---- - -## SwissQRCodetext.bill - -```python -bill(self) -> Optional[SwissQRBill] -``` - - -SwissQR bill data. - - -**Return Type:** `Optional[SwissQRBill]` - diff --git a/english/python-java/aspose_barcode.complex_barcode/swissqrcodetext/constructed_codetext/_index.md b/english/python-java/aspose_barcode.complex_barcode/swissqrcodetext/constructed_codetext/_index.md deleted file mode 100644 index 7c31b3b01..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/swissqrcodetext/constructed_codetext/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "SwissQRCodetext.constructed_codetext" -linktitle: "constructed_codetext" -articleTitle: "constructed_codetext" -second_title: "Aspose.BarCode for Python via Java" -description: "Construct codetext from SwissQR bill data." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/swissqrcodetext/constructed_codetext/ ---- - -## SwissQRCodetext.constructed_codetext - -```python -constructed_codetext(self) -> Optional[str] -``` - - -Construct codetext from SwissQR bill data. - - -**Return Type:** `Optional[str]` — Constructed codetext - diff --git a/english/python-java/aspose_barcode.complex_barcode/swissqrcodetext/init_from_string/_index.md b/english/python-java/aspose_barcode.complex_barcode/swissqrcodetext/init_from_string/_index.md deleted file mode 100644 index 6949360f5..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/swissqrcodetext/init_from_string/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "SwissQRCodetext.init_from_string" -linktitle: "init_from_string" -articleTitle: "init_from_string" -second_title: "Aspose.BarCode for Python via Java" -description: "Initializes Bill with constructed codetext." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/swissqrcodetext/init_from_string/ ---- - -## SwissQRCodetext.init_from_string - -```python -init_from_string(self, str constructed_codetext) -``` - - -Initializes Bill with constructed codetext. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `constructed_codetext` | `str` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/swissqrcodetext/swissqrcodetext/_index.md b/english/python-java/aspose_barcode.complex_barcode/swissqrcodetext/swissqrcodetext/_index.md deleted file mode 100644 index 86f44c49e..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/swissqrcodetext/swissqrcodetext/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "SwissQRCodetext" -linktitle: "SwissQRCodetext" -articleTitle: "SwissQRCodetext" -second_title: "Aspose.BarCode for Python via Java" -description: "Creates an instance of SwissQRCodetext." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/swissqrcodetext/swissqrcodetext/ ---- - -## SwissQRCodetext Constructor - -```python -__init__(self, Optional[SwissQRBill] bill) -``` - - -Creates an instance of SwissQRCodetext. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `bill` | `Optional[SwissQRBill]` | SwissQR bill data | diff --git a/english/python-java/aspose_barcode.complex_barcode/usadriveidcodetext/_index.md b/english/python-java/aspose_barcode.complex_barcode/usadriveidcodetext/_index.md index ab8ac051c..44eb82453 100644 --- a/english/python-java/aspose_barcode.complex_barcode/usadriveidcodetext/_index.md +++ b/english/python-java/aspose_barcode.complex_barcode/usadriveidcodetext/_index.md @@ -1,7 +1,6 @@ --- -title: "USADriveIdCodetext Class" +title: "USADriveIdCodetext" linktitle: "USADriveIdCodetext" -articleTitle: "USADriveIdCodetext" second_title: "Aspose.BarCode for Python via Java" description: "" type: docs @@ -20,26 +19,147 @@ url: /python-java/aspose_barcode.complex_barcode/usadriveidcodetext/ | Name | Description | | --- | --- | -| [__init__](./usadriveidcodetext/) | Reimplemented from IComplexCodetext. | +| [__init__](#constructor) | Reimplemented from IComplexCodetext. | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [add_subfile_designator](./add_subfile_designator/) | `def` | No | | -| [constructed_codetext](./constructed_codetext/) | `def` | No | Reimplemented from IComplexCodetext. | -| [init_from_string](./init_from_string/) | `def` | No | | +| [add_subfile_designator](#add_subfile_designator) | `def` | No | | +| [constructed_codetext](#constructed_codetext) | `def` | No | Reimplemented from IComplexCodetext. | +| [init_from_string](#init_from_string) | `def` | No | | ## Properties | Name | Type | Description | | --- | --- | --- | -| [aamva_version_number](./aamva_version_number/) | `def` | | -| [barcode_type](./barcode_type/) | `EncodeTypes` | Gets barcode type. | -| [issuer_identification_number](./issuer_identification_number/) | `def` | | -| [jurisdiction_specific_subfile](./jurisdiction_specific_subfile/) | `def` | | -| [jurisdiction_version_number](./jurisdiction_version_number/) | `def` | | -| [mandatory_elements](./mandatory_elements/) | `def` | | -| [number_of_entries](./number_of_entries/) | `def` | | -| [optional_elements](./optional_elements/) | `def` | | -| [subfile_designator](./subfile_designator/) | `def` | | +| [aamva_version_number](#aamva_version_number) | `def` | | +| [barcode_type](#barcode_type) | `EncodeTypes` | Gets barcode type. | +| [issuer_identification_number](#issuer_identification_number) | `def` | | +| [jurisdiction_specific_subfile](#jurisdiction_specific_subfile) | `def` | | +| [jurisdiction_version_number](#jurisdiction_version_number) | `def` | | +| [mandatory_elements](#mandatory_elements) | `def` | | +| [number_of_entries](#number_of_entries) | `def` | | +| [optional_elements](#optional_elements) | `def` | | +| [subfile_designator](#subfile_designator) | `def` | | + +### USADriveIdCodetext Constructor {#constructor} + +```python +__init__(self, usaDriveIdCodetext) -> def +``` + +Reimplemented from IComplexCodetext. + +| Parameter | Type | Description | +| --- | --- | --- | +| `usaDriveIdCodetext` | `` | | + +### USADriveIdCodetext.add_subfile_designator {#add_subfile_designator} + +```python +add_subfile_designator(self, value) -> def +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `` | | + +**Return Type:** `def` + +### USADriveIdCodetext.constructed_codetext {#constructed_codetext} + +```python +constructed_codetext(self) -> def +``` + +Reimplemented from IComplexCodetext. + +**Return Type:** `def` + +### USADriveIdCodetext.init_from_string {#init_from_string} + +```python +init_from_string(self, constructedCodetext) -> def +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `constructedCodetext` | `` | | + +**Return Type:** `def` + +### USADriveIdCodetext.aamva_version_number {#aamva_version_number} + +**Type:** `def` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `` | | + +### USADriveIdCodetext.barcode_type {#barcode_type} + +**Type:** `EncodeTypes` + +Gets barcode type. + +**Returns:** Barcode type. + +Reimplemented from IComplexCodetext. + +### USADriveIdCodetext.issuer_identification_number {#issuer_identification_number} + +**Type:** `def` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `` | | + +### USADriveIdCodetext.jurisdiction_specific_subfile {#jurisdiction_specific_subfile} + +**Type:** `def` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `` | | + +### USADriveIdCodetext.jurisdiction_version_number {#jurisdiction_version_number} + +**Type:** `def` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `` | | + +### USADriveIdCodetext.mandatory_elements {#mandatory_elements} + +**Type:** `def` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `` | | + +### USADriveIdCodetext.number_of_entries {#number_of_entries} + +**Type:** `def` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `` | | + +### USADriveIdCodetext.optional_elements {#optional_elements} + +**Type:** `def` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `` | | + +### USADriveIdCodetext.subfile_designator {#subfile_designator} + +**Type:** `def` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `` | | + diff --git a/english/python-java/aspose_barcode.complex_barcode/usadriveidcodetext/aamva_version_number/_index.md b/english/python-java/aspose_barcode.complex_barcode/usadriveidcodetext/aamva_version_number/_index.md deleted file mode 100644 index 2cae6d26a..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/usadriveidcodetext/aamva_version_number/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "USADriveIdCodetext.aamva_version_number" -linktitle: "aamva_version_number" -articleTitle: "aamva_version_number" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/usadriveidcodetext/aamva_version_number/ ---- - -## USADriveIdCodetext.aamva_version_number - -**Type:** `def` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/usadriveidcodetext/add_subfile_designator/_index.md b/english/python-java/aspose_barcode.complex_barcode/usadriveidcodetext/add_subfile_designator/_index.md deleted file mode 100644 index 4cd49f60c..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/usadriveidcodetext/add_subfile_designator/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "USADriveIdCodetext.add_subfile_designator" -linktitle: "add_subfile_designator" -articleTitle: "add_subfile_designator" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/usadriveidcodetext/add_subfile_designator/ ---- - -## USADriveIdCodetext.add_subfile_designator - -```python -add_subfile_designator(self, value) -> def -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `` | | - -**Return Type:** `def` - diff --git a/english/python-java/aspose_barcode.complex_barcode/usadriveidcodetext/barcode_type/_index.md b/english/python-java/aspose_barcode.complex_barcode/usadriveidcodetext/barcode_type/_index.md deleted file mode 100644 index 971d16331..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/usadriveidcodetext/barcode_type/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: "USADriveIdCodetext.barcode_type" -linktitle: "barcode_type" -articleTitle: "barcode_type" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets barcode type." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/usadriveidcodetext/barcode_type/ ---- - -## USADriveIdCodetext.barcode_type - -**Type:** `EncodeTypes` - - -### Get - -Gets barcode type. - - -**Returns:** Barcode type. - - -### Set - -Reimplemented from IComplexCodetext. - diff --git a/english/python-java/aspose_barcode.complex_barcode/usadriveidcodetext/constructed_codetext/_index.md b/english/python-java/aspose_barcode.complex_barcode/usadriveidcodetext/constructed_codetext/_index.md deleted file mode 100644 index 568837686..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/usadriveidcodetext/constructed_codetext/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "USADriveIdCodetext.constructed_codetext" -linktitle: "constructed_codetext" -articleTitle: "constructed_codetext" -second_title: "Aspose.BarCode for Python via Java" -description: "Reimplemented from IComplexCodetext." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/usadriveidcodetext/constructed_codetext/ ---- - -## USADriveIdCodetext.constructed_codetext - -```python -constructed_codetext(self) -> def -``` - - -Reimplemented from IComplexCodetext. - - -**Return Type:** `def` - diff --git a/english/python-java/aspose_barcode.complex_barcode/usadriveidcodetext/init_from_string/_index.md b/english/python-java/aspose_barcode.complex_barcode/usadriveidcodetext/init_from_string/_index.md deleted file mode 100644 index 617b2be78..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/usadriveidcodetext/init_from_string/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "USADriveIdCodetext.init_from_string" -linktitle: "init_from_string" -articleTitle: "init_from_string" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/usadriveidcodetext/init_from_string/ ---- - -## USADriveIdCodetext.init_from_string - -```python -init_from_string(self, constructedCodetext) -> def -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `constructedCodetext` | `` | | - -**Return Type:** `def` - diff --git a/english/python-java/aspose_barcode.complex_barcode/usadriveidcodetext/issuer_identification_number/_index.md b/english/python-java/aspose_barcode.complex_barcode/usadriveidcodetext/issuer_identification_number/_index.md deleted file mode 100644 index 5db827836..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/usadriveidcodetext/issuer_identification_number/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "USADriveIdCodetext.issuer_identification_number" -linktitle: "issuer_identification_number" -articleTitle: "issuer_identification_number" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/usadriveidcodetext/issuer_identification_number/ ---- - -## USADriveIdCodetext.issuer_identification_number - -**Type:** `def` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/usadriveidcodetext/jurisdiction_specific_subfile/_index.md b/english/python-java/aspose_barcode.complex_barcode/usadriveidcodetext/jurisdiction_specific_subfile/_index.md deleted file mode 100644 index 5a1cdfe0c..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/usadriveidcodetext/jurisdiction_specific_subfile/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "USADriveIdCodetext.jurisdiction_specific_subfile" -linktitle: "jurisdiction_specific_subfile" -articleTitle: "jurisdiction_specific_subfile" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/usadriveidcodetext/jurisdiction_specific_subfile/ ---- - -## USADriveIdCodetext.jurisdiction_specific_subfile - -**Type:** `def` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/usadriveidcodetext/jurisdiction_version_number/_index.md b/english/python-java/aspose_barcode.complex_barcode/usadriveidcodetext/jurisdiction_version_number/_index.md deleted file mode 100644 index 80083ca99..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/usadriveidcodetext/jurisdiction_version_number/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "USADriveIdCodetext.jurisdiction_version_number" -linktitle: "jurisdiction_version_number" -articleTitle: "jurisdiction_version_number" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/usadriveidcodetext/jurisdiction_version_number/ ---- - -## USADriveIdCodetext.jurisdiction_version_number - -**Type:** `def` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/usadriveidcodetext/mandatory_elements/_index.md b/english/python-java/aspose_barcode.complex_barcode/usadriveidcodetext/mandatory_elements/_index.md deleted file mode 100644 index 920228d91..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/usadriveidcodetext/mandatory_elements/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "USADriveIdCodetext.mandatory_elements" -linktitle: "mandatory_elements" -articleTitle: "mandatory_elements" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/usadriveidcodetext/mandatory_elements/ ---- - -## USADriveIdCodetext.mandatory_elements - -**Type:** `def` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/usadriveidcodetext/number_of_entries/_index.md b/english/python-java/aspose_barcode.complex_barcode/usadriveidcodetext/number_of_entries/_index.md deleted file mode 100644 index 9e723d1d3..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/usadriveidcodetext/number_of_entries/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "USADriveIdCodetext.number_of_entries" -linktitle: "number_of_entries" -articleTitle: "number_of_entries" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/usadriveidcodetext/number_of_entries/ ---- - -## USADriveIdCodetext.number_of_entries - -**Type:** `def` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/usadriveidcodetext/optional_elements/_index.md b/english/python-java/aspose_barcode.complex_barcode/usadriveidcodetext/optional_elements/_index.md deleted file mode 100644 index e1b94490a..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/usadriveidcodetext/optional_elements/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "USADriveIdCodetext.optional_elements" -linktitle: "optional_elements" -articleTitle: "optional_elements" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/usadriveidcodetext/optional_elements/ ---- - -## USADriveIdCodetext.optional_elements - -**Type:** `def` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/usadriveidcodetext/subfile_designator/_index.md b/english/python-java/aspose_barcode.complex_barcode/usadriveidcodetext/subfile_designator/_index.md deleted file mode 100644 index 2e84e8648..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/usadriveidcodetext/subfile_designator/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "USADriveIdCodetext.subfile_designator" -linktitle: "subfile_designator" -articleTitle: "subfile_designator" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/usadriveidcodetext/subfile_designator/ ---- - -## USADriveIdCodetext.subfile_designator - -**Type:** `def` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/usadriveidcodetext/usadriveidcodetext/_index.md b/english/python-java/aspose_barcode.complex_barcode/usadriveidcodetext/usadriveidcodetext/_index.md deleted file mode 100644 index 6e188df82..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/usadriveidcodetext/usadriveidcodetext/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "USADriveIdCodetext" -linktitle: "USADriveIdCodetext" -articleTitle: "USADriveIdCodetext" -second_title: "Aspose.BarCode for Python via Java" -description: "Reimplemented from IComplexCodetext." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/usadriveidcodetext/usadriveidcodetext/ ---- - -## USADriveIdCodetext Constructor - -```python -__init__(self, usaDriveIdCodetext) -> def -``` - - -Reimplemented from IComplexCodetext. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `usaDriveIdCodetext` | `` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/usadriveidcountry/_index.md b/english/python-java/aspose_barcode.complex_barcode/usadriveidcountry/_index.md index f712c9d0f..1641dcac4 100644 --- a/english/python-java/aspose_barcode.complex_barcode/usadriveidcountry/_index.md +++ b/english/python-java/aspose_barcode.complex_barcode/usadriveidcountry/_index.md @@ -1,7 +1,6 @@ --- -title: "USADriveIdCountry Enum" +title: "USADriveIdCountry" linktitle: "USADriveIdCountry" -articleTitle: "USADriveIdCountry" second_title: "Aspose.BarCode for Python via Java" description: "" type: docs @@ -18,6 +17,24 @@ url: /python-java/aspose_barcode.complex_barcode/usadriveidcountry/ | Name | Value | Description | | --- | --- | --- | -| [CANADA](./canada/) | `2` | | -| [NONE](./none/) | `0` | | -| [US](./us/) | `1` | | +| [CANADA](#canada) | `2` | | +| [NONE](#none) | `0` | | +| [US](#us) | `1` | | +### USADriveIdCountry.CANADA {#canada} + +**Type:** `int` + +**Value:** `2` + +### USADriveIdCountry.NONE {#none} + +**Type:** `int` + +**Value:** `0` + +### USADriveIdCountry.US {#us} + +**Type:** `int` + +**Value:** `1` + diff --git a/english/python-java/aspose_barcode.complex_barcode/usadriveidcountry/canada/_index.md b/english/python-java/aspose_barcode.complex_barcode/usadriveidcountry/canada/_index.md deleted file mode 100644 index fe70a61be..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/usadriveidcountry/canada/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "USADriveIdCountry.CANADA" -linktitle: "CANADA" -articleTitle: "CANADA" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/usadriveidcountry/canada/ ---- - -## USADriveIdCountry.CANADA - -**Type:** `int` - - -**Value:** `2` - diff --git a/english/python-java/aspose_barcode.complex_barcode/usadriveidcountry/none/_index.md b/english/python-java/aspose_barcode.complex_barcode/usadriveidcountry/none/_index.md deleted file mode 100644 index 727bb7359..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/usadriveidcountry/none/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "USADriveIdCountry.NONE" -linktitle: "NONE" -articleTitle: "NONE" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/usadriveidcountry/none/ ---- - -## USADriveIdCountry.NONE - -**Type:** `int` - - -**Value:** `0` - diff --git a/english/python-java/aspose_barcode.complex_barcode/usadriveidcountry/us/_index.md b/english/python-java/aspose_barcode.complex_barcode/usadriveidcountry/us/_index.md deleted file mode 100644 index f24abda2d..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/usadriveidcountry/us/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "USADriveIdCountry.US" -linktitle: "US" -articleTitle: "US" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/usadriveidcountry/us/ ---- - -## USADriveIdCountry.US - -**Type:** `int` - - -**Value:** `1` - diff --git a/english/python-java/aspose_barcode.complex_barcode/usadriveideyecolor/_index.md b/english/python-java/aspose_barcode.complex_barcode/usadriveideyecolor/_index.md index cf2acf495..5c095b7a9 100644 --- a/english/python-java/aspose_barcode.complex_barcode/usadriveideyecolor/_index.md +++ b/english/python-java/aspose_barcode.complex_barcode/usadriveideyecolor/_index.md @@ -1,7 +1,6 @@ --- -title: "USADriveIdEyeColor Enum" +title: "USADriveIdEyeColor" linktitle: "USADriveIdEyeColor" -articleTitle: "USADriveIdEyeColor" second_title: "Aspose.BarCode for Python via Java" description: "" type: docs @@ -18,14 +17,80 @@ url: /python-java/aspose_barcode.complex_barcode/usadriveideyecolor/ | Name | Value | Description | | --- | --- | --- | -| [BLACK](./black/) | `1` | | -| [BLUE](./blue/) | `2` | | -| [BROWN](./brown/) | `3` | | -| [GRAY](./gray/) | `5` | | -| [GREEN](./green/) | `6` | | -| [HAZEL](./hazel/) | `7` | | -| [MAROON](./maroon/) | `8` | | -| [MULTI_COLOR](./multi_color/) | `4` | | -| [NO_INFO](./no_info/) | `0` | | -| [PINK](./pink/) | `9` | | -| [UNKNOWN](./unknown/) | `10` | | +| [BLACK](#black) | `1` | | +| [BLUE](#blue) | `2` | | +| [BROWN](#brown) | `3` | | +| [GRAY](#gray) | `5` | | +| [GREEN](#green) | `6` | | +| [HAZEL](#hazel) | `7` | | +| [MAROON](#maroon) | `8` | | +| [MULTI_COLOR](#multi_color) | `4` | | +| [NO_INFO](#no_info) | `0` | | +| [PINK](#pink) | `9` | | +| [UNKNOWN](#unknown) | `10` | | +### USADriveIdEyeColor.BLACK {#black} + +**Type:** `int` + +**Value:** `1` + +### USADriveIdEyeColor.BLUE {#blue} + +**Type:** `int` + +**Value:** `2` + +### USADriveIdEyeColor.BROWN {#brown} + +**Type:** `int` + +**Value:** `3` + +### USADriveIdEyeColor.GRAY {#gray} + +**Type:** `int` + +**Value:** `5` + +### USADriveIdEyeColor.GREEN {#green} + +**Type:** `int` + +**Value:** `6` + +### USADriveIdEyeColor.HAZEL {#hazel} + +**Type:** `int` + +**Value:** `7` + +### USADriveIdEyeColor.MAROON {#maroon} + +**Type:** `int` + +**Value:** `8` + +### USADriveIdEyeColor.MULTI_COLOR {#multi_color} + +**Type:** `int` + +**Value:** `4` + +### USADriveIdEyeColor.NO_INFO {#no_info} + +**Type:** `int` + +**Value:** `0` + +### USADriveIdEyeColor.PINK {#pink} + +**Type:** `int` + +**Value:** `9` + +### USADriveIdEyeColor.UNKNOWN {#unknown} + +**Type:** `int` + +**Value:** `10` + diff --git a/english/python-java/aspose_barcode.complex_barcode/usadriveideyecolor/black/_index.md b/english/python-java/aspose_barcode.complex_barcode/usadriveideyecolor/black/_index.md deleted file mode 100644 index 541fc5bcb..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/usadriveideyecolor/black/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "USADriveIdEyeColor.BLACK" -linktitle: "BLACK" -articleTitle: "BLACK" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/usadriveideyecolor/black/ ---- - -## USADriveIdEyeColor.BLACK - -**Type:** `int` - - -**Value:** `1` - diff --git a/english/python-java/aspose_barcode.complex_barcode/usadriveideyecolor/blue/_index.md b/english/python-java/aspose_barcode.complex_barcode/usadriveideyecolor/blue/_index.md deleted file mode 100644 index 7b3e87248..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/usadriveideyecolor/blue/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "USADriveIdEyeColor.BLUE" -linktitle: "BLUE" -articleTitle: "BLUE" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/usadriveideyecolor/blue/ ---- - -## USADriveIdEyeColor.BLUE - -**Type:** `int` - - -**Value:** `2` - diff --git a/english/python-java/aspose_barcode.complex_barcode/usadriveideyecolor/brown/_index.md b/english/python-java/aspose_barcode.complex_barcode/usadriveideyecolor/brown/_index.md deleted file mode 100644 index 2a85e67aa..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/usadriveideyecolor/brown/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "USADriveIdEyeColor.BROWN" -linktitle: "BROWN" -articleTitle: "BROWN" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/usadriveideyecolor/brown/ ---- - -## USADriveIdEyeColor.BROWN - -**Type:** `int` - - -**Value:** `3` - diff --git a/english/python-java/aspose_barcode.complex_barcode/usadriveideyecolor/gray/_index.md b/english/python-java/aspose_barcode.complex_barcode/usadriveideyecolor/gray/_index.md deleted file mode 100644 index 47414225e..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/usadriveideyecolor/gray/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "USADriveIdEyeColor.GRAY" -linktitle: "GRAY" -articleTitle: "GRAY" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/usadriveideyecolor/gray/ ---- - -## USADriveIdEyeColor.GRAY - -**Type:** `int` - - -**Value:** `5` - diff --git a/english/python-java/aspose_barcode.complex_barcode/usadriveideyecolor/green/_index.md b/english/python-java/aspose_barcode.complex_barcode/usadriveideyecolor/green/_index.md deleted file mode 100644 index 15e7e4d86..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/usadriveideyecolor/green/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "USADriveIdEyeColor.GREEN" -linktitle: "GREEN" -articleTitle: "GREEN" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/usadriveideyecolor/green/ ---- - -## USADriveIdEyeColor.GREEN - -**Type:** `int` - - -**Value:** `6` - diff --git a/english/python-java/aspose_barcode.complex_barcode/usadriveideyecolor/hazel/_index.md b/english/python-java/aspose_barcode.complex_barcode/usadriveideyecolor/hazel/_index.md deleted file mode 100644 index 414bbeb74..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/usadriveideyecolor/hazel/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "USADriveIdEyeColor.HAZEL" -linktitle: "HAZEL" -articleTitle: "HAZEL" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/usadriveideyecolor/hazel/ ---- - -## USADriveIdEyeColor.HAZEL - -**Type:** `int` - - -**Value:** `7` - diff --git a/english/python-java/aspose_barcode.complex_barcode/usadriveideyecolor/maroon/_index.md b/english/python-java/aspose_barcode.complex_barcode/usadriveideyecolor/maroon/_index.md deleted file mode 100644 index 3074e189d..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/usadriveideyecolor/maroon/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "USADriveIdEyeColor.MAROON" -linktitle: "MAROON" -articleTitle: "MAROON" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/usadriveideyecolor/maroon/ ---- - -## USADriveIdEyeColor.MAROON - -**Type:** `int` - - -**Value:** `8` - diff --git a/english/python-java/aspose_barcode.complex_barcode/usadriveideyecolor/multi_color/_index.md b/english/python-java/aspose_barcode.complex_barcode/usadriveideyecolor/multi_color/_index.md deleted file mode 100644 index 93cc0f761..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/usadriveideyecolor/multi_color/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "USADriveIdEyeColor.MULTI_COLOR" -linktitle: "MULTI_COLOR" -articleTitle: "MULTI_COLOR" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/usadriveideyecolor/multi_color/ ---- - -## USADriveIdEyeColor.MULTI_COLOR - -**Type:** `int` - - -**Value:** `4` - diff --git a/english/python-java/aspose_barcode.complex_barcode/usadriveideyecolor/no_info/_index.md b/english/python-java/aspose_barcode.complex_barcode/usadriveideyecolor/no_info/_index.md deleted file mode 100644 index f33f06435..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/usadriveideyecolor/no_info/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "USADriveIdEyeColor.NO_INFO" -linktitle: "NO_INFO" -articleTitle: "NO_INFO" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/usadriveideyecolor/no_info/ ---- - -## USADriveIdEyeColor.NO_INFO - -**Type:** `int` - - -**Value:** `0` - diff --git a/english/python-java/aspose_barcode.complex_barcode/usadriveideyecolor/pink/_index.md b/english/python-java/aspose_barcode.complex_barcode/usadriveideyecolor/pink/_index.md deleted file mode 100644 index 91ae61d13..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/usadriveideyecolor/pink/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "USADriveIdEyeColor.PINK" -linktitle: "PINK" -articleTitle: "PINK" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/usadriveideyecolor/pink/ ---- - -## USADriveIdEyeColor.PINK - -**Type:** `int` - - -**Value:** `9` - diff --git a/english/python-java/aspose_barcode.complex_barcode/usadriveideyecolor/unknown/_index.md b/english/python-java/aspose_barcode.complex_barcode/usadriveideyecolor/unknown/_index.md deleted file mode 100644 index dde1a1f59..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/usadriveideyecolor/unknown/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "USADriveIdEyeColor.UNKNOWN" -linktitle: "UNKNOWN" -articleTitle: "UNKNOWN" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/usadriveideyecolor/unknown/ ---- - -## USADriveIdEyeColor.UNKNOWN - -**Type:** `int` - - -**Value:** `10` - diff --git a/english/python-java/aspose_barcode.complex_barcode/usadriveidhaircolor/_index.md b/english/python-java/aspose_barcode.complex_barcode/usadriveidhaircolor/_index.md index 05d822db7..0efc8e946 100644 --- a/english/python-java/aspose_barcode.complex_barcode/usadriveidhaircolor/_index.md +++ b/english/python-java/aspose_barcode.complex_barcode/usadriveidhaircolor/_index.md @@ -1,7 +1,6 @@ --- -title: "USADriveIdHairColor Enum" +title: "USADriveIdHairColor" linktitle: "USADriveIdHairColor" -articleTitle: "USADriveIdHairColor" second_title: "Aspose.BarCode for Python via Java" description: "" type: docs @@ -18,13 +17,73 @@ url: /python-java/aspose_barcode.complex_barcode/usadriveidhaircolor/ | Name | Value | Description | | --- | --- | --- | -| [BALD](./bald/) | `1` | | -| [BLACK](./black/) | `2` | | -| [BLOND](./blond/) | `3` | | -| [BROWN](./brown/) | `4` | | -| [GRAY](./gray/) | `5` | | -| [NO_INFO](./no_info/) | `0` | | -| [RED](./red/) | `6` | | -| [SANDY](./sandy/) | `7` | | -| [UNKNOWN](./unknown/) | `9` | | -| [WHITE](./white/) | `8` | | +| [BALD](#bald) | `1` | | +| [BLACK](#black) | `2` | | +| [BLOND](#blond) | `3` | | +| [BROWN](#brown) | `4` | | +| [GRAY](#gray) | `5` | | +| [NO_INFO](#no_info) | `0` | | +| [RED](#red) | `6` | | +| [SANDY](#sandy) | `7` | | +| [UNKNOWN](#unknown) | `9` | | +| [WHITE](#white) | `8` | | +### USADriveIdHairColor.BALD {#bald} + +**Type:** `int` + +**Value:** `1` + +### USADriveIdHairColor.BLACK {#black} + +**Type:** `int` + +**Value:** `2` + +### USADriveIdHairColor.BLOND {#blond} + +**Type:** `int` + +**Value:** `3` + +### USADriveIdHairColor.BROWN {#brown} + +**Type:** `int` + +**Value:** `4` + +### USADriveIdHairColor.GRAY {#gray} + +**Type:** `int` + +**Value:** `5` + +### USADriveIdHairColor.NO_INFO {#no_info} + +**Type:** `int` + +**Value:** `0` + +### USADriveIdHairColor.RED {#red} + +**Type:** `int` + +**Value:** `6` + +### USADriveIdHairColor.SANDY {#sandy} + +**Type:** `int` + +**Value:** `7` + +### USADriveIdHairColor.UNKNOWN {#unknown} + +**Type:** `int` + +**Value:** `9` + +### USADriveIdHairColor.WHITE {#white} + +**Type:** `int` + +**Value:** `8` + diff --git a/english/python-java/aspose_barcode.complex_barcode/usadriveidhaircolor/bald/_index.md b/english/python-java/aspose_barcode.complex_barcode/usadriveidhaircolor/bald/_index.md deleted file mode 100644 index 277fab4e6..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/usadriveidhaircolor/bald/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "USADriveIdHairColor.BALD" -linktitle: "BALD" -articleTitle: "BALD" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/usadriveidhaircolor/bald/ ---- - -## USADriveIdHairColor.BALD - -**Type:** `int` - - -**Value:** `1` - diff --git a/english/python-java/aspose_barcode.complex_barcode/usadriveidhaircolor/black/_index.md b/english/python-java/aspose_barcode.complex_barcode/usadriveidhaircolor/black/_index.md deleted file mode 100644 index ad5a53086..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/usadriveidhaircolor/black/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "USADriveIdHairColor.BLACK" -linktitle: "BLACK" -articleTitle: "BLACK" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/usadriveidhaircolor/black/ ---- - -## USADriveIdHairColor.BLACK - -**Type:** `int` - - -**Value:** `2` - diff --git a/english/python-java/aspose_barcode.complex_barcode/usadriveidhaircolor/blond/_index.md b/english/python-java/aspose_barcode.complex_barcode/usadriveidhaircolor/blond/_index.md deleted file mode 100644 index d3fdb466b..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/usadriveidhaircolor/blond/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "USADriveIdHairColor.BLOND" -linktitle: "BLOND" -articleTitle: "BLOND" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/usadriveidhaircolor/blond/ ---- - -## USADriveIdHairColor.BLOND - -**Type:** `int` - - -**Value:** `3` - diff --git a/english/python-java/aspose_barcode.complex_barcode/usadriveidhaircolor/brown/_index.md b/english/python-java/aspose_barcode.complex_barcode/usadriveidhaircolor/brown/_index.md deleted file mode 100644 index a8b589a8a..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/usadriveidhaircolor/brown/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "USADriveIdHairColor.BROWN" -linktitle: "BROWN" -articleTitle: "BROWN" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/usadriveidhaircolor/brown/ ---- - -## USADriveIdHairColor.BROWN - -**Type:** `int` - - -**Value:** `4` - diff --git a/english/python-java/aspose_barcode.complex_barcode/usadriveidhaircolor/gray/_index.md b/english/python-java/aspose_barcode.complex_barcode/usadriveidhaircolor/gray/_index.md deleted file mode 100644 index bb489a9c6..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/usadriveidhaircolor/gray/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "USADriveIdHairColor.GRAY" -linktitle: "GRAY" -articleTitle: "GRAY" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/usadriveidhaircolor/gray/ ---- - -## USADriveIdHairColor.GRAY - -**Type:** `int` - - -**Value:** `5` - diff --git a/english/python-java/aspose_barcode.complex_barcode/usadriveidhaircolor/no_info/_index.md b/english/python-java/aspose_barcode.complex_barcode/usadriveidhaircolor/no_info/_index.md deleted file mode 100644 index ac2fc60d6..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/usadriveidhaircolor/no_info/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "USADriveIdHairColor.NO_INFO" -linktitle: "NO_INFO" -articleTitle: "NO_INFO" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/usadriveidhaircolor/no_info/ ---- - -## USADriveIdHairColor.NO_INFO - -**Type:** `int` - - -**Value:** `0` - diff --git a/english/python-java/aspose_barcode.complex_barcode/usadriveidhaircolor/red/_index.md b/english/python-java/aspose_barcode.complex_barcode/usadriveidhaircolor/red/_index.md deleted file mode 100644 index 24529a5b4..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/usadriveidhaircolor/red/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "USADriveIdHairColor.RED" -linktitle: "RED" -articleTitle: "RED" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/usadriveidhaircolor/red/ ---- - -## USADriveIdHairColor.RED - -**Type:** `int` - - -**Value:** `6` - diff --git a/english/python-java/aspose_barcode.complex_barcode/usadriveidhaircolor/sandy/_index.md b/english/python-java/aspose_barcode.complex_barcode/usadriveidhaircolor/sandy/_index.md deleted file mode 100644 index 4cbd85d17..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/usadriveidhaircolor/sandy/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "USADriveIdHairColor.SANDY" -linktitle: "SANDY" -articleTitle: "SANDY" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/usadriveidhaircolor/sandy/ ---- - -## USADriveIdHairColor.SANDY - -**Type:** `int` - - -**Value:** `7` - diff --git a/english/python-java/aspose_barcode.complex_barcode/usadriveidhaircolor/unknown/_index.md b/english/python-java/aspose_barcode.complex_barcode/usadriveidhaircolor/unknown/_index.md deleted file mode 100644 index 71da79cef..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/usadriveidhaircolor/unknown/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "USADriveIdHairColor.UNKNOWN" -linktitle: "UNKNOWN" -articleTitle: "UNKNOWN" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/usadriveidhaircolor/unknown/ ---- - -## USADriveIdHairColor.UNKNOWN - -**Type:** `int` - - -**Value:** `9` - diff --git a/english/python-java/aspose_barcode.complex_barcode/usadriveidhaircolor/white/_index.md b/english/python-java/aspose_barcode.complex_barcode/usadriveidhaircolor/white/_index.md deleted file mode 100644 index 829c17cd5..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/usadriveidhaircolor/white/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "USADriveIdHairColor.WHITE" -linktitle: "WHITE" -articleTitle: "WHITE" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/usadriveidhaircolor/white/ ---- - -## USADriveIdHairColor.WHITE - -**Type:** `int` - - -**Value:** `8` - diff --git a/english/python-java/aspose_barcode.complex_barcode/usadriveidjurisdsubfile/_index.md b/english/python-java/aspose_barcode.complex_barcode/usadriveidjurisdsubfile/_index.md index d52eb453f..c4d2dfaa8 100644 --- a/english/python-java/aspose_barcode.complex_barcode/usadriveidjurisdsubfile/_index.md +++ b/english/python-java/aspose_barcode.complex_barcode/usadriveidjurisdsubfile/_index.md @@ -1,7 +1,6 @@ --- -title: "USADriveIdJurisdSubfile Class" +title: "USADriveIdJurisdSubfile" linktitle: "USADriveIdJurisdSubfile" -articleTitle: "USADriveIdJurisdSubfile" second_title: "Aspose.BarCode for Python via Java" description: "Class for Jurisdiction specific fields for USA DL." type: docs @@ -21,18 +20,137 @@ Class for Jurisdiction specific fields for USA DL. | Name | Description | | --- | --- | -| [__init__](./usadriveidjurisdsubfile/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [add_or_replace](./add_or_replace/) | `def` | No | | -| [add_or_replace_node](./add_or_replace_node/) | `def` | No | | -| [clear](./clear/) | `def` | No | | -| [find_data_element](./find_data_element/) | `def` | No | | -| [get](./get/) | `def` | No | Indexing by 3 - letter element id. | -| [insert](./insert/) | `def` | No | | -| [len](./len/) | `def` | No | | -| [remove](./remove/) | `def` | No | | -| [set](./set/) | `def` | No | @ return Corresponding DataElement @ param id 3 - letter element id or Element index (int). | +| [add_or_replace](#add_or_replace) | `def` | No | | +| [add_or_replace_node](#add_or_replace_node) | `def` | No | | +| [clear](#clear) | `def` | No | | +| [find_data_element](#find_data_element) | `def` | No | | +| [get](#get) | `def` | No | Indexing by 3 - letter element id. | +| [insert](#insert) | `def` | No | | +| [len](#len) | `def` | No | | +| [remove](#remove) | `def` | No | | +| [set](#set) | `def` | No | @ return Corresponding DataElement @ param id 3 - letter element id or Element index (int). | + +### USADriveIdJurisdSubfile Constructor {#constructor} + +```python +__init__(self, nativeObject) -> def +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `nativeObject` | `` | | + +### USADriveIdJurisdSubfile.add_or_replace {#add_or_replace} + +```python +add_or_replace(self, id, value) -> def +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `id` | `` | | +| `value` | `` | | + +**Return Type:** `def` + +### USADriveIdJurisdSubfile.add_or_replace_node {#add_or_replace_node} + +```python +add_or_replace_node(self, node) -> def +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `node` | `` | | + +**Return Type:** `def` + +### USADriveIdJurisdSubfile.clear {#clear} + +```python +clear(self) -> def +``` + +**Return Type:** `def` + +### USADriveIdJurisdSubfile.find_data_element {#find_data_element} + +```python +find_data_element(self, id, isOpenOrCreate) -> def +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `id` | `` | | +| `isOpenOrCreate` | `` | | + +**Return Type:** `def` + +### USADriveIdJurisdSubfile.get {#get} + +```python +get(self, id) -> def +``` + +Indexing by 3 - letter element id. + +| Parameter | Type | Description | +| --- | --- | --- | +| `id` | `` | 3 - letter element id or index Element, index(int) | + +**Return Type:** `def` — Corresponding DataElement + +### USADriveIdJurisdSubfile.insert {#insert} + +```python +insert(self, index, node) -> def +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `index` | `` | | +| `node` | `` | | + +**Return Type:** `def` + +### USADriveIdJurisdSubfile.len {#len} + +```python +len(self) -> def +``` + +**Return Type:** `def` + +### USADriveIdJurisdSubfile.remove {#remove} + +```python +remove(self, id) -> def +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `id` | `` | | + +**Return Type:** `def` + +### USADriveIdJurisdSubfile.set {#set} + +```python +set(self, id, value) -> def +``` + +@ return Corresponding DataElement @ param id 3 - letter element id or Element index (int). + +| Parameter | Type | Description | +| --- | --- | --- | +| `id` | `` | | +| `value` | `` | | + +**Return Type:** `def` + diff --git a/english/python-java/aspose_barcode.complex_barcode/usadriveidjurisdsubfile/add_or_replace/_index.md b/english/python-java/aspose_barcode.complex_barcode/usadriveidjurisdsubfile/add_or_replace/_index.md deleted file mode 100644 index 8863b6b31..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/usadriveidjurisdsubfile/add_or_replace/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: "USADriveIdJurisdSubfile.add_or_replace" -linktitle: "add_or_replace" -articleTitle: "add_or_replace" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/usadriveidjurisdsubfile/add_or_replace/ ---- - -## USADriveIdJurisdSubfile.add_or_replace - -```python -add_or_replace(self, id, value) -> def -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `id` | `` | | -| `value` | `` | | - -**Return Type:** `def` - diff --git a/english/python-java/aspose_barcode.complex_barcode/usadriveidjurisdsubfile/add_or_replace_node/_index.md b/english/python-java/aspose_barcode.complex_barcode/usadriveidjurisdsubfile/add_or_replace_node/_index.md deleted file mode 100644 index 04e369334..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/usadriveidjurisdsubfile/add_or_replace_node/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "USADriveIdJurisdSubfile.add_or_replace_node" -linktitle: "add_or_replace_node" -articleTitle: "add_or_replace_node" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/usadriveidjurisdsubfile/add_or_replace_node/ ---- - -## USADriveIdJurisdSubfile.add_or_replace_node - -```python -add_or_replace_node(self, node) -> def -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `node` | `` | | - -**Return Type:** `def` - diff --git a/english/python-java/aspose_barcode.complex_barcode/usadriveidjurisdsubfile/clear/_index.md b/english/python-java/aspose_barcode.complex_barcode/usadriveidjurisdsubfile/clear/_index.md deleted file mode 100644 index ebd08f43b..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/usadriveidjurisdsubfile/clear/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "USADriveIdJurisdSubfile.clear" -linktitle: "clear" -articleTitle: "clear" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/usadriveidjurisdsubfile/clear/ ---- - -## USADriveIdJurisdSubfile.clear - -```python -clear(self) -> def -``` - - -**Return Type:** `def` - diff --git a/english/python-java/aspose_barcode.complex_barcode/usadriveidjurisdsubfile/find_data_element/_index.md b/english/python-java/aspose_barcode.complex_barcode/usadriveidjurisdsubfile/find_data_element/_index.md deleted file mode 100644 index 4b9bb8899..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/usadriveidjurisdsubfile/find_data_element/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: "USADriveIdJurisdSubfile.find_data_element" -linktitle: "find_data_element" -articleTitle: "find_data_element" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/usadriveidjurisdsubfile/find_data_element/ ---- - -## USADriveIdJurisdSubfile.find_data_element - -```python -find_data_element(self, id, isOpenOrCreate) -> def -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `id` | `` | | -| `isOpenOrCreate` | `` | | - -**Return Type:** `def` - diff --git a/english/python-java/aspose_barcode.complex_barcode/usadriveidjurisdsubfile/get/_index.md b/english/python-java/aspose_barcode.complex_barcode/usadriveidjurisdsubfile/get/_index.md deleted file mode 100644 index 2147eb3ca..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/usadriveidjurisdsubfile/get/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "USADriveIdJurisdSubfile.get" -linktitle: "get" -articleTitle: "get" -second_title: "Aspose.BarCode for Python via Java" -description: "Indexing by 3 - letter element id." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/usadriveidjurisdsubfile/get/ ---- - -## USADriveIdJurisdSubfile.get - -```python -get(self, id) -> def -``` - - -Indexing by 3 - letter element id. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `id` | `` | 3 - letter element id or index Element, index(int) | - -**Return Type:** `def` — Corresponding DataElement - diff --git a/english/python-java/aspose_barcode.complex_barcode/usadriveidjurisdsubfile/insert/_index.md b/english/python-java/aspose_barcode.complex_barcode/usadriveidjurisdsubfile/insert/_index.md deleted file mode 100644 index 467910b54..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/usadriveidjurisdsubfile/insert/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: "USADriveIdJurisdSubfile.insert" -linktitle: "insert" -articleTitle: "insert" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/usadriveidjurisdsubfile/insert/ ---- - -## USADriveIdJurisdSubfile.insert - -```python -insert(self, index, node) -> def -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `index` | `` | | -| `node` | `` | | - -**Return Type:** `def` - diff --git a/english/python-java/aspose_barcode.complex_barcode/usadriveidjurisdsubfile/len/_index.md b/english/python-java/aspose_barcode.complex_barcode/usadriveidjurisdsubfile/len/_index.md deleted file mode 100644 index d37a3d510..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/usadriveidjurisdsubfile/len/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "USADriveIdJurisdSubfile.len" -linktitle: "len" -articleTitle: "len" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/usadriveidjurisdsubfile/len/ ---- - -## USADriveIdJurisdSubfile.len - -```python -len(self) -> def -``` - - -**Return Type:** `def` - diff --git a/english/python-java/aspose_barcode.complex_barcode/usadriveidjurisdsubfile/remove/_index.md b/english/python-java/aspose_barcode.complex_barcode/usadriveidjurisdsubfile/remove/_index.md deleted file mode 100644 index d10d62b96..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/usadriveidjurisdsubfile/remove/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "USADriveIdJurisdSubfile.remove" -linktitle: "remove" -articleTitle: "remove" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/usadriveidjurisdsubfile/remove/ ---- - -## USADriveIdJurisdSubfile.remove - -```python -remove(self, id) -> def -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `id` | `` | | - -**Return Type:** `def` - diff --git a/english/python-java/aspose_barcode.complex_barcode/usadriveidjurisdsubfile/set/_index.md b/english/python-java/aspose_barcode.complex_barcode/usadriveidjurisdsubfile/set/_index.md deleted file mode 100644 index f09fa34a7..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/usadriveidjurisdsubfile/set/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: "USADriveIdJurisdSubfile.set" -linktitle: "set" -articleTitle: "set" -second_title: "Aspose.BarCode for Python via Java" -description: "@ return Corresponding DataElement @ param id 3 - letter element id or Element index (int)." -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/usadriveidjurisdsubfile/set/ ---- - -## USADriveIdJurisdSubfile.set - -```python -set(self, id, value) -> def -``` - - -@ return Corresponding DataElement @ param id 3 - letter element id or Element index (int). - - -| Parameter | Type | Description | -| --- | --- | --- | -| `id` | `` | | -| `value` | `` | | - -**Return Type:** `def` - diff --git a/english/python-java/aspose_barcode.complex_barcode/usadriveidjurisdsubfile/usadriveidjurisdsubfile/_index.md b/english/python-java/aspose_barcode.complex_barcode/usadriveidjurisdsubfile/usadriveidjurisdsubfile/_index.md deleted file mode 100644 index 8af4f7409..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/usadriveidjurisdsubfile/usadriveidjurisdsubfile/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "USADriveIdJurisdSubfile" -linktitle: "USADriveIdJurisdSubfile" -articleTitle: "USADriveIdJurisdSubfile" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/usadriveidjurisdsubfile/usadriveidjurisdsubfile/ ---- - -## USADriveIdJurisdSubfile Constructor - -```python -__init__(self, nativeObject) -> def -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `nativeObject` | `` | | diff --git a/english/python-java/aspose_barcode.complex_barcode/usadriveidsex/_index.md b/english/python-java/aspose_barcode.complex_barcode/usadriveidsex/_index.md index 01f414362..fd77ecd17 100644 --- a/english/python-java/aspose_barcode.complex_barcode/usadriveidsex/_index.md +++ b/english/python-java/aspose_barcode.complex_barcode/usadriveidsex/_index.md @@ -1,7 +1,6 @@ --- -title: "USADriveIdSex Enum" +title: "USADriveIdSex" linktitle: "USADriveIdSex" -articleTitle: "USADriveIdSex" second_title: "Aspose.BarCode for Python via Java" description: "" type: docs @@ -18,7 +17,31 @@ url: /python-java/aspose_barcode.complex_barcode/usadriveidsex/ | Name | Value | Description | | --- | --- | --- | -| [FEMALE](./female/) | `2` | | -| [MALE](./male/) | `1` | | -| [NONE](./none/) | `0` | | -| [NOT_SPECIFIED](./not_specified/) | `9` | | +| [FEMALE](#female) | `2` | | +| [MALE](#male) | `1` | | +| [NONE](#none) | `0` | | +| [NOT_SPECIFIED](#not_specified) | `9` | | +### USADriveIdSex.FEMALE {#female} + +**Type:** `int` + +**Value:** `2` + +### USADriveIdSex.MALE {#male} + +**Type:** `int` + +**Value:** `1` + +### USADriveIdSex.NONE {#none} + +**Type:** `int` + +**Value:** `0` + +### USADriveIdSex.NOT_SPECIFIED {#not_specified} + +**Type:** `int` + +**Value:** `9` + diff --git a/english/python-java/aspose_barcode.complex_barcode/usadriveidsex/female/_index.md b/english/python-java/aspose_barcode.complex_barcode/usadriveidsex/female/_index.md deleted file mode 100644 index a71946d0e..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/usadriveidsex/female/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "USADriveIdSex.FEMALE" -linktitle: "FEMALE" -articleTitle: "FEMALE" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/usadriveidsex/female/ ---- - -## USADriveIdSex.FEMALE - -**Type:** `int` - - -**Value:** `2` - diff --git a/english/python-java/aspose_barcode.complex_barcode/usadriveidsex/male/_index.md b/english/python-java/aspose_barcode.complex_barcode/usadriveidsex/male/_index.md deleted file mode 100644 index f353b94bc..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/usadriveidsex/male/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "USADriveIdSex.MALE" -linktitle: "MALE" -articleTitle: "MALE" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/usadriveidsex/male/ ---- - -## USADriveIdSex.MALE - -**Type:** `int` - - -**Value:** `1` - diff --git a/english/python-java/aspose_barcode.complex_barcode/usadriveidsex/none/_index.md b/english/python-java/aspose_barcode.complex_barcode/usadriveidsex/none/_index.md deleted file mode 100644 index 08948f31c..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/usadriveidsex/none/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "USADriveIdSex.NONE" -linktitle: "NONE" -articleTitle: "NONE" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/usadriveidsex/none/ ---- - -## USADriveIdSex.NONE - -**Type:** `int` - - -**Value:** `0` - diff --git a/english/python-java/aspose_barcode.complex_barcode/usadriveidsex/not_specified/_index.md b/english/python-java/aspose_barcode.complex_barcode/usadriveidsex/not_specified/_index.md deleted file mode 100644 index d3062ba14..000000000 --- a/english/python-java/aspose_barcode.complex_barcode/usadriveidsex/not_specified/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "USADriveIdSex.NOT_SPECIFIED" -linktitle: "NOT_SPECIFIED" -articleTitle: "NOT_SPECIFIED" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.complex_barcode/usadriveidsex/not_specified/ ---- - -## USADriveIdSex.NOT_SPECIFIED - -**Type:** `int` - - -**Value:** `9` - diff --git a/english/python-java/aspose_barcode.core/_index.md b/english/python-java/aspose_barcode.core/_index.md index 2a5842cc0..a09d45329 100644 --- a/english/python-java/aspose_barcode.core/_index.md +++ b/english/python-java/aspose_barcode.core/_index.md @@ -1,9 +1,8 @@ --- title: "aspose_barcode.core" linktitle: "aspose_barcode.core" -articleTitle: "aspose_barcode.core" second_title: "Aspose.BarCode for Python via Java" -description: "The aspose_barcode.core namespace provides core types for barcode handling, including exceptions, licensing, and basic geometric structures." +description: "The aspose_barcode.core namespace supplies fundamental types and utilities for barcode processing, including error handling, licensing, and geometric primitives." type: docs weight: 10 url: /python-java/aspose_barcode.core/ @@ -11,8 +10,7 @@ url: /python-java/aspose_barcode.core/ ## aspose_barcode.core module -This reference page lists the classes and enums that form the core of Aspose.BarCode for Python via Java. It includes error handling, licensing support, and simple geometric primitives used throughout the library. - +This reference details the core classes and enums such as BarCodeException, License, and geometric structures like PointXY, RectLTRB, and RectXYWH, which are used throughout the Aspose.BarCode for Python via Java library. These types provide the building blocks for error management, licensing control, and coordinate handling in barcode generation and recognition. ## Classes diff --git a/english/python-java/aspose_barcode.core/barcodeexception/_index.md b/english/python-java/aspose_barcode.core/barcodeexception/_index.md index 8f0a210b6..442a637d3 100644 --- a/english/python-java/aspose_barcode.core/barcodeexception/_index.md +++ b/english/python-java/aspose_barcode.core/barcodeexception/_index.md @@ -1,7 +1,6 @@ --- -title: "BarCodeException Class" +title: "BarCodeException" linktitle: "BarCodeException" -articleTitle: "BarCodeException" second_title: "Aspose.BarCode for Python via Java" description: "Represents the exception for creating barcode image." type: docs @@ -23,12 +22,55 @@ Represents the exception for creating barcode image. | Name | Description | | --- | --- | -| [__init__](./barcodeexception/) | Initializes a new instance of the BarCodeException class with specified error message. | +| [__init__](#constructor) | Initializes a new instance of the BarCodeException class with specified error message. | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [getMessage](./getmessage/) | `Optional[str]` | No | Gets message. | -| [MAX_LINES](./max_lines/) | `int` | Yes | | -| [setMessage](./setmessage/) | `None` | No | Sets message. | +| [getMessage](#getmessage) | `Optional[str]` | No | Gets message. | +| [MAX_LINES](#max_lines) | `int` | Yes | | +| [setMessage](#setmessage) | `None` | No | Sets message. | + +### BarCodeException Constructor {#constructor} + +```python +__init__(self, Union[str, Exception] exc) +``` + +Initializes a new instance of the BarCodeException class with specified error message. + +| Parameter | Type | Description | +| --- | --- | --- | +| `exc` | `Union[str, Exception]` | | + +### BarCodeException.getMessage {#getmessage} + +```python +getMessage(self) -> Optional[str] +``` + +Gets message. + +**Return Type:** `Optional[str]` + +### BarCodeException.MAX_LINES (static) {#max_lines} + +```python +MAX_LINES() -> int +``` + +**Return Type:** `int` + +### BarCodeException.setMessage {#setmessage} + +```python +setMessage(self, str message) +``` + +Sets message. + +| Parameter | Type | Description | +| --- | --- | --- | +| `message` | `str` | | + diff --git a/english/python-java/aspose_barcode.core/barcodeexception/barcodeexception/_index.md b/english/python-java/aspose_barcode.core/barcodeexception/barcodeexception/_index.md deleted file mode 100644 index c67a509a0..000000000 --- a/english/python-java/aspose_barcode.core/barcodeexception/barcodeexception/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "BarCodeException" -linktitle: "BarCodeException" -articleTitle: "BarCodeException" -second_title: "Aspose.BarCode for Python via Java" -description: "Initializes a new instance of the BarCodeException class with specified error message." -type: docs -weight: 10 -url: /python-java/aspose_barcode.core/barcodeexception/barcodeexception/ ---- - -## BarCodeException Constructor - -```python -__init__(self, Union[str, Exception] exc) -``` - - -Initializes a new instance of the BarCodeException class with specified error message. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `exc` | `Union[str, Exception]` | | diff --git a/english/python-java/aspose_barcode.core/barcodeexception/getmessage/_index.md b/english/python-java/aspose_barcode.core/barcodeexception/getmessage/_index.md deleted file mode 100644 index a594b8477..000000000 --- a/english/python-java/aspose_barcode.core/barcodeexception/getmessage/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "BarCodeException.getMessage" -linktitle: "getMessage" -articleTitle: "getMessage" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets message." -type: docs -weight: 10 -url: /python-java/aspose_barcode.core/barcodeexception/getmessage/ ---- - -## BarCodeException.getMessage - -```python -getMessage(self) -> Optional[str] -``` - - -Gets message. - - -**Return Type:** `Optional[str]` - diff --git a/english/python-java/aspose_barcode.core/barcodeexception/max_lines/_index.md b/english/python-java/aspose_barcode.core/barcodeexception/max_lines/_index.md deleted file mode 100644 index b62b1f4f1..000000000 --- a/english/python-java/aspose_barcode.core/barcodeexception/max_lines/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BarCodeException.MAX_LINES" -linktitle: "MAX_LINES" -articleTitle: "MAX_LINES" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.core/barcodeexception/max_lines/ ---- - -## BarCodeException.MAX_LINES - -```python -MAX_LINES() -> int -``` - - -**Return Type:** `int` - diff --git a/english/python-java/aspose_barcode.core/barcodeexception/setmessage/_index.md b/english/python-java/aspose_barcode.core/barcodeexception/setmessage/_index.md deleted file mode 100644 index 090046338..000000000 --- a/english/python-java/aspose_barcode.core/barcodeexception/setmessage/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "BarCodeException.setMessage" -linktitle: "setMessage" -articleTitle: "setMessage" -second_title: "Aspose.BarCode for Python via Java" -description: "Sets message." -type: docs -weight: 10 -url: /python-java/aspose_barcode.core/barcodeexception/setmessage/ ---- - -## BarCodeException.setMessage - -```python -setMessage(self, str message) -``` - - -Sets message. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `message` | `str` | | diff --git a/english/python-java/aspose_barcode.core/hasxy/_index.md b/english/python-java/aspose_barcode.core/hasxy/_index.md index 20be1a37b..c7d6ec0a6 100644 --- a/english/python-java/aspose_barcode.core/hasxy/_index.md +++ b/english/python-java/aspose_barcode.core/hasxy/_index.md @@ -1,7 +1,6 @@ --- -title: "HasXY Class" +title: "HasXY" linktitle: "HasXY" -articleTitle: "HasXY" second_title: "Aspose.BarCode for Python via Java" description: "" type: docs diff --git a/english/python-java/aspose_barcode.core/hasxywh/_index.md b/english/python-java/aspose_barcode.core/hasxywh/_index.md index e592901a1..8304aba63 100644 --- a/english/python-java/aspose_barcode.core/hasxywh/_index.md +++ b/english/python-java/aspose_barcode.core/hasxywh/_index.md @@ -1,7 +1,6 @@ --- -title: "HasXYWH Class" +title: "HasXYWH" linktitle: "HasXYWH" -articleTitle: "HasXYWH" second_title: "Aspose.BarCode for Python via Java" description: "" type: docs @@ -20,4 +19,6 @@ url: /python-java/aspose_barcode.core/hasxywh/ | Name | Value | Description | | --- | --- | --- | -| [TypeAlias](./typealias/) | `` | | +| [TypeAlias](#typealias) | `` | | +### HasXYWH.TypeAlias {#typealias} + diff --git a/english/python-java/aspose_barcode.core/hasxywh/typealias/_index.md b/english/python-java/aspose_barcode.core/hasxywh/typealias/_index.md deleted file mode 100644 index dd747872b..000000000 --- a/english/python-java/aspose_barcode.core/hasxywh/typealias/_index.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "HasXYWH.TypeAlias" -linktitle: "TypeAlias" -articleTitle: "TypeAlias" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.core/hasxywh/typealias/ ---- - -## HasXYWH.TypeAlias - diff --git a/english/python-java/aspose_barcode.core/license/_index.md b/english/python-java/aspose_barcode.core/license/_index.md index 8c03a81ff..18afa877f 100644 --- a/english/python-java/aspose_barcode.core/license/_index.md +++ b/english/python-java/aspose_barcode.core/license/_index.md @@ -1,7 +1,6 @@ --- -title: "License Class" +title: "License" linktitle: "License" -articleTitle: "License" second_title: "Aspose.BarCode for Python via Java" description: "" type: docs @@ -18,12 +17,43 @@ url: /python-java/aspose_barcode.core/license/ | Name | Description | | --- | --- | -| [__init__](./license/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [is_licensed](./is_licensed/) | `bool` | No | | -| [reset_license](./reset_license/) | `None` | No | | -| [set_license](./set_license/) | `None` | No | | +| [is_licensed](#is_licensed) | `bool` | No | | +| [reset_license](#reset_license) | `None` | No | | +| [set_license](#set_license) | `None` | No | | + +### License Constructor {#constructor} + +```python +__init__(self) +``` + +### License.is_licensed {#is_licensed} + +```python +is_licensed(self) -> bool +``` + +**Return Type:** `bool` + +### License.reset_license {#reset_license} + +```python +reset_license(self) +``` + +### License.set_license {#set_license} + +```python +set_license(self, str filePath) +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `filePath` | `str` | | + diff --git a/english/python-java/aspose_barcode.core/license/is_licensed/_index.md b/english/python-java/aspose_barcode.core/license/is_licensed/_index.md deleted file mode 100644 index 17b043905..000000000 --- a/english/python-java/aspose_barcode.core/license/is_licensed/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "License.is_licensed" -linktitle: "is_licensed" -articleTitle: "is_licensed" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.core/license/is_licensed/ ---- - -## License.is_licensed - -```python -is_licensed(self) -> bool -``` - - -**Return Type:** `bool` - diff --git a/english/python-java/aspose_barcode.core/license/license/_index.md b/english/python-java/aspose_barcode.core/license/license/_index.md deleted file mode 100644 index 7e85b5877..000000000 --- a/english/python-java/aspose_barcode.core/license/license/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "License" -linktitle: "License" -articleTitle: "License" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.core/license/license/ ---- - -## License Constructor - -```python -__init__(self) -``` - diff --git a/english/python-java/aspose_barcode.core/license/reset_license/_index.md b/english/python-java/aspose_barcode.core/license/reset_license/_index.md deleted file mode 100644 index 67b47a01c..000000000 --- a/english/python-java/aspose_barcode.core/license/reset_license/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "License.reset_license" -linktitle: "reset_license" -articleTitle: "reset_license" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.core/license/reset_license/ ---- - -## License.reset_license - -```python -reset_license(self) -``` - diff --git a/english/python-java/aspose_barcode.core/license/set_license/_index.md b/english/python-java/aspose_barcode.core/license/set_license/_index.md deleted file mode 100644 index 50efbc091..000000000 --- a/english/python-java/aspose_barcode.core/license/set_license/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "License.set_license" -linktitle: "set_license" -articleTitle: "set_license" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.core/license/set_license/ ---- - -## License.set_license - -```python -set_license(self, str filePath) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `filePath` | `str` | | diff --git a/english/python-java/aspose_barcode.core/pointxy/_index.md b/english/python-java/aspose_barcode.core/pointxy/_index.md index 666740c40..05911ec5a 100644 --- a/english/python-java/aspose_barcode.core/pointxy/_index.md +++ b/english/python-java/aspose_barcode.core/pointxy/_index.md @@ -1,7 +1,6 @@ --- -title: "PointXY Class" +title: "PointXY" linktitle: "PointXY" -articleTitle: "PointXY" second_title: "Aspose.BarCode for Python via Java" description: "" type: docs diff --git a/english/python-java/aspose_barcode.core/rectltrb/_index.md b/english/python-java/aspose_barcode.core/rectltrb/_index.md index bfc7a5929..5ee2ce0d2 100644 --- a/english/python-java/aspose_barcode.core/rectltrb/_index.md +++ b/english/python-java/aspose_barcode.core/rectltrb/_index.md @@ -1,7 +1,6 @@ --- -title: "RectLTRB Class" +title: "RectLTRB" linktitle: "RectLTRB" -articleTitle: "RectLTRB" second_title: "Aspose.BarCode for Python via Java" description: "" type: docs diff --git a/english/python-java/aspose_barcode.core/rectxywh/_index.md b/english/python-java/aspose_barcode.core/rectxywh/_index.md index d3cc61f91..7b299f0d1 100644 --- a/english/python-java/aspose_barcode.core/rectxywh/_index.md +++ b/english/python-java/aspose_barcode.core/rectxywh/_index.md @@ -1,7 +1,6 @@ --- -title: "RectXYWH Class" +title: "RectXYWH" linktitle: "RectXYWH" -articleTitle: "RectXYWH" second_title: "Aspose.BarCode for Python via Java" description: "" type: docs diff --git a/english/python-java/aspose_barcode.generation/_index.md b/english/python-java/aspose_barcode.generation/_index.md index b090aaacb..97b9bf57a 100644 --- a/english/python-java/aspose_barcode.generation/_index.md +++ b/english/python-java/aspose_barcode.generation/_index.md @@ -1,9 +1,8 @@ --- title: "aspose_barcode.generation" linktitle: "aspose_barcode.generation" -articleTitle: "aspose_barcode.generation" second_title: "Aspose.BarCode for Python via Java" -description: "The aspose_barcode.generation namespace offers classes and enums for configuring and creating a wide variety of barcodes programmatically." +description: "The aspose_barcode.generation namespace offers classes and enums for configuring and creating a wide variety of barcode images." type: docs weight: 10 url: /python-java/aspose_barcode.generation/ @@ -11,8 +10,7 @@ url: /python-java/aspose_barcode.generation/ ## aspose_barcode.generation module -Use these types to define barcode symbology, appearance, and output options, and to generate barcode images or streams directly from Python code that runs on the JVM. The namespace includes parameter objects such as AustralianPostParameters, AztecParameters, BorderParameters, and the core BarcodeGenerator class. - +Use these types to define generation parameters such as symbology settings, visual styling, and output options, enabling precise control over barcode rendering in Python via Java. The namespace includes specialized parameter objects for specific standards like Australian Post, Aztec, and caption handling, as well as the core BarcodeGenerator class. ## Classes diff --git a/english/python-java/aspose_barcode.generation/australianpostparameters/__str__/_index.md b/english/python-java/aspose_barcode.generation/australianpostparameters/__str__/_index.md deleted file mode 100644 index be29b9e0d..000000000 --- a/english/python-java/aspose_barcode.generation/australianpostparameters/__str__/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "AustralianPostParameters.__str__" -linktitle: "__str__" -articleTitle: "__str__" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/australianpostparameters/__str__/ ---- - -## AustralianPostParameters.__str__ - -```python -__str__(self) -> str -``` - - -**Return Type:** `str` - diff --git a/english/python-java/aspose_barcode.generation/australianpostparameters/_index.md b/english/python-java/aspose_barcode.generation/australianpostparameters/_index.md index a67fa5555..8bc0daa27 100644 --- a/english/python-java/aspose_barcode.generation/australianpostparameters/_index.md +++ b/english/python-java/aspose_barcode.generation/australianpostparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "AustralianPostParameters Class" +title: "AustralianPostParameters" linktitle: "AustralianPostParameters" -articleTitle: "AustralianPostParameters" second_title: "Aspose.BarCode for Python via Java" description: "AustralianPost barcode parameters." type: docs @@ -21,19 +20,78 @@ AustralianPost barcode parameters. | Name | Description | | --- | --- | -| [__init__](./australianpostparameters/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [__str__](./__str__/) | `str` | No | | +| [__str__](#__str__) | `str` | No | | ## Properties | Name | Type | Description | | --- | --- | --- | -| [australian_post_encoding_table](./australian_post_encoding_table/) | `CustomerInformationInterpretingType` | Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other. | -| [australian_post_short_bar_height](./australian_post_short_bar_height/) | `Optional[Unit]` | Short bar's height of AustralianPost barcode. | -| [encoding_table](./encoding_table/) | `CustomerInformationInterpretingType` | | -| [short_bar_height](./short_bar_height/) | `Optional[Unit]` | | +| [australian_post_encoding_table](#australian_post_encoding_table) | `CustomerInformationInterpretingType` | Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other. | +| [australian_post_short_bar_height](#australian_post_short_bar_height) | `Optional[Unit]` | Short bar's height of AustralianPost barcode. | +| [encoding_table](#encoding_table) | `CustomerInformationInterpretingType` | | +| [short_bar_height](#short_bar_height) | `Optional[Unit]` | | + +### AustralianPostParameters Constructor {#constructor} + +```python +__init__(self, _java_class) +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `_java_class` | `` | | + +### AustralianPostParameters.__str__ {#__str__} + +```python +__str__(self) -> str +``` + +**Return Type:** `str` + +### AustralianPostParameters.australian_post_encoding_table {#australian_post_encoding_table} + +**Type:** `CustomerInformationInterpretingType` + +Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other. + +Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `CustomerInformationInterpretingType` | | + +### AustralianPostParameters.australian_post_short_bar_height {#australian_post_short_bar_height} + +**Type:** `Optional[Unit]` + +Short bar's height of AustralianPost barcode. + +Short bar's height of AustralianPost barcode. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `Unit` | | + +### AustralianPostParameters.encoding_table {#encoding_table} + +**Type:** `CustomerInformationInterpretingType` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `CustomerInformationInterpretingType` | | + +### AustralianPostParameters.short_bar_height {#short_bar_height} + +**Type:** `Optional[Unit]` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `Optional[Unit]` | | + diff --git a/english/python-java/aspose_barcode.generation/australianpostparameters/australian_post_encoding_table/_index.md b/english/python-java/aspose_barcode.generation/australianpostparameters/australian_post_encoding_table/_index.md deleted file mode 100644 index 92bb57caf..000000000 --- a/english/python-java/aspose_barcode.generation/australianpostparameters/australian_post_encoding_table/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "AustralianPostParameters.australian_post_encoding_table" -linktitle: "australian_post_encoding_table" -articleTitle: "australian_post_encoding_table" -second_title: "Aspose.BarCode for Python via Java" -description: "Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/australianpostparameters/australian_post_encoding_table/ ---- - -## AustralianPostParameters.australian_post_encoding_table - -**Type:** `CustomerInformationInterpretingType` - - -### Get - -Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other. - - -### Set - -Interpreting type for the Customer Information of AustralianPost, default to CustomerInformationInterpretingType.Other. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `CustomerInformationInterpretingType` | | diff --git a/english/python-java/aspose_barcode.generation/australianpostparameters/australian_post_short_bar_height/_index.md b/english/python-java/aspose_barcode.generation/australianpostparameters/australian_post_short_bar_height/_index.md deleted file mode 100644 index a045acba2..000000000 --- a/english/python-java/aspose_barcode.generation/australianpostparameters/australian_post_short_bar_height/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "AustralianPostParameters.australian_post_short_bar_height" -linktitle: "australian_post_short_bar_height" -articleTitle: "australian_post_short_bar_height" -second_title: "Aspose.BarCode for Python via Java" -description: "Short bar's height of AustralianPost barcode." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/australianpostparameters/australian_post_short_bar_height/ ---- - -## AustralianPostParameters.australian_post_short_bar_height - -**Type:** `Optional[Unit]` - - -### Get - -Short bar's height of AustralianPost barcode. - - -### Set - -Short bar's height of AustralianPost barcode. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `Unit` | | diff --git a/english/python-java/aspose_barcode.generation/australianpostparameters/australianpostparameters/_index.md b/english/python-java/aspose_barcode.generation/australianpostparameters/australianpostparameters/_index.md deleted file mode 100644 index cae0e8626..000000000 --- a/english/python-java/aspose_barcode.generation/australianpostparameters/australianpostparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "AustralianPostParameters" -linktitle: "AustralianPostParameters" -articleTitle: "AustralianPostParameters" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/australianpostparameters/australianpostparameters/ ---- - -## AustralianPostParameters Constructor - -```python -__init__(self, _java_class) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `_java_class` | `` | | diff --git a/english/python-java/aspose_barcode.generation/australianpostparameters/encoding_table/_index.md b/english/python-java/aspose_barcode.generation/australianpostparameters/encoding_table/_index.md deleted file mode 100644 index 4066d831e..000000000 --- a/english/python-java/aspose_barcode.generation/australianpostparameters/encoding_table/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "AustralianPostParameters.encoding_table" -linktitle: "encoding_table" -articleTitle: "encoding_table" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/australianpostparameters/encoding_table/ ---- - -## AustralianPostParameters.encoding_table - -**Type:** `CustomerInformationInterpretingType` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `CustomerInformationInterpretingType` | | diff --git a/english/python-java/aspose_barcode.generation/australianpostparameters/short_bar_height/_index.md b/english/python-java/aspose_barcode.generation/australianpostparameters/short_bar_height/_index.md deleted file mode 100644 index 61be67fd0..000000000 --- a/english/python-java/aspose_barcode.generation/australianpostparameters/short_bar_height/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "AustralianPostParameters.short_bar_height" -linktitle: "short_bar_height" -articleTitle: "short_bar_height" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/australianpostparameters/short_bar_height/ ---- - -## AustralianPostParameters.short_bar_height - -**Type:** `Optional[Unit]` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `Optional[Unit]` | | diff --git a/english/python-java/aspose_barcode.generation/autosizemode/_index.md b/english/python-java/aspose_barcode.generation/autosizemode/_index.md index 55e0ad2f3..edd700573 100644 --- a/english/python-java/aspose_barcode.generation/autosizemode/_index.md +++ b/english/python-java/aspose_barcode.generation/autosizemode/_index.md @@ -1,7 +1,6 @@ --- -title: "AutoSizeMode Enum" +title: "AutoSizeMode" linktitle: "AutoSizeMode" -articleTitle: "AutoSizeMode" second_title: "Aspose.BarCode for Python via Java" description: "Specifies the different types of automatic sizing modes. Default value is AutoSizeMode.NONE. This sample shows how to create and save a BarCode image." type: docs @@ -21,6 +20,28 @@ Specifies the different types of automatic sizing modes. Default value is AutoSi | Name | Value | Description | | --- | --- | --- | -| [INTERPOLATION](./interpolation/) | `2` | | -| [NEAREST](./nearest/) | `1` | Barcode resizes to nearest lowest possible size which are specified by BarCodeWidth and BarCodeHeight properties. Resizes barcode to specified size with little scaling but it can be little damaged in some cases because using interpolation for scaling. Size can be specified by BarcodeGenerator.BarCodeWidth and BarcodeGenerator.BarCodeHeight properties. This sample shows how to create and save a BarCode image in Scale mode. | -| [NONE](./none/) | `0` | Automatic resizing is disabled. Default value. | +| [INTERPOLATION](#interpolation) | `2` | | +| [NEAREST](#nearest) | `1` | Barcode resizes to nearest lowest possible size which are specified by BarCodeWidth and BarCodeHeight properties. Resizes barcode to specified size with little scaling but it can be little damaged in some cases because using interpolation for scaling. Size can be specified by BarcodeGenerator.BarCodeWidth and BarcodeGenerator.BarCodeHeight properties. This sample shows how to create and save a BarCode image in Scale mode. | +| [NONE](#none) | `0` | Automatic resizing is disabled. Default value. | +### AutoSizeMode.INTERPOLATION {#interpolation} + +**Type:** `int` + +**Value:** `2` + +### AutoSizeMode.NEAREST {#nearest} + +**Type:** `int` + +**Value:** `1` + +Barcode resizes to nearest lowest possible size which are specified by BarCodeWidth and BarCodeHeight properties. Resizes barcode to specified size with little scaling but it can be little damaged in some cases because using interpolation for scaling. Size can be specified by BarcodeGenerator.BarCodeWidth and BarcodeGenerator.BarCodeHeight properties. This sample shows how to create and save a BarCode image in Scale mode. + +### AutoSizeMode.NONE {#none} + +**Type:** `int` + +**Value:** `0` + +Automatic resizing is disabled. Default value. + diff --git a/english/python-java/aspose_barcode.generation/autosizemode/interpolation/_index.md b/english/python-java/aspose_barcode.generation/autosizemode/interpolation/_index.md deleted file mode 100644 index ee5eec27c..000000000 --- a/english/python-java/aspose_barcode.generation/autosizemode/interpolation/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "AutoSizeMode.INTERPOLATION" -linktitle: "INTERPOLATION" -articleTitle: "INTERPOLATION" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/autosizemode/interpolation/ ---- - -## AutoSizeMode.INTERPOLATION - -**Type:** `int` - - -**Value:** `2` - diff --git a/english/python-java/aspose_barcode.generation/autosizemode/nearest/_index.md b/english/python-java/aspose_barcode.generation/autosizemode/nearest/_index.md deleted file mode 100644 index 5cfc7ef83..000000000 --- a/english/python-java/aspose_barcode.generation/autosizemode/nearest/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "AutoSizeMode.NEAREST" -linktitle: "NEAREST" -articleTitle: "NEAREST" -second_title: "Aspose.BarCode for Python via Java" -description: "Barcode resizes to nearest lowest possible size which are specified by BarCodeWidth and BarCodeHeight properties. Resizes barcode to specified size with little " -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/autosizemode/nearest/ ---- - -## AutoSizeMode.NEAREST - -**Type:** `int` - - -**Value:** `1` - - -Barcode resizes to nearest lowest possible size which are specified by BarCodeWidth and BarCodeHeight properties. Resizes barcode to specified size with little scaling but it can be little damaged in some cases because using interpolation for scaling. Size can be specified by BarcodeGenerator.BarCodeWidth and BarcodeGenerator.BarCodeHeight properties. This sample shows how to create and save a BarCode image in Scale mode. - diff --git a/english/python-java/aspose_barcode.generation/autosizemode/none/_index.md b/english/python-java/aspose_barcode.generation/autosizemode/none/_index.md deleted file mode 100644 index 50bb95093..000000000 --- a/english/python-java/aspose_barcode.generation/autosizemode/none/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "AutoSizeMode.NONE" -linktitle: "NONE" -articleTitle: "NONE" -second_title: "Aspose.BarCode for Python via Java" -description: "Automatic resizing is disabled. Default value." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/autosizemode/none/ ---- - -## AutoSizeMode.NONE - -**Type:** `int` - - -**Value:** `0` - - -Automatic resizing is disabled. Default value. - diff --git a/english/python-java/aspose_barcode.generation/aztecencodemode/_index.md b/english/python-java/aspose_barcode.generation/aztecencodemode/_index.md index 298cab59a..c3455047a 100644 --- a/english/python-java/aspose_barcode.generation/aztecencodemode/_index.md +++ b/english/python-java/aspose_barcode.generation/aztecencodemode/_index.md @@ -1,7 +1,6 @@ --- -title: "AztecEncodeMode Enum" +title: "AztecEncodeMode" linktitle: "AztecEncodeMode" -articleTitle: "AztecEncodeMode" second_title: "Aspose.BarCode for Python via Java" description: "" type: docs @@ -18,9 +17,57 @@ url: /python-java/aspose_barcode.generation/aztecencodemode/ | Name | Value | Description | | --- | --- | --- | -| [AUTO](./auto/) | `0` | In Auto mode, the CodeText is encoded with maximum data compactness. Unicode characters are re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. | -| [BINARY](./binary/) | `4` | In Binary mode, the CodeText is encoded with maximum data compactness. If a Unicode character is found, an exception is thrown. | -| [BYTES](./bytes/) | `1` | Encode codetext as plain bytes. If it detects any Unicode character, the character will be encoded as two bytes, lower byte first. | -| [ECI](./eci/) | `5` | In ECI mode, the entire message is re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. Please note that some old (pre 2006) scanners may not support this mode. | -| [EXTENDED](./extended/) | `3` | Extended mode which supports multi ECI modes. It is better to use AztecExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. | -| [EXTENDED_CODETEXT](./extended_codetext/) | `2` | Extended mode which supports multi ECI modes. It is better to use AztecExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. | +| [AUTO](#auto) | `0` | In Auto mode, the CodeText is encoded with maximum data compactness. Unicode characters are re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. | +| [BINARY](#binary) | `4` | In Binary mode, the CodeText is encoded with maximum data compactness. If a Unicode character is found, an exception is thrown. | +| [BYTES](#bytes) | `1` | Encode codetext as plain bytes. If it detects any Unicode character, the character will be encoded as two bytes, lower byte first. | +| [ECI](#eci) | `5` | In ECI mode, the entire message is re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. Please note that some old (pre 2006) scanners may not support this mode. | +| [EXTENDED](#extended) | `3` | Extended mode which supports multi ECI modes. It is better to use AztecExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. | +| [EXTENDED_CODETEXT](#extended_codetext) | `2` | Extended mode which supports multi ECI modes. It is better to use AztecExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. | +### AztecEncodeMode.AUTO {#auto} + +**Type:** `int` + +**Value:** `0` + +In Auto mode, the CodeText is encoded with maximum data compactness. Unicode characters are re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. + +### AztecEncodeMode.BINARY {#binary} + +**Type:** `int` + +**Value:** `4` + +In Binary mode, the CodeText is encoded with maximum data compactness. If a Unicode character is found, an exception is thrown. + +### AztecEncodeMode.BYTES {#bytes} + +**Type:** `int` + +**Value:** `1` + +Encode codetext as plain bytes. If it detects any Unicode character, the character will be encoded as two bytes, lower byte first. + +### AztecEncodeMode.ECI {#eci} + +**Type:** `int` + +**Value:** `5` + +In ECI mode, the entire message is re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. Please note that some old (pre 2006) scanners may not support this mode. + +### AztecEncodeMode.EXTENDED {#extended} + +**Type:** `int` + +**Value:** `3` + +Extended mode which supports multi ECI modes. It is better to use AztecExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. + +### AztecEncodeMode.EXTENDED_CODETEXT {#extended_codetext} + +**Type:** `int` + +**Value:** `2` + +Extended mode which supports multi ECI modes. It is better to use AztecExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. + diff --git a/english/python-java/aspose_barcode.generation/aztecencodemode/auto/_index.md b/english/python-java/aspose_barcode.generation/aztecencodemode/auto/_index.md deleted file mode 100644 index d37b7eff2..000000000 --- a/english/python-java/aspose_barcode.generation/aztecencodemode/auto/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "AztecEncodeMode.AUTO" -linktitle: "AUTO" -articleTitle: "AUTO" -second_title: "Aspose.BarCode for Python via Java" -description: "In Auto mode, the CodeText is encoded with maximum data compactness. Unicode characters are re-encoded in the ECIEncoding specified encoding with the insertion " -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/aztecencodemode/auto/ ---- - -## AztecEncodeMode.AUTO - -**Type:** `int` - - -**Value:** `0` - - -In Auto mode, the CodeText is encoded with maximum data compactness. Unicode characters are re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. - diff --git a/english/python-java/aspose_barcode.generation/aztecencodemode/binary/_index.md b/english/python-java/aspose_barcode.generation/aztecencodemode/binary/_index.md deleted file mode 100644 index 314fc0f84..000000000 --- a/english/python-java/aspose_barcode.generation/aztecencodemode/binary/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "AztecEncodeMode.BINARY" -linktitle: "BINARY" -articleTitle: "BINARY" -second_title: "Aspose.BarCode for Python via Java" -description: "In Binary mode, the CodeText is encoded with maximum data compactness. If a Unicode character is found, an exception is thrown." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/aztecencodemode/binary/ ---- - -## AztecEncodeMode.BINARY - -**Type:** `int` - - -**Value:** `4` - - -In Binary mode, the CodeText is encoded with maximum data compactness. If a Unicode character is found, an exception is thrown. - diff --git a/english/python-java/aspose_barcode.generation/aztecencodemode/bytes/_index.md b/english/python-java/aspose_barcode.generation/aztecencodemode/bytes/_index.md deleted file mode 100644 index be6e4dd8f..000000000 --- a/english/python-java/aspose_barcode.generation/aztecencodemode/bytes/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "AztecEncodeMode.BYTES" -linktitle: "BYTES" -articleTitle: "BYTES" -second_title: "Aspose.BarCode for Python via Java" -description: "Encode codetext as plain bytes. If it detects any Unicode character, the character will be encoded as two bytes, lower byte first." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/aztecencodemode/bytes/ ---- - -## AztecEncodeMode.BYTES - -**Type:** `int` - - -**Value:** `1` - - -Encode codetext as plain bytes. If it detects any Unicode character, the character will be encoded as two bytes, lower byte first. - diff --git a/english/python-java/aspose_barcode.generation/aztecencodemode/eci/_index.md b/english/python-java/aspose_barcode.generation/aztecencodemode/eci/_index.md deleted file mode 100644 index 236718893..000000000 --- a/english/python-java/aspose_barcode.generation/aztecencodemode/eci/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "AztecEncodeMode.ECI" -linktitle: "ECI" -articleTitle: "ECI" -second_title: "Aspose.BarCode for Python via Java" -description: "In ECI mode, the entire message is re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/aztecencodemode/eci/ ---- - -## AztecEncodeMode.ECI - -**Type:** `int` - - -**Value:** `5` - - -In ECI mode, the entire message is re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. Please note that some old (pre 2006) scanners may not support this mode. - diff --git a/english/python-java/aspose_barcode.generation/aztecencodemode/extended/_index.md b/english/python-java/aspose_barcode.generation/aztecencodemode/extended/_index.md deleted file mode 100644 index 0923af890..000000000 --- a/english/python-java/aspose_barcode.generation/aztecencodemode/extended/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "AztecEncodeMode.EXTENDED" -linktitle: "EXTENDED" -articleTitle: "EXTENDED" -second_title: "Aspose.BarCode for Python via Java" -description: "Extended mode which supports multi ECI modes. It is better to use AztecExtCodetextBuilder for extended codetext generation. Use Display2DText property to set vi" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/aztecencodemode/extended/ ---- - -## AztecEncodeMode.EXTENDED - -**Type:** `int` - - -**Value:** `3` - - -Extended mode which supports multi ECI modes. It is better to use AztecExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. - diff --git a/english/python-java/aspose_barcode.generation/aztecencodemode/extended_codetext/_index.md b/english/python-java/aspose_barcode.generation/aztecencodemode/extended_codetext/_index.md deleted file mode 100644 index d9f3faac5..000000000 --- a/english/python-java/aspose_barcode.generation/aztecencodemode/extended_codetext/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "AztecEncodeMode.EXTENDED_CODETEXT" -linktitle: "EXTENDED_CODETEXT" -articleTitle: "EXTENDED_CODETEXT" -second_title: "Aspose.BarCode for Python via Java" -description: "Extended mode which supports multi ECI modes. It is better to use AztecExtCodetextBuilder for extended codetext generation. Use Display2DText property to set vi" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/aztecencodemode/extended_codetext/ ---- - -## AztecEncodeMode.EXTENDED_CODETEXT - -**Type:** `int` - - -**Value:** `2` - - -Extended mode which supports multi ECI modes. It is better to use AztecExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. - diff --git a/english/python-java/aspose_barcode.generation/aztecextcodetextbuilder/_index.md b/english/python-java/aspose_barcode.generation/aztecextcodetextbuilder/_index.md index 31b643f76..2dc10a012 100644 --- a/english/python-java/aspose_barcode.generation/aztecextcodetextbuilder/_index.md +++ b/english/python-java/aspose_barcode.generation/aztecextcodetextbuilder/_index.md @@ -1,7 +1,6 @@ --- -title: "AztecExtCodetextBuilder Class" +title: "AztecExtCodetextBuilder" linktitle: "AztecExtCodetextBuilder" -articleTitle: "AztecExtCodetextBuilder" second_title: "Aspose.BarCode for Python via Java" description: "Extended codetext generator for Aztec barcodes for ExtendedCodetext Mode of AztecEncodeMode Use TwoDDisplayText property of BarcodeGenerator to set visible text" type: docs @@ -23,10 +22,27 @@ Extended codetext generator for Aztec barcodes for ExtendedCodetext Mode of Azte | Name | Description | | --- | --- | -| [__init__](./aztecextcodetextbuilder/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [extended_codetext](./extended_codetext/) | `Optional[str]` | No | Generates Extended codetext from the extended codetext list. Returns: Optional[str]: Extended codetext as string. Reimplemented from ExtCodetextBuilder. | +| [extended_codetext](#extended_codetext) | `Optional[str]` | No | Generates Extended codetext from the extended codetext list. Returns: Optional[str]: Extended codetext as string. Reimplemented from ExtCodetextBuilder. | + +### AztecExtCodetextBuilder Constructor {#constructor} + +```python +__init__(self) +``` + +### AztecExtCodetextBuilder.extended_codetext {#extended_codetext} + +```python +extended_codetext(self) -> Optional[str] +``` + +Generates Extended codetext from the extended codetext list. Returns: Optional[str]: Extended codetext as string. Reimplemented from ExtCodetextBuilder. + +**Return Type:** `Optional[str]` + diff --git a/english/python-java/aspose_barcode.generation/aztecextcodetextbuilder/aztecextcodetextbuilder/_index.md b/english/python-java/aspose_barcode.generation/aztecextcodetextbuilder/aztecextcodetextbuilder/_index.md deleted file mode 100644 index 135ef8b5f..000000000 --- a/english/python-java/aspose_barcode.generation/aztecextcodetextbuilder/aztecextcodetextbuilder/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "AztecExtCodetextBuilder" -linktitle: "AztecExtCodetextBuilder" -articleTitle: "AztecExtCodetextBuilder" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/aztecextcodetextbuilder/aztecextcodetextbuilder/ ---- - -## AztecExtCodetextBuilder Constructor - -```python -__init__(self) -``` - diff --git a/english/python-java/aspose_barcode.generation/aztecextcodetextbuilder/extended_codetext/_index.md b/english/python-java/aspose_barcode.generation/aztecextcodetextbuilder/extended_codetext/_index.md deleted file mode 100644 index f964f5c47..000000000 --- a/english/python-java/aspose_barcode.generation/aztecextcodetextbuilder/extended_codetext/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "AztecExtCodetextBuilder.extended_codetext" -linktitle: "extended_codetext" -articleTitle: "extended_codetext" -second_title: "Aspose.BarCode for Python via Java" -description: "Generates Extended codetext from the extended codetext list. Returns: Optional[str]: Extended codetext as string. Reimplemented from ExtCodetextBuilder." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/aztecextcodetextbuilder/extended_codetext/ ---- - -## AztecExtCodetextBuilder.extended_codetext - -```python -extended_codetext(self) -> Optional[str] -``` - - -Generates Extended codetext from the extended codetext list. Returns: Optional[str]: Extended codetext as string. Reimplemented from ExtCodetextBuilder. - - -**Return Type:** `Optional[str]` - diff --git a/english/python-java/aspose_barcode.generation/aztecparameters/__str__/_index.md b/english/python-java/aspose_barcode.generation/aztecparameters/__str__/_index.md deleted file mode 100644 index ff94ab4b9..000000000 --- a/english/python-java/aspose_barcode.generation/aztecparameters/__str__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "AztecParameters.__str__" -linktitle: "__str__" -articleTitle: "__str__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns a human-readable string representation of this. ." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/aztecparameters/__str__/ ---- - -## AztecParameters.__str__ - -```python -__str__(self) -> str -``` - - -Returns a human-readable string representation of this. . - - -**Return Type:** `str` — A string that represents thisAztecParameters . - diff --git a/english/python-java/aspose_barcode.generation/aztecparameters/_index.md b/english/python-java/aspose_barcode.generation/aztecparameters/_index.md index c467c7a22..0cc274a78 100644 --- a/english/python-java/aspose_barcode.generation/aztecparameters/_index.md +++ b/english/python-java/aspose_barcode.generation/aztecparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "AztecParameters Class" +title: "AztecParameters" linktitle: "AztecParameters" -articleTitle: "AztecParameters" second_title: "Aspose.BarCode for Python via Java" description: "Aztec parameters." type: docs @@ -21,28 +20,177 @@ Aztec parameters. | Name | Description | | --- | --- | -| [__init__](./aztecparameters/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [__str__](./__str__/) | `str` | No | Returns a human-readable string representation of this. . | +| [__str__](#__str__) | `str` | No | Returns a human-readable string representation of this. . | ## Properties | Name | Type | Description | | --- | --- | --- | -| [aspect_ratio](./aspect_ratio/) | `float` | Height/Width ratio of 2D BarCode module. | -| [aztec_encode_mode](./aztec_encode_mode/) | `AztecEncodeMode` | Gets a Aztec encode mode. Default value: Auto. | -| [aztec_error_level](./aztec_error_level/) | `int` | Level of error correction of Aztec types of barcode. Value should between 5 to 95. | -| [aztec_symbol_mode](./aztec_symbol_mode/) | `AztecSymbolMode` | Gets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto. | -| [eci_encoding](./eci_encoding/) | `ECIEncodings` | | -| [encode_mode](./encode_mode/) | `AztecEncodeMode` | | -| [error_level](./error_level/) | `int` | | -| [layers_count](./layers_count/) | `int` | 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). | -| [reader_initialization](./reader_initialization/) | `bool` | Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. | -| [structured_append_barcode_id](./structured_append_barcode_id/) | `int` | | -| [structured_append_barcodes_count](./structured_append_barcodes_count/) | `int` | | -| [structured_append_file_id](./structured_append_file_id/) | `Optional[str]` | | -| [symbol_mode](./symbol_mode/) | `AztecSymbolMode` | | +| [aspect_ratio](#aspect_ratio) | `float` | Height/Width ratio of 2D BarCode module. | +| [aztec_encode_mode](#aztec_encode_mode) | `AztecEncodeMode` | Gets a Aztec encode mode. Default value: Auto. | +| [aztec_error_level](#aztec_error_level) | `int` | Level of error correction of Aztec types of barcode. Value should between 5 to 95. | +| [aztec_symbol_mode](#aztec_symbol_mode) | `AztecSymbolMode` | Gets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto. | +| [eci_encoding](#eci_encoding) | `ECIEncodings` | | +| [encode_mode](#encode_mode) | `AztecEncodeMode` | | +| [error_level](#error_level) | `int` | | +| [layers_count](#layers_count) | `int` | 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). | +| [reader_initialization](#reader_initialization) | `bool` | Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. | +| [structured_append_barcode_id](#structured_append_barcode_id) | `int` | | +| [structured_append_barcodes_count](#structured_append_barcodes_count) | `int` | | +| [structured_append_file_id](#structured_append_file_id) | `Optional[str]` | | +| [symbol_mode](#symbol_mode) | `AztecSymbolMode` | | + +### AztecParameters Constructor {#constructor} + +```python +__init__(self, _java_class) +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `_java_class` | `` | | + +### AztecParameters.__str__ {#__str__} + +```python +__str__(self) -> str +``` + +Returns a human-readable string representation of this. . + +**Return Type:** `str` — A string that represents thisAztecParameters . + +### AztecParameters.aspect_ratio {#aspect_ratio} + +**Type:** `float` + +Height/Width ratio of 2D BarCode module. + +Height/Width ratio of 2D BarCode module. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `float` | | + +### AztecParameters.aztec_encode_mode {#aztec_encode_mode} + +**Type:** `AztecEncodeMode` + +Gets a Aztec encode mode. Default value: Auto. + +Gets a Aztec encode mode. Default value: Auto. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `AztecEncodeMode` | | + +### AztecParameters.aztec_error_level {#aztec_error_level} + +**Type:** `int` + +Level of error correction of Aztec types of barcode. Value should between 5 to 95. + +Level of error correction of Aztec types of barcode. Value should between 5 to 95. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `int` | | + +### AztecParameters.aztec_symbol_mode {#aztec_symbol_mode} + +**Type:** `AztecSymbolMode` + +Gets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto. + +Gets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `AztecSymbolMode` | | + +### AztecParameters.eci_encoding {#eci_encoding} + +**Type:** `ECIEncodings` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `ECIEncodings` | | + +### AztecParameters.encode_mode {#encode_mode} + +**Type:** `AztecEncodeMode` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `AztecEncodeMode` | | + +### AztecParameters.error_level {#error_level} + +**Type:** `int` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `int` | | + +### AztecParameters.layers_count {#layers_count} + +**Type:** `int` + +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). + +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). + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `int` | | + +### AztecParameters.reader_initialization {#reader_initialization} + +**Type:** `bool` + +Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. + +Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `bool` | | + +### AztecParameters.structured_append_barcode_id {#structured_append_barcode_id} + +**Type:** `int` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `int` | | + +### AztecParameters.structured_append_barcodes_count {#structured_append_barcodes_count} + +**Type:** `int` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `int` | | + +### AztecParameters.structured_append_file_id {#structured_append_file_id} + +**Type:** `Optional[str]` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `str` | | + +### AztecParameters.symbol_mode {#symbol_mode} + +**Type:** `AztecSymbolMode` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `AztecSymbolMode` | | + diff --git a/english/python-java/aspose_barcode.generation/aztecparameters/aspect_ratio/_index.md b/english/python-java/aspose_barcode.generation/aztecparameters/aspect_ratio/_index.md deleted file mode 100644 index afad88ce9..000000000 --- a/english/python-java/aspose_barcode.generation/aztecparameters/aspect_ratio/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "AztecParameters.aspect_ratio" -linktitle: "aspect_ratio" -articleTitle: "aspect_ratio" -second_title: "Aspose.BarCode for Python via Java" -description: "Height/Width ratio of 2D BarCode module." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/aztecparameters/aspect_ratio/ ---- - -## AztecParameters.aspect_ratio - -**Type:** `float` - - -### Get - -Height/Width ratio of 2D BarCode module. - - -### Set - -Height/Width ratio of 2D BarCode module. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `float` | | diff --git a/english/python-java/aspose_barcode.generation/aztecparameters/aztec_encode_mode/_index.md b/english/python-java/aspose_barcode.generation/aztecparameters/aztec_encode_mode/_index.md deleted file mode 100644 index 94c6f19aa..000000000 --- a/english/python-java/aspose_barcode.generation/aztecparameters/aztec_encode_mode/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "AztecParameters.aztec_encode_mode" -linktitle: "aztec_encode_mode" -articleTitle: "aztec_encode_mode" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets a Aztec encode mode. Default value: Auto." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/aztecparameters/aztec_encode_mode/ ---- - -## AztecParameters.aztec_encode_mode - -**Type:** `AztecEncodeMode` - - -### Get - -Gets a Aztec encode mode. Default value: Auto. - - -### Set - -Gets a Aztec encode mode. Default value: Auto. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `AztecEncodeMode` | | diff --git a/english/python-java/aspose_barcode.generation/aztecparameters/aztec_error_level/_index.md b/english/python-java/aspose_barcode.generation/aztecparameters/aztec_error_level/_index.md deleted file mode 100644 index 13fa1579e..000000000 --- a/english/python-java/aspose_barcode.generation/aztecparameters/aztec_error_level/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "AztecParameters.aztec_error_level" -linktitle: "aztec_error_level" -articleTitle: "aztec_error_level" -second_title: "Aspose.BarCode for Python via Java" -description: "Level of error correction of Aztec types of barcode. Value should between 5 to 95." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/aztecparameters/aztec_error_level/ ---- - -## AztecParameters.aztec_error_level - -**Type:** `int` - - -### Get - -Level of error correction of Aztec types of barcode. Value should between 5 to 95. - - -### Set - -Level of error correction of Aztec types of barcode. Value should between 5 to 95. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `int` | | diff --git a/english/python-java/aspose_barcode.generation/aztecparameters/aztec_symbol_mode/_index.md b/english/python-java/aspose_barcode.generation/aztecparameters/aztec_symbol_mode/_index.md deleted file mode 100644 index e99ad4408..000000000 --- a/english/python-java/aspose_barcode.generation/aztecparameters/aztec_symbol_mode/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "AztecParameters.aztec_symbol_mode" -linktitle: "aztec_symbol_mode" -articleTitle: "aztec_symbol_mode" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/aztecparameters/aztec_symbol_mode/ ---- - -## AztecParameters.aztec_symbol_mode - -**Type:** `AztecSymbolMode` - - -### Get - -Gets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto. - - -### Set - -Gets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `AztecSymbolMode` | | diff --git a/english/python-java/aspose_barcode.generation/aztecparameters/aztecparameters/_index.md b/english/python-java/aspose_barcode.generation/aztecparameters/aztecparameters/_index.md deleted file mode 100644 index 1857dbea8..000000000 --- a/english/python-java/aspose_barcode.generation/aztecparameters/aztecparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "AztecParameters" -linktitle: "AztecParameters" -articleTitle: "AztecParameters" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/aztecparameters/aztecparameters/ ---- - -## AztecParameters Constructor - -```python -__init__(self, _java_class) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `_java_class` | `` | | diff --git a/english/python-java/aspose_barcode.generation/aztecparameters/eci_encoding/_index.md b/english/python-java/aspose_barcode.generation/aztecparameters/eci_encoding/_index.md deleted file mode 100644 index 026e8c6a1..000000000 --- a/english/python-java/aspose_barcode.generation/aztecparameters/eci_encoding/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "AztecParameters.eci_encoding" -linktitle: "eci_encoding" -articleTitle: "eci_encoding" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/aztecparameters/eci_encoding/ ---- - -## AztecParameters.eci_encoding - -**Type:** `ECIEncodings` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `ECIEncodings` | | diff --git a/english/python-java/aspose_barcode.generation/aztecparameters/encode_mode/_index.md b/english/python-java/aspose_barcode.generation/aztecparameters/encode_mode/_index.md deleted file mode 100644 index 23b3143bc..000000000 --- a/english/python-java/aspose_barcode.generation/aztecparameters/encode_mode/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "AztecParameters.encode_mode" -linktitle: "encode_mode" -articleTitle: "encode_mode" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/aztecparameters/encode_mode/ ---- - -## AztecParameters.encode_mode - -**Type:** `AztecEncodeMode` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `AztecEncodeMode` | | diff --git a/english/python-java/aspose_barcode.generation/aztecparameters/error_level/_index.md b/english/python-java/aspose_barcode.generation/aztecparameters/error_level/_index.md deleted file mode 100644 index 1670fb60b..000000000 --- a/english/python-java/aspose_barcode.generation/aztecparameters/error_level/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "AztecParameters.error_level" -linktitle: "error_level" -articleTitle: "error_level" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/aztecparameters/error_level/ ---- - -## AztecParameters.error_level - -**Type:** `int` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `int` | | diff --git a/english/python-java/aspose_barcode.generation/aztecparameters/layers_count/_index.md b/english/python-java/aspose_barcode.generation/aztecparameters/layers_count/_index.md deleted file mode 100644 index d59235e98..000000000 --- a/english/python-java/aspose_barcode.generation/aztecparameters/layers_count/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "AztecParameters.layers_count" -linktitle: "layers_count" -articleTitle: "layers_count" -second_title: "Aspose.BarCode for Python via Java" -description: "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 " -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/aztecparameters/layers_count/ ---- - -## AztecParameters.layers_count - -**Type:** `int` - - -### Get - -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). - - -### Set - -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). - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `int` | | diff --git a/english/python-java/aspose_barcode.generation/aztecparameters/reader_initialization/_index.md b/english/python-java/aspose_barcode.generation/aztecparameters/reader_initialization/_index.md deleted file mode 100644 index bd333a747..000000000 --- a/english/python-java/aspose_barcode.generation/aztecparameters/reader_initialization/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "AztecParameters.reader_initialization" -linktitle: "reader_initialization" -articleTitle: "reader_initialization" -second_title: "Aspose.BarCode for Python via Java" -description: "Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/aztecparameters/reader_initialization/ ---- - -## AztecParameters.reader_initialization - -**Type:** `bool` - - -### Get - -Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. - - -### Set - -Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `bool` | | diff --git a/english/python-java/aspose_barcode.generation/aztecparameters/structured_append_barcode_id/_index.md b/english/python-java/aspose_barcode.generation/aztecparameters/structured_append_barcode_id/_index.md deleted file mode 100644 index 4053cc1a2..000000000 --- a/english/python-java/aspose_barcode.generation/aztecparameters/structured_append_barcode_id/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "AztecParameters.structured_append_barcode_id" -linktitle: "structured_append_barcode_id" -articleTitle: "structured_append_barcode_id" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/aztecparameters/structured_append_barcode_id/ ---- - -## AztecParameters.structured_append_barcode_id - -**Type:** `int` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `int` | | diff --git a/english/python-java/aspose_barcode.generation/aztecparameters/structured_append_barcodes_count/_index.md b/english/python-java/aspose_barcode.generation/aztecparameters/structured_append_barcodes_count/_index.md deleted file mode 100644 index 3ec2299b3..000000000 --- a/english/python-java/aspose_barcode.generation/aztecparameters/structured_append_barcodes_count/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "AztecParameters.structured_append_barcodes_count" -linktitle: "structured_append_barcodes_count" -articleTitle: "structured_append_barcodes_count" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/aztecparameters/structured_append_barcodes_count/ ---- - -## AztecParameters.structured_append_barcodes_count - -**Type:** `int` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `int` | | diff --git a/english/python-java/aspose_barcode.generation/aztecparameters/structured_append_file_id/_index.md b/english/python-java/aspose_barcode.generation/aztecparameters/structured_append_file_id/_index.md deleted file mode 100644 index c2d5369c6..000000000 --- a/english/python-java/aspose_barcode.generation/aztecparameters/structured_append_file_id/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "AztecParameters.structured_append_file_id" -linktitle: "structured_append_file_id" -articleTitle: "structured_append_file_id" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/aztecparameters/structured_append_file_id/ ---- - -## AztecParameters.structured_append_file_id - -**Type:** `Optional[str]` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `str` | | diff --git a/english/python-java/aspose_barcode.generation/aztecparameters/symbol_mode/_index.md b/english/python-java/aspose_barcode.generation/aztecparameters/symbol_mode/_index.md deleted file mode 100644 index 5f7cc2b46..000000000 --- a/english/python-java/aspose_barcode.generation/aztecparameters/symbol_mode/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "AztecParameters.symbol_mode" -linktitle: "symbol_mode" -articleTitle: "symbol_mode" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/aztecparameters/symbol_mode/ ---- - -## AztecParameters.symbol_mode - -**Type:** `AztecSymbolMode` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `AztecSymbolMode` | | diff --git a/english/python-java/aspose_barcode.generation/aztecsymbolmode/_index.md b/english/python-java/aspose_barcode.generation/aztecsymbolmode/_index.md index 856c7c15e..fde70509f 100644 --- a/english/python-java/aspose_barcode.generation/aztecsymbolmode/_index.md +++ b/english/python-java/aspose_barcode.generation/aztecsymbolmode/_index.md @@ -1,7 +1,6 @@ --- -title: "AztecSymbolMode Enum" +title: "AztecSymbolMode" linktitle: "AztecSymbolMode" -articleTitle: "AztecSymbolMode" second_title: "Aspose.BarCode for Python via Java" description: "Specifies the Aztec symbol mode." type: docs @@ -21,7 +20,39 @@ Specifies the Aztec symbol mode. | Name | Value | Description | | --- | --- | --- | -| [AUTO](./auto/) | `0` | Specifies to automatically pick up the best symbol (COMPACT or FULL-range) for Aztec. This is default value. | -| [COMPACT](./compact/) | `1` | Specifies the COMPACT symbol for Aztec. Aztec COMPACT symbol permits only 1, 2, 3 or 4 layers. | -| [FULL_RANGE](./full_range/) | `2` | Specifies the FULL-range symbol for Aztec. Aztec FULL-range symbol permits from 1 to 32 layers. | -| [RUNE](./rune/) | `3` | Specifies the RUNE symbol for Aztec. Aztec Runes are a series of small but distinct machine-readable marks. It permits only number value from 0 to 255. | +| [AUTO](#auto) | `0` | Specifies to automatically pick up the best symbol (COMPACT or FULL-range) for Aztec. This is default value. | +| [COMPACT](#compact) | `1` | Specifies the COMPACT symbol for Aztec. Aztec COMPACT symbol permits only 1, 2, 3 or 4 layers. | +| [FULL_RANGE](#full_range) | `2` | Specifies the FULL-range symbol for Aztec. Aztec FULL-range symbol permits from 1 to 32 layers. | +| [RUNE](#rune) | `3` | Specifies the RUNE symbol for Aztec. Aztec Runes are a series of small but distinct machine-readable marks. It permits only number value from 0 to 255. | +### AztecSymbolMode.AUTO {#auto} + +**Type:** `int` + +**Value:** `0` + +Specifies to automatically pick up the best symbol (COMPACT or FULL-range) for Aztec. This is default value. + +### AztecSymbolMode.COMPACT {#compact} + +**Type:** `int` + +**Value:** `1` + +Specifies the COMPACT symbol for Aztec. Aztec COMPACT symbol permits only 1, 2, 3 or 4 layers. + +### AztecSymbolMode.FULL_RANGE {#full_range} + +**Type:** `int` + +**Value:** `2` + +Specifies the FULL-range symbol for Aztec. Aztec FULL-range symbol permits from 1 to 32 layers. + +### AztecSymbolMode.RUNE {#rune} + +**Type:** `int` + +**Value:** `3` + +Specifies the RUNE symbol for Aztec. Aztec Runes are a series of small but distinct machine-readable marks. It permits only number value from 0 to 255. + diff --git a/english/python-java/aspose_barcode.generation/aztecsymbolmode/auto/_index.md b/english/python-java/aspose_barcode.generation/aztecsymbolmode/auto/_index.md deleted file mode 100644 index 7366431df..000000000 --- a/english/python-java/aspose_barcode.generation/aztecsymbolmode/auto/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "AztecSymbolMode.AUTO" -linktitle: "AUTO" -articleTitle: "AUTO" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies to automatically pick up the best symbol (COMPACT or FULL-range) for Aztec. This is default value." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/aztecsymbolmode/auto/ ---- - -## AztecSymbolMode.AUTO - -**Type:** `int` - - -**Value:** `0` - - -Specifies to automatically pick up the best symbol (COMPACT or FULL-range) for Aztec. This is default value. - diff --git a/english/python-java/aspose_barcode.generation/aztecsymbolmode/compact/_index.md b/english/python-java/aspose_barcode.generation/aztecsymbolmode/compact/_index.md deleted file mode 100644 index b46b85417..000000000 --- a/english/python-java/aspose_barcode.generation/aztecsymbolmode/compact/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "AztecSymbolMode.COMPACT" -linktitle: "COMPACT" -articleTitle: "COMPACT" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies the COMPACT symbol for Aztec. Aztec COMPACT symbol permits only 1, 2, 3 or 4 layers." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/aztecsymbolmode/compact/ ---- - -## AztecSymbolMode.COMPACT - -**Type:** `int` - - -**Value:** `1` - - -Specifies the COMPACT symbol for Aztec. Aztec COMPACT symbol permits only 1, 2, 3 or 4 layers. - diff --git a/english/python-java/aspose_barcode.generation/aztecsymbolmode/full_range/_index.md b/english/python-java/aspose_barcode.generation/aztecsymbolmode/full_range/_index.md deleted file mode 100644 index 1a48d92a5..000000000 --- a/english/python-java/aspose_barcode.generation/aztecsymbolmode/full_range/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "AztecSymbolMode.FULL_RANGE" -linktitle: "FULL_RANGE" -articleTitle: "FULL_RANGE" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies the FULL-range symbol for Aztec. Aztec FULL-range symbol permits from 1 to 32 layers." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/aztecsymbolmode/full_range/ ---- - -## AztecSymbolMode.FULL_RANGE - -**Type:** `int` - - -**Value:** `2` - - -Specifies the FULL-range symbol for Aztec. Aztec FULL-range symbol permits from 1 to 32 layers. - diff --git a/english/python-java/aspose_barcode.generation/aztecsymbolmode/rune/_index.md b/english/python-java/aspose_barcode.generation/aztecsymbolmode/rune/_index.md deleted file mode 100644 index a86472bfc..000000000 --- a/english/python-java/aspose_barcode.generation/aztecsymbolmode/rune/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "AztecSymbolMode.RUNE" -linktitle: "RUNE" -articleTitle: "RUNE" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies the RUNE symbol for Aztec. Aztec Runes are a series of small but distinct machine-readable marks. It permits only number value from 0 to 255." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/aztecsymbolmode/rune/ ---- - -## AztecSymbolMode.RUNE - -**Type:** `int` - - -**Value:** `3` - - -Specifies the RUNE symbol for Aztec. Aztec Runes are a series of small but distinct machine-readable marks. It permits only number value from 0 to 255. - diff --git a/english/python-java/aspose_barcode.generation/barcodeclassifications/_index.md b/english/python-java/aspose_barcode.generation/barcodeclassifications/_index.md index 5c5f571b2..9e4bc320c 100644 --- a/english/python-java/aspose_barcode.generation/barcodeclassifications/_index.md +++ b/english/python-java/aspose_barcode.generation/barcodeclassifications/_index.md @@ -1,7 +1,6 @@ --- -title: "BarcodeClassifications Enum" +title: "BarcodeClassifications" linktitle: "BarcodeClassifications" -articleTitle: "BarcodeClassifications" second_title: "Aspose.BarCode for Python via Java" description: "BarcodeClassifications EncodeTypes classification." type: docs @@ -21,9 +20,57 @@ BarcodeClassifications EncodeTypes classification. | Name | Value | Description | | --- | --- | --- | -| [COUPON](./coupon/) | `5` | Specifies COUPON-barcode. | -| [DATABAR](./databar/) | `4` | Specifies DataBar-barcode. | -| [NONE](./none/) | `0` | Unspecified classification. | -| [POSTAL](./postal/) | `3` | Specifies POSTAL-barcode. | -| [TYPE_1D](./type_1d/) | `1` | Specifies 1D-barcode. | -| [TYPE_2D](./type_2d/) | `2` | Specifies 2D-barcode. | +| [COUPON](#coupon) | `5` | Specifies COUPON-barcode. | +| [DATABAR](#databar) | `4` | Specifies DataBar-barcode. | +| [NONE](#none) | `0` | Unspecified classification. | +| [POSTAL](#postal) | `3` | Specifies POSTAL-barcode. | +| [TYPE_1D](#type_1d) | `1` | Specifies 1D-barcode. | +| [TYPE_2D](#type_2d) | `2` | Specifies 2D-barcode. | +### BarcodeClassifications.COUPON {#coupon} + +**Type:** `int` + +**Value:** `5` + +Specifies COUPON-barcode. + +### BarcodeClassifications.DATABAR {#databar} + +**Type:** `int` + +**Value:** `4` + +Specifies DataBar-barcode. + +### BarcodeClassifications.NONE {#none} + +**Type:** `int` + +**Value:** `0` + +Unspecified classification. + +### BarcodeClassifications.POSTAL {#postal} + +**Type:** `int` + +**Value:** `3` + +Specifies POSTAL-barcode. + +### BarcodeClassifications.TYPE_1D {#type_1d} + +**Type:** `int` + +**Value:** `1` + +Specifies 1D-barcode. + +### BarcodeClassifications.TYPE_2D {#type_2d} + +**Type:** `int` + +**Value:** `2` + +Specifies 2D-barcode. + diff --git a/english/python-java/aspose_barcode.generation/barcodeclassifications/coupon/_index.md b/english/python-java/aspose_barcode.generation/barcodeclassifications/coupon/_index.md deleted file mode 100644 index 83eb4a20f..000000000 --- a/english/python-java/aspose_barcode.generation/barcodeclassifications/coupon/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "BarcodeClassifications.COUPON" -linktitle: "COUPON" -articleTitle: "COUPON" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies COUPON-barcode." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/barcodeclassifications/coupon/ ---- - -## BarcodeClassifications.COUPON - -**Type:** `int` - - -**Value:** `5` - - -Specifies COUPON-barcode. - diff --git a/english/python-java/aspose_barcode.generation/barcodeclassifications/databar/_index.md b/english/python-java/aspose_barcode.generation/barcodeclassifications/databar/_index.md deleted file mode 100644 index 374c9fd81..000000000 --- a/english/python-java/aspose_barcode.generation/barcodeclassifications/databar/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "BarcodeClassifications.DATABAR" -linktitle: "DATABAR" -articleTitle: "DATABAR" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies DataBar-barcode." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/barcodeclassifications/databar/ ---- - -## BarcodeClassifications.DATABAR - -**Type:** `int` - - -**Value:** `4` - - -Specifies DataBar-barcode. - diff --git a/english/python-java/aspose_barcode.generation/barcodeclassifications/none/_index.md b/english/python-java/aspose_barcode.generation/barcodeclassifications/none/_index.md deleted file mode 100644 index 96c025dd5..000000000 --- a/english/python-java/aspose_barcode.generation/barcodeclassifications/none/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "BarcodeClassifications.NONE" -linktitle: "NONE" -articleTitle: "NONE" -second_title: "Aspose.BarCode for Python via Java" -description: "Unspecified classification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/barcodeclassifications/none/ ---- - -## BarcodeClassifications.NONE - -**Type:** `int` - - -**Value:** `0` - - -Unspecified classification. - diff --git a/english/python-java/aspose_barcode.generation/barcodeclassifications/postal/_index.md b/english/python-java/aspose_barcode.generation/barcodeclassifications/postal/_index.md deleted file mode 100644 index 6473a05d3..000000000 --- a/english/python-java/aspose_barcode.generation/barcodeclassifications/postal/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "BarcodeClassifications.POSTAL" -linktitle: "POSTAL" -articleTitle: "POSTAL" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies POSTAL-barcode." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/barcodeclassifications/postal/ ---- - -## BarcodeClassifications.POSTAL - -**Type:** `int` - - -**Value:** `3` - - -Specifies POSTAL-barcode. - diff --git a/english/python-java/aspose_barcode.generation/barcodeclassifications/type_1d/_index.md b/english/python-java/aspose_barcode.generation/barcodeclassifications/type_1d/_index.md deleted file mode 100644 index 5d141ccd9..000000000 --- a/english/python-java/aspose_barcode.generation/barcodeclassifications/type_1d/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "BarcodeClassifications.TYPE_1D" -linktitle: "TYPE_1D" -articleTitle: "TYPE_1D" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies 1D-barcode." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/barcodeclassifications/type_1d/ ---- - -## BarcodeClassifications.TYPE_1D - -**Type:** `int` - - -**Value:** `1` - - -Specifies 1D-barcode. - diff --git a/english/python-java/aspose_barcode.generation/barcodeclassifications/type_2d/_index.md b/english/python-java/aspose_barcode.generation/barcodeclassifications/type_2d/_index.md deleted file mode 100644 index 8b1848680..000000000 --- a/english/python-java/aspose_barcode.generation/barcodeclassifications/type_2d/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "BarcodeClassifications.TYPE_2D" -linktitle: "TYPE_2D" -articleTitle: "TYPE_2D" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies 2D-barcode." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/barcodeclassifications/type_2d/ ---- - -## BarcodeClassifications.TYPE_2D - -**Type:** `int` - - -**Value:** `2` - - -Specifies 2D-barcode. - diff --git a/english/python-java/aspose_barcode.generation/barcodegenerator/__str__/_index.md b/english/python-java/aspose_barcode.generation/barcodegenerator/__str__/_index.md deleted file mode 100644 index 55b7f946f..000000000 --- a/english/python-java/aspose_barcode.generation/barcodegenerator/__str__/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BarcodeGenerator.__str__" -linktitle: "__str__" -articleTitle: "__str__" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/barcodegenerator/__str__/ ---- - -## BarcodeGenerator.__str__ - -```python -__str__(self) -> str -``` - - -**Return Type:** `str` - diff --git a/english/python-java/aspose_barcode.generation/barcodegenerator/_index.md b/english/python-java/aspose_barcode.generation/barcodegenerator/_index.md index 7aa6ed496..14e9a31c5 100644 --- a/english/python-java/aspose_barcode.generation/barcodegenerator/_index.md +++ b/english/python-java/aspose_barcode.generation/barcodegenerator/_index.md @@ -1,7 +1,6 @@ --- -title: "BarcodeGenerator Class" +title: "BarcodeGenerator" linktitle: "BarcodeGenerator" -articleTitle: "BarcodeGenerator" second_title: "Aspose.BarCode for Python via Java" description: "BarcodeGenerator for backend barcode images generation. Supported symbologies: 1D: Codabar, Code11, Code128, Code39Standard, Code39Extended Code93Standard, Code" type: docs @@ -21,23 +20,141 @@ BarcodeGenerator for backend barcode images generation. Supported symbologies: 1 | Name | Description | | --- | --- | -| [__init__](./barcodegenerator/) | BarcodeGenerator constructor. | +| [__init__](#constructor) | BarcodeGenerator constructor. | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [__str__](./__str__/) | `str` | No | | -| [code_text](./code_text/) | `str` | No | Text to be encoded. | -| [export_to_xml](./export_to_xml/) | `bool` | No | Exports BarCode properties to the xml-stream specified. | -| [generate_barcode_image](./generate_barcode_image/) | `Image` | No | Generate the barcode image under current settings. This sample shows how to create and save a barcode image. | -| [import_from_xml](./import_from_xml/) | `BarcodeGenerator` | No | Imports BarCode properties from the xml-file specified and creates BarcodeGenerator instance. | -| [parameters](./parameters/) | `BaseGenerationParameters` | No | Generation parameters. | -| [save](./save/) | `None` | No | Save barcode image to specific file in specific format. | -| [set_code_text](./set_code_text/) | `None` | No | | +| [__str__](#__str__) | `str` | No | | +| [code_text](#code_text) | `str` | No | Text to be encoded. | +| [export_to_xml](#export_to_xml) | `bool` | No | Exports BarCode properties to the xml-stream specified. | +| [generate_barcode_image](#generate_barcode_image) | `Image` | No | Generate the barcode image under current settings. This sample shows how to create and save a barcode image. | +| [import_from_xml](#import_from_xml) | `BarcodeGenerator` | No | Imports BarCode properties from the xml-file specified and creates BarcodeGenerator instance. | +| [parameters](#parameters) | `BaseGenerationParameters` | No | Generation parameters. | +| [save](#save) | `None` | No | Save barcode image to specific file in specific format. | +| [set_code_text](#set_code_text) | `None` | No | | ## Properties | Name | Type | Description | | --- | --- | --- | -| [barcode_type](./barcode_type/) | `EncodeTypes` | Barcode symbology type. | +| [barcode_type](#barcode_type) | `EncodeTypes` | Barcode symbology type. | + +### BarcodeGenerator Constructor {#constructor} + +```python +__init__(self, encode_type, Optional[str] code_text) -> def +``` + +BarcodeGenerator constructor. + +| Parameter | Type | Description | +| --- | --- | --- | +| `encode_type` | `` | | +| `code_text` | `Optional[str]` | | + +### BarcodeGenerator.__str__ {#__str__} + +```python +__str__(self) -> str +``` + +**Return Type:** `str` + +### BarcodeGenerator.code_text {#code_text} + +```python +code_text(self) -> str +``` + +Text to be encoded. + +**Return Type:** `str` + +### BarcodeGenerator.export_to_xml {#export_to_xml} + +```python +export_to_xml(self, str file_path) -> bool +``` + +Exports BarCode properties to the xml-stream specified. + +| Parameter | Type | Description | +| --- | --- | --- | +| `file_path` | `str` | The path to the file where the XML will be saved. | + +**Return Type:** `bool` — Whether the export completed successfully. Returns True in case of success; False Otherwise. + +### BarcodeGenerator.generate_barcode_image {#generate_barcode_image} + +```python +generate_barcode_image(self) -> Image +``` + +Generate the barcode image under current settings. This sample shows how to create and save a barcode image. + +**Return Type:** `Image` + +### BarcodeGenerator.import_from_xml {#import_from_xml} + +```python +import_from_xml(self, cls, str resource) -> BarcodeGenerator +``` + +Imports BarCode properties from the xml-file specified and creates BarcodeGenerator instance. + +| Parameter | Type | Description | +| --- | --- | --- | +| `cls` | `` | | +| `resource` | `str` | | + +**Return Type:** `BarcodeGenerator` — instance + +### BarcodeGenerator.parameters {#parameters} + +```python +parameters(self) -> BaseGenerationParameters +``` + +Generation parameters. + +**Return Type:** `BaseGenerationParameters` — BaseGenerationParameters + +### BarcodeGenerator.save {#save} + +```python +save(self, str imagePath, BarCodeImageFormat imageFormat) +``` + +Save barcode image to specific file in specific format. + +| Parameter | Type | Description | +| --- | --- | --- | +| `imagePath` | `str` | Path to save to. | +| `imageFormat` | `BarCodeImageFormat` | Optional format override. If omitted, the format to use is determined from the filename extension. If a file object was used instead of a filename, this parameter should always be used. generator = BarcodeGenerator(EncodeTypes.CODE_128, "123ABCDEFG") generator.save(image_path_to_save3, BarCodeImageFormat.PNG) | + +### BarcodeGenerator.set_code_text {#set_code_text} + +```python +set_code_text(self, Union[str, bytes] code_text, Optional[str] encoding, Optional[bool] BoM) +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `code_text` | `Union[str, bytes]` | | +| `encoding` | `Optional[str]` | | +| `BoM` | `Optional[bool]` | | + +### BarcodeGenerator.barcode_type {#barcode_type} + +**Type:** `EncodeTypes` + +Barcode symbology type. + +Barcode symbology type. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `EncodeTypes` | | + diff --git a/english/python-java/aspose_barcode.generation/barcodegenerator/barcode_type/_index.md b/english/python-java/aspose_barcode.generation/barcodegenerator/barcode_type/_index.md deleted file mode 100644 index 797846320..000000000 --- a/english/python-java/aspose_barcode.generation/barcodegenerator/barcode_type/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "BarcodeGenerator.barcode_type" -linktitle: "barcode_type" -articleTitle: "barcode_type" -second_title: "Aspose.BarCode for Python via Java" -description: "Barcode symbology type." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/barcodegenerator/barcode_type/ ---- - -## BarcodeGenerator.barcode_type - -**Type:** `EncodeTypes` - - -### Get - -Barcode symbology type. - - -### Set - -Barcode symbology type. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `EncodeTypes` | | diff --git a/english/python-java/aspose_barcode.generation/barcodegenerator/barcodegenerator/_index.md b/english/python-java/aspose_barcode.generation/barcodegenerator/barcodegenerator/_index.md deleted file mode 100644 index 002272c13..000000000 --- a/english/python-java/aspose_barcode.generation/barcodegenerator/barcodegenerator/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: "BarcodeGenerator" -linktitle: "BarcodeGenerator" -articleTitle: "BarcodeGenerator" -second_title: "Aspose.BarCode for Python via Java" -description: "BarcodeGenerator constructor." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/barcodegenerator/barcodegenerator/ ---- - -## BarcodeGenerator Constructor - -```python -__init__(self, encode_type, Optional[str] code_text) -> def -``` - - -BarcodeGenerator constructor. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `encode_type` | `` | | -| `code_text` | `Optional[str]` | | diff --git a/english/python-java/aspose_barcode.generation/barcodegenerator/code_text/_index.md b/english/python-java/aspose_barcode.generation/barcodegenerator/code_text/_index.md deleted file mode 100644 index f933264d1..000000000 --- a/english/python-java/aspose_barcode.generation/barcodegenerator/code_text/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "BarcodeGenerator.code_text" -linktitle: "code_text" -articleTitle: "code_text" -second_title: "Aspose.BarCode for Python via Java" -description: "Text to be encoded." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/barcodegenerator/code_text/ ---- - -## BarcodeGenerator.code_text - -```python -code_text(self) -> str -``` - - -Text to be encoded. - - -**Return Type:** `str` - diff --git a/english/python-java/aspose_barcode.generation/barcodegenerator/export_to_xml/_index.md b/english/python-java/aspose_barcode.generation/barcodegenerator/export_to_xml/_index.md deleted file mode 100644 index 20fceb892..000000000 --- a/english/python-java/aspose_barcode.generation/barcodegenerator/export_to_xml/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "BarcodeGenerator.export_to_xml" -linktitle: "export_to_xml" -articleTitle: "export_to_xml" -second_title: "Aspose.BarCode for Python via Java" -description: "Exports BarCode properties to the xml-stream specified." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/barcodegenerator/export_to_xml/ ---- - -## BarcodeGenerator.export_to_xml - -```python -export_to_xml(self, str file_path) -> bool -``` - - -Exports BarCode properties to the xml-stream specified. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `file_path` | `str` | The path to the file where the XML will be saved. | - -**Return Type:** `bool` — Whether the export completed successfully. Returns True in case of success; False Otherwise. - diff --git a/english/python-java/aspose_barcode.generation/barcodegenerator/generate_barcode_image/_index.md b/english/python-java/aspose_barcode.generation/barcodegenerator/generate_barcode_image/_index.md deleted file mode 100644 index 914c5dd41..000000000 --- a/english/python-java/aspose_barcode.generation/barcodegenerator/generate_barcode_image/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "BarcodeGenerator.generate_barcode_image" -linktitle: "generate_barcode_image" -articleTitle: "generate_barcode_image" -second_title: "Aspose.BarCode for Python via Java" -description: "Generate the barcode image under current settings. This sample shows how to create and save a barcode image." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/barcodegenerator/generate_barcode_image/ ---- - -## BarcodeGenerator.generate_barcode_image - -```python -generate_barcode_image(self) -> Image -``` - - -Generate the barcode image under current settings. This sample shows how to create and save a barcode image. - - -**Return Type:** `Image` - diff --git a/english/python-java/aspose_barcode.generation/barcodegenerator/import_from_xml/_index.md b/english/python-java/aspose_barcode.generation/barcodegenerator/import_from_xml/_index.md deleted file mode 100644 index 20ad4888f..000000000 --- a/english/python-java/aspose_barcode.generation/barcodegenerator/import_from_xml/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: "BarcodeGenerator.import_from_xml" -linktitle: "import_from_xml" -articleTitle: "import_from_xml" -second_title: "Aspose.BarCode for Python via Java" -description: "Imports BarCode properties from the xml-file specified and creates BarcodeGenerator instance." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/barcodegenerator/import_from_xml/ ---- - -## BarcodeGenerator.import_from_xml - -```python -import_from_xml(self, cls, str resource) -> BarcodeGenerator -``` - - -Imports BarCode properties from the xml-file specified and creates BarcodeGenerator instance. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `cls` | `` | | -| `resource` | `str` | | - -**Return Type:** `BarcodeGenerator` — instance - diff --git a/english/python-java/aspose_barcode.generation/barcodegenerator/parameters/_index.md b/english/python-java/aspose_barcode.generation/barcodegenerator/parameters/_index.md deleted file mode 100644 index f04e90514..000000000 --- a/english/python-java/aspose_barcode.generation/barcodegenerator/parameters/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "BarcodeGenerator.parameters" -linktitle: "parameters" -articleTitle: "parameters" -second_title: "Aspose.BarCode for Python via Java" -description: "Generation parameters." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/barcodegenerator/parameters/ ---- - -## BarcodeGenerator.parameters - -```python -parameters(self) -> BaseGenerationParameters -``` - - -Generation parameters. - - -**Return Type:** `BaseGenerationParameters` — BaseGenerationParameters - diff --git a/english/python-java/aspose_barcode.generation/barcodegenerator/save/_index.md b/english/python-java/aspose_barcode.generation/barcodegenerator/save/_index.md deleted file mode 100644 index b9ef44e2a..000000000 --- a/english/python-java/aspose_barcode.generation/barcodegenerator/save/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: "BarcodeGenerator.save" -linktitle: "save" -articleTitle: "save" -second_title: "Aspose.BarCode for Python via Java" -description: "Save barcode image to specific file in specific format." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/barcodegenerator/save/ ---- - -## BarcodeGenerator.save - -```python -save(self, str imagePath, BarCodeImageFormat imageFormat) -``` - - -Save barcode image to specific file in specific format. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `imagePath` | `str` | Path to save to. | -| `imageFormat` | `BarCodeImageFormat` | Optional format override. If omitted, the format to use is determined from the filename extension. If a file object was used instead of a filename, this parameter should always be used. generator = BarcodeGenerator(EncodeTypes.CODE_128, "123ABCDEFG") generator.save(image_path_to_save3, BarCodeImageFormat.PNG) | diff --git a/english/python-java/aspose_barcode.generation/barcodegenerator/set_code_text/_index.md b/english/python-java/aspose_barcode.generation/barcodegenerator/set_code_text/_index.md deleted file mode 100644 index c5776ba8b..000000000 --- a/english/python-java/aspose_barcode.generation/barcodegenerator/set_code_text/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "BarcodeGenerator.set_code_text" -linktitle: "set_code_text" -articleTitle: "set_code_text" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/barcodegenerator/set_code_text/ ---- - -## BarcodeGenerator.set_code_text - -```python -set_code_text(self, Union[str, bytes] code_text, Optional[str] encoding, Optional[bool] BoM) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `code_text` | `Union[str, bytes]` | | -| `encoding` | `Optional[str]` | | -| `BoM` | `Optional[bool]` | | diff --git a/english/python-java/aspose_barcode.generation/barcodeimageformat/_index.md b/english/python-java/aspose_barcode.generation/barcodeimageformat/_index.md index 94f453df0..09eda0e53 100644 --- a/english/python-java/aspose_barcode.generation/barcodeimageformat/_index.md +++ b/english/python-java/aspose_barcode.generation/barcodeimageformat/_index.md @@ -1,7 +1,6 @@ --- -title: "BarCodeImageFormat Enum" +title: "BarCodeImageFormat" linktitle: "BarCodeImageFormat" -articleTitle: "BarCodeImageFormat" second_title: "Aspose.BarCode for Python via Java" description: "Specifies the file format of the image." type: docs @@ -21,12 +20,84 @@ Specifies the file format of the image. | Name | Value | Description | | --- | --- | --- | -| [BMP](./bmp/) | `0` | Specifies the bitmap (BMP) image format. | -| [EMF](./emf/) | `6` | Specifies the Enhanced Metafile (EMF) image format. | -| [GIF](./gif/) | `1` | Specifies the Graphics Interchange Format (GIF) image format. | -| [JPEG](./jpeg/) | `2` | Specifies the Joint Photographic Experts Group (JPEG) image format. | -| [PDF](./pdf/) | `8` | Specifies the Portable Document Format (PDF) image format. | -| [PNG](./png/) | `3` | Specifies the W3C Portable Network Graphics (PNG) image format. | -| [SVG](./svg/) | `7` | Specifies the Scalable Vector Graphics (SVG) image format. | -| [TIFF](./tiff/) | `4` | Specifies the Tagged Image File Format (TIFF) image format. | -| [TIFF_IN_CMYK](./tiff_in_cmyk/) | `5` | Specifies the Tagged Image File Format (TIFF) image format in CMYK color model. | +| [BMP](#bmp) | `0` | Specifies the bitmap (BMP) image format. | +| [EMF](#emf) | `6` | Specifies the Enhanced Metafile (EMF) image format. | +| [GIF](#gif) | `1` | Specifies the Graphics Interchange Format (GIF) image format. | +| [JPEG](#jpeg) | `2` | Specifies the Joint Photographic Experts Group (JPEG) image format. | +| [PDF](#pdf) | `8` | Specifies the Portable Document Format (PDF) image format. | +| [PNG](#png) | `3` | Specifies the W3C Portable Network Graphics (PNG) image format. | +| [SVG](#svg) | `7` | Specifies the Scalable Vector Graphics (SVG) image format. | +| [TIFF](#tiff) | `4` | Specifies the Tagged Image File Format (TIFF) image format. | +| [TIFF_IN_CMYK](#tiff_in_cmyk) | `5` | Specifies the Tagged Image File Format (TIFF) image format in CMYK color model. | +### BarCodeImageFormat.BMP {#bmp} + +**Type:** `int` + +**Value:** `0` + +Specifies the bitmap (BMP) image format. + +### BarCodeImageFormat.EMF {#emf} + +**Type:** `int` + +**Value:** `6` + +Specifies the Enhanced Metafile (EMF) image format. + +### BarCodeImageFormat.GIF {#gif} + +**Type:** `int` + +**Value:** `1` + +Specifies the Graphics Interchange Format (GIF) image format. + +### BarCodeImageFormat.JPEG {#jpeg} + +**Type:** `int` + +**Value:** `2` + +Specifies the Joint Photographic Experts Group (JPEG) image format. + +### BarCodeImageFormat.PDF {#pdf} + +**Type:** `int` + +**Value:** `8` + +Specifies the Portable Document Format (PDF) image format. + +### BarCodeImageFormat.PNG {#png} + +**Type:** `int` + +**Value:** `3` + +Specifies the W3C Portable Network Graphics (PNG) image format. + +### BarCodeImageFormat.SVG {#svg} + +**Type:** `int` + +**Value:** `7` + +Specifies the Scalable Vector Graphics (SVG) image format. + +### BarCodeImageFormat.TIFF {#tiff} + +**Type:** `int` + +**Value:** `4` + +Specifies the Tagged Image File Format (TIFF) image format. + +### BarCodeImageFormat.TIFF_IN_CMYK {#tiff_in_cmyk} + +**Type:** `int` + +**Value:** `5` + +Specifies the Tagged Image File Format (TIFF) image format in CMYK color model. + diff --git a/english/python-java/aspose_barcode.generation/barcodeimageformat/bmp/_index.md b/english/python-java/aspose_barcode.generation/barcodeimageformat/bmp/_index.md deleted file mode 100644 index 127fdd612..000000000 --- a/english/python-java/aspose_barcode.generation/barcodeimageformat/bmp/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "BarCodeImageFormat.BMP" -linktitle: "BMP" -articleTitle: "BMP" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies the bitmap (BMP) image format." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/barcodeimageformat/bmp/ ---- - -## BarCodeImageFormat.BMP - -**Type:** `int` - - -**Value:** `0` - - -Specifies the bitmap (BMP) image format. - diff --git a/english/python-java/aspose_barcode.generation/barcodeimageformat/emf/_index.md b/english/python-java/aspose_barcode.generation/barcodeimageformat/emf/_index.md deleted file mode 100644 index 896db5db6..000000000 --- a/english/python-java/aspose_barcode.generation/barcodeimageformat/emf/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "BarCodeImageFormat.EMF" -linktitle: "EMF" -articleTitle: "EMF" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies the Enhanced Metafile (EMF) image format." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/barcodeimageformat/emf/ ---- - -## BarCodeImageFormat.EMF - -**Type:** `int` - - -**Value:** `6` - - -Specifies the Enhanced Metafile (EMF) image format. - diff --git a/english/python-java/aspose_barcode.generation/barcodeimageformat/gif/_index.md b/english/python-java/aspose_barcode.generation/barcodeimageformat/gif/_index.md deleted file mode 100644 index 4eb5c46ae..000000000 --- a/english/python-java/aspose_barcode.generation/barcodeimageformat/gif/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "BarCodeImageFormat.GIF" -linktitle: "GIF" -articleTitle: "GIF" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies the Graphics Interchange Format (GIF) image format." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/barcodeimageformat/gif/ ---- - -## BarCodeImageFormat.GIF - -**Type:** `int` - - -**Value:** `1` - - -Specifies the Graphics Interchange Format (GIF) image format. - diff --git a/english/python-java/aspose_barcode.generation/barcodeimageformat/jpeg/_index.md b/english/python-java/aspose_barcode.generation/barcodeimageformat/jpeg/_index.md deleted file mode 100644 index b50ba2458..000000000 --- a/english/python-java/aspose_barcode.generation/barcodeimageformat/jpeg/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "BarCodeImageFormat.JPEG" -linktitle: "JPEG" -articleTitle: "JPEG" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies the Joint Photographic Experts Group (JPEG) image format." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/barcodeimageformat/jpeg/ ---- - -## BarCodeImageFormat.JPEG - -**Type:** `int` - - -**Value:** `2` - - -Specifies the Joint Photographic Experts Group (JPEG) image format. - diff --git a/english/python-java/aspose_barcode.generation/barcodeimageformat/pdf/_index.md b/english/python-java/aspose_barcode.generation/barcodeimageformat/pdf/_index.md deleted file mode 100644 index 82084c6ee..000000000 --- a/english/python-java/aspose_barcode.generation/barcodeimageformat/pdf/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "BarCodeImageFormat.PDF" -linktitle: "PDF" -articleTitle: "PDF" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies the Portable Document Format (PDF) image format." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/barcodeimageformat/pdf/ ---- - -## BarCodeImageFormat.PDF - -**Type:** `int` - - -**Value:** `8` - - -Specifies the Portable Document Format (PDF) image format. - diff --git a/english/python-java/aspose_barcode.generation/barcodeimageformat/png/_index.md b/english/python-java/aspose_barcode.generation/barcodeimageformat/png/_index.md deleted file mode 100644 index c99845349..000000000 --- a/english/python-java/aspose_barcode.generation/barcodeimageformat/png/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "BarCodeImageFormat.PNG" -linktitle: "PNG" -articleTitle: "PNG" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies the W3C Portable Network Graphics (PNG) image format." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/barcodeimageformat/png/ ---- - -## BarCodeImageFormat.PNG - -**Type:** `int` - - -**Value:** `3` - - -Specifies the W3C Portable Network Graphics (PNG) image format. - diff --git a/english/python-java/aspose_barcode.generation/barcodeimageformat/svg/_index.md b/english/python-java/aspose_barcode.generation/barcodeimageformat/svg/_index.md deleted file mode 100644 index 4e392d5f2..000000000 --- a/english/python-java/aspose_barcode.generation/barcodeimageformat/svg/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "BarCodeImageFormat.SVG" -linktitle: "SVG" -articleTitle: "SVG" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies the Scalable Vector Graphics (SVG) image format." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/barcodeimageformat/svg/ ---- - -## BarCodeImageFormat.SVG - -**Type:** `int` - - -**Value:** `7` - - -Specifies the Scalable Vector Graphics (SVG) image format. - diff --git a/english/python-java/aspose_barcode.generation/barcodeimageformat/tiff/_index.md b/english/python-java/aspose_barcode.generation/barcodeimageformat/tiff/_index.md deleted file mode 100644 index b9a457179..000000000 --- a/english/python-java/aspose_barcode.generation/barcodeimageformat/tiff/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "BarCodeImageFormat.TIFF" -linktitle: "TIFF" -articleTitle: "TIFF" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies the Tagged Image File Format (TIFF) image format." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/barcodeimageformat/tiff/ ---- - -## BarCodeImageFormat.TIFF - -**Type:** `int` - - -**Value:** `4` - - -Specifies the Tagged Image File Format (TIFF) image format. - diff --git a/english/python-java/aspose_barcode.generation/barcodeimageformat/tiff_in_cmyk/_index.md b/english/python-java/aspose_barcode.generation/barcodeimageformat/tiff_in_cmyk/_index.md deleted file mode 100644 index 1420a4935..000000000 --- a/english/python-java/aspose_barcode.generation/barcodeimageformat/tiff_in_cmyk/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "BarCodeImageFormat.TIFF_IN_CMYK" -linktitle: "TIFF_IN_CMYK" -articleTitle: "TIFF_IN_CMYK" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies the Tagged Image File Format (TIFF) image format in CMYK color model." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/barcodeimageformat/tiff_in_cmyk/ ---- - -## BarCodeImageFormat.TIFF_IN_CMYK - -**Type:** `int` - - -**Value:** `5` - - -Specifies the Tagged Image File Format (TIFF) image format in CMYK color model. - diff --git a/english/python-java/aspose_barcode.generation/barcodeparameters/_index.md b/english/python-java/aspose_barcode.generation/barcodeparameters/_index.md index de11a8bbb..b677a8207 100644 --- a/english/python-java/aspose_barcode.generation/barcodeparameters/_index.md +++ b/english/python-java/aspose_barcode.generation/barcodeparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "BarcodeParameters Class" +title: "BarcodeParameters" linktitle: "BarcodeParameters" -articleTitle: "BarcodeParameters" second_title: "Aspose.BarCode for Python via Java" description: "Barcode generation parameters." type: docs @@ -21,44 +20,379 @@ Barcode generation parameters. | Name | Description | | --- | --- | -| [__init__](./barcodeparameters/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [australian_post](./australian_post/) | `AustralianPostParameters` | No | AustralianPost barcode parameters. | -| [aztec](./aztec/) | `AztecParameters` | No | Aztec parameters. | -| [codabar](./codabar/) | `CodabarParameters` | No | Codabar parameters. | -| [codablock](./codablock/) | `CodablockParameters` | No | Codablock parameters. | -| [code_128](./code_128/) | `Code128Parameters` | No | Code128 parameters. | -| [code_16k](./code_16k/) | `Code16KParameters` | No | Code16K parameters. | -| [codetext_parameters](./codetext_parameters/) | `CodetextParameters` | No | Codetext parameters. | -| [coupon](./coupon/) | `CouponParameters` | No | Coupon parameters. Used for UpcaGs1DatabarCoupon, UpcaGs1Code128Coupon. | -| [data_bar](./data_bar/) | `DataBarParameters` | No | Databar parameters. | -| [data_matrix](./data_matrix/) | `DataMatrixParameters` | No | DataMatrix parameters. | -| [dot_code](./dot_code/) | `DotCodeParameters` | No | DotCode parameters. | -| [han_xin](./han_xin/) | `HanXinParameters` | No | HanXin parameters. | -| [itf](./itf/) | `ITFParameters` | No | ITF parameters. | -| [maxi_code](./maxi_code/) | `MaxiCodeParameters` | No | MaxiCode parameters. | -| [padding](./padding/) | `Padding` | No | Barcode paddings. Default value: 5pt 5pt 5pt 5pt. | -| [patch_code](./patch_code/) | `PatchCodeParameters` | No | PatchCode parameters. | -| [pdf_417](./pdf_417/) | `Pdf417Parameters` | No | PDF417 parameters. | -| [postal](./postal/) | `PostalParameters` | No | Postal parameters. Used for Postnet, Planet. | -| [qr](./qr/) | `QrParameters` | No | QR parameters. | -| [supplement](./supplement/) | `SupplementParameters` | No | Supplement parameters. Used for Interleaved2of5, Standard2of5, EAN13, EAN8, UPCA, UPCE, ISBN, ISSN, ISMN. | +| [australian_post](#australian_post) | `AustralianPostParameters` | No | AustralianPost barcode parameters. | +| [aztec](#aztec) | `AztecParameters` | No | Aztec parameters. | +| [codabar](#codabar) | `CodabarParameters` | No | Codabar parameters. | +| [codablock](#codablock) | `CodablockParameters` | No | Codablock parameters. | +| [code_128](#code_128) | `Code128Parameters` | No | Code128 parameters. | +| [code_16k](#code_16k) | `Code16KParameters` | No | Code16K parameters. | +| [codetext_parameters](#codetext_parameters) | `CodetextParameters` | No | Codetext parameters. | +| [coupon](#coupon) | `CouponParameters` | No | Coupon parameters. Used for UpcaGs1DatabarCoupon, UpcaGs1Code128Coupon. | +| [data_bar](#data_bar) | `DataBarParameters` | No | Databar parameters. | +| [data_matrix](#data_matrix) | `DataMatrixParameters` | No | DataMatrix parameters. | +| [dot_code](#dot_code) | `DotCodeParameters` | No | DotCode parameters. | +| [han_xin](#han_xin) | `HanXinParameters` | No | HanXin parameters. | +| [itf](#itf) | `ITFParameters` | No | ITF parameters. | +| [maxi_code](#maxi_code) | `MaxiCodeParameters` | No | MaxiCode parameters. | +| [padding](#padding) | `Padding` | No | Barcode paddings. Default value: 5pt 5pt 5pt 5pt. | +| [patch_code](#patch_code) | `PatchCodeParameters` | No | PatchCode parameters. | +| [pdf_417](#pdf_417) | `Pdf417Parameters` | No | PDF417 parameters. | +| [postal](#postal) | `PostalParameters` | No | Postal parameters. Used for Postnet, Planet. | +| [qr](#qr) | `QrParameters` | No | QR parameters. | +| [supplement](#supplement) | `SupplementParameters` | No | Supplement parameters. Used for Interleaved2of5, Standard2of5, EAN13, EAN8, UPCA, UPCE, ISBN, ISSN, ISMN. | ## Properties | Name | Type | Description | | --- | --- | --- | -| [bar_color](./bar_color/) | `Tuple[int, int, int]` | Bars color, representation of an RGB tuple. Default value: 0 | -| [bar_height](./bar_height/) | `Unit` | Height of 1D barcodes' bars in Unit value. Ignored if AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION. | -| [bar_width_reduction](./bar_width_reduction/) | `Unit` | Get bars reduction value that is used to compensate ink spread while printing. | -| [checksum_always_show](./checksum_always_show/) | `bool` | Always display checksum digit in the human readable text for Code128 and GS1Code128 barcodes. | -| [checksum_enabled](./checksum_enabled/) | `EnableChecksum` | Enable checksum during generation 1D barcodes. Default is treated as Yes for symbology which must contain checksum, as No where checksum only possible. Checksum is possible: Code39 Standard/Extended, Standard2of5, Interleaved2of5, Matrix2of5, ItalianPost25, DeutschePostIdentcode, DeutschePostLeitcode, VIN, Codabar Checksum always used: Rest symbology | -| [enable_escape](./enable_escape/) | `bool` | Indicates whether explains the character "\" as an escape character in CodeText property. Used for Pdf417, DataMatrix, Code128 only If the EnableEscape is True, "\" will be explained as a special escape character. Otherwise, "\" acts as normal characters. Aspose.BarCode supports inputing decimal ascii code and mnemonic for ASCII control-code characters. For example, \013 and \CR stands for CR. | -| [filled_bars](./filled_bars/) | `bool` | Gets a value indicating whether bars filled. Only for 1D barcodes. Default value: True. | -| [gs1_composite_bar](./gs1_composite_bar/) | `GS1CompositeBarParameters` | GS1 Composite Bar parameters. This sample shows how to create and save a GS1 Composite Bar image. Note that 1D codetext and 2D codetext are separated by symbol '/' | -| [wide_narrow_ratio](./wide_narrow_ratio/) | `float` | Wide bars to Narrow bars ratio. Default value: 3, that is, wide bars are 3 times as wide as narrow bars. Used for ITF, PZN, PharmaCode, Standard2of5, Interleaved2of5, Matrix2of5, ItalianPost25, IATA2of5, VIN, DeutschePost, OPC, Code32, DataLogic2of5, PatchCode, Code39Extended, Code39Standard The WideNarrowRatio parameter value is less than or equal to 0. | -| [x_dimension](./x_dimension/) | `Unit` | x-dimension is the smallest width of the unit of BarCode bars or spaces. Increasing this will increase the whole barcode image width. Ignored if AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION. | +| [bar_color](#bar_color) | `Tuple[int, int, int]` | Bars color, representation of an RGB tuple. Default value: 0 | +| [bar_height](#bar_height) | `Unit` | Height of 1D barcodes' bars in Unit value. Ignored if AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION. | +| [bar_width_reduction](#bar_width_reduction) | `Unit` | Get bars reduction value that is used to compensate ink spread while printing. | +| [checksum_always_show](#checksum_always_show) | `bool` | Always display checksum digit in the human readable text for Code128 and GS1Code128 barcodes. | +| [checksum_enabled](#checksum_enabled) | `EnableChecksum` | Enable checksum during generation 1D barcodes. Default is treated as Yes for symbology which must contain checksum, as No where checksum only possible. Checksum is possible: Code39 Standard/Extended, Standard2of5, Interleaved2of5, Matrix2of5, ItalianPost25, DeutschePostIdentcode, DeutschePostLeitcode, VIN, Codabar Checksum always used: Rest symbology | +| [enable_escape](#enable_escape) | `bool` | Indicates whether explains the character "\" as an escape character in CodeText property. Used for Pdf417, DataMatrix, Code128 only If the EnableEscape is True, "\" will be explained as a special escape character. Otherwise, "\" acts as normal characters. Aspose.BarCode supports inputing decimal ascii code and mnemonic for ASCII control-code characters. For example, \013 and \CR stands for CR. | +| [filled_bars](#filled_bars) | `bool` | Gets a value indicating whether bars filled. Only for 1D barcodes. Default value: True. | +| [gs1_composite_bar](#gs1_composite_bar) | `GS1CompositeBarParameters` | GS1 Composite Bar parameters. This sample shows how to create and save a GS1 Composite Bar image. Note that 1D codetext and 2D codetext are separated by symbol '/' | +| [wide_narrow_ratio](#wide_narrow_ratio) | `float` | Wide bars to Narrow bars ratio. Default value: 3, that is, wide bars are 3 times as wide as narrow bars. Used for ITF, PZN, PharmaCode, Standard2of5, Interleaved2of5, Matrix2of5, ItalianPost25, IATA2of5, VIN, DeutschePost, OPC, Code32, DataLogic2of5, PatchCode, Code39Extended, Code39Standard The WideNarrowRatio parameter value is less than or equal to 0. | +| [x_dimension](#x_dimension) | `Unit` | x-dimension is the smallest width of the unit of BarCode bars or spaces. Increasing this will increase the whole barcode image width. Ignored if AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION. | + +### BarcodeParameters Constructor {#constructor} + +```python +__init__(self, java_class) -> def +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `java_class` | `` | | + +### BarcodeParameters.australian_post {#australian_post} + +```python +australian_post(self) -> AustralianPostParameters +``` + +AustralianPost barcode parameters. + +**Return Type:** `AustralianPostParameters` + +### BarcodeParameters.aztec {#aztec} + +```python +aztec(self) -> AztecParameters +``` + +Aztec parameters. + +**Return Type:** `AztecParameters` + +### BarcodeParameters.codabar {#codabar} + +```python +codabar(self) -> CodabarParameters +``` + +Codabar parameters. + +**Return Type:** `CodabarParameters` + +### BarcodeParameters.codablock {#codablock} + +```python +codablock(self) -> CodablockParameters +``` + +Codablock parameters. + +**Return Type:** `CodablockParameters` + +### BarcodeParameters.code_128 {#code_128} + +```python +code_128(self) -> Code128Parameters +``` + +Code128 parameters. + +**Return Type:** `Code128Parameters` + +### BarcodeParameters.code_16k {#code_16k} + +```python +code_16k(self) -> Code16KParameters +``` + +Code16K parameters. + +**Return Type:** `Code16KParameters` + +### BarcodeParameters.codetext_parameters {#codetext_parameters} + +```python +codetext_parameters(self) -> CodetextParameters +``` + +Codetext parameters. + +**Return Type:** `CodetextParameters` + +### BarcodeParameters.coupon {#coupon} + +```python +coupon(self) -> CouponParameters +``` + +Coupon parameters. Used for UpcaGs1DatabarCoupon, UpcaGs1Code128Coupon. + +**Return Type:** `CouponParameters` + +### BarcodeParameters.data_bar {#data_bar} + +```python +data_bar(self) -> DataBarParameters +``` + +Databar parameters. + +**Return Type:** `DataBarParameters` + +### BarcodeParameters.data_matrix {#data_matrix} + +```python +data_matrix(self) -> DataMatrixParameters +``` + +DataMatrix parameters. + +**Return Type:** `DataMatrixParameters` + +### BarcodeParameters.dot_code {#dot_code} + +```python +dot_code(self) -> DotCodeParameters +``` + +DotCode parameters. + +**Return Type:** `DotCodeParameters` + +### BarcodeParameters.han_xin {#han_xin} + +```python +han_xin(self) -> HanXinParameters +``` + +HanXin parameters. + +**Return Type:** `HanXinParameters` + +### BarcodeParameters.itf {#itf} + +```python +itf(self) -> ITFParameters +``` + +ITF parameters. + +**Return Type:** `ITFParameters` + +### BarcodeParameters.maxi_code {#maxi_code} + +```python +maxi_code(self) -> MaxiCodeParameters +``` + +MaxiCode parameters. + +**Return Type:** `MaxiCodeParameters` + +### BarcodeParameters.padding {#padding} + +```python +padding(self) -> Padding +``` + +Barcode paddings. Default value: 5pt 5pt 5pt 5pt. + +**Return Type:** `Padding` + +### BarcodeParameters.patch_code {#patch_code} + +```python +patch_code(self) -> PatchCodeParameters +``` + +PatchCode parameters. + +**Return Type:** `PatchCodeParameters` + +### BarcodeParameters.pdf_417 {#pdf_417} + +```python +pdf_417(self) -> Pdf417Parameters +``` + +PDF417 parameters. + +**Return Type:** `Pdf417Parameters` + +### BarcodeParameters.postal {#postal} + +```python +postal(self) -> PostalParameters +``` + +Postal parameters. Used for Postnet, Planet. + +**Return Type:** `PostalParameters` + +### BarcodeParameters.qr {#qr} + +```python +qr(self) -> QrParameters +``` + +QR parameters. + +**Return Type:** `QrParameters` + +### BarcodeParameters.supplement {#supplement} + +```python +supplement(self) -> SupplementParameters +``` + +Supplement parameters. Used for Interleaved2of5, Standard2of5, EAN13, EAN8, UPCA, UPCE, ISBN, ISSN, ISMN. + +**Return Type:** `SupplementParameters` + +### BarcodeParameters.bar_color {#bar_color} + +**Type:** `Tuple[int, int, int]` + +Bars color, representation of an RGB tuple. Default value: 0 + +Bars color, representation of an RGB tuple. Default value: 0. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `Tuple[int, int, int]` | | + +### BarcodeParameters.bar_height {#bar_height} + +**Type:** `Unit` + +Height of 1D barcodes' bars in Unit value. Ignored if AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION. + +Height of 1D barcodes' bars in Unit value. Ignored if AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `Unit` | | + +### BarcodeParameters.bar_width_reduction {#bar_width_reduction} + +**Type:** `Unit` + +Get bars reduction value that is used to compensate ink spread while printing. + +**Returns:** Unit value of BarWidthReduction + +Sets bars reduction value that is used to compensate ink spread while printing. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `Unit` | | + +### BarcodeParameters.checksum_always_show {#checksum_always_show} + +**Type:** `bool` + +Always display checksum digit in the human readable text for Code128 and GS1Code128 barcodes. + +Always display checksum digit in the human-readable text for Code128 and GS1Code128 barcodes. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `bool` | | + +### BarcodeParameters.checksum_enabled {#checksum_enabled} + +**Type:** `EnableChecksum` + +Enable checksum during generation 1D barcodes. Default is treated as Yes for symbology which must contain checksum, as No where checksum only possible. Checksum is possible: Code39 Standard/Extended, Standard2of5, Interleaved2of5, Matrix2of5, ItalianPost25, DeutschePostIdentcode, DeutschePostLeitcode, VIN, Codabar Checksum always used: Rest symbology + +Enable checksum during generation 1D barcodes. Default is treated as Yes for symbology which must contain checksum, as No where checksum only possible. Checksum is possible: Code39 Standard/Extended, Standard2of5, Interleaved2of5, Matrix2of5, ItalianPost25, DeutschePostIdentcode, DeutschePostLeitcode, VIN, Codabar Checksum always used: Rest symbology + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `EnableChecksum` | | + +### BarcodeParameters.enable_escape {#enable_escape} + +**Type:** `bool` + +Indicates whether explains the character "\" as an escape character in CodeText property. Used for Pdf417, DataMatrix, Code128 only If the EnableEscape is True, "\" will be explained as a special escape character. Otherwise, "\" acts as normal characters. Aspose.BarCode supports inputing decimal ascii code and mnemonic for ASCII control-code characters. For example, \013 and \CR stands for CR. + +Indicates whether explains the character "\" as an escape character in CodeText property. Used for Pdf417, DataMatrix, Code128 only If the EnableEscape is True, "\" will be explained as a special escape character. Otherwise, "\" acts as normal characters. Aspose.BarCode supports inputing decimal ascii code and mnemonic for ASCII control-code characters. For example, \013 and \CR stands for CR. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `bool` | | + +### BarcodeParameters.filled_bars {#filled_bars} + +**Type:** `bool` + +Gets a value indicating whether bars filled. Only for 1D barcodes. Default value: True. + +Sets a value indicating whether bars filled. Only for 1D barcodes. Default value: True. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `bool` | | + +### BarcodeParameters.gs1_composite_bar {#gs1_composite_bar} + +**Type:** `GS1CompositeBarParameters` + +GS1 Composite Bar parameters. This sample shows how to create and save a GS1 Composite Bar image. Note that 1D codetext and 2D codetext are separated by symbol '/' + +**Returns:** GS1CompositeBarParameters GS1 Composite Bar parameters. + +GS1 Composite Bar parameters. This sample shows how to create and save a GS1 Composite Bar image. Note that 1D codetext and 2D codetext are separated by symbol '/' + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `GS1CompositeBarParameters` | | + +### BarcodeParameters.wide_narrow_ratio {#wide_narrow_ratio} + +**Type:** `float` + +Wide bars to Narrow bars ratio. Default value: 3, that is, wide bars are 3 times as wide as narrow bars. Used for ITF, PZN, PharmaCode, Standard2of5, Interleaved2of5, Matrix2of5, ItalianPost25, IATA2of5, VIN, DeutschePost, OPC, Code32, DataLogic2of5, PatchCode, Code39Extended, Code39Standard The WideNarrowRatio parameter value is less than or equal to 0. + +Wide bars to Narrow bars ratio. Default value: 3, that is, wide bars are 3 times as wide as narrow bars. Used for ITF, PZN, PharmaCode, Standard2of5, Interleaved2of5, Matrix2of5, ItalianPost25, IATA2of5, VIN, DeutschePost, OPC, Code32, DataLogic2of5, PatchCode, Code39Extended, Code39Standard The WideNarrowRatio parameter value is less than or equal to 0. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `float` | | + +### BarcodeParameters.x_dimension {#x_dimension} + +**Type:** `Unit` + +x-dimension is the smallest width of the unit of BarCode bars or spaces. Increasing this will increase the whole barcode image width. Ignored if AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION. + +x-dimension is the smallest width of the unit of BarCode bars or spaces. Increasing this will increase the whole barcode image width. Ignored if AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION. + +| Parameter | Type | Description | +| --- | --- | --- | +| `unit` | `Unit` | | + diff --git a/english/python-java/aspose_barcode.generation/barcodeparameters/australian_post/_index.md b/english/python-java/aspose_barcode.generation/barcodeparameters/australian_post/_index.md deleted file mode 100644 index c0c7be90e..000000000 --- a/english/python-java/aspose_barcode.generation/barcodeparameters/australian_post/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "BarcodeParameters.australian_post" -linktitle: "australian_post" -articleTitle: "australian_post" -second_title: "Aspose.BarCode for Python via Java" -description: "AustralianPost barcode parameters." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/barcodeparameters/australian_post/ ---- - -## BarcodeParameters.australian_post - -```python -australian_post(self) -> AustralianPostParameters -``` - - -AustralianPost barcode parameters. - - -**Return Type:** `AustralianPostParameters` - diff --git a/english/python-java/aspose_barcode.generation/barcodeparameters/aztec/_index.md b/english/python-java/aspose_barcode.generation/barcodeparameters/aztec/_index.md deleted file mode 100644 index f6c996278..000000000 --- a/english/python-java/aspose_barcode.generation/barcodeparameters/aztec/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "BarcodeParameters.aztec" -linktitle: "aztec" -articleTitle: "aztec" -second_title: "Aspose.BarCode for Python via Java" -description: "Aztec parameters." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/barcodeparameters/aztec/ ---- - -## BarcodeParameters.aztec - -```python -aztec(self) -> AztecParameters -``` - - -Aztec parameters. - - -**Return Type:** `AztecParameters` - diff --git a/english/python-java/aspose_barcode.generation/barcodeparameters/bar_color/_index.md b/english/python-java/aspose_barcode.generation/barcodeparameters/bar_color/_index.md deleted file mode 100644 index 6cecaf573..000000000 --- a/english/python-java/aspose_barcode.generation/barcodeparameters/bar_color/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "BarcodeParameters.bar_color" -linktitle: "bar_color" -articleTitle: "bar_color" -second_title: "Aspose.BarCode for Python via Java" -description: "Bars color, representation of an RGB tuple. Default value: 0" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/barcodeparameters/bar_color/ ---- - -## BarcodeParameters.bar_color - -**Type:** `Tuple[int, int, int]` - - -### Get - -Bars color, representation of an RGB tuple. Default value: 0 - - -### Set - -Bars color, representation of an RGB tuple. Default value: 0. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `Tuple[int, int, int]` | | diff --git a/english/python-java/aspose_barcode.generation/barcodeparameters/bar_height/_index.md b/english/python-java/aspose_barcode.generation/barcodeparameters/bar_height/_index.md deleted file mode 100644 index 39f9e64b8..000000000 --- a/english/python-java/aspose_barcode.generation/barcodeparameters/bar_height/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "BarcodeParameters.bar_height" -linktitle: "bar_height" -articleTitle: "bar_height" -second_title: "Aspose.BarCode for Python via Java" -description: "Height of 1D barcodes' bars in Unit value. Ignored if AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/barcodeparameters/bar_height/ ---- - -## BarcodeParameters.bar_height - -**Type:** `Unit` - - -### Get - -Height of 1D barcodes' bars in Unit value. Ignored if AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION. - - -### Set - -Height of 1D barcodes' bars in Unit value. Ignored if AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `Unit` | | diff --git a/english/python-java/aspose_barcode.generation/barcodeparameters/bar_width_reduction/_index.md b/english/python-java/aspose_barcode.generation/barcodeparameters/bar_width_reduction/_index.md deleted file mode 100644 index b894d7fff..000000000 --- a/english/python-java/aspose_barcode.generation/barcodeparameters/bar_width_reduction/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "BarcodeParameters.bar_width_reduction" -linktitle: "bar_width_reduction" -articleTitle: "bar_width_reduction" -second_title: "Aspose.BarCode for Python via Java" -description: "Get bars reduction value that is used to compensate ink spread while printing." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/barcodeparameters/bar_width_reduction/ ---- - -## BarcodeParameters.bar_width_reduction - -**Type:** `Unit` - - -### Get - -Get bars reduction value that is used to compensate ink spread while printing. - - -**Returns:** Unit value of BarWidthReduction - - -### Set - -Sets bars reduction value that is used to compensate ink spread while printing. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `Unit` | | diff --git a/english/python-java/aspose_barcode.generation/barcodeparameters/barcodeparameters/_index.md b/english/python-java/aspose_barcode.generation/barcodeparameters/barcodeparameters/_index.md deleted file mode 100644 index 5b726c528..000000000 --- a/english/python-java/aspose_barcode.generation/barcodeparameters/barcodeparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "BarcodeParameters" -linktitle: "BarcodeParameters" -articleTitle: "BarcodeParameters" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/barcodeparameters/barcodeparameters/ ---- - -## BarcodeParameters Constructor - -```python -__init__(self, java_class) -> def -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `java_class` | `` | | diff --git a/english/python-java/aspose_barcode.generation/barcodeparameters/checksum_always_show/_index.md b/english/python-java/aspose_barcode.generation/barcodeparameters/checksum_always_show/_index.md deleted file mode 100644 index 02da08f68..000000000 --- a/english/python-java/aspose_barcode.generation/barcodeparameters/checksum_always_show/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "BarcodeParameters.checksum_always_show" -linktitle: "checksum_always_show" -articleTitle: "checksum_always_show" -second_title: "Aspose.BarCode for Python via Java" -description: "Always display checksum digit in the human readable text for Code128 and GS1Code128 barcodes." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/barcodeparameters/checksum_always_show/ ---- - -## BarcodeParameters.checksum_always_show - -**Type:** `bool` - - -### Get - -Always display checksum digit in the human readable text for Code128 and GS1Code128 barcodes. - - -### Set - -Always display checksum digit in the human-readable text for Code128 and GS1Code128 barcodes. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `bool` | | diff --git a/english/python-java/aspose_barcode.generation/barcodeparameters/checksum_enabled/_index.md b/english/python-java/aspose_barcode.generation/barcodeparameters/checksum_enabled/_index.md deleted file mode 100644 index f8a457059..000000000 --- a/english/python-java/aspose_barcode.generation/barcodeparameters/checksum_enabled/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "BarcodeParameters.checksum_enabled" -linktitle: "checksum_enabled" -articleTitle: "checksum_enabled" -second_title: "Aspose.BarCode for Python via Java" -description: "Enable checksum during generation 1D barcodes. Default is treated as Yes for symbology which must contain checksum, as No where checksum only possible. Checksum" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/barcodeparameters/checksum_enabled/ ---- - -## BarcodeParameters.checksum_enabled - -**Type:** `EnableChecksum` - - -### Get - -Enable checksum during generation 1D barcodes. Default is treated as Yes for symbology which must contain checksum, as No where checksum only possible. Checksum is possible: Code39 Standard/Extended, Standard2of5, Interleaved2of5, Matrix2of5, ItalianPost25, DeutschePostIdentcode, DeutschePostLeitcode, VIN, Codabar Checksum always used: Rest symbology - - -### Set - -Enable checksum during generation 1D barcodes. Default is treated as Yes for symbology which must contain checksum, as No where checksum only possible. Checksum is possible: Code39 Standard/Extended, Standard2of5, Interleaved2of5, Matrix2of5, ItalianPost25, DeutschePostIdentcode, DeutschePostLeitcode, VIN, Codabar Checksum always used: Rest symbology - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `EnableChecksum` | | diff --git a/english/python-java/aspose_barcode.generation/barcodeparameters/codabar/_index.md b/english/python-java/aspose_barcode.generation/barcodeparameters/codabar/_index.md deleted file mode 100644 index ac4199cc8..000000000 --- a/english/python-java/aspose_barcode.generation/barcodeparameters/codabar/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "BarcodeParameters.codabar" -linktitle: "codabar" -articleTitle: "codabar" -second_title: "Aspose.BarCode for Python via Java" -description: "Codabar parameters." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/barcodeparameters/codabar/ ---- - -## BarcodeParameters.codabar - -```python -codabar(self) -> CodabarParameters -``` - - -Codabar parameters. - - -**Return Type:** `CodabarParameters` - diff --git a/english/python-java/aspose_barcode.generation/barcodeparameters/codablock/_index.md b/english/python-java/aspose_barcode.generation/barcodeparameters/codablock/_index.md deleted file mode 100644 index 44b2c1d0e..000000000 --- a/english/python-java/aspose_barcode.generation/barcodeparameters/codablock/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "BarcodeParameters.codablock" -linktitle: "codablock" -articleTitle: "codablock" -second_title: "Aspose.BarCode for Python via Java" -description: "Codablock parameters." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/barcodeparameters/codablock/ ---- - -## BarcodeParameters.codablock - -```python -codablock(self) -> CodablockParameters -``` - - -Codablock parameters. - - -**Return Type:** `CodablockParameters` - diff --git a/english/python-java/aspose_barcode.generation/barcodeparameters/code_128/_index.md b/english/python-java/aspose_barcode.generation/barcodeparameters/code_128/_index.md deleted file mode 100644 index 7888658be..000000000 --- a/english/python-java/aspose_barcode.generation/barcodeparameters/code_128/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "BarcodeParameters.code_128" -linktitle: "code_128" -articleTitle: "code_128" -second_title: "Aspose.BarCode for Python via Java" -description: "Code128 parameters." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/barcodeparameters/code_128/ ---- - -## BarcodeParameters.code_128 - -```python -code_128(self) -> Code128Parameters -``` - - -Code128 parameters. - - -**Return Type:** `Code128Parameters` - diff --git a/english/python-java/aspose_barcode.generation/barcodeparameters/code_16k/_index.md b/english/python-java/aspose_barcode.generation/barcodeparameters/code_16k/_index.md deleted file mode 100644 index 5d5e268b6..000000000 --- a/english/python-java/aspose_barcode.generation/barcodeparameters/code_16k/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "BarcodeParameters.code_16k" -linktitle: "code_16k" -articleTitle: "code_16k" -second_title: "Aspose.BarCode for Python via Java" -description: "Code16K parameters." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/barcodeparameters/code_16k/ ---- - -## BarcodeParameters.code_16k - -```python -code_16k(self) -> Code16KParameters -``` - - -Code16K parameters. - - -**Return Type:** `Code16KParameters` - diff --git a/english/python-java/aspose_barcode.generation/barcodeparameters/codetext_parameters/_index.md b/english/python-java/aspose_barcode.generation/barcodeparameters/codetext_parameters/_index.md deleted file mode 100644 index 33ca9cf05..000000000 --- a/english/python-java/aspose_barcode.generation/barcodeparameters/codetext_parameters/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "BarcodeParameters.codetext_parameters" -linktitle: "codetext_parameters" -articleTitle: "codetext_parameters" -second_title: "Aspose.BarCode for Python via Java" -description: "Codetext parameters." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/barcodeparameters/codetext_parameters/ ---- - -## BarcodeParameters.codetext_parameters - -```python -codetext_parameters(self) -> CodetextParameters -``` - - -Codetext parameters. - - -**Return Type:** `CodetextParameters` - diff --git a/english/python-java/aspose_barcode.generation/barcodeparameters/coupon/_index.md b/english/python-java/aspose_barcode.generation/barcodeparameters/coupon/_index.md deleted file mode 100644 index b9824ceb5..000000000 --- a/english/python-java/aspose_barcode.generation/barcodeparameters/coupon/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "BarcodeParameters.coupon" -linktitle: "coupon" -articleTitle: "coupon" -second_title: "Aspose.BarCode for Python via Java" -description: "Coupon parameters. Used for UpcaGs1DatabarCoupon, UpcaGs1Code128Coupon." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/barcodeparameters/coupon/ ---- - -## BarcodeParameters.coupon - -```python -coupon(self) -> CouponParameters -``` - - -Coupon parameters. Used for UpcaGs1DatabarCoupon, UpcaGs1Code128Coupon. - - -**Return Type:** `CouponParameters` - diff --git a/english/python-java/aspose_barcode.generation/barcodeparameters/data_bar/_index.md b/english/python-java/aspose_barcode.generation/barcodeparameters/data_bar/_index.md deleted file mode 100644 index 75847516e..000000000 --- a/english/python-java/aspose_barcode.generation/barcodeparameters/data_bar/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "BarcodeParameters.data_bar" -linktitle: "data_bar" -articleTitle: "data_bar" -second_title: "Aspose.BarCode for Python via Java" -description: "Databar parameters." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/barcodeparameters/data_bar/ ---- - -## BarcodeParameters.data_bar - -```python -data_bar(self) -> DataBarParameters -``` - - -Databar parameters. - - -**Return Type:** `DataBarParameters` - diff --git a/english/python-java/aspose_barcode.generation/barcodeparameters/data_matrix/_index.md b/english/python-java/aspose_barcode.generation/barcodeparameters/data_matrix/_index.md deleted file mode 100644 index 40decbda3..000000000 --- a/english/python-java/aspose_barcode.generation/barcodeparameters/data_matrix/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "BarcodeParameters.data_matrix" -linktitle: "data_matrix" -articleTitle: "data_matrix" -second_title: "Aspose.BarCode for Python via Java" -description: "DataMatrix parameters." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/barcodeparameters/data_matrix/ ---- - -## BarcodeParameters.data_matrix - -```python -data_matrix(self) -> DataMatrixParameters -``` - - -DataMatrix parameters. - - -**Return Type:** `DataMatrixParameters` - diff --git a/english/python-java/aspose_barcode.generation/barcodeparameters/dot_code/_index.md b/english/python-java/aspose_barcode.generation/barcodeparameters/dot_code/_index.md deleted file mode 100644 index 8a9f6ece9..000000000 --- a/english/python-java/aspose_barcode.generation/barcodeparameters/dot_code/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "BarcodeParameters.dot_code" -linktitle: "dot_code" -articleTitle: "dot_code" -second_title: "Aspose.BarCode for Python via Java" -description: "DotCode parameters." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/barcodeparameters/dot_code/ ---- - -## BarcodeParameters.dot_code - -```python -dot_code(self) -> DotCodeParameters -``` - - -DotCode parameters. - - -**Return Type:** `DotCodeParameters` - diff --git a/english/python-java/aspose_barcode.generation/barcodeparameters/enable_escape/_index.md b/english/python-java/aspose_barcode.generation/barcodeparameters/enable_escape/_index.md deleted file mode 100644 index 5c12e72b0..000000000 --- a/english/python-java/aspose_barcode.generation/barcodeparameters/enable_escape/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "BarcodeParameters.enable_escape" -linktitle: "enable_escape" -articleTitle: "enable_escape" -second_title: "Aspose.BarCode for Python via Java" -description: "Indicates whether explains the character \"\\\" as an escape character in CodeText property. Used for Pdf417, DataMatrix, Code128 only If the EnableEscape is True," -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/barcodeparameters/enable_escape/ ---- - -## BarcodeParameters.enable_escape - -**Type:** `bool` - - -### Get - -Indicates whether explains the character "\" as an escape character in CodeText property. Used for Pdf417, DataMatrix, Code128 only If the EnableEscape is True, "\" will be explained as a special escape character. Otherwise, "\" acts as normal characters. Aspose.BarCode supports inputing decimal ascii code and mnemonic for ASCII control-code characters. For example, \013 and \CR stands for CR. - - -### Set - -Indicates whether explains the character "\" as an escape character in CodeText property. Used for Pdf417, DataMatrix, Code128 only If the EnableEscape is True, "\" will be explained as a special escape character. Otherwise, "\" acts as normal characters. Aspose.BarCode supports inputing decimal ascii code and mnemonic for ASCII control-code characters. For example, \013 and \CR stands for CR. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `bool` | | diff --git a/english/python-java/aspose_barcode.generation/barcodeparameters/filled_bars/_index.md b/english/python-java/aspose_barcode.generation/barcodeparameters/filled_bars/_index.md deleted file mode 100644 index 90f63f479..000000000 --- a/english/python-java/aspose_barcode.generation/barcodeparameters/filled_bars/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "BarcodeParameters.filled_bars" -linktitle: "filled_bars" -articleTitle: "filled_bars" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets a value indicating whether bars filled. Only for 1D barcodes. Default value: True." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/barcodeparameters/filled_bars/ ---- - -## BarcodeParameters.filled_bars - -**Type:** `bool` - - -### Get - -Gets a value indicating whether bars filled. Only for 1D barcodes. Default value: True. - - -### Set - -Sets a value indicating whether bars filled. Only for 1D barcodes. Default value: True. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `bool` | | diff --git a/english/python-java/aspose_barcode.generation/barcodeparameters/gs1_composite_bar/_index.md b/english/python-java/aspose_barcode.generation/barcodeparameters/gs1_composite_bar/_index.md deleted file mode 100644 index 336d0b298..000000000 --- a/english/python-java/aspose_barcode.generation/barcodeparameters/gs1_composite_bar/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "BarcodeParameters.gs1_composite_bar" -linktitle: "gs1_composite_bar" -articleTitle: "gs1_composite_bar" -second_title: "Aspose.BarCode for Python via Java" -description: "GS1 Composite Bar parameters. This sample shows how to create and save a GS1 Composite Bar image. Note that 1D codetext and 2D codetext are separated by symbol " -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/barcodeparameters/gs1_composite_bar/ ---- - -## BarcodeParameters.gs1_composite_bar - -**Type:** `GS1CompositeBarParameters` - - -### Get - -GS1 Composite Bar parameters. This sample shows how to create and save a GS1 Composite Bar image. Note that 1D codetext and 2D codetext are separated by symbol '/' - - -**Returns:** GS1CompositeBarParameters GS1 Composite Bar parameters. - - -### Set - -GS1 Composite Bar parameters. This sample shows how to create and save a GS1 Composite Bar image. Note that 1D codetext and 2D codetext are separated by symbol '/' - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `GS1CompositeBarParameters` | | diff --git a/english/python-java/aspose_barcode.generation/barcodeparameters/han_xin/_index.md b/english/python-java/aspose_barcode.generation/barcodeparameters/han_xin/_index.md deleted file mode 100644 index 7361799f0..000000000 --- a/english/python-java/aspose_barcode.generation/barcodeparameters/han_xin/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "BarcodeParameters.han_xin" -linktitle: "han_xin" -articleTitle: "han_xin" -second_title: "Aspose.BarCode for Python via Java" -description: "HanXin parameters." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/barcodeparameters/han_xin/ ---- - -## BarcodeParameters.han_xin - -```python -han_xin(self) -> HanXinParameters -``` - - -HanXin parameters. - - -**Return Type:** `HanXinParameters` - diff --git a/english/python-java/aspose_barcode.generation/barcodeparameters/itf/_index.md b/english/python-java/aspose_barcode.generation/barcodeparameters/itf/_index.md deleted file mode 100644 index b13fc6adf..000000000 --- a/english/python-java/aspose_barcode.generation/barcodeparameters/itf/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "BarcodeParameters.itf" -linktitle: "itf" -articleTitle: "itf" -second_title: "Aspose.BarCode for Python via Java" -description: "ITF parameters." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/barcodeparameters/itf/ ---- - -## BarcodeParameters.itf - -```python -itf(self) -> ITFParameters -``` - - -ITF parameters. - - -**Return Type:** `ITFParameters` - diff --git a/english/python-java/aspose_barcode.generation/barcodeparameters/maxi_code/_index.md b/english/python-java/aspose_barcode.generation/barcodeparameters/maxi_code/_index.md deleted file mode 100644 index b646a7716..000000000 --- a/english/python-java/aspose_barcode.generation/barcodeparameters/maxi_code/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "BarcodeParameters.maxi_code" -linktitle: "maxi_code" -articleTitle: "maxi_code" -second_title: "Aspose.BarCode for Python via Java" -description: "MaxiCode parameters." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/barcodeparameters/maxi_code/ ---- - -## BarcodeParameters.maxi_code - -```python -maxi_code(self) -> MaxiCodeParameters -``` - - -MaxiCode parameters. - - -**Return Type:** `MaxiCodeParameters` - diff --git a/english/python-java/aspose_barcode.generation/barcodeparameters/padding/_index.md b/english/python-java/aspose_barcode.generation/barcodeparameters/padding/_index.md deleted file mode 100644 index aea697642..000000000 --- a/english/python-java/aspose_barcode.generation/barcodeparameters/padding/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "BarcodeParameters.padding" -linktitle: "padding" -articleTitle: "padding" -second_title: "Aspose.BarCode for Python via Java" -description: "Barcode paddings. Default value: 5pt 5pt 5pt 5pt." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/barcodeparameters/padding/ ---- - -## BarcodeParameters.padding - -```python -padding(self) -> Padding -``` - - -Barcode paddings. Default value: 5pt 5pt 5pt 5pt. - - -**Return Type:** `Padding` - diff --git a/english/python-java/aspose_barcode.generation/barcodeparameters/patch_code/_index.md b/english/python-java/aspose_barcode.generation/barcodeparameters/patch_code/_index.md deleted file mode 100644 index 1b336a1ad..000000000 --- a/english/python-java/aspose_barcode.generation/barcodeparameters/patch_code/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "BarcodeParameters.patch_code" -linktitle: "patch_code" -articleTitle: "patch_code" -second_title: "Aspose.BarCode for Python via Java" -description: "PatchCode parameters." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/barcodeparameters/patch_code/ ---- - -## BarcodeParameters.patch_code - -```python -patch_code(self) -> PatchCodeParameters -``` - - -PatchCode parameters. - - -**Return Type:** `PatchCodeParameters` - diff --git a/english/python-java/aspose_barcode.generation/barcodeparameters/pdf_417/_index.md b/english/python-java/aspose_barcode.generation/barcodeparameters/pdf_417/_index.md deleted file mode 100644 index 78971a2f1..000000000 --- a/english/python-java/aspose_barcode.generation/barcodeparameters/pdf_417/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "BarcodeParameters.pdf_417" -linktitle: "pdf_417" -articleTitle: "pdf_417" -second_title: "Aspose.BarCode for Python via Java" -description: "PDF417 parameters." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/barcodeparameters/pdf_417/ ---- - -## BarcodeParameters.pdf_417 - -```python -pdf_417(self) -> Pdf417Parameters -``` - - -PDF417 parameters. - - -**Return Type:** `Pdf417Parameters` - diff --git a/english/python-java/aspose_barcode.generation/barcodeparameters/postal/_index.md b/english/python-java/aspose_barcode.generation/barcodeparameters/postal/_index.md deleted file mode 100644 index b927f8b6a..000000000 --- a/english/python-java/aspose_barcode.generation/barcodeparameters/postal/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "BarcodeParameters.postal" -linktitle: "postal" -articleTitle: "postal" -second_title: "Aspose.BarCode for Python via Java" -description: "Postal parameters. Used for Postnet, Planet." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/barcodeparameters/postal/ ---- - -## BarcodeParameters.postal - -```python -postal(self) -> PostalParameters -``` - - -Postal parameters. Used for Postnet, Planet. - - -**Return Type:** `PostalParameters` - diff --git a/english/python-java/aspose_barcode.generation/barcodeparameters/qr/_index.md b/english/python-java/aspose_barcode.generation/barcodeparameters/qr/_index.md deleted file mode 100644 index a38696d25..000000000 --- a/english/python-java/aspose_barcode.generation/barcodeparameters/qr/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "BarcodeParameters.qr" -linktitle: "qr" -articleTitle: "qr" -second_title: "Aspose.BarCode for Python via Java" -description: "QR parameters." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/barcodeparameters/qr/ ---- - -## BarcodeParameters.qr - -```python -qr(self) -> QrParameters -``` - - -QR parameters. - - -**Return Type:** `QrParameters` - diff --git a/english/python-java/aspose_barcode.generation/barcodeparameters/supplement/_index.md b/english/python-java/aspose_barcode.generation/barcodeparameters/supplement/_index.md deleted file mode 100644 index 97e29a239..000000000 --- a/english/python-java/aspose_barcode.generation/barcodeparameters/supplement/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "BarcodeParameters.supplement" -linktitle: "supplement" -articleTitle: "supplement" -second_title: "Aspose.BarCode for Python via Java" -description: "Supplement parameters. Used for Interleaved2of5, Standard2of5, EAN13, EAN8, UPCA, UPCE, ISBN, ISSN, ISMN." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/barcodeparameters/supplement/ ---- - -## BarcodeParameters.supplement - -```python -supplement(self) -> SupplementParameters -``` - - -Supplement parameters. Used for Interleaved2of5, Standard2of5, EAN13, EAN8, UPCA, UPCE, ISBN, ISSN, ISMN. - - -**Return Type:** `SupplementParameters` - diff --git a/english/python-java/aspose_barcode.generation/barcodeparameters/wide_narrow_ratio/_index.md b/english/python-java/aspose_barcode.generation/barcodeparameters/wide_narrow_ratio/_index.md deleted file mode 100644 index e3f434d73..000000000 --- a/english/python-java/aspose_barcode.generation/barcodeparameters/wide_narrow_ratio/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "BarcodeParameters.wide_narrow_ratio" -linktitle: "wide_narrow_ratio" -articleTitle: "wide_narrow_ratio" -second_title: "Aspose.BarCode for Python via Java" -description: "Wide bars to Narrow bars ratio. Default value: 3, that is, wide bars are 3 times as wide as narrow bars. Used for ITF, PZN, PharmaCode, Standard2of5, Interleave" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/barcodeparameters/wide_narrow_ratio/ ---- - -## BarcodeParameters.wide_narrow_ratio - -**Type:** `float` - - -### Get - -Wide bars to Narrow bars ratio. Default value: 3, that is, wide bars are 3 times as wide as narrow bars. Used for ITF, PZN, PharmaCode, Standard2of5, Interleaved2of5, Matrix2of5, ItalianPost25, IATA2of5, VIN, DeutschePost, OPC, Code32, DataLogic2of5, PatchCode, Code39Extended, Code39Standard The WideNarrowRatio parameter value is less than or equal to 0. - - -### Set - -Wide bars to Narrow bars ratio. Default value: 3, that is, wide bars are 3 times as wide as narrow bars. Used for ITF, PZN, PharmaCode, Standard2of5, Interleaved2of5, Matrix2of5, ItalianPost25, IATA2of5, VIN, DeutschePost, OPC, Code32, DataLogic2of5, PatchCode, Code39Extended, Code39Standard The WideNarrowRatio parameter value is less than or equal to 0. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `float` | | diff --git a/english/python-java/aspose_barcode.generation/barcodeparameters/x_dimension/_index.md b/english/python-java/aspose_barcode.generation/barcodeparameters/x_dimension/_index.md deleted file mode 100644 index 05578422a..000000000 --- a/english/python-java/aspose_barcode.generation/barcodeparameters/x_dimension/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "BarcodeParameters.x_dimension" -linktitle: "x_dimension" -articleTitle: "x_dimension" -second_title: "Aspose.BarCode for Python via Java" -description: "x-dimension is the smallest width of the unit of BarCode bars or spaces. Increasing this will increase the whole barcode image width. Ignored if AutoSizeMode pr" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/barcodeparameters/x_dimension/ ---- - -## BarcodeParameters.x_dimension - -**Type:** `Unit` - - -### Get - -x-dimension is the smallest width of the unit of BarCode bars or spaces. Increasing this will increase the whole barcode image width. Ignored if AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION. - - -### Set - -x-dimension is the smallest width of the unit of BarCode bars or spaces. Increasing this will increase the whole barcode image width. Ignored if AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `unit` | `Unit` | | diff --git a/english/python-java/aspose_barcode.generation/basegenerationparameters/_index.md b/english/python-java/aspose_barcode.generation/basegenerationparameters/_index.md index 26a2a8d96..fbc69340b 100644 --- a/english/python-java/aspose_barcode.generation/basegenerationparameters/_index.md +++ b/english/python-java/aspose_barcode.generation/basegenerationparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "BaseGenerationParameters Class" +title: "BaseGenerationParameters" linktitle: "BaseGenerationParameters" -articleTitle: "BaseGenerationParameters" second_title: "Aspose.BarCode for Python via Java" description: "Barcode image generation parameters." type: docs @@ -21,26 +20,161 @@ Barcode image generation parameters. | Name | Description | | --- | --- | -| [__init__](./basegenerationparameters/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [barcode](./barcode/) | `BarcodeParameters` | No | Gets the BarcodeParameters that contains all barcode properties. | -| [border](./border/) | `BorderParameters` | No | Gets the BorderParameters that contains all configuration properties for barcode border. | -| [caption_above](./caption_above/) | `CaptionParameters` | No | Caption Above the BarCode image. See CaptionParameters. | -| [caption_below](./caption_below/) | `CaptionParameters` | No | Caption Below the BarCode image. See CaptionParameters. | -| [image](./image/) | `ImageParameters` | No | | +| [barcode](#barcode) | `BarcodeParameters` | No | Gets the BarcodeParameters that contains all barcode properties. | +| [border](#border) | `BorderParameters` | No | Gets the BorderParameters that contains all configuration properties for barcode border. | +| [caption_above](#caption_above) | `CaptionParameters` | No | Caption Above the BarCode image. See CaptionParameters. | +| [caption_below](#caption_below) | `CaptionParameters` | No | Caption Below the BarCode image. See CaptionParameters. | +| [image](#image) | `ImageParameters` | No | | ## Properties | Name | Type | Description | | --- | --- | --- | -| [auto_size_mode](./auto_size_mode/) | `AutoSizeMode` | Specifies the different types of automatic sizing modes. Default value: AutoSizeMode.NONE. | -| [back_color](./back_color/) | `Tuple[int, int, int]` | | -| [image_height](./image_height/) | `Unit` | BarCode image height when AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION. | -| [image_width](./image_width/) | `Unit` | BarCode image width when AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION. | -| [resolution](./resolution/) | `float` | Gets the resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. The Resolution parameter value is less than or equal to 0. | -| [rotation_angle](./rotation_angle/) | `float` | BarCode image rotation angle, measured in degree, e.g. RotationAngle = 0 or RotationAngle = 360 means no rotation. If RotationAngle NOT equal to 90, 180, 270 or 0, it may increase the difficulty for the scanner to read the image. Default value: 0. This sample shows how to create and save a BarCode image. | -| [use_anti_alias](./use_anti_alias/) | `bool` | | +| [auto_size_mode](#auto_size_mode) | `AutoSizeMode` | Specifies the different types of automatic sizing modes. Default value: AutoSizeMode.NONE. | +| [back_color](#back_color) | `Tuple[int, int, int]` | | +| [image_height](#image_height) | `Unit` | BarCode image height when AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION. | +| [image_width](#image_width) | `Unit` | BarCode image width when AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION. | +| [resolution](#resolution) | `float` | Gets the resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. The Resolution parameter value is less than or equal to 0. | +| [rotation_angle](#rotation_angle) | `float` | BarCode image rotation angle, measured in degree, e.g. RotationAngle = 0 or RotationAngle = 360 means no rotation. If RotationAngle NOT equal to 90, 180, 270 or 0, it may increase the difficulty for the scanner to read the image. Default value: 0. This sample shows how to create and save a BarCode image. | +| [use_anti_alias](#use_anti_alias) | `bool` | | + +### BaseGenerationParameters Constructor {#constructor} + +```python +__init__(self, _java_class) -> def +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `_java_class` | `` | | + +### BaseGenerationParameters.barcode {#barcode} + +```python +barcode(self) -> BarcodeParameters +``` + +Gets the BarcodeParameters that contains all barcode properties. + +**Return Type:** `BarcodeParameters` + +### BaseGenerationParameters.border {#border} + +```python +border(self) -> BorderParameters +``` + +Gets the BorderParameters that contains all configuration properties for barcode border. + +**Return Type:** `BorderParameters` + +### BaseGenerationParameters.caption_above {#caption_above} + +```python +caption_above(self) -> CaptionParameters +``` + +Caption Above the BarCode image. See CaptionParameters. + +**Return Type:** `CaptionParameters` + +### BaseGenerationParameters.caption_below {#caption_below} + +```python +caption_below(self) -> CaptionParameters +``` + +Caption Below the BarCode image. See CaptionParameters. + +**Return Type:** `CaptionParameters` + +### BaseGenerationParameters.image {#image} + +```python +image(self) -> ImageParameters +``` + +**Return Type:** `ImageParameters` + +### BaseGenerationParameters.auto_size_mode {#auto_size_mode} + +**Type:** `AutoSizeMode` + +Specifies the different types of automatic sizing modes. Default value: AutoSizeMode.NONE. + +Specifies the different types of automatic sizing modes. Default value: AutoSizeMode.NONE. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `AutoSizeMode` | | + +### BaseGenerationParameters.back_color {#back_color} + +**Type:** `Tuple[int, int, int]` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `Tuple[int, int, int]` | | + +### BaseGenerationParameters.image_height {#image_height} + +**Type:** `Unit` + +BarCode image height when AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION. + +BarCode image height when AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `Unit` | | + +### BaseGenerationParameters.image_width {#image_width} + +**Type:** `Unit` + +BarCode image width when AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION. + +BarCode image width when AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `Unit` | | + +### BaseGenerationParameters.resolution {#resolution} + +**Type:** `float` + +Gets the resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. The Resolution parameter value is less than or equal to 0. + +Sets the resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. The Resolution parameter value is less than or equal to 0. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `float` | | + +### BaseGenerationParameters.rotation_angle {#rotation_angle} + +**Type:** `float` + +BarCode image rotation angle, measured in degree, e.g. RotationAngle = 0 or RotationAngle = 360 means no rotation. If RotationAngle NOT equal to 90, 180, 270 or 0, it may increase the difficulty for the scanner to read the image. Default value: 0. This sample shows how to create and save a BarCode image. + +BarCode image rotation angle, measured in degree, e.g. RotationAngle = 0 or RotationAngle = 360 means no rotation. If RotationAngle NOT equal to 90, 180, 270 or 0, it may increase the difficulty for the scanner to read the image. Default value: 0. This sample shows how to create and save a BarCode image. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `float` | | + +### BaseGenerationParameters.use_anti_alias {#use_anti_alias} + +**Type:** `bool` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `bool` | | + diff --git a/english/python-java/aspose_barcode.generation/basegenerationparameters/auto_size_mode/_index.md b/english/python-java/aspose_barcode.generation/basegenerationparameters/auto_size_mode/_index.md deleted file mode 100644 index 05add9130..000000000 --- a/english/python-java/aspose_barcode.generation/basegenerationparameters/auto_size_mode/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "BaseGenerationParameters.auto_size_mode" -linktitle: "auto_size_mode" -articleTitle: "auto_size_mode" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies the different types of automatic sizing modes. Default value: AutoSizeMode.NONE." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/basegenerationparameters/auto_size_mode/ ---- - -## BaseGenerationParameters.auto_size_mode - -**Type:** `AutoSizeMode` - - -### Get - -Specifies the different types of automatic sizing modes. Default value: AutoSizeMode.NONE. - - -### Set - -Specifies the different types of automatic sizing modes. Default value: AutoSizeMode.NONE. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `AutoSizeMode` | | diff --git a/english/python-java/aspose_barcode.generation/basegenerationparameters/back_color/_index.md b/english/python-java/aspose_barcode.generation/basegenerationparameters/back_color/_index.md deleted file mode 100644 index 639a75072..000000000 --- a/english/python-java/aspose_barcode.generation/basegenerationparameters/back_color/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "BaseGenerationParameters.back_color" -linktitle: "back_color" -articleTitle: "back_color" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/basegenerationparameters/back_color/ ---- - -## BaseGenerationParameters.back_color - -**Type:** `Tuple[int, int, int]` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `Tuple[int, int, int]` | | diff --git a/english/python-java/aspose_barcode.generation/basegenerationparameters/barcode/_index.md b/english/python-java/aspose_barcode.generation/basegenerationparameters/barcode/_index.md deleted file mode 100644 index 4782d0d46..000000000 --- a/english/python-java/aspose_barcode.generation/basegenerationparameters/barcode/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "BaseGenerationParameters.barcode" -linktitle: "barcode" -articleTitle: "barcode" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets the BarcodeParameters that contains all barcode properties." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/basegenerationparameters/barcode/ ---- - -## BaseGenerationParameters.barcode - -```python -barcode(self) -> BarcodeParameters -``` - - -Gets the BarcodeParameters that contains all barcode properties. - - -**Return Type:** `BarcodeParameters` - diff --git a/english/python-java/aspose_barcode.generation/basegenerationparameters/basegenerationparameters/_index.md b/english/python-java/aspose_barcode.generation/basegenerationparameters/basegenerationparameters/_index.md deleted file mode 100644 index 05010fd62..000000000 --- a/english/python-java/aspose_barcode.generation/basegenerationparameters/basegenerationparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "BaseGenerationParameters" -linktitle: "BaseGenerationParameters" -articleTitle: "BaseGenerationParameters" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/basegenerationparameters/basegenerationparameters/ ---- - -## BaseGenerationParameters Constructor - -```python -__init__(self, _java_class) -> def -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `_java_class` | `` | | diff --git a/english/python-java/aspose_barcode.generation/basegenerationparameters/border/_index.md b/english/python-java/aspose_barcode.generation/basegenerationparameters/border/_index.md deleted file mode 100644 index ec1ef6e19..000000000 --- a/english/python-java/aspose_barcode.generation/basegenerationparameters/border/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "BaseGenerationParameters.border" -linktitle: "border" -articleTitle: "border" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets the BorderParameters that contains all configuration properties for barcode border." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/basegenerationparameters/border/ ---- - -## BaseGenerationParameters.border - -```python -border(self) -> BorderParameters -``` - - -Gets the BorderParameters that contains all configuration properties for barcode border. - - -**Return Type:** `BorderParameters` - diff --git a/english/python-java/aspose_barcode.generation/basegenerationparameters/caption_above/_index.md b/english/python-java/aspose_barcode.generation/basegenerationparameters/caption_above/_index.md deleted file mode 100644 index e8653c244..000000000 --- a/english/python-java/aspose_barcode.generation/basegenerationparameters/caption_above/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "BaseGenerationParameters.caption_above" -linktitle: "caption_above" -articleTitle: "caption_above" -second_title: "Aspose.BarCode for Python via Java" -description: "Caption Above the BarCode image. See CaptionParameters." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/basegenerationparameters/caption_above/ ---- - -## BaseGenerationParameters.caption_above - -```python -caption_above(self) -> CaptionParameters -``` - - -Caption Above the BarCode image. See CaptionParameters. - - -**Return Type:** `CaptionParameters` - diff --git a/english/python-java/aspose_barcode.generation/basegenerationparameters/caption_below/_index.md b/english/python-java/aspose_barcode.generation/basegenerationparameters/caption_below/_index.md deleted file mode 100644 index 0baf8134e..000000000 --- a/english/python-java/aspose_barcode.generation/basegenerationparameters/caption_below/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "BaseGenerationParameters.caption_below" -linktitle: "caption_below" -articleTitle: "caption_below" -second_title: "Aspose.BarCode for Python via Java" -description: "Caption Below the BarCode image. See CaptionParameters." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/basegenerationparameters/caption_below/ ---- - -## BaseGenerationParameters.caption_below - -```python -caption_below(self) -> CaptionParameters -``` - - -Caption Below the BarCode image. See CaptionParameters. - - -**Return Type:** `CaptionParameters` - diff --git a/english/python-java/aspose_barcode.generation/basegenerationparameters/image/_index.md b/english/python-java/aspose_barcode.generation/basegenerationparameters/image/_index.md deleted file mode 100644 index fe3309474..000000000 --- a/english/python-java/aspose_barcode.generation/basegenerationparameters/image/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BaseGenerationParameters.image" -linktitle: "image" -articleTitle: "image" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/basegenerationparameters/image/ ---- - -## BaseGenerationParameters.image - -```python -image(self) -> ImageParameters -``` - - -**Return Type:** `ImageParameters` - diff --git a/english/python-java/aspose_barcode.generation/basegenerationparameters/image_height/_index.md b/english/python-java/aspose_barcode.generation/basegenerationparameters/image_height/_index.md deleted file mode 100644 index c8c3bd65a..000000000 --- a/english/python-java/aspose_barcode.generation/basegenerationparameters/image_height/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "BaseGenerationParameters.image_height" -linktitle: "image_height" -articleTitle: "image_height" -second_title: "Aspose.BarCode for Python via Java" -description: "BarCode image height when AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/basegenerationparameters/image_height/ ---- - -## BaseGenerationParameters.image_height - -**Type:** `Unit` - - -### Get - -BarCode image height when AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION. - - -### Set - -BarCode image height when AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `Unit` | | diff --git a/english/python-java/aspose_barcode.generation/basegenerationparameters/image_width/_index.md b/english/python-java/aspose_barcode.generation/basegenerationparameters/image_width/_index.md deleted file mode 100644 index 41abe0b1c..000000000 --- a/english/python-java/aspose_barcode.generation/basegenerationparameters/image_width/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "BaseGenerationParameters.image_width" -linktitle: "image_width" -articleTitle: "image_width" -second_title: "Aspose.BarCode for Python via Java" -description: "BarCode image width when AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/basegenerationparameters/image_width/ ---- - -## BaseGenerationParameters.image_width - -**Type:** `Unit` - - -### Get - -BarCode image width when AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION. - - -### Set - -BarCode image width when AutoSizeMode property is set to AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `Unit` | | diff --git a/english/python-java/aspose_barcode.generation/basegenerationparameters/resolution/_index.md b/english/python-java/aspose_barcode.generation/basegenerationparameters/resolution/_index.md deleted file mode 100644 index 1a123d60e..000000000 --- a/english/python-java/aspose_barcode.generation/basegenerationparameters/resolution/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "BaseGenerationParameters.resolution" -linktitle: "resolution" -articleTitle: "resolution" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets the resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. The Resolution parameter value is less than or equal to 0." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/basegenerationparameters/resolution/ ---- - -## BaseGenerationParameters.resolution - -**Type:** `float` - - -### Get - -Gets the resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. The Resolution parameter value is less than or equal to 0. - - -### Set - -Sets the resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi. The Resolution parameter value is less than or equal to 0. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `float` | | diff --git a/english/python-java/aspose_barcode.generation/basegenerationparameters/rotation_angle/_index.md b/english/python-java/aspose_barcode.generation/basegenerationparameters/rotation_angle/_index.md deleted file mode 100644 index 0eab3e17e..000000000 --- a/english/python-java/aspose_barcode.generation/basegenerationparameters/rotation_angle/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "BaseGenerationParameters.rotation_angle" -linktitle: "rotation_angle" -articleTitle: "rotation_angle" -second_title: "Aspose.BarCode for Python via Java" -description: "BarCode image rotation angle, measured in degree, e.g. RotationAngle = 0 or RotationAngle = 360 means no rotation. If RotationAngle NOT equal to 90, 180, 270 or" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/basegenerationparameters/rotation_angle/ ---- - -## BaseGenerationParameters.rotation_angle - -**Type:** `float` - - -### Get - -BarCode image rotation angle, measured in degree, e.g. RotationAngle = 0 or RotationAngle = 360 means no rotation. If RotationAngle NOT equal to 90, 180, 270 or 0, it may increase the difficulty for the scanner to read the image. Default value: 0. This sample shows how to create and save a BarCode image. - - -### Set - -BarCode image rotation angle, measured in degree, e.g. RotationAngle = 0 or RotationAngle = 360 means no rotation. If RotationAngle NOT equal to 90, 180, 270 or 0, it may increase the difficulty for the scanner to read the image. Default value: 0. This sample shows how to create and save a BarCode image. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `float` | | diff --git a/english/python-java/aspose_barcode.generation/basegenerationparameters/use_anti_alias/_index.md b/english/python-java/aspose_barcode.generation/basegenerationparameters/use_anti_alias/_index.md deleted file mode 100644 index 57ca6b101..000000000 --- a/english/python-java/aspose_barcode.generation/basegenerationparameters/use_anti_alias/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "BaseGenerationParameters.use_anti_alias" -linktitle: "use_anti_alias" -articleTitle: "use_anti_alias" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/basegenerationparameters/use_anti_alias/ ---- - -## BaseGenerationParameters.use_anti_alias - -**Type:** `bool` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `bool` | | diff --git a/english/python-java/aspose_barcode.generation/borderdashstyle/_index.md b/english/python-java/aspose_barcode.generation/borderdashstyle/_index.md index a15457ea2..0fa641c94 100644 --- a/english/python-java/aspose_barcode.generation/borderdashstyle/_index.md +++ b/english/python-java/aspose_barcode.generation/borderdashstyle/_index.md @@ -1,7 +1,6 @@ --- -title: "BorderDashStyle Enum" +title: "BorderDashStyle" linktitle: "BorderDashStyle" -articleTitle: "BorderDashStyle" second_title: "Aspose.BarCode for Python via Java" description: "Specifies the style of dashed border lines." type: docs @@ -21,8 +20,48 @@ Specifies the style of dashed border lines. | Name | Value | Description | | --- | --- | --- | -| [DASH](./dash/) | `1` | Specifies a line consisting of dashes. | -| [DASH_DOT](./dash_dot/) | `3` | Specifies a line consisting of a repeating pattern of dash-dot. | -| [DASH_DOT_DOT](./dash_dot_dot/) | `4` | Specifies a line consisting of a repeating pattern of dash-dot-dot. | -| [DOT](./dot/) | `2` | Specifies a line consisting of dots. | -| [SOLID](./solid/) | `0` | Specifies a solid line. | +| [DASH](#dash) | `1` | Specifies a line consisting of dashes. | +| [DASH_DOT](#dash_dot) | `3` | Specifies a line consisting of a repeating pattern of dash-dot. | +| [DASH_DOT_DOT](#dash_dot_dot) | `4` | Specifies a line consisting of a repeating pattern of dash-dot-dot. | +| [DOT](#dot) | `2` | Specifies a line consisting of dots. | +| [SOLID](#solid) | `0` | Specifies a solid line. | +### BorderDashStyle.DASH {#dash} + +**Type:** `int` + +**Value:** `1` + +Specifies a line consisting of dashes. + +### BorderDashStyle.DASH_DOT {#dash_dot} + +**Type:** `int` + +**Value:** `3` + +Specifies a line consisting of a repeating pattern of dash-dot. + +### BorderDashStyle.DASH_DOT_DOT {#dash_dot_dot} + +**Type:** `int` + +**Value:** `4` + +Specifies a line consisting of a repeating pattern of dash-dot-dot. + +### BorderDashStyle.DOT {#dot} + +**Type:** `int` + +**Value:** `2` + +Specifies a line consisting of dots. + +### BorderDashStyle.SOLID {#solid} + +**Type:** `int` + +**Value:** `0` + +Specifies a solid line. + diff --git a/english/python-java/aspose_barcode.generation/borderdashstyle/dash/_index.md b/english/python-java/aspose_barcode.generation/borderdashstyle/dash/_index.md deleted file mode 100644 index 32c3daf79..000000000 --- a/english/python-java/aspose_barcode.generation/borderdashstyle/dash/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "BorderDashStyle.DASH" -linktitle: "DASH" -articleTitle: "DASH" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies a line consisting of dashes." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/borderdashstyle/dash/ ---- - -## BorderDashStyle.DASH - -**Type:** `int` - - -**Value:** `1` - - -Specifies a line consisting of dashes. - diff --git a/english/python-java/aspose_barcode.generation/borderdashstyle/dash_dot/_index.md b/english/python-java/aspose_barcode.generation/borderdashstyle/dash_dot/_index.md deleted file mode 100644 index ae78a767b..000000000 --- a/english/python-java/aspose_barcode.generation/borderdashstyle/dash_dot/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "BorderDashStyle.DASH_DOT" -linktitle: "DASH_DOT" -articleTitle: "DASH_DOT" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies a line consisting of a repeating pattern of dash-dot." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/borderdashstyle/dash_dot/ ---- - -## BorderDashStyle.DASH_DOT - -**Type:** `int` - - -**Value:** `3` - - -Specifies a line consisting of a repeating pattern of dash-dot. - diff --git a/english/python-java/aspose_barcode.generation/borderdashstyle/dash_dot_dot/_index.md b/english/python-java/aspose_barcode.generation/borderdashstyle/dash_dot_dot/_index.md deleted file mode 100644 index 0947f6cd6..000000000 --- a/english/python-java/aspose_barcode.generation/borderdashstyle/dash_dot_dot/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "BorderDashStyle.DASH_DOT_DOT" -linktitle: "DASH_DOT_DOT" -articleTitle: "DASH_DOT_DOT" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies a line consisting of a repeating pattern of dash-dot-dot." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/borderdashstyle/dash_dot_dot/ ---- - -## BorderDashStyle.DASH_DOT_DOT - -**Type:** `int` - - -**Value:** `4` - - -Specifies a line consisting of a repeating pattern of dash-dot-dot. - diff --git a/english/python-java/aspose_barcode.generation/borderdashstyle/dot/_index.md b/english/python-java/aspose_barcode.generation/borderdashstyle/dot/_index.md deleted file mode 100644 index f9ef7216f..000000000 --- a/english/python-java/aspose_barcode.generation/borderdashstyle/dot/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "BorderDashStyle.DOT" -linktitle: "DOT" -articleTitle: "DOT" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies a line consisting of dots." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/borderdashstyle/dot/ ---- - -## BorderDashStyle.DOT - -**Type:** `int` - - -**Value:** `2` - - -Specifies a line consisting of dots. - diff --git a/english/python-java/aspose_barcode.generation/borderdashstyle/solid/_index.md b/english/python-java/aspose_barcode.generation/borderdashstyle/solid/_index.md deleted file mode 100644 index 226cbc0f2..000000000 --- a/english/python-java/aspose_barcode.generation/borderdashstyle/solid/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "BorderDashStyle.SOLID" -linktitle: "SOLID" -articleTitle: "SOLID" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies a solid line." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/borderdashstyle/solid/ ---- - -## BorderDashStyle.SOLID - -**Type:** `int` - - -**Value:** `0` - - -Specifies a solid line. - diff --git a/english/python-java/aspose_barcode.generation/borderparameters/__str__/_index.md b/english/python-java/aspose_barcode.generation/borderparameters/__str__/_index.md deleted file mode 100644 index 6c223bef6..000000000 --- a/english/python-java/aspose_barcode.generation/borderparameters/__str__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "BorderParameters.__str__" -linktitle: "__str__" -articleTitle: "__str__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns a human-readable string representation of this BorderParameters instance." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/borderparameters/__str__/ ---- - -## BorderParameters.__str__ - -```python -__str__(self) -> str -``` - - -Returns a human-readable string representation of this BorderParameters instance. - - -**Return Type:** `str` - diff --git a/english/python-java/aspose_barcode.generation/borderparameters/_index.md b/english/python-java/aspose_barcode.generation/borderparameters/_index.md index cc8793489..b0aa53b33 100644 --- a/english/python-java/aspose_barcode.generation/borderparameters/_index.md +++ b/english/python-java/aspose_barcode.generation/borderparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "BorderParameters Class" +title: "BorderParameters" linktitle: "BorderParameters" -articleTitle: "BorderParameters" second_title: "Aspose.BarCode for Python via Java" description: "Barcode image border parameters." type: docs @@ -21,19 +20,88 @@ Barcode image border parameters. | Name | Description | | --- | --- | -| [__init__](./borderparameters/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [__str__](./__str__/) | `str` | No | Returns a human-readable string representation of this BorderParameters instance. | +| [__str__](#__str__) | `str` | No | Returns a human-readable string representation of this BorderParameters instance. | ## Properties | Name | Type | Description | | --- | --- | --- | -| [color](./color/) | `Tuple[int, int, int]` | Border color, representation of an RGB tuple. Default value: 0 | -| [dash_style](./dash_style/) | `BorderDashStyle` | Border dash style. Default value: BorderDashStyle.SOLID. | -| [visible](./visible/) | `bool` | Border visibility. If false, the Width parameter is always ignored (0). Default value: false. | -| [width](./width/) | `Unit` | Border width. Default value: 0. Ignored if Visible is set to false. | +| [color](#color) | `Tuple[int, int, int]` | Border color, representation of an RGB tuple. Default value: 0 | +| [dash_style](#dash_style) | `BorderDashStyle` | Border dash style. Default value: BorderDashStyle.SOLID. | +| [visible](#visible) | `bool` | Border visibility. If false, the Width parameter is always ignored (0). Default value: false. | +| [width](#width) | `Unit` | Border width. Default value: 0. Ignored if Visible is set to false. | + +### BorderParameters Constructor {#constructor} + +```python +__init__(self, _java_class) -> def +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `_java_class` | `` | | + +### BorderParameters.__str__ {#__str__} + +```python +__str__(self) -> str +``` + +Returns a human-readable string representation of this BorderParameters instance. + +**Return Type:** `str` + +### BorderParameters.color {#color} + +**Type:** `Tuple[int, int, int]` + +Border color, representation of an RGB tuple. Default value: 0 + +Border color, representation of an RGB tuple. Default value: 0 + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `Tuple[int, int, int]` | | + +### BorderParameters.dash_style {#dash_style} + +**Type:** `BorderDashStyle` + +Border dash style. Default value: BorderDashStyle.SOLID. + +Border dash style. Default value: BorderDashStyle.SOLID. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `BorderDashStyle` | | + +### BorderParameters.visible {#visible} + +**Type:** `bool` + +Border visibility. If false, the Width parameter is always ignored (0). Default value: false. + +Border visibility. If false, the Width parameter is always ignored (0). Default value: false. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `bool` | | + +### BorderParameters.width {#width} + +**Type:** `Unit` + +Border width. Default value: 0. Ignored if Visible is set to false. + +Border width. Default value: 0. Ignored if Visible is set to false. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `Unit` | | + diff --git a/english/python-java/aspose_barcode.generation/borderparameters/borderparameters/_index.md b/english/python-java/aspose_barcode.generation/borderparameters/borderparameters/_index.md deleted file mode 100644 index 150bbd18f..000000000 --- a/english/python-java/aspose_barcode.generation/borderparameters/borderparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "BorderParameters" -linktitle: "BorderParameters" -articleTitle: "BorderParameters" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/borderparameters/borderparameters/ ---- - -## BorderParameters Constructor - -```python -__init__(self, _java_class) -> def -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `_java_class` | `` | | diff --git a/english/python-java/aspose_barcode.generation/borderparameters/color/_index.md b/english/python-java/aspose_barcode.generation/borderparameters/color/_index.md deleted file mode 100644 index 2eb7e2d3c..000000000 --- a/english/python-java/aspose_barcode.generation/borderparameters/color/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "BorderParameters.color" -linktitle: "color" -articleTitle: "color" -second_title: "Aspose.BarCode for Python via Java" -description: "Border color, representation of an RGB tuple. Default value: 0" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/borderparameters/color/ ---- - -## BorderParameters.color - -**Type:** `Tuple[int, int, int]` - - -### Get - -Border color, representation of an RGB tuple. Default value: 0 - - -### Set - -Border color, representation of an RGB tuple. Default value: 0 - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `Tuple[int, int, int]` | | diff --git a/english/python-java/aspose_barcode.generation/borderparameters/dash_style/_index.md b/english/python-java/aspose_barcode.generation/borderparameters/dash_style/_index.md deleted file mode 100644 index 3bda04017..000000000 --- a/english/python-java/aspose_barcode.generation/borderparameters/dash_style/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "BorderParameters.dash_style" -linktitle: "dash_style" -articleTitle: "dash_style" -second_title: "Aspose.BarCode for Python via Java" -description: "Border dash style. Default value: BorderDashStyle.SOLID." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/borderparameters/dash_style/ ---- - -## BorderParameters.dash_style - -**Type:** `BorderDashStyle` - - -### Get - -Border dash style. Default value: BorderDashStyle.SOLID. - - -### Set - -Border dash style. Default value: BorderDashStyle.SOLID. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `BorderDashStyle` | | diff --git a/english/python-java/aspose_barcode.generation/borderparameters/visible/_index.md b/english/python-java/aspose_barcode.generation/borderparameters/visible/_index.md deleted file mode 100644 index 66c18b7fb..000000000 --- a/english/python-java/aspose_barcode.generation/borderparameters/visible/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "BorderParameters.visible" -linktitle: "visible" -articleTitle: "visible" -second_title: "Aspose.BarCode for Python via Java" -description: "Border visibility. If false, the Width parameter is always ignored (0). Default value: false." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/borderparameters/visible/ ---- - -## BorderParameters.visible - -**Type:** `bool` - - -### Get - -Border visibility. If false, the Width parameter is always ignored (0). Default value: false. - - -### Set - -Border visibility. If false, the Width parameter is always ignored (0). Default value: false. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `bool` | | diff --git a/english/python-java/aspose_barcode.generation/borderparameters/width/_index.md b/english/python-java/aspose_barcode.generation/borderparameters/width/_index.md deleted file mode 100644 index 62874e941..000000000 --- a/english/python-java/aspose_barcode.generation/borderparameters/width/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "BorderParameters.width" -linktitle: "width" -articleTitle: "width" -second_title: "Aspose.BarCode for Python via Java" -description: "Border width. Default value: 0. Ignored if Visible is set to false." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/borderparameters/width/ ---- - -## BorderParameters.width - -**Type:** `Unit` - - -### Get - -Border width. Default value: 0. Ignored if Visible is set to false. - - -### Set - -Border width. Default value: 0. Ignored if Visible is set to false. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `Unit` | | diff --git a/english/python-java/aspose_barcode.generation/captionparameters/__str__/_index.md b/english/python-java/aspose_barcode.generation/captionparameters/__str__/_index.md deleted file mode 100644 index 4db38b6a4..000000000 --- a/english/python-java/aspose_barcode.generation/captionparameters/__str__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "CaptionParameters.__str__" -linktitle: "__str__" -articleTitle: "__str__" -second_title: "Aspose.BarCode for Python via Java" -description: "String representation of the CaptionParameters object." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/captionparameters/__str__/ ---- - -## CaptionParameters.__str__ - -```python -__str__(self) -> str -``` - - -String representation of the CaptionParameters object. - - -**Return Type:** `str` - diff --git a/english/python-java/aspose_barcode.generation/captionparameters/_index.md b/english/python-java/aspose_barcode.generation/captionparameters/_index.md index 99c36010c..60401739c 100644 --- a/english/python-java/aspose_barcode.generation/captionparameters/_index.md +++ b/english/python-java/aspose_barcode.generation/captionparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "CaptionParameters Class" +title: "CaptionParameters" linktitle: "CaptionParameters" -articleTitle: "CaptionParameters" second_title: "Aspose.BarCode for Python via Java" description: "Caption parameters." type: docs @@ -21,22 +20,127 @@ Caption parameters. | Name | Description | | --- | --- | -| [__init__](./captionparameters/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [__str__](./__str__/) | `str` | No | String representation of the CaptionParameters object. | -| [font](./font/) | `Optional[FontUnit]` | No | Caption font. Default value: Arial 8pt regular. | +| [__str__](#__str__) | `str` | No | String representation of the CaptionParameters object. | +| [font](#font) | `Optional[FontUnit]` | No | Caption font. Default value: Arial 8pt regular. | ## Properties | Name | Type | Description | | --- | --- | --- | -| [alignment](./alignment/) | `TextAlignment` | Caption test horizontal alignment. Default valueAlignment.Center. | -| [no_wrap](./no_wrap/) | `bool` | Specify word wraps (line breaks) within text. | -| [padding](./padding/) | `Optional[Padding]` | Captions paddings. Default value for CaptionAbove: 5pt 5pt 0 5pt. Default value for CaptionBelow: 0 5pt 5pt 5pt. | -| [text](./text/) | `Optional[str]` | Caption text. Default value: empty string. | -| [text_color](./text_color/) | `Tuple[int, int, int]` | Caption text color, representation of an RGB tuple. Default value (0,0,0). | -| [visible](./visible/) | `bool` | Caption text visibility. Default value: false. | +| [alignment](#alignment) | `TextAlignment` | Caption test horizontal alignment. Default valueAlignment.Center. | +| [no_wrap](#no_wrap) | `bool` | Specify word wraps (line breaks) within text. | +| [padding](#padding) | `Optional[Padding]` | Captions paddings. Default value for CaptionAbove: 5pt 5pt 0 5pt. Default value for CaptionBelow: 0 5pt 5pt 5pt. | +| [text](#text) | `Optional[str]` | Caption text. Default value: empty string. | +| [text_color](#text_color) | `Tuple[int, int, int]` | Caption text color, representation of an RGB tuple. Default value (0,0,0). | +| [visible](#visible) | `bool` | Caption text visibility. Default value: false. | + +### CaptionParameters Constructor {#constructor} + +```python +__init__(self, _java_class) +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `_java_class` | `` | | + +### CaptionParameters.__str__ {#__str__} + +```python +__str__(self) -> str +``` + +String representation of the CaptionParameters object. + +**Return Type:** `str` + +### CaptionParameters.font {#font} + +```python +font(self) -> Optional[FontUnit] +``` + +Caption font. Default value: Arial 8pt regular. + +**Return Type:** `Optional[FontUnit]` + +### CaptionParameters.alignment {#alignment} + +**Type:** `TextAlignment` + +Caption test horizontal alignment. Default valueAlignment.Center. + +Caption test horizontal alignment. Default valueAlignment.Center. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `TextAlignment` | | + +### CaptionParameters.no_wrap {#no_wrap} + +**Type:** `bool` + +Specify word wraps (line breaks) within text. + +**Returns:** bool + +Specify word wraps (line breaks) within text. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `bool` | | + +### CaptionParameters.padding {#padding} + +**Type:** `Optional[Padding]` + +Captions paddings. Default value for CaptionAbove: 5pt 5pt 0 5pt. Default value for CaptionBelow: 0 5pt 5pt 5pt. + +Captions paddings. Default value for CaptionAbove: 5pt 5pt 0 5pt. Default value for CaptionBelow: 0 5pt 5pt 5pt. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `Padding` | | + +### CaptionParameters.text {#text} + +**Type:** `Optional[str]` + +Caption text. Default value: empty string. + +Caption text. Default value: empty string. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `str` | | + +### CaptionParameters.text_color {#text_color} + +**Type:** `Tuple[int, int, int]` + +Caption text color, representation of an RGB tuple. Default value (0,0,0). + +Caption text color, representation of an RGB tuple. Default value (0,0,0). + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `Tuple[int, int, int]` | | + +### CaptionParameters.visible {#visible} + +**Type:** `bool` + +Caption text visibility. Default value: false. + +Caption text visibility. Default value: false. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `bool` | | + diff --git a/english/python-java/aspose_barcode.generation/captionparameters/alignment/_index.md b/english/python-java/aspose_barcode.generation/captionparameters/alignment/_index.md deleted file mode 100644 index e22e387dd..000000000 --- a/english/python-java/aspose_barcode.generation/captionparameters/alignment/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "CaptionParameters.alignment" -linktitle: "alignment" -articleTitle: "alignment" -second_title: "Aspose.BarCode for Python via Java" -description: "Caption test horizontal alignment. Default valueAlignment.Center." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/captionparameters/alignment/ ---- - -## CaptionParameters.alignment - -**Type:** `TextAlignment` - - -### Get - -Caption test horizontal alignment. Default valueAlignment.Center. - - -### Set - -Caption test horizontal alignment. Default valueAlignment.Center. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `TextAlignment` | | diff --git a/english/python-java/aspose_barcode.generation/captionparameters/captionparameters/_index.md b/english/python-java/aspose_barcode.generation/captionparameters/captionparameters/_index.md deleted file mode 100644 index d7e35ed59..000000000 --- a/english/python-java/aspose_barcode.generation/captionparameters/captionparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "CaptionParameters" -linktitle: "CaptionParameters" -articleTitle: "CaptionParameters" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/captionparameters/captionparameters/ ---- - -## CaptionParameters Constructor - -```python -__init__(self, _java_class) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `_java_class` | `` | | diff --git a/english/python-java/aspose_barcode.generation/captionparameters/font/_index.md b/english/python-java/aspose_barcode.generation/captionparameters/font/_index.md deleted file mode 100644 index 7e955f561..000000000 --- a/english/python-java/aspose_barcode.generation/captionparameters/font/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "CaptionParameters.font" -linktitle: "font" -articleTitle: "font" -second_title: "Aspose.BarCode for Python via Java" -description: "Caption font. Default value: Arial 8pt regular." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/captionparameters/font/ ---- - -## CaptionParameters.font - -```python -font(self) -> Optional[FontUnit] -``` - - -Caption font. Default value: Arial 8pt regular. - - -**Return Type:** `Optional[FontUnit]` - diff --git a/english/python-java/aspose_barcode.generation/captionparameters/no_wrap/_index.md b/english/python-java/aspose_barcode.generation/captionparameters/no_wrap/_index.md deleted file mode 100644 index fd7f41f48..000000000 --- a/english/python-java/aspose_barcode.generation/captionparameters/no_wrap/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "CaptionParameters.no_wrap" -linktitle: "no_wrap" -articleTitle: "no_wrap" -second_title: "Aspose.BarCode for Python via Java" -description: "Specify word wraps (line breaks) within text." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/captionparameters/no_wrap/ ---- - -## CaptionParameters.no_wrap - -**Type:** `bool` - - -### Get - -Specify word wraps (line breaks) within text. - - -**Returns:** bool - - -### Set - -Specify word wraps (line breaks) within text. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `bool` | | diff --git a/english/python-java/aspose_barcode.generation/captionparameters/padding/_index.md b/english/python-java/aspose_barcode.generation/captionparameters/padding/_index.md deleted file mode 100644 index cdd941761..000000000 --- a/english/python-java/aspose_barcode.generation/captionparameters/padding/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "CaptionParameters.padding" -linktitle: "padding" -articleTitle: "padding" -second_title: "Aspose.BarCode for Python via Java" -description: "Captions paddings. Default value for CaptionAbove: 5pt 5pt 0 5pt. Default value for CaptionBelow: 0 5pt 5pt 5pt." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/captionparameters/padding/ ---- - -## CaptionParameters.padding - -**Type:** `Optional[Padding]` - - -### Get - -Captions paddings. Default value for CaptionAbove: 5pt 5pt 0 5pt. Default value for CaptionBelow: 0 5pt 5pt 5pt. - - -### Set - -Captions paddings. Default value for CaptionAbove: 5pt 5pt 0 5pt. Default value for CaptionBelow: 0 5pt 5pt 5pt. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `Padding` | | diff --git a/english/python-java/aspose_barcode.generation/captionparameters/text/_index.md b/english/python-java/aspose_barcode.generation/captionparameters/text/_index.md deleted file mode 100644 index aa91a44e4..000000000 --- a/english/python-java/aspose_barcode.generation/captionparameters/text/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "CaptionParameters.text" -linktitle: "text" -articleTitle: "text" -second_title: "Aspose.BarCode for Python via Java" -description: "Caption text. Default value: empty string." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/captionparameters/text/ ---- - -## CaptionParameters.text - -**Type:** `Optional[str]` - - -### Get - -Caption text. Default value: empty string. - - -### Set - -Caption text. Default value: empty string. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `str` | | diff --git a/english/python-java/aspose_barcode.generation/captionparameters/text_color/_index.md b/english/python-java/aspose_barcode.generation/captionparameters/text_color/_index.md deleted file mode 100644 index 4f09be876..000000000 --- a/english/python-java/aspose_barcode.generation/captionparameters/text_color/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "CaptionParameters.text_color" -linktitle: "text_color" -articleTitle: "text_color" -second_title: "Aspose.BarCode for Python via Java" -description: "Caption text color, representation of an RGB tuple. Default value (0,0,0)." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/captionparameters/text_color/ ---- - -## CaptionParameters.text_color - -**Type:** `Tuple[int, int, int]` - - -### Get - -Caption text color, representation of an RGB tuple. Default value (0,0,0). - - -### Set - -Caption text color, representation of an RGB tuple. Default value (0,0,0). - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `Tuple[int, int, int]` | | diff --git a/english/python-java/aspose_barcode.generation/captionparameters/visible/_index.md b/english/python-java/aspose_barcode.generation/captionparameters/visible/_index.md deleted file mode 100644 index 33e58e509..000000000 --- a/english/python-java/aspose_barcode.generation/captionparameters/visible/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "CaptionParameters.visible" -linktitle: "visible" -articleTitle: "visible" -second_title: "Aspose.BarCode for Python via Java" -description: "Caption text visibility. Default value: false." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/captionparameters/visible/ ---- - -## CaptionParameters.visible - -**Type:** `bool` - - -### Get - -Caption text visibility. Default value: false. - - -### Set - -Caption text visibility. Default value: false. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `bool` | | diff --git a/english/python-java/aspose_barcode.generation/cmykcolor/__repr__/_index.md b/english/python-java/aspose_barcode.generation/cmykcolor/__repr__/_index.md deleted file mode 100644 index ce44fa5fc..000000000 --- a/english/python-java/aspose_barcode.generation/cmykcolor/__repr__/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "CMYKColor.__repr__" -linktitle: "__repr__" -articleTitle: "__repr__" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/cmykcolor/__repr__/ ---- - -## CMYKColor.__repr__ - -```python -__repr__(self) -> str -``` - - -**Return Type:** `str` - diff --git a/english/python-java/aspose_barcode.generation/cmykcolor/_index.md b/english/python-java/aspose_barcode.generation/cmykcolor/_index.md index b07711b22..c2ebbd021 100644 --- a/english/python-java/aspose_barcode.generation/cmykcolor/_index.md +++ b/english/python-java/aspose_barcode.generation/cmykcolor/_index.md @@ -1,7 +1,6 @@ --- -title: "CMYKColor Class" +title: "CMYKColor" linktitle: "CMYKColor" -articleTitle: "CMYKColor" second_title: "Aspose.BarCode for Python via Java" description: "" type: docs @@ -18,12 +17,54 @@ url: /python-java/aspose_barcode.generation/cmykcolor/ | Name | Description | | --- | --- | -| [__init__](./cmykcolor/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [__repr__](./__repr__/) | `str` | No | | -| [format_cmyk](./format_cmyk/) | `str` | No | | -| [parse_cmyk](./parse_cmyk/) | `CMYKColor` | Yes | | +| [__repr__](#__repr__) | `str` | No | | +| [format_cmyk](#format_cmyk) | `str` | No | | +| [parse_cmyk](#parse_cmyk) | `CMYKColor` | Yes | | + +### CMYKColor Constructor {#constructor} + +```python +__init__(self, float c, float m, float y, float k) -> def +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `c` | `float` | | +| `m` | `float` | | +| `y` | `float` | | +| `k` | `float` | | + +### CMYKColor.__repr__ {#__repr__} + +```python +__repr__(self) -> str +``` + +**Return Type:** `str` + +### CMYKColor.format_cmyk {#format_cmyk} + +```python +format_cmyk(self) -> str +``` + +**Return Type:** `str` + +### CMYKColor.parse_cmyk (static) {#parse_cmyk} + +```python +parse_cmyk(str s) -> CMYKColor +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `s` | `str` | | + +**Return Type:** `CMYKColor` + diff --git a/english/python-java/aspose_barcode.generation/cmykcolor/cmykcolor/_index.md b/english/python-java/aspose_barcode.generation/cmykcolor/cmykcolor/_index.md deleted file mode 100644 index b43d96907..000000000 --- a/english/python-java/aspose_barcode.generation/cmykcolor/cmykcolor/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "CMYKColor" -linktitle: "CMYKColor" -articleTitle: "CMYKColor" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/cmykcolor/cmykcolor/ ---- - -## CMYKColor Constructor - -```python -__init__(self, float c, float m, float y, float k) -> def -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `c` | `float` | | -| `m` | `float` | | -| `y` | `float` | | -| `k` | `float` | | diff --git a/english/python-java/aspose_barcode.generation/cmykcolor/format_cmyk/_index.md b/english/python-java/aspose_barcode.generation/cmykcolor/format_cmyk/_index.md deleted file mode 100644 index 9c3c1471c..000000000 --- a/english/python-java/aspose_barcode.generation/cmykcolor/format_cmyk/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "CMYKColor.format_cmyk" -linktitle: "format_cmyk" -articleTitle: "format_cmyk" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/cmykcolor/format_cmyk/ ---- - -## CMYKColor.format_cmyk - -```python -format_cmyk(self) -> str -``` - - -**Return Type:** `str` - diff --git a/english/python-java/aspose_barcode.generation/cmykcolor/parse_cmyk/_index.md b/english/python-java/aspose_barcode.generation/cmykcolor/parse_cmyk/_index.md deleted file mode 100644 index d2b550865..000000000 --- a/english/python-java/aspose_barcode.generation/cmykcolor/parse_cmyk/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "CMYKColor.parse_cmyk" -linktitle: "parse_cmyk" -articleTitle: "parse_cmyk" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/cmykcolor/parse_cmyk/ ---- - -## CMYKColor.parse_cmyk - -```python -parse_cmyk(str s) -> CMYKColor -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `s` | `str` | | - -**Return Type:** `CMYKColor` - diff --git a/english/python-java/aspose_barcode.generation/codabarchecksummode/_index.md b/english/python-java/aspose_barcode.generation/codabarchecksummode/_index.md index d4c8dfd85..1df001a63 100644 --- a/english/python-java/aspose_barcode.generation/codabarchecksummode/_index.md +++ b/english/python-java/aspose_barcode.generation/codabarchecksummode/_index.md @@ -1,7 +1,6 @@ --- -title: "CodabarChecksumMode Enum" +title: "CodabarChecksumMode" linktitle: "CodabarChecksumMode" -articleTitle: "CodabarChecksumMode" second_title: "Aspose.BarCode for Python via Java" description: "Specifies the checksum algorithm for Codabar." type: docs @@ -21,5 +20,21 @@ Specifies the checksum algorithm for Codabar. | Name | Value | Description | | --- | --- | --- | -| [MOD_10](./mod_10/) | `0` | Specifies Mod 10 algorithm for Codabar. | -| [MOD_16](./mod_16/) | `1` | Specifies Mod 16 algorithm for Codabar (recomended AIIM). | +| [MOD_10](#mod_10) | `0` | Specifies Mod 10 algorithm for Codabar. | +| [MOD_16](#mod_16) | `1` | Specifies Mod 16 algorithm for Codabar (recomended AIIM). | +### CodabarChecksumMode.MOD_10 {#mod_10} + +**Type:** `int` + +**Value:** `0` + +Specifies Mod 10 algorithm for Codabar. + +### CodabarChecksumMode.MOD_16 {#mod_16} + +**Type:** `int` + +**Value:** `1` + +Specifies Mod 16 algorithm for Codabar (recomended AIIM). + diff --git a/english/python-java/aspose_barcode.generation/codabarchecksummode/mod_10/_index.md b/english/python-java/aspose_barcode.generation/codabarchecksummode/mod_10/_index.md deleted file mode 100644 index c0cd99ded..000000000 --- a/english/python-java/aspose_barcode.generation/codabarchecksummode/mod_10/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "CodabarChecksumMode.MOD_10" -linktitle: "MOD_10" -articleTitle: "MOD_10" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies Mod 10 algorithm for Codabar." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/codabarchecksummode/mod_10/ ---- - -## CodabarChecksumMode.MOD_10 - -**Type:** `int` - - -**Value:** `0` - - -Specifies Mod 10 algorithm for Codabar. - diff --git a/english/python-java/aspose_barcode.generation/codabarchecksummode/mod_16/_index.md b/english/python-java/aspose_barcode.generation/codabarchecksummode/mod_16/_index.md deleted file mode 100644 index 08032164a..000000000 --- a/english/python-java/aspose_barcode.generation/codabarchecksummode/mod_16/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "CodabarChecksumMode.MOD_16" -linktitle: "MOD_16" -articleTitle: "MOD_16" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies Mod 16 algorithm for Codabar (recomended AIIM)." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/codabarchecksummode/mod_16/ ---- - -## CodabarChecksumMode.MOD_16 - -**Type:** `int` - - -**Value:** `1` - - -Specifies Mod 16 algorithm for Codabar (recomended AIIM). - diff --git a/english/python-java/aspose_barcode.generation/codabarparameters/__str__/_index.md b/english/python-java/aspose_barcode.generation/codabarparameters/__str__/_index.md deleted file mode 100644 index c759151b0..000000000 --- a/english/python-java/aspose_barcode.generation/codabarparameters/__str__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "CodabarParameters.__str__" -linktitle: "__str__" -articleTitle: "__str__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns a human-readable string representation of this CodabarParameters." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/codabarparameters/__str__/ ---- - -## CodabarParameters.__str__ - -```python -__str__(self) -> str -``` - - -Returns a human-readable string representation of this CodabarParameters. - - -**Return Type:** `str` — A string that represents this CodabarParameters. - diff --git a/english/python-java/aspose_barcode.generation/codabarparameters/_index.md b/english/python-java/aspose_barcode.generation/codabarparameters/_index.md index 469cdee6f..bf3f6a6de 100644 --- a/english/python-java/aspose_barcode.generation/codabarparameters/_index.md +++ b/english/python-java/aspose_barcode.generation/codabarparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "CodabarParameters Class" +title: "CodabarParameters" linktitle: "CodabarParameters" -articleTitle: "CodabarParameters" second_title: "Aspose.BarCode for Python via Java" description: "Codabar parameters." type: docs @@ -21,21 +20,102 @@ Codabar parameters. | Name | Description | | --- | --- | -| [__init__](./codabarparameters/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [__str__](./__str__/) | `str` | No | Returns a human-readable string representation of this CodabarParameters. | +| [__str__](#__str__) | `str` | No | Returns a human-readable string representation of this CodabarParameters. | ## Properties | Name | Type | Description | | --- | --- | --- | -| [checksum_mode](./checksum_mode/) | `CodabarChecksumMode` | | -| [codabar_checksum_mode](./codabar_checksum_mode/) | `CodabarChecksumMode` | Get the checksum algorithm for Codabar barcodes. Default value: CodabarChecksumMode.MOD_16. To enable checksum calculation set value EnableChecksum.YES to property EnableChecksum. See CodabarChecksumMode. | -| [codabar_start_symbol](./codabar_start_symbol/) | `CodabarSymbol` | Start symbol (character) of Codabar symbology. Default value: CodabarSymbol.A | -| [codabar_stop_symbol](./codabar_stop_symbol/) | `CodabarSymbol` | Stop symbol (character) of Codabar symbology. Default value: CodabarSymbol.A | -| [start_symbol](./start_symbol/) | `CodabarSymbol` | | -| [stop_symbol](./stop_symbol/) | `CodabarSymbol` | | +| [checksum_mode](#checksum_mode) | `CodabarChecksumMode` | | +| [codabar_checksum_mode](#codabar_checksum_mode) | `CodabarChecksumMode` | Get the checksum algorithm for Codabar barcodes. Default value: CodabarChecksumMode.MOD_16. To enable checksum calculation set value EnableChecksum.YES to property EnableChecksum. See CodabarChecksumMode. | +| [codabar_start_symbol](#codabar_start_symbol) | `CodabarSymbol` | Start symbol (character) of Codabar symbology. Default value: CodabarSymbol.A | +| [codabar_stop_symbol](#codabar_stop_symbol) | `CodabarSymbol` | Stop symbol (character) of Codabar symbology. Default value: CodabarSymbol.A | +| [start_symbol](#start_symbol) | `CodabarSymbol` | | +| [stop_symbol](#stop_symbol) | `CodabarSymbol` | | + +### CodabarParameters Constructor {#constructor} + +```python +__init__(self, _java_class) +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `_java_class` | `` | | + +### CodabarParameters.__str__ {#__str__} + +```python +__str__(self) -> str +``` + +Returns a human-readable string representation of this CodabarParameters. + +**Return Type:** `str` — A string that represents this CodabarParameters. + +### CodabarParameters.checksum_mode {#checksum_mode} + +**Type:** `CodabarChecksumMode` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `CodabarChecksumMode` | | + +### CodabarParameters.codabar_checksum_mode {#codabar_checksum_mode} + +**Type:** `CodabarChecksumMode` + +Get the checksum algorithm for Codabar barcodes. Default value: CodabarChecksumMode.MOD_16. To enable checksum calculation set value EnableChecksum.YES to property EnableChecksum. See CodabarChecksumMode. + +Set the checksum algorithm for Codabar barcodes. Default value: CodabarChecksumMode.MOD_16. To enable checksum calculation set value EnableChecksum.YES to property EnableChecksum. See CodabarChecksumMode. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `CodabarChecksumMode` | | + +### CodabarParameters.codabar_start_symbol {#codabar_start_symbol} + +**Type:** `CodabarSymbol` + +Start symbol (character) of Codabar symbology. Default value: CodabarSymbol.A + +Start symbol (character) of Codabar symbology. Default value: CodabarSymbol.A + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `CodabarSymbol` | | + +### CodabarParameters.codabar_stop_symbol {#codabar_stop_symbol} + +**Type:** `CodabarSymbol` + +Stop symbol (character) of Codabar symbology. Default value: CodabarSymbol.A + +Stop symbol (character) of Codabar symbology. Default value: CodabarSymbol.A + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `CodabarSymbol` | | + +### CodabarParameters.start_symbol {#start_symbol} + +**Type:** `CodabarSymbol` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `CodabarSymbol` | | + +### CodabarParameters.stop_symbol {#stop_symbol} + +**Type:** `CodabarSymbol` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `CodabarSymbol` | | + diff --git a/english/python-java/aspose_barcode.generation/codabarparameters/checksum_mode/_index.md b/english/python-java/aspose_barcode.generation/codabarparameters/checksum_mode/_index.md deleted file mode 100644 index f30f748c8..000000000 --- a/english/python-java/aspose_barcode.generation/codabarparameters/checksum_mode/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "CodabarParameters.checksum_mode" -linktitle: "checksum_mode" -articleTitle: "checksum_mode" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/codabarparameters/checksum_mode/ ---- - -## CodabarParameters.checksum_mode - -**Type:** `CodabarChecksumMode` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `CodabarChecksumMode` | | diff --git a/english/python-java/aspose_barcode.generation/codabarparameters/codabar_checksum_mode/_index.md b/english/python-java/aspose_barcode.generation/codabarparameters/codabar_checksum_mode/_index.md deleted file mode 100644 index e8c9a58d5..000000000 --- a/english/python-java/aspose_barcode.generation/codabarparameters/codabar_checksum_mode/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "CodabarParameters.codabar_checksum_mode" -linktitle: "codabar_checksum_mode" -articleTitle: "codabar_checksum_mode" -second_title: "Aspose.BarCode for Python via Java" -description: "Get the checksum algorithm for Codabar barcodes. Default value: CodabarChecksumMode.MOD_16. To enable checksum calculation set value EnableChecksum.YES to prope" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/codabarparameters/codabar_checksum_mode/ ---- - -## CodabarParameters.codabar_checksum_mode - -**Type:** `CodabarChecksumMode` - - -### Get - -Get the checksum algorithm for Codabar barcodes. Default value: CodabarChecksumMode.MOD_16. To enable checksum calculation set value EnableChecksum.YES to property EnableChecksum. See CodabarChecksumMode. - - -### Set - -Set the checksum algorithm for Codabar barcodes. Default value: CodabarChecksumMode.MOD_16. To enable checksum calculation set value EnableChecksum.YES to property EnableChecksum. See CodabarChecksumMode. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `CodabarChecksumMode` | | diff --git a/english/python-java/aspose_barcode.generation/codabarparameters/codabar_start_symbol/_index.md b/english/python-java/aspose_barcode.generation/codabarparameters/codabar_start_symbol/_index.md deleted file mode 100644 index b4e0fa063..000000000 --- a/english/python-java/aspose_barcode.generation/codabarparameters/codabar_start_symbol/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "CodabarParameters.codabar_start_symbol" -linktitle: "codabar_start_symbol" -articleTitle: "codabar_start_symbol" -second_title: "Aspose.BarCode for Python via Java" -description: "Start symbol (character) of Codabar symbology. Default value: CodabarSymbol.A" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/codabarparameters/codabar_start_symbol/ ---- - -## CodabarParameters.codabar_start_symbol - -**Type:** `CodabarSymbol` - - -### Get - -Start symbol (character) of Codabar symbology. Default value: CodabarSymbol.A - - -### Set - -Start symbol (character) of Codabar symbology. Default value: CodabarSymbol.A - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `CodabarSymbol` | | diff --git a/english/python-java/aspose_barcode.generation/codabarparameters/codabar_stop_symbol/_index.md b/english/python-java/aspose_barcode.generation/codabarparameters/codabar_stop_symbol/_index.md deleted file mode 100644 index 9dfcb3b3a..000000000 --- a/english/python-java/aspose_barcode.generation/codabarparameters/codabar_stop_symbol/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "CodabarParameters.codabar_stop_symbol" -linktitle: "codabar_stop_symbol" -articleTitle: "codabar_stop_symbol" -second_title: "Aspose.BarCode for Python via Java" -description: "Stop symbol (character) of Codabar symbology. Default value: CodabarSymbol.A" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/codabarparameters/codabar_stop_symbol/ ---- - -## CodabarParameters.codabar_stop_symbol - -**Type:** `CodabarSymbol` - - -### Get - -Stop symbol (character) of Codabar symbology. Default value: CodabarSymbol.A - - -### Set - -Stop symbol (character) of Codabar symbology. Default value: CodabarSymbol.A - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `CodabarSymbol` | | diff --git a/english/python-java/aspose_barcode.generation/codabarparameters/codabarparameters/_index.md b/english/python-java/aspose_barcode.generation/codabarparameters/codabarparameters/_index.md deleted file mode 100644 index 784931511..000000000 --- a/english/python-java/aspose_barcode.generation/codabarparameters/codabarparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "CodabarParameters" -linktitle: "CodabarParameters" -articleTitle: "CodabarParameters" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/codabarparameters/codabarparameters/ ---- - -## CodabarParameters Constructor - -```python -__init__(self, _java_class) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `_java_class` | `` | | diff --git a/english/python-java/aspose_barcode.generation/codabarparameters/start_symbol/_index.md b/english/python-java/aspose_barcode.generation/codabarparameters/start_symbol/_index.md deleted file mode 100644 index f1e385cf0..000000000 --- a/english/python-java/aspose_barcode.generation/codabarparameters/start_symbol/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "CodabarParameters.start_symbol" -linktitle: "start_symbol" -articleTitle: "start_symbol" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/codabarparameters/start_symbol/ ---- - -## CodabarParameters.start_symbol - -**Type:** `CodabarSymbol` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `CodabarSymbol` | | diff --git a/english/python-java/aspose_barcode.generation/codabarparameters/stop_symbol/_index.md b/english/python-java/aspose_barcode.generation/codabarparameters/stop_symbol/_index.md deleted file mode 100644 index 5a95c2885..000000000 --- a/english/python-java/aspose_barcode.generation/codabarparameters/stop_symbol/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "CodabarParameters.stop_symbol" -linktitle: "stop_symbol" -articleTitle: "stop_symbol" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/codabarparameters/stop_symbol/ ---- - -## CodabarParameters.stop_symbol - -**Type:** `CodabarSymbol` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `CodabarSymbol` | | diff --git a/english/python-java/aspose_barcode.generation/codabarsymbol/_index.md b/english/python-java/aspose_barcode.generation/codabarsymbol/_index.md index 68e5f20ce..a23a0ad30 100644 --- a/english/python-java/aspose_barcode.generation/codabarsymbol/_index.md +++ b/english/python-java/aspose_barcode.generation/codabarsymbol/_index.md @@ -1,7 +1,6 @@ --- -title: "CodabarSymbol Enum" +title: "CodabarSymbol" linktitle: "CodabarSymbol" -articleTitle: "CodabarSymbol" second_title: "Aspose.BarCode for Python via Java" description: "Specifies the start or stop symbol of the Codabar barcode specification." type: docs @@ -21,7 +20,39 @@ Specifies the start or stop symbol of the Codabar barcode specification. | Name | Value | Description | | --- | --- | --- | -| [A](./a/) | `65` | Specifies character A as the start or stop symbol of the Codabar barcode specification. | -| [B](./b/) | `66` | Specifies character B as the start or stop symbol of the Codabar barcode specification. | -| [C](./c/) | `67` | Specifies character C as the start or stop symbol of the Codabar barcode specification. | -| [D](./d/) | `68` | Specifies character D as the start or stop symbol of the Codabar barcode specification. | +| [A](#a) | `65` | Specifies character A as the start or stop symbol of the Codabar barcode specification. | +| [B](#b) | `66` | Specifies character B as the start or stop symbol of the Codabar barcode specification. | +| [C](#c) | `67` | Specifies character C as the start or stop symbol of the Codabar barcode specification. | +| [D](#d) | `68` | Specifies character D as the start or stop symbol of the Codabar barcode specification. | +### CodabarSymbol.A {#a} + +**Type:** `int` + +**Value:** `65` + +Specifies character A as the start or stop symbol of the Codabar barcode specification. + +### CodabarSymbol.B {#b} + +**Type:** `int` + +**Value:** `66` + +Specifies character B as the start or stop symbol of the Codabar barcode specification. + +### CodabarSymbol.C {#c} + +**Type:** `int` + +**Value:** `67` + +Specifies character C as the start or stop symbol of the Codabar barcode specification. + +### CodabarSymbol.D {#d} + +**Type:** `int` + +**Value:** `68` + +Specifies character D as the start or stop symbol of the Codabar barcode specification. + diff --git a/english/python-java/aspose_barcode.generation/codabarsymbol/a/_index.md b/english/python-java/aspose_barcode.generation/codabarsymbol/a/_index.md deleted file mode 100644 index 5311772e0..000000000 --- a/english/python-java/aspose_barcode.generation/codabarsymbol/a/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "CodabarSymbol.A" -linktitle: "A" -articleTitle: "A" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies character A as the start or stop symbol of the Codabar barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/codabarsymbol/a/ ---- - -## CodabarSymbol.A - -**Type:** `int` - - -**Value:** `65` - - -Specifies character A as the start or stop symbol of the Codabar barcode specification. - diff --git a/english/python-java/aspose_barcode.generation/codabarsymbol/b/_index.md b/english/python-java/aspose_barcode.generation/codabarsymbol/b/_index.md deleted file mode 100644 index 8bc0af821..000000000 --- a/english/python-java/aspose_barcode.generation/codabarsymbol/b/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "CodabarSymbol.B" -linktitle: "B" -articleTitle: "B" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies character B as the start or stop symbol of the Codabar barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/codabarsymbol/b/ ---- - -## CodabarSymbol.B - -**Type:** `int` - - -**Value:** `66` - - -Specifies character B as the start or stop symbol of the Codabar barcode specification. - diff --git a/english/python-java/aspose_barcode.generation/codabarsymbol/c/_index.md b/english/python-java/aspose_barcode.generation/codabarsymbol/c/_index.md deleted file mode 100644 index 389a3b373..000000000 --- a/english/python-java/aspose_barcode.generation/codabarsymbol/c/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "CodabarSymbol.C" -linktitle: "C" -articleTitle: "C" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies character C as the start or stop symbol of the Codabar barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/codabarsymbol/c/ ---- - -## CodabarSymbol.C - -**Type:** `int` - - -**Value:** `67` - - -Specifies character C as the start or stop symbol of the Codabar barcode specification. - diff --git a/english/python-java/aspose_barcode.generation/codabarsymbol/d/_index.md b/english/python-java/aspose_barcode.generation/codabarsymbol/d/_index.md deleted file mode 100644 index cdbdf5a05..000000000 --- a/english/python-java/aspose_barcode.generation/codabarsymbol/d/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "CodabarSymbol.D" -linktitle: "D" -articleTitle: "D" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies character D as the start or stop symbol of the Codabar barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/codabarsymbol/d/ ---- - -## CodabarSymbol.D - -**Type:** `int` - - -**Value:** `68` - - -Specifies character D as the start or stop symbol of the Codabar barcode specification. - diff --git a/english/python-java/aspose_barcode.generation/codablockparameters/__str__/_index.md b/english/python-java/aspose_barcode.generation/codablockparameters/__str__/_index.md deleted file mode 100644 index 1e91ace1b..000000000 --- a/english/python-java/aspose_barcode.generation/codablockparameters/__str__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "CodablockParameters.__str__" -linktitle: "__str__" -articleTitle: "__str__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns a human-readable string representation of this CodablockParameters." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/codablockparameters/__str__/ ---- - -## CodablockParameters.__str__ - -```python -__str__(self) -> str -``` - - -Returns a human-readable string representation of this CodablockParameters. - - -**Return Type:** `str` — A string that represents this CodablockParameters. - diff --git a/english/python-java/aspose_barcode.generation/codablockparameters/_index.md b/english/python-java/aspose_barcode.generation/codablockparameters/_index.md index f6343dba9..64cf32adf 100644 --- a/english/python-java/aspose_barcode.generation/codablockparameters/_index.md +++ b/english/python-java/aspose_barcode.generation/codablockparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "CodablockParameters Class" +title: "CodablockParameters" linktitle: "CodablockParameters" -articleTitle: "CodablockParameters" second_title: "Aspose.BarCode for Python via Java" description: "Codablock parameters." type: docs @@ -21,18 +20,75 @@ Codablock parameters. | Name | Description | | --- | --- | -| [__init__](./codablockparameters/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [__str__](./__str__/) | `str` | No | Returns a human-readable string representation of this CodablockParameters. | +| [__str__](#__str__) | `str` | No | Returns a human-readable string representation of this CodablockParameters. | ## Properties | Name | Type | Description | | --- | --- | --- | -| [aspect_ratio](./aspect_ratio/) | `float` | Height/Width ratio of 2D BarCode module. | -| [columns](./columns/) | `int` | Columns count. | -| [rows](./rows/) | `int` | Rows count. | +| [aspect_ratio](#aspect_ratio) | `float` | Height/Width ratio of 2D BarCode module. | +| [columns](#columns) | `int` | Columns count. | +| [rows](#rows) | `int` | Rows count. | + +### CodablockParameters Constructor {#constructor} + +```python +__init__(self, _java_class) +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `_java_class` | `` | | + +### CodablockParameters.__str__ {#__str__} + +```python +__str__(self) -> str +``` + +Returns a human-readable string representation of this CodablockParameters. + +**Return Type:** `str` — A string that represents this CodablockParameters. + +### CodablockParameters.aspect_ratio {#aspect_ratio} + +**Type:** `float` + +Height/Width ratio of 2D BarCode module. + +Height/Width ratio of 2D BarCode module. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `float` | | + +### CodablockParameters.columns {#columns} + +**Type:** `int` + +Columns count. + +Columns count. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `int` | | + +### CodablockParameters.rows {#rows} + +**Type:** `int` + +Rows count. + +Rows count. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `int` | | + diff --git a/english/python-java/aspose_barcode.generation/codablockparameters/aspect_ratio/_index.md b/english/python-java/aspose_barcode.generation/codablockparameters/aspect_ratio/_index.md deleted file mode 100644 index bab571ddc..000000000 --- a/english/python-java/aspose_barcode.generation/codablockparameters/aspect_ratio/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "CodablockParameters.aspect_ratio" -linktitle: "aspect_ratio" -articleTitle: "aspect_ratio" -second_title: "Aspose.BarCode for Python via Java" -description: "Height/Width ratio of 2D BarCode module." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/codablockparameters/aspect_ratio/ ---- - -## CodablockParameters.aspect_ratio - -**Type:** `float` - - -### Get - -Height/Width ratio of 2D BarCode module. - - -### Set - -Height/Width ratio of 2D BarCode module. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `float` | | diff --git a/english/python-java/aspose_barcode.generation/codablockparameters/codablockparameters/_index.md b/english/python-java/aspose_barcode.generation/codablockparameters/codablockparameters/_index.md deleted file mode 100644 index cb4f0e804..000000000 --- a/english/python-java/aspose_barcode.generation/codablockparameters/codablockparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "CodablockParameters" -linktitle: "CodablockParameters" -articleTitle: "CodablockParameters" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/codablockparameters/codablockparameters/ ---- - -## CodablockParameters Constructor - -```python -__init__(self, _java_class) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `_java_class` | `` | | diff --git a/english/python-java/aspose_barcode.generation/codablockparameters/columns/_index.md b/english/python-java/aspose_barcode.generation/codablockparameters/columns/_index.md deleted file mode 100644 index 9ac3399d3..000000000 --- a/english/python-java/aspose_barcode.generation/codablockparameters/columns/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "CodablockParameters.columns" -linktitle: "columns" -articleTitle: "columns" -second_title: "Aspose.BarCode for Python via Java" -description: "Columns count." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/codablockparameters/columns/ ---- - -## CodablockParameters.columns - -**Type:** `int` - - -### Get - -Columns count. - - -### Set - -Columns count. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `int` | | diff --git a/english/python-java/aspose_barcode.generation/codablockparameters/rows/_index.md b/english/python-java/aspose_barcode.generation/codablockparameters/rows/_index.md deleted file mode 100644 index 77f0817f9..000000000 --- a/english/python-java/aspose_barcode.generation/codablockparameters/rows/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "CodablockParameters.rows" -linktitle: "rows" -articleTitle: "rows" -second_title: "Aspose.BarCode for Python via Java" -description: "Rows count." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/codablockparameters/rows/ ---- - -## CodablockParameters.rows - -**Type:** `int` - - -### Get - -Rows count. - - -### Set - -Rows count. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `int` | | diff --git a/english/python-java/aspose_barcode.generation/code128encodemode/_index.md b/english/python-java/aspose_barcode.generation/code128encodemode/_index.md index 86b60cad8..4b9a341e6 100644 --- a/english/python-java/aspose_barcode.generation/code128encodemode/_index.md +++ b/english/python-java/aspose_barcode.generation/code128encodemode/_index.md @@ -1,7 +1,6 @@ --- -title: "Code128EncodeMode Enum" +title: "Code128EncodeMode" linktitle: "Code128EncodeMode" -articleTitle: "Code128EncodeMode" second_title: "Aspose.BarCode for Python via Java" description: "Encoding mode for Code128 barcodes. specification. This code demonstrates how to generate code 128 with different encodings" type: docs @@ -21,10 +20,66 @@ Encoding mode for Code128 barcodes. specification. This code demonstrates how to | Name | Value | Description | | --- | --- | --- | -| [AUTO](./auto/) | `0` | Encode codetext in classic ISO 15417 mode. The mode should be used in all ordinary cases. | -| [CODE_A](./code_a/) | `1` | Encode codetext only in 128A codeset. | -| [CODE_AB](./code_ab/) | `3` | Encode codetext only in 128A and 128B codesets. | -| [CODE_AC](./code_ac/) | `5` | Encode codetext only in 128A and 128C codesets. | -| [CODE_B](./code_b/) | `2` | Encode codetext only in 128B codeset. | -| [CODE_BC](./code_bc/) | `6` | Encode codetext only in 128B and 128C codesets. | -| [CODE_C](./code_c/) | `4` | Encode codetext only in 128C codeset. | +| [AUTO](#auto) | `0` | Encode codetext in classic ISO 15417 mode. The mode should be used in all ordinary cases. | +| [CODE_A](#code_a) | `1` | Encode codetext only in 128A codeset. | +| [CODE_AB](#code_ab) | `3` | Encode codetext only in 128A and 128B codesets. | +| [CODE_AC](#code_ac) | `5` | Encode codetext only in 128A and 128C codesets. | +| [CODE_B](#code_b) | `2` | Encode codetext only in 128B codeset. | +| [CODE_BC](#code_bc) | `6` | Encode codetext only in 128B and 128C codesets. | +| [CODE_C](#code_c) | `4` | Encode codetext only in 128C codeset. | +### Code128EncodeMode.AUTO {#auto} + +**Type:** `int` + +**Value:** `0` + +Encode codetext in classic ISO 15417 mode. The mode should be used in all ordinary cases. + +### Code128EncodeMode.CODE_A {#code_a} + +**Type:** `int` + +**Value:** `1` + +Encode codetext only in 128A codeset. + +### Code128EncodeMode.CODE_AB {#code_ab} + +**Type:** `int` + +**Value:** `3` + +Encode codetext only in 128A and 128B codesets. + +### Code128EncodeMode.CODE_AC {#code_ac} + +**Type:** `int` + +**Value:** `5` + +Encode codetext only in 128A and 128C codesets. + +### Code128EncodeMode.CODE_B {#code_b} + +**Type:** `int` + +**Value:** `2` + +Encode codetext only in 128B codeset. + +### Code128EncodeMode.CODE_BC {#code_bc} + +**Type:** `int` + +**Value:** `6` + +Encode codetext only in 128B and 128C codesets. + +### Code128EncodeMode.CODE_C {#code_c} + +**Type:** `int` + +**Value:** `4` + +Encode codetext only in 128C codeset. + diff --git a/english/python-java/aspose_barcode.generation/code128encodemode/auto/_index.md b/english/python-java/aspose_barcode.generation/code128encodemode/auto/_index.md deleted file mode 100644 index 937a992f7..000000000 --- a/english/python-java/aspose_barcode.generation/code128encodemode/auto/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Code128EncodeMode.AUTO" -linktitle: "AUTO" -articleTitle: "AUTO" -second_title: "Aspose.BarCode for Python via Java" -description: "Encode codetext in classic ISO 15417 mode. The mode should be used in all ordinary cases." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/code128encodemode/auto/ ---- - -## Code128EncodeMode.AUTO - -**Type:** `int` - - -**Value:** `0` - - -Encode codetext in classic ISO 15417 mode. The mode should be used in all ordinary cases. - diff --git a/english/python-java/aspose_barcode.generation/code128encodemode/code_a/_index.md b/english/python-java/aspose_barcode.generation/code128encodemode/code_a/_index.md deleted file mode 100644 index 8e92b7300..000000000 --- a/english/python-java/aspose_barcode.generation/code128encodemode/code_a/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Code128EncodeMode.CODE_A" -linktitle: "CODE_A" -articleTitle: "CODE_A" -second_title: "Aspose.BarCode for Python via Java" -description: "Encode codetext only in 128A codeset." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/code128encodemode/code_a/ ---- - -## Code128EncodeMode.CODE_A - -**Type:** `int` - - -**Value:** `1` - - -Encode codetext only in 128A codeset. - diff --git a/english/python-java/aspose_barcode.generation/code128encodemode/code_ab/_index.md b/english/python-java/aspose_barcode.generation/code128encodemode/code_ab/_index.md deleted file mode 100644 index 5a031352e..000000000 --- a/english/python-java/aspose_barcode.generation/code128encodemode/code_ab/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Code128EncodeMode.CODE_AB" -linktitle: "CODE_AB" -articleTitle: "CODE_AB" -second_title: "Aspose.BarCode for Python via Java" -description: "Encode codetext only in 128A and 128B codesets." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/code128encodemode/code_ab/ ---- - -## Code128EncodeMode.CODE_AB - -**Type:** `int` - - -**Value:** `3` - - -Encode codetext only in 128A and 128B codesets. - diff --git a/english/python-java/aspose_barcode.generation/code128encodemode/code_ac/_index.md b/english/python-java/aspose_barcode.generation/code128encodemode/code_ac/_index.md deleted file mode 100644 index 61ad69ca6..000000000 --- a/english/python-java/aspose_barcode.generation/code128encodemode/code_ac/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Code128EncodeMode.CODE_AC" -linktitle: "CODE_AC" -articleTitle: "CODE_AC" -second_title: "Aspose.BarCode for Python via Java" -description: "Encode codetext only in 128A and 128C codesets." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/code128encodemode/code_ac/ ---- - -## Code128EncodeMode.CODE_AC - -**Type:** `int` - - -**Value:** `5` - - -Encode codetext only in 128A and 128C codesets. - diff --git a/english/python-java/aspose_barcode.generation/code128encodemode/code_b/_index.md b/english/python-java/aspose_barcode.generation/code128encodemode/code_b/_index.md deleted file mode 100644 index f4278fb6d..000000000 --- a/english/python-java/aspose_barcode.generation/code128encodemode/code_b/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Code128EncodeMode.CODE_B" -linktitle: "CODE_B" -articleTitle: "CODE_B" -second_title: "Aspose.BarCode for Python via Java" -description: "Encode codetext only in 128B codeset." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/code128encodemode/code_b/ ---- - -## Code128EncodeMode.CODE_B - -**Type:** `int` - - -**Value:** `2` - - -Encode codetext only in 128B codeset. - diff --git a/english/python-java/aspose_barcode.generation/code128encodemode/code_bc/_index.md b/english/python-java/aspose_barcode.generation/code128encodemode/code_bc/_index.md deleted file mode 100644 index 98413c55e..000000000 --- a/english/python-java/aspose_barcode.generation/code128encodemode/code_bc/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Code128EncodeMode.CODE_BC" -linktitle: "CODE_BC" -articleTitle: "CODE_BC" -second_title: "Aspose.BarCode for Python via Java" -description: "Encode codetext only in 128B and 128C codesets." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/code128encodemode/code_bc/ ---- - -## Code128EncodeMode.CODE_BC - -**Type:** `int` - - -**Value:** `6` - - -Encode codetext only in 128B and 128C codesets. - diff --git a/english/python-java/aspose_barcode.generation/code128encodemode/code_c/_index.md b/english/python-java/aspose_barcode.generation/code128encodemode/code_c/_index.md deleted file mode 100644 index 5c395a510..000000000 --- a/english/python-java/aspose_barcode.generation/code128encodemode/code_c/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Code128EncodeMode.CODE_C" -linktitle: "CODE_C" -articleTitle: "CODE_C" -second_title: "Aspose.BarCode for Python via Java" -description: "Encode codetext only in 128C codeset." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/code128encodemode/code_c/ ---- - -## Code128EncodeMode.CODE_C - -**Type:** `int` - - -**Value:** `4` - - -Encode codetext only in 128C codeset. - diff --git a/english/python-java/aspose_barcode.generation/code128parameters/__str__/_index.md b/english/python-java/aspose_barcode.generation/code128parameters/__str__/_index.md deleted file mode 100644 index fb97f08dd..000000000 --- a/english/python-java/aspose_barcode.generation/code128parameters/__str__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "Code128Parameters.__str__" -linktitle: "__str__" -articleTitle: "__str__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns a human-readable string representation of this Code128Parameters." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/code128parameters/__str__/ ---- - -## Code128Parameters.__str__ - -```python -__str__(self) -> str -``` - - -Returns a human-readable string representation of this Code128Parameters. - - -**Return Type:** `str` — string A string that represents this Code128Parameters. - diff --git a/english/python-java/aspose_barcode.generation/code128parameters/_index.md b/english/python-java/aspose_barcode.generation/code128parameters/_index.md index 24164f52d..2d3a2a3c8 100644 --- a/english/python-java/aspose_barcode.generation/code128parameters/_index.md +++ b/english/python-java/aspose_barcode.generation/code128parameters/_index.md @@ -1,7 +1,6 @@ --- -title: "Code128Parameters Class" +title: "Code128Parameters" linktitle: "Code128Parameters" -articleTitle: "Code128Parameters" second_title: "Aspose.BarCode for Python via Java" description: "Code128 parameters." type: docs @@ -21,17 +20,58 @@ Code128 parameters. | Name | Description | | --- | --- | -| [__init__](./code128parameters/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [__str__](./__str__/) | `str` | No | Returns a human-readable string representation of this Code128Parameters. | +| [__str__](#__str__) | `str` | No | Returns a human-readable string representation of this Code128Parameters. | ## Properties | Name | Type | Description | | --- | --- | --- | -| [code_128_encode_mode](./code_128_encode_mode/) | `Code128EncodeMode` | Gets a Code128 encode mode. Default value: Code128EncodeMode.Auto | -| [encode_mode](./encode_mode/) | `Code128EncodeMode` | | +| [code_128_encode_mode](#code_128_encode_mode) | `Code128EncodeMode` | Gets a Code128 encode mode. Default value: Code128EncodeMode.Auto | +| [encode_mode](#encode_mode) | `Code128EncodeMode` | | + +### Code128Parameters Constructor {#constructor} + +```python +__init__(self, _java_class) +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `_java_class` | `` | | + +### Code128Parameters.__str__ {#__str__} + +```python +__str__(self) -> str +``` + +Returns a human-readable string representation of this Code128Parameters. + +**Return Type:** `str` — string A string that represents this Code128Parameters. + +### Code128Parameters.code_128_encode_mode {#code_128_encode_mode} + +**Type:** `Code128EncodeMode` + +Gets a Code128 encode mode. Default value: Code128EncodeMode.Auto + +Sets a Code128 encode mode. Default value: Code128EncodeMode.Auto + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `Code128EncodeMode` | | + +### Code128Parameters.encode_mode {#encode_mode} + +**Type:** `Code128EncodeMode` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `Code128EncodeMode` | | + diff --git a/english/python-java/aspose_barcode.generation/code128parameters/code128parameters/_index.md b/english/python-java/aspose_barcode.generation/code128parameters/code128parameters/_index.md deleted file mode 100644 index d7170d59f..000000000 --- a/english/python-java/aspose_barcode.generation/code128parameters/code128parameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Code128Parameters" -linktitle: "Code128Parameters" -articleTitle: "Code128Parameters" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/code128parameters/code128parameters/ ---- - -## Code128Parameters Constructor - -```python -__init__(self, _java_class) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `_java_class` | `` | | diff --git a/english/python-java/aspose_barcode.generation/code128parameters/code_128_encode_mode/_index.md b/english/python-java/aspose_barcode.generation/code128parameters/code_128_encode_mode/_index.md deleted file mode 100644 index 149e0bf2c..000000000 --- a/english/python-java/aspose_barcode.generation/code128parameters/code_128_encode_mode/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Code128Parameters.code_128_encode_mode" -linktitle: "code_128_encode_mode" -articleTitle: "code_128_encode_mode" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets a Code128 encode mode. Default value: Code128EncodeMode.Auto" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/code128parameters/code_128_encode_mode/ ---- - -## Code128Parameters.code_128_encode_mode - -**Type:** `Code128EncodeMode` - - -### Get - -Gets a Code128 encode mode. Default value: Code128EncodeMode.Auto - - -### Set - -Sets a Code128 encode mode. Default value: Code128EncodeMode.Auto - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `Code128EncodeMode` | | diff --git a/english/python-java/aspose_barcode.generation/code128parameters/encode_mode/_index.md b/english/python-java/aspose_barcode.generation/code128parameters/encode_mode/_index.md deleted file mode 100644 index 48945c784..000000000 --- a/english/python-java/aspose_barcode.generation/code128parameters/encode_mode/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "Code128Parameters.encode_mode" -linktitle: "encode_mode" -articleTitle: "encode_mode" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/code128parameters/encode_mode/ ---- - -## Code128Parameters.encode_mode - -**Type:** `Code128EncodeMode` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `Code128EncodeMode` | | diff --git a/english/python-java/aspose_barcode.generation/code16kparameters/__str__/_index.md b/english/python-java/aspose_barcode.generation/code16kparameters/__str__/_index.md deleted file mode 100644 index e12bb58c4..000000000 --- a/english/python-java/aspose_barcode.generation/code16kparameters/__str__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "Code16KParameters.__str__" -linktitle: "__str__" -articleTitle: "__str__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns a human-readable string representation of this Code16KParameters." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/code16kparameters/__str__/ ---- - -## Code16KParameters.__str__ - -```python -__str__(self) -> str -``` - - -Returns a human-readable string representation of this Code16KParameters. - - -**Return Type:** `str` — A string that represents this Code16KParameters. - diff --git a/english/python-java/aspose_barcode.generation/code16kparameters/_index.md b/english/python-java/aspose_barcode.generation/code16kparameters/_index.md index d0e6c5aaf..c88834f96 100644 --- a/english/python-java/aspose_barcode.generation/code16kparameters/_index.md +++ b/english/python-java/aspose_barcode.generation/code16kparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "Code16KParameters Class" +title: "Code16KParameters" linktitle: "Code16KParameters" -articleTitle: "Code16KParameters" second_title: "Aspose.BarCode for Python via Java" description: "Code16K parameters." type: docs @@ -21,18 +20,75 @@ Code16K parameters. | Name | Description | | --- | --- | -| [__init__](./code16kparameters/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [__str__](./__str__/) | `str` | No | Returns a human-readable string representation of this Code16KParameters. | +| [__str__](#__str__) | `str` | No | Returns a human-readable string representation of this Code16KParameters. | ## Properties | Name | Type | Description | | --- | --- | --- | -| [aspect_ratio](./aspect_ratio/) | `float` | Height/Width ratio of 2D BarCode module. | -| [quiet_zone_left_coef](./quiet_zone_left_coef/) | `int` | Size of the left quiet zone in xDimension. Default value: 10, meaning if xDimension = 2px then left quiet zone will be 20px. | -| [quiet_zone_right_coef](./quiet_zone_right_coef/) | `int` | Size of the right quiet zone in xDimension. Default value: 1, meaning if xDimension = 2px then right quiet zone will be 2px. | +| [aspect_ratio](#aspect_ratio) | `float` | Height/Width ratio of 2D BarCode module. | +| [quiet_zone_left_coef](#quiet_zone_left_coef) | `int` | Size of the left quiet zone in xDimension. Default value: 10, meaning if xDimension = 2px then left quiet zone will be 20px. | +| [quiet_zone_right_coef](#quiet_zone_right_coef) | `int` | Size of the right quiet zone in xDimension. Default value: 1, meaning if xDimension = 2px then right quiet zone will be 2px. | + +### Code16KParameters Constructor {#constructor} + +```python +__init__(self, _java_class) +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `_java_class` | `` | | + +### Code16KParameters.__str__ {#__str__} + +```python +__str__(self) -> str +``` + +Returns a human-readable string representation of this Code16KParameters. + +**Return Type:** `str` — A string that represents this Code16KParameters. + +### Code16KParameters.aspect_ratio {#aspect_ratio} + +**Type:** `float` + +Height/Width ratio of 2D BarCode module. + +Height/Width ratio of 2D BarCode module. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `float` | | + +### Code16KParameters.quiet_zone_left_coef {#quiet_zone_left_coef} + +**Type:** `int` + +Size of the left quiet zone in xDimension. Default value: 10, meaning if xDimension = 2px then left quiet zone will be 20px. + +Size of the left quiet zone in xDimension. Default value: 10, meaning if xDimension = 2px then left quiet zone will be 20px. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `int` | | + +### Code16KParameters.quiet_zone_right_coef {#quiet_zone_right_coef} + +**Type:** `int` + +Size of the right quiet zone in xDimension. Default value: 1, meaning if xDimension = 2px then right quiet zone will be 2px. + +Size of the right quiet zone in xDimension. Default value: 1, meaning if xDimension = 2px then right quiet zone will be 2px. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `int` | | + diff --git a/english/python-java/aspose_barcode.generation/code16kparameters/aspect_ratio/_index.md b/english/python-java/aspose_barcode.generation/code16kparameters/aspect_ratio/_index.md deleted file mode 100644 index 23cfe6c80..000000000 --- a/english/python-java/aspose_barcode.generation/code16kparameters/aspect_ratio/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Code16KParameters.aspect_ratio" -linktitle: "aspect_ratio" -articleTitle: "aspect_ratio" -second_title: "Aspose.BarCode for Python via Java" -description: "Height/Width ratio of 2D BarCode module." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/code16kparameters/aspect_ratio/ ---- - -## Code16KParameters.aspect_ratio - -**Type:** `float` - - -### Get - -Height/Width ratio of 2D BarCode module. - - -### Set - -Height/Width ratio of 2D BarCode module. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `float` | | diff --git a/english/python-java/aspose_barcode.generation/code16kparameters/code16kparameters/_index.md b/english/python-java/aspose_barcode.generation/code16kparameters/code16kparameters/_index.md deleted file mode 100644 index 3ff63f47d..000000000 --- a/english/python-java/aspose_barcode.generation/code16kparameters/code16kparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Code16KParameters" -linktitle: "Code16KParameters" -articleTitle: "Code16KParameters" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/code16kparameters/code16kparameters/ ---- - -## Code16KParameters Constructor - -```python -__init__(self, _java_class) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `_java_class` | `` | | diff --git a/english/python-java/aspose_barcode.generation/code16kparameters/quiet_zone_left_coef/_index.md b/english/python-java/aspose_barcode.generation/code16kparameters/quiet_zone_left_coef/_index.md deleted file mode 100644 index 3b6353bb0..000000000 --- a/english/python-java/aspose_barcode.generation/code16kparameters/quiet_zone_left_coef/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Code16KParameters.quiet_zone_left_coef" -linktitle: "quiet_zone_left_coef" -articleTitle: "quiet_zone_left_coef" -second_title: "Aspose.BarCode for Python via Java" -description: "Size of the left quiet zone in xDimension. Default value: 10, meaning if xDimension = 2px then left quiet zone will be 20px." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/code16kparameters/quiet_zone_left_coef/ ---- - -## Code16KParameters.quiet_zone_left_coef - -**Type:** `int` - - -### Get - -Size of the left quiet zone in xDimension. Default value: 10, meaning if xDimension = 2px then left quiet zone will be 20px. - - -### Set - -Size of the left quiet zone in xDimension. Default value: 10, meaning if xDimension = 2px then left quiet zone will be 20px. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `int` | | diff --git a/english/python-java/aspose_barcode.generation/code16kparameters/quiet_zone_right_coef/_index.md b/english/python-java/aspose_barcode.generation/code16kparameters/quiet_zone_right_coef/_index.md deleted file mode 100644 index 21dc28b4b..000000000 --- a/english/python-java/aspose_barcode.generation/code16kparameters/quiet_zone_right_coef/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Code16KParameters.quiet_zone_right_coef" -linktitle: "quiet_zone_right_coef" -articleTitle: "quiet_zone_right_coef" -second_title: "Aspose.BarCode for Python via Java" -description: "Size of the right quiet zone in xDimension. Default value: 1, meaning if xDimension = 2px then right quiet zone will be 2px." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/code16kparameters/quiet_zone_right_coef/ ---- - -## Code16KParameters.quiet_zone_right_coef - -**Type:** `int` - - -### Get - -Size of the right quiet zone in xDimension. Default value: 1, meaning if xDimension = 2px then right quiet zone will be 2px. - - -### Set - -Size of the right quiet zone in xDimension. Default value: 1, meaning if xDimension = 2px then right quiet zone will be 2px. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `int` | | diff --git a/english/python-java/aspose_barcode.generation/codelocation/_index.md b/english/python-java/aspose_barcode.generation/codelocation/_index.md index 232dcf650..fe021dab3 100644 --- a/english/python-java/aspose_barcode.generation/codelocation/_index.md +++ b/english/python-java/aspose_barcode.generation/codelocation/_index.md @@ -1,7 +1,6 @@ --- -title: "CodeLocation Enum" +title: "CodeLocation" linktitle: "CodeLocation" -articleTitle: "CodeLocation" second_title: "Aspose.BarCode for Python via Java" description: "Codetext location." type: docs @@ -21,6 +20,30 @@ Codetext location. | Name | Value | Description | | --- | --- | --- | -| [ABOVE](./above/) | `1` | Codetext above barcode. | -| [BELOW](./below/) | `0` | Codetext below barcode. | -| [NONE](./none/) | `2` | Hide codetext. | +| [ABOVE](#above) | `1` | Codetext above barcode. | +| [BELOW](#below) | `0` | Codetext below barcode. | +| [NONE](#none) | `2` | Hide codetext. | +### CodeLocation.ABOVE {#above} + +**Type:** `int` + +**Value:** `1` + +Codetext above barcode. + +### CodeLocation.BELOW {#below} + +**Type:** `int` + +**Value:** `0` + +Codetext below barcode. + +### CodeLocation.NONE {#none} + +**Type:** `int` + +**Value:** `2` + +Hide codetext. + diff --git a/english/python-java/aspose_barcode.generation/codelocation/above/_index.md b/english/python-java/aspose_barcode.generation/codelocation/above/_index.md deleted file mode 100644 index 6b6b99a4b..000000000 --- a/english/python-java/aspose_barcode.generation/codelocation/above/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "CodeLocation.ABOVE" -linktitle: "ABOVE" -articleTitle: "ABOVE" -second_title: "Aspose.BarCode for Python via Java" -description: "Codetext above barcode." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/codelocation/above/ ---- - -## CodeLocation.ABOVE - -**Type:** `int` - - -**Value:** `1` - - -Codetext above barcode. - diff --git a/english/python-java/aspose_barcode.generation/codelocation/below/_index.md b/english/python-java/aspose_barcode.generation/codelocation/below/_index.md deleted file mode 100644 index 7ce5a69c3..000000000 --- a/english/python-java/aspose_barcode.generation/codelocation/below/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "CodeLocation.BELOW" -linktitle: "BELOW" -articleTitle: "BELOW" -second_title: "Aspose.BarCode for Python via Java" -description: "Codetext below barcode." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/codelocation/below/ ---- - -## CodeLocation.BELOW - -**Type:** `int` - - -**Value:** `0` - - -Codetext below barcode. - diff --git a/english/python-java/aspose_barcode.generation/codelocation/none/_index.md b/english/python-java/aspose_barcode.generation/codelocation/none/_index.md deleted file mode 100644 index ef9276d2c..000000000 --- a/english/python-java/aspose_barcode.generation/codelocation/none/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "CodeLocation.NONE" -linktitle: "NONE" -articleTitle: "NONE" -second_title: "Aspose.BarCode for Python via Java" -description: "Hide codetext." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/codelocation/none/ ---- - -## CodeLocation.NONE - -**Type:** `int` - - -**Value:** `2` - - -Hide codetext. - diff --git a/english/python-java/aspose_barcode.generation/codetextparameters/__str__/_index.md b/english/python-java/aspose_barcode.generation/codetextparameters/__str__/_index.md deleted file mode 100644 index 6fcd7c563..000000000 --- a/english/python-java/aspose_barcode.generation/codetextparameters/__str__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "CodetextParameters.__str__" -linktitle: "__str__" -articleTitle: "__str__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns a string representation of the CodetextParameters instance." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/codetextparameters/__str__/ ---- - -## CodetextParameters.__str__ - -```python -__str__(self) -> str -``` - - -Returns a string representation of the CodetextParameters instance. - - -**Return Type:** `str` — A string that represents this CodetextParameters. - diff --git a/english/python-java/aspose_barcode.generation/codetextparameters/_index.md b/english/python-java/aspose_barcode.generation/codetextparameters/_index.md index 6f9a1ebfa..6ba44ca3e 100644 --- a/english/python-java/aspose_barcode.generation/codetextparameters/_index.md +++ b/english/python-java/aspose_barcode.generation/codetextparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "CodetextParameters Class" +title: "CodetextParameters" linktitle: "CodetextParameters" -articleTitle: "CodetextParameters" second_title: "Aspose.BarCode for Python via Java" description: "Codetext parameters." type: docs @@ -21,23 +20,142 @@ Codetext parameters. | Name | Description | | --- | --- | -| [__init__](./codetextparameters/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [__str__](./__str__/) | `str` | No | Returns a string representation of the CodetextParameters instance. | +| [__str__](#__str__) | `str` | No | Returns a string representation of the CodetextParameters instance. | ## Properties | Name | Type | Description | | --- | --- | --- | -| [alignment](./alignment/) | `TextAlignment` | Gets the alignment of the code text. Default value: TextAlignment.CENTER. | -| [color](./color/) | `Tuple[int, int, int]` | Specify the displaying CodeText's Color, representation of an RGB tuple. Default value (0,0,0). | -| [font](./font/) | `Optional[FontUnit]` | Specify the displaying CodeText's font. Default value: Arial 5pt regular. Ignored if FontMode is set to FontMode.AUTO. | -| [font_mode](./font_mode/) | `FontMode` | Specify FontMode. If FontMode is set to Auto, font size will be calculated automatically based on xDimension value. It is recommended to use FontMode.AUTO especially in AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION. Default value: FontMode.AUTO. | -| [location](./location/) | `CodeLocation` | Specify the displaying CodeText Location, set to CodeLocation.NONE to hide CodeText. Default value: CodeLocation.NONE. | -| [no_wrap](./no_wrap/) | `bool` | Specify word wraps (line breaks) within text. | -| [space](./space/) | `Optional[Unit]` | Space between the CodeText and the BarCode in Unit value. Default value: 2pt. Ignored for EAN8, EAN13, UPCE, UPCA, ISBN, ISMN, ISSN, UpcaGs1DatabarCoupon. | -| [two_d_display_text](./two_d_display_text/) | `Optional[str]` | Text that will be displayed instead of codetext in 2D barcodes. Used for: Aztec, Pdf417, DataMatrix, QR, MaxiCode, DotCode | +| [alignment](#alignment) | `TextAlignment` | Gets the alignment of the code text. Default value: TextAlignment.CENTER. | +| [color](#color) | `Tuple[int, int, int]` | Specify the displaying CodeText's Color, representation of an RGB tuple. Default value (0,0,0). | +| [font](#font) | `Optional[FontUnit]` | Specify the displaying CodeText's font. Default value: Arial 5pt regular. Ignored if FontMode is set to FontMode.AUTO. | +| [font_mode](#font_mode) | `FontMode` | Specify FontMode. If FontMode is set to Auto, font size will be calculated automatically based on xDimension value. It is recommended to use FontMode.AUTO especially in AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION. Default value: FontMode.AUTO. | +| [location](#location) | `CodeLocation` | Specify the displaying CodeText Location, set to CodeLocation.NONE to hide CodeText. Default value: CodeLocation.NONE. | +| [no_wrap](#no_wrap) | `bool` | Specify word wraps (line breaks) within text. | +| [space](#space) | `Optional[Unit]` | Space between the CodeText and the BarCode in Unit value. Default value: 2pt. Ignored for EAN8, EAN13, UPCE, UPCA, ISBN, ISMN, ISSN, UpcaGs1DatabarCoupon. | +| [two_d_display_text](#two_d_display_text) | `Optional[str]` | Text that will be displayed instead of codetext in 2D barcodes. Used for: Aztec, Pdf417, DataMatrix, QR, MaxiCode, DotCode | + +### CodetextParameters Constructor {#constructor} + +```python +__init__(self, _java_class) +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `_java_class` | `` | | + +### CodetextParameters.__str__ {#__str__} + +```python +__str__(self) -> str +``` + +Returns a string representation of the CodetextParameters instance. + +**Return Type:** `str` — A string that represents this CodetextParameters. + +### CodetextParameters.alignment {#alignment} + +**Type:** `TextAlignment` + +Gets the alignment of the code text. Default value: TextAlignment.CENTER. + +Sets the alignment of the code text. Default value: TextAlignment.CENTER. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `TextAlignment` | | + +### CodetextParameters.color {#color} + +**Type:** `Tuple[int, int, int]` + +Specify the displaying CodeText's Color, representation of an RGB tuple. Default value (0,0,0). + +Specify the displaying CodeText's Color, representation of an RGB tuple. Default value (0,0,0). + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `Tuple[int, int, int]` | | + +### CodetextParameters.font {#font} + +**Type:** `Optional[FontUnit]` + +Specify the displaying CodeText's font. Default value: Arial 5pt regular. Ignored if FontMode is set to FontMode.AUTO. + +Specify the displaying CodeText's font. Default value: Arial 5pt regular. Ignored if FontMode is set to FontMode.AUTO. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `FontUnit` | | + +### CodetextParameters.font_mode {#font_mode} + +**Type:** `FontMode` + +Specify FontMode. If FontMode is set to Auto, font size will be calculated automatically based on xDimension value. It is recommended to use FontMode.AUTO especially in AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION. Default value: FontMode.AUTO. + +Specify FontMode. If FontMode is set to Auto, font size will be calculated automatically based on xDimension value. It is recommended to use FontMode.AUTO especially in AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION. Default value: FontMode.AUTO. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `FontMode` | | + +### CodetextParameters.location {#location} + +**Type:** `CodeLocation` + +Specify the displaying CodeText Location, set to CodeLocation.NONE to hide CodeText. Default value: CodeLocation.NONE. + +Specify the displaying CodeText Location, set to CodeLocation.NONE to hide CodeText. Default value: CodeLocation.NONE. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `CodeLocation` | | + +### CodetextParameters.no_wrap {#no_wrap} + +**Type:** `bool` + +Specify word wraps (line breaks) within text. + +**Returns:** bool + +Specify word wraps (line breaks) within text. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `bool` | | + +### CodetextParameters.space {#space} + +**Type:** `Optional[Unit]` + +Space between the CodeText and the BarCode in Unit value. Default value: 2pt. Ignored for EAN8, EAN13, UPCE, UPCA, ISBN, ISMN, ISSN, UpcaGs1DatabarCoupon. + +Space between the CodeText and the BarCode in Unit value. Default value: 2pt. Ignored for EAN8, EAN13, UPCE, UPCA, ISBN, ISMN, ISSN, UpcaGs1DatabarCoupon. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `Unit` | | + +### CodetextParameters.two_d_display_text {#two_d_display_text} + +**Type:** `Optional[str]` + +Text that will be displayed instead of codetext in 2D barcodes. Used for: Aztec, Pdf417, DataMatrix, QR, MaxiCode, DotCode + +Text that will be displayed instead of codetext in 2D barcodes. Used for: Aztec, Pdf417, DataMatrix, QR, MaxiCode, DotCode + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `str` | | + diff --git a/english/python-java/aspose_barcode.generation/codetextparameters/alignment/_index.md b/english/python-java/aspose_barcode.generation/codetextparameters/alignment/_index.md deleted file mode 100644 index f06537392..000000000 --- a/english/python-java/aspose_barcode.generation/codetextparameters/alignment/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "CodetextParameters.alignment" -linktitle: "alignment" -articleTitle: "alignment" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets the alignment of the code text. Default value: TextAlignment.CENTER." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/codetextparameters/alignment/ ---- - -## CodetextParameters.alignment - -**Type:** `TextAlignment` - - -### Get - -Gets the alignment of the code text. Default value: TextAlignment.CENTER. - - -### Set - -Sets the alignment of the code text. Default value: TextAlignment.CENTER. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `TextAlignment` | | diff --git a/english/python-java/aspose_barcode.generation/codetextparameters/codetextparameters/_index.md b/english/python-java/aspose_barcode.generation/codetextparameters/codetextparameters/_index.md deleted file mode 100644 index 173e16a2c..000000000 --- a/english/python-java/aspose_barcode.generation/codetextparameters/codetextparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "CodetextParameters" -linktitle: "CodetextParameters" -articleTitle: "CodetextParameters" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/codetextparameters/codetextparameters/ ---- - -## CodetextParameters Constructor - -```python -__init__(self, _java_class) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `_java_class` | `` | | diff --git a/english/python-java/aspose_barcode.generation/codetextparameters/color/_index.md b/english/python-java/aspose_barcode.generation/codetextparameters/color/_index.md deleted file mode 100644 index ac5a0fd3d..000000000 --- a/english/python-java/aspose_barcode.generation/codetextparameters/color/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "CodetextParameters.color" -linktitle: "color" -articleTitle: "color" -second_title: "Aspose.BarCode for Python via Java" -description: "Specify the displaying CodeText's Color, representation of an RGB tuple. Default value (0,0,0)." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/codetextparameters/color/ ---- - -## CodetextParameters.color - -**Type:** `Tuple[int, int, int]` - - -### Get - -Specify the displaying CodeText's Color, representation of an RGB tuple. Default value (0,0,0). - - -### Set - -Specify the displaying CodeText's Color, representation of an RGB tuple. Default value (0,0,0). - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `Tuple[int, int, int]` | | diff --git a/english/python-java/aspose_barcode.generation/codetextparameters/font/_index.md b/english/python-java/aspose_barcode.generation/codetextparameters/font/_index.md deleted file mode 100644 index b5dea2071..000000000 --- a/english/python-java/aspose_barcode.generation/codetextparameters/font/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "CodetextParameters.font" -linktitle: "font" -articleTitle: "font" -second_title: "Aspose.BarCode for Python via Java" -description: "Specify the displaying CodeText's font. Default value: Arial 5pt regular. Ignored if FontMode is set to FontMode.AUTO." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/codetextparameters/font/ ---- - -## CodetextParameters.font - -**Type:** `Optional[FontUnit]` - - -### Get - -Specify the displaying CodeText's font. Default value: Arial 5pt regular. Ignored if FontMode is set to FontMode.AUTO. - - -### Set - -Specify the displaying CodeText's font. Default value: Arial 5pt regular. Ignored if FontMode is set to FontMode.AUTO. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `FontUnit` | | diff --git a/english/python-java/aspose_barcode.generation/codetextparameters/font_mode/_index.md b/english/python-java/aspose_barcode.generation/codetextparameters/font_mode/_index.md deleted file mode 100644 index 2dbc6231e..000000000 --- a/english/python-java/aspose_barcode.generation/codetextparameters/font_mode/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "CodetextParameters.font_mode" -linktitle: "font_mode" -articleTitle: "font_mode" -second_title: "Aspose.BarCode for Python via Java" -description: "Specify FontMode. If FontMode is set to Auto, font size will be calculated automatically based on xDimension value. It is recommended to use FontMode.AUTO espec" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/codetextparameters/font_mode/ ---- - -## CodetextParameters.font_mode - -**Type:** `FontMode` - - -### Get - -Specify FontMode. If FontMode is set to Auto, font size will be calculated automatically based on xDimension value. It is recommended to use FontMode.AUTO especially in AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION. Default value: FontMode.AUTO. - - -### Set - -Specify FontMode. If FontMode is set to Auto, font size will be calculated automatically based on xDimension value. It is recommended to use FontMode.AUTO especially in AutoSizeMode.NEAREST or AutoSizeMode.INTERPOLATION. Default value: FontMode.AUTO. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `FontMode` | | diff --git a/english/python-java/aspose_barcode.generation/codetextparameters/location/_index.md b/english/python-java/aspose_barcode.generation/codetextparameters/location/_index.md deleted file mode 100644 index 4e3c1f8e2..000000000 --- a/english/python-java/aspose_barcode.generation/codetextparameters/location/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "CodetextParameters.location" -linktitle: "location" -articleTitle: "location" -second_title: "Aspose.BarCode for Python via Java" -description: "Specify the displaying CodeText Location, set to CodeLocation.NONE to hide CodeText. Default value: CodeLocation.NONE." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/codetextparameters/location/ ---- - -## CodetextParameters.location - -**Type:** `CodeLocation` - - -### Get - -Specify the displaying CodeText Location, set to CodeLocation.NONE to hide CodeText. Default value: CodeLocation.NONE. - - -### Set - -Specify the displaying CodeText Location, set to CodeLocation.NONE to hide CodeText. Default value: CodeLocation.NONE. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `CodeLocation` | | diff --git a/english/python-java/aspose_barcode.generation/codetextparameters/no_wrap/_index.md b/english/python-java/aspose_barcode.generation/codetextparameters/no_wrap/_index.md deleted file mode 100644 index cb60d749b..000000000 --- a/english/python-java/aspose_barcode.generation/codetextparameters/no_wrap/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "CodetextParameters.no_wrap" -linktitle: "no_wrap" -articleTitle: "no_wrap" -second_title: "Aspose.BarCode for Python via Java" -description: "Specify word wraps (line breaks) within text." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/codetextparameters/no_wrap/ ---- - -## CodetextParameters.no_wrap - -**Type:** `bool` - - -### Get - -Specify word wraps (line breaks) within text. - - -**Returns:** bool - - -### Set - -Specify word wraps (line breaks) within text. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `bool` | | diff --git a/english/python-java/aspose_barcode.generation/codetextparameters/space/_index.md b/english/python-java/aspose_barcode.generation/codetextparameters/space/_index.md deleted file mode 100644 index cbd8cf3b7..000000000 --- a/english/python-java/aspose_barcode.generation/codetextparameters/space/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "CodetextParameters.space" -linktitle: "space" -articleTitle: "space" -second_title: "Aspose.BarCode for Python via Java" -description: "Space between the CodeText and the BarCode in Unit value. Default value: 2pt. Ignored for EAN8, EAN13, UPCE, UPCA, ISBN, ISMN, ISSN, UpcaGs1DatabarCoupon." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/codetextparameters/space/ ---- - -## CodetextParameters.space - -**Type:** `Optional[Unit]` - - -### Get - -Space between the CodeText and the BarCode in Unit value. Default value: 2pt. Ignored for EAN8, EAN13, UPCE, UPCA, ISBN, ISMN, ISSN, UpcaGs1DatabarCoupon. - - -### Set - -Space between the CodeText and the BarCode in Unit value. Default value: 2pt. Ignored for EAN8, EAN13, UPCE, UPCA, ISBN, ISMN, ISSN, UpcaGs1DatabarCoupon. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `Unit` | | diff --git a/english/python-java/aspose_barcode.generation/codetextparameters/two_d_display_text/_index.md b/english/python-java/aspose_barcode.generation/codetextparameters/two_d_display_text/_index.md deleted file mode 100644 index 87cb33f87..000000000 --- a/english/python-java/aspose_barcode.generation/codetextparameters/two_d_display_text/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "CodetextParameters.two_d_display_text" -linktitle: "two_d_display_text" -articleTitle: "two_d_display_text" -second_title: "Aspose.BarCode for Python via Java" -description: "Text that will be displayed instead of codetext in 2D barcodes. Used for: Aztec, Pdf417, DataMatrix, QR, MaxiCode, DotCode" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/codetextparameters/two_d_display_text/ ---- - -## CodetextParameters.two_d_display_text - -**Type:** `Optional[str]` - - -### Get - -Text that will be displayed instead of codetext in 2D barcodes. Used for: Aztec, Pdf417, DataMatrix, QR, MaxiCode, DotCode - - -### Set - -Text that will be displayed instead of codetext in 2D barcodes. Used for: Aztec, Pdf417, DataMatrix, QR, MaxiCode, DotCode - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `str` | | diff --git a/english/python-java/aspose_barcode.generation/couponparameters/__str__/_index.md b/english/python-java/aspose_barcode.generation/couponparameters/__str__/_index.md deleted file mode 100644 index e0df84850..000000000 --- a/english/python-java/aspose_barcode.generation/couponparameters/__str__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "CouponParameters.__str__" -linktitle: "__str__" -articleTitle: "__str__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns a human-readable string representation of this CouponParameters." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/couponparameters/__str__/ ---- - -## CouponParameters.__str__ - -```python -__str__(self) -> str -``` - - -Returns a human-readable string representation of this CouponParameters. - - -**Return Type:** `str` — A string that represents this CouponParameters. - diff --git a/english/python-java/aspose_barcode.generation/couponparameters/_index.md b/english/python-java/aspose_barcode.generation/couponparameters/_index.md index 32eefff4a..c487cbc10 100644 --- a/english/python-java/aspose_barcode.generation/couponparameters/_index.md +++ b/english/python-java/aspose_barcode.generation/couponparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "CouponParameters Class" +title: "CouponParameters" linktitle: "CouponParameters" -articleTitle: "CouponParameters" second_title: "Aspose.BarCode for Python via Java" description: "Coupon parameters. Used for UpcaGs1DatabarCoupon, UpcaGs1Code128Coupon." type: docs @@ -21,16 +20,49 @@ Coupon parameters. Used for UpcaGs1DatabarCoupon, UpcaGs1Code128Coupon. | Name | Description | | --- | --- | -| [__init__](./couponparameters/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [__str__](./__str__/) | `str` | No | Returns a human-readable string representation of this CouponParameters. | +| [__str__](#__str__) | `str` | No | Returns a human-readable string representation of this CouponParameters. | ## Properties | Name | Type | Description | | --- | --- | --- | -| [supplement_space](./supplement_space/) | `Optional[Unit]` | Space between the main BarCode and supplement BarCode in Unit value. Raises: IllegalArgumentException: if the Space parameter value is less than 0. | +| [supplement_space](#supplement_space) | `Optional[Unit]` | Space between the main BarCode and supplement BarCode in Unit value. Raises: IllegalArgumentException: if the Space parameter value is less than 0. | + +### CouponParameters Constructor {#constructor} + +```python +__init__(self, _java_class) +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `_java_class` | `` | | + +### CouponParameters.__str__ {#__str__} + +```python +__str__(self) -> str +``` + +Returns a human-readable string representation of this CouponParameters. + +**Return Type:** `str` — A string that represents this CouponParameters. + +### CouponParameters.supplement_space {#supplement_space} + +**Type:** `Optional[Unit]` + +Space between the main BarCode and supplement BarCode in Unit value. Raises: IllegalArgumentException: if the Space parameter value is less than 0. + +Space between the main BarCode and supplement BarCode in Unit value. Raises: IllegalArgumentException: if the Space parameter value is less than 0. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `Unit` | | + diff --git a/english/python-java/aspose_barcode.generation/couponparameters/couponparameters/_index.md b/english/python-java/aspose_barcode.generation/couponparameters/couponparameters/_index.md deleted file mode 100644 index 8514b6da7..000000000 --- a/english/python-java/aspose_barcode.generation/couponparameters/couponparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "CouponParameters" -linktitle: "CouponParameters" -articleTitle: "CouponParameters" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/couponparameters/couponparameters/ ---- - -## CouponParameters Constructor - -```python -__init__(self, _java_class) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `_java_class` | `` | | diff --git a/english/python-java/aspose_barcode.generation/couponparameters/supplement_space/_index.md b/english/python-java/aspose_barcode.generation/couponparameters/supplement_space/_index.md deleted file mode 100644 index b8832fb1f..000000000 --- a/english/python-java/aspose_barcode.generation/couponparameters/supplement_space/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "CouponParameters.supplement_space" -linktitle: "supplement_space" -articleTitle: "supplement_space" -second_title: "Aspose.BarCode for Python via Java" -description: "Space between the main BarCode and supplement BarCode in Unit value. Raises: IllegalArgumentException: if the Space parameter value is less than 0." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/couponparameters/supplement_space/ ---- - -## CouponParameters.supplement_space - -**Type:** `Optional[Unit]` - - -### Get - -Space between the main BarCode and supplement BarCode in Unit value. Raises: IllegalArgumentException: if the Space parameter value is less than 0. - - -### Set - -Space between the main BarCode and supplement BarCode in Unit value. Raises: IllegalArgumentException: if the Space parameter value is less than 0. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `Unit` | | diff --git a/english/python-java/aspose_barcode.generation/databarparameters/__str__/_index.md b/english/python-java/aspose_barcode.generation/databarparameters/__str__/_index.md deleted file mode 100644 index aeb91bc14..000000000 --- a/english/python-java/aspose_barcode.generation/databarparameters/__str__/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "DataBarParameters.__str__" -linktitle: "__str__" -articleTitle: "__str__" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/databarparameters/__str__/ ---- - -## DataBarParameters.__str__ - -```python -__str__(self) -> str -``` - - -**Return Type:** `str` - diff --git a/english/python-java/aspose_barcode.generation/databarparameters/_index.md b/english/python-java/aspose_barcode.generation/databarparameters/_index.md index b8e5bd783..7f7c9cd89 100644 --- a/english/python-java/aspose_barcode.generation/databarparameters/_index.md +++ b/english/python-java/aspose_barcode.generation/databarparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "DataBarParameters Class" +title: "DataBarParameters" linktitle: "DataBarParameters" -articleTitle: "DataBarParameters" second_title: "Aspose.BarCode for Python via Java" description: "Databar parameters." type: docs @@ -21,20 +20,99 @@ Databar parameters. | Name | Description | | --- | --- | -| [__init__](./databarparameters/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [__str__](./__str__/) | `str` | No | | +| [__str__](#__str__) | `str` | No | | ## Properties | Name | Type | Description | | --- | --- | --- | -| [allow_only_gs1_encoding](./allow_only_gs1_encoding/) | `bool` | If this flag is set, it allows only GS1 encoding standard for Databar barcode types. | -| [aspect_ratio](./aspect_ratio/) | `float` | Height/Width ratio of 2D BarCode module. Used for DataBar stacked. | -| [columns](./columns/) | `int` | Columns count. | -| [is_2d_composite_component](./is_2d_composite_component/) | `bool` | Enables flag of 2D composite component with DataBar barcode. | -| [rows](./rows/) | `int` | Rows count. | +| [allow_only_gs1_encoding](#allow_only_gs1_encoding) | `bool` | If this flag is set, it allows only GS1 encoding standard for Databar barcode types. | +| [aspect_ratio](#aspect_ratio) | `float` | Height/Width ratio of 2D BarCode module. Used for DataBar stacked. | +| [columns](#columns) | `int` | Columns count. | +| [is_2d_composite_component](#is_2d_composite_component) | `bool` | Enables flag of 2D composite component with DataBar barcode. | +| [rows](#rows) | `int` | Rows count. | + +### DataBarParameters Constructor {#constructor} + +```python +__init__(self, _java_class) +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `_java_class` | `` | | + +### DataBarParameters.__str__ {#__str__} + +```python +__str__(self) -> str +``` + +**Return Type:** `str` + +### DataBarParameters.allow_only_gs1_encoding {#allow_only_gs1_encoding} + +**Type:** `bool` + +If this flag is set, it allows only GS1 encoding standard for Databar barcode types. + +If this flag is set, it allows only GS1 encoding standard for Databar barcode types. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `bool` | | + +### DataBarParameters.aspect_ratio {#aspect_ratio} + +**Type:** `float` + +Height/Width ratio of 2D BarCode module. Used for DataBar stacked. + +Height/Width ratio of 2D BarCode module. Used for DataBar stacked. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `float` | | + +### DataBarParameters.columns {#columns} + +**Type:** `int` + +Columns count. + +Columns count. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `int` | | + +### DataBarParameters.is_2d_composite_component {#is_2d_composite_component} + +**Type:** `bool` + +Enables flag of 2D composite component with DataBar barcode. + +Enables flag of 2D composite component with DataBar barcode. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `bool` | | + +### DataBarParameters.rows {#rows} + +**Type:** `int` + +Rows count. + +Rows count. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `int` | | + diff --git a/english/python-java/aspose_barcode.generation/databarparameters/allow_only_gs1_encoding/_index.md b/english/python-java/aspose_barcode.generation/databarparameters/allow_only_gs1_encoding/_index.md deleted file mode 100644 index a399da08f..000000000 --- a/english/python-java/aspose_barcode.generation/databarparameters/allow_only_gs1_encoding/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "DataBarParameters.allow_only_gs1_encoding" -linktitle: "allow_only_gs1_encoding" -articleTitle: "allow_only_gs1_encoding" -second_title: "Aspose.BarCode for Python via Java" -description: "If this flag is set, it allows only GS1 encoding standard for Databar barcode types." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/databarparameters/allow_only_gs1_encoding/ ---- - -## DataBarParameters.allow_only_gs1_encoding - -**Type:** `bool` - - -### Get - -If this flag is set, it allows only GS1 encoding standard for Databar barcode types. - - -### Set - -If this flag is set, it allows only GS1 encoding standard for Databar barcode types. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `bool` | | diff --git a/english/python-java/aspose_barcode.generation/databarparameters/aspect_ratio/_index.md b/english/python-java/aspose_barcode.generation/databarparameters/aspect_ratio/_index.md deleted file mode 100644 index 5402928fc..000000000 --- a/english/python-java/aspose_barcode.generation/databarparameters/aspect_ratio/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "DataBarParameters.aspect_ratio" -linktitle: "aspect_ratio" -articleTitle: "aspect_ratio" -second_title: "Aspose.BarCode for Python via Java" -description: "Height/Width ratio of 2D BarCode module. Used for DataBar stacked." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/databarparameters/aspect_ratio/ ---- - -## DataBarParameters.aspect_ratio - -**Type:** `float` - - -### Get - -Height/Width ratio of 2D BarCode module. Used for DataBar stacked. - - -### Set - -Height/Width ratio of 2D BarCode module. Used for DataBar stacked. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `float` | | diff --git a/english/python-java/aspose_barcode.generation/databarparameters/columns/_index.md b/english/python-java/aspose_barcode.generation/databarparameters/columns/_index.md deleted file mode 100644 index 958b721db..000000000 --- a/english/python-java/aspose_barcode.generation/databarparameters/columns/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "DataBarParameters.columns" -linktitle: "columns" -articleTitle: "columns" -second_title: "Aspose.BarCode for Python via Java" -description: "Columns count." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/databarparameters/columns/ ---- - -## DataBarParameters.columns - -**Type:** `int` - - -### Get - -Columns count. - - -### Set - -Columns count. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `int` | | diff --git a/english/python-java/aspose_barcode.generation/databarparameters/databarparameters/_index.md b/english/python-java/aspose_barcode.generation/databarparameters/databarparameters/_index.md deleted file mode 100644 index f6e57a905..000000000 --- a/english/python-java/aspose_barcode.generation/databarparameters/databarparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataBarParameters" -linktitle: "DataBarParameters" -articleTitle: "DataBarParameters" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/databarparameters/databarparameters/ ---- - -## DataBarParameters Constructor - -```python -__init__(self, _java_class) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `_java_class` | `` | | diff --git a/english/python-java/aspose_barcode.generation/databarparameters/is_2d_composite_component/_index.md b/english/python-java/aspose_barcode.generation/databarparameters/is_2d_composite_component/_index.md deleted file mode 100644 index 1ccbdcc44..000000000 --- a/english/python-java/aspose_barcode.generation/databarparameters/is_2d_composite_component/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "DataBarParameters.is_2d_composite_component" -linktitle: "is_2d_composite_component" -articleTitle: "is_2d_composite_component" -second_title: "Aspose.BarCode for Python via Java" -description: "Enables flag of 2D composite component with DataBar barcode." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/databarparameters/is_2d_composite_component/ ---- - -## DataBarParameters.is_2d_composite_component - -**Type:** `bool` - - -### Get - -Enables flag of 2D composite component with DataBar barcode. - - -### Set - -Enables flag of 2D composite component with DataBar barcode. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `bool` | | diff --git a/english/python-java/aspose_barcode.generation/databarparameters/rows/_index.md b/english/python-java/aspose_barcode.generation/databarparameters/rows/_index.md deleted file mode 100644 index 380451511..000000000 --- a/english/python-java/aspose_barcode.generation/databarparameters/rows/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "DataBarParameters.rows" -linktitle: "rows" -articleTitle: "rows" -second_title: "Aspose.BarCode for Python via Java" -description: "Rows count." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/databarparameters/rows/ ---- - -## DataBarParameters.rows - -**Type:** `int` - - -### Get - -Rows count. - - -### Set - -Rows count. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `int` | | diff --git a/english/python-java/aspose_barcode.generation/datamatrixecctype/_index.md b/english/python-java/aspose_barcode.generation/datamatrixecctype/_index.md index fe1589fb9..9e2425474 100644 --- a/english/python-java/aspose_barcode.generation/datamatrixecctype/_index.md +++ b/english/python-java/aspose_barcode.generation/datamatrixecctype/_index.md @@ -1,7 +1,6 @@ --- -title: "DataMatrixEccType Enum" +title: "DataMatrixEccType" linktitle: "DataMatrixEccType" -articleTitle: "DataMatrixEccType" second_title: "Aspose.BarCode for Python via Java" description: "Specify the type of the ECC to encode." type: docs @@ -21,10 +20,66 @@ Specify the type of the ECC to encode. | Name | Value | Description | | --- | --- | --- | -| [ECC_000](./ecc_000/) | `1` | Specifies that encoded Ecc type is defined ECC 000. | -| [ECC_050](./ecc_050/) | `2` | Specifies that encoded Ecc type is defined ECC 050. | -| [ECC_080](./ecc_080/) | `3` | Specifies that encoded Ecc type is defined ECC 080. | -| [ECC_100](./ecc_100/) | `4` | Specifies that encoded Ecc type is defined ECC 100. | -| [ECC_140](./ecc_140/) | `5` | Specifies that encoded Ecc type is defined ECC 140. | -| [ECC_200](./ecc_200/) | `6` | Specifies that encoded Ecc type is defined ECC 200. Recommended to use. | -| [ECC_AUTO](./ecc_auto/) | `0` | Specifies that encoded Ecc type is defined by default Reed-Solomon error correction or ECC 200. | +| [ECC_000](#ecc_000) | `1` | Specifies that encoded Ecc type is defined ECC 000. | +| [ECC_050](#ecc_050) | `2` | Specifies that encoded Ecc type is defined ECC 050. | +| [ECC_080](#ecc_080) | `3` | Specifies that encoded Ecc type is defined ECC 080. | +| [ECC_100](#ecc_100) | `4` | Specifies that encoded Ecc type is defined ECC 100. | +| [ECC_140](#ecc_140) | `5` | Specifies that encoded Ecc type is defined ECC 140. | +| [ECC_200](#ecc_200) | `6` | Specifies that encoded Ecc type is defined ECC 200. Recommended to use. | +| [ECC_AUTO](#ecc_auto) | `0` | Specifies that encoded Ecc type is defined by default Reed-Solomon error correction or ECC 200. | +### DataMatrixEccType.ECC_000 {#ecc_000} + +**Type:** `int` + +**Value:** `1` + +Specifies that encoded Ecc type is defined ECC 000. + +### DataMatrixEccType.ECC_050 {#ecc_050} + +**Type:** `int` + +**Value:** `2` + +Specifies that encoded Ecc type is defined ECC 050. + +### DataMatrixEccType.ECC_080 {#ecc_080} + +**Type:** `int` + +**Value:** `3` + +Specifies that encoded Ecc type is defined ECC 080. + +### DataMatrixEccType.ECC_100 {#ecc_100} + +**Type:** `int` + +**Value:** `4` + +Specifies that encoded Ecc type is defined ECC 100. + +### DataMatrixEccType.ECC_140 {#ecc_140} + +**Type:** `int` + +**Value:** `5` + +Specifies that encoded Ecc type is defined ECC 140. + +### DataMatrixEccType.ECC_200 {#ecc_200} + +**Type:** `int` + +**Value:** `6` + +Specifies that encoded Ecc type is defined ECC 200. Recommended to use. + +### DataMatrixEccType.ECC_AUTO {#ecc_auto} + +**Type:** `int` + +**Value:** `0` + +Specifies that encoded Ecc type is defined by default Reed-Solomon error correction or ECC 200. + diff --git a/english/python-java/aspose_barcode.generation/datamatrixecctype/ecc_000/_index.md b/english/python-java/aspose_barcode.generation/datamatrixecctype/ecc_000/_index.md deleted file mode 100644 index e3a74e7c5..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixecctype/ecc_000/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixEccType.ECC_000" -linktitle: "ECC_000" -articleTitle: "ECC_000" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that encoded Ecc type is defined ECC 000." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixecctype/ecc_000/ ---- - -## DataMatrixEccType.ECC_000 - -**Type:** `int` - - -**Value:** `1` - - -Specifies that encoded Ecc type is defined ECC 000. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixecctype/ecc_050/_index.md b/english/python-java/aspose_barcode.generation/datamatrixecctype/ecc_050/_index.md deleted file mode 100644 index 91628b3fe..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixecctype/ecc_050/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixEccType.ECC_050" -linktitle: "ECC_050" -articleTitle: "ECC_050" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that encoded Ecc type is defined ECC 050." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixecctype/ecc_050/ ---- - -## DataMatrixEccType.ECC_050 - -**Type:** `int` - - -**Value:** `2` - - -Specifies that encoded Ecc type is defined ECC 050. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixecctype/ecc_080/_index.md b/english/python-java/aspose_barcode.generation/datamatrixecctype/ecc_080/_index.md deleted file mode 100644 index f053efa1b..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixecctype/ecc_080/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixEccType.ECC_080" -linktitle: "ECC_080" -articleTitle: "ECC_080" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that encoded Ecc type is defined ECC 080." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixecctype/ecc_080/ ---- - -## DataMatrixEccType.ECC_080 - -**Type:** `int` - - -**Value:** `3` - - -Specifies that encoded Ecc type is defined ECC 080. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixecctype/ecc_100/_index.md b/english/python-java/aspose_barcode.generation/datamatrixecctype/ecc_100/_index.md deleted file mode 100644 index 05025cb2d..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixecctype/ecc_100/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixEccType.ECC_100" -linktitle: "ECC_100" -articleTitle: "ECC_100" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that encoded Ecc type is defined ECC 100." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixecctype/ecc_100/ ---- - -## DataMatrixEccType.ECC_100 - -**Type:** `int` - - -**Value:** `4` - - -Specifies that encoded Ecc type is defined ECC 100. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixecctype/ecc_140/_index.md b/english/python-java/aspose_barcode.generation/datamatrixecctype/ecc_140/_index.md deleted file mode 100644 index e77a0f078..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixecctype/ecc_140/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixEccType.ECC_140" -linktitle: "ECC_140" -articleTitle: "ECC_140" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that encoded Ecc type is defined ECC 140." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixecctype/ecc_140/ ---- - -## DataMatrixEccType.ECC_140 - -**Type:** `int` - - -**Value:** `5` - - -Specifies that encoded Ecc type is defined ECC 140. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixecctype/ecc_200/_index.md b/english/python-java/aspose_barcode.generation/datamatrixecctype/ecc_200/_index.md deleted file mode 100644 index 1a8698fac..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixecctype/ecc_200/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixEccType.ECC_200" -linktitle: "ECC_200" -articleTitle: "ECC_200" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that encoded Ecc type is defined ECC 200. Recommended to use." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixecctype/ecc_200/ ---- - -## DataMatrixEccType.ECC_200 - -**Type:** `int` - - -**Value:** `6` - - -Specifies that encoded Ecc type is defined ECC 200. Recommended to use. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixecctype/ecc_auto/_index.md b/english/python-java/aspose_barcode.generation/datamatrixecctype/ecc_auto/_index.md deleted file mode 100644 index 4e66285c9..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixecctype/ecc_auto/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixEccType.ECC_AUTO" -linktitle: "ECC_AUTO" -articleTitle: "ECC_AUTO" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that encoded Ecc type is defined by default Reed-Solomon error correction or ECC 200." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixecctype/ecc_auto/ ---- - -## DataMatrixEccType.ECC_AUTO - -**Type:** `int` - - -**Value:** `0` - - -Specifies that encoded Ecc type is defined by default Reed-Solomon error correction or ECC 200. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixencodemode/_index.md b/english/python-java/aspose_barcode.generation/datamatrixencodemode/_index.md index d6faa5f26..0828e16c6 100644 --- a/english/python-java/aspose_barcode.generation/datamatrixencodemode/_index.md +++ b/english/python-java/aspose_barcode.generation/datamatrixencodemode/_index.md @@ -1,7 +1,6 @@ --- -title: "DataMatrixEncodeMode Enum" +title: "DataMatrixEncodeMode" linktitle: "DataMatrixEncodeMode" -articleTitle: "DataMatrixEncodeMode" second_title: "Aspose.BarCode for Python via Java" description: "DataMatrix encoder's encoding mode, default to Auto. This sample shows how to do codetext in Extended Mode." type: docs @@ -21,15 +20,111 @@ DataMatrix encoder's encoding mode, default to Auto. This sample shows how to do | Name | Value | Description | | --- | --- | --- | -| [ANSIX12](./ansix12/) | `11` | Uses ANSI X12 encoding. | -| [ASCII](./ascii/) | `1` | Encodes one alphanumeric or two numeric characters per byte. | -| [AUTO](./auto/) | `0` | In Auto mode, the CodeText is encoded with maximum data compactness. Unicode characters are re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. | -| [BASE_256](./base_256/) | `14` | Encode 8 bit values. | -| [BINARY](./binary/) | `15` | In Binary mode, the CodeText is encoded with maximum data compactness. If a Unicode character is found, an exception is thrown. | -| [BYTES](./bytes/) | `6` | Encode 8 bit values. | -| [C40](./c40/) | `8` | Uses C40 encoding. Encodes Upper-case alphanumeric, Lower case and special characters | -| [ECI](./eci/) | `16` | In ECI mode, the entire message is re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. Please note that some old (pre 2006) scanners may not support this mode. | -| [EDIFACT](./edifact/) | `10` | Uses EDIFACT encoding. Uses six bits per character, encodes digits, upper-case letters, and many punctuation marks, but has no support for lower-case letters. | -| [EXTENDED](./extended/) | `13` | ExtendedCodetext mode allows to manually switch encodation schemes and ECI encodings in codetext. It is better to use DataMatrixExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. Encodation schemes are set in the next format : "\Encodation_scheme_name:text\Encodation_scheme_name:text". Allowed encodation schemes are: EDIFACT, ANSIX12, ASCII, C40, Text, Auto. All backslashes () must be doubled in text. | -| [EXTENDED_CODETEXT](./extended_codetext/) | `12` | ExtendedCodetext mode allows to manually switch encodation schemes and ECI encodings in codetext. It is better to use DataMatrixExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. Encodation schemes are set in the next format : "\Encodation_scheme_name:text\Encodation_scheme_name:text". Allowed encodation schemes are: EDIFACT, ANSIX12, ASCII, C40, Text, Auto. All backslashes () must be doubled in text. | -| [TEXT](./text/) | `9` | Uses Text encoding. Encodes Lower-case alphanumeric, Upper case and special characters | +| [ANSIX12](#ansix12) | `11` | Uses ANSI X12 encoding. | +| [ASCII](#ascii) | `1` | Encodes one alphanumeric or two numeric characters per byte. | +| [AUTO](#auto) | `0` | In Auto mode, the CodeText is encoded with maximum data compactness. Unicode characters are re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. | +| [BASE_256](#base_256) | `14` | Encode 8 bit values. | +| [BINARY](#binary) | `15` | In Binary mode, the CodeText is encoded with maximum data compactness. If a Unicode character is found, an exception is thrown. | +| [BYTES](#bytes) | `6` | Encode 8 bit values. | +| [C40](#c40) | `8` | Uses C40 encoding. Encodes Upper-case alphanumeric, Lower case and special characters | +| [ECI](#eci) | `16` | In ECI mode, the entire message is re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. Please note that some old (pre 2006) scanners may not support this mode. | +| [EDIFACT](#edifact) | `10` | Uses EDIFACT encoding. Uses six bits per character, encodes digits, upper-case letters, and many punctuation marks, but has no support for lower-case letters. | +| [EXTENDED](#extended) | `13` | ExtendedCodetext mode allows to manually switch encodation schemes and ECI encodings in codetext. It is better to use DataMatrixExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. Encodation schemes are set in the next format : "\Encodation_scheme_name:text\Encodation_scheme_name:text". Allowed encodation schemes are: EDIFACT, ANSIX12, ASCII, C40, Text, Auto. All backslashes () must be doubled in text. | +| [EXTENDED_CODETEXT](#extended_codetext) | `12` | ExtendedCodetext mode allows to manually switch encodation schemes and ECI encodings in codetext. It is better to use DataMatrixExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. Encodation schemes are set in the next format : "\Encodation_scheme_name:text\Encodation_scheme_name:text". Allowed encodation schemes are: EDIFACT, ANSIX12, ASCII, C40, Text, Auto. All backslashes () must be doubled in text. | +| [TEXT](#text) | `9` | Uses Text encoding. Encodes Lower-case alphanumeric, Upper case and special characters | +### DataMatrixEncodeMode.ANSIX12 {#ansix12} + +**Type:** `int` + +**Value:** `11` + +Uses ANSI X12 encoding. + +### DataMatrixEncodeMode.ASCII {#ascii} + +**Type:** `int` + +**Value:** `1` + +Encodes one alphanumeric or two numeric characters per byte. + +### DataMatrixEncodeMode.AUTO {#auto} + +**Type:** `int` + +**Value:** `0` + +In Auto mode, the CodeText is encoded with maximum data compactness. Unicode characters are re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. + +### DataMatrixEncodeMode.BASE_256 {#base_256} + +**Type:** `int` + +**Value:** `14` + +Encode 8 bit values. + +### DataMatrixEncodeMode.BINARY {#binary} + +**Type:** `int` + +**Value:** `15` + +In Binary mode, the CodeText is encoded with maximum data compactness. If a Unicode character is found, an exception is thrown. + +### DataMatrixEncodeMode.BYTES {#bytes} + +**Type:** `int` + +**Value:** `6` + +Encode 8 bit values. + +### DataMatrixEncodeMode.C40 {#c40} + +**Type:** `int` + +**Value:** `8` + +Uses C40 encoding. Encodes Upper-case alphanumeric, Lower case and special characters + +### DataMatrixEncodeMode.ECI {#eci} + +**Type:** `int` + +**Value:** `16` + +In ECI mode, the entire message is re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. Please note that some old (pre 2006) scanners may not support this mode. + +### DataMatrixEncodeMode.EDIFACT {#edifact} + +**Type:** `int` + +**Value:** `10` + +Uses EDIFACT encoding. Uses six bits per character, encodes digits, upper-case letters, and many punctuation marks, but has no support for lower-case letters. + +### DataMatrixEncodeMode.EXTENDED {#extended} + +**Type:** `int` + +**Value:** `13` + +ExtendedCodetext mode allows to manually switch encodation schemes and ECI encodings in codetext. It is better to use DataMatrixExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. Encodation schemes are set in the next format : "\Encodation_scheme_name:text\Encodation_scheme_name:text". Allowed encodation schemes are: EDIFACT, ANSIX12, ASCII, C40, Text, Auto. All backslashes () must be doubled in text. + +### DataMatrixEncodeMode.EXTENDED_CODETEXT {#extended_codetext} + +**Type:** `int` + +**Value:** `12` + +ExtendedCodetext mode allows to manually switch encodation schemes and ECI encodings in codetext. It is better to use DataMatrixExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. Encodation schemes are set in the next format : "\Encodation_scheme_name:text\Encodation_scheme_name:text". Allowed encodation schemes are: EDIFACT, ANSIX12, ASCII, C40, Text, Auto. All backslashes () must be doubled in text. + +### DataMatrixEncodeMode.TEXT {#text} + +**Type:** `int` + +**Value:** `9` + +Uses Text encoding. Encodes Lower-case alphanumeric, Upper case and special characters + diff --git a/english/python-java/aspose_barcode.generation/datamatrixencodemode/ansix12/_index.md b/english/python-java/aspose_barcode.generation/datamatrixencodemode/ansix12/_index.md deleted file mode 100644 index 434e0ddc4..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixencodemode/ansix12/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixEncodeMode.ANSIX12" -linktitle: "ANSIX12" -articleTitle: "ANSIX12" -second_title: "Aspose.BarCode for Python via Java" -description: "Uses ANSI X12 encoding." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixencodemode/ansix12/ ---- - -## DataMatrixEncodeMode.ANSIX12 - -**Type:** `int` - - -**Value:** `11` - - -Uses ANSI X12 encoding. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixencodemode/ascii/_index.md b/english/python-java/aspose_barcode.generation/datamatrixencodemode/ascii/_index.md deleted file mode 100644 index dd13273a4..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixencodemode/ascii/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixEncodeMode.ASCII" -linktitle: "ASCII" -articleTitle: "ASCII" -second_title: "Aspose.BarCode for Python via Java" -description: "Encodes one alphanumeric or two numeric characters per byte." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixencodemode/ascii/ ---- - -## DataMatrixEncodeMode.ASCII - -**Type:** `int` - - -**Value:** `1` - - -Encodes one alphanumeric or two numeric characters per byte. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixencodemode/auto/_index.md b/english/python-java/aspose_barcode.generation/datamatrixencodemode/auto/_index.md deleted file mode 100644 index f86c19804..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixencodemode/auto/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixEncodeMode.AUTO" -linktitle: "AUTO" -articleTitle: "AUTO" -second_title: "Aspose.BarCode for Python via Java" -description: "In Auto mode, the CodeText is encoded with maximum data compactness. Unicode characters are re-encoded in the ECIEncoding specified encoding with the insertion " -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixencodemode/auto/ ---- - -## DataMatrixEncodeMode.AUTO - -**Type:** `int` - - -**Value:** `0` - - -In Auto mode, the CodeText is encoded with maximum data compactness. Unicode characters are re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixencodemode/base_256/_index.md b/english/python-java/aspose_barcode.generation/datamatrixencodemode/base_256/_index.md deleted file mode 100644 index 6bc1dbd4f..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixencodemode/base_256/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixEncodeMode.BASE_256" -linktitle: "BASE_256" -articleTitle: "BASE_256" -second_title: "Aspose.BarCode for Python via Java" -description: "Encode 8 bit values." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixencodemode/base_256/ ---- - -## DataMatrixEncodeMode.BASE_256 - -**Type:** `int` - - -**Value:** `14` - - -Encode 8 bit values. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixencodemode/binary/_index.md b/english/python-java/aspose_barcode.generation/datamatrixencodemode/binary/_index.md deleted file mode 100644 index ef2bc442a..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixencodemode/binary/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixEncodeMode.BINARY" -linktitle: "BINARY" -articleTitle: "BINARY" -second_title: "Aspose.BarCode for Python via Java" -description: "In Binary mode, the CodeText is encoded with maximum data compactness. If a Unicode character is found, an exception is thrown." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixencodemode/binary/ ---- - -## DataMatrixEncodeMode.BINARY - -**Type:** `int` - - -**Value:** `15` - - -In Binary mode, the CodeText is encoded with maximum data compactness. If a Unicode character is found, an exception is thrown. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixencodemode/bytes/_index.md b/english/python-java/aspose_barcode.generation/datamatrixencodemode/bytes/_index.md deleted file mode 100644 index 2a80e302f..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixencodemode/bytes/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixEncodeMode.BYTES" -linktitle: "BYTES" -articleTitle: "BYTES" -second_title: "Aspose.BarCode for Python via Java" -description: "Encode 8 bit values." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixencodemode/bytes/ ---- - -## DataMatrixEncodeMode.BYTES - -**Type:** `int` - - -**Value:** `6` - - -Encode 8 bit values. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixencodemode/c40/_index.md b/english/python-java/aspose_barcode.generation/datamatrixencodemode/c40/_index.md deleted file mode 100644 index e717fd277..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixencodemode/c40/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixEncodeMode.C40" -linktitle: "C40" -articleTitle: "C40" -second_title: "Aspose.BarCode for Python via Java" -description: "Uses C40 encoding. Encodes Upper-case alphanumeric, Lower case and special characters" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixencodemode/c40/ ---- - -## DataMatrixEncodeMode.C40 - -**Type:** `int` - - -**Value:** `8` - - -Uses C40 encoding. Encodes Upper-case alphanumeric, Lower case and special characters - diff --git a/english/python-java/aspose_barcode.generation/datamatrixencodemode/eci/_index.md b/english/python-java/aspose_barcode.generation/datamatrixencodemode/eci/_index.md deleted file mode 100644 index 46ca04505..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixencodemode/eci/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixEncodeMode.ECI" -linktitle: "ECI" -articleTitle: "ECI" -second_title: "Aspose.BarCode for Python via Java" -description: "In ECI mode, the entire message is re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixencodemode/eci/ ---- - -## DataMatrixEncodeMode.ECI - -**Type:** `int` - - -**Value:** `16` - - -In ECI mode, the entire message is re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. Please note that some old (pre 2006) scanners may not support this mode. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixencodemode/edifact/_index.md b/english/python-java/aspose_barcode.generation/datamatrixencodemode/edifact/_index.md deleted file mode 100644 index 1cbbbbdf2..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixencodemode/edifact/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixEncodeMode.EDIFACT" -linktitle: "EDIFACT" -articleTitle: "EDIFACT" -second_title: "Aspose.BarCode for Python via Java" -description: "Uses EDIFACT encoding. Uses six bits per character, encodes digits, upper-case letters, and many punctuation marks, but has no support for lower-case letters." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixencodemode/edifact/ ---- - -## DataMatrixEncodeMode.EDIFACT - -**Type:** `int` - - -**Value:** `10` - - -Uses EDIFACT encoding. Uses six bits per character, encodes digits, upper-case letters, and many punctuation marks, but has no support for lower-case letters. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixencodemode/extended/_index.md b/english/python-java/aspose_barcode.generation/datamatrixencodemode/extended/_index.md deleted file mode 100644 index a46d2515e..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixencodemode/extended/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixEncodeMode.EXTENDED" -linktitle: "EXTENDED" -articleTitle: "EXTENDED" -second_title: "Aspose.BarCode for Python via Java" -description: "ExtendedCodetext mode allows to manually switch encodation schemes and ECI encodings in codetext. It is better to use DataMatrixExtCodetextBuilder for extended " -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixencodemode/extended/ ---- - -## DataMatrixEncodeMode.EXTENDED - -**Type:** `int` - - -**Value:** `13` - - -ExtendedCodetext mode allows to manually switch encodation schemes and ECI encodings in codetext. It is better to use DataMatrixExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. Encodation schemes are set in the next format : "\Encodation_scheme_name:text\Encodation_scheme_name:text". Allowed encodation schemes are: EDIFACT, ANSIX12, ASCII, C40, Text, Auto. All backslashes () must be doubled in text. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixencodemode/extended_codetext/_index.md b/english/python-java/aspose_barcode.generation/datamatrixencodemode/extended_codetext/_index.md deleted file mode 100644 index a5e952ed3..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixencodemode/extended_codetext/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixEncodeMode.EXTENDED_CODETEXT" -linktitle: "EXTENDED_CODETEXT" -articleTitle: "EXTENDED_CODETEXT" -second_title: "Aspose.BarCode for Python via Java" -description: "ExtendedCodetext mode allows to manually switch encodation schemes and ECI encodings in codetext. It is better to use DataMatrixExtCodetextBuilder for extended " -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixencodemode/extended_codetext/ ---- - -## DataMatrixEncodeMode.EXTENDED_CODETEXT - -**Type:** `int` - - -**Value:** `12` - - -ExtendedCodetext mode allows to manually switch encodation schemes and ECI encodings in codetext. It is better to use DataMatrixExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. Encodation schemes are set in the next format : "\Encodation_scheme_name:text\Encodation_scheme_name:text". Allowed encodation schemes are: EDIFACT, ANSIX12, ASCII, C40, Text, Auto. All backslashes () must be doubled in text. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixencodemode/text/_index.md b/english/python-java/aspose_barcode.generation/datamatrixencodemode/text/_index.md deleted file mode 100644 index e5e337c3e..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixencodemode/text/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixEncodeMode.TEXT" -linktitle: "TEXT" -articleTitle: "TEXT" -second_title: "Aspose.BarCode for Python via Java" -description: "Uses Text encoding. Encodes Lower-case alphanumeric, Upper case and special characters" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixencodemode/text/ ---- - -## DataMatrixEncodeMode.TEXT - -**Type:** `int` - - -**Value:** `9` - - -Uses Text encoding. Encodes Lower-case alphanumeric, Upper case and special characters - diff --git a/english/python-java/aspose_barcode.generation/datamatrixextcodetextbuilder/_index.md b/english/python-java/aspose_barcode.generation/datamatrixextcodetextbuilder/_index.md index f759abedb..02ccaffa9 100644 --- a/english/python-java/aspose_barcode.generation/datamatrixextcodetextbuilder/_index.md +++ b/english/python-java/aspose_barcode.generation/datamatrixextcodetextbuilder/_index.md @@ -1,7 +1,6 @@ --- -title: "DataMatrixExtCodetextBuilder Class" +title: "DataMatrixExtCodetextBuilder" linktitle: "DataMatrixExtCodetextBuilder" -articleTitle: "DataMatrixExtCodetextBuilder" second_title: "Aspose.BarCode for Python via Java" description: "Extended codetext generator for 2D DataMatrix barcodes for ExtendedCodetext Mode of DataMatrixEncodeMode." type: docs @@ -23,12 +22,56 @@ Extended codetext generator for 2D DataMatrix barcodes for ExtendedCodetext Mode | Name | Description | | --- | --- | -| [__init__](./datamatrixextcodetextbuilder/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [add_codetext_with_encode_mode](./add_codetext_with_encode_mode/) | `None` | No | Adds codetext with defined encode mode to the extended codetext items. Args: encode_mode (DataMatrixEncodeMode): Encode mode value. codetext (str): Codetext in unicode to add. | -| [add_eci_codetext_with_encode_mode](./add_eci_codetext_with_encode_mode/) | `None` | No | Adds codetext with Extended Channel Identifier and defined encode mode. Args: eci_encoding (ECIEncodings): Extended Channel Identifier. encode_mode (DataMatrixEncodeMode): Encode mode value. codetext (str): Codetext in unicode to add. | -| [extended_codetext](./extended_codetext/) | `Optional[str]` | No | Generates extended codetext from the extended codetext list. Returns: Optional[str]: Extended codetext as string, or None if not set. Reimplemented from ExtCodetextBuilder. | +| [add_codetext_with_encode_mode](#add_codetext_with_encode_mode) | `None` | No | Adds codetext with defined encode mode to the extended codetext items. Args: encode_mode (DataMatrixEncodeMode): Encode mode value. codetext (str): Codetext in unicode to add. | +| [add_eci_codetext_with_encode_mode](#add_eci_codetext_with_encode_mode) | `None` | No | Adds codetext with Extended Channel Identifier and defined encode mode. Args: eci_encoding (ECIEncodings): Extended Channel Identifier. encode_mode (DataMatrixEncodeMode): Encode mode value. codetext (str): Codetext in unicode to add. | +| [extended_codetext](#extended_codetext) | `Optional[str]` | No | Generates extended codetext from the extended codetext list. Returns: Optional[str]: Extended codetext as string, or None if not set. Reimplemented from ExtCodetextBuilder. | + +### DataMatrixExtCodetextBuilder Constructor {#constructor} + +```python +__init__(self) +``` + +### DataMatrixExtCodetextBuilder.add_codetext_with_encode_mode {#add_codetext_with_encode_mode} + +```python +add_codetext_with_encode_mode(self, DataMatrixEncodeMode encode_mode, str codetext) +``` + +Adds codetext with defined encode mode to the extended codetext items. Args: encode_mode (DataMatrixEncodeMode): Encode mode value. codetext (str): Codetext in unicode to add. + +| Parameter | Type | Description | +| --- | --- | --- | +| `encode_mode` | `DataMatrixEncodeMode` | | +| `codetext` | `str` | | + +### DataMatrixExtCodetextBuilder.add_eci_codetext_with_encode_mode {#add_eci_codetext_with_encode_mode} + +```python +add_eci_codetext_with_encode_mode(self, ECIEncodings eci_encoding, DataMatrixEncodeMode encode_mode, str codetext) +``` + +Adds codetext with Extended Channel Identifier and defined encode mode. Args: eci_encoding (ECIEncodings): Extended Channel Identifier. encode_mode (DataMatrixEncodeMode): Encode mode value. codetext (str): Codetext in unicode to add. + +| Parameter | Type | Description | +| --- | --- | --- | +| `eci_encoding` | `ECIEncodings` | | +| `encode_mode` | `DataMatrixEncodeMode` | | +| `codetext` | `str` | | + +### DataMatrixExtCodetextBuilder.extended_codetext {#extended_codetext} + +```python +extended_codetext(self) -> Optional[str] +``` + +Generates extended codetext from the extended codetext list. Returns: Optional[str]: Extended codetext as string, or None if not set. Reimplemented from ExtCodetextBuilder. + +**Return Type:** `Optional[str]` + diff --git a/english/python-java/aspose_barcode.generation/datamatrixextcodetextbuilder/add_codetext_with_encode_mode/_index.md b/english/python-java/aspose_barcode.generation/datamatrixextcodetextbuilder/add_codetext_with_encode_mode/_index.md deleted file mode 100644 index 43af563c0..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixextcodetextbuilder/add_codetext_with_encode_mode/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: "DataMatrixExtCodetextBuilder.add_codetext_with_encode_mode" -linktitle: "add_codetext_with_encode_mode" -articleTitle: "add_codetext_with_encode_mode" -second_title: "Aspose.BarCode for Python via Java" -description: "Adds codetext with defined encode mode to the extended codetext items. Args: encode_mode (DataMatrixEncodeMode): Encode mode value. codetext (str): Codetext in " -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixextcodetextbuilder/add_codetext_with_encode_mode/ ---- - -## DataMatrixExtCodetextBuilder.add_codetext_with_encode_mode - -```python -add_codetext_with_encode_mode(self, DataMatrixEncodeMode encode_mode, str codetext) -``` - - -Adds codetext with defined encode mode to the extended codetext items. Args: encode_mode (DataMatrixEncodeMode): Encode mode value. codetext (str): Codetext in unicode to add. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `encode_mode` | `DataMatrixEncodeMode` | | -| `codetext` | `str` | | diff --git a/english/python-java/aspose_barcode.generation/datamatrixextcodetextbuilder/add_eci_codetext_with_encode_mode/_index.md b/english/python-java/aspose_barcode.generation/datamatrixextcodetextbuilder/add_eci_codetext_with_encode_mode/_index.md deleted file mode 100644 index 811799e4a..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixextcodetextbuilder/add_eci_codetext_with_encode_mode/_index.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: "DataMatrixExtCodetextBuilder.add_eci_codetext_with_encode_mode" -linktitle: "add_eci_codetext_with_encode_mode" -articleTitle: "add_eci_codetext_with_encode_mode" -second_title: "Aspose.BarCode for Python via Java" -description: "Adds codetext with Extended Channel Identifier and defined encode mode. Args: eci_encoding (ECIEncodings): Extended Channel Identifier. encode_mode (DataMatrixE" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixextcodetextbuilder/add_eci_codetext_with_encode_mode/ ---- - -## DataMatrixExtCodetextBuilder.add_eci_codetext_with_encode_mode - -```python -add_eci_codetext_with_encode_mode(self, ECIEncodings eci_encoding, DataMatrixEncodeMode encode_mode, str codetext) -``` - - -Adds codetext with Extended Channel Identifier and defined encode mode. Args: eci_encoding (ECIEncodings): Extended Channel Identifier. encode_mode (DataMatrixEncodeMode): Encode mode value. codetext (str): Codetext in unicode to add. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `eci_encoding` | `ECIEncodings` | | -| `encode_mode` | `DataMatrixEncodeMode` | | -| `codetext` | `str` | | diff --git a/english/python-java/aspose_barcode.generation/datamatrixextcodetextbuilder/datamatrixextcodetextbuilder/_index.md b/english/python-java/aspose_barcode.generation/datamatrixextcodetextbuilder/datamatrixextcodetextbuilder/_index.md deleted file mode 100644 index 4be446151..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixextcodetextbuilder/datamatrixextcodetextbuilder/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "DataMatrixExtCodetextBuilder" -linktitle: "DataMatrixExtCodetextBuilder" -articleTitle: "DataMatrixExtCodetextBuilder" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixextcodetextbuilder/datamatrixextcodetextbuilder/ ---- - -## DataMatrixExtCodetextBuilder Constructor - -```python -__init__(self) -``` - diff --git a/english/python-java/aspose_barcode.generation/datamatrixextcodetextbuilder/extended_codetext/_index.md b/english/python-java/aspose_barcode.generation/datamatrixextcodetextbuilder/extended_codetext/_index.md deleted file mode 100644 index 14f015267..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixextcodetextbuilder/extended_codetext/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "DataMatrixExtCodetextBuilder.extended_codetext" -linktitle: "extended_codetext" -articleTitle: "extended_codetext" -second_title: "Aspose.BarCode for Python via Java" -description: "Generates extended codetext from the extended codetext list. Returns: Optional[str]: Extended codetext as string, or None if not set. Reimplemented from ExtCode" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixextcodetextbuilder/extended_codetext/ ---- - -## DataMatrixExtCodetextBuilder.extended_codetext - -```python -extended_codetext(self) -> Optional[str] -``` - - -Generates extended codetext from the extended codetext list. Returns: Optional[str]: Extended codetext as string, or None if not set. Reimplemented from ExtCodetextBuilder. - - -**Return Type:** `Optional[str]` - diff --git a/english/python-java/aspose_barcode.generation/datamatrixparameters/__str__/_index.md b/english/python-java/aspose_barcode.generation/datamatrixparameters/__str__/_index.md deleted file mode 100644 index 8ca54970c..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixparameters/__str__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "DataMatrixParameters.__str__" -linktitle: "__str__" -articleTitle: "__str__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns a human-readable string representation of this DataMatrixParameters." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixparameters/__str__/ ---- - -## DataMatrixParameters.__str__ - -```python -__str__(self) -> str -``` - - -Returns a human-readable string representation of this DataMatrixParameters. - - -**Return Type:** `str` — presentation of this DataMatrixParameters. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixparameters/_index.md b/english/python-java/aspose_barcode.generation/datamatrixparameters/_index.md index c26b2f582..f01ec7ffa 100644 --- a/english/python-java/aspose_barcode.generation/datamatrixparameters/_index.md +++ b/english/python-java/aspose_barcode.generation/datamatrixparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "DataMatrixParameters Class" +title: "DataMatrixParameters" linktitle: "DataMatrixParameters" -articleTitle: "DataMatrixParameters" second_title: "Aspose.BarCode for Python via Java" description: "DataMatrix parameters." type: docs @@ -21,30 +20,221 @@ DataMatrix parameters. | Name | Description | | --- | --- | -| [__init__](./datamatrixparameters/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [__str__](./__str__/) | `str` | No | Returns a human-readable string representation of this DataMatrixParameters. | +| [__str__](#__str__) | `str` | No | Returns a human-readable string representation of this DataMatrixParameters. | ## Properties | Name | Type | Description | | --- | --- | --- | -| [aspect_ratio](./aspect_ratio/) | `float` | Height/Width ratio of 2D BarCode module. | -| [columns](./columns/) | `int` | Columns count. | -| [data_matrix_ecc](./data_matrix_ecc/) | `DataMatrixEccType` | Gets a Datamatrix ECC type. Default value: DataMatrixEccType.ECC_200. | -| [data_matrix_encode_mode](./data_matrix_encode_mode/) | `DataMatrixEncodeMode` | Encode mode of Datamatrix barcode. Default value: DataMatrixEncodeMode.AUTO. | -| [data_matrix_version](./data_matrix_version/) | `DataMatrixVersion` | Gets Datamatrix symbol size. | -| [ecc_type](./ecc_type/) | `DataMatrixEccType` | | -| [eci_encoding](./eci_encoding/) | `ECIEncodings` | Gets ECI encoding. Used when DataMatrixEncodeMode is Auto. Default value: ISO-8859-1. | -| [encode_mode](./encode_mode/) | `DataMatrixEncodeMode` | | -| [macro_characters](./macro_characters/) | `MacroCharacter` | ISO/IEC 16022 5.2.4.7 Macro characters 11.3 Protocol for Macro characters in the first position (ECC 200 only) Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with DataMatrixEccType.Ecc200 or DataMatrixEccType.EccAuto. Cannot be used with EncodeTypes.GS_1_DATA_MATRIX Default value: MacroCharacter.NONE. | -| [reader_programming](./reader_programming/) | `bool` | Used to instruct the reader to interpret the data contained within the symbol. | -| [rows](./rows/) | `int` | Rows count. | -| [structured_append_barcode_id](./structured_append_barcode_id/) | `int` | Barcode ID for Structured Append mode of Datamatrix barcode. Default value: 0. | -| [structured_append_barcodes_count](./structured_append_barcodes_count/) | `int` | Barcodes count for Structured Append mode of Datamatrix barcode. Default value: 0. | -| [structured_append_file_id](./structured_append_file_id/) | `int` | File ID for Structured Append mode of Datamatrix barcode. Default value: 0. | -| [version](./version/) | `DataMatrixVersion` | | +| [aspect_ratio](#aspect_ratio) | `float` | Height/Width ratio of 2D BarCode module. | +| [columns](#columns) | `int` | Columns count. | +| [data_matrix_ecc](#data_matrix_ecc) | `DataMatrixEccType` | Gets a Datamatrix ECC type. Default value: DataMatrixEccType.ECC_200. | +| [data_matrix_encode_mode](#data_matrix_encode_mode) | `DataMatrixEncodeMode` | Encode mode of Datamatrix barcode. Default value: DataMatrixEncodeMode.AUTO. | +| [data_matrix_version](#data_matrix_version) | `DataMatrixVersion` | Gets Datamatrix symbol size. | +| [ecc_type](#ecc_type) | `DataMatrixEccType` | | +| [eci_encoding](#eci_encoding) | `ECIEncodings` | Gets ECI encoding. Used when DataMatrixEncodeMode is Auto. Default value: ISO-8859-1. | +| [encode_mode](#encode_mode) | `DataMatrixEncodeMode` | | +| [macro_characters](#macro_characters) | `MacroCharacter` | ISO/IEC 16022 5.2.4.7 Macro characters 11.3 Protocol for Macro characters in the first position (ECC 200 only) Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with DataMatrixEccType.Ecc200 or DataMatrixEccType.EccAuto. Cannot be used with EncodeTypes.GS_1_DATA_MATRIX Default value: MacroCharacter.NONE. | +| [reader_programming](#reader_programming) | `bool` | Used to instruct the reader to interpret the data contained within the symbol. | +| [rows](#rows) | `int` | Rows count. | +| [structured_append_barcode_id](#structured_append_barcode_id) | `int` | Barcode ID for Structured Append mode of Datamatrix barcode. Default value: 0. | +| [structured_append_barcodes_count](#structured_append_barcodes_count) | `int` | Barcodes count for Structured Append mode of Datamatrix barcode. Default value: 0. | +| [structured_append_file_id](#structured_append_file_id) | `int` | File ID for Structured Append mode of Datamatrix barcode. Default value: 0. | +| [version](#version) | `DataMatrixVersion` | | + +### DataMatrixParameters Constructor {#constructor} + +```python +__init__(self, _java_class) +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `_java_class` | `` | | + +### DataMatrixParameters.__str__ {#__str__} + +```python +__str__(self) -> str +``` + +Returns a human-readable string representation of this DataMatrixParameters. + +**Return Type:** `str` — presentation of this DataMatrixParameters. + +### DataMatrixParameters.aspect_ratio {#aspect_ratio} + +**Type:** `float` + +Height/Width ratio of 2D BarCode module. + +Height/Width ratio of 2D BarCode module. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `float` | | + +### DataMatrixParameters.columns {#columns} + +**Type:** `int` + +Columns count. + +Columns count. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `int` | | + +### DataMatrixParameters.data_matrix_ecc {#data_matrix_ecc} + +**Type:** `DataMatrixEccType` + +Gets a Datamatrix ECC type. Default value: DataMatrixEccType.ECC_200. + +Sets a Datamatrix ECC type. Default value: DataMatrixEccType.ECC_200. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `DataMatrixEccType` | | + +### DataMatrixParameters.data_matrix_encode_mode {#data_matrix_encode_mode} + +**Type:** `DataMatrixEncodeMode` + +Encode mode of Datamatrix barcode. Default value: DataMatrixEncodeMode.AUTO. + +Encode mode of Datamatrix barcode. Default value: DataMatrixEncodeMode.AUTO. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `DataMatrixEncodeMode` | | + +### DataMatrixParameters.data_matrix_version {#data_matrix_version} + +**Type:** `DataMatrixVersion` + +Gets Datamatrix symbol size. + +**Returns:** Datamatrix symbol size. + +Sets Datamatrix symbol size. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `DataMatrixVersion` | Datamatrix symbol size. | + +### DataMatrixParameters.ecc_type {#ecc_type} + +**Type:** `DataMatrixEccType` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `DataMatrixEccType` | | + +### DataMatrixParameters.eci_encoding {#eci_encoding} + +**Type:** `ECIEncodings` + +Gets ECI encoding. Used when DataMatrixEncodeMode is Auto. Default value: ISO-8859-1. + +Sets ECI encoding. Used when DataMatrixEncodeMode is Auto. Default value: ISO-8859-1. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `ECIEncodings` | | + +### DataMatrixParameters.encode_mode {#encode_mode} + +**Type:** `DataMatrixEncodeMode` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `DataMatrixEncodeMode` | | + +### DataMatrixParameters.macro_characters {#macro_characters} + +**Type:** `MacroCharacter` + +ISO/IEC 16022 5.2.4.7 Macro characters 11.3 Protocol for Macro characters in the first position (ECC 200 only) Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with DataMatrixEccType.Ecc200 or DataMatrixEccType.EccAuto. Cannot be used with EncodeTypes.GS_1_DATA_MATRIX Default value: MacroCharacter.NONE. + +ISO/IEC 16022 5.2.4.7 Macro characters 11.3 Protocol for Macro characters in the first position (ECC 200 only) Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with DataMatrixEccType.Ecc200 or DataMatrixEccType.EccAuto. Cannot be used with EncodeTypes.GS_1_DATA_MATRIX Default value: MacroCharacter.NONE. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `MacroCharacter` | | + +### DataMatrixParameters.reader_programming {#reader_programming} + +**Type:** `bool` + +Used to instruct the reader to interpret the data contained within the symbol. + +Used to instruct the reader to interpret the data contained within the symbol. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `bool` | | + +### DataMatrixParameters.rows {#rows} + +**Type:** `int` + +Rows count. + +Rows count. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `int` | | + +### DataMatrixParameters.structured_append_barcode_id {#structured_append_barcode_id} + +**Type:** `int` + +Barcode ID for Structured Append mode of Datamatrix barcode. Default value: 0. + +Barcode ID for Structured Append mode of Datamatrix barcode. Default value: 0. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `int` | | + +### DataMatrixParameters.structured_append_barcodes_count {#structured_append_barcodes_count} + +**Type:** `int` + +Barcodes count for Structured Append mode of Datamatrix barcode. Default value: 0. + +Barcodes count for Structured Append mode of Datamatrix barcode. Default value: 0. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `int` | | + +### DataMatrixParameters.structured_append_file_id {#structured_append_file_id} + +**Type:** `int` + +File ID for Structured Append mode of Datamatrix barcode. Default value: 0. + +File ID for Structured Append mode of Datamatrix barcode. Default value: 0. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `int` | | + +### DataMatrixParameters.version {#version} + +**Type:** `DataMatrixVersion` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `DataMatrixVersion` | | + diff --git a/english/python-java/aspose_barcode.generation/datamatrixparameters/aspect_ratio/_index.md b/english/python-java/aspose_barcode.generation/datamatrixparameters/aspect_ratio/_index.md deleted file mode 100644 index 422711c06..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixparameters/aspect_ratio/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "DataMatrixParameters.aspect_ratio" -linktitle: "aspect_ratio" -articleTitle: "aspect_ratio" -second_title: "Aspose.BarCode for Python via Java" -description: "Height/Width ratio of 2D BarCode module." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixparameters/aspect_ratio/ ---- - -## DataMatrixParameters.aspect_ratio - -**Type:** `float` - - -### Get - -Height/Width ratio of 2D BarCode module. - - -### Set - -Height/Width ratio of 2D BarCode module. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `float` | | diff --git a/english/python-java/aspose_barcode.generation/datamatrixparameters/columns/_index.md b/english/python-java/aspose_barcode.generation/datamatrixparameters/columns/_index.md deleted file mode 100644 index 88a64688e..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixparameters/columns/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "DataMatrixParameters.columns" -linktitle: "columns" -articleTitle: "columns" -second_title: "Aspose.BarCode for Python via Java" -description: "Columns count." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixparameters/columns/ ---- - -## DataMatrixParameters.columns - -**Type:** `int` - - -### Get - -Columns count. - - -### Set - -Columns count. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `int` | | diff --git a/english/python-java/aspose_barcode.generation/datamatrixparameters/data_matrix_ecc/_index.md b/english/python-java/aspose_barcode.generation/datamatrixparameters/data_matrix_ecc/_index.md deleted file mode 100644 index c6cb0414a..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixparameters/data_matrix_ecc/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "DataMatrixParameters.data_matrix_ecc" -linktitle: "data_matrix_ecc" -articleTitle: "data_matrix_ecc" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets a Datamatrix ECC type. Default value: DataMatrixEccType.ECC_200." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixparameters/data_matrix_ecc/ ---- - -## DataMatrixParameters.data_matrix_ecc - -**Type:** `DataMatrixEccType` - - -### Get - -Gets a Datamatrix ECC type. Default value: DataMatrixEccType.ECC_200. - - -### Set - -Sets a Datamatrix ECC type. Default value: DataMatrixEccType.ECC_200. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `DataMatrixEccType` | | diff --git a/english/python-java/aspose_barcode.generation/datamatrixparameters/data_matrix_encode_mode/_index.md b/english/python-java/aspose_barcode.generation/datamatrixparameters/data_matrix_encode_mode/_index.md deleted file mode 100644 index 5f2d3a5fd..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixparameters/data_matrix_encode_mode/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "DataMatrixParameters.data_matrix_encode_mode" -linktitle: "data_matrix_encode_mode" -articleTitle: "data_matrix_encode_mode" -second_title: "Aspose.BarCode for Python via Java" -description: "Encode mode of Datamatrix barcode. Default value: DataMatrixEncodeMode.AUTO." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixparameters/data_matrix_encode_mode/ ---- - -## DataMatrixParameters.data_matrix_encode_mode - -**Type:** `DataMatrixEncodeMode` - - -### Get - -Encode mode of Datamatrix barcode. Default value: DataMatrixEncodeMode.AUTO. - - -### Set - -Encode mode of Datamatrix barcode. Default value: DataMatrixEncodeMode.AUTO. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `DataMatrixEncodeMode` | | diff --git a/english/python-java/aspose_barcode.generation/datamatrixparameters/data_matrix_version/_index.md b/english/python-java/aspose_barcode.generation/datamatrixparameters/data_matrix_version/_index.md deleted file mode 100644 index 2d799afb9..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixparameters/data_matrix_version/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "DataMatrixParameters.data_matrix_version" -linktitle: "data_matrix_version" -articleTitle: "data_matrix_version" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets Datamatrix symbol size." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixparameters/data_matrix_version/ ---- - -## DataMatrixParameters.data_matrix_version - -**Type:** `DataMatrixVersion` - - -### Get - -Gets Datamatrix symbol size. - - -**Returns:** Datamatrix symbol size. - - -### Set - -Sets Datamatrix symbol size. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `DataMatrixVersion` | Datamatrix symbol size. | diff --git a/english/python-java/aspose_barcode.generation/datamatrixparameters/datamatrixparameters/_index.md b/english/python-java/aspose_barcode.generation/datamatrixparameters/datamatrixparameters/_index.md deleted file mode 100644 index 4e7125378..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixparameters/datamatrixparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixParameters" -linktitle: "DataMatrixParameters" -articleTitle: "DataMatrixParameters" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixparameters/datamatrixparameters/ ---- - -## DataMatrixParameters Constructor - -```python -__init__(self, _java_class) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `_java_class` | `` | | diff --git a/english/python-java/aspose_barcode.generation/datamatrixparameters/ecc_type/_index.md b/english/python-java/aspose_barcode.generation/datamatrixparameters/ecc_type/_index.md deleted file mode 100644 index 79a724300..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixparameters/ecc_type/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "DataMatrixParameters.ecc_type" -linktitle: "ecc_type" -articleTitle: "ecc_type" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixparameters/ecc_type/ ---- - -## DataMatrixParameters.ecc_type - -**Type:** `DataMatrixEccType` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `DataMatrixEccType` | | diff --git a/english/python-java/aspose_barcode.generation/datamatrixparameters/eci_encoding/_index.md b/english/python-java/aspose_barcode.generation/datamatrixparameters/eci_encoding/_index.md deleted file mode 100644 index fc1cdb729..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixparameters/eci_encoding/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "DataMatrixParameters.eci_encoding" -linktitle: "eci_encoding" -articleTitle: "eci_encoding" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets ECI encoding. Used when DataMatrixEncodeMode is Auto. Default value: ISO-8859-1." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixparameters/eci_encoding/ ---- - -## DataMatrixParameters.eci_encoding - -**Type:** `ECIEncodings` - - -### Get - -Gets ECI encoding. Used when DataMatrixEncodeMode is Auto. Default value: ISO-8859-1. - - -### Set - -Sets ECI encoding. Used when DataMatrixEncodeMode is Auto. Default value: ISO-8859-1. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `ECIEncodings` | | diff --git a/english/python-java/aspose_barcode.generation/datamatrixparameters/encode_mode/_index.md b/english/python-java/aspose_barcode.generation/datamatrixparameters/encode_mode/_index.md deleted file mode 100644 index 4b228a34a..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixparameters/encode_mode/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "DataMatrixParameters.encode_mode" -linktitle: "encode_mode" -articleTitle: "encode_mode" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixparameters/encode_mode/ ---- - -## DataMatrixParameters.encode_mode - -**Type:** `DataMatrixEncodeMode` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `DataMatrixEncodeMode` | | diff --git a/english/python-java/aspose_barcode.generation/datamatrixparameters/macro_characters/_index.md b/english/python-java/aspose_barcode.generation/datamatrixparameters/macro_characters/_index.md deleted file mode 100644 index 5dd36c62b..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixparameters/macro_characters/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "DataMatrixParameters.macro_characters" -linktitle: "macro_characters" -articleTitle: "macro_characters" -second_title: "Aspose.BarCode for Python via Java" -description: "ISO/IEC 16022 5.2.4.7 Macro characters 11.3 Protocol for Macro characters in the first position (ECC 200 only) Macro Characters 05 and 06 values are used to obt" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixparameters/macro_characters/ ---- - -## DataMatrixParameters.macro_characters - -**Type:** `MacroCharacter` - - -### Get - -ISO/IEC 16022 5.2.4.7 Macro characters 11.3 Protocol for Macro characters in the first position (ECC 200 only) Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with DataMatrixEccType.Ecc200 or DataMatrixEccType.EccAuto. Cannot be used with EncodeTypes.GS_1_DATA_MATRIX Default value: MacroCharacter.NONE. - - -### Set - -ISO/IEC 16022 5.2.4.7 Macro characters 11.3 Protocol for Macro characters in the first position (ECC 200 only) Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with DataMatrixEccType.Ecc200 or DataMatrixEccType.EccAuto. Cannot be used with EncodeTypes.GS_1_DATA_MATRIX Default value: MacroCharacter.NONE. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `MacroCharacter` | | diff --git a/english/python-java/aspose_barcode.generation/datamatrixparameters/reader_programming/_index.md b/english/python-java/aspose_barcode.generation/datamatrixparameters/reader_programming/_index.md deleted file mode 100644 index ee56d62c4..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixparameters/reader_programming/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "DataMatrixParameters.reader_programming" -linktitle: "reader_programming" -articleTitle: "reader_programming" -second_title: "Aspose.BarCode for Python via Java" -description: "Used to instruct the reader to interpret the data contained within the symbol." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixparameters/reader_programming/ ---- - -## DataMatrixParameters.reader_programming - -**Type:** `bool` - - -### Get - -Used to instruct the reader to interpret the data contained within the symbol. - - -### Set - -Used to instruct the reader to interpret the data contained within the symbol. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `bool` | | diff --git a/english/python-java/aspose_barcode.generation/datamatrixparameters/rows/_index.md b/english/python-java/aspose_barcode.generation/datamatrixparameters/rows/_index.md deleted file mode 100644 index 23b70f4b7..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixparameters/rows/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "DataMatrixParameters.rows" -linktitle: "rows" -articleTitle: "rows" -second_title: "Aspose.BarCode for Python via Java" -description: "Rows count." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixparameters/rows/ ---- - -## DataMatrixParameters.rows - -**Type:** `int` - - -### Get - -Rows count. - - -### Set - -Rows count. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `int` | | diff --git a/english/python-java/aspose_barcode.generation/datamatrixparameters/structured_append_barcode_id/_index.md b/english/python-java/aspose_barcode.generation/datamatrixparameters/structured_append_barcode_id/_index.md deleted file mode 100644 index c66990559..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixparameters/structured_append_barcode_id/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "DataMatrixParameters.structured_append_barcode_id" -linktitle: "structured_append_barcode_id" -articleTitle: "structured_append_barcode_id" -second_title: "Aspose.BarCode for Python via Java" -description: "Barcode ID for Structured Append mode of Datamatrix barcode. Default value: 0." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixparameters/structured_append_barcode_id/ ---- - -## DataMatrixParameters.structured_append_barcode_id - -**Type:** `int` - - -### Get - -Barcode ID for Structured Append mode of Datamatrix barcode. Default value: 0. - - -### Set - -Barcode ID for Structured Append mode of Datamatrix barcode. Default value: 0. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `int` | | diff --git a/english/python-java/aspose_barcode.generation/datamatrixparameters/structured_append_barcodes_count/_index.md b/english/python-java/aspose_barcode.generation/datamatrixparameters/structured_append_barcodes_count/_index.md deleted file mode 100644 index 46f1578bb..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixparameters/structured_append_barcodes_count/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "DataMatrixParameters.structured_append_barcodes_count" -linktitle: "structured_append_barcodes_count" -articleTitle: "structured_append_barcodes_count" -second_title: "Aspose.BarCode for Python via Java" -description: "Barcodes count for Structured Append mode of Datamatrix barcode. Default value: 0." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixparameters/structured_append_barcodes_count/ ---- - -## DataMatrixParameters.structured_append_barcodes_count - -**Type:** `int` - - -### Get - -Barcodes count for Structured Append mode of Datamatrix barcode. Default value: 0. - - -### Set - -Barcodes count for Structured Append mode of Datamatrix barcode. Default value: 0. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `int` | | diff --git a/english/python-java/aspose_barcode.generation/datamatrixparameters/structured_append_file_id/_index.md b/english/python-java/aspose_barcode.generation/datamatrixparameters/structured_append_file_id/_index.md deleted file mode 100644 index 4bd449dc4..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixparameters/structured_append_file_id/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "DataMatrixParameters.structured_append_file_id" -linktitle: "structured_append_file_id" -articleTitle: "structured_append_file_id" -second_title: "Aspose.BarCode for Python via Java" -description: "File ID for Structured Append mode of Datamatrix barcode. Default value: 0." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixparameters/structured_append_file_id/ ---- - -## DataMatrixParameters.structured_append_file_id - -**Type:** `int` - - -### Get - -File ID for Structured Append mode of Datamatrix barcode. Default value: 0. - - -### Set - -File ID for Structured Append mode of Datamatrix barcode. Default value: 0. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `int` | | diff --git a/english/python-java/aspose_barcode.generation/datamatrixparameters/version/_index.md b/english/python-java/aspose_barcode.generation/datamatrixparameters/version/_index.md deleted file mode 100644 index 6248dd62d..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixparameters/version/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "DataMatrixParameters.version" -linktitle: "version" -articleTitle: "version" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixparameters/version/ ---- - -## DataMatrixParameters.version - -**Type:** `DataMatrixVersion` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `DataMatrixVersion` | | diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/_index.md index dcf06a3d3..a35252b35 100644 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/_index.md +++ b/english/python-java/aspose_barcode.generation/datamatrixversion/_index.md @@ -1,7 +1,6 @@ --- -title: "DataMatrixVersion Enum" +title: "DataMatrixVersion" linktitle: "DataMatrixVersion" -articleTitle: "DataMatrixVersion" second_title: "Aspose.BarCode for Python via Java" description: "Specify the type of the ECC to encode." type: docs @@ -21,74 +20,642 @@ Specify the type of the ECC to encode. | Name | Value | Description | | --- | --- | --- | -| [AUTO](./auto/) | `0` | Specifies to automatically pick up the smallest size for DataMatrix. | -| [DMRE_12x64](./dmre_12x64/) | `59` | Specifies size of 12 x 64 modules for DMRE barcodes. | -| [DMRE_12x88](./dmre_12x88/) | `60` | Specifies size of 12 x 88 modules for DMRE barcodes. | -| [DMRE_16x64](./dmre_16x64/) | `61` | Specifies size of 16 x 64 modules for DMRE barcodes. | -| [DMRE_20x36](./dmre_20x36/) | `62` | Specifies size of 20 x 36 modules for DMRE barcodes. | -| [DMRE_20x44](./dmre_20x44/) | `63` | Specifies size of 20 x 44 modules for DMRE barcodes. | -| [DMRE_20x64](./dmre_20x64/) | `64` | Specifies size of 20 x 64 modules for DMRE barcodes. | -| [DMRE_22x48](./dmre_22x48/) | `65` | Specifies size of 22 x 48 modules for DMRE barcodes. | -| [DMRE_24x48](./dmre_24x48/) | `66` | Specifies size of 24 x 48 modules for DMRE barcodes. | -| [DMRE_24x64](./dmre_24x64/) | `67` | Specifies size of 24 x 64 modules for DMRE barcodes. | -| [DMRE_26x40](./dmre_26x40/) | `68` | Specifies size of 26 x 40 modules for DMRE barcodes. | -| [DMRE_26x48](./dmre_26x48/) | `69` | Specifies size of 26 x 48 modules for DMRE barcodes. | -| [DMRE_26x64](./dmre_26x64/) | `70` | Specifies size of 26 x 64 modules for DMRE barcodes. | -| [DMRE_8x120](./dmre_8x120/) | `57` | Specifies size of 8 x 120 modules for DMRE barcodes. | -| [DMRE_8x144](./dmre_8x144/) | `58` | Specifies size of 8 x 144 modules for DMRE barcodes. | -| [DMRE_8x48](./dmre_8x48/) | `53` | Specifies size of 8 x 48 modules for DMRE barcodes. | -| [DMRE_8x64](./dmre_8x64/) | `54` | Specifies size of 8 x 64 modules for DMRE barcodes. | -| [DMRE_8x80](./dmre_8x80/) | `55` | Specifies size of 8 x 80 modules for DMRE barcodes. | -| [DMRE_8x96](./dmre_8x96/) | `56` | Specifies size of 8 x 96 modules for DMRE barcodes. | -| [ECC000_050_11x11](./ecc000_050_11x11/) | `3` | Specifies size of 11 x 11 modules for ECC000-ECC050 types. | -| [ECC000_100_13x13](./ecc000_100_13x13/) | `4` | Specifies size of 13 x 13 modules for ECC000-ECC100 types. | -| [ECC000_100_15x15](./ecc000_100_15x15/) | `5` | Specifies size of 15 x 15 modules for ECC000-ECC100 types. | -| [ECC000_140_17x17](./ecc000_140_17x17/) | `6` | Specifies size of 17 x 17 modules for ECC000-ECC140 types. | -| [ECC000_140_19x19](./ecc000_140_19x19/) | `7` | Specifies size of 19 x 19 modules for ECC000-ECC140 types. | -| [ECC000_140_21x21](./ecc000_140_21x21/) | `8` | Specifies size of 21 x 21 modules for ECC000-ECC140 types. | -| [ECC000_140_23x23](./ecc000_140_23x23/) | `9` | Specifies size of 23 x 23 modules for ECC000-ECC140 types. | -| [ECC000_140_25x25](./ecc000_140_25x25/) | `10` | Specifies size of 25 x 25 modules for ECC000-ECC140 types. | -| [ECC000_140_27x27](./ecc000_140_27x27/) | `11` | Specifies size of 27 x 27 modules for ECC000-ECC140 types. | -| [ECC000_140_29x29](./ecc000_140_29x29/) | `12` | Specifies size of 29 x 29 modules for ECC000-ECC140 types. | -| [ECC000_140_31x31](./ecc000_140_31x31/) | `13` | Specifies size of 31 x 31 modules for ECC000-ECC140 types. | -| [ECC000_140_33x33](./ecc000_140_33x33/) | `14` | Specifies size of 33 x 33 modules for ECC000-ECC140 types. | -| [ECC000_140_35x35](./ecc000_140_35x35/) | `15` | Specifies size of 35 x 35 modules for ECC000-ECC140 types. | -| [ECC000_140_37x37](./ecc000_140_37x37/) | `16` | Specifies size of 37 x 37 modules for ECC000-ECC140 types. | -| [ECC000_140_39x39](./ecc000_140_39x39/) | `17` | Specifies size of 39 x 39 modules for ECC000-ECC140 types. | -| [ECC000_140_41x41](./ecc000_140_41x41/) | `18` | Specifies size of 41 x 41 modules for ECC000-ECC140 types. | -| [ECC000_140_43x43](./ecc000_140_43x43/) | `19` | Specifies size of 43 x 43 modules for ECC000-ECC140 types. | -| [ECC000_140_45x45](./ecc000_140_45x45/) | `20` | Specifies size of 45 x 45 modules for ECC000-ECC140 types. | -| [ECC000_140_47x47](./ecc000_140_47x47/) | `21` | Specifies size of 47 x 47 modules for ECC000-ECC140 types. | -| [ECC000_140_49x49](./ecc000_140_49x49/) | `22` | Specifies size of 49 x 49 modules for ECC000-ECC140 types. | -| [ECC000_9x9](./ecc000_9x9/) | `2` | Specifies size of 9 x 9 modules for ECC000 type. | -| [ECC200_104x104](./ecc200_104x104/) | `43` | Specifies size of 104 x 104 modules for ECC200 type. | -| [ECC200_10x10](./ecc200_10x10/) | `23` | Specifies size of 10 x 10 modules for ECC200 type. | -| [ECC200_120x120](./ecc200_120x120/) | `44` | Specifies size of 120 x 120 modules for ECC200 type. | -| [ECC200_12x12](./ecc200_12x12/) | `24` | Specifies size of 12 x 12 modules for ECC200 type. | -| [ECC200_12x26](./ecc200_12x26/) | `49` | Specifies size of 12 x 26 modules for ECC200 type. | -| [ECC200_12x36](./ecc200_12x36/) | `50` | Specifies size of 12 x 36 modules for ECC200 type. | -| [ECC200_132x132](./ecc200_132x132/) | `45` | Specifies size of 132 x 132 modules for ECC200 type. | -| [ECC200_144x144](./ecc200_144x144/) | `46` | Specifies size of 144 x 144 modules for ECC200 type. | -| [ECC200_14x14](./ecc200_14x14/) | `25` | Specifies size of 14 x 14 modules for ECC200 type. | -| [ECC200_16x16](./ecc200_16x16/) | `26` | Specifies size of 16 x 16 modules for ECC200 type. | -| [ECC200_16x36](./ecc200_16x36/) | `51` | Specifies size of 16 x 36 modules for ECC200 type. | -| [ECC200_16x48](./ecc200_16x48/) | `52` | Specifies size of 16 x 48 modules for ECC200 type. | -| [ECC200_18x18](./ecc200_18x18/) | `27` | Specifies size of 18 x 18 modules for ECC200 type. | -| [ECC200_20x20](./ecc200_20x20/) | `28` | Specifies size of 20 x 20 modules for ECC200 type. | -| [ECC200_22x22](./ecc200_22x22/) | `29` | Specifies size of 22 x 22 modules for ECC200 type. | -| [ECC200_24x24](./ecc200_24x24/) | `30` | Specifies size of 24 x 24 modules for ECC200 type. | -| [ECC200_26x26](./ecc200_26x26/) | `31` | Specifies size of 26 x 26 modules for ECC200 type. | -| [ECC200_32x32](./ecc200_32x32/) | `32` | Specifies size of 32 x 32 modules for ECC200 type. | -| [ECC200_36x36](./ecc200_36x36/) | `33` | Specifies size of 36 x 36 modules for ECC200 type. | -| [ECC200_40x40](./ecc200_40x40/) | `34` | Specifies size of 40 x 40 modules for ECC200 type. | -| [ECC200_44x44](./ecc200_44x44/) | `35` | Specifies size of 44 x 44 modules for ECC200 type. | -| [ECC200_48x48](./ecc200_48x48/) | `36` | Specifies size of 48 x 48 modules for ECC200 type. | -| [ECC200_52x52](./ecc200_52x52/) | `37` | Specifies size of 52 x 52 modules for ECC200 type. | -| [ECC200_64x64](./ecc200_64x64/) | `38` | Specifies size of 64 x 64 modules for ECC200 type. | -| [ECC200_72x72](./ecc200_72x72/) | `39` | Specifies size of 72 x 72 modules for ECC200 type. | -| [ECC200_80x80](./ecc200_80x80/) | `40` | Specifies size of 80 x 80 modules for ECC200 type. | -| [ECC200_88x88](./ecc200_88x88/) | `41` | Specifies size of 88 x 88 modules for ECC200 type. | -| [ECC200_8x18](./ecc200_8x18/) | `47` | Specifies size of 8 x 18 modules for ECC200 type. | -| [ECC200_8x32](./ecc200_8x32/) | `48` | Specifies size of 8 x 32 modules for ECC200 type. | -| [ECC200_96x96](./ecc200_96x96/) | `42` | Specifies size of 96 x 96 modules for ECC200 type. | -| [ROWS_COLUMNS](./rows_columns/) | `1` | Instructs to get symbol sizes from Rows And Columns parameters. Note that DataMatrix does not support | +| [AUTO](#auto) | `0` | Specifies to automatically pick up the smallest size for DataMatrix. | +| [DMRE_12x64](#dmre_12x64) | `59` | Specifies size of 12 x 64 modules for DMRE barcodes. | +| [DMRE_12x88](#dmre_12x88) | `60` | Specifies size of 12 x 88 modules for DMRE barcodes. | +| [DMRE_16x64](#dmre_16x64) | `61` | Specifies size of 16 x 64 modules for DMRE barcodes. | +| [DMRE_20x36](#dmre_20x36) | `62` | Specifies size of 20 x 36 modules for DMRE barcodes. | +| [DMRE_20x44](#dmre_20x44) | `63` | Specifies size of 20 x 44 modules for DMRE barcodes. | +| [DMRE_20x64](#dmre_20x64) | `64` | Specifies size of 20 x 64 modules for DMRE barcodes. | +| [DMRE_22x48](#dmre_22x48) | `65` | Specifies size of 22 x 48 modules for DMRE barcodes. | +| [DMRE_24x48](#dmre_24x48) | `66` | Specifies size of 24 x 48 modules for DMRE barcodes. | +| [DMRE_24x64](#dmre_24x64) | `67` | Specifies size of 24 x 64 modules for DMRE barcodes. | +| [DMRE_26x40](#dmre_26x40) | `68` | Specifies size of 26 x 40 modules for DMRE barcodes. | +| [DMRE_26x48](#dmre_26x48) | `69` | Specifies size of 26 x 48 modules for DMRE barcodes. | +| [DMRE_26x64](#dmre_26x64) | `70` | Specifies size of 26 x 64 modules for DMRE barcodes. | +| [DMRE_8x120](#dmre_8x120) | `57` | Specifies size of 8 x 120 modules for DMRE barcodes. | +| [DMRE_8x144](#dmre_8x144) | `58` | Specifies size of 8 x 144 modules for DMRE barcodes. | +| [DMRE_8x48](#dmre_8x48) | `53` | Specifies size of 8 x 48 modules for DMRE barcodes. | +| [DMRE_8x64](#dmre_8x64) | `54` | Specifies size of 8 x 64 modules for DMRE barcodes. | +| [DMRE_8x80](#dmre_8x80) | `55` | Specifies size of 8 x 80 modules for DMRE barcodes. | +| [DMRE_8x96](#dmre_8x96) | `56` | Specifies size of 8 x 96 modules for DMRE barcodes. | +| [ECC000_050_11x11](#ecc000_050_11x11) | `3` | Specifies size of 11 x 11 modules for ECC000-ECC050 types. | +| [ECC000_100_13x13](#ecc000_100_13x13) | `4` | Specifies size of 13 x 13 modules for ECC000-ECC100 types. | +| [ECC000_100_15x15](#ecc000_100_15x15) | `5` | Specifies size of 15 x 15 modules for ECC000-ECC100 types. | +| [ECC000_140_17x17](#ecc000_140_17x17) | `6` | Specifies size of 17 x 17 modules for ECC000-ECC140 types. | +| [ECC000_140_19x19](#ecc000_140_19x19) | `7` | Specifies size of 19 x 19 modules for ECC000-ECC140 types. | +| [ECC000_140_21x21](#ecc000_140_21x21) | `8` | Specifies size of 21 x 21 modules for ECC000-ECC140 types. | +| [ECC000_140_23x23](#ecc000_140_23x23) | `9` | Specifies size of 23 x 23 modules for ECC000-ECC140 types. | +| [ECC000_140_25x25](#ecc000_140_25x25) | `10` | Specifies size of 25 x 25 modules for ECC000-ECC140 types. | +| [ECC000_140_27x27](#ecc000_140_27x27) | `11` | Specifies size of 27 x 27 modules for ECC000-ECC140 types. | +| [ECC000_140_29x29](#ecc000_140_29x29) | `12` | Specifies size of 29 x 29 modules for ECC000-ECC140 types. | +| [ECC000_140_31x31](#ecc000_140_31x31) | `13` | Specifies size of 31 x 31 modules for ECC000-ECC140 types. | +| [ECC000_140_33x33](#ecc000_140_33x33) | `14` | Specifies size of 33 x 33 modules for ECC000-ECC140 types. | +| [ECC000_140_35x35](#ecc000_140_35x35) | `15` | Specifies size of 35 x 35 modules for ECC000-ECC140 types. | +| [ECC000_140_37x37](#ecc000_140_37x37) | `16` | Specifies size of 37 x 37 modules for ECC000-ECC140 types. | +| [ECC000_140_39x39](#ecc000_140_39x39) | `17` | Specifies size of 39 x 39 modules for ECC000-ECC140 types. | +| [ECC000_140_41x41](#ecc000_140_41x41) | `18` | Specifies size of 41 x 41 modules for ECC000-ECC140 types. | +| [ECC000_140_43x43](#ecc000_140_43x43) | `19` | Specifies size of 43 x 43 modules for ECC000-ECC140 types. | +| [ECC000_140_45x45](#ecc000_140_45x45) | `20` | Specifies size of 45 x 45 modules for ECC000-ECC140 types. | +| [ECC000_140_47x47](#ecc000_140_47x47) | `21` | Specifies size of 47 x 47 modules for ECC000-ECC140 types. | +| [ECC000_140_49x49](#ecc000_140_49x49) | `22` | Specifies size of 49 x 49 modules for ECC000-ECC140 types. | +| [ECC000_9x9](#ecc000_9x9) | `2` | Specifies size of 9 x 9 modules for ECC000 type. | +| [ECC200_104x104](#ecc200_104x104) | `43` | Specifies size of 104 x 104 modules for ECC200 type. | +| [ECC200_10x10](#ecc200_10x10) | `23` | Specifies size of 10 x 10 modules for ECC200 type. | +| [ECC200_120x120](#ecc200_120x120) | `44` | Specifies size of 120 x 120 modules for ECC200 type. | +| [ECC200_12x12](#ecc200_12x12) | `24` | Specifies size of 12 x 12 modules for ECC200 type. | +| [ECC200_12x26](#ecc200_12x26) | `49` | Specifies size of 12 x 26 modules for ECC200 type. | +| [ECC200_12x36](#ecc200_12x36) | `50` | Specifies size of 12 x 36 modules for ECC200 type. | +| [ECC200_132x132](#ecc200_132x132) | `45` | Specifies size of 132 x 132 modules for ECC200 type. | +| [ECC200_144x144](#ecc200_144x144) | `46` | Specifies size of 144 x 144 modules for ECC200 type. | +| [ECC200_14x14](#ecc200_14x14) | `25` | Specifies size of 14 x 14 modules for ECC200 type. | +| [ECC200_16x16](#ecc200_16x16) | `26` | Specifies size of 16 x 16 modules for ECC200 type. | +| [ECC200_16x36](#ecc200_16x36) | `51` | Specifies size of 16 x 36 modules for ECC200 type. | +| [ECC200_16x48](#ecc200_16x48) | `52` | Specifies size of 16 x 48 modules for ECC200 type. | +| [ECC200_18x18](#ecc200_18x18) | `27` | Specifies size of 18 x 18 modules for ECC200 type. | +| [ECC200_20x20](#ecc200_20x20) | `28` | Specifies size of 20 x 20 modules for ECC200 type. | +| [ECC200_22x22](#ecc200_22x22) | `29` | Specifies size of 22 x 22 modules for ECC200 type. | +| [ECC200_24x24](#ecc200_24x24) | `30` | Specifies size of 24 x 24 modules for ECC200 type. | +| [ECC200_26x26](#ecc200_26x26) | `31` | Specifies size of 26 x 26 modules for ECC200 type. | +| [ECC200_32x32](#ecc200_32x32) | `32` | Specifies size of 32 x 32 modules for ECC200 type. | +| [ECC200_36x36](#ecc200_36x36) | `33` | Specifies size of 36 x 36 modules for ECC200 type. | +| [ECC200_40x40](#ecc200_40x40) | `34` | Specifies size of 40 x 40 modules for ECC200 type. | +| [ECC200_44x44](#ecc200_44x44) | `35` | Specifies size of 44 x 44 modules for ECC200 type. | +| [ECC200_48x48](#ecc200_48x48) | `36` | Specifies size of 48 x 48 modules for ECC200 type. | +| [ECC200_52x52](#ecc200_52x52) | `37` | Specifies size of 52 x 52 modules for ECC200 type. | +| [ECC200_64x64](#ecc200_64x64) | `38` | Specifies size of 64 x 64 modules for ECC200 type. | +| [ECC200_72x72](#ecc200_72x72) | `39` | Specifies size of 72 x 72 modules for ECC200 type. | +| [ECC200_80x80](#ecc200_80x80) | `40` | Specifies size of 80 x 80 modules for ECC200 type. | +| [ECC200_88x88](#ecc200_88x88) | `41` | Specifies size of 88 x 88 modules for ECC200 type. | +| [ECC200_8x18](#ecc200_8x18) | `47` | Specifies size of 8 x 18 modules for ECC200 type. | +| [ECC200_8x32](#ecc200_8x32) | `48` | Specifies size of 8 x 32 modules for ECC200 type. | +| [ECC200_96x96](#ecc200_96x96) | `42` | Specifies size of 96 x 96 modules for ECC200 type. | +| [ROWS_COLUMNS](#rows_columns) | `1` | Instructs to get symbol sizes from Rows And Columns parameters. Note that DataMatrix does not support | +### DataMatrixVersion.AUTO {#auto} + +**Type:** `int` + +**Value:** `0` + +Specifies to automatically pick up the smallest size for DataMatrix. + +### DataMatrixVersion.DMRE_12x64 {#dmre_12x64} + +**Type:** `int` + +**Value:** `59` + +Specifies size of 12 x 64 modules for DMRE barcodes. + +### DataMatrixVersion.DMRE_12x88 {#dmre_12x88} + +**Type:** `int` + +**Value:** `60` + +Specifies size of 12 x 88 modules for DMRE barcodes. + +### DataMatrixVersion.DMRE_16x64 {#dmre_16x64} + +**Type:** `int` + +**Value:** `61` + +Specifies size of 16 x 64 modules for DMRE barcodes. + +### DataMatrixVersion.DMRE_20x36 {#dmre_20x36} + +**Type:** `int` + +**Value:** `62` + +Specifies size of 20 x 36 modules for DMRE barcodes. + +### DataMatrixVersion.DMRE_20x44 {#dmre_20x44} + +**Type:** `int` + +**Value:** `63` + +Specifies size of 20 x 44 modules for DMRE barcodes. + +### DataMatrixVersion.DMRE_20x64 {#dmre_20x64} + +**Type:** `int` + +**Value:** `64` + +Specifies size of 20 x 64 modules for DMRE barcodes. + +### DataMatrixVersion.DMRE_22x48 {#dmre_22x48} + +**Type:** `int` + +**Value:** `65` + +Specifies size of 22 x 48 modules for DMRE barcodes. + +### DataMatrixVersion.DMRE_24x48 {#dmre_24x48} + +**Type:** `int` + +**Value:** `66` + +Specifies size of 24 x 48 modules for DMRE barcodes. + +### DataMatrixVersion.DMRE_24x64 {#dmre_24x64} + +**Type:** `int` + +**Value:** `67` + +Specifies size of 24 x 64 modules for DMRE barcodes. + +### DataMatrixVersion.DMRE_26x40 {#dmre_26x40} + +**Type:** `int` + +**Value:** `68` + +Specifies size of 26 x 40 modules for DMRE barcodes. + +### DataMatrixVersion.DMRE_26x48 {#dmre_26x48} + +**Type:** `int` + +**Value:** `69` + +Specifies size of 26 x 48 modules for DMRE barcodes. + +### DataMatrixVersion.DMRE_26x64 {#dmre_26x64} + +**Type:** `int` + +**Value:** `70` + +Specifies size of 26 x 64 modules for DMRE barcodes. + +### DataMatrixVersion.DMRE_8x120 {#dmre_8x120} + +**Type:** `int` + +**Value:** `57` + +Specifies size of 8 x 120 modules for DMRE barcodes. + +### DataMatrixVersion.DMRE_8x144 {#dmre_8x144} + +**Type:** `int` + +**Value:** `58` + +Specifies size of 8 x 144 modules for DMRE barcodes. + +### DataMatrixVersion.DMRE_8x48 {#dmre_8x48} + +**Type:** `int` + +**Value:** `53` + +Specifies size of 8 x 48 modules for DMRE barcodes. + +### DataMatrixVersion.DMRE_8x64 {#dmre_8x64} + +**Type:** `int` + +**Value:** `54` + +Specifies size of 8 x 64 modules for DMRE barcodes. + +### DataMatrixVersion.DMRE_8x80 {#dmre_8x80} + +**Type:** `int` + +**Value:** `55` + +Specifies size of 8 x 80 modules for DMRE barcodes. + +### DataMatrixVersion.DMRE_8x96 {#dmre_8x96} + +**Type:** `int` + +**Value:** `56` + +Specifies size of 8 x 96 modules for DMRE barcodes. + +### DataMatrixVersion.ECC000_050_11x11 {#ecc000_050_11x11} + +**Type:** `int` + +**Value:** `3` + +Specifies size of 11 x 11 modules for ECC000-ECC050 types. + +### DataMatrixVersion.ECC000_100_13x13 {#ecc000_100_13x13} + +**Type:** `int` + +**Value:** `4` + +Specifies size of 13 x 13 modules for ECC000-ECC100 types. + +### DataMatrixVersion.ECC000_100_15x15 {#ecc000_100_15x15} + +**Type:** `int` + +**Value:** `5` + +Specifies size of 15 x 15 modules for ECC000-ECC100 types. + +### DataMatrixVersion.ECC000_140_17x17 {#ecc000_140_17x17} + +**Type:** `int` + +**Value:** `6` + +Specifies size of 17 x 17 modules for ECC000-ECC140 types. + +### DataMatrixVersion.ECC000_140_19x19 {#ecc000_140_19x19} + +**Type:** `int` + +**Value:** `7` + +Specifies size of 19 x 19 modules for ECC000-ECC140 types. + +### DataMatrixVersion.ECC000_140_21x21 {#ecc000_140_21x21} + +**Type:** `int` + +**Value:** `8` + +Specifies size of 21 x 21 modules for ECC000-ECC140 types. + +### DataMatrixVersion.ECC000_140_23x23 {#ecc000_140_23x23} + +**Type:** `int` + +**Value:** `9` + +Specifies size of 23 x 23 modules for ECC000-ECC140 types. + +### DataMatrixVersion.ECC000_140_25x25 {#ecc000_140_25x25} + +**Type:** `int` + +**Value:** `10` + +Specifies size of 25 x 25 modules for ECC000-ECC140 types. + +### DataMatrixVersion.ECC000_140_27x27 {#ecc000_140_27x27} + +**Type:** `int` + +**Value:** `11` + +Specifies size of 27 x 27 modules for ECC000-ECC140 types. + +### DataMatrixVersion.ECC000_140_29x29 {#ecc000_140_29x29} + +**Type:** `int` + +**Value:** `12` + +Specifies size of 29 x 29 modules for ECC000-ECC140 types. + +### DataMatrixVersion.ECC000_140_31x31 {#ecc000_140_31x31} + +**Type:** `int` + +**Value:** `13` + +Specifies size of 31 x 31 modules for ECC000-ECC140 types. + +### DataMatrixVersion.ECC000_140_33x33 {#ecc000_140_33x33} + +**Type:** `int` + +**Value:** `14` + +Specifies size of 33 x 33 modules for ECC000-ECC140 types. + +### DataMatrixVersion.ECC000_140_35x35 {#ecc000_140_35x35} + +**Type:** `int` + +**Value:** `15` + +Specifies size of 35 x 35 modules for ECC000-ECC140 types. + +### DataMatrixVersion.ECC000_140_37x37 {#ecc000_140_37x37} + +**Type:** `int` + +**Value:** `16` + +Specifies size of 37 x 37 modules for ECC000-ECC140 types. + +### DataMatrixVersion.ECC000_140_39x39 {#ecc000_140_39x39} + +**Type:** `int` + +**Value:** `17` + +Specifies size of 39 x 39 modules for ECC000-ECC140 types. + +### DataMatrixVersion.ECC000_140_41x41 {#ecc000_140_41x41} + +**Type:** `int` + +**Value:** `18` + +Specifies size of 41 x 41 modules for ECC000-ECC140 types. + +### DataMatrixVersion.ECC000_140_43x43 {#ecc000_140_43x43} + +**Type:** `int` + +**Value:** `19` + +Specifies size of 43 x 43 modules for ECC000-ECC140 types. + +### DataMatrixVersion.ECC000_140_45x45 {#ecc000_140_45x45} + +**Type:** `int` + +**Value:** `20` + +Specifies size of 45 x 45 modules for ECC000-ECC140 types. + +### DataMatrixVersion.ECC000_140_47x47 {#ecc000_140_47x47} + +**Type:** `int` + +**Value:** `21` + +Specifies size of 47 x 47 modules for ECC000-ECC140 types. + +### DataMatrixVersion.ECC000_140_49x49 {#ecc000_140_49x49} + +**Type:** `int` + +**Value:** `22` + +Specifies size of 49 x 49 modules for ECC000-ECC140 types. + +### DataMatrixVersion.ECC000_9x9 {#ecc000_9x9} + +**Type:** `int` + +**Value:** `2` + +Specifies size of 9 x 9 modules for ECC000 type. + +### DataMatrixVersion.ECC200_104x104 {#ecc200_104x104} + +**Type:** `int` + +**Value:** `43` + +Specifies size of 104 x 104 modules for ECC200 type. + +### DataMatrixVersion.ECC200_10x10 {#ecc200_10x10} + +**Type:** `int` + +**Value:** `23` + +Specifies size of 10 x 10 modules for ECC200 type. + +### DataMatrixVersion.ECC200_120x120 {#ecc200_120x120} + +**Type:** `int` + +**Value:** `44` + +Specifies size of 120 x 120 modules for ECC200 type. + +### DataMatrixVersion.ECC200_12x12 {#ecc200_12x12} + +**Type:** `int` + +**Value:** `24` + +Specifies size of 12 x 12 modules for ECC200 type. + +### DataMatrixVersion.ECC200_12x26 {#ecc200_12x26} + +**Type:** `int` + +**Value:** `49` + +Specifies size of 12 x 26 modules for ECC200 type. + +### DataMatrixVersion.ECC200_12x36 {#ecc200_12x36} + +**Type:** `int` + +**Value:** `50` + +Specifies size of 12 x 36 modules for ECC200 type. + +### DataMatrixVersion.ECC200_132x132 {#ecc200_132x132} + +**Type:** `int` + +**Value:** `45` + +Specifies size of 132 x 132 modules for ECC200 type. + +### DataMatrixVersion.ECC200_144x144 {#ecc200_144x144} + +**Type:** `int` + +**Value:** `46` + +Specifies size of 144 x 144 modules for ECC200 type. + +### DataMatrixVersion.ECC200_14x14 {#ecc200_14x14} + +**Type:** `int` + +**Value:** `25` + +Specifies size of 14 x 14 modules for ECC200 type. + +### DataMatrixVersion.ECC200_16x16 {#ecc200_16x16} + +**Type:** `int` + +**Value:** `26` + +Specifies size of 16 x 16 modules for ECC200 type. + +### DataMatrixVersion.ECC200_16x36 {#ecc200_16x36} + +**Type:** `int` + +**Value:** `51` + +Specifies size of 16 x 36 modules for ECC200 type. + +### DataMatrixVersion.ECC200_16x48 {#ecc200_16x48} + +**Type:** `int` + +**Value:** `52` + +Specifies size of 16 x 48 modules for ECC200 type. + +### DataMatrixVersion.ECC200_18x18 {#ecc200_18x18} + +**Type:** `int` + +**Value:** `27` + +Specifies size of 18 x 18 modules for ECC200 type. + +### DataMatrixVersion.ECC200_20x20 {#ecc200_20x20} + +**Type:** `int` + +**Value:** `28` + +Specifies size of 20 x 20 modules for ECC200 type. + +### DataMatrixVersion.ECC200_22x22 {#ecc200_22x22} + +**Type:** `int` + +**Value:** `29` + +Specifies size of 22 x 22 modules for ECC200 type. + +### DataMatrixVersion.ECC200_24x24 {#ecc200_24x24} + +**Type:** `int` + +**Value:** `30` + +Specifies size of 24 x 24 modules for ECC200 type. + +### DataMatrixVersion.ECC200_26x26 {#ecc200_26x26} + +**Type:** `int` + +**Value:** `31` + +Specifies size of 26 x 26 modules for ECC200 type. + +### DataMatrixVersion.ECC200_32x32 {#ecc200_32x32} + +**Type:** `int` + +**Value:** `32` + +Specifies size of 32 x 32 modules for ECC200 type. + +### DataMatrixVersion.ECC200_36x36 {#ecc200_36x36} + +**Type:** `int` + +**Value:** `33` + +Specifies size of 36 x 36 modules for ECC200 type. + +### DataMatrixVersion.ECC200_40x40 {#ecc200_40x40} + +**Type:** `int` + +**Value:** `34` + +Specifies size of 40 x 40 modules for ECC200 type. + +### DataMatrixVersion.ECC200_44x44 {#ecc200_44x44} + +**Type:** `int` + +**Value:** `35` + +Specifies size of 44 x 44 modules for ECC200 type. + +### DataMatrixVersion.ECC200_48x48 {#ecc200_48x48} + +**Type:** `int` + +**Value:** `36` + +Specifies size of 48 x 48 modules for ECC200 type. + +### DataMatrixVersion.ECC200_52x52 {#ecc200_52x52} + +**Type:** `int` + +**Value:** `37` + +Specifies size of 52 x 52 modules for ECC200 type. + +### DataMatrixVersion.ECC200_64x64 {#ecc200_64x64} + +**Type:** `int` + +**Value:** `38` + +Specifies size of 64 x 64 modules for ECC200 type. + +### DataMatrixVersion.ECC200_72x72 {#ecc200_72x72} + +**Type:** `int` + +**Value:** `39` + +Specifies size of 72 x 72 modules for ECC200 type. + +### DataMatrixVersion.ECC200_80x80 {#ecc200_80x80} + +**Type:** `int` + +**Value:** `40` + +Specifies size of 80 x 80 modules for ECC200 type. + +### DataMatrixVersion.ECC200_88x88 {#ecc200_88x88} + +**Type:** `int` + +**Value:** `41` + +Specifies size of 88 x 88 modules for ECC200 type. + +### DataMatrixVersion.ECC200_8x18 {#ecc200_8x18} + +**Type:** `int` + +**Value:** `47` + +Specifies size of 8 x 18 modules for ECC200 type. + +### DataMatrixVersion.ECC200_8x32 {#ecc200_8x32} + +**Type:** `int` + +**Value:** `48` + +Specifies size of 8 x 32 modules for ECC200 type. + +### DataMatrixVersion.ECC200_96x96 {#ecc200_96x96} + +**Type:** `int` + +**Value:** `42` + +Specifies size of 96 x 96 modules for ECC200 type. + +### DataMatrixVersion.ROWS_COLUMNS {#rows_columns} + +**Type:** `int` + +**Value:** `1` + +Instructs to get symbol sizes from Rows And Columns parameters. Note that DataMatrix does not support + diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/auto/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/auto/_index.md deleted file mode 100644 index 0d601a956..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/auto/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.AUTO" -linktitle: "AUTO" -articleTitle: "AUTO" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies to automatically pick up the smallest size for DataMatrix." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/auto/ ---- - -## DataMatrixVersion.AUTO - -**Type:** `int` - - -**Value:** `0` - - -Specifies to automatically pick up the smallest size for DataMatrix. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/dmre_12x64/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/dmre_12x64/_index.md deleted file mode 100644 index f32b8f165..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/dmre_12x64/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.DMRE_12x64" -linktitle: "DMRE_12x64" -articleTitle: "DMRE_12x64" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 12 x 64 modules for DMRE barcodes." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/dmre_12x64/ ---- - -## DataMatrixVersion.DMRE_12x64 - -**Type:** `int` - - -**Value:** `59` - - -Specifies size of 12 x 64 modules for DMRE barcodes. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/dmre_12x88/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/dmre_12x88/_index.md deleted file mode 100644 index d37b168d4..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/dmre_12x88/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.DMRE_12x88" -linktitle: "DMRE_12x88" -articleTitle: "DMRE_12x88" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 12 x 88 modules for DMRE barcodes." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/dmre_12x88/ ---- - -## DataMatrixVersion.DMRE_12x88 - -**Type:** `int` - - -**Value:** `60` - - -Specifies size of 12 x 88 modules for DMRE barcodes. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/dmre_16x64/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/dmre_16x64/_index.md deleted file mode 100644 index 736383b7a..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/dmre_16x64/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.DMRE_16x64" -linktitle: "DMRE_16x64" -articleTitle: "DMRE_16x64" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 16 x 64 modules for DMRE barcodes." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/dmre_16x64/ ---- - -## DataMatrixVersion.DMRE_16x64 - -**Type:** `int` - - -**Value:** `61` - - -Specifies size of 16 x 64 modules for DMRE barcodes. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/dmre_20x36/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/dmre_20x36/_index.md deleted file mode 100644 index bb56e4ac3..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/dmre_20x36/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.DMRE_20x36" -linktitle: "DMRE_20x36" -articleTitle: "DMRE_20x36" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 20 x 36 modules for DMRE barcodes." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/dmre_20x36/ ---- - -## DataMatrixVersion.DMRE_20x36 - -**Type:** `int` - - -**Value:** `62` - - -Specifies size of 20 x 36 modules for DMRE barcodes. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/dmre_20x44/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/dmre_20x44/_index.md deleted file mode 100644 index c50017368..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/dmre_20x44/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.DMRE_20x44" -linktitle: "DMRE_20x44" -articleTitle: "DMRE_20x44" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 20 x 44 modules for DMRE barcodes." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/dmre_20x44/ ---- - -## DataMatrixVersion.DMRE_20x44 - -**Type:** `int` - - -**Value:** `63` - - -Specifies size of 20 x 44 modules for DMRE barcodes. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/dmre_20x64/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/dmre_20x64/_index.md deleted file mode 100644 index db6aa73cd..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/dmre_20x64/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.DMRE_20x64" -linktitle: "DMRE_20x64" -articleTitle: "DMRE_20x64" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 20 x 64 modules for DMRE barcodes." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/dmre_20x64/ ---- - -## DataMatrixVersion.DMRE_20x64 - -**Type:** `int` - - -**Value:** `64` - - -Specifies size of 20 x 64 modules for DMRE barcodes. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/dmre_22x48/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/dmre_22x48/_index.md deleted file mode 100644 index 9ed7d6e1a..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/dmre_22x48/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.DMRE_22x48" -linktitle: "DMRE_22x48" -articleTitle: "DMRE_22x48" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 22 x 48 modules for DMRE barcodes." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/dmre_22x48/ ---- - -## DataMatrixVersion.DMRE_22x48 - -**Type:** `int` - - -**Value:** `65` - - -Specifies size of 22 x 48 modules for DMRE barcodes. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/dmre_24x48/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/dmre_24x48/_index.md deleted file mode 100644 index 262b698e6..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/dmre_24x48/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.DMRE_24x48" -linktitle: "DMRE_24x48" -articleTitle: "DMRE_24x48" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 24 x 48 modules for DMRE barcodes." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/dmre_24x48/ ---- - -## DataMatrixVersion.DMRE_24x48 - -**Type:** `int` - - -**Value:** `66` - - -Specifies size of 24 x 48 modules for DMRE barcodes. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/dmre_24x64/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/dmre_24x64/_index.md deleted file mode 100644 index 55bbe6f39..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/dmre_24x64/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.DMRE_24x64" -linktitle: "DMRE_24x64" -articleTitle: "DMRE_24x64" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 24 x 64 modules for DMRE barcodes." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/dmre_24x64/ ---- - -## DataMatrixVersion.DMRE_24x64 - -**Type:** `int` - - -**Value:** `67` - - -Specifies size of 24 x 64 modules for DMRE barcodes. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/dmre_26x40/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/dmre_26x40/_index.md deleted file mode 100644 index dfbd1601a..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/dmre_26x40/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.DMRE_26x40" -linktitle: "DMRE_26x40" -articleTitle: "DMRE_26x40" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 26 x 40 modules for DMRE barcodes." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/dmre_26x40/ ---- - -## DataMatrixVersion.DMRE_26x40 - -**Type:** `int` - - -**Value:** `68` - - -Specifies size of 26 x 40 modules for DMRE barcodes. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/dmre_26x48/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/dmre_26x48/_index.md deleted file mode 100644 index 3dd55449c..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/dmre_26x48/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.DMRE_26x48" -linktitle: "DMRE_26x48" -articleTitle: "DMRE_26x48" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 26 x 48 modules for DMRE barcodes." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/dmre_26x48/ ---- - -## DataMatrixVersion.DMRE_26x48 - -**Type:** `int` - - -**Value:** `69` - - -Specifies size of 26 x 48 modules for DMRE barcodes. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/dmre_26x64/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/dmre_26x64/_index.md deleted file mode 100644 index 61d3c8a3c..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/dmre_26x64/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.DMRE_26x64" -linktitle: "DMRE_26x64" -articleTitle: "DMRE_26x64" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 26 x 64 modules for DMRE barcodes." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/dmre_26x64/ ---- - -## DataMatrixVersion.DMRE_26x64 - -**Type:** `int` - - -**Value:** `70` - - -Specifies size of 26 x 64 modules for DMRE barcodes. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/dmre_8x120/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/dmre_8x120/_index.md deleted file mode 100644 index efa505e71..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/dmre_8x120/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.DMRE_8x120" -linktitle: "DMRE_8x120" -articleTitle: "DMRE_8x120" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 8 x 120 modules for DMRE barcodes." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/dmre_8x120/ ---- - -## DataMatrixVersion.DMRE_8x120 - -**Type:** `int` - - -**Value:** `57` - - -Specifies size of 8 x 120 modules for DMRE barcodes. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/dmre_8x144/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/dmre_8x144/_index.md deleted file mode 100644 index 9a79abd79..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/dmre_8x144/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.DMRE_8x144" -linktitle: "DMRE_8x144" -articleTitle: "DMRE_8x144" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 8 x 144 modules for DMRE barcodes." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/dmre_8x144/ ---- - -## DataMatrixVersion.DMRE_8x144 - -**Type:** `int` - - -**Value:** `58` - - -Specifies size of 8 x 144 modules for DMRE barcodes. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/dmre_8x48/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/dmre_8x48/_index.md deleted file mode 100644 index d491ef85c..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/dmre_8x48/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.DMRE_8x48" -linktitle: "DMRE_8x48" -articleTitle: "DMRE_8x48" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 8 x 48 modules for DMRE barcodes." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/dmre_8x48/ ---- - -## DataMatrixVersion.DMRE_8x48 - -**Type:** `int` - - -**Value:** `53` - - -Specifies size of 8 x 48 modules for DMRE barcodes. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/dmre_8x64/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/dmre_8x64/_index.md deleted file mode 100644 index 0da8b6a9e..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/dmre_8x64/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.DMRE_8x64" -linktitle: "DMRE_8x64" -articleTitle: "DMRE_8x64" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 8 x 64 modules for DMRE barcodes." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/dmre_8x64/ ---- - -## DataMatrixVersion.DMRE_8x64 - -**Type:** `int` - - -**Value:** `54` - - -Specifies size of 8 x 64 modules for DMRE barcodes. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/dmre_8x80/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/dmre_8x80/_index.md deleted file mode 100644 index f10f93454..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/dmre_8x80/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.DMRE_8x80" -linktitle: "DMRE_8x80" -articleTitle: "DMRE_8x80" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 8 x 80 modules for DMRE barcodes." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/dmre_8x80/ ---- - -## DataMatrixVersion.DMRE_8x80 - -**Type:** `int` - - -**Value:** `55` - - -Specifies size of 8 x 80 modules for DMRE barcodes. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/dmre_8x96/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/dmre_8x96/_index.md deleted file mode 100644 index c58e2ae50..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/dmre_8x96/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.DMRE_8x96" -linktitle: "DMRE_8x96" -articleTitle: "DMRE_8x96" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 8 x 96 modules for DMRE barcodes." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/dmre_8x96/ ---- - -## DataMatrixVersion.DMRE_8x96 - -**Type:** `int` - - -**Value:** `56` - - -Specifies size of 8 x 96 modules for DMRE barcodes. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc000_050_11x11/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/ecc000_050_11x11/_index.md deleted file mode 100644 index 72164e5b2..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc000_050_11x11/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.ECC000_050_11x11" -linktitle: "ECC000_050_11x11" -articleTitle: "ECC000_050_11x11" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 11 x 11 modules for ECC000-ECC050 types." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/ecc000_050_11x11/ ---- - -## DataMatrixVersion.ECC000_050_11x11 - -**Type:** `int` - - -**Value:** `3` - - -Specifies size of 11 x 11 modules for ECC000-ECC050 types. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc000_100_13x13/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/ecc000_100_13x13/_index.md deleted file mode 100644 index 61bcdaf2e..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc000_100_13x13/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.ECC000_100_13x13" -linktitle: "ECC000_100_13x13" -articleTitle: "ECC000_100_13x13" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 13 x 13 modules for ECC000-ECC100 types." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/ecc000_100_13x13/ ---- - -## DataMatrixVersion.ECC000_100_13x13 - -**Type:** `int` - - -**Value:** `4` - - -Specifies size of 13 x 13 modules for ECC000-ECC100 types. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc000_100_15x15/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/ecc000_100_15x15/_index.md deleted file mode 100644 index b3f661820..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc000_100_15x15/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.ECC000_100_15x15" -linktitle: "ECC000_100_15x15" -articleTitle: "ECC000_100_15x15" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 15 x 15 modules for ECC000-ECC100 types." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/ecc000_100_15x15/ ---- - -## DataMatrixVersion.ECC000_100_15x15 - -**Type:** `int` - - -**Value:** `5` - - -Specifies size of 15 x 15 modules for ECC000-ECC100 types. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_17x17/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_17x17/_index.md deleted file mode 100644 index 596ccd0a5..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_17x17/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.ECC000_140_17x17" -linktitle: "ECC000_140_17x17" -articleTitle: "ECC000_140_17x17" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 17 x 17 modules for ECC000-ECC140 types." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_17x17/ ---- - -## DataMatrixVersion.ECC000_140_17x17 - -**Type:** `int` - - -**Value:** `6` - - -Specifies size of 17 x 17 modules for ECC000-ECC140 types. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_19x19/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_19x19/_index.md deleted file mode 100644 index 0dedb3465..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_19x19/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.ECC000_140_19x19" -linktitle: "ECC000_140_19x19" -articleTitle: "ECC000_140_19x19" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 19 x 19 modules for ECC000-ECC140 types." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_19x19/ ---- - -## DataMatrixVersion.ECC000_140_19x19 - -**Type:** `int` - - -**Value:** `7` - - -Specifies size of 19 x 19 modules for ECC000-ECC140 types. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_21x21/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_21x21/_index.md deleted file mode 100644 index e996758b9..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_21x21/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.ECC000_140_21x21" -linktitle: "ECC000_140_21x21" -articleTitle: "ECC000_140_21x21" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 21 x 21 modules for ECC000-ECC140 types." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_21x21/ ---- - -## DataMatrixVersion.ECC000_140_21x21 - -**Type:** `int` - - -**Value:** `8` - - -Specifies size of 21 x 21 modules for ECC000-ECC140 types. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_23x23/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_23x23/_index.md deleted file mode 100644 index cff94dcfc..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_23x23/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.ECC000_140_23x23" -linktitle: "ECC000_140_23x23" -articleTitle: "ECC000_140_23x23" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 23 x 23 modules for ECC000-ECC140 types." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_23x23/ ---- - -## DataMatrixVersion.ECC000_140_23x23 - -**Type:** `int` - - -**Value:** `9` - - -Specifies size of 23 x 23 modules for ECC000-ECC140 types. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_25x25/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_25x25/_index.md deleted file mode 100644 index 6a9c1ec72..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_25x25/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.ECC000_140_25x25" -linktitle: "ECC000_140_25x25" -articleTitle: "ECC000_140_25x25" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 25 x 25 modules for ECC000-ECC140 types." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_25x25/ ---- - -## DataMatrixVersion.ECC000_140_25x25 - -**Type:** `int` - - -**Value:** `10` - - -Specifies size of 25 x 25 modules for ECC000-ECC140 types. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_27x27/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_27x27/_index.md deleted file mode 100644 index ba1589cfb..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_27x27/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.ECC000_140_27x27" -linktitle: "ECC000_140_27x27" -articleTitle: "ECC000_140_27x27" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 27 x 27 modules for ECC000-ECC140 types." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_27x27/ ---- - -## DataMatrixVersion.ECC000_140_27x27 - -**Type:** `int` - - -**Value:** `11` - - -Specifies size of 27 x 27 modules for ECC000-ECC140 types. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_29x29/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_29x29/_index.md deleted file mode 100644 index 0e02faf24..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_29x29/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.ECC000_140_29x29" -linktitle: "ECC000_140_29x29" -articleTitle: "ECC000_140_29x29" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 29 x 29 modules for ECC000-ECC140 types." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_29x29/ ---- - -## DataMatrixVersion.ECC000_140_29x29 - -**Type:** `int` - - -**Value:** `12` - - -Specifies size of 29 x 29 modules for ECC000-ECC140 types. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_31x31/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_31x31/_index.md deleted file mode 100644 index fd3d8bbdd..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_31x31/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.ECC000_140_31x31" -linktitle: "ECC000_140_31x31" -articleTitle: "ECC000_140_31x31" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 31 x 31 modules for ECC000-ECC140 types." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_31x31/ ---- - -## DataMatrixVersion.ECC000_140_31x31 - -**Type:** `int` - - -**Value:** `13` - - -Specifies size of 31 x 31 modules for ECC000-ECC140 types. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_33x33/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_33x33/_index.md deleted file mode 100644 index 53338776b..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_33x33/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.ECC000_140_33x33" -linktitle: "ECC000_140_33x33" -articleTitle: "ECC000_140_33x33" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 33 x 33 modules for ECC000-ECC140 types." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_33x33/ ---- - -## DataMatrixVersion.ECC000_140_33x33 - -**Type:** `int` - - -**Value:** `14` - - -Specifies size of 33 x 33 modules for ECC000-ECC140 types. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_35x35/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_35x35/_index.md deleted file mode 100644 index c758d279d..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_35x35/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.ECC000_140_35x35" -linktitle: "ECC000_140_35x35" -articleTitle: "ECC000_140_35x35" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 35 x 35 modules for ECC000-ECC140 types." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_35x35/ ---- - -## DataMatrixVersion.ECC000_140_35x35 - -**Type:** `int` - - -**Value:** `15` - - -Specifies size of 35 x 35 modules for ECC000-ECC140 types. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_37x37/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_37x37/_index.md deleted file mode 100644 index 6195cd920..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_37x37/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.ECC000_140_37x37" -linktitle: "ECC000_140_37x37" -articleTitle: "ECC000_140_37x37" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 37 x 37 modules for ECC000-ECC140 types." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_37x37/ ---- - -## DataMatrixVersion.ECC000_140_37x37 - -**Type:** `int` - - -**Value:** `16` - - -Specifies size of 37 x 37 modules for ECC000-ECC140 types. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_39x39/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_39x39/_index.md deleted file mode 100644 index d5f5221e7..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_39x39/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.ECC000_140_39x39" -linktitle: "ECC000_140_39x39" -articleTitle: "ECC000_140_39x39" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 39 x 39 modules for ECC000-ECC140 types." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_39x39/ ---- - -## DataMatrixVersion.ECC000_140_39x39 - -**Type:** `int` - - -**Value:** `17` - - -Specifies size of 39 x 39 modules for ECC000-ECC140 types. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_41x41/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_41x41/_index.md deleted file mode 100644 index cb99bacc1..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_41x41/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.ECC000_140_41x41" -linktitle: "ECC000_140_41x41" -articleTitle: "ECC000_140_41x41" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 41 x 41 modules for ECC000-ECC140 types." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_41x41/ ---- - -## DataMatrixVersion.ECC000_140_41x41 - -**Type:** `int` - - -**Value:** `18` - - -Specifies size of 41 x 41 modules for ECC000-ECC140 types. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_43x43/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_43x43/_index.md deleted file mode 100644 index fb026611a..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_43x43/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.ECC000_140_43x43" -linktitle: "ECC000_140_43x43" -articleTitle: "ECC000_140_43x43" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 43 x 43 modules for ECC000-ECC140 types." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_43x43/ ---- - -## DataMatrixVersion.ECC000_140_43x43 - -**Type:** `int` - - -**Value:** `19` - - -Specifies size of 43 x 43 modules for ECC000-ECC140 types. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_45x45/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_45x45/_index.md deleted file mode 100644 index bba0dbb87..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_45x45/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.ECC000_140_45x45" -linktitle: "ECC000_140_45x45" -articleTitle: "ECC000_140_45x45" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 45 x 45 modules for ECC000-ECC140 types." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_45x45/ ---- - -## DataMatrixVersion.ECC000_140_45x45 - -**Type:** `int` - - -**Value:** `20` - - -Specifies size of 45 x 45 modules for ECC000-ECC140 types. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_47x47/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_47x47/_index.md deleted file mode 100644 index 16601429b..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_47x47/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.ECC000_140_47x47" -linktitle: "ECC000_140_47x47" -articleTitle: "ECC000_140_47x47" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 47 x 47 modules for ECC000-ECC140 types." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_47x47/ ---- - -## DataMatrixVersion.ECC000_140_47x47 - -**Type:** `int` - - -**Value:** `21` - - -Specifies size of 47 x 47 modules for ECC000-ECC140 types. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_49x49/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_49x49/_index.md deleted file mode 100644 index 3cb888231..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_49x49/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.ECC000_140_49x49" -linktitle: "ECC000_140_49x49" -articleTitle: "ECC000_140_49x49" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 49 x 49 modules for ECC000-ECC140 types." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/ecc000_140_49x49/ ---- - -## DataMatrixVersion.ECC000_140_49x49 - -**Type:** `int` - - -**Value:** `22` - - -Specifies size of 49 x 49 modules for ECC000-ECC140 types. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc000_9x9/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/ecc000_9x9/_index.md deleted file mode 100644 index 521bf532d..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc000_9x9/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.ECC000_9x9" -linktitle: "ECC000_9x9" -articleTitle: "ECC000_9x9" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 9 x 9 modules for ECC000 type." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/ecc000_9x9/ ---- - -## DataMatrixVersion.ECC000_9x9 - -**Type:** `int` - - -**Value:** `2` - - -Specifies size of 9 x 9 modules for ECC000 type. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_104x104/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_104x104/_index.md deleted file mode 100644 index 5cc4ff983..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_104x104/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.ECC200_104x104" -linktitle: "ECC200_104x104" -articleTitle: "ECC200_104x104" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 104 x 104 modules for ECC200 type." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/ecc200_104x104/ ---- - -## DataMatrixVersion.ECC200_104x104 - -**Type:** `int` - - -**Value:** `43` - - -Specifies size of 104 x 104 modules for ECC200 type. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_10x10/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_10x10/_index.md deleted file mode 100644 index c0e73eac9..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_10x10/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.ECC200_10x10" -linktitle: "ECC200_10x10" -articleTitle: "ECC200_10x10" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 10 x 10 modules for ECC200 type." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/ecc200_10x10/ ---- - -## DataMatrixVersion.ECC200_10x10 - -**Type:** `int` - - -**Value:** `23` - - -Specifies size of 10 x 10 modules for ECC200 type. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_120x120/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_120x120/_index.md deleted file mode 100644 index 860a9f385..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_120x120/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.ECC200_120x120" -linktitle: "ECC200_120x120" -articleTitle: "ECC200_120x120" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 120 x 120 modules for ECC200 type." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/ecc200_120x120/ ---- - -## DataMatrixVersion.ECC200_120x120 - -**Type:** `int` - - -**Value:** `44` - - -Specifies size of 120 x 120 modules for ECC200 type. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_12x12/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_12x12/_index.md deleted file mode 100644 index 95503de3b..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_12x12/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.ECC200_12x12" -linktitle: "ECC200_12x12" -articleTitle: "ECC200_12x12" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 12 x 12 modules for ECC200 type." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/ecc200_12x12/ ---- - -## DataMatrixVersion.ECC200_12x12 - -**Type:** `int` - - -**Value:** `24` - - -Specifies size of 12 x 12 modules for ECC200 type. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_12x26/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_12x26/_index.md deleted file mode 100644 index d0a526e55..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_12x26/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.ECC200_12x26" -linktitle: "ECC200_12x26" -articleTitle: "ECC200_12x26" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 12 x 26 modules for ECC200 type." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/ecc200_12x26/ ---- - -## DataMatrixVersion.ECC200_12x26 - -**Type:** `int` - - -**Value:** `49` - - -Specifies size of 12 x 26 modules for ECC200 type. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_12x36/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_12x36/_index.md deleted file mode 100644 index ef143f375..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_12x36/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.ECC200_12x36" -linktitle: "ECC200_12x36" -articleTitle: "ECC200_12x36" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 12 x 36 modules for ECC200 type." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/ecc200_12x36/ ---- - -## DataMatrixVersion.ECC200_12x36 - -**Type:** `int` - - -**Value:** `50` - - -Specifies size of 12 x 36 modules for ECC200 type. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_132x132/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_132x132/_index.md deleted file mode 100644 index 5d4a3b2e3..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_132x132/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.ECC200_132x132" -linktitle: "ECC200_132x132" -articleTitle: "ECC200_132x132" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 132 x 132 modules for ECC200 type." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/ecc200_132x132/ ---- - -## DataMatrixVersion.ECC200_132x132 - -**Type:** `int` - - -**Value:** `45` - - -Specifies size of 132 x 132 modules for ECC200 type. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_144x144/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_144x144/_index.md deleted file mode 100644 index c09d51fd5..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_144x144/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.ECC200_144x144" -linktitle: "ECC200_144x144" -articleTitle: "ECC200_144x144" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 144 x 144 modules for ECC200 type." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/ecc200_144x144/ ---- - -## DataMatrixVersion.ECC200_144x144 - -**Type:** `int` - - -**Value:** `46` - - -Specifies size of 144 x 144 modules for ECC200 type. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_14x14/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_14x14/_index.md deleted file mode 100644 index e12f6a827..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_14x14/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.ECC200_14x14" -linktitle: "ECC200_14x14" -articleTitle: "ECC200_14x14" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 14 x 14 modules for ECC200 type." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/ecc200_14x14/ ---- - -## DataMatrixVersion.ECC200_14x14 - -**Type:** `int` - - -**Value:** `25` - - -Specifies size of 14 x 14 modules for ECC200 type. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_16x16/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_16x16/_index.md deleted file mode 100644 index 19ee4387d..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_16x16/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.ECC200_16x16" -linktitle: "ECC200_16x16" -articleTitle: "ECC200_16x16" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 16 x 16 modules for ECC200 type." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/ecc200_16x16/ ---- - -## DataMatrixVersion.ECC200_16x16 - -**Type:** `int` - - -**Value:** `26` - - -Specifies size of 16 x 16 modules for ECC200 type. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_16x36/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_16x36/_index.md deleted file mode 100644 index 54c793c26..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_16x36/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.ECC200_16x36" -linktitle: "ECC200_16x36" -articleTitle: "ECC200_16x36" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 16 x 36 modules for ECC200 type." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/ecc200_16x36/ ---- - -## DataMatrixVersion.ECC200_16x36 - -**Type:** `int` - - -**Value:** `51` - - -Specifies size of 16 x 36 modules for ECC200 type. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_16x48/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_16x48/_index.md deleted file mode 100644 index 39a895e7f..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_16x48/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.ECC200_16x48" -linktitle: "ECC200_16x48" -articleTitle: "ECC200_16x48" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 16 x 48 modules for ECC200 type." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/ecc200_16x48/ ---- - -## DataMatrixVersion.ECC200_16x48 - -**Type:** `int` - - -**Value:** `52` - - -Specifies size of 16 x 48 modules for ECC200 type. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_18x18/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_18x18/_index.md deleted file mode 100644 index 6391ff5f8..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_18x18/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.ECC200_18x18" -linktitle: "ECC200_18x18" -articleTitle: "ECC200_18x18" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 18 x 18 modules for ECC200 type." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/ecc200_18x18/ ---- - -## DataMatrixVersion.ECC200_18x18 - -**Type:** `int` - - -**Value:** `27` - - -Specifies size of 18 x 18 modules for ECC200 type. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_20x20/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_20x20/_index.md deleted file mode 100644 index 494d0c065..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_20x20/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.ECC200_20x20" -linktitle: "ECC200_20x20" -articleTitle: "ECC200_20x20" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 20 x 20 modules for ECC200 type." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/ecc200_20x20/ ---- - -## DataMatrixVersion.ECC200_20x20 - -**Type:** `int` - - -**Value:** `28` - - -Specifies size of 20 x 20 modules for ECC200 type. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_22x22/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_22x22/_index.md deleted file mode 100644 index 84de2a029..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_22x22/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.ECC200_22x22" -linktitle: "ECC200_22x22" -articleTitle: "ECC200_22x22" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 22 x 22 modules for ECC200 type." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/ecc200_22x22/ ---- - -## DataMatrixVersion.ECC200_22x22 - -**Type:** `int` - - -**Value:** `29` - - -Specifies size of 22 x 22 modules for ECC200 type. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_24x24/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_24x24/_index.md deleted file mode 100644 index 4836e8b4d..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_24x24/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.ECC200_24x24" -linktitle: "ECC200_24x24" -articleTitle: "ECC200_24x24" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 24 x 24 modules for ECC200 type." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/ecc200_24x24/ ---- - -## DataMatrixVersion.ECC200_24x24 - -**Type:** `int` - - -**Value:** `30` - - -Specifies size of 24 x 24 modules for ECC200 type. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_26x26/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_26x26/_index.md deleted file mode 100644 index 54c249535..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_26x26/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.ECC200_26x26" -linktitle: "ECC200_26x26" -articleTitle: "ECC200_26x26" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 26 x 26 modules for ECC200 type." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/ecc200_26x26/ ---- - -## DataMatrixVersion.ECC200_26x26 - -**Type:** `int` - - -**Value:** `31` - - -Specifies size of 26 x 26 modules for ECC200 type. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_32x32/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_32x32/_index.md deleted file mode 100644 index 969b00c36..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_32x32/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.ECC200_32x32" -linktitle: "ECC200_32x32" -articleTitle: "ECC200_32x32" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 32 x 32 modules for ECC200 type." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/ecc200_32x32/ ---- - -## DataMatrixVersion.ECC200_32x32 - -**Type:** `int` - - -**Value:** `32` - - -Specifies size of 32 x 32 modules for ECC200 type. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_36x36/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_36x36/_index.md deleted file mode 100644 index 6d4f1a134..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_36x36/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.ECC200_36x36" -linktitle: "ECC200_36x36" -articleTitle: "ECC200_36x36" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 36 x 36 modules for ECC200 type." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/ecc200_36x36/ ---- - -## DataMatrixVersion.ECC200_36x36 - -**Type:** `int` - - -**Value:** `33` - - -Specifies size of 36 x 36 modules for ECC200 type. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_40x40/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_40x40/_index.md deleted file mode 100644 index d6513662c..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_40x40/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.ECC200_40x40" -linktitle: "ECC200_40x40" -articleTitle: "ECC200_40x40" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 40 x 40 modules for ECC200 type." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/ecc200_40x40/ ---- - -## DataMatrixVersion.ECC200_40x40 - -**Type:** `int` - - -**Value:** `34` - - -Specifies size of 40 x 40 modules for ECC200 type. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_44x44/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_44x44/_index.md deleted file mode 100644 index 50f0a1e3d..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_44x44/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.ECC200_44x44" -linktitle: "ECC200_44x44" -articleTitle: "ECC200_44x44" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 44 x 44 modules for ECC200 type." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/ecc200_44x44/ ---- - -## DataMatrixVersion.ECC200_44x44 - -**Type:** `int` - - -**Value:** `35` - - -Specifies size of 44 x 44 modules for ECC200 type. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_48x48/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_48x48/_index.md deleted file mode 100644 index 75c2c1058..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_48x48/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.ECC200_48x48" -linktitle: "ECC200_48x48" -articleTitle: "ECC200_48x48" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 48 x 48 modules for ECC200 type." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/ecc200_48x48/ ---- - -## DataMatrixVersion.ECC200_48x48 - -**Type:** `int` - - -**Value:** `36` - - -Specifies size of 48 x 48 modules for ECC200 type. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_52x52/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_52x52/_index.md deleted file mode 100644 index 9e0fe3836..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_52x52/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.ECC200_52x52" -linktitle: "ECC200_52x52" -articleTitle: "ECC200_52x52" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 52 x 52 modules for ECC200 type." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/ecc200_52x52/ ---- - -## DataMatrixVersion.ECC200_52x52 - -**Type:** `int` - - -**Value:** `37` - - -Specifies size of 52 x 52 modules for ECC200 type. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_64x64/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_64x64/_index.md deleted file mode 100644 index 7045c7861..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_64x64/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.ECC200_64x64" -linktitle: "ECC200_64x64" -articleTitle: "ECC200_64x64" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 64 x 64 modules for ECC200 type." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/ecc200_64x64/ ---- - -## DataMatrixVersion.ECC200_64x64 - -**Type:** `int` - - -**Value:** `38` - - -Specifies size of 64 x 64 modules for ECC200 type. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_72x72/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_72x72/_index.md deleted file mode 100644 index aa550661f..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_72x72/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.ECC200_72x72" -linktitle: "ECC200_72x72" -articleTitle: "ECC200_72x72" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 72 x 72 modules for ECC200 type." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/ecc200_72x72/ ---- - -## DataMatrixVersion.ECC200_72x72 - -**Type:** `int` - - -**Value:** `39` - - -Specifies size of 72 x 72 modules for ECC200 type. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_80x80/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_80x80/_index.md deleted file mode 100644 index f53e79198..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_80x80/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.ECC200_80x80" -linktitle: "ECC200_80x80" -articleTitle: "ECC200_80x80" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 80 x 80 modules for ECC200 type." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/ecc200_80x80/ ---- - -## DataMatrixVersion.ECC200_80x80 - -**Type:** `int` - - -**Value:** `40` - - -Specifies size of 80 x 80 modules for ECC200 type. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_88x88/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_88x88/_index.md deleted file mode 100644 index 9a4fe4874..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_88x88/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.ECC200_88x88" -linktitle: "ECC200_88x88" -articleTitle: "ECC200_88x88" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 88 x 88 modules for ECC200 type." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/ecc200_88x88/ ---- - -## DataMatrixVersion.ECC200_88x88 - -**Type:** `int` - - -**Value:** `41` - - -Specifies size of 88 x 88 modules for ECC200 type. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_8x18/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_8x18/_index.md deleted file mode 100644 index ac2197f28..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_8x18/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.ECC200_8x18" -linktitle: "ECC200_8x18" -articleTitle: "ECC200_8x18" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 8 x 18 modules for ECC200 type." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/ecc200_8x18/ ---- - -## DataMatrixVersion.ECC200_8x18 - -**Type:** `int` - - -**Value:** `47` - - -Specifies size of 8 x 18 modules for ECC200 type. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_8x32/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_8x32/_index.md deleted file mode 100644 index 539b82a01..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_8x32/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.ECC200_8x32" -linktitle: "ECC200_8x32" -articleTitle: "ECC200_8x32" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 8 x 32 modules for ECC200 type." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/ecc200_8x32/ ---- - -## DataMatrixVersion.ECC200_8x32 - -**Type:** `int` - - -**Value:** `48` - - -Specifies size of 8 x 32 modules for ECC200 type. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_96x96/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_96x96/_index.md deleted file mode 100644 index 08b871d49..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/ecc200_96x96/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.ECC200_96x96" -linktitle: "ECC200_96x96" -articleTitle: "ECC200_96x96" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies size of 96 x 96 modules for ECC200 type." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/ecc200_96x96/ ---- - -## DataMatrixVersion.ECC200_96x96 - -**Type:** `int` - - -**Value:** `42` - - -Specifies size of 96 x 96 modules for ECC200 type. - diff --git a/english/python-java/aspose_barcode.generation/datamatrixversion/rows_columns/_index.md b/english/python-java/aspose_barcode.generation/datamatrixversion/rows_columns/_index.md deleted file mode 100644 index 28d628088..000000000 --- a/english/python-java/aspose_barcode.generation/datamatrixversion/rows_columns/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixVersion.ROWS_COLUMNS" -linktitle: "ROWS_COLUMNS" -articleTitle: "ROWS_COLUMNS" -second_title: "Aspose.BarCode for Python via Java" -description: "Instructs to get symbol sizes from Rows And Columns parameters. Note that DataMatrix does not support" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/datamatrixversion/rows_columns/ ---- - -## DataMatrixVersion.ROWS_COLUMNS - -**Type:** `int` - - -**Value:** `1` - - -Instructs to get symbol sizes from Rows And Columns parameters. Note that DataMatrix does not support - diff --git a/english/python-java/aspose_barcode.generation/dotcodeencodemode/_index.md b/english/python-java/aspose_barcode.generation/dotcodeencodemode/_index.md index fc4e652fa..6cdff8bd2 100644 --- a/english/python-java/aspose_barcode.generation/dotcodeencodemode/_index.md +++ b/english/python-java/aspose_barcode.generation/dotcodeencodemode/_index.md @@ -1,7 +1,6 @@ --- -title: "DotCodeEncodeMode Enum" +title: "DotCodeEncodeMode" linktitle: "DotCodeEncodeMode" -articleTitle: "DotCodeEncodeMode" second_title: "Aspose.BarCode for Python via Java" description: "Encoding mode for DotCode barcodes." type: docs @@ -21,9 +20,57 @@ Encoding mode for DotCode barcodes. | Name | Value | Description | | --- | --- | --- | -| [AUTO](./auto/) | `0` | In Auto mode, the CodeText is encoded with maximum data compactness. Unicode characters are re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. | -| [BINARY](./binary/) | `3` | In Binary mode, the CodeText is encoded with maximum data compactness. If a Unicode character is found, an exception is thrown. | -| [BYTES](./bytes/) | `1` | Encode codetext as plain bytes. If it detects any Unicode character, the character will be encoded as two bytes, lower byte first. | -| [ECI](./eci/) | `4` | In ECI mode, the entire message is re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. Please note that some old (pre 2006) scanners may not support this mode. | -| [EXTENDED](./extended/) | `5` | Extended mode which supports multi ECI modes. It is better to use DotCodeExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. | -| [EXTENDED_CODETEXT](./extended_codetext/) | `2` | Extended mode which supports multi ECI modes. It is better to use DotCodeExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. | +| [AUTO](#auto) | `0` | In Auto mode, the CodeText is encoded with maximum data compactness. Unicode characters are re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. | +| [BINARY](#binary) | `3` | In Binary mode, the CodeText is encoded with maximum data compactness. If a Unicode character is found, an exception is thrown. | +| [BYTES](#bytes) | `1` | Encode codetext as plain bytes. If it detects any Unicode character, the character will be encoded as two bytes, lower byte first. | +| [ECI](#eci) | `4` | In ECI mode, the entire message is re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. Please note that some old (pre 2006) scanners may not support this mode. | +| [EXTENDED](#extended) | `5` | Extended mode which supports multi ECI modes. It is better to use DotCodeExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. | +| [EXTENDED_CODETEXT](#extended_codetext) | `2` | Extended mode which supports multi ECI modes. It is better to use DotCodeExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. | +### DotCodeEncodeMode.AUTO {#auto} + +**Type:** `int` + +**Value:** `0` + +In Auto mode, the CodeText is encoded with maximum data compactness. Unicode characters are re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. + +### DotCodeEncodeMode.BINARY {#binary} + +**Type:** `int` + +**Value:** `3` + +In Binary mode, the CodeText is encoded with maximum data compactness. If a Unicode character is found, an exception is thrown. + +### DotCodeEncodeMode.BYTES {#bytes} + +**Type:** `int` + +**Value:** `1` + +Encode codetext as plain bytes. If it detects any Unicode character, the character will be encoded as two bytes, lower byte first. + +### DotCodeEncodeMode.ECI {#eci} + +**Type:** `int` + +**Value:** `4` + +In ECI mode, the entire message is re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. Please note that some old (pre 2006) scanners may not support this mode. + +### DotCodeEncodeMode.EXTENDED {#extended} + +**Type:** `int` + +**Value:** `5` + +Extended mode which supports multi ECI modes. It is better to use DotCodeExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. + +### DotCodeEncodeMode.EXTENDED_CODETEXT {#extended_codetext} + +**Type:** `int` + +**Value:** `2` + +Extended mode which supports multi ECI modes. It is better to use DotCodeExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. + diff --git a/english/python-java/aspose_barcode.generation/dotcodeencodemode/auto/_index.md b/english/python-java/aspose_barcode.generation/dotcodeencodemode/auto/_index.md deleted file mode 100644 index 3c1cbffd3..000000000 --- a/english/python-java/aspose_barcode.generation/dotcodeencodemode/auto/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DotCodeEncodeMode.AUTO" -linktitle: "AUTO" -articleTitle: "AUTO" -second_title: "Aspose.BarCode for Python via Java" -description: "In Auto mode, the CodeText is encoded with maximum data compactness. Unicode characters are re-encoded in the ECIEncoding specified encoding with the insertion " -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/dotcodeencodemode/auto/ ---- - -## DotCodeEncodeMode.AUTO - -**Type:** `int` - - -**Value:** `0` - - -In Auto mode, the CodeText is encoded with maximum data compactness. Unicode characters are re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. - diff --git a/english/python-java/aspose_barcode.generation/dotcodeencodemode/binary/_index.md b/english/python-java/aspose_barcode.generation/dotcodeencodemode/binary/_index.md deleted file mode 100644 index 289ce4ce7..000000000 --- a/english/python-java/aspose_barcode.generation/dotcodeencodemode/binary/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DotCodeEncodeMode.BINARY" -linktitle: "BINARY" -articleTitle: "BINARY" -second_title: "Aspose.BarCode for Python via Java" -description: "In Binary mode, the CodeText is encoded with maximum data compactness. If a Unicode character is found, an exception is thrown." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/dotcodeencodemode/binary/ ---- - -## DotCodeEncodeMode.BINARY - -**Type:** `int` - - -**Value:** `3` - - -In Binary mode, the CodeText is encoded with maximum data compactness. If a Unicode character is found, an exception is thrown. - diff --git a/english/python-java/aspose_barcode.generation/dotcodeencodemode/bytes/_index.md b/english/python-java/aspose_barcode.generation/dotcodeencodemode/bytes/_index.md deleted file mode 100644 index 5c50d3f5c..000000000 --- a/english/python-java/aspose_barcode.generation/dotcodeencodemode/bytes/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DotCodeEncodeMode.BYTES" -linktitle: "BYTES" -articleTitle: "BYTES" -second_title: "Aspose.BarCode for Python via Java" -description: "Encode codetext as plain bytes. If it detects any Unicode character, the character will be encoded as two bytes, lower byte first." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/dotcodeencodemode/bytes/ ---- - -## DotCodeEncodeMode.BYTES - -**Type:** `int` - - -**Value:** `1` - - -Encode codetext as plain bytes. If it detects any Unicode character, the character will be encoded as two bytes, lower byte first. - diff --git a/english/python-java/aspose_barcode.generation/dotcodeencodemode/eci/_index.md b/english/python-java/aspose_barcode.generation/dotcodeencodemode/eci/_index.md deleted file mode 100644 index 657c084b6..000000000 --- a/english/python-java/aspose_barcode.generation/dotcodeencodemode/eci/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DotCodeEncodeMode.ECI" -linktitle: "ECI" -articleTitle: "ECI" -second_title: "Aspose.BarCode for Python via Java" -description: "In ECI mode, the entire message is re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/dotcodeencodemode/eci/ ---- - -## DotCodeEncodeMode.ECI - -**Type:** `int` - - -**Value:** `4` - - -In ECI mode, the entire message is re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. Please note that some old (pre 2006) scanners may not support this mode. - diff --git a/english/python-java/aspose_barcode.generation/dotcodeencodemode/extended/_index.md b/english/python-java/aspose_barcode.generation/dotcodeencodemode/extended/_index.md deleted file mode 100644 index 403a302bd..000000000 --- a/english/python-java/aspose_barcode.generation/dotcodeencodemode/extended/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DotCodeEncodeMode.EXTENDED" -linktitle: "EXTENDED" -articleTitle: "EXTENDED" -second_title: "Aspose.BarCode for Python via Java" -description: "Extended mode which supports multi ECI modes. It is better to use DotCodeExtCodetextBuilder for extended codetext generation. Use Display2DText property to set " -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/dotcodeencodemode/extended/ ---- - -## DotCodeEncodeMode.EXTENDED - -**Type:** `int` - - -**Value:** `5` - - -Extended mode which supports multi ECI modes. It is better to use DotCodeExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. - diff --git a/english/python-java/aspose_barcode.generation/dotcodeencodemode/extended_codetext/_index.md b/english/python-java/aspose_barcode.generation/dotcodeencodemode/extended_codetext/_index.md deleted file mode 100644 index 87022ac10..000000000 --- a/english/python-java/aspose_barcode.generation/dotcodeencodemode/extended_codetext/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DotCodeEncodeMode.EXTENDED_CODETEXT" -linktitle: "EXTENDED_CODETEXT" -articleTitle: "EXTENDED_CODETEXT" -second_title: "Aspose.BarCode for Python via Java" -description: "Extended mode which supports multi ECI modes. It is better to use DotCodeExtCodetextBuilder for extended codetext generation. Use Display2DText property to set " -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/dotcodeencodemode/extended_codetext/ ---- - -## DotCodeEncodeMode.EXTENDED_CODETEXT - -**Type:** `int` - - -**Value:** `2` - - -Extended mode which supports multi ECI modes. It is better to use DotCodeExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. - diff --git a/english/python-java/aspose_barcode.generation/dotcodeextcodetextbuilder/_index.md b/english/python-java/aspose_barcode.generation/dotcodeextcodetextbuilder/_index.md index 0dfc945be..d23f8314a 100644 --- a/english/python-java/aspose_barcode.generation/dotcodeextcodetextbuilder/_index.md +++ b/english/python-java/aspose_barcode.generation/dotcodeextcodetextbuilder/_index.md @@ -1,7 +1,6 @@ --- -title: "DotCodeExtCodetextBuilder Class" +title: "DotCodeExtCodetextBuilder" linktitle: "DotCodeExtCodetextBuilder" -articleTitle: "DotCodeExtCodetextBuilder" second_title: "Aspose.BarCode for Python via Java" description: "Extended codetext generator for 2D DotCode barcodes for ExtendedCodetext Mode of DotCodeEncodeMode." type: docs @@ -23,14 +22,60 @@ Extended codetext generator for 2D DotCode barcodes for ExtendedCodetext Mode of | Name | Description | | --- | --- | -| [__init__](./dotcodeextcodetextbuilder/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [add_fnc1_format_identifier](./add_fnc1_format_identifier/) | `None` | No | | -| [add_fnc3_reader_initialization](./add_fnc3_reader_initialization/) | `None` | No | | -| [add_fnc3_symbol_separator](./add_fnc3_symbol_separator/) | `None` | No | | -| [add_structured_append_mode](./add_structured_append_mode/) | `None` | No | | -| [extended_codetext](./extended_codetext/) | `str \| None` | No | Reimplemented from ExtCodetextBuilder. | +| [add_fnc1_format_identifier](#add_fnc1_format_identifier) | `None` | No | | +| [add_fnc3_reader_initialization](#add_fnc3_reader_initialization) | `None` | No | | +| [add_fnc3_symbol_separator](#add_fnc3_symbol_separator) | `None` | No | | +| [add_structured_append_mode](#add_structured_append_mode) | `None` | No | | +| [extended_codetext](#extended_codetext) | `str \| None` | No | Reimplemented from ExtCodetextBuilder. | + +### DotCodeExtCodetextBuilder Constructor {#constructor} + +```python +__init__(self) +``` + +### DotCodeExtCodetextBuilder.add_fnc1_format_identifier {#add_fnc1_format_identifier} + +```python +add_fnc1_format_identifier(self) +``` + +### DotCodeExtCodetextBuilder.add_fnc3_reader_initialization {#add_fnc3_reader_initialization} + +```python +add_fnc3_reader_initialization(self) +``` + +### DotCodeExtCodetextBuilder.add_fnc3_symbol_separator {#add_fnc3_symbol_separator} + +```python +add_fnc3_symbol_separator(self) +``` + +### DotCodeExtCodetextBuilder.add_structured_append_mode {#add_structured_append_mode} + +```python +add_structured_append_mode(self, int barcode_id, int barcodes_count) +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `barcode_id` | `int` | | +| `barcodes_count` | `int` | | + +### DotCodeExtCodetextBuilder.extended_codetext {#extended_codetext} + +```python +extended_codetext(self) -> str | None +``` + +Reimplemented from ExtCodetextBuilder. + +**Return Type:** `str \| None` + diff --git a/english/python-java/aspose_barcode.generation/dotcodeextcodetextbuilder/add_fnc1_format_identifier/_index.md b/english/python-java/aspose_barcode.generation/dotcodeextcodetextbuilder/add_fnc1_format_identifier/_index.md deleted file mode 100644 index c9803df9d..000000000 --- a/english/python-java/aspose_barcode.generation/dotcodeextcodetextbuilder/add_fnc1_format_identifier/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "DotCodeExtCodetextBuilder.add_fnc1_format_identifier" -linktitle: "add_fnc1_format_identifier" -articleTitle: "add_fnc1_format_identifier" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/dotcodeextcodetextbuilder/add_fnc1_format_identifier/ ---- - -## DotCodeExtCodetextBuilder.add_fnc1_format_identifier - -```python -add_fnc1_format_identifier(self) -``` - diff --git a/english/python-java/aspose_barcode.generation/dotcodeextcodetextbuilder/add_fnc3_reader_initialization/_index.md b/english/python-java/aspose_barcode.generation/dotcodeextcodetextbuilder/add_fnc3_reader_initialization/_index.md deleted file mode 100644 index feaa7dc58..000000000 --- a/english/python-java/aspose_barcode.generation/dotcodeextcodetextbuilder/add_fnc3_reader_initialization/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "DotCodeExtCodetextBuilder.add_fnc3_reader_initialization" -linktitle: "add_fnc3_reader_initialization" -articleTitle: "add_fnc3_reader_initialization" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/dotcodeextcodetextbuilder/add_fnc3_reader_initialization/ ---- - -## DotCodeExtCodetextBuilder.add_fnc3_reader_initialization - -```python -add_fnc3_reader_initialization(self) -``` - diff --git a/english/python-java/aspose_barcode.generation/dotcodeextcodetextbuilder/add_fnc3_symbol_separator/_index.md b/english/python-java/aspose_barcode.generation/dotcodeextcodetextbuilder/add_fnc3_symbol_separator/_index.md deleted file mode 100644 index 690571dff..000000000 --- a/english/python-java/aspose_barcode.generation/dotcodeextcodetextbuilder/add_fnc3_symbol_separator/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "DotCodeExtCodetextBuilder.add_fnc3_symbol_separator" -linktitle: "add_fnc3_symbol_separator" -articleTitle: "add_fnc3_symbol_separator" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/dotcodeextcodetextbuilder/add_fnc3_symbol_separator/ ---- - -## DotCodeExtCodetextBuilder.add_fnc3_symbol_separator - -```python -add_fnc3_symbol_separator(self) -``` - diff --git a/english/python-java/aspose_barcode.generation/dotcodeextcodetextbuilder/add_structured_append_mode/_index.md b/english/python-java/aspose_barcode.generation/dotcodeextcodetextbuilder/add_structured_append_mode/_index.md deleted file mode 100644 index e9006a332..000000000 --- a/english/python-java/aspose_barcode.generation/dotcodeextcodetextbuilder/add_structured_append_mode/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "DotCodeExtCodetextBuilder.add_structured_append_mode" -linktitle: "add_structured_append_mode" -articleTitle: "add_structured_append_mode" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/dotcodeextcodetextbuilder/add_structured_append_mode/ ---- - -## DotCodeExtCodetextBuilder.add_structured_append_mode - -```python -add_structured_append_mode(self, int barcode_id, int barcodes_count) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `barcode_id` | `int` | | -| `barcodes_count` | `int` | | diff --git a/english/python-java/aspose_barcode.generation/dotcodeextcodetextbuilder/dotcodeextcodetextbuilder/_index.md b/english/python-java/aspose_barcode.generation/dotcodeextcodetextbuilder/dotcodeextcodetextbuilder/_index.md deleted file mode 100644 index 0962ca2ad..000000000 --- a/english/python-java/aspose_barcode.generation/dotcodeextcodetextbuilder/dotcodeextcodetextbuilder/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "DotCodeExtCodetextBuilder" -linktitle: "DotCodeExtCodetextBuilder" -articleTitle: "DotCodeExtCodetextBuilder" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/dotcodeextcodetextbuilder/dotcodeextcodetextbuilder/ ---- - -## DotCodeExtCodetextBuilder Constructor - -```python -__init__(self) -``` - diff --git a/english/python-java/aspose_barcode.generation/dotcodeextcodetextbuilder/extended_codetext/_index.md b/english/python-java/aspose_barcode.generation/dotcodeextcodetextbuilder/extended_codetext/_index.md deleted file mode 100644 index c96240f57..000000000 --- a/english/python-java/aspose_barcode.generation/dotcodeextcodetextbuilder/extended_codetext/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "DotCodeExtCodetextBuilder.extended_codetext" -linktitle: "extended_codetext" -articleTitle: "extended_codetext" -second_title: "Aspose.BarCode for Python via Java" -description: "Reimplemented from ExtCodetextBuilder." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/dotcodeextcodetextbuilder/extended_codetext/ ---- - -## DotCodeExtCodetextBuilder.extended_codetext - -```python -extended_codetext(self) -> str | None -``` - - -Reimplemented from ExtCodetextBuilder. - - -**Return Type:** `str \| None` - diff --git a/english/python-java/aspose_barcode.generation/dotcodeparameters/__str__/_index.md b/english/python-java/aspose_barcode.generation/dotcodeparameters/__str__/_index.md deleted file mode 100644 index a5d93558f..000000000 --- a/english/python-java/aspose_barcode.generation/dotcodeparameters/__str__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "DotCodeParameters.__str__" -linktitle: "__str__" -articleTitle: "__str__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns a human-readable string representation of this DotCodeParameters." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/dotcodeparameters/__str__/ ---- - -## DotCodeParameters.__str__ - -```python -__str__(self) -> str -``` - - -Returns a human-readable string representation of this DotCodeParameters. - - -**Return Type:** `str` — A string that represents this DotCodeParameters. - diff --git a/english/python-java/aspose_barcode.generation/dotcodeparameters/_index.md b/english/python-java/aspose_barcode.generation/dotcodeparameters/_index.md index 80c902830..478f6b77a 100644 --- a/english/python-java/aspose_barcode.generation/dotcodeparameters/_index.md +++ b/english/python-java/aspose_barcode.generation/dotcodeparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "DotCodeParameters Class" +title: "DotCodeParameters" linktitle: "DotCodeParameters" -articleTitle: "DotCodeParameters" second_title: "Aspose.BarCode for Python via Java" description: "DotCode parameters." type: docs @@ -21,26 +20,165 @@ DotCode parameters. | Name | Description | | --- | --- | -| [__init__](./dotcodeparameters/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [__str__](./__str__/) | `str` | No | Returns a human-readable string representation of this DotCodeParameters. | +| [__str__](#__str__) | `str` | No | Returns a human-readable string representation of this DotCodeParameters. | ## Properties | Name | Type | Description | | --- | --- | --- | -| [aspect_ratio](./aspect_ratio/) | `float` | Height/Width ratio of 2D BarCode module. | -| [columns](./columns/) | `int` | Identifies columns count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of columns must be at least 5. Default value: -1 | -| [dot_code_encode_mode](./dot_code_encode_mode/) | `DotCodeEncodeMode` | Identifies DotCode encode mode. Default value: Auto. | -| [dot_code_structured_append_mode_barcode_id](./dot_code_structured_append_mode_barcode_id/) | `int` | Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. | -| [dot_code_structured_append_mode_barcodes_count](./dot_code_structured_append_mode_barcodes_count/) | `int` | Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. | -| [eci_encoding](./eci_encoding/) | `ECIEncodings` | Identifies ECI encoding. Used when DotCodeEncodeMode is Auto. Default value: ISO-8859-1 | -| [encode_mode](./encode_mode/) | `DotCodeEncodeMode` | | -| [reader_initialization](./reader_initialization/) | `bool` | Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false. | -| [rows](./rows/) | `int` | Identifies rows count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of rows must be at least 5. Default value: -1 | -| [structured_append_mode_barcode_id](./structured_append_mode_barcode_id/) | `int` | | -| [structured_append_mode_barcodes_count](./structured_append_mode_barcodes_count/) | `int` | | +| [aspect_ratio](#aspect_ratio) | `float` | Height/Width ratio of 2D BarCode module. | +| [columns](#columns) | `int` | Identifies columns count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of columns must be at least 5. Default value: -1 | +| [dot_code_encode_mode](#dot_code_encode_mode) | `DotCodeEncodeMode` | Identifies DotCode encode mode. Default value: Auto. | +| [dot_code_structured_append_mode_barcode_id](#dot_code_structured_append_mode_barcode_id) | `int` | Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. | +| [dot_code_structured_append_mode_barcodes_count](#dot_code_structured_append_mode_barcodes_count) | `int` | Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. | +| [eci_encoding](#eci_encoding) | `ECIEncodings` | Identifies ECI encoding. Used when DotCodeEncodeMode is Auto. Default value: ISO-8859-1 | +| [encode_mode](#encode_mode) | `DotCodeEncodeMode` | | +| [reader_initialization](#reader_initialization) | `bool` | Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false. | +| [rows](#rows) | `int` | Identifies rows count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of rows must be at least 5. Default value: -1 | +| [structured_append_mode_barcode_id](#structured_append_mode_barcode_id) | `int` | | +| [structured_append_mode_barcodes_count](#structured_append_mode_barcodes_count) | `int` | | + +### DotCodeParameters Constructor {#constructor} + +```python +__init__(self, _java_class) +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `_java_class` | `` | | + +### DotCodeParameters.__str__ {#__str__} + +```python +__str__(self) -> str +``` + +Returns a human-readable string representation of this DotCodeParameters. + +**Return Type:** `str` — A string that represents this DotCodeParameters. + +### DotCodeParameters.aspect_ratio {#aspect_ratio} + +**Type:** `float` + +Height/Width ratio of 2D BarCode module. + +Height/Width ratio of 2D BarCode module. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `float` | | + +### DotCodeParameters.columns {#columns} + +**Type:** `int` + +Identifies columns count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of columns must be at least 5. Default value: -1 + +Identifies columns count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of columns must be at least 5. Default value: -1 + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `int` | | + +### DotCodeParameters.dot_code_encode_mode {#dot_code_encode_mode} + +**Type:** `DotCodeEncodeMode` + +Identifies DotCode encode mode. Default value: Auto. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `DotCodeEncodeMode` | | + +### DotCodeParameters.dot_code_structured_append_mode_barcode_id {#dot_code_structured_append_mode_barcode_id} + +**Type:** `int` + +Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. + +Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `int` | | + +### DotCodeParameters.dot_code_structured_append_mode_barcodes_count {#dot_code_structured_append_mode_barcodes_count} + +**Type:** `int` + +Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. + +Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `int` | | + +### DotCodeParameters.eci_encoding {#eci_encoding} + +**Type:** `ECIEncodings` + +Identifies ECI encoding. Used when DotCodeEncodeMode is Auto. Default value: ISO-8859-1 + +Identifies ECI encoding. Used when DotCodeEncodeMode is Auto. Default value: ISO-8859-1 + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `ECIEncodings` | | + +### DotCodeParameters.encode_mode {#encode_mode} + +**Type:** `DotCodeEncodeMode` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `DotCodeEncodeMode` | | + +### DotCodeParameters.reader_initialization {#reader_initialization} + +**Type:** `bool` + +Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false. + +Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `bool` | | + +### DotCodeParameters.rows {#rows} + +**Type:** `int` + +Identifies rows count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of rows must be at least 5. Default value: -1 + +Identifies rows count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of rows must be at least 5. Default value: -1 + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `int` | | + +### DotCodeParameters.structured_append_mode_barcode_id {#structured_append_mode_barcode_id} + +**Type:** `int` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `int` | | + +### DotCodeParameters.structured_append_mode_barcodes_count {#structured_append_mode_barcodes_count} + +**Type:** `int` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `int` | | + diff --git a/english/python-java/aspose_barcode.generation/dotcodeparameters/aspect_ratio/_index.md b/english/python-java/aspose_barcode.generation/dotcodeparameters/aspect_ratio/_index.md deleted file mode 100644 index 3f5138edb..000000000 --- a/english/python-java/aspose_barcode.generation/dotcodeparameters/aspect_ratio/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "DotCodeParameters.aspect_ratio" -linktitle: "aspect_ratio" -articleTitle: "aspect_ratio" -second_title: "Aspose.BarCode for Python via Java" -description: "Height/Width ratio of 2D BarCode module." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/dotcodeparameters/aspect_ratio/ ---- - -## DotCodeParameters.aspect_ratio - -**Type:** `float` - - -### Get - -Height/Width ratio of 2D BarCode module. - - -### Set - -Height/Width ratio of 2D BarCode module. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `float` | | diff --git a/english/python-java/aspose_barcode.generation/dotcodeparameters/columns/_index.md b/english/python-java/aspose_barcode.generation/dotcodeparameters/columns/_index.md deleted file mode 100644 index 84547324f..000000000 --- a/english/python-java/aspose_barcode.generation/dotcodeparameters/columns/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "DotCodeParameters.columns" -linktitle: "columns" -articleTitle: "columns" -second_title: "Aspose.BarCode for Python via Java" -description: "Identifies columns count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of columns must be at least 5. Default va" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/dotcodeparameters/columns/ ---- - -## DotCodeParameters.columns - -**Type:** `int` - - -### Get - -Identifies columns count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of columns must be at least 5. Default value: -1 - - -### Set - -Identifies columns count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of columns must be at least 5. Default value: -1 - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `int` | | diff --git a/english/python-java/aspose_barcode.generation/dotcodeparameters/dot_code_encode_mode/_index.md b/english/python-java/aspose_barcode.generation/dotcodeparameters/dot_code_encode_mode/_index.md deleted file mode 100644 index 9e905032b..000000000 --- a/english/python-java/aspose_barcode.generation/dotcodeparameters/dot_code_encode_mode/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "DotCodeParameters.dot_code_encode_mode" -linktitle: "dot_code_encode_mode" -articleTitle: "dot_code_encode_mode" -second_title: "Aspose.BarCode for Python via Java" -description: "Identifies DotCode encode mode. Default value: Auto." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/dotcodeparameters/dot_code_encode_mode/ ---- - -## DotCodeParameters.dot_code_encode_mode - -**Type:** `DotCodeEncodeMode` - - -### Set - -Identifies DotCode encode mode. Default value: Auto. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `DotCodeEncodeMode` | | diff --git a/english/python-java/aspose_barcode.generation/dotcodeparameters/dot_code_structured_append_mode_barcode_id/_index.md b/english/python-java/aspose_barcode.generation/dotcodeparameters/dot_code_structured_append_mode_barcode_id/_index.md deleted file mode 100644 index 003d86507..000000000 --- a/english/python-java/aspose_barcode.generation/dotcodeparameters/dot_code_structured_append_mode_barcode_id/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "DotCodeParameters.dot_code_structured_append_mode_barcode_id" -linktitle: "dot_code_structured_append_mode_barcode_id" -articleTitle: "dot_code_structured_append_mode_barcode_id" -second_title: "Aspose.BarCode for Python via Java" -description: "Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/dotcodeparameters/dot_code_structured_append_mode_barcode_id/ ---- - -## DotCodeParameters.dot_code_structured_append_mode_barcode_id - -**Type:** `int` - - -### Get - -Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. - - -### Set - -Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `int` | | diff --git a/english/python-java/aspose_barcode.generation/dotcodeparameters/dot_code_structured_append_mode_barcodes_count/_index.md b/english/python-java/aspose_barcode.generation/dotcodeparameters/dot_code_structured_append_mode_barcodes_count/_index.md deleted file mode 100644 index 7c7edd870..000000000 --- a/english/python-java/aspose_barcode.generation/dotcodeparameters/dot_code_structured_append_mode_barcodes_count/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "DotCodeParameters.dot_code_structured_append_mode_barcodes_count" -linktitle: "dot_code_structured_append_mode_barcodes_count" -articleTitle: "dot_code_structured_append_mode_barcodes_count" -second_title: "Aspose.BarCode for Python via Java" -description: "Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/dotcodeparameters/dot_code_structured_append_mode_barcodes_count/ ---- - -## DotCodeParameters.dot_code_structured_append_mode_barcodes_count - -**Type:** `int` - - -### Get - -Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. - - -### Set - -Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `int` | | diff --git a/english/python-java/aspose_barcode.generation/dotcodeparameters/dotcodeparameters/_index.md b/english/python-java/aspose_barcode.generation/dotcodeparameters/dotcodeparameters/_index.md deleted file mode 100644 index 6d390a2b9..000000000 --- a/english/python-java/aspose_barcode.generation/dotcodeparameters/dotcodeparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DotCodeParameters" -linktitle: "DotCodeParameters" -articleTitle: "DotCodeParameters" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/dotcodeparameters/dotcodeparameters/ ---- - -## DotCodeParameters Constructor - -```python -__init__(self, _java_class) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `_java_class` | `` | | diff --git a/english/python-java/aspose_barcode.generation/dotcodeparameters/eci_encoding/_index.md b/english/python-java/aspose_barcode.generation/dotcodeparameters/eci_encoding/_index.md deleted file mode 100644 index 235a38ba0..000000000 --- a/english/python-java/aspose_barcode.generation/dotcodeparameters/eci_encoding/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "DotCodeParameters.eci_encoding" -linktitle: "eci_encoding" -articleTitle: "eci_encoding" -second_title: "Aspose.BarCode for Python via Java" -description: "Identifies ECI encoding. Used when DotCodeEncodeMode is Auto. Default value: ISO-8859-1" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/dotcodeparameters/eci_encoding/ ---- - -## DotCodeParameters.eci_encoding - -**Type:** `ECIEncodings` - - -### Get - -Identifies ECI encoding. Used when DotCodeEncodeMode is Auto. Default value: ISO-8859-1 - - -### Set - -Identifies ECI encoding. Used when DotCodeEncodeMode is Auto. Default value: ISO-8859-1 - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `ECIEncodings` | | diff --git a/english/python-java/aspose_barcode.generation/dotcodeparameters/encode_mode/_index.md b/english/python-java/aspose_barcode.generation/dotcodeparameters/encode_mode/_index.md deleted file mode 100644 index 1b06bcb0e..000000000 --- a/english/python-java/aspose_barcode.generation/dotcodeparameters/encode_mode/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "DotCodeParameters.encode_mode" -linktitle: "encode_mode" -articleTitle: "encode_mode" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/dotcodeparameters/encode_mode/ ---- - -## DotCodeParameters.encode_mode - -**Type:** `DotCodeEncodeMode` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `DotCodeEncodeMode` | | diff --git a/english/python-java/aspose_barcode.generation/dotcodeparameters/reader_initialization/_index.md b/english/python-java/aspose_barcode.generation/dotcodeparameters/reader_initialization/_index.md deleted file mode 100644 index 9bd6a23b6..000000000 --- a/english/python-java/aspose_barcode.generation/dotcodeparameters/reader_initialization/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "DotCodeParameters.reader_initialization" -linktitle: "reader_initialization" -articleTitle: "reader_initialization" -second_title: "Aspose.BarCode for Python via Java" -description: "Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. D" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/dotcodeparameters/reader_initialization/ ---- - -## DotCodeParameters.reader_initialization - -**Type:** `bool` - - -### Get - -Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false. - - -### Set - -Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `bool` | | diff --git a/english/python-java/aspose_barcode.generation/dotcodeparameters/rows/_index.md b/english/python-java/aspose_barcode.generation/dotcodeparameters/rows/_index.md deleted file mode 100644 index 40c4af48a..000000000 --- a/english/python-java/aspose_barcode.generation/dotcodeparameters/rows/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "DotCodeParameters.rows" -linktitle: "rows" -articleTitle: "rows" -second_title: "Aspose.BarCode for Python via Java" -description: "Identifies rows count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of rows must be at least 5. Default value: -" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/dotcodeparameters/rows/ ---- - -## DotCodeParameters.rows - -**Type:** `int` - - -### Get - -Identifies rows count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of rows must be at least 5. Default value: -1 - - -### Set - -Identifies rows count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of rows must be at least 5. Default value: -1 - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `int` | | diff --git a/english/python-java/aspose_barcode.generation/dotcodeparameters/structured_append_mode_barcode_id/_index.md b/english/python-java/aspose_barcode.generation/dotcodeparameters/structured_append_mode_barcode_id/_index.md deleted file mode 100644 index 6f4ce35d1..000000000 --- a/english/python-java/aspose_barcode.generation/dotcodeparameters/structured_append_mode_barcode_id/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "DotCodeParameters.structured_append_mode_barcode_id" -linktitle: "structured_append_mode_barcode_id" -articleTitle: "structured_append_mode_barcode_id" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/dotcodeparameters/structured_append_mode_barcode_id/ ---- - -## DotCodeParameters.structured_append_mode_barcode_id - -**Type:** `int` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `int` | | diff --git a/english/python-java/aspose_barcode.generation/dotcodeparameters/structured_append_mode_barcodes_count/_index.md b/english/python-java/aspose_barcode.generation/dotcodeparameters/structured_append_mode_barcodes_count/_index.md deleted file mode 100644 index 2fac08b8b..000000000 --- a/english/python-java/aspose_barcode.generation/dotcodeparameters/structured_append_mode_barcodes_count/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "DotCodeParameters.structured_append_mode_barcodes_count" -linktitle: "structured_append_mode_barcodes_count" -articleTitle: "structured_append_mode_barcodes_count" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/dotcodeparameters/structured_append_mode_barcodes_count/ ---- - -## DotCodeParameters.structured_append_mode_barcodes_count - -**Type:** `int` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `int` | | diff --git a/english/python-java/aspose_barcode.generation/eciencodings/_index.md b/english/python-java/aspose_barcode.generation/eciencodings/_index.md index 55f89a218..51abacae2 100644 --- a/english/python-java/aspose_barcode.generation/eciencodings/_index.md +++ b/english/python-java/aspose_barcode.generation/eciencodings/_index.md @@ -1,7 +1,6 @@ --- -title: "ECIEncodings Enum" +title: "ECIEncodings" linktitle: "ECIEncodings" -articleTitle: "ECIEncodings" second_title: "Aspose.BarCode for Python via Java" description: "Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Exampl" type: docs @@ -21,36 +20,300 @@ Extended Channel Interpretation Identifiers. It is used to tell the barcode read | Name | Value | Description | | --- | --- | --- | -| [Big5](./big5/) | `28` | Big 5 (Taiwan) Chinese Character Set encoding. ECI Id:"\000028" | -| [BINARY](./binary/) | `899` | 8-bit binary data. ECI Id:"\000899" | -| [EUC_KR](./euc_kr/) | `30` | Korean Character Set encoding. ECI Id:"\000030" | -| [GB18030](./gb18030/) | `32` | GGB18030 Chinese Character Set encoding. ECI Id:"\000032" | -| [GB2312](./gb2312/) | `29` | GB2312 Chinese Character Set encoding. ECI Id:"\000029" | -| [GBK](./gbk/) | `31` | GBK (extension of GB2312 for Simplified Chinese) encoding. ECI Id:"\000031" | -| [INVARIANT](./invariant/) | `170` | ISO/IEC 646: ISO 7-bit coded character set - Invariant Characters set encoding. ECI Id:"\000170" | -| [ISO_8859_1](./iso_8859_1/) | `3` | ISO/IEC 8859-1 Latin alphabet No. 1 encoding. ECI Id:"\000003" | -| [ISO_8859_10](./iso_8859_10/) | `12` | ISO/IEC 8859-10 Latin alphabet No. 6 encoding. ECI Id:"\000012" | -| [ISO_8859_11](./iso_8859_11/) | `13` | ISO/IEC 8859-11 Latin/Thai alphabet encoding. ECI Id:"\000013" | -| [ISO_8859_13](./iso_8859_13/) | `15` | ISO/IEC 8859-13 Latin alphabet No. 7 (Baltic Rim) encoding. ECI Id:"\000015" | -| [ISO_8859_14](./iso_8859_14/) | `16` | ISO/IEC 8859-14 Latin alphabet No. 8 (Celtic) encoding. ECI Id:"\000016" | -| [ISO_8859_15](./iso_8859_15/) | `17` | ISO/IEC 8859-15 Latin alphabet No. 9 encoding. ECI Id:"\000017" | -| [ISO_8859_16](./iso_8859_16/) | `18` | ISO/IEC 8859-16 Latin alphabet No. 10 encoding. ECI Id:"\000018" | -| [ISO_8859_2](./iso_8859_2/) | `4` | ISO/IEC 8859-2 Latin alphabet No. 2 encoding. ECI Id:"\000004" | -| [ISO_8859_3](./iso_8859_3/) | `5` | ISO/IEC 8859-3 Latin alphabet No. 3 encoding. ECI Id:"\000005" | -| [ISO_8859_4](./iso_8859_4/) | `6` | ISO/IEC 8859-4 Latin alphabet No. 4 encoding. ECI Id:"\000006" | -| [ISO_8859_5](./iso_8859_5/) | `7` | ISO/IEC 8859-5 Latin/Cyrillic alphabet encoding. ECI Id:"\000007" | -| [ISO_8859_6](./iso_8859_6/) | `8` | ISO/IEC 8859-6 Latin/Arabic alphabet encoding. ECI Id:"\000008" | -| [ISO_8859_7](./iso_8859_7/) | `9` | ISO/IEC 8859-7 Latin/Greek alphabet encoding. ECI Id:"\000009" | -| [ISO_8859_8](./iso_8859_8/) | `10` | ISO/IEC 8859-8 Latin/Hebrew alphabet encoding. ECI Id:"\000010" | -| [ISO_8859_9](./iso_8859_9/) | `11` | ISO/IEC 8859-9 Latin alphabet No. 5 encoding. ECI Id:"\000011" | -| [Shift_JIS](./shift_jis/) | `20` | Shift JIS (JIS X 0208 Annex 1 + JIS X 0201) encoding. ECI Id:"\000020" | -| [US_ASCII](./us_ascii/) | `27` | ISO/IEC 646:1991 International Reference Version of ISO 7-bit coded character set encoding. ECI Id:"\000027" | -| [UTF16BE](./utf16be/) | `25` | ISO/IEC 10646 UCS-2 (High order byte first) encoding. ECI Id:"\000025" | -| [UTF16LE](./utf16le/) | `33` | ISO/IEC 10646 UTF-16LE encoding. ECI Id:"\000033" | -| [UTF32BE](./utf32be/) | `34` | ISO/IEC 10646 UTF-32BE encoding. ECI Id:"\000034" | -| [UTF32LE](./utf32le/) | `35` | ISO/IEC 10646 UTF-32LE encoding. ECI Id:"\000035" | -| [UTF8](./utf8/) | `26` | ISO/IEC 10646 UTF-8 encoding. ECI Id:"\000026" | -| [Win1250](./win1250/) | `21` | Windows 1250 Latin 2 (Central Europe) encoding. ECI Id:"\000021" | -| [Win1251](./win1251/) | `22` | Windows 1251 Cyrillic encoding. ECI Id:"\000022" | -| [Win1252](./win1252/) | `23` | Windows 1252 Latin 1 encoding. ECI Id:"\000023" | -| [Win1256](./win1256/) | `24` | Windows 1256 Arabic encoding. ECI Id:"\000024" | +| [Big5](#big5) | `28` | Big 5 (Taiwan) Chinese Character Set encoding. ECI Id:"\000028" | +| [BINARY](#binary) | `899` | 8-bit binary data. ECI Id:"\000899" | +| [EUC_KR](#euc_kr) | `30` | Korean Character Set encoding. ECI Id:"\000030" | +| [GB18030](#gb18030) | `32` | GGB18030 Chinese Character Set encoding. ECI Id:"\000032" | +| [GB2312](#gb2312) | `29` | GB2312 Chinese Character Set encoding. ECI Id:"\000029" | +| [GBK](#gbk) | `31` | GBK (extension of GB2312 for Simplified Chinese) encoding. ECI Id:"\000031" | +| [INVARIANT](#invariant) | `170` | ISO/IEC 646: ISO 7-bit coded character set - Invariant Characters set encoding. ECI Id:"\000170" | +| [ISO_8859_1](#iso_8859_1) | `3` | ISO/IEC 8859-1 Latin alphabet No. 1 encoding. ECI Id:"\000003" | +| [ISO_8859_10](#iso_8859_10) | `12` | ISO/IEC 8859-10 Latin alphabet No. 6 encoding. ECI Id:"\000012" | +| [ISO_8859_11](#iso_8859_11) | `13` | ISO/IEC 8859-11 Latin/Thai alphabet encoding. ECI Id:"\000013" | +| [ISO_8859_13](#iso_8859_13) | `15` | ISO/IEC 8859-13 Latin alphabet No. 7 (Baltic Rim) encoding. ECI Id:"\000015" | +| [ISO_8859_14](#iso_8859_14) | `16` | ISO/IEC 8859-14 Latin alphabet No. 8 (Celtic) encoding. ECI Id:"\000016" | +| [ISO_8859_15](#iso_8859_15) | `17` | ISO/IEC 8859-15 Latin alphabet No. 9 encoding. ECI Id:"\000017" | +| [ISO_8859_16](#iso_8859_16) | `18` | ISO/IEC 8859-16 Latin alphabet No. 10 encoding. ECI Id:"\000018" | +| [ISO_8859_2](#iso_8859_2) | `4` | ISO/IEC 8859-2 Latin alphabet No. 2 encoding. ECI Id:"\000004" | +| [ISO_8859_3](#iso_8859_3) | `5` | ISO/IEC 8859-3 Latin alphabet No. 3 encoding. ECI Id:"\000005" | +| [ISO_8859_4](#iso_8859_4) | `6` | ISO/IEC 8859-4 Latin alphabet No. 4 encoding. ECI Id:"\000006" | +| [ISO_8859_5](#iso_8859_5) | `7` | ISO/IEC 8859-5 Latin/Cyrillic alphabet encoding. ECI Id:"\000007" | +| [ISO_8859_6](#iso_8859_6) | `8` | ISO/IEC 8859-6 Latin/Arabic alphabet encoding. ECI Id:"\000008" | +| [ISO_8859_7](#iso_8859_7) | `9` | ISO/IEC 8859-7 Latin/Greek alphabet encoding. ECI Id:"\000009" | +| [ISO_8859_8](#iso_8859_8) | `10` | ISO/IEC 8859-8 Latin/Hebrew alphabet encoding. ECI Id:"\000010" | +| [ISO_8859_9](#iso_8859_9) | `11` | ISO/IEC 8859-9 Latin alphabet No. 5 encoding. ECI Id:"\000011" | +| [Shift_JIS](#shift_jis) | `20` | Shift JIS (JIS X 0208 Annex 1 + JIS X 0201) encoding. ECI Id:"\000020" | +| [US_ASCII](#us_ascii) | `27` | ISO/IEC 646:1991 International Reference Version of ISO 7-bit coded character set encoding. ECI Id:"\000027" | +| [UTF16BE](#utf16be) | `25` | ISO/IEC 10646 UCS-2 (High order byte first) encoding. ECI Id:"\000025" | +| [UTF16LE](#utf16le) | `33` | ISO/IEC 10646 UTF-16LE encoding. ECI Id:"\000033" | +| [UTF32BE](#utf32be) | `34` | ISO/IEC 10646 UTF-32BE encoding. ECI Id:"\000034" | +| [UTF32LE](#utf32le) | `35` | ISO/IEC 10646 UTF-32LE encoding. ECI Id:"\000035" | +| [UTF8](#utf8) | `26` | ISO/IEC 10646 UTF-8 encoding. ECI Id:"\000026" | +| [Win1250](#win1250) | `21` | Windows 1250 Latin 2 (Central Europe) encoding. ECI Id:"\000021" | +| [Win1251](#win1251) | `22` | Windows 1251 Cyrillic encoding. ECI Id:"\000022" | +| [Win1252](#win1252) | `23` | Windows 1252 Latin 1 encoding. ECI Id:"\000023" | +| [Win1256](#win1256) | `24` | Windows 1256 Arabic encoding. ECI Id:"\000024" | +### ECIEncodings.Big5 {#big5} + +**Type:** `int` + +**Value:** `28` + +Big 5 (Taiwan) Chinese Character Set encoding. ECI Id:"\000028" + +### ECIEncodings.BINARY {#binary} + +**Type:** `int` + +**Value:** `899` + +8-bit binary data. ECI Id:"\000899" + +### ECIEncodings.EUC_KR {#euc_kr} + +**Type:** `int` + +**Value:** `30` + +Korean Character Set encoding. ECI Id:"\000030" + +### ECIEncodings.GB18030 {#gb18030} + +**Type:** `int` + +**Value:** `32` + +GGB18030 Chinese Character Set encoding. ECI Id:"\000032" + +### ECIEncodings.GB2312 {#gb2312} + +**Type:** `int` + +**Value:** `29` + +GB2312 Chinese Character Set encoding. ECI Id:"\000029" + +### ECIEncodings.GBK {#gbk} + +**Type:** `int` + +**Value:** `31` + +GBK (extension of GB2312 for Simplified Chinese) encoding. ECI Id:"\000031" + +### ECIEncodings.INVARIANT {#invariant} + +**Type:** `int` + +**Value:** `170` + +ISO/IEC 646: ISO 7-bit coded character set - Invariant Characters set encoding. ECI Id:"\000170" + +### ECIEncodings.ISO_8859_1 {#iso_8859_1} + +**Type:** `int` + +**Value:** `3` + +ISO/IEC 8859-1 Latin alphabet No. 1 encoding. ECI Id:"\000003" + +### ECIEncodings.ISO_8859_10 {#iso_8859_10} + +**Type:** `int` + +**Value:** `12` + +ISO/IEC 8859-10 Latin alphabet No. 6 encoding. ECI Id:"\000012" + +### ECIEncodings.ISO_8859_11 {#iso_8859_11} + +**Type:** `int` + +**Value:** `13` + +ISO/IEC 8859-11 Latin/Thai alphabet encoding. ECI Id:"\000013" + +### ECIEncodings.ISO_8859_13 {#iso_8859_13} + +**Type:** `int` + +**Value:** `15` + +ISO/IEC 8859-13 Latin alphabet No. 7 (Baltic Rim) encoding. ECI Id:"\000015" + +### ECIEncodings.ISO_8859_14 {#iso_8859_14} + +**Type:** `int` + +**Value:** `16` + +ISO/IEC 8859-14 Latin alphabet No. 8 (Celtic) encoding. ECI Id:"\000016" + +### ECIEncodings.ISO_8859_15 {#iso_8859_15} + +**Type:** `int` + +**Value:** `17` + +ISO/IEC 8859-15 Latin alphabet No. 9 encoding. ECI Id:"\000017" + +### ECIEncodings.ISO_8859_16 {#iso_8859_16} + +**Type:** `int` + +**Value:** `18` + +ISO/IEC 8859-16 Latin alphabet No. 10 encoding. ECI Id:"\000018" + +### ECIEncodings.ISO_8859_2 {#iso_8859_2} + +**Type:** `int` + +**Value:** `4` + +ISO/IEC 8859-2 Latin alphabet No. 2 encoding. ECI Id:"\000004" + +### ECIEncodings.ISO_8859_3 {#iso_8859_3} + +**Type:** `int` + +**Value:** `5` + +ISO/IEC 8859-3 Latin alphabet No. 3 encoding. ECI Id:"\000005" + +### ECIEncodings.ISO_8859_4 {#iso_8859_4} + +**Type:** `int` + +**Value:** `6` + +ISO/IEC 8859-4 Latin alphabet No. 4 encoding. ECI Id:"\000006" + +### ECIEncodings.ISO_8859_5 {#iso_8859_5} + +**Type:** `int` + +**Value:** `7` + +ISO/IEC 8859-5 Latin/Cyrillic alphabet encoding. ECI Id:"\000007" + +### ECIEncodings.ISO_8859_6 {#iso_8859_6} + +**Type:** `int` + +**Value:** `8` + +ISO/IEC 8859-6 Latin/Arabic alphabet encoding. ECI Id:"\000008" + +### ECIEncodings.ISO_8859_7 {#iso_8859_7} + +**Type:** `int` + +**Value:** `9` + +ISO/IEC 8859-7 Latin/Greek alphabet encoding. ECI Id:"\000009" + +### ECIEncodings.ISO_8859_8 {#iso_8859_8} + +**Type:** `int` + +**Value:** `10` + +ISO/IEC 8859-8 Latin/Hebrew alphabet encoding. ECI Id:"\000010" + +### ECIEncodings.ISO_8859_9 {#iso_8859_9} + +**Type:** `int` + +**Value:** `11` + +ISO/IEC 8859-9 Latin alphabet No. 5 encoding. ECI Id:"\000011" + +### ECIEncodings.Shift_JIS {#shift_jis} + +**Type:** `int` + +**Value:** `20` + +Shift JIS (JIS X 0208 Annex 1 + JIS X 0201) encoding. ECI Id:"\000020" + +### ECIEncodings.US_ASCII {#us_ascii} + +**Type:** `int` + +**Value:** `27` + +ISO/IEC 646:1991 International Reference Version of ISO 7-bit coded character set encoding. ECI Id:"\000027" + +### ECIEncodings.UTF16BE {#utf16be} + +**Type:** `int` + +**Value:** `25` + +ISO/IEC 10646 UCS-2 (High order byte first) encoding. ECI Id:"\000025" + +### ECIEncodings.UTF16LE {#utf16le} + +**Type:** `int` + +**Value:** `33` + +ISO/IEC 10646 UTF-16LE encoding. ECI Id:"\000033" + +### ECIEncodings.UTF32BE {#utf32be} + +**Type:** `int` + +**Value:** `34` + +ISO/IEC 10646 UTF-32BE encoding. ECI Id:"\000034" + +### ECIEncodings.UTF32LE {#utf32le} + +**Type:** `int` + +**Value:** `35` + +ISO/IEC 10646 UTF-32LE encoding. ECI Id:"\000035" + +### ECIEncodings.UTF8 {#utf8} + +**Type:** `int` + +**Value:** `26` + +ISO/IEC 10646 UTF-8 encoding. ECI Id:"\000026" + +### ECIEncodings.Win1250 {#win1250} + +**Type:** `int` + +**Value:** `21` + +Windows 1250 Latin 2 (Central Europe) encoding. ECI Id:"\000021" + +### ECIEncodings.Win1251 {#win1251} + +**Type:** `int` + +**Value:** `22` + +Windows 1251 Cyrillic encoding. ECI Id:"\000022" + +### ECIEncodings.Win1252 {#win1252} + +**Type:** `int` + +**Value:** `23` + +Windows 1252 Latin 1 encoding. ECI Id:"\000023" + +### ECIEncodings.Win1256 {#win1256} + +**Type:** `int` + +**Value:** `24` + +Windows 1256 Arabic encoding. ECI Id:"\000024" + diff --git a/english/python-java/aspose_barcode.generation/eciencodings/big5/_index.md b/english/python-java/aspose_barcode.generation/eciencodings/big5/_index.md deleted file mode 100644 index 39312a47f..000000000 --- a/english/python-java/aspose_barcode.generation/eciencodings/big5/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "ECIEncodings.Big5" -linktitle: "Big5" -articleTitle: "Big5" -second_title: "Aspose.BarCode for Python via Java" -description: "Big 5 (Taiwan) Chinese Character Set encoding. ECI Id:\"\\000028\"" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/eciencodings/big5/ ---- - -## ECIEncodings.Big5 - -**Type:** `int` - - -**Value:** `28` - - -Big 5 (Taiwan) Chinese Character Set encoding. ECI Id:"\000028" - diff --git a/english/python-java/aspose_barcode.generation/eciencodings/binary/_index.md b/english/python-java/aspose_barcode.generation/eciencodings/binary/_index.md deleted file mode 100644 index 11ffa5ca8..000000000 --- a/english/python-java/aspose_barcode.generation/eciencodings/binary/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "ECIEncodings.BINARY" -linktitle: "BINARY" -articleTitle: "BINARY" -second_title: "Aspose.BarCode for Python via Java" -description: "8-bit binary data. ECI Id:\"\\000899\"" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/eciencodings/binary/ ---- - -## ECIEncodings.BINARY - -**Type:** `int` - - -**Value:** `899` - - -8-bit binary data. ECI Id:"\000899" - diff --git a/english/python-java/aspose_barcode.generation/eciencodings/euc_kr/_index.md b/english/python-java/aspose_barcode.generation/eciencodings/euc_kr/_index.md deleted file mode 100644 index 47495d529..000000000 --- a/english/python-java/aspose_barcode.generation/eciencodings/euc_kr/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "ECIEncodings.EUC_KR" -linktitle: "EUC_KR" -articleTitle: "EUC_KR" -second_title: "Aspose.BarCode for Python via Java" -description: "Korean Character Set encoding. ECI Id:\"\\000030\"" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/eciencodings/euc_kr/ ---- - -## ECIEncodings.EUC_KR - -**Type:** `int` - - -**Value:** `30` - - -Korean Character Set encoding. ECI Id:"\000030" - diff --git a/english/python-java/aspose_barcode.generation/eciencodings/gb18030/_index.md b/english/python-java/aspose_barcode.generation/eciencodings/gb18030/_index.md deleted file mode 100644 index 53718bf33..000000000 --- a/english/python-java/aspose_barcode.generation/eciencodings/gb18030/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "ECIEncodings.GB18030" -linktitle: "GB18030" -articleTitle: "GB18030" -second_title: "Aspose.BarCode for Python via Java" -description: "GGB18030 Chinese Character Set encoding. ECI Id:\"\\000032\"" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/eciencodings/gb18030/ ---- - -## ECIEncodings.GB18030 - -**Type:** `int` - - -**Value:** `32` - - -GGB18030 Chinese Character Set encoding. ECI Id:"\000032" - diff --git a/english/python-java/aspose_barcode.generation/eciencodings/gb2312/_index.md b/english/python-java/aspose_barcode.generation/eciencodings/gb2312/_index.md deleted file mode 100644 index 5f360a39d..000000000 --- a/english/python-java/aspose_barcode.generation/eciencodings/gb2312/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "ECIEncodings.GB2312" -linktitle: "GB2312" -articleTitle: "GB2312" -second_title: "Aspose.BarCode for Python via Java" -description: "GB2312 Chinese Character Set encoding. ECI Id:\"\\000029\"" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/eciencodings/gb2312/ ---- - -## ECIEncodings.GB2312 - -**Type:** `int` - - -**Value:** `29` - - -GB2312 Chinese Character Set encoding. ECI Id:"\000029" - diff --git a/english/python-java/aspose_barcode.generation/eciencodings/gbk/_index.md b/english/python-java/aspose_barcode.generation/eciencodings/gbk/_index.md deleted file mode 100644 index 5d610ae50..000000000 --- a/english/python-java/aspose_barcode.generation/eciencodings/gbk/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "ECIEncodings.GBK" -linktitle: "GBK" -articleTitle: "GBK" -second_title: "Aspose.BarCode for Python via Java" -description: "GBK (extension of GB2312 for Simplified Chinese) encoding. ECI Id:\"\\000031\"" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/eciencodings/gbk/ ---- - -## ECIEncodings.GBK - -**Type:** `int` - - -**Value:** `31` - - -GBK (extension of GB2312 for Simplified Chinese) encoding. ECI Id:"\000031" - diff --git a/english/python-java/aspose_barcode.generation/eciencodings/invariant/_index.md b/english/python-java/aspose_barcode.generation/eciencodings/invariant/_index.md deleted file mode 100644 index b7772bda6..000000000 --- a/english/python-java/aspose_barcode.generation/eciencodings/invariant/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "ECIEncodings.INVARIANT" -linktitle: "INVARIANT" -articleTitle: "INVARIANT" -second_title: "Aspose.BarCode for Python via Java" -description: "ISO/IEC 646: ISO 7-bit coded character set - Invariant Characters set encoding. ECI Id:\"\\000170\"" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/eciencodings/invariant/ ---- - -## ECIEncodings.INVARIANT - -**Type:** `int` - - -**Value:** `170` - - -ISO/IEC 646: ISO 7-bit coded character set - Invariant Characters set encoding. ECI Id:"\000170" - diff --git a/english/python-java/aspose_barcode.generation/eciencodings/iso_8859_1/_index.md b/english/python-java/aspose_barcode.generation/eciencodings/iso_8859_1/_index.md deleted file mode 100644 index 8772114c0..000000000 --- a/english/python-java/aspose_barcode.generation/eciencodings/iso_8859_1/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "ECIEncodings.ISO_8859_1" -linktitle: "ISO_8859_1" -articleTitle: "ISO_8859_1" -second_title: "Aspose.BarCode for Python via Java" -description: "ISO/IEC 8859-1 Latin alphabet No. 1 encoding. ECI Id:\"\\000003\"" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/eciencodings/iso_8859_1/ ---- - -## ECIEncodings.ISO_8859_1 - -**Type:** `int` - - -**Value:** `3` - - -ISO/IEC 8859-1 Latin alphabet No. 1 encoding. ECI Id:"\000003" - diff --git a/english/python-java/aspose_barcode.generation/eciencodings/iso_8859_10/_index.md b/english/python-java/aspose_barcode.generation/eciencodings/iso_8859_10/_index.md deleted file mode 100644 index dae38d97a..000000000 --- a/english/python-java/aspose_barcode.generation/eciencodings/iso_8859_10/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "ECIEncodings.ISO_8859_10" -linktitle: "ISO_8859_10" -articleTitle: "ISO_8859_10" -second_title: "Aspose.BarCode for Python via Java" -description: "ISO/IEC 8859-10 Latin alphabet No. 6 encoding. ECI Id:\"\\000012\"" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/eciencodings/iso_8859_10/ ---- - -## ECIEncodings.ISO_8859_10 - -**Type:** `int` - - -**Value:** `12` - - -ISO/IEC 8859-10 Latin alphabet No. 6 encoding. ECI Id:"\000012" - diff --git a/english/python-java/aspose_barcode.generation/eciencodings/iso_8859_11/_index.md b/english/python-java/aspose_barcode.generation/eciencodings/iso_8859_11/_index.md deleted file mode 100644 index 035e5901f..000000000 --- a/english/python-java/aspose_barcode.generation/eciencodings/iso_8859_11/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "ECIEncodings.ISO_8859_11" -linktitle: "ISO_8859_11" -articleTitle: "ISO_8859_11" -second_title: "Aspose.BarCode for Python via Java" -description: "ISO/IEC 8859-11 Latin/Thai alphabet encoding. ECI Id:\"\\000013\"" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/eciencodings/iso_8859_11/ ---- - -## ECIEncodings.ISO_8859_11 - -**Type:** `int` - - -**Value:** `13` - - -ISO/IEC 8859-11 Latin/Thai alphabet encoding. ECI Id:"\000013" - diff --git a/english/python-java/aspose_barcode.generation/eciencodings/iso_8859_13/_index.md b/english/python-java/aspose_barcode.generation/eciencodings/iso_8859_13/_index.md deleted file mode 100644 index c883f3d87..000000000 --- a/english/python-java/aspose_barcode.generation/eciencodings/iso_8859_13/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "ECIEncodings.ISO_8859_13" -linktitle: "ISO_8859_13" -articleTitle: "ISO_8859_13" -second_title: "Aspose.BarCode for Python via Java" -description: "ISO/IEC 8859-13 Latin alphabet No. 7 (Baltic Rim) encoding. ECI Id:\"\\000015\"" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/eciencodings/iso_8859_13/ ---- - -## ECIEncodings.ISO_8859_13 - -**Type:** `int` - - -**Value:** `15` - - -ISO/IEC 8859-13 Latin alphabet No. 7 (Baltic Rim) encoding. ECI Id:"\000015" - diff --git a/english/python-java/aspose_barcode.generation/eciencodings/iso_8859_14/_index.md b/english/python-java/aspose_barcode.generation/eciencodings/iso_8859_14/_index.md deleted file mode 100644 index c2240099d..000000000 --- a/english/python-java/aspose_barcode.generation/eciencodings/iso_8859_14/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "ECIEncodings.ISO_8859_14" -linktitle: "ISO_8859_14" -articleTitle: "ISO_8859_14" -second_title: "Aspose.BarCode for Python via Java" -description: "ISO/IEC 8859-14 Latin alphabet No. 8 (Celtic) encoding. ECI Id:\"\\000016\"" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/eciencodings/iso_8859_14/ ---- - -## ECIEncodings.ISO_8859_14 - -**Type:** `int` - - -**Value:** `16` - - -ISO/IEC 8859-14 Latin alphabet No. 8 (Celtic) encoding. ECI Id:"\000016" - diff --git a/english/python-java/aspose_barcode.generation/eciencodings/iso_8859_15/_index.md b/english/python-java/aspose_barcode.generation/eciencodings/iso_8859_15/_index.md deleted file mode 100644 index 6adc75e65..000000000 --- a/english/python-java/aspose_barcode.generation/eciencodings/iso_8859_15/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "ECIEncodings.ISO_8859_15" -linktitle: "ISO_8859_15" -articleTitle: "ISO_8859_15" -second_title: "Aspose.BarCode for Python via Java" -description: "ISO/IEC 8859-15 Latin alphabet No. 9 encoding. ECI Id:\"\\000017\"" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/eciencodings/iso_8859_15/ ---- - -## ECIEncodings.ISO_8859_15 - -**Type:** `int` - - -**Value:** `17` - - -ISO/IEC 8859-15 Latin alphabet No. 9 encoding. ECI Id:"\000017" - diff --git a/english/python-java/aspose_barcode.generation/eciencodings/iso_8859_16/_index.md b/english/python-java/aspose_barcode.generation/eciencodings/iso_8859_16/_index.md deleted file mode 100644 index 034c3fafc..000000000 --- a/english/python-java/aspose_barcode.generation/eciencodings/iso_8859_16/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "ECIEncodings.ISO_8859_16" -linktitle: "ISO_8859_16" -articleTitle: "ISO_8859_16" -second_title: "Aspose.BarCode for Python via Java" -description: "ISO/IEC 8859-16 Latin alphabet No. 10 encoding. ECI Id:\"\\000018\"" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/eciencodings/iso_8859_16/ ---- - -## ECIEncodings.ISO_8859_16 - -**Type:** `int` - - -**Value:** `18` - - -ISO/IEC 8859-16 Latin alphabet No. 10 encoding. ECI Id:"\000018" - diff --git a/english/python-java/aspose_barcode.generation/eciencodings/iso_8859_2/_index.md b/english/python-java/aspose_barcode.generation/eciencodings/iso_8859_2/_index.md deleted file mode 100644 index e7faf99ec..000000000 --- a/english/python-java/aspose_barcode.generation/eciencodings/iso_8859_2/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "ECIEncodings.ISO_8859_2" -linktitle: "ISO_8859_2" -articleTitle: "ISO_8859_2" -second_title: "Aspose.BarCode for Python via Java" -description: "ISO/IEC 8859-2 Latin alphabet No. 2 encoding. ECI Id:\"\\000004\"" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/eciencodings/iso_8859_2/ ---- - -## ECIEncodings.ISO_8859_2 - -**Type:** `int` - - -**Value:** `4` - - -ISO/IEC 8859-2 Latin alphabet No. 2 encoding. ECI Id:"\000004" - diff --git a/english/python-java/aspose_barcode.generation/eciencodings/iso_8859_3/_index.md b/english/python-java/aspose_barcode.generation/eciencodings/iso_8859_3/_index.md deleted file mode 100644 index a5dc3d850..000000000 --- a/english/python-java/aspose_barcode.generation/eciencodings/iso_8859_3/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "ECIEncodings.ISO_8859_3" -linktitle: "ISO_8859_3" -articleTitle: "ISO_8859_3" -second_title: "Aspose.BarCode for Python via Java" -description: "ISO/IEC 8859-3 Latin alphabet No. 3 encoding. ECI Id:\"\\000005\"" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/eciencodings/iso_8859_3/ ---- - -## ECIEncodings.ISO_8859_3 - -**Type:** `int` - - -**Value:** `5` - - -ISO/IEC 8859-3 Latin alphabet No. 3 encoding. ECI Id:"\000005" - diff --git a/english/python-java/aspose_barcode.generation/eciencodings/iso_8859_4/_index.md b/english/python-java/aspose_barcode.generation/eciencodings/iso_8859_4/_index.md deleted file mode 100644 index 28e90986b..000000000 --- a/english/python-java/aspose_barcode.generation/eciencodings/iso_8859_4/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "ECIEncodings.ISO_8859_4" -linktitle: "ISO_8859_4" -articleTitle: "ISO_8859_4" -second_title: "Aspose.BarCode for Python via Java" -description: "ISO/IEC 8859-4 Latin alphabet No. 4 encoding. ECI Id:\"\\000006\"" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/eciencodings/iso_8859_4/ ---- - -## ECIEncodings.ISO_8859_4 - -**Type:** `int` - - -**Value:** `6` - - -ISO/IEC 8859-4 Latin alphabet No. 4 encoding. ECI Id:"\000006" - diff --git a/english/python-java/aspose_barcode.generation/eciencodings/iso_8859_5/_index.md b/english/python-java/aspose_barcode.generation/eciencodings/iso_8859_5/_index.md deleted file mode 100644 index 7babb7032..000000000 --- a/english/python-java/aspose_barcode.generation/eciencodings/iso_8859_5/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "ECIEncodings.ISO_8859_5" -linktitle: "ISO_8859_5" -articleTitle: "ISO_8859_5" -second_title: "Aspose.BarCode for Python via Java" -description: "ISO/IEC 8859-5 Latin/Cyrillic alphabet encoding. ECI Id:\"\\000007\"" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/eciencodings/iso_8859_5/ ---- - -## ECIEncodings.ISO_8859_5 - -**Type:** `int` - - -**Value:** `7` - - -ISO/IEC 8859-5 Latin/Cyrillic alphabet encoding. ECI Id:"\000007" - diff --git a/english/python-java/aspose_barcode.generation/eciencodings/iso_8859_6/_index.md b/english/python-java/aspose_barcode.generation/eciencodings/iso_8859_6/_index.md deleted file mode 100644 index e17a11cde..000000000 --- a/english/python-java/aspose_barcode.generation/eciencodings/iso_8859_6/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "ECIEncodings.ISO_8859_6" -linktitle: "ISO_8859_6" -articleTitle: "ISO_8859_6" -second_title: "Aspose.BarCode for Python via Java" -description: "ISO/IEC 8859-6 Latin/Arabic alphabet encoding. ECI Id:\"\\000008\"" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/eciencodings/iso_8859_6/ ---- - -## ECIEncodings.ISO_8859_6 - -**Type:** `int` - - -**Value:** `8` - - -ISO/IEC 8859-6 Latin/Arabic alphabet encoding. ECI Id:"\000008" - diff --git a/english/python-java/aspose_barcode.generation/eciencodings/iso_8859_7/_index.md b/english/python-java/aspose_barcode.generation/eciencodings/iso_8859_7/_index.md deleted file mode 100644 index f1db631e4..000000000 --- a/english/python-java/aspose_barcode.generation/eciencodings/iso_8859_7/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "ECIEncodings.ISO_8859_7" -linktitle: "ISO_8859_7" -articleTitle: "ISO_8859_7" -second_title: "Aspose.BarCode for Python via Java" -description: "ISO/IEC 8859-7 Latin/Greek alphabet encoding. ECI Id:\"\\000009\"" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/eciencodings/iso_8859_7/ ---- - -## ECIEncodings.ISO_8859_7 - -**Type:** `int` - - -**Value:** `9` - - -ISO/IEC 8859-7 Latin/Greek alphabet encoding. ECI Id:"\000009" - diff --git a/english/python-java/aspose_barcode.generation/eciencodings/iso_8859_8/_index.md b/english/python-java/aspose_barcode.generation/eciencodings/iso_8859_8/_index.md deleted file mode 100644 index ae629b3ff..000000000 --- a/english/python-java/aspose_barcode.generation/eciencodings/iso_8859_8/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "ECIEncodings.ISO_8859_8" -linktitle: "ISO_8859_8" -articleTitle: "ISO_8859_8" -second_title: "Aspose.BarCode for Python via Java" -description: "ISO/IEC 8859-8 Latin/Hebrew alphabet encoding. ECI Id:\"\\000010\"" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/eciencodings/iso_8859_8/ ---- - -## ECIEncodings.ISO_8859_8 - -**Type:** `int` - - -**Value:** `10` - - -ISO/IEC 8859-8 Latin/Hebrew alphabet encoding. ECI Id:"\000010" - diff --git a/english/python-java/aspose_barcode.generation/eciencodings/iso_8859_9/_index.md b/english/python-java/aspose_barcode.generation/eciencodings/iso_8859_9/_index.md deleted file mode 100644 index e70683037..000000000 --- a/english/python-java/aspose_barcode.generation/eciencodings/iso_8859_9/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "ECIEncodings.ISO_8859_9" -linktitle: "ISO_8859_9" -articleTitle: "ISO_8859_9" -second_title: "Aspose.BarCode for Python via Java" -description: "ISO/IEC 8859-9 Latin alphabet No. 5 encoding. ECI Id:\"\\000011\"" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/eciencodings/iso_8859_9/ ---- - -## ECIEncodings.ISO_8859_9 - -**Type:** `int` - - -**Value:** `11` - - -ISO/IEC 8859-9 Latin alphabet No. 5 encoding. ECI Id:"\000011" - diff --git a/english/python-java/aspose_barcode.generation/eciencodings/shift_jis/_index.md b/english/python-java/aspose_barcode.generation/eciencodings/shift_jis/_index.md deleted file mode 100644 index 7dccf66b9..000000000 --- a/english/python-java/aspose_barcode.generation/eciencodings/shift_jis/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "ECIEncodings.Shift_JIS" -linktitle: "Shift_JIS" -articleTitle: "Shift_JIS" -second_title: "Aspose.BarCode for Python via Java" -description: "Shift JIS (JIS X 0208 Annex 1 + JIS X 0201) encoding. ECI Id:\"\\000020\"" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/eciencodings/shift_jis/ ---- - -## ECIEncodings.Shift_JIS - -**Type:** `int` - - -**Value:** `20` - - -Shift JIS (JIS X 0208 Annex 1 + JIS X 0201) encoding. ECI Id:"\000020" - diff --git a/english/python-java/aspose_barcode.generation/eciencodings/us_ascii/_index.md b/english/python-java/aspose_barcode.generation/eciencodings/us_ascii/_index.md deleted file mode 100644 index 6b264b585..000000000 --- a/english/python-java/aspose_barcode.generation/eciencodings/us_ascii/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "ECIEncodings.US_ASCII" -linktitle: "US_ASCII" -articleTitle: "US_ASCII" -second_title: "Aspose.BarCode for Python via Java" -description: "ISO/IEC 646:1991 International Reference Version of ISO 7-bit coded character set encoding. ECI Id:\"\\000027\"" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/eciencodings/us_ascii/ ---- - -## ECIEncodings.US_ASCII - -**Type:** `int` - - -**Value:** `27` - - -ISO/IEC 646:1991 International Reference Version of ISO 7-bit coded character set encoding. ECI Id:"\000027" - diff --git a/english/python-java/aspose_barcode.generation/eciencodings/utf16be/_index.md b/english/python-java/aspose_barcode.generation/eciencodings/utf16be/_index.md deleted file mode 100644 index 57339ff43..000000000 --- a/english/python-java/aspose_barcode.generation/eciencodings/utf16be/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "ECIEncodings.UTF16BE" -linktitle: "UTF16BE" -articleTitle: "UTF16BE" -second_title: "Aspose.BarCode for Python via Java" -description: "ISO/IEC 10646 UCS-2 (High order byte first) encoding. ECI Id:\"\\000025\"" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/eciencodings/utf16be/ ---- - -## ECIEncodings.UTF16BE - -**Type:** `int` - - -**Value:** `25` - - -ISO/IEC 10646 UCS-2 (High order byte first) encoding. ECI Id:"\000025" - diff --git a/english/python-java/aspose_barcode.generation/eciencodings/utf16le/_index.md b/english/python-java/aspose_barcode.generation/eciencodings/utf16le/_index.md deleted file mode 100644 index 3ce59e550..000000000 --- a/english/python-java/aspose_barcode.generation/eciencodings/utf16le/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "ECIEncodings.UTF16LE" -linktitle: "UTF16LE" -articleTitle: "UTF16LE" -second_title: "Aspose.BarCode for Python via Java" -description: "ISO/IEC 10646 UTF-16LE encoding. ECI Id:\"\\000033\"" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/eciencodings/utf16le/ ---- - -## ECIEncodings.UTF16LE - -**Type:** `int` - - -**Value:** `33` - - -ISO/IEC 10646 UTF-16LE encoding. ECI Id:"\000033" - diff --git a/english/python-java/aspose_barcode.generation/eciencodings/utf32be/_index.md b/english/python-java/aspose_barcode.generation/eciencodings/utf32be/_index.md deleted file mode 100644 index 52e9810df..000000000 --- a/english/python-java/aspose_barcode.generation/eciencodings/utf32be/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "ECIEncodings.UTF32BE" -linktitle: "UTF32BE" -articleTitle: "UTF32BE" -second_title: "Aspose.BarCode for Python via Java" -description: "ISO/IEC 10646 UTF-32BE encoding. ECI Id:\"\\000034\"" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/eciencodings/utf32be/ ---- - -## ECIEncodings.UTF32BE - -**Type:** `int` - - -**Value:** `34` - - -ISO/IEC 10646 UTF-32BE encoding. ECI Id:"\000034" - diff --git a/english/python-java/aspose_barcode.generation/eciencodings/utf32le/_index.md b/english/python-java/aspose_barcode.generation/eciencodings/utf32le/_index.md deleted file mode 100644 index d73cbcc6b..000000000 --- a/english/python-java/aspose_barcode.generation/eciencodings/utf32le/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "ECIEncodings.UTF32LE" -linktitle: "UTF32LE" -articleTitle: "UTF32LE" -second_title: "Aspose.BarCode for Python via Java" -description: "ISO/IEC 10646 UTF-32LE encoding. ECI Id:\"\\000035\"" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/eciencodings/utf32le/ ---- - -## ECIEncodings.UTF32LE - -**Type:** `int` - - -**Value:** `35` - - -ISO/IEC 10646 UTF-32LE encoding. ECI Id:"\000035" - diff --git a/english/python-java/aspose_barcode.generation/eciencodings/utf8/_index.md b/english/python-java/aspose_barcode.generation/eciencodings/utf8/_index.md deleted file mode 100644 index c5af6b60b..000000000 --- a/english/python-java/aspose_barcode.generation/eciencodings/utf8/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "ECIEncodings.UTF8" -linktitle: "UTF8" -articleTitle: "UTF8" -second_title: "Aspose.BarCode for Python via Java" -description: "ISO/IEC 10646 UTF-8 encoding. ECI Id:\"\\000026\"" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/eciencodings/utf8/ ---- - -## ECIEncodings.UTF8 - -**Type:** `int` - - -**Value:** `26` - - -ISO/IEC 10646 UTF-8 encoding. ECI Id:"\000026" - diff --git a/english/python-java/aspose_barcode.generation/eciencodings/win1250/_index.md b/english/python-java/aspose_barcode.generation/eciencodings/win1250/_index.md deleted file mode 100644 index b08994003..000000000 --- a/english/python-java/aspose_barcode.generation/eciencodings/win1250/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "ECIEncodings.Win1250" -linktitle: "Win1250" -articleTitle: "Win1250" -second_title: "Aspose.BarCode for Python via Java" -description: "Windows 1250 Latin 2 (Central Europe) encoding. ECI Id:\"\\000021\"" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/eciencodings/win1250/ ---- - -## ECIEncodings.Win1250 - -**Type:** `int` - - -**Value:** `21` - - -Windows 1250 Latin 2 (Central Europe) encoding. ECI Id:"\000021" - diff --git a/english/python-java/aspose_barcode.generation/eciencodings/win1251/_index.md b/english/python-java/aspose_barcode.generation/eciencodings/win1251/_index.md deleted file mode 100644 index 400759ca8..000000000 --- a/english/python-java/aspose_barcode.generation/eciencodings/win1251/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "ECIEncodings.Win1251" -linktitle: "Win1251" -articleTitle: "Win1251" -second_title: "Aspose.BarCode for Python via Java" -description: "Windows 1251 Cyrillic encoding. ECI Id:\"\\000022\"" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/eciencodings/win1251/ ---- - -## ECIEncodings.Win1251 - -**Type:** `int` - - -**Value:** `22` - - -Windows 1251 Cyrillic encoding. ECI Id:"\000022" - diff --git a/english/python-java/aspose_barcode.generation/eciencodings/win1252/_index.md b/english/python-java/aspose_barcode.generation/eciencodings/win1252/_index.md deleted file mode 100644 index 33e340d53..000000000 --- a/english/python-java/aspose_barcode.generation/eciencodings/win1252/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "ECIEncodings.Win1252" -linktitle: "Win1252" -articleTitle: "Win1252" -second_title: "Aspose.BarCode for Python via Java" -description: "Windows 1252 Latin 1 encoding. ECI Id:\"\\000023\"" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/eciencodings/win1252/ ---- - -## ECIEncodings.Win1252 - -**Type:** `int` - - -**Value:** `23` - - -Windows 1252 Latin 1 encoding. ECI Id:"\000023" - diff --git a/english/python-java/aspose_barcode.generation/eciencodings/win1256/_index.md b/english/python-java/aspose_barcode.generation/eciencodings/win1256/_index.md deleted file mode 100644 index 8a414c752..000000000 --- a/english/python-java/aspose_barcode.generation/eciencodings/win1256/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "ECIEncodings.Win1256" -linktitle: "Win1256" -articleTitle: "Win1256" -second_title: "Aspose.BarCode for Python via Java" -description: "Windows 1256 Arabic encoding. ECI Id:\"\\000024\"" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/eciencodings/win1256/ ---- - -## ECIEncodings.Win1256 - -**Type:** `int` - - -**Value:** `24` - - -Windows 1256 Arabic encoding. ECI Id:"\000024" - diff --git a/english/python-java/aspose_barcode.generation/enablechecksum/_index.md b/english/python-java/aspose_barcode.generation/enablechecksum/_index.md index 45195ab9a..bdf8cc109 100644 --- a/english/python-java/aspose_barcode.generation/enablechecksum/_index.md +++ b/english/python-java/aspose_barcode.generation/enablechecksum/_index.md @@ -1,7 +1,6 @@ --- -title: "EnableChecksum Enum" +title: "EnableChecksum" linktitle: "EnableChecksum" -articleTitle: "EnableChecksum" second_title: "Aspose.BarCode for Python via Java" description: "DEFAULT = 0 - If checksum is required by the specification - it will be attached. YES = 1 - Always use checksum if possible. NO = 2 -Do not use checksum." type: docs @@ -21,6 +20,30 @@ DEFAULT = 0 - If checksum is required by the specification - it will be attached | Name | Value | Description | | --- | --- | --- | -| [DEFAULT](./default/) | `0` | If checksum is required by the specification - it will be attached. | -| [NO](./no/) | `2` | Do not use checksum. | -| [YES](./yes/) | `1` | Always use checksum if possible. | +| [DEFAULT](#default) | `0` | If checksum is required by the specification - it will be attached. | +| [NO](#no) | `2` | Do not use checksum. | +| [YES](#yes) | `1` | Always use checksum if possible. | +### EnableChecksum.DEFAULT {#default} + +**Type:** `int` + +**Value:** `0` + +If checksum is required by the specification - it will be attached. + +### EnableChecksum.NO {#no} + +**Type:** `int` + +**Value:** `2` + +Do not use checksum. + +### EnableChecksum.YES {#yes} + +**Type:** `int` + +**Value:** `1` + +Always use checksum if possible. + diff --git a/english/python-java/aspose_barcode.generation/enablechecksum/default/_index.md b/english/python-java/aspose_barcode.generation/enablechecksum/default/_index.md deleted file mode 100644 index 2690bcad8..000000000 --- a/english/python-java/aspose_barcode.generation/enablechecksum/default/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EnableChecksum.DEFAULT" -linktitle: "DEFAULT" -articleTitle: "DEFAULT" -second_title: "Aspose.BarCode for Python via Java" -description: "If checksum is required by the specification - it will be attached." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/enablechecksum/default/ ---- - -## EnableChecksum.DEFAULT - -**Type:** `int` - - -**Value:** `0` - - -If checksum is required by the specification - it will be attached. - diff --git a/english/python-java/aspose_barcode.generation/enablechecksum/no/_index.md b/english/python-java/aspose_barcode.generation/enablechecksum/no/_index.md deleted file mode 100644 index 37fde5610..000000000 --- a/english/python-java/aspose_barcode.generation/enablechecksum/no/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EnableChecksum.NO" -linktitle: "NO" -articleTitle: "NO" -second_title: "Aspose.BarCode for Python via Java" -description: "Do not use checksum." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/enablechecksum/no/ ---- - -## EnableChecksum.NO - -**Type:** `int` - - -**Value:** `2` - - -Do not use checksum. - diff --git a/english/python-java/aspose_barcode.generation/enablechecksum/yes/_index.md b/english/python-java/aspose_barcode.generation/enablechecksum/yes/_index.md deleted file mode 100644 index 37a6c2a8b..000000000 --- a/english/python-java/aspose_barcode.generation/enablechecksum/yes/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EnableChecksum.YES" -linktitle: "YES" -articleTitle: "YES" -second_title: "Aspose.BarCode for Python via Java" -description: "Always use checksum if possible." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/enablechecksum/yes/ ---- - -## EnableChecksum.YES - -**Type:** `int` - - -**Value:** `1` - - -Always use checksum if possible. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/_index.md index 1ce904b30..1062819f9 100644 --- a/english/python-java/aspose_barcode.generation/encodetypes/_index.md +++ b/english/python-java/aspose_barcode.generation/encodetypes/_index.md @@ -1,7 +1,6 @@ --- -title: "EncodeTypes Enum" +title: "EncodeTypes" linktitle: "EncodeTypes" -articleTitle: "EncodeTypes" second_title: "Aspose.BarCode for Python via Java" description: "Specifies the type of barcode to encode." type: docs @@ -21,95 +20,801 @@ Specifies the type of barcode to encode. | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [parse](./parse/) | `def` | Yes | Returns the corresponding Enum value for the given name. If the name does not exist, raises a ValueError. | -| [parseToInt](./parsetoint/) | `def` | Yes | | +| [parse](#parse) | `def` | Yes | Returns the corresponding Enum value for the given name. If the name does not exist, raises a ValueError. | +| [parseToInt](#parsetoint) | `def` | Yes | | ## Enum Values | Name | Value | Description | | --- | --- | --- | -| [AUSTRALIA_POST](./australia_post/) | `38` | Represents Australia Post Customer BarCode. | -| [AUSTRALIAN_POSTE_PARCEL](./australian_poste_parcel/) | `49` | Specifies that the data should be encoded with Australian Post Domestic eParcel Barcode barcode specification. | -| [AZTEC](./aztec/) | `35` | Specifies that the data should be encoded with Aztec barcode specification. | -| [CODABAR](./codabar/) | `0` | Specifies that the data should be encoded with CODABAR barcode specification. | -| [CODABLOCK_F](./codablock_f/) | `64` | Specifies that the data should be encoded with Codablock-F barcode specification. | -| [CODE_11](./code_11/) | `1` | Specifies that the data should be encoded with CODE 11 barcode specification. | -| [CODE_128](./code_128/) | `6` | Specifies that the data should be encoded with CODE 128 barcode specification. | -| [CODE_16_K](./code_16_k/) | `31` | Represents Code 16K barcode. | -| [CODE_32](./code_32/) | `58` | Specifies that the data should be encoded with Code32 barcode specification. | -| [CODE_39](./code_39/) | `2` | Specifies that the data should be encoded with. basic charset barcode specification: ISO/IEC 16388 | -| [CODE_39_FULL_ASCII](./code_39_full_ascii/) | `3` | Specifies that the data should be encoded with. full ASCII charset barcode specification: ISO/IEC 16388 | -| [CODE_93](./code_93/) | `5` | Specifies that the data should be encoded with. barcode specification | -| [DATA_LOGIC_2_OF_5](./data_logic_2_of_5/) | `59` | Specifies that the data should be encoded with DataLogic 2 of 5 barcode specification. | -| [DATA_MATRIX](./data_matrix/) | `33` | 2D barcode symbology DataMatrix | -| [DATABAR_EXPANDED](./databar_expanded/) | `46` | Represents GS1 Databar expanded barcode. | -| [DATABAR_EXPANDED_STACKED](./databar_expanded_stacked/) | `52` | Represents GS1 Databar expanded stacked barcode. | -| [DATABAR_LIMITED](./databar_limited/) | `45` | Represents GS1 DATABAR limited barcode. | -| [DATABAR_OMNI_DIRECTIONAL](./databar_omni_directional/) | `43` | Specifies that the data should be encoded with GS1 Databar omni-directional barcode specification. | -| [DATABAR_STACKED](./databar_stacked/) | `53` | Represents GS1 Databar stacked barcode. | -| [DATABAR_STACKED_OMNI_DIRECTIONAL](./databar_stacked_omni_directional/) | `54` | Represents GS1 Databar stacked omni-directional barcode. | -| [DATABAR_TRUNCATED](./databar_truncated/) | `44` | Specifies that the data should be encoded with GS1 Databar truncated barcode specification. | -| [DEUTSCHE_POST_IDENTCODE](./deutsche_post_identcode/) | `27` | Represents Deutsch Post barcode, This EncodeType is also known as Identcode,CodeIdentcode,German Postal 2 of 5 Identcode, Deutsch Post AG Identcode, Deutsch Frachtpost Identcode, Deutsch Post AG (DHL) | -| [DEUTSCHE_POST_LEITCODE](./deutsche_post_leitcode/) | `28` | Represents Deutsch Post Leitcode Barcode,also known as German Postal 2 of 5 Leitcode, CodeLeitcode, Leitcode, Deutsch Post AG (DHL). | -| [DOT_CODE](./dot_code/) | `60` | Specifies that the data should be encoded with DotCode barcode specification. | -| [DUTCH_KIX](./dutch_kix/) | `61` | Specifies that the data should be encoded with Dutch KIX barcode specification. | -| [EAN_13](./ean_13/) | `9` | Specifies that the data should be encoded with EAN-13 barcode specification. | -| [EAN_14](./ean_14/) | `10` | Specifies that the data should be encoded with EAN14 barcode specification. | -| [EAN_8](./ean_8/) | `8` | Specifies that the data should be encoded with EAN-8 barcode specification. | -| [GS_1_AZTEC](./gs_1_aztec/) | `81` | Specifies that the data should be encoded with. barcode specification. The codetext must contains parentheses for AI. | -| [GS_1_CODABLOCK_F](./gs_1_codablock_f/) | `65` | Specifies that the data should be encoded with GS1 Codablock-F barcode specification. The codetext must contains parentheses for AI. | -| [GS_1_CODE_128](./gs_1_code_128/) | `7` | Specifies that the data should be encoded with GS1 Code 128 barcode specification. The codetext must contains parentheses for AI. | -| [GS_1_COMPOSITE_BAR](./gs_1_composite_bar/) | `67` | Specifies that the data should be encoded with GS1 Composite Bar barcode specification. The codetext must contains parentheses for AI. 1D codetext and 2D codetext must be separated with symbol '/' | -| [GS_1_DATA_MATRIX](./gs_1_data_matrix/) | `48` | 2D barcode symbology DataMatrix with GS1 string format | -| [GS_1_DOT_CODE](./gs_1_dot_code/) | `78` | Specifies that the data should be encoded with. barcode specification. The codetext must contains parentheses for AI. | -| [GS_1_HAN_XIN](./gs_1_han_xin/) | `80` | 2D barcode symbology QR with GS1 string format | -| [GS_1_MICRO_PDF_417](./gs_1_micro_pdf_417/) | `82` | Specifies that the data should be encoded with GS1MicroPdf417 barcode specification. | -| [GS_1_QR](./gs_1_qr/) | `56` | 2D barcode symbology QR with GS1 string format | -| [HAN_XIN](./han_xin/) | `79` | Specifies that the data should be encoded with Han Xin barcode specification. | -| [HIBC_AZTEC_LIC](./hibc_aztec_lic/) | `70` | Specifies that the data should be encoded with. barcode specification. | -| [HIBC_AZTEC_PAS](./hibc_aztec_pas/) | `75` | Specifies that the data should be encoded with. barcode specification. | -| [HIBC_CODE_128_LIC](./hibc_code_128_lic/) | `69` | Specifies that the data should be encoded with. barcode specification. | -| [HIBC_CODE_128_PAS](./hibc_code_128_pas/) | `74` | Specifies that the data should be encoded with. barcode specification. | -| [HIBC_CODE_39_LIC](./hibc_code_39_lic/) | `68` | Specifies that the data should be encoded with. barcode specification. | -| [HIBC_CODE_39_PAS](./hibc_code_39_pas/) | `73` | Specifies that the data should be encoded with. barcode specification. | -| [HIBC_DATA_MATRIX_LIC](./hibc_data_matrix_lic/) | `71` | Specifies that the data should be encoded with. barcode specification. | -| [HIBC_DATA_MATRIX_PAS](./hibc_data_matrix_pas/) | `76` | Specifies that the data should be encoded with. barcode specification. | -| [HIBCQRLIC](./hibcqrlic/) | `72` | Specifies that the data should be encoded with. barcode specification. | -| [HIBCQRPAS](./hibcqrpas/) | `77` | Specifies that the data should be encoded with. barcode specification. | -| [IATA_2_OF_5](./iata_2_of_5/) | `22` | Represents IATA 2 of 5 barcode.IATA (International Air Transport Assosiation) uses this barcode for the management of air cargo. | -| [INTERLEAVED_2_OF_5](./interleaved_2_of_5/) | `19` | Specifies that the data should be encoded with INTERLEAVED 2 of 5 barcode specification. | -| [ISBN](./isbn/) | `15` | Specifies that the data should be encoded with isBN barcode specification. | -| [ISMN](./ismn/) | `17` | Specifies that the data should be encoded with ISMN barcode specification. | -| [ISSN](./issn/) | `16` | Specifies that the data should be encoded with ISSN barcode specification. | -| [ITALIAN_POST_25](./italian_post_25/) | `21` | Represents Italian Post 25 barcode. | -| [ITF_14](./itf_14/) | `23` | Specifies that the data should be encoded with ITF14 barcode specification. | -| [ITF_6](./itf_6/) | `24` | Represents ITF-6 Barcode. | -| [MACRO_PDF_417](./macro_pdf_417/) | `37` | Specifies that the data should be encoded with MacroPdf417 barcode specification. | -| [MAILMARK](./mailmark/) | `66` | Represents Royal Mail Mailmark barcode. | -| [MATRIX_2_OF_5](./matrix_2_of_5/) | `20` | Represents Matrix 2 of 5 BarCode. | -| [MAXI_CODE](./maxi_code/) | `57` | Specifies that the data should be encoded with MaxiCode barcode specification. | -| [MICRO_PDF_417](./micro_pdf_417/) | `55` | Specifies that the data should be encoded with MicroPdf417 barcode specification. | -| [MICRO_QR](./micro_qr/) | `83` | Specifies that the data should be encoded with MicroQR Code barcode specification. | -| [MSI](./msi/) | `25` | Specifies that the data should be encoded with MSI Plessey barcode specification. | -| [NONE](./none/) | `-1` | Unspecified encode type. | -| [ONE_CODE](./one_code/) | `41` | Specifies that the data should be encoded with USPS OneCode barcode specification. | -| [OPC](./opc/) | `29` | Represents OPC(Optical Product Code) Barcode,also known as , VCA Barcode VCA OPC, Vision Council of America OPC Barcode. | -| [PATCH_CODE](./patch_code/) | `51` | Represents Patch code barcode. | -| [PDF_417](./pdf_417/) | `36` | Specifies that the data should be encoded with Pdf417 barcode specification. | -| [PHARMACODE](./pharmacode/) | `32` | Represents Pharmacode barcode. | -| [PLANET](./planet/) | `40` | Specifies that the data should be encoded with Planet barcode specification. | -| [POSTNET](./postnet/) | `39` | Specifies that the data should be encoded with Postnet barcode specification. | -| [PZN](./pzn/) | `30` | Represents PZN barcode.This EncodeType is also known as Pharmacy central number, Pharmazentralnummer. | -| [QR](./qr/) | `34` | Specifies that the data should be encoded with QR Code barcode specification. | -| [RECT_MICRO_QR](./rect_micro_qr/) | `84` | Specifies that the data should be encoded with RectMicroQR (rMQR) Code barcode specification. | -| [RM_4_SCC](./rm_4_scc/) | `42` | Represents RM4SCC barcode. RM4SCC (Royal Mail 4-state Customer Code) is used for automated mail sort process in UK. | -| [SCC_14](./scc_14/) | `11` | Specifies that the data should be encoded with SCC14 barcode specification. | -| [SINGAPORE_POST](./singapore_post/) | `47` | Specifies that the data should be encoded with Singapore Post Barcode barcode specification. | -| [SSCC_18](./sscc_18/) | `12` | Specifies that the data should be encoded with SSCC18 barcode specification. | -| [STANDARD_2_OF_5](./standard_2_of_5/) | `18` | Specifies that the data should be encoded with Standard 2 of 5 barcode specification. | -| [SWISS_POST_PARCEL](./swiss_post_parcel/) | `50` | Specifies that the data should be encoded with Swiss Post Parcel Barcode barcode specification. Supported types: Domestic Mail, International Mail, Additional Services (new) | -| [UPCA](./upca/) | `13` | Specifies that the data should be encoded with UPC-A barcode specification. | -| [UPCA_GS_1_CODE_128_COUPON](./upca_gs_1_code_128_coupon/) | `62` | Specifies that the data should be encoded with UPC coupon with GS1-128 Extended Code barcode specification. An example of the input string: generator.setCodeText("514141100906(8102)03", None) where UPCA part is "514141100906", GS1Code128 part is (8102)03. | -| [UPCA_GS_1_DATABAR_COUPON](./upca_gs_1_databar_coupon/) | `63` | Specifies that the data should be encoded with UPC coupon with GS1 DataBar addition barcode specification. An example of the input string: generator.setCodeText("514141100906(8110)106141416543213500110000310123196000", None), where UPCA part is "514141100906", DATABAR part is "(8110)106141416543213500110000310123196000". To change the caption, use generator.getParameters().getCaptionAbove().setText("company prefix + offer code") | -| [UPCE](./upce/) | `14` | Specifies that the data should be encoded with UPC-E barcode specification. | -| [VIN](./vin/) | `26` | Represents VIN (Vehicle Identification Number) Barcode. | +| [AUSTRALIA_POST](#australia_post) | `38` | Represents Australia Post Customer BarCode. | +| [AUSTRALIAN_POSTE_PARCEL](#australian_poste_parcel) | `49` | Specifies that the data should be encoded with Australian Post Domestic eParcel Barcode barcode specification. | +| [AZTEC](#aztec) | `35` | Specifies that the data should be encoded with Aztec barcode specification. | +| [CODABAR](#codabar) | `0` | Specifies that the data should be encoded with CODABAR barcode specification. | +| [CODABLOCK_F](#codablock_f) | `64` | Specifies that the data should be encoded with Codablock-F barcode specification. | +| [CODE_11](#code_11) | `1` | Specifies that the data should be encoded with CODE 11 barcode specification. | +| [CODE_128](#code_128) | `6` | Specifies that the data should be encoded with CODE 128 barcode specification. | +| [CODE_16_K](#code_16_k) | `31` | Represents Code 16K barcode. | +| [CODE_32](#code_32) | `58` | Specifies that the data should be encoded with Code32 barcode specification. | +| [CODE_39](#code_39) | `2` | Specifies that the data should be encoded with. basic charset barcode specification: ISO/IEC 16388 | +| [CODE_39_FULL_ASCII](#code_39_full_ascii) | `3` | Specifies that the data should be encoded with. full ASCII charset barcode specification: ISO/IEC 16388 | +| [CODE_93](#code_93) | `5` | Specifies that the data should be encoded with. barcode specification | +| [DATA_LOGIC_2_OF_5](#data_logic_2_of_5) | `59` | Specifies that the data should be encoded with DataLogic 2 of 5 barcode specification. | +| [DATA_MATRIX](#data_matrix) | `33` | 2D barcode symbology DataMatrix | +| [DATABAR_EXPANDED](#databar_expanded) | `46` | Represents GS1 Databar expanded barcode. | +| [DATABAR_EXPANDED_STACKED](#databar_expanded_stacked) | `52` | Represents GS1 Databar expanded stacked barcode. | +| [DATABAR_LIMITED](#databar_limited) | `45` | Represents GS1 DATABAR limited barcode. | +| [DATABAR_OMNI_DIRECTIONAL](#databar_omni_directional) | `43` | Specifies that the data should be encoded with GS1 Databar omni-directional barcode specification. | +| [DATABAR_STACKED](#databar_stacked) | `53` | Represents GS1 Databar stacked barcode. | +| [DATABAR_STACKED_OMNI_DIRECTIONAL](#databar_stacked_omni_directional) | `54` | Represents GS1 Databar stacked omni-directional barcode. | +| [DATABAR_TRUNCATED](#databar_truncated) | `44` | Specifies that the data should be encoded with GS1 Databar truncated barcode specification. | +| [DEUTSCHE_POST_IDENTCODE](#deutsche_post_identcode) | `27` | Represents Deutsch Post barcode, This EncodeType is also known as Identcode,CodeIdentcode,German Postal 2 of 5 Identcode, Deutsch Post AG Identcode, Deutsch Frachtpost Identcode, Deutsch Post AG (DHL) | +| [DEUTSCHE_POST_LEITCODE](#deutsche_post_leitcode) | `28` | Represents Deutsch Post Leitcode Barcode,also known as German Postal 2 of 5 Leitcode, CodeLeitcode, Leitcode, Deutsch Post AG (DHL). | +| [DOT_CODE](#dot_code) | `60` | Specifies that the data should be encoded with DotCode barcode specification. | +| [DUTCH_KIX](#dutch_kix) | `61` | Specifies that the data should be encoded with Dutch KIX barcode specification. | +| [EAN_13](#ean_13) | `9` | Specifies that the data should be encoded with EAN-13 barcode specification. | +| [EAN_14](#ean_14) | `10` | Specifies that the data should be encoded with EAN14 barcode specification. | +| [EAN_8](#ean_8) | `8` | Specifies that the data should be encoded with EAN-8 barcode specification. | +| [GS_1_AZTEC](#gs_1_aztec) | `81` | Specifies that the data should be encoded with. barcode specification. The codetext must contains parentheses for AI. | +| [GS_1_CODABLOCK_F](#gs_1_codablock_f) | `65` | Specifies that the data should be encoded with GS1 Codablock-F barcode specification. The codetext must contains parentheses for AI. | +| [GS_1_CODE_128](#gs_1_code_128) | `7` | Specifies that the data should be encoded with GS1 Code 128 barcode specification. The codetext must contains parentheses for AI. | +| [GS_1_COMPOSITE_BAR](#gs_1_composite_bar) | `67` | Specifies that the data should be encoded with GS1 Composite Bar barcode specification. The codetext must contains parentheses for AI. 1D codetext and 2D codetext must be separated with symbol '/' | +| [GS_1_DATA_MATRIX](#gs_1_data_matrix) | `48` | 2D barcode symbology DataMatrix with GS1 string format | +| [GS_1_DOT_CODE](#gs_1_dot_code) | `78` | Specifies that the data should be encoded with. barcode specification. The codetext must contains parentheses for AI. | +| [GS_1_HAN_XIN](#gs_1_han_xin) | `80` | 2D barcode symbology QR with GS1 string format | +| [GS_1_MICRO_PDF_417](#gs_1_micro_pdf_417) | `82` | Specifies that the data should be encoded with GS1MicroPdf417 barcode specification. | +| [GS_1_QR](#gs_1_qr) | `56` | 2D barcode symbology QR with GS1 string format | +| [HAN_XIN](#han_xin) | `79` | Specifies that the data should be encoded with Han Xin barcode specification. | +| [HIBC_AZTEC_LIC](#hibc_aztec_lic) | `70` | Specifies that the data should be encoded with. barcode specification. | +| [HIBC_AZTEC_PAS](#hibc_aztec_pas) | `75` | Specifies that the data should be encoded with. barcode specification. | +| [HIBC_CODE_128_LIC](#hibc_code_128_lic) | `69` | Specifies that the data should be encoded with. barcode specification. | +| [HIBC_CODE_128_PAS](#hibc_code_128_pas) | `74` | Specifies that the data should be encoded with. barcode specification. | +| [HIBC_CODE_39_LIC](#hibc_code_39_lic) | `68` | Specifies that the data should be encoded with. barcode specification. | +| [HIBC_CODE_39_PAS](#hibc_code_39_pas) | `73` | Specifies that the data should be encoded with. barcode specification. | +| [HIBC_DATA_MATRIX_LIC](#hibc_data_matrix_lic) | `71` | Specifies that the data should be encoded with. barcode specification. | +| [HIBC_DATA_MATRIX_PAS](#hibc_data_matrix_pas) | `76` | Specifies that the data should be encoded with. barcode specification. | +| [HIBCQRLIC](#hibcqrlic) | `72` | Specifies that the data should be encoded with. barcode specification. | +| [HIBCQRPAS](#hibcqrpas) | `77` | Specifies that the data should be encoded with. barcode specification. | +| [IATA_2_OF_5](#iata_2_of_5) | `22` | Represents IATA 2 of 5 barcode.IATA (International Air Transport Assosiation) uses this barcode for the management of air cargo. | +| [INTERLEAVED_2_OF_5](#interleaved_2_of_5) | `19` | Specifies that the data should be encoded with INTERLEAVED 2 of 5 barcode specification. | +| [ISBN](#isbn) | `15` | Specifies that the data should be encoded with isBN barcode specification. | +| [ISMN](#ismn) | `17` | Specifies that the data should be encoded with ISMN barcode specification. | +| [ISSN](#issn) | `16` | Specifies that the data should be encoded with ISSN barcode specification. | +| [ITALIAN_POST_25](#italian_post_25) | `21` | Represents Italian Post 25 barcode. | +| [ITF_14](#itf_14) | `23` | Specifies that the data should be encoded with ITF14 barcode specification. | +| [ITF_6](#itf_6) | `24` | Represents ITF-6 Barcode. | +| [MACRO_PDF_417](#macro_pdf_417) | `37` | Specifies that the data should be encoded with MacroPdf417 barcode specification. | +| [MAILMARK](#mailmark) | `66` | Represents Royal Mail Mailmark barcode. | +| [MATRIX_2_OF_5](#matrix_2_of_5) | `20` | Represents Matrix 2 of 5 BarCode. | +| [MAXI_CODE](#maxi_code) | `57` | Specifies that the data should be encoded with MaxiCode barcode specification. | +| [MICRO_PDF_417](#micro_pdf_417) | `55` | Specifies that the data should be encoded with MicroPdf417 barcode specification. | +| [MICRO_QR](#micro_qr) | `83` | Specifies that the data should be encoded with MicroQR Code barcode specification. | +| [MSI](#msi) | `25` | Specifies that the data should be encoded with MSI Plessey barcode specification. | +| [NONE](#none) | `-1` | Unspecified encode type. | +| [ONE_CODE](#one_code) | `41` | Specifies that the data should be encoded with USPS OneCode barcode specification. | +| [OPC](#opc) | `29` | Represents OPC(Optical Product Code) Barcode,also known as , VCA Barcode VCA OPC, Vision Council of America OPC Barcode. | +| [PATCH_CODE](#patch_code) | `51` | Represents Patch code barcode. | +| [PDF_417](#pdf_417) | `36` | Specifies that the data should be encoded with Pdf417 barcode specification. | +| [PHARMACODE](#pharmacode) | `32` | Represents Pharmacode barcode. | +| [PLANET](#planet) | `40` | Specifies that the data should be encoded with Planet barcode specification. | +| [POSTNET](#postnet) | `39` | Specifies that the data should be encoded with Postnet barcode specification. | +| [PZN](#pzn) | `30` | Represents PZN barcode.This EncodeType is also known as Pharmacy central number, Pharmazentralnummer. | +| [QR](#qr) | `34` | Specifies that the data should be encoded with QR Code barcode specification. | +| [RECT_MICRO_QR](#rect_micro_qr) | `84` | Specifies that the data should be encoded with RectMicroQR (rMQR) Code barcode specification. | +| [RM_4_SCC](#rm_4_scc) | `42` | Represents RM4SCC barcode. RM4SCC (Royal Mail 4-state Customer Code) is used for automated mail sort process in UK. | +| [SCC_14](#scc_14) | `11` | Specifies that the data should be encoded with SCC14 barcode specification. | +| [SINGAPORE_POST](#singapore_post) | `47` | Specifies that the data should be encoded with Singapore Post Barcode barcode specification. | +| [SSCC_18](#sscc_18) | `12` | Specifies that the data should be encoded with SSCC18 barcode specification. | +| [STANDARD_2_OF_5](#standard_2_of_5) | `18` | Specifies that the data should be encoded with Standard 2 of 5 barcode specification. | +| [SWISS_POST_PARCEL](#swiss_post_parcel) | `50` | Specifies that the data should be encoded with Swiss Post Parcel Barcode barcode specification. Supported types: Domestic Mail, International Mail, Additional Services (new) | +| [UPCA](#upca) | `13` | Specifies that the data should be encoded with UPC-A barcode specification. | +| [UPCA_GS_1_CODE_128_COUPON](#upca_gs_1_code_128_coupon) | `62` | Specifies that the data should be encoded with UPC coupon with GS1-128 Extended Code barcode specification. An example of the input string: generator.setCodeText("514141100906(8102)03", None) where UPCA part is "514141100906", GS1Code128 part is (8102)03. | +| [UPCA_GS_1_DATABAR_COUPON](#upca_gs_1_databar_coupon) | `63` | Specifies that the data should be encoded with UPC coupon with GS1 DataBar addition barcode specification. An example of the input string: generator.setCodeText("514141100906(8110)106141416543213500110000310123196000", None), where UPCA part is "514141100906", DATABAR part is "(8110)106141416543213500110000310123196000". To change the caption, use generator.getParameters().getCaptionAbove().setText("company prefix + offer code") | +| [UPCE](#upce) | `14` | Specifies that the data should be encoded with UPC-E barcode specification. | +| [VIN](#vin) | `26` | Represents VIN (Vehicle Identification Number) Barcode. | +### EncodeTypes.parse (static) {#parse} + +```python +parse(str encodeTypeName) -> def +``` + +Returns the corresponding Enum value for the given name. If the name does not exist, raises a ValueError. + +| Parameter | Type | Description | +| --- | --- | --- | +| `encodeTypeName` | `str` | | + +**Return Type:** `def` + +### EncodeTypes.parseToInt (static) {#parsetoint} + +```python +parseToInt(encodeTypeName) -> def +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `encodeTypeName` | `` | | + +**Return Type:** `def` + +### EncodeTypes.AUSTRALIA_POST {#australia_post} + +**Type:** `int` + +**Value:** `38` + +Represents Australia Post Customer BarCode. + +### EncodeTypes.AUSTRALIAN_POSTE_PARCEL {#australian_poste_parcel} + +**Type:** `int` + +**Value:** `49` + +Specifies that the data should be encoded with Australian Post Domestic eParcel Barcode barcode specification. + +### EncodeTypes.AZTEC {#aztec} + +**Type:** `int` + +**Value:** `35` + +Specifies that the data should be encoded with Aztec barcode specification. + +### EncodeTypes.CODABAR {#codabar} + +**Type:** `int` + +**Value:** `0` + +Specifies that the data should be encoded with CODABAR barcode specification. + +### EncodeTypes.CODABLOCK_F {#codablock_f} + +**Type:** `int` + +**Value:** `64` + +Specifies that the data should be encoded with Codablock-F barcode specification. + +### EncodeTypes.CODE_11 {#code_11} + +**Type:** `int` + +**Value:** `1` + +Specifies that the data should be encoded with CODE 11 barcode specification. + +### EncodeTypes.CODE_128 {#code_128} + +**Type:** `int` + +**Value:** `6` + +Specifies that the data should be encoded with CODE 128 barcode specification. + +### EncodeTypes.CODE_16_K {#code_16_k} + +**Type:** `int` + +**Value:** `31` + +Represents Code 16K barcode. + +### EncodeTypes.CODE_32 {#code_32} + +**Type:** `int` + +**Value:** `58` + +Specifies that the data should be encoded with Code32 barcode specification. + +### EncodeTypes.CODE_39 {#code_39} + +**Type:** `int` + +**Value:** `2` + +Specifies that the data should be encoded with. basic charset barcode specification: ISO/IEC 16388 + +### EncodeTypes.CODE_39_FULL_ASCII {#code_39_full_ascii} + +**Type:** `int` + +**Value:** `3` + +Specifies that the data should be encoded with. full ASCII charset barcode specification: ISO/IEC 16388 + +### EncodeTypes.CODE_93 {#code_93} + +**Type:** `int` + +**Value:** `5` + +Specifies that the data should be encoded with. barcode specification + +### EncodeTypes.DATA_LOGIC_2_OF_5 {#data_logic_2_of_5} + +**Type:** `int` + +**Value:** `59` + +Specifies that the data should be encoded with DataLogic 2 of 5 barcode specification. + +### EncodeTypes.DATA_MATRIX {#data_matrix} + +**Type:** `int` + +**Value:** `33` + +2D barcode symbology DataMatrix + +### EncodeTypes.DATABAR_EXPANDED {#databar_expanded} + +**Type:** `int` + +**Value:** `46` + +Represents GS1 Databar expanded barcode. + +### EncodeTypes.DATABAR_EXPANDED_STACKED {#databar_expanded_stacked} + +**Type:** `int` + +**Value:** `52` + +Represents GS1 Databar expanded stacked barcode. + +### EncodeTypes.DATABAR_LIMITED {#databar_limited} + +**Type:** `int` + +**Value:** `45` + +Represents GS1 DATABAR limited barcode. + +### EncodeTypes.DATABAR_OMNI_DIRECTIONAL {#databar_omni_directional} + +**Type:** `int` + +**Value:** `43` + +Specifies that the data should be encoded with GS1 Databar omni-directional barcode specification. + +### EncodeTypes.DATABAR_STACKED {#databar_stacked} + +**Type:** `int` + +**Value:** `53` + +Represents GS1 Databar stacked barcode. + +### EncodeTypes.DATABAR_STACKED_OMNI_DIRECTIONAL {#databar_stacked_omni_directional} + +**Type:** `int` + +**Value:** `54` + +Represents GS1 Databar stacked omni-directional barcode. + +### EncodeTypes.DATABAR_TRUNCATED {#databar_truncated} + +**Type:** `int` + +**Value:** `44` + +Specifies that the data should be encoded with GS1 Databar truncated barcode specification. + +### EncodeTypes.DEUTSCHE_POST_IDENTCODE {#deutsche_post_identcode} + +**Type:** `int` + +**Value:** `27` + +Represents Deutsch Post barcode, This EncodeType is also known as Identcode,CodeIdentcode,German Postal 2 of 5 Identcode, Deutsch Post AG Identcode, Deutsch Frachtpost Identcode, Deutsch Post AG (DHL) + +### EncodeTypes.DEUTSCHE_POST_LEITCODE {#deutsche_post_leitcode} + +**Type:** `int` + +**Value:** `28` + +Represents Deutsch Post Leitcode Barcode,also known as German Postal 2 of 5 Leitcode, CodeLeitcode, Leitcode, Deutsch Post AG (DHL). + +### EncodeTypes.DOT_CODE {#dot_code} + +**Type:** `int` + +**Value:** `60` + +Specifies that the data should be encoded with DotCode barcode specification. + +### EncodeTypes.DUTCH_KIX {#dutch_kix} + +**Type:** `int` + +**Value:** `61` + +Specifies that the data should be encoded with Dutch KIX barcode specification. + +### EncodeTypes.EAN_13 {#ean_13} + +**Type:** `int` + +**Value:** `9` + +Specifies that the data should be encoded with EAN-13 barcode specification. + +### EncodeTypes.EAN_14 {#ean_14} + +**Type:** `int` + +**Value:** `10` + +Specifies that the data should be encoded with EAN14 barcode specification. + +### EncodeTypes.EAN_8 {#ean_8} + +**Type:** `int` + +**Value:** `8` + +Specifies that the data should be encoded with EAN-8 barcode specification. + +### EncodeTypes.GS_1_AZTEC {#gs_1_aztec} + +**Type:** `int` + +**Value:** `81` + +Specifies that the data should be encoded with. barcode specification. The codetext must contains parentheses for AI. + +### EncodeTypes.GS_1_CODABLOCK_F {#gs_1_codablock_f} + +**Type:** `int` + +**Value:** `65` + +Specifies that the data should be encoded with GS1 Codablock-F barcode specification. The codetext must contains parentheses for AI. + +### EncodeTypes.GS_1_CODE_128 {#gs_1_code_128} + +**Type:** `int` + +**Value:** `7` + +Specifies that the data should be encoded with GS1 Code 128 barcode specification. The codetext must contains parentheses for AI. + +### EncodeTypes.GS_1_COMPOSITE_BAR {#gs_1_composite_bar} + +**Type:** `int` + +**Value:** `67` + +Specifies that the data should be encoded with GS1 Composite Bar barcode specification. The codetext must contains parentheses for AI. 1D codetext and 2D codetext must be separated with symbol '/' + +### EncodeTypes.GS_1_DATA_MATRIX {#gs_1_data_matrix} + +**Type:** `int` + +**Value:** `48` + +2D barcode symbology DataMatrix with GS1 string format + +### EncodeTypes.GS_1_DOT_CODE {#gs_1_dot_code} + +**Type:** `int` + +**Value:** `78` + +Specifies that the data should be encoded with. barcode specification. The codetext must contains parentheses for AI. + +### EncodeTypes.GS_1_HAN_XIN {#gs_1_han_xin} + +**Type:** `int` + +**Value:** `80` + +2D barcode symbology QR with GS1 string format + +### EncodeTypes.GS_1_MICRO_PDF_417 {#gs_1_micro_pdf_417} + +**Type:** `int` + +**Value:** `82` + +Specifies that the data should be encoded with GS1MicroPdf417 barcode specification. + +### EncodeTypes.GS_1_QR {#gs_1_qr} + +**Type:** `int` + +**Value:** `56` + +2D barcode symbology QR with GS1 string format + +### EncodeTypes.HAN_XIN {#han_xin} + +**Type:** `int` + +**Value:** `79` + +Specifies that the data should be encoded with Han Xin barcode specification. + +### EncodeTypes.HIBC_AZTEC_LIC {#hibc_aztec_lic} + +**Type:** `int` + +**Value:** `70` + +Specifies that the data should be encoded with. barcode specification. + +### EncodeTypes.HIBC_AZTEC_PAS {#hibc_aztec_pas} + +**Type:** `int` + +**Value:** `75` + +Specifies that the data should be encoded with. barcode specification. + +### EncodeTypes.HIBC_CODE_128_LIC {#hibc_code_128_lic} + +**Type:** `int` + +**Value:** `69` + +Specifies that the data should be encoded with. barcode specification. + +### EncodeTypes.HIBC_CODE_128_PAS {#hibc_code_128_pas} + +**Type:** `int` + +**Value:** `74` + +Specifies that the data should be encoded with. barcode specification. + +### EncodeTypes.HIBC_CODE_39_LIC {#hibc_code_39_lic} + +**Type:** `int` + +**Value:** `68` + +Specifies that the data should be encoded with. barcode specification. + +### EncodeTypes.HIBC_CODE_39_PAS {#hibc_code_39_pas} + +**Type:** `int` + +**Value:** `73` + +Specifies that the data should be encoded with. barcode specification. + +### EncodeTypes.HIBC_DATA_MATRIX_LIC {#hibc_data_matrix_lic} + +**Type:** `int` + +**Value:** `71` + +Specifies that the data should be encoded with. barcode specification. + +### EncodeTypes.HIBC_DATA_MATRIX_PAS {#hibc_data_matrix_pas} + +**Type:** `int` + +**Value:** `76` + +Specifies that the data should be encoded with. barcode specification. + +### EncodeTypes.HIBCQRLIC {#hibcqrlic} + +**Type:** `int` + +**Value:** `72` + +Specifies that the data should be encoded with. barcode specification. + +### EncodeTypes.HIBCQRPAS {#hibcqrpas} + +**Type:** `int` + +**Value:** `77` + +Specifies that the data should be encoded with. barcode specification. + +### EncodeTypes.IATA_2_OF_5 {#iata_2_of_5} + +**Type:** `int` + +**Value:** `22` + +Represents IATA 2 of 5 barcode.IATA (International Air Transport Assosiation) uses this barcode for the management of air cargo. + +### EncodeTypes.INTERLEAVED_2_OF_5 {#interleaved_2_of_5} + +**Type:** `int` + +**Value:** `19` + +Specifies that the data should be encoded with INTERLEAVED 2 of 5 barcode specification. + +### EncodeTypes.ISBN {#isbn} + +**Type:** `int` + +**Value:** `15` + +Specifies that the data should be encoded with isBN barcode specification. + +### EncodeTypes.ISMN {#ismn} + +**Type:** `int` + +**Value:** `17` + +Specifies that the data should be encoded with ISMN barcode specification. + +### EncodeTypes.ISSN {#issn} + +**Type:** `int` + +**Value:** `16` + +Specifies that the data should be encoded with ISSN barcode specification. + +### EncodeTypes.ITALIAN_POST_25 {#italian_post_25} + +**Type:** `int` + +**Value:** `21` + +Represents Italian Post 25 barcode. + +### EncodeTypes.ITF_14 {#itf_14} + +**Type:** `int` + +**Value:** `23` + +Specifies that the data should be encoded with ITF14 barcode specification. + +### EncodeTypes.ITF_6 {#itf_6} + +**Type:** `int` + +**Value:** `24` + +Represents ITF-6 Barcode. + +### EncodeTypes.MACRO_PDF_417 {#macro_pdf_417} + +**Type:** `int` + +**Value:** `37` + +Specifies that the data should be encoded with MacroPdf417 barcode specification. + +### EncodeTypes.MAILMARK {#mailmark} + +**Type:** `int` + +**Value:** `66` + +Represents Royal Mail Mailmark barcode. + +### EncodeTypes.MATRIX_2_OF_5 {#matrix_2_of_5} + +**Type:** `int` + +**Value:** `20` + +Represents Matrix 2 of 5 BarCode. + +### EncodeTypes.MAXI_CODE {#maxi_code} + +**Type:** `int` + +**Value:** `57` + +Specifies that the data should be encoded with MaxiCode barcode specification. + +### EncodeTypes.MICRO_PDF_417 {#micro_pdf_417} + +**Type:** `int` + +**Value:** `55` + +Specifies that the data should be encoded with MicroPdf417 barcode specification. + +### EncodeTypes.MICRO_QR {#micro_qr} + +**Type:** `int` + +**Value:** `83` + +Specifies that the data should be encoded with MicroQR Code barcode specification. + +### EncodeTypes.MSI {#msi} + +**Type:** `int` + +**Value:** `25` + +Specifies that the data should be encoded with MSI Plessey barcode specification. + +### EncodeTypes.NONE {#none} + +**Type:** `int` + +**Value:** `-1` + +Unspecified encode type. + +### EncodeTypes.ONE_CODE {#one_code} + +**Type:** `int` + +**Value:** `41` + +Specifies that the data should be encoded with USPS OneCode barcode specification. + +### EncodeTypes.OPC {#opc} + +**Type:** `int` + +**Value:** `29` + +Represents OPC(Optical Product Code) Barcode,also known as , VCA Barcode VCA OPC, Vision Council of America OPC Barcode. + +### EncodeTypes.PATCH_CODE {#patch_code} + +**Type:** `int` + +**Value:** `51` + +Represents Patch code barcode. + +### EncodeTypes.PDF_417 {#pdf_417} + +**Type:** `int` + +**Value:** `36` + +Specifies that the data should be encoded with Pdf417 barcode specification. + +### EncodeTypes.PHARMACODE {#pharmacode} + +**Type:** `int` + +**Value:** `32` + +Represents Pharmacode barcode. + +### EncodeTypes.PLANET {#planet} + +**Type:** `int` + +**Value:** `40` + +Specifies that the data should be encoded with Planet barcode specification. + +### EncodeTypes.POSTNET {#postnet} + +**Type:** `int` + +**Value:** `39` + +Specifies that the data should be encoded with Postnet barcode specification. + +### EncodeTypes.PZN {#pzn} + +**Type:** `int` + +**Value:** `30` + +Represents PZN barcode.This EncodeType is also known as Pharmacy central number, Pharmazentralnummer. + +### EncodeTypes.QR {#qr} + +**Type:** `int` + +**Value:** `34` + +Specifies that the data should be encoded with QR Code barcode specification. + +### EncodeTypes.RECT_MICRO_QR {#rect_micro_qr} + +**Type:** `int` + +**Value:** `84` + +Specifies that the data should be encoded with RectMicroQR (rMQR) Code barcode specification. + +### EncodeTypes.RM_4_SCC {#rm_4_scc} + +**Type:** `int` + +**Value:** `42` + +Represents RM4SCC barcode. RM4SCC (Royal Mail 4-state Customer Code) is used for automated mail sort process in UK. + +### EncodeTypes.SCC_14 {#scc_14} + +**Type:** `int` + +**Value:** `11` + +Specifies that the data should be encoded with SCC14 barcode specification. + +### EncodeTypes.SINGAPORE_POST {#singapore_post} + +**Type:** `int` + +**Value:** `47` + +Specifies that the data should be encoded with Singapore Post Barcode barcode specification. + +### EncodeTypes.SSCC_18 {#sscc_18} + +**Type:** `int` + +**Value:** `12` + +Specifies that the data should be encoded with SSCC18 barcode specification. + +### EncodeTypes.STANDARD_2_OF_5 {#standard_2_of_5} + +**Type:** `int` + +**Value:** `18` + +Specifies that the data should be encoded with Standard 2 of 5 barcode specification. + +### EncodeTypes.SWISS_POST_PARCEL {#swiss_post_parcel} + +**Type:** `int` + +**Value:** `50` + +Specifies that the data should be encoded with Swiss Post Parcel Barcode barcode specification. Supported types: Domestic Mail, International Mail, Additional Services (new) + +### EncodeTypes.UPCA {#upca} + +**Type:** `int` + +**Value:** `13` + +Specifies that the data should be encoded with UPC-A barcode specification. + +### EncodeTypes.UPCA_GS_1_CODE_128_COUPON {#upca_gs_1_code_128_coupon} + +**Type:** `int` + +**Value:** `62` + +Specifies that the data should be encoded with UPC coupon with GS1-128 Extended Code barcode specification. An example of the input string: generator.setCodeText("514141100906(8102)03", None) where UPCA part is "514141100906", GS1Code128 part is (8102)03. + +### EncodeTypes.UPCA_GS_1_DATABAR_COUPON {#upca_gs_1_databar_coupon} + +**Type:** `int` + +**Value:** `63` + +Specifies that the data should be encoded with UPC coupon with GS1 DataBar addition barcode specification. An example of the input string: generator.setCodeText("514141100906(8110)106141416543213500110000310123196000", None), where UPCA part is "514141100906", DATABAR part is "(8110)106141416543213500110000310123196000". To change the caption, use generator.getParameters().getCaptionAbove().setText("company prefix + offer code") + +### EncodeTypes.UPCE {#upce} + +**Type:** `int` + +**Value:** `14` + +Specifies that the data should be encoded with UPC-E barcode specification. + +### EncodeTypes.VIN {#vin} + +**Type:** `int` + +**Value:** `26` + +Represents VIN (Vehicle Identification Number) Barcode. + diff --git a/english/python-java/aspose_barcode.generation/encodetypes/australia_post/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/australia_post/_index.md deleted file mode 100644 index ae0197a06..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/australia_post/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.AUSTRALIA_POST" -linktitle: "AUSTRALIA_POST" -articleTitle: "AUSTRALIA_POST" -second_title: "Aspose.BarCode for Python via Java" -description: "Represents Australia Post Customer BarCode." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/australia_post/ ---- - -## EncodeTypes.AUSTRALIA_POST - -**Type:** `int` - - -**Value:** `38` - - -Represents Australia Post Customer BarCode. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/australian_poste_parcel/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/australian_poste_parcel/_index.md deleted file mode 100644 index 48dd64d3c..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/australian_poste_parcel/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.AUSTRALIAN_POSTE_PARCEL" -linktitle: "AUSTRALIAN_POSTE_PARCEL" -articleTitle: "AUSTRALIAN_POSTE_PARCEL" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be encoded with Australian Post Domestic eParcel Barcode barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/australian_poste_parcel/ ---- - -## EncodeTypes.AUSTRALIAN_POSTE_PARCEL - -**Type:** `int` - - -**Value:** `49` - - -Specifies that the data should be encoded with Australian Post Domestic eParcel Barcode barcode specification. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/aztec/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/aztec/_index.md deleted file mode 100644 index 027fa0da4..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/aztec/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.AZTEC" -linktitle: "AZTEC" -articleTitle: "AZTEC" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be encoded with Aztec barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/aztec/ ---- - -## EncodeTypes.AZTEC - -**Type:** `int` - - -**Value:** `35` - - -Specifies that the data should be encoded with Aztec barcode specification. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/codabar/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/codabar/_index.md deleted file mode 100644 index 069522a3d..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/codabar/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.CODABAR" -linktitle: "CODABAR" -articleTitle: "CODABAR" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be encoded with CODABAR barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/codabar/ ---- - -## EncodeTypes.CODABAR - -**Type:** `int` - - -**Value:** `0` - - -Specifies that the data should be encoded with CODABAR barcode specification. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/codablock_f/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/codablock_f/_index.md deleted file mode 100644 index b9b79f48d..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/codablock_f/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.CODABLOCK_F" -linktitle: "CODABLOCK_F" -articleTitle: "CODABLOCK_F" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be encoded with Codablock-F barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/codablock_f/ ---- - -## EncodeTypes.CODABLOCK_F - -**Type:** `int` - - -**Value:** `64` - - -Specifies that the data should be encoded with Codablock-F barcode specification. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/code_11/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/code_11/_index.md deleted file mode 100644 index 299a67a08..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/code_11/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.CODE_11" -linktitle: "CODE_11" -articleTitle: "CODE_11" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be encoded with CODE 11 barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/code_11/ ---- - -## EncodeTypes.CODE_11 - -**Type:** `int` - - -**Value:** `1` - - -Specifies that the data should be encoded with CODE 11 barcode specification. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/code_128/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/code_128/_index.md deleted file mode 100644 index fd839a73f..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/code_128/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.CODE_128" -linktitle: "CODE_128" -articleTitle: "CODE_128" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be encoded with CODE 128 barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/code_128/ ---- - -## EncodeTypes.CODE_128 - -**Type:** `int` - - -**Value:** `6` - - -Specifies that the data should be encoded with CODE 128 barcode specification. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/code_16_k/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/code_16_k/_index.md deleted file mode 100644 index 6a94db537..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/code_16_k/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.CODE_16_K" -linktitle: "CODE_16_K" -articleTitle: "CODE_16_K" -second_title: "Aspose.BarCode for Python via Java" -description: "Represents Code 16K barcode." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/code_16_k/ ---- - -## EncodeTypes.CODE_16_K - -**Type:** `int` - - -**Value:** `31` - - -Represents Code 16K barcode. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/code_32/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/code_32/_index.md deleted file mode 100644 index 86251abb8..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/code_32/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.CODE_32" -linktitle: "CODE_32" -articleTitle: "CODE_32" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be encoded with Code32 barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/code_32/ ---- - -## EncodeTypes.CODE_32 - -**Type:** `int` - - -**Value:** `58` - - -Specifies that the data should be encoded with Code32 barcode specification. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/code_39/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/code_39/_index.md deleted file mode 100644 index b0a328f00..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/code_39/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.CODE_39" -linktitle: "CODE_39" -articleTitle: "CODE_39" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be encoded with. basic charset barcode specification: ISO/IEC 16388" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/code_39/ ---- - -## EncodeTypes.CODE_39 - -**Type:** `int` - - -**Value:** `2` - - -Specifies that the data should be encoded with. basic charset barcode specification: ISO/IEC 16388 - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/code_39_full_ascii/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/code_39_full_ascii/_index.md deleted file mode 100644 index 6136c3ff2..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/code_39_full_ascii/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.CODE_39_FULL_ASCII" -linktitle: "CODE_39_FULL_ASCII" -articleTitle: "CODE_39_FULL_ASCII" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be encoded with. full ASCII charset barcode specification: ISO/IEC 16388" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/code_39_full_ascii/ ---- - -## EncodeTypes.CODE_39_FULL_ASCII - -**Type:** `int` - - -**Value:** `3` - - -Specifies that the data should be encoded with. full ASCII charset barcode specification: ISO/IEC 16388 - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/code_93/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/code_93/_index.md deleted file mode 100644 index f68ac7151..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/code_93/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.CODE_93" -linktitle: "CODE_93" -articleTitle: "CODE_93" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be encoded with. barcode specification" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/code_93/ ---- - -## EncodeTypes.CODE_93 - -**Type:** `int` - - -**Value:** `5` - - -Specifies that the data should be encoded with. barcode specification - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/data_logic_2_of_5/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/data_logic_2_of_5/_index.md deleted file mode 100644 index 750e5232e..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/data_logic_2_of_5/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.DATA_LOGIC_2_OF_5" -linktitle: "DATA_LOGIC_2_OF_5" -articleTitle: "DATA_LOGIC_2_OF_5" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be encoded with DataLogic 2 of 5 barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/data_logic_2_of_5/ ---- - -## EncodeTypes.DATA_LOGIC_2_OF_5 - -**Type:** `int` - - -**Value:** `59` - - -Specifies that the data should be encoded with DataLogic 2 of 5 barcode specification. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/data_matrix/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/data_matrix/_index.md deleted file mode 100644 index 7ef0a72b0..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/data_matrix/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.DATA_MATRIX" -linktitle: "DATA_MATRIX" -articleTitle: "DATA_MATRIX" -second_title: "Aspose.BarCode for Python via Java" -description: "2D barcode symbology DataMatrix" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/data_matrix/ ---- - -## EncodeTypes.DATA_MATRIX - -**Type:** `int` - - -**Value:** `33` - - -2D barcode symbology DataMatrix - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/databar_expanded/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/databar_expanded/_index.md deleted file mode 100644 index 5e747d808..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/databar_expanded/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.DATABAR_EXPANDED" -linktitle: "DATABAR_EXPANDED" -articleTitle: "DATABAR_EXPANDED" -second_title: "Aspose.BarCode for Python via Java" -description: "Represents GS1 Databar expanded barcode." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/databar_expanded/ ---- - -## EncodeTypes.DATABAR_EXPANDED - -**Type:** `int` - - -**Value:** `46` - - -Represents GS1 Databar expanded barcode. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/databar_expanded_stacked/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/databar_expanded_stacked/_index.md deleted file mode 100644 index 468f613dc..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/databar_expanded_stacked/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.DATABAR_EXPANDED_STACKED" -linktitle: "DATABAR_EXPANDED_STACKED" -articleTitle: "DATABAR_EXPANDED_STACKED" -second_title: "Aspose.BarCode for Python via Java" -description: "Represents GS1 Databar expanded stacked barcode." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/databar_expanded_stacked/ ---- - -## EncodeTypes.DATABAR_EXPANDED_STACKED - -**Type:** `int` - - -**Value:** `52` - - -Represents GS1 Databar expanded stacked barcode. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/databar_limited/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/databar_limited/_index.md deleted file mode 100644 index 71943b79e..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/databar_limited/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.DATABAR_LIMITED" -linktitle: "DATABAR_LIMITED" -articleTitle: "DATABAR_LIMITED" -second_title: "Aspose.BarCode for Python via Java" -description: "Represents GS1 DATABAR limited barcode." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/databar_limited/ ---- - -## EncodeTypes.DATABAR_LIMITED - -**Type:** `int` - - -**Value:** `45` - - -Represents GS1 DATABAR limited barcode. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/databar_omni_directional/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/databar_omni_directional/_index.md deleted file mode 100644 index c9e2a471c..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/databar_omni_directional/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.DATABAR_OMNI_DIRECTIONAL" -linktitle: "DATABAR_OMNI_DIRECTIONAL" -articleTitle: "DATABAR_OMNI_DIRECTIONAL" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be encoded with GS1 Databar omni-directional barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/databar_omni_directional/ ---- - -## EncodeTypes.DATABAR_OMNI_DIRECTIONAL - -**Type:** `int` - - -**Value:** `43` - - -Specifies that the data should be encoded with GS1 Databar omni-directional barcode specification. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/databar_stacked/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/databar_stacked/_index.md deleted file mode 100644 index e0a512e58..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/databar_stacked/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.DATABAR_STACKED" -linktitle: "DATABAR_STACKED" -articleTitle: "DATABAR_STACKED" -second_title: "Aspose.BarCode for Python via Java" -description: "Represents GS1 Databar stacked barcode." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/databar_stacked/ ---- - -## EncodeTypes.DATABAR_STACKED - -**Type:** `int` - - -**Value:** `53` - - -Represents GS1 Databar stacked barcode. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/databar_stacked_omni_directional/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/databar_stacked_omni_directional/_index.md deleted file mode 100644 index 182776ee7..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/databar_stacked_omni_directional/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.DATABAR_STACKED_OMNI_DIRECTIONAL" -linktitle: "DATABAR_STACKED_OMNI_DIRECTIONAL" -articleTitle: "DATABAR_STACKED_OMNI_DIRECTIONAL" -second_title: "Aspose.BarCode for Python via Java" -description: "Represents GS1 Databar stacked omni-directional barcode." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/databar_stacked_omni_directional/ ---- - -## EncodeTypes.DATABAR_STACKED_OMNI_DIRECTIONAL - -**Type:** `int` - - -**Value:** `54` - - -Represents GS1 Databar stacked omni-directional barcode. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/databar_truncated/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/databar_truncated/_index.md deleted file mode 100644 index f0022988a..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/databar_truncated/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.DATABAR_TRUNCATED" -linktitle: "DATABAR_TRUNCATED" -articleTitle: "DATABAR_TRUNCATED" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be encoded with GS1 Databar truncated barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/databar_truncated/ ---- - -## EncodeTypes.DATABAR_TRUNCATED - -**Type:** `int` - - -**Value:** `44` - - -Specifies that the data should be encoded with GS1 Databar truncated barcode specification. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/deutsche_post_identcode/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/deutsche_post_identcode/_index.md deleted file mode 100644 index db27b466b..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/deutsche_post_identcode/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.DEUTSCHE_POST_IDENTCODE" -linktitle: "DEUTSCHE_POST_IDENTCODE" -articleTitle: "DEUTSCHE_POST_IDENTCODE" -second_title: "Aspose.BarCode for Python via Java" -description: "Represents Deutsch Post barcode, This EncodeType is also known as Identcode,CodeIdentcode,German Postal 2 of 5 Identcode, Deutsch Post AG Identcode, Deutsch Fra" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/deutsche_post_identcode/ ---- - -## EncodeTypes.DEUTSCHE_POST_IDENTCODE - -**Type:** `int` - - -**Value:** `27` - - -Represents Deutsch Post barcode, This EncodeType is also known as Identcode,CodeIdentcode,German Postal 2 of 5 Identcode, Deutsch Post AG Identcode, Deutsch Frachtpost Identcode, Deutsch Post AG (DHL) - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/deutsche_post_leitcode/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/deutsche_post_leitcode/_index.md deleted file mode 100644 index 413bcbc4c..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/deutsche_post_leitcode/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.DEUTSCHE_POST_LEITCODE" -linktitle: "DEUTSCHE_POST_LEITCODE" -articleTitle: "DEUTSCHE_POST_LEITCODE" -second_title: "Aspose.BarCode for Python via Java" -description: "Represents Deutsch Post Leitcode Barcode,also known as German Postal 2 of 5 Leitcode, CodeLeitcode, Leitcode, Deutsch Post AG (DHL)." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/deutsche_post_leitcode/ ---- - -## EncodeTypes.DEUTSCHE_POST_LEITCODE - -**Type:** `int` - - -**Value:** `28` - - -Represents Deutsch Post Leitcode Barcode,also known as German Postal 2 of 5 Leitcode, CodeLeitcode, Leitcode, Deutsch Post AG (DHL). - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/dot_code/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/dot_code/_index.md deleted file mode 100644 index b17c171dc..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/dot_code/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.DOT_CODE" -linktitle: "DOT_CODE" -articleTitle: "DOT_CODE" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be encoded with DotCode barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/dot_code/ ---- - -## EncodeTypes.DOT_CODE - -**Type:** `int` - - -**Value:** `60` - - -Specifies that the data should be encoded with DotCode barcode specification. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/dutch_kix/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/dutch_kix/_index.md deleted file mode 100644 index 7f2fc624b..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/dutch_kix/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.DUTCH_KIX" -linktitle: "DUTCH_KIX" -articleTitle: "DUTCH_KIX" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be encoded with Dutch KIX barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/dutch_kix/ ---- - -## EncodeTypes.DUTCH_KIX - -**Type:** `int` - - -**Value:** `61` - - -Specifies that the data should be encoded with Dutch KIX barcode specification. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/ean_13/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/ean_13/_index.md deleted file mode 100644 index 71ee09285..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/ean_13/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.EAN_13" -linktitle: "EAN_13" -articleTitle: "EAN_13" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be encoded with EAN-13 barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/ean_13/ ---- - -## EncodeTypes.EAN_13 - -**Type:** `int` - - -**Value:** `9` - - -Specifies that the data should be encoded with EAN-13 barcode specification. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/ean_14/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/ean_14/_index.md deleted file mode 100644 index 9bccc6833..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/ean_14/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.EAN_14" -linktitle: "EAN_14" -articleTitle: "EAN_14" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be encoded with EAN14 barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/ean_14/ ---- - -## EncodeTypes.EAN_14 - -**Type:** `int` - - -**Value:** `10` - - -Specifies that the data should be encoded with EAN14 barcode specification. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/ean_8/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/ean_8/_index.md deleted file mode 100644 index 01de1d960..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/ean_8/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.EAN_8" -linktitle: "EAN_8" -articleTitle: "EAN_8" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be encoded with EAN-8 barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/ean_8/ ---- - -## EncodeTypes.EAN_8 - -**Type:** `int` - - -**Value:** `8` - - -Specifies that the data should be encoded with EAN-8 barcode specification. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/gs_1_aztec/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/gs_1_aztec/_index.md deleted file mode 100644 index d390e2fc8..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/gs_1_aztec/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.GS_1_AZTEC" -linktitle: "GS_1_AZTEC" -articleTitle: "GS_1_AZTEC" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be encoded with. barcode specification. The codetext must contains parentheses for AI." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/gs_1_aztec/ ---- - -## EncodeTypes.GS_1_AZTEC - -**Type:** `int` - - -**Value:** `81` - - -Specifies that the data should be encoded with. barcode specification. The codetext must contains parentheses for AI. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/gs_1_codablock_f/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/gs_1_codablock_f/_index.md deleted file mode 100644 index a97c5c23a..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/gs_1_codablock_f/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.GS_1_CODABLOCK_F" -linktitle: "GS_1_CODABLOCK_F" -articleTitle: "GS_1_CODABLOCK_F" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be encoded with GS1 Codablock-F barcode specification. The codetext must contains parentheses for AI." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/gs_1_codablock_f/ ---- - -## EncodeTypes.GS_1_CODABLOCK_F - -**Type:** `int` - - -**Value:** `65` - - -Specifies that the data should be encoded with GS1 Codablock-F barcode specification. The codetext must contains parentheses for AI. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/gs_1_code_128/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/gs_1_code_128/_index.md deleted file mode 100644 index b7fe4042d..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/gs_1_code_128/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.GS_1_CODE_128" -linktitle: "GS_1_CODE_128" -articleTitle: "GS_1_CODE_128" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be encoded with GS1 Code 128 barcode specification. The codetext must contains parentheses for AI." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/gs_1_code_128/ ---- - -## EncodeTypes.GS_1_CODE_128 - -**Type:** `int` - - -**Value:** `7` - - -Specifies that the data should be encoded with GS1 Code 128 barcode specification. The codetext must contains parentheses for AI. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/gs_1_composite_bar/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/gs_1_composite_bar/_index.md deleted file mode 100644 index d2ccf5b8a..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/gs_1_composite_bar/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.GS_1_COMPOSITE_BAR" -linktitle: "GS_1_COMPOSITE_BAR" -articleTitle: "GS_1_COMPOSITE_BAR" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be encoded with GS1 Composite Bar barcode specification. The codetext must contains parentheses for AI. 1D codetext and 2D codete" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/gs_1_composite_bar/ ---- - -## EncodeTypes.GS_1_COMPOSITE_BAR - -**Type:** `int` - - -**Value:** `67` - - -Specifies that the data should be encoded with GS1 Composite Bar barcode specification. The codetext must contains parentheses for AI. 1D codetext and 2D codetext must be separated with symbol '/' - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/gs_1_data_matrix/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/gs_1_data_matrix/_index.md deleted file mode 100644 index abb7d3ed7..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/gs_1_data_matrix/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.GS_1_DATA_MATRIX" -linktitle: "GS_1_DATA_MATRIX" -articleTitle: "GS_1_DATA_MATRIX" -second_title: "Aspose.BarCode for Python via Java" -description: "2D barcode symbology DataMatrix with GS1 string format" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/gs_1_data_matrix/ ---- - -## EncodeTypes.GS_1_DATA_MATRIX - -**Type:** `int` - - -**Value:** `48` - - -2D barcode symbology DataMatrix with GS1 string format - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/gs_1_dot_code/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/gs_1_dot_code/_index.md deleted file mode 100644 index e1091594a..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/gs_1_dot_code/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.GS_1_DOT_CODE" -linktitle: "GS_1_DOT_CODE" -articleTitle: "GS_1_DOT_CODE" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be encoded with. barcode specification. The codetext must contains parentheses for AI." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/gs_1_dot_code/ ---- - -## EncodeTypes.GS_1_DOT_CODE - -**Type:** `int` - - -**Value:** `78` - - -Specifies that the data should be encoded with. barcode specification. The codetext must contains parentheses for AI. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/gs_1_han_xin/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/gs_1_han_xin/_index.md deleted file mode 100644 index 61fc3a599..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/gs_1_han_xin/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.GS_1_HAN_XIN" -linktitle: "GS_1_HAN_XIN" -articleTitle: "GS_1_HAN_XIN" -second_title: "Aspose.BarCode for Python via Java" -description: "2D barcode symbology QR with GS1 string format" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/gs_1_han_xin/ ---- - -## EncodeTypes.GS_1_HAN_XIN - -**Type:** `int` - - -**Value:** `80` - - -2D barcode symbology QR with GS1 string format - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/gs_1_micro_pdf_417/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/gs_1_micro_pdf_417/_index.md deleted file mode 100644 index 3241f7317..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/gs_1_micro_pdf_417/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.GS_1_MICRO_PDF_417" -linktitle: "GS_1_MICRO_PDF_417" -articleTitle: "GS_1_MICRO_PDF_417" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be encoded with GS1MicroPdf417 barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/gs_1_micro_pdf_417/ ---- - -## EncodeTypes.GS_1_MICRO_PDF_417 - -**Type:** `int` - - -**Value:** `82` - - -Specifies that the data should be encoded with GS1MicroPdf417 barcode specification. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/gs_1_qr/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/gs_1_qr/_index.md deleted file mode 100644 index b71817ac0..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/gs_1_qr/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.GS_1_QR" -linktitle: "GS_1_QR" -articleTitle: "GS_1_QR" -second_title: "Aspose.BarCode for Python via Java" -description: "2D barcode symbology QR with GS1 string format" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/gs_1_qr/ ---- - -## EncodeTypes.GS_1_QR - -**Type:** `int` - - -**Value:** `56` - - -2D barcode symbology QR with GS1 string format - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/han_xin/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/han_xin/_index.md deleted file mode 100644 index aa09a7a9b..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/han_xin/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.HAN_XIN" -linktitle: "HAN_XIN" -articleTitle: "HAN_XIN" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be encoded with Han Xin barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/han_xin/ ---- - -## EncodeTypes.HAN_XIN - -**Type:** `int` - - -**Value:** `79` - - -Specifies that the data should be encoded with Han Xin barcode specification. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/hibc_aztec_lic/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/hibc_aztec_lic/_index.md deleted file mode 100644 index 7d73c4566..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/hibc_aztec_lic/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.HIBC_AZTEC_LIC" -linktitle: "HIBC_AZTEC_LIC" -articleTitle: "HIBC_AZTEC_LIC" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be encoded with. barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/hibc_aztec_lic/ ---- - -## EncodeTypes.HIBC_AZTEC_LIC - -**Type:** `int` - - -**Value:** `70` - - -Specifies that the data should be encoded with. barcode specification. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/hibc_aztec_pas/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/hibc_aztec_pas/_index.md deleted file mode 100644 index 064088b6a..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/hibc_aztec_pas/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.HIBC_AZTEC_PAS" -linktitle: "HIBC_AZTEC_PAS" -articleTitle: "HIBC_AZTEC_PAS" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be encoded with. barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/hibc_aztec_pas/ ---- - -## EncodeTypes.HIBC_AZTEC_PAS - -**Type:** `int` - - -**Value:** `75` - - -Specifies that the data should be encoded with. barcode specification. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/hibc_code_128_lic/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/hibc_code_128_lic/_index.md deleted file mode 100644 index d53e2c469..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/hibc_code_128_lic/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.HIBC_CODE_128_LIC" -linktitle: "HIBC_CODE_128_LIC" -articleTitle: "HIBC_CODE_128_LIC" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be encoded with. barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/hibc_code_128_lic/ ---- - -## EncodeTypes.HIBC_CODE_128_LIC - -**Type:** `int` - - -**Value:** `69` - - -Specifies that the data should be encoded with. barcode specification. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/hibc_code_128_pas/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/hibc_code_128_pas/_index.md deleted file mode 100644 index 2d1b7b627..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/hibc_code_128_pas/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.HIBC_CODE_128_PAS" -linktitle: "HIBC_CODE_128_PAS" -articleTitle: "HIBC_CODE_128_PAS" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be encoded with. barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/hibc_code_128_pas/ ---- - -## EncodeTypes.HIBC_CODE_128_PAS - -**Type:** `int` - - -**Value:** `74` - - -Specifies that the data should be encoded with. barcode specification. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/hibc_code_39_lic/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/hibc_code_39_lic/_index.md deleted file mode 100644 index 606c964cc..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/hibc_code_39_lic/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.HIBC_CODE_39_LIC" -linktitle: "HIBC_CODE_39_LIC" -articleTitle: "HIBC_CODE_39_LIC" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be encoded with. barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/hibc_code_39_lic/ ---- - -## EncodeTypes.HIBC_CODE_39_LIC - -**Type:** `int` - - -**Value:** `68` - - -Specifies that the data should be encoded with. barcode specification. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/hibc_code_39_pas/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/hibc_code_39_pas/_index.md deleted file mode 100644 index 6377f186e..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/hibc_code_39_pas/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.HIBC_CODE_39_PAS" -linktitle: "HIBC_CODE_39_PAS" -articleTitle: "HIBC_CODE_39_PAS" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be encoded with. barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/hibc_code_39_pas/ ---- - -## EncodeTypes.HIBC_CODE_39_PAS - -**Type:** `int` - - -**Value:** `73` - - -Specifies that the data should be encoded with. barcode specification. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/hibc_data_matrix_lic/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/hibc_data_matrix_lic/_index.md deleted file mode 100644 index d45bf2a9c..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/hibc_data_matrix_lic/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.HIBC_DATA_MATRIX_LIC" -linktitle: "HIBC_DATA_MATRIX_LIC" -articleTitle: "HIBC_DATA_MATRIX_LIC" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be encoded with. barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/hibc_data_matrix_lic/ ---- - -## EncodeTypes.HIBC_DATA_MATRIX_LIC - -**Type:** `int` - - -**Value:** `71` - - -Specifies that the data should be encoded with. barcode specification. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/hibc_data_matrix_pas/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/hibc_data_matrix_pas/_index.md deleted file mode 100644 index b1d86e3b3..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/hibc_data_matrix_pas/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.HIBC_DATA_MATRIX_PAS" -linktitle: "HIBC_DATA_MATRIX_PAS" -articleTitle: "HIBC_DATA_MATRIX_PAS" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be encoded with. barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/hibc_data_matrix_pas/ ---- - -## EncodeTypes.HIBC_DATA_MATRIX_PAS - -**Type:** `int` - - -**Value:** `76` - - -Specifies that the data should be encoded with. barcode specification. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/hibcqrlic/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/hibcqrlic/_index.md deleted file mode 100644 index f224642b3..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/hibcqrlic/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.HIBCQRLIC" -linktitle: "HIBCQRLIC" -articleTitle: "HIBCQRLIC" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be encoded with. barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/hibcqrlic/ ---- - -## EncodeTypes.HIBCQRLIC - -**Type:** `int` - - -**Value:** `72` - - -Specifies that the data should be encoded with. barcode specification. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/hibcqrpas/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/hibcqrpas/_index.md deleted file mode 100644 index 93504e0cf..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/hibcqrpas/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.HIBCQRPAS" -linktitle: "HIBCQRPAS" -articleTitle: "HIBCQRPAS" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be encoded with. barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/hibcqrpas/ ---- - -## EncodeTypes.HIBCQRPAS - -**Type:** `int` - - -**Value:** `77` - - -Specifies that the data should be encoded with. barcode specification. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/iata_2_of_5/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/iata_2_of_5/_index.md deleted file mode 100644 index 390cb82a3..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/iata_2_of_5/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.IATA_2_OF_5" -linktitle: "IATA_2_OF_5" -articleTitle: "IATA_2_OF_5" -second_title: "Aspose.BarCode for Python via Java" -description: "Represents IATA 2 of 5 barcode.IATA (International Air Transport Assosiation) uses this barcode for the management of air cargo." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/iata_2_of_5/ ---- - -## EncodeTypes.IATA_2_OF_5 - -**Type:** `int` - - -**Value:** `22` - - -Represents IATA 2 of 5 barcode.IATA (International Air Transport Assosiation) uses this barcode for the management of air cargo. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/interleaved_2_of_5/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/interleaved_2_of_5/_index.md deleted file mode 100644 index f57a6293d..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/interleaved_2_of_5/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.INTERLEAVED_2_OF_5" -linktitle: "INTERLEAVED_2_OF_5" -articleTitle: "INTERLEAVED_2_OF_5" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be encoded with INTERLEAVED 2 of 5 barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/interleaved_2_of_5/ ---- - -## EncodeTypes.INTERLEAVED_2_OF_5 - -**Type:** `int` - - -**Value:** `19` - - -Specifies that the data should be encoded with INTERLEAVED 2 of 5 barcode specification. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/isbn/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/isbn/_index.md deleted file mode 100644 index 5e3400817..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/isbn/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.ISBN" -linktitle: "ISBN" -articleTitle: "ISBN" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be encoded with isBN barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/isbn/ ---- - -## EncodeTypes.ISBN - -**Type:** `int` - - -**Value:** `15` - - -Specifies that the data should be encoded with isBN barcode specification. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/ismn/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/ismn/_index.md deleted file mode 100644 index 189e9cb54..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/ismn/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.ISMN" -linktitle: "ISMN" -articleTitle: "ISMN" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be encoded with ISMN barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/ismn/ ---- - -## EncodeTypes.ISMN - -**Type:** `int` - - -**Value:** `17` - - -Specifies that the data should be encoded with ISMN barcode specification. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/issn/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/issn/_index.md deleted file mode 100644 index 1beda16e1..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/issn/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.ISSN" -linktitle: "ISSN" -articleTitle: "ISSN" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be encoded with ISSN barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/issn/ ---- - -## EncodeTypes.ISSN - -**Type:** `int` - - -**Value:** `16` - - -Specifies that the data should be encoded with ISSN barcode specification. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/italian_post_25/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/italian_post_25/_index.md deleted file mode 100644 index f829c905d..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/italian_post_25/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.ITALIAN_POST_25" -linktitle: "ITALIAN_POST_25" -articleTitle: "ITALIAN_POST_25" -second_title: "Aspose.BarCode for Python via Java" -description: "Represents Italian Post 25 barcode." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/italian_post_25/ ---- - -## EncodeTypes.ITALIAN_POST_25 - -**Type:** `int` - - -**Value:** `21` - - -Represents Italian Post 25 barcode. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/itf_14/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/itf_14/_index.md deleted file mode 100644 index 839397e78..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/itf_14/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.ITF_14" -linktitle: "ITF_14" -articleTitle: "ITF_14" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be encoded with ITF14 barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/itf_14/ ---- - -## EncodeTypes.ITF_14 - -**Type:** `int` - - -**Value:** `23` - - -Specifies that the data should be encoded with ITF14 barcode specification. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/itf_6/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/itf_6/_index.md deleted file mode 100644 index c2c338388..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/itf_6/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.ITF_6" -linktitle: "ITF_6" -articleTitle: "ITF_6" -second_title: "Aspose.BarCode for Python via Java" -description: "Represents ITF-6 Barcode." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/itf_6/ ---- - -## EncodeTypes.ITF_6 - -**Type:** `int` - - -**Value:** `24` - - -Represents ITF-6 Barcode. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/macro_pdf_417/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/macro_pdf_417/_index.md deleted file mode 100644 index d66ccf16f..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/macro_pdf_417/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.MACRO_PDF_417" -linktitle: "MACRO_PDF_417" -articleTitle: "MACRO_PDF_417" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be encoded with MacroPdf417 barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/macro_pdf_417/ ---- - -## EncodeTypes.MACRO_PDF_417 - -**Type:** `int` - - -**Value:** `37` - - -Specifies that the data should be encoded with MacroPdf417 barcode specification. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/mailmark/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/mailmark/_index.md deleted file mode 100644 index 1745ed97e..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/mailmark/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.MAILMARK" -linktitle: "MAILMARK" -articleTitle: "MAILMARK" -second_title: "Aspose.BarCode for Python via Java" -description: "Represents Royal Mail Mailmark barcode." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/mailmark/ ---- - -## EncodeTypes.MAILMARK - -**Type:** `int` - - -**Value:** `66` - - -Represents Royal Mail Mailmark barcode. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/matrix_2_of_5/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/matrix_2_of_5/_index.md deleted file mode 100644 index 77b3b655c..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/matrix_2_of_5/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.MATRIX_2_OF_5" -linktitle: "MATRIX_2_OF_5" -articleTitle: "MATRIX_2_OF_5" -second_title: "Aspose.BarCode for Python via Java" -description: "Represents Matrix 2 of 5 BarCode." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/matrix_2_of_5/ ---- - -## EncodeTypes.MATRIX_2_OF_5 - -**Type:** `int` - - -**Value:** `20` - - -Represents Matrix 2 of 5 BarCode. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/maxi_code/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/maxi_code/_index.md deleted file mode 100644 index 360edb6db..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/maxi_code/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.MAXI_CODE" -linktitle: "MAXI_CODE" -articleTitle: "MAXI_CODE" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be encoded with MaxiCode barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/maxi_code/ ---- - -## EncodeTypes.MAXI_CODE - -**Type:** `int` - - -**Value:** `57` - - -Specifies that the data should be encoded with MaxiCode barcode specification. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/micro_pdf_417/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/micro_pdf_417/_index.md deleted file mode 100644 index 0eeac5927..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/micro_pdf_417/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.MICRO_PDF_417" -linktitle: "MICRO_PDF_417" -articleTitle: "MICRO_PDF_417" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be encoded with MicroPdf417 barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/micro_pdf_417/ ---- - -## EncodeTypes.MICRO_PDF_417 - -**Type:** `int` - - -**Value:** `55` - - -Specifies that the data should be encoded with MicroPdf417 barcode specification. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/micro_qr/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/micro_qr/_index.md deleted file mode 100644 index 95e940a05..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/micro_qr/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.MICRO_QR" -linktitle: "MICRO_QR" -articleTitle: "MICRO_QR" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be encoded with MicroQR Code barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/micro_qr/ ---- - -## EncodeTypes.MICRO_QR - -**Type:** `int` - - -**Value:** `83` - - -Specifies that the data should be encoded with MicroQR Code barcode specification. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/msi/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/msi/_index.md deleted file mode 100644 index dc4224383..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/msi/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.MSI" -linktitle: "MSI" -articleTitle: "MSI" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be encoded with MSI Plessey barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/msi/ ---- - -## EncodeTypes.MSI - -**Type:** `int` - - -**Value:** `25` - - -Specifies that the data should be encoded with MSI Plessey barcode specification. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/none/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/none/_index.md deleted file mode 100644 index dfadd8b04..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/none/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.NONE" -linktitle: "NONE" -articleTitle: "NONE" -second_title: "Aspose.BarCode for Python via Java" -description: "Unspecified encode type." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/none/ ---- - -## EncodeTypes.NONE - -**Type:** `int` - - -**Value:** `-1` - - -Unspecified encode type. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/one_code/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/one_code/_index.md deleted file mode 100644 index 683ad27fa..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/one_code/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.ONE_CODE" -linktitle: "ONE_CODE" -articleTitle: "ONE_CODE" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be encoded with USPS OneCode barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/one_code/ ---- - -## EncodeTypes.ONE_CODE - -**Type:** `int` - - -**Value:** `41` - - -Specifies that the data should be encoded with USPS OneCode barcode specification. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/opc/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/opc/_index.md deleted file mode 100644 index 7669ac2ab..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/opc/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.OPC" -linktitle: "OPC" -articleTitle: "OPC" -second_title: "Aspose.BarCode for Python via Java" -description: "Represents OPC(Optical Product Code) Barcode,also known as , VCA Barcode VCA OPC, Vision Council of America OPC Barcode." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/opc/ ---- - -## EncodeTypes.OPC - -**Type:** `int` - - -**Value:** `29` - - -Represents OPC(Optical Product Code) Barcode,also known as , VCA Barcode VCA OPC, Vision Council of America OPC Barcode. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/parse/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/parse/_index.md deleted file mode 100644 index 64be09208..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/parse/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "EncodeTypes.parse" -linktitle: "parse" -articleTitle: "parse" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns the corresponding Enum value for the given name. If the name does not exist, raises a ValueError." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/parse/ ---- - -## EncodeTypes.parse - -```python -parse(str encodeTypeName) -> def -``` - - -Returns the corresponding Enum value for the given name. If the name does not exist, raises a ValueError. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `encodeTypeName` | `str` | | - -**Return Type:** `def` - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/parsetoint/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/parsetoint/_index.md deleted file mode 100644 index ec02d8b9c..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/parsetoint/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "EncodeTypes.parseToInt" -linktitle: "parseToInt" -articleTitle: "parseToInt" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/parsetoint/ ---- - -## EncodeTypes.parseToInt - -```python -parseToInt(encodeTypeName) -> def -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `encodeTypeName` | `` | | - -**Return Type:** `def` - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/patch_code/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/patch_code/_index.md deleted file mode 100644 index b3b0969af..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/patch_code/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.PATCH_CODE" -linktitle: "PATCH_CODE" -articleTitle: "PATCH_CODE" -second_title: "Aspose.BarCode for Python via Java" -description: "Represents Patch code barcode." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/patch_code/ ---- - -## EncodeTypes.PATCH_CODE - -**Type:** `int` - - -**Value:** `51` - - -Represents Patch code barcode. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/pdf_417/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/pdf_417/_index.md deleted file mode 100644 index 5b2d85822..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/pdf_417/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.PDF_417" -linktitle: "PDF_417" -articleTitle: "PDF_417" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be encoded with Pdf417 barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/pdf_417/ ---- - -## EncodeTypes.PDF_417 - -**Type:** `int` - - -**Value:** `36` - - -Specifies that the data should be encoded with Pdf417 barcode specification. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/pharmacode/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/pharmacode/_index.md deleted file mode 100644 index 8b6668dea..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/pharmacode/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.PHARMACODE" -linktitle: "PHARMACODE" -articleTitle: "PHARMACODE" -second_title: "Aspose.BarCode for Python via Java" -description: "Represents Pharmacode barcode." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/pharmacode/ ---- - -## EncodeTypes.PHARMACODE - -**Type:** `int` - - -**Value:** `32` - - -Represents Pharmacode barcode. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/planet/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/planet/_index.md deleted file mode 100644 index 6510e0f97..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/planet/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.PLANET" -linktitle: "PLANET" -articleTitle: "PLANET" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be encoded with Planet barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/planet/ ---- - -## EncodeTypes.PLANET - -**Type:** `int` - - -**Value:** `40` - - -Specifies that the data should be encoded with Planet barcode specification. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/postnet/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/postnet/_index.md deleted file mode 100644 index 680eeb840..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/postnet/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.POSTNET" -linktitle: "POSTNET" -articleTitle: "POSTNET" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be encoded with Postnet barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/postnet/ ---- - -## EncodeTypes.POSTNET - -**Type:** `int` - - -**Value:** `39` - - -Specifies that the data should be encoded with Postnet barcode specification. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/pzn/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/pzn/_index.md deleted file mode 100644 index b17a84dde..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/pzn/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.PZN" -linktitle: "PZN" -articleTitle: "PZN" -second_title: "Aspose.BarCode for Python via Java" -description: "Represents PZN barcode.This EncodeType is also known as Pharmacy central number, Pharmazentralnummer." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/pzn/ ---- - -## EncodeTypes.PZN - -**Type:** `int` - - -**Value:** `30` - - -Represents PZN barcode.This EncodeType is also known as Pharmacy central number, Pharmazentralnummer. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/qr/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/qr/_index.md deleted file mode 100644 index 4a28129db..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/qr/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.QR" -linktitle: "QR" -articleTitle: "QR" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be encoded with QR Code barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/qr/ ---- - -## EncodeTypes.QR - -**Type:** `int` - - -**Value:** `34` - - -Specifies that the data should be encoded with QR Code barcode specification. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/rect_micro_qr/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/rect_micro_qr/_index.md deleted file mode 100644 index 4f87791b8..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/rect_micro_qr/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.RECT_MICRO_QR" -linktitle: "RECT_MICRO_QR" -articleTitle: "RECT_MICRO_QR" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be encoded with RectMicroQR (rMQR) Code barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/rect_micro_qr/ ---- - -## EncodeTypes.RECT_MICRO_QR - -**Type:** `int` - - -**Value:** `84` - - -Specifies that the data should be encoded with RectMicroQR (rMQR) Code barcode specification. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/rm_4_scc/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/rm_4_scc/_index.md deleted file mode 100644 index 8b8334fb8..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/rm_4_scc/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.RM_4_SCC" -linktitle: "RM_4_SCC" -articleTitle: "RM_4_SCC" -second_title: "Aspose.BarCode for Python via Java" -description: "Represents RM4SCC barcode. RM4SCC (Royal Mail 4-state Customer Code) is used for automated mail sort process in UK." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/rm_4_scc/ ---- - -## EncodeTypes.RM_4_SCC - -**Type:** `int` - - -**Value:** `42` - - -Represents RM4SCC barcode. RM4SCC (Royal Mail 4-state Customer Code) is used for automated mail sort process in UK. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/scc_14/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/scc_14/_index.md deleted file mode 100644 index 467d6fe20..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/scc_14/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.SCC_14" -linktitle: "SCC_14" -articleTitle: "SCC_14" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be encoded with SCC14 barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/scc_14/ ---- - -## EncodeTypes.SCC_14 - -**Type:** `int` - - -**Value:** `11` - - -Specifies that the data should be encoded with SCC14 barcode specification. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/singapore_post/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/singapore_post/_index.md deleted file mode 100644 index d050aeaa5..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/singapore_post/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.SINGAPORE_POST" -linktitle: "SINGAPORE_POST" -articleTitle: "SINGAPORE_POST" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be encoded with Singapore Post Barcode barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/singapore_post/ ---- - -## EncodeTypes.SINGAPORE_POST - -**Type:** `int` - - -**Value:** `47` - - -Specifies that the data should be encoded with Singapore Post Barcode barcode specification. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/sscc_18/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/sscc_18/_index.md deleted file mode 100644 index d478d83cc..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/sscc_18/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.SSCC_18" -linktitle: "SSCC_18" -articleTitle: "SSCC_18" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be encoded with SSCC18 barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/sscc_18/ ---- - -## EncodeTypes.SSCC_18 - -**Type:** `int` - - -**Value:** `12` - - -Specifies that the data should be encoded with SSCC18 barcode specification. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/standard_2_of_5/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/standard_2_of_5/_index.md deleted file mode 100644 index fb18e5adb..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/standard_2_of_5/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.STANDARD_2_OF_5" -linktitle: "STANDARD_2_OF_5" -articleTitle: "STANDARD_2_OF_5" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be encoded with Standard 2 of 5 barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/standard_2_of_5/ ---- - -## EncodeTypes.STANDARD_2_OF_5 - -**Type:** `int` - - -**Value:** `18` - - -Specifies that the data should be encoded with Standard 2 of 5 barcode specification. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/swiss_post_parcel/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/swiss_post_parcel/_index.md deleted file mode 100644 index 543c6f481..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/swiss_post_parcel/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.SWISS_POST_PARCEL" -linktitle: "SWISS_POST_PARCEL" -articleTitle: "SWISS_POST_PARCEL" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be encoded with Swiss Post Parcel Barcode barcode specification. Supported types: Domestic Mail, International Mail, Additional S" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/swiss_post_parcel/ ---- - -## EncodeTypes.SWISS_POST_PARCEL - -**Type:** `int` - - -**Value:** `50` - - -Specifies that the data should be encoded with Swiss Post Parcel Barcode barcode specification. Supported types: Domestic Mail, International Mail, Additional Services (new) - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/upca/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/upca/_index.md deleted file mode 100644 index 013a5b36c..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/upca/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.UPCA" -linktitle: "UPCA" -articleTitle: "UPCA" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be encoded with UPC-A barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/upca/ ---- - -## EncodeTypes.UPCA - -**Type:** `int` - - -**Value:** `13` - - -Specifies that the data should be encoded with UPC-A barcode specification. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/upca_gs_1_code_128_coupon/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/upca_gs_1_code_128_coupon/_index.md deleted file mode 100644 index 900283f86..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/upca_gs_1_code_128_coupon/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.UPCA_GS_1_CODE_128_COUPON" -linktitle: "UPCA_GS_1_CODE_128_COUPON" -articleTitle: "UPCA_GS_1_CODE_128_COUPON" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be encoded with UPC coupon with GS1-128 Extended Code barcode specification. An example of the input string: generator.setCodeTex" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/upca_gs_1_code_128_coupon/ ---- - -## EncodeTypes.UPCA_GS_1_CODE_128_COUPON - -**Type:** `int` - - -**Value:** `62` - - -Specifies that the data should be encoded with UPC coupon with GS1-128 Extended Code barcode specification. An example of the input string: generator.setCodeText("514141100906(8102)03", None) where UPCA part is "514141100906", GS1Code128 part is (8102)03. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/upca_gs_1_databar_coupon/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/upca_gs_1_databar_coupon/_index.md deleted file mode 100644 index 3b418b4bb..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/upca_gs_1_databar_coupon/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.UPCA_GS_1_DATABAR_COUPON" -linktitle: "UPCA_GS_1_DATABAR_COUPON" -articleTitle: "UPCA_GS_1_DATABAR_COUPON" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be encoded with UPC coupon with GS1 DataBar addition barcode specification. An example of the input string: generator.setCodeText" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/upca_gs_1_databar_coupon/ ---- - -## EncodeTypes.UPCA_GS_1_DATABAR_COUPON - -**Type:** `int` - - -**Value:** `63` - - -Specifies that the data should be encoded with UPC coupon with GS1 DataBar addition barcode specification. An example of the input string: generator.setCodeText("514141100906(8110)106141416543213500110000310123196000", None), where UPCA part is "514141100906", DATABAR part is "(8110)106141416543213500110000310123196000". To change the caption, use generator.getParameters().getCaptionAbove().setText("company prefix + offer code") - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/upce/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/upce/_index.md deleted file mode 100644 index 9a354a9a9..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/upce/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.UPCE" -linktitle: "UPCE" -articleTitle: "UPCE" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be encoded with UPC-E barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/upce/ ---- - -## EncodeTypes.UPCE - -**Type:** `int` - - -**Value:** `14` - - -Specifies that the data should be encoded with UPC-E barcode specification. - diff --git a/english/python-java/aspose_barcode.generation/encodetypes/vin/_index.md b/english/python-java/aspose_barcode.generation/encodetypes/vin/_index.md deleted file mode 100644 index 9750feaf6..000000000 --- a/english/python-java/aspose_barcode.generation/encodetypes/vin/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "EncodeTypes.VIN" -linktitle: "VIN" -articleTitle: "VIN" -second_title: "Aspose.BarCode for Python via Java" -description: "Represents VIN (Vehicle Identification Number) Barcode." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/encodetypes/vin/ ---- - -## EncodeTypes.VIN - -**Type:** `int` - - -**Value:** `26` - - -Represents VIN (Vehicle Identification Number) Barcode. - diff --git a/english/python-java/aspose_barcode.generation/extcodetextbuilder/_index.md b/english/python-java/aspose_barcode.generation/extcodetextbuilder/_index.md index 681c4bfff..bed1f8861 100644 --- a/english/python-java/aspose_barcode.generation/extcodetextbuilder/_index.md +++ b/english/python-java/aspose_barcode.generation/extcodetextbuilder/_index.md @@ -1,7 +1,6 @@ --- -title: "ExtCodetextBuilder Class" +title: "ExtCodetextBuilder" linktitle: "ExtCodetextBuilder" -articleTitle: "ExtCodetextBuilder" second_title: "Aspose.BarCode for Python via Java" description: "Helper class for automatic codetext generation of the Extended Codetext Mode." type: docs @@ -21,13 +20,67 @@ Helper class for automatic codetext generation of the Extended Codetext Mode. | Name | Description | | --- | --- | -| [__init__](./extcodetextbuilder/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [add_eci_codetext](./add_eci_codetext/) | `None` | No | Adds codetext with Extended Channel Identifier. Args: eci_encoding (ECIEncodings): Extended Channel Identifier. codetext (str): Codetext in unicode to add as an extended codetext item with Extended Channel Identifier. | -| [add_plain_codetext](./add_plain_codetext/) | `None` | No | Adds plain codetext to the extended codetext items. Args: codetext (str): Codetext in unicode to add as an extended codetext item. | -| [clear](./clear/) | `None` | No | Clears extended codetext items. Reimplemented in QrExtCodetextBuilder. | -| [extended_codetext](./extended_codetext/) | `Optional[str]` | No | Generates extended codetext from the generation items list. Returns: Optional[str]: The generated extended codetext string, or None if not set. Reimplemented in QrExtCodetextBuilder, MaxiCodeExtCodetextBuilder, DotCodeExtCodetextBuilder, DataMatrixExtCodetextBuilder, and AztecExtCodetextBuilder. | +| [add_eci_codetext](#add_eci_codetext) | `None` | No | Adds codetext with Extended Channel Identifier. Args: eci_encoding (ECIEncodings): Extended Channel Identifier. codetext (str): Codetext in unicode to add as an extended codetext item with Extended Channel Identifier. | +| [add_plain_codetext](#add_plain_codetext) | `None` | No | Adds plain codetext to the extended codetext items. Args: codetext (str): Codetext in unicode to add as an extended codetext item. | +| [clear](#clear) | `None` | No | Clears extended codetext items. Reimplemented in QrExtCodetextBuilder. | +| [extended_codetext](#extended_codetext) | `Optional[str]` | No | Generates extended codetext from the generation items list. Returns: Optional[str]: The generated extended codetext string, or None if not set. Reimplemented in QrExtCodetextBuilder, MaxiCodeExtCodetextBuilder, DotCodeExtCodetextBuilder, DataMatrixExtCodetextBuilder, and AztecExtCodetextBuilder. | + +### ExtCodetextBuilder Constructor {#constructor} + +```python +__init__(self, _java_class) +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `_java_class` | `` | | + +### ExtCodetextBuilder.add_eci_codetext {#add_eci_codetext} + +```python +add_eci_codetext(self, ECIEncodings eci_encoding, str codetext) +``` + +Adds codetext with Extended Channel Identifier. Args: eci_encoding (ECIEncodings): Extended Channel Identifier. codetext (str): Codetext in unicode to add as an extended codetext item with Extended Channel Identifier. + +| Parameter | Type | Description | +| --- | --- | --- | +| `eci_encoding` | `ECIEncodings` | | +| `codetext` | `str` | | + +### ExtCodetextBuilder.add_plain_codetext {#add_plain_codetext} + +```python +add_plain_codetext(self, str codetext) +``` + +Adds plain codetext to the extended codetext items. Args: codetext (str): Codetext in unicode to add as an extended codetext item. + +| Parameter | Type | Description | +| --- | --- | --- | +| `codetext` | `str` | | + +### ExtCodetextBuilder.clear {#clear} + +```python +clear(self) +``` + +Clears extended codetext items. Reimplemented in QrExtCodetextBuilder. + +### ExtCodetextBuilder.extended_codetext {#extended_codetext} + +```python +extended_codetext(self) -> Optional[str] +``` + +Generates extended codetext from the generation items list. Returns: Optional[str]: The generated extended codetext string, or None if not set. Reimplemented in QrExtCodetextBuilder, MaxiCodeExtCodetextBuilder, DotCodeExtCodetextBuilder, DataMatrixExtCodetextBuilder, and AztecExtCodetextBuilder. + +**Return Type:** `Optional[str]` + diff --git a/english/python-java/aspose_barcode.generation/extcodetextbuilder/add_eci_codetext/_index.md b/english/python-java/aspose_barcode.generation/extcodetextbuilder/add_eci_codetext/_index.md deleted file mode 100644 index d76a47f2f..000000000 --- a/english/python-java/aspose_barcode.generation/extcodetextbuilder/add_eci_codetext/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: "ExtCodetextBuilder.add_eci_codetext" -linktitle: "add_eci_codetext" -articleTitle: "add_eci_codetext" -second_title: "Aspose.BarCode for Python via Java" -description: "Adds codetext with Extended Channel Identifier. Args: eci_encoding (ECIEncodings): Extended Channel Identifier. codetext (str): Codetext in unicode to add as an" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/extcodetextbuilder/add_eci_codetext/ ---- - -## ExtCodetextBuilder.add_eci_codetext - -```python -add_eci_codetext(self, ECIEncodings eci_encoding, str codetext) -``` - - -Adds codetext with Extended Channel Identifier. Args: eci_encoding (ECIEncodings): Extended Channel Identifier. codetext (str): Codetext in unicode to add as an extended codetext item with Extended Channel Identifier. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `eci_encoding` | `ECIEncodings` | | -| `codetext` | `str` | | diff --git a/english/python-java/aspose_barcode.generation/extcodetextbuilder/add_plain_codetext/_index.md b/english/python-java/aspose_barcode.generation/extcodetextbuilder/add_plain_codetext/_index.md deleted file mode 100644 index fb1014b6c..000000000 --- a/english/python-java/aspose_barcode.generation/extcodetextbuilder/add_plain_codetext/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "ExtCodetextBuilder.add_plain_codetext" -linktitle: "add_plain_codetext" -articleTitle: "add_plain_codetext" -second_title: "Aspose.BarCode for Python via Java" -description: "Adds plain codetext to the extended codetext items. Args: codetext (str): Codetext in unicode to add as an extended codetext item." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/extcodetextbuilder/add_plain_codetext/ ---- - -## ExtCodetextBuilder.add_plain_codetext - -```python -add_plain_codetext(self, str codetext) -``` - - -Adds plain codetext to the extended codetext items. Args: codetext (str): Codetext in unicode to add as an extended codetext item. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `codetext` | `str` | | diff --git a/english/python-java/aspose_barcode.generation/extcodetextbuilder/clear/_index.md b/english/python-java/aspose_barcode.generation/extcodetextbuilder/clear/_index.md deleted file mode 100644 index 48cdab88d..000000000 --- a/english/python-java/aspose_barcode.generation/extcodetextbuilder/clear/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "ExtCodetextBuilder.clear" -linktitle: "clear" -articleTitle: "clear" -second_title: "Aspose.BarCode for Python via Java" -description: "Clears extended codetext items. Reimplemented in QrExtCodetextBuilder." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/extcodetextbuilder/clear/ ---- - -## ExtCodetextBuilder.clear - -```python -clear(self) -``` - - -Clears extended codetext items. Reimplemented in QrExtCodetextBuilder. - diff --git a/english/python-java/aspose_barcode.generation/extcodetextbuilder/extcodetextbuilder/_index.md b/english/python-java/aspose_barcode.generation/extcodetextbuilder/extcodetextbuilder/_index.md deleted file mode 100644 index 3e02df9d2..000000000 --- a/english/python-java/aspose_barcode.generation/extcodetextbuilder/extcodetextbuilder/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "ExtCodetextBuilder" -linktitle: "ExtCodetextBuilder" -articleTitle: "ExtCodetextBuilder" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/extcodetextbuilder/extcodetextbuilder/ ---- - -## ExtCodetextBuilder Constructor - -```python -__init__(self, _java_class) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `_java_class` | `` | | diff --git a/english/python-java/aspose_barcode.generation/extcodetextbuilder/extended_codetext/_index.md b/english/python-java/aspose_barcode.generation/extcodetextbuilder/extended_codetext/_index.md deleted file mode 100644 index 36fbe7563..000000000 --- a/english/python-java/aspose_barcode.generation/extcodetextbuilder/extended_codetext/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "ExtCodetextBuilder.extended_codetext" -linktitle: "extended_codetext" -articleTitle: "extended_codetext" -second_title: "Aspose.BarCode for Python via Java" -description: "Generates extended codetext from the generation items list. Returns: Optional[str]: The generated extended codetext string, or None if not set. Reimplemented in" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/extcodetextbuilder/extended_codetext/ ---- - -## ExtCodetextBuilder.extended_codetext - -```python -extended_codetext(self) -> Optional[str] -``` - - -Generates extended codetext from the generation items list. Returns: Optional[str]: The generated extended codetext string, or None if not set. Reimplemented in QrExtCodetextBuilder, MaxiCodeExtCodetextBuilder, DotCodeExtCodetextBuilder, DataMatrixExtCodetextBuilder, and AztecExtCodetextBuilder. - - -**Return Type:** `Optional[str]` - diff --git a/english/python-java/aspose_barcode.generation/fontmode/_index.md b/english/python-java/aspose_barcode.generation/fontmode/_index.md index 9350eb76c..69e61bced 100644 --- a/english/python-java/aspose_barcode.generation/fontmode/_index.md +++ b/english/python-java/aspose_barcode.generation/fontmode/_index.md @@ -1,7 +1,6 @@ --- -title: "FontMode Enum" +title: "FontMode" linktitle: "FontMode" -articleTitle: "FontMode" second_title: "Aspose.BarCode for Python via Java" description: "Font size mode." type: docs @@ -21,5 +20,21 @@ Font size mode. | Name | Value | Description | | --- | --- | --- | -| [AUTO](./auto/) | `0` | Automatically calculate Font size based on barcode size. | -| [MANUAL](./manual/) | `1` | Use Font sized defined by user. | +| [AUTO](#auto) | `0` | Automatically calculate Font size based on barcode size. | +| [MANUAL](#manual) | `1` | Use Font sized defined by user. | +### FontMode.AUTO {#auto} + +**Type:** `int` + +**Value:** `0` + +Automatically calculate Font size based on barcode size. + +### FontMode.MANUAL {#manual} + +**Type:** `int` + +**Value:** `1` + +Use Font sized defined by user. + diff --git a/english/python-java/aspose_barcode.generation/fontmode/auto/_index.md b/english/python-java/aspose_barcode.generation/fontmode/auto/_index.md deleted file mode 100644 index a7557fb1b..000000000 --- a/english/python-java/aspose_barcode.generation/fontmode/auto/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "FontMode.AUTO" -linktitle: "AUTO" -articleTitle: "AUTO" -second_title: "Aspose.BarCode for Python via Java" -description: "Automatically calculate Font size based on barcode size." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/fontmode/auto/ ---- - -## FontMode.AUTO - -**Type:** `int` - - -**Value:** `0` - - -Automatically calculate Font size based on barcode size. - diff --git a/english/python-java/aspose_barcode.generation/fontmode/manual/_index.md b/english/python-java/aspose_barcode.generation/fontmode/manual/_index.md deleted file mode 100644 index ff67819c4..000000000 --- a/english/python-java/aspose_barcode.generation/fontmode/manual/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "FontMode.MANUAL" -linktitle: "MANUAL" -articleTitle: "MANUAL" -second_title: "Aspose.BarCode for Python via Java" -description: "Use Font sized defined by user." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/fontmode/manual/ ---- - -## FontMode.MANUAL - -**Type:** `int` - - -**Value:** `1` - - -Use Font sized defined by user. - diff --git a/english/python-java/aspose_barcode.generation/fontstyle/_index.md b/english/python-java/aspose_barcode.generation/fontstyle/_index.md index 8f68ccd3a..7271f5a62 100644 --- a/english/python-java/aspose_barcode.generation/fontstyle/_index.md +++ b/english/python-java/aspose_barcode.generation/fontstyle/_index.md @@ -1,7 +1,6 @@ --- -title: "FontStyle Enum" +title: "FontStyle" linktitle: "FontStyle" -articleTitle: "FontStyle" second_title: "Aspose.BarCode for Python via Java" description: "Specifies style information applied to text." type: docs @@ -21,8 +20,48 @@ Specifies style information applied to text. | Name | Value | Description | | --- | --- | --- | -| [BOLD](./bold/) | `1` | Bold text. | -| [ITALIC](./italic/) | `2` | Italic text. | -| [REGULAR](./regular/) | `0` | Normal text. | -| [STRIKEOUT](./strikeout/) | `8` | Text with a line through the middle. | -| [UNDERLINE](./underline/) | `4` | Underlined text. | +| [BOLD](#bold) | `1` | Bold text. | +| [ITALIC](#italic) | `2` | Italic text. | +| [REGULAR](#regular) | `0` | Normal text. | +| [STRIKEOUT](#strikeout) | `8` | Text with a line through the middle. | +| [UNDERLINE](#underline) | `4` | Underlined text. | +### FontStyle.BOLD {#bold} + +**Type:** `int` + +**Value:** `1` + +Bold text. + +### FontStyle.ITALIC {#italic} + +**Type:** `int` + +**Value:** `2` + +Italic text. + +### FontStyle.REGULAR {#regular} + +**Type:** `int` + +**Value:** `0` + +Normal text. + +### FontStyle.STRIKEOUT {#strikeout} + +**Type:** `int` + +**Value:** `8` + +Text with a line through the middle. + +### FontStyle.UNDERLINE {#underline} + +**Type:** `int` + +**Value:** `4` + +Underlined text. + diff --git a/english/python-java/aspose_barcode.generation/fontstyle/bold/_index.md b/english/python-java/aspose_barcode.generation/fontstyle/bold/_index.md deleted file mode 100644 index 47b304d34..000000000 --- a/english/python-java/aspose_barcode.generation/fontstyle/bold/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "FontStyle.BOLD" -linktitle: "BOLD" -articleTitle: "BOLD" -second_title: "Aspose.BarCode for Python via Java" -description: "Bold text." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/fontstyle/bold/ ---- - -## FontStyle.BOLD - -**Type:** `int` - - -**Value:** `1` - - -Bold text. - diff --git a/english/python-java/aspose_barcode.generation/fontstyle/italic/_index.md b/english/python-java/aspose_barcode.generation/fontstyle/italic/_index.md deleted file mode 100644 index dcdce74fa..000000000 --- a/english/python-java/aspose_barcode.generation/fontstyle/italic/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "FontStyle.ITALIC" -linktitle: "ITALIC" -articleTitle: "ITALIC" -second_title: "Aspose.BarCode for Python via Java" -description: "Italic text." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/fontstyle/italic/ ---- - -## FontStyle.ITALIC - -**Type:** `int` - - -**Value:** `2` - - -Italic text. - diff --git a/english/python-java/aspose_barcode.generation/fontstyle/regular/_index.md b/english/python-java/aspose_barcode.generation/fontstyle/regular/_index.md deleted file mode 100644 index f45aaa0d4..000000000 --- a/english/python-java/aspose_barcode.generation/fontstyle/regular/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "FontStyle.REGULAR" -linktitle: "REGULAR" -articleTitle: "REGULAR" -second_title: "Aspose.BarCode for Python via Java" -description: "Normal text." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/fontstyle/regular/ ---- - -## FontStyle.REGULAR - -**Type:** `int` - - -**Value:** `0` - - -Normal text. - diff --git a/english/python-java/aspose_barcode.generation/fontstyle/strikeout/_index.md b/english/python-java/aspose_barcode.generation/fontstyle/strikeout/_index.md deleted file mode 100644 index 237eea054..000000000 --- a/english/python-java/aspose_barcode.generation/fontstyle/strikeout/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "FontStyle.STRIKEOUT" -linktitle: "STRIKEOUT" -articleTitle: "STRIKEOUT" -second_title: "Aspose.BarCode for Python via Java" -description: "Text with a line through the middle." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/fontstyle/strikeout/ ---- - -## FontStyle.STRIKEOUT - -**Type:** `int` - - -**Value:** `8` - - -Text with a line through the middle. - diff --git a/english/python-java/aspose_barcode.generation/fontstyle/underline/_index.md b/english/python-java/aspose_barcode.generation/fontstyle/underline/_index.md deleted file mode 100644 index 5d788e032..000000000 --- a/english/python-java/aspose_barcode.generation/fontstyle/underline/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "FontStyle.UNDERLINE" -linktitle: "UNDERLINE" -articleTitle: "UNDERLINE" -second_title: "Aspose.BarCode for Python via Java" -description: "Underlined text." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/fontstyle/underline/ ---- - -## FontStyle.UNDERLINE - -**Type:** `int` - - -**Value:** `4` - - -Underlined text. - diff --git a/english/python-java/aspose_barcode.generation/fontunit/__str__/_index.md b/english/python-java/aspose_barcode.generation/fontunit/__str__/_index.md deleted file mode 100644 index 01aaadecd..000000000 --- a/english/python-java/aspose_barcode.generation/fontunit/__str__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "FontUnit.__str__" -linktitle: "__str__" -articleTitle: "__str__" -second_title: "Aspose.BarCode for Python via Java" -description: "String representation of the FontUnit object." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/fontunit/__str__/ ---- - -## FontUnit.__str__ - -```python -__str__(self) -> str -``` - - -String representation of the FontUnit object. - - -**Return Type:** `str` - diff --git a/english/python-java/aspose_barcode.generation/fontunit/_index.md b/english/python-java/aspose_barcode.generation/fontunit/_index.md index aa6c6ea09..2f6a821c6 100644 --- a/english/python-java/aspose_barcode.generation/fontunit/_index.md +++ b/english/python-java/aspose_barcode.generation/fontunit/_index.md @@ -1,7 +1,6 @@ --- -title: "FontUnit Class" +title: "FontUnit" linktitle: "FontUnit" -articleTitle: "FontUnit" second_title: "Aspose.BarCode for Python via Java" description: "Defines a particular format for text, including font face, size, and style attributes where size in Unit value property. This sample shows how to create and sav" type: docs @@ -21,18 +20,75 @@ Defines a particular format for text, including font face, size, and style attri | Name | Description | | --- | --- | -| [__init__](./fontunit/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [__str__](./__str__/) | `str` | No | String representation of the FontUnit object. | +| [__str__](#__str__) | `str` | No | String representation of the FontUnit object. | ## Properties | Name | Type | Description | | --- | --- | --- | -| [family_name](./family_name/) | `str` | Gets the face name of this Font. | -| [size](./size/) | `Optional[Unit]` | Gets size of this FontUnit in Unit value. Raises: IllegalArgumentException: if the Size parameter value is less than or equal to 0. | -| [style](./style/) | `FontStyle` | Gets style information for this FontUnit. | +| [family_name](#family_name) | `str` | Gets the face name of this Font. | +| [size](#size) | `Optional[Unit]` | Gets size of this FontUnit in Unit value. Raises: IllegalArgumentException: if the Size parameter value is less than or equal to 0. | +| [style](#style) | `FontStyle` | Gets style information for this FontUnit. | + +### FontUnit Constructor {#constructor} + +```python +__init__(self, Union[FontUnit, Any] source) +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `source` | `Union[FontUnit, Any]` | | + +### FontUnit.__str__ {#__str__} + +```python +__str__(self) -> str +``` + +String representation of the FontUnit object. + +**Return Type:** `str` + +### FontUnit.family_name {#family_name} + +**Type:** `str` + +Gets the face name of this Font. + +Sets the face name of this Font. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `str` | | + +### FontUnit.size {#size} + +**Type:** `Optional[Unit]` + +Gets size of this FontUnit in Unit value. Raises: IllegalArgumentException: if the Size parameter value is less than or equal to 0. + +Sets size of this FontUnit in Unit value. Raises: IllegalArgumentException: if the Size parameter value is less than or equal to 0. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `Unit` | | + +### FontUnit.style {#style} + +**Type:** `FontStyle` + +Gets style information for this FontUnit. + +Sets style information for this FontUnit. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `FontStyle` | | + diff --git a/english/python-java/aspose_barcode.generation/fontunit/family_name/_index.md b/english/python-java/aspose_barcode.generation/fontunit/family_name/_index.md deleted file mode 100644 index b2a0deb02..000000000 --- a/english/python-java/aspose_barcode.generation/fontunit/family_name/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "FontUnit.family_name" -linktitle: "family_name" -articleTitle: "family_name" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets the face name of this Font." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/fontunit/family_name/ ---- - -## FontUnit.family_name - -**Type:** `str` - - -### Get - -Gets the face name of this Font. - - -### Set - -Sets the face name of this Font. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `str` | | diff --git a/english/python-java/aspose_barcode.generation/fontunit/fontunit/_index.md b/english/python-java/aspose_barcode.generation/fontunit/fontunit/_index.md deleted file mode 100644 index 25fe850d1..000000000 --- a/english/python-java/aspose_barcode.generation/fontunit/fontunit/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "FontUnit" -linktitle: "FontUnit" -articleTitle: "FontUnit" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/fontunit/fontunit/ ---- - -## FontUnit Constructor - -```python -__init__(self, Union[FontUnit, Any] source) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `source` | `Union[FontUnit, Any]` | | diff --git a/english/python-java/aspose_barcode.generation/fontunit/size/_index.md b/english/python-java/aspose_barcode.generation/fontunit/size/_index.md deleted file mode 100644 index 4d526dd21..000000000 --- a/english/python-java/aspose_barcode.generation/fontunit/size/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "FontUnit.size" -linktitle: "size" -articleTitle: "size" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets size of this FontUnit in Unit value. Raises: IllegalArgumentException: if the Size parameter value is less than or equal to 0." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/fontunit/size/ ---- - -## FontUnit.size - -**Type:** `Optional[Unit]` - - -### Get - -Gets size of this FontUnit in Unit value. Raises: IllegalArgumentException: if the Size parameter value is less than or equal to 0. - - -### Set - -Sets size of this FontUnit in Unit value. Raises: IllegalArgumentException: if the Size parameter value is less than or equal to 0. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `Unit` | | diff --git a/english/python-java/aspose_barcode.generation/fontunit/style/_index.md b/english/python-java/aspose_barcode.generation/fontunit/style/_index.md deleted file mode 100644 index 543454d33..000000000 --- a/english/python-java/aspose_barcode.generation/fontunit/style/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "FontUnit.style" -linktitle: "style" -articleTitle: "style" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets style information for this FontUnit." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/fontunit/style/ ---- - -## FontUnit.style - -**Type:** `FontStyle` - - -### Get - -Gets style information for this FontUnit. - - -### Set - -Sets style information for this FontUnit. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `FontStyle` | | diff --git a/english/python-java/aspose_barcode.generation/graphicsunit/_index.md b/english/python-java/aspose_barcode.generation/graphicsunit/_index.md index 0ef035348..8ba5ec333 100644 --- a/english/python-java/aspose_barcode.generation/graphicsunit/_index.md +++ b/english/python-java/aspose_barcode.generation/graphicsunit/_index.md @@ -1,7 +1,6 @@ --- -title: "GraphicsUnit Enum" +title: "GraphicsUnit" linktitle: "GraphicsUnit" -articleTitle: "GraphicsUnit" second_title: "Aspose.BarCode for Python via Java" description: "Specifies the unit of measure for the given data. WORLD = 0 - Specifies the world coordinate system unit as the unit of measure. DISPLAY = 1 - Specifies the uni" type: docs @@ -21,10 +20,66 @@ Specifies the unit of measure for the given data. WORLD = 0 - Specifies the worl | Name | Value | Description | | --- | --- | --- | -| [DISPLAY](./display/) | `1` | Specifies the unit of measure of the display device. Typically pixels for video displays, and 1/100 inch for printers. | -| [DOCUMENT](./document/) | `5` | Specifies the document unit = 1/300 inch) as the unit of measure. | -| [INCH](./inch/) | `4` | Specifies the inch as the unit of measure. | -| [MILLIMETER](./millimeter/) | `6` | Specifies the millimeter as the unit of measure. | -| [PIXEL](./pixel/) | `2` | Specifies a device pixel as the unit of measure. | -| [POINT](./point/) | `3` | Specifies a printer's point = 1/72 inch) as the unit of measure. | -| [WORLD](./world/) | `0` | Specifies the world coordinate system unit as the unit of measure. | +| [DISPLAY](#display) | `1` | Specifies the unit of measure of the display device. Typically pixels for video displays, and 1/100 inch for printers. | +| [DOCUMENT](#document) | `5` | Specifies the document unit = 1/300 inch) as the unit of measure. | +| [INCH](#inch) | `4` | Specifies the inch as the unit of measure. | +| [MILLIMETER](#millimeter) | `6` | Specifies the millimeter as the unit of measure. | +| [PIXEL](#pixel) | `2` | Specifies a device pixel as the unit of measure. | +| [POINT](#point) | `3` | Specifies a printer's point = 1/72 inch) as the unit of measure. | +| [WORLD](#world) | `0` | Specifies the world coordinate system unit as the unit of measure. | +### GraphicsUnit.DISPLAY {#display} + +**Type:** `int` + +**Value:** `1` + +Specifies the unit of measure of the display device. Typically pixels for video displays, and 1/100 inch for printers. + +### GraphicsUnit.DOCUMENT {#document} + +**Type:** `int` + +**Value:** `5` + +Specifies the document unit = 1/300 inch) as the unit of measure. + +### GraphicsUnit.INCH {#inch} + +**Type:** `int` + +**Value:** `4` + +Specifies the inch as the unit of measure. + +### GraphicsUnit.MILLIMETER {#millimeter} + +**Type:** `int` + +**Value:** `6` + +Specifies the millimeter as the unit of measure. + +### GraphicsUnit.PIXEL {#pixel} + +**Type:** `int` + +**Value:** `2` + +Specifies a device pixel as the unit of measure. + +### GraphicsUnit.POINT {#point} + +**Type:** `int` + +**Value:** `3` + +Specifies a printer's point = 1/72 inch) as the unit of measure. + +### GraphicsUnit.WORLD {#world} + +**Type:** `int` + +**Value:** `0` + +Specifies the world coordinate system unit as the unit of measure. + diff --git a/english/python-java/aspose_barcode.generation/graphicsunit/display/_index.md b/english/python-java/aspose_barcode.generation/graphicsunit/display/_index.md deleted file mode 100644 index ce8b8bd36..000000000 --- a/english/python-java/aspose_barcode.generation/graphicsunit/display/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "GraphicsUnit.DISPLAY" -linktitle: "DISPLAY" -articleTitle: "DISPLAY" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies the unit of measure of the display device. Typically pixels for video displays, and 1/100 inch for printers." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/graphicsunit/display/ ---- - -## GraphicsUnit.DISPLAY - -**Type:** `int` - - -**Value:** `1` - - -Specifies the unit of measure of the display device. Typically pixels for video displays, and 1/100 inch for printers. - diff --git a/english/python-java/aspose_barcode.generation/graphicsunit/document/_index.md b/english/python-java/aspose_barcode.generation/graphicsunit/document/_index.md deleted file mode 100644 index 87b67b2ef..000000000 --- a/english/python-java/aspose_barcode.generation/graphicsunit/document/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "GraphicsUnit.DOCUMENT" -linktitle: "DOCUMENT" -articleTitle: "DOCUMENT" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies the document unit = 1/300 inch) as the unit of measure." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/graphicsunit/document/ ---- - -## GraphicsUnit.DOCUMENT - -**Type:** `int` - - -**Value:** `5` - - -Specifies the document unit = 1/300 inch) as the unit of measure. - diff --git a/english/python-java/aspose_barcode.generation/graphicsunit/inch/_index.md b/english/python-java/aspose_barcode.generation/graphicsunit/inch/_index.md deleted file mode 100644 index a517c1681..000000000 --- a/english/python-java/aspose_barcode.generation/graphicsunit/inch/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "GraphicsUnit.INCH" -linktitle: "INCH" -articleTitle: "INCH" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies the inch as the unit of measure." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/graphicsunit/inch/ ---- - -## GraphicsUnit.INCH - -**Type:** `int` - - -**Value:** `4` - - -Specifies the inch as the unit of measure. - diff --git a/english/python-java/aspose_barcode.generation/graphicsunit/millimeter/_index.md b/english/python-java/aspose_barcode.generation/graphicsunit/millimeter/_index.md deleted file mode 100644 index 8384d2ea4..000000000 --- a/english/python-java/aspose_barcode.generation/graphicsunit/millimeter/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "GraphicsUnit.MILLIMETER" -linktitle: "MILLIMETER" -articleTitle: "MILLIMETER" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies the millimeter as the unit of measure." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/graphicsunit/millimeter/ ---- - -## GraphicsUnit.MILLIMETER - -**Type:** `int` - - -**Value:** `6` - - -Specifies the millimeter as the unit of measure. - diff --git a/english/python-java/aspose_barcode.generation/graphicsunit/pixel/_index.md b/english/python-java/aspose_barcode.generation/graphicsunit/pixel/_index.md deleted file mode 100644 index ea11dc99c..000000000 --- a/english/python-java/aspose_barcode.generation/graphicsunit/pixel/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "GraphicsUnit.PIXEL" -linktitle: "PIXEL" -articleTitle: "PIXEL" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies a device pixel as the unit of measure." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/graphicsunit/pixel/ ---- - -## GraphicsUnit.PIXEL - -**Type:** `int` - - -**Value:** `2` - - -Specifies a device pixel as the unit of measure. - diff --git a/english/python-java/aspose_barcode.generation/graphicsunit/point/_index.md b/english/python-java/aspose_barcode.generation/graphicsunit/point/_index.md deleted file mode 100644 index 262afca05..000000000 --- a/english/python-java/aspose_barcode.generation/graphicsunit/point/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "GraphicsUnit.POINT" -linktitle: "POINT" -articleTitle: "POINT" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies a printer's point = 1/72 inch) as the unit of measure." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/graphicsunit/point/ ---- - -## GraphicsUnit.POINT - -**Type:** `int` - - -**Value:** `3` - - -Specifies a printer's point = 1/72 inch) as the unit of measure. - diff --git a/english/python-java/aspose_barcode.generation/graphicsunit/world/_index.md b/english/python-java/aspose_barcode.generation/graphicsunit/world/_index.md deleted file mode 100644 index a3bd52634..000000000 --- a/english/python-java/aspose_barcode.generation/graphicsunit/world/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "GraphicsUnit.WORLD" -linktitle: "WORLD" -articleTitle: "WORLD" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies the world coordinate system unit as the unit of measure." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/graphicsunit/world/ ---- - -## GraphicsUnit.WORLD - -**Type:** `int` - - -**Value:** `0` - - -Specifies the world coordinate system unit as the unit of measure. - diff --git a/english/python-java/aspose_barcode.generation/gs1compositebarparameters/__str__/_index.md b/english/python-java/aspose_barcode.generation/gs1compositebarparameters/__str__/_index.md deleted file mode 100644 index d9500706a..000000000 --- a/english/python-java/aspose_barcode.generation/gs1compositebarparameters/__str__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "GS1CompositeBarParameters.__str__" -linktitle: "__str__" -articleTitle: "__str__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns a human-readable string representation of this DataBarParameters." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/gs1compositebarparameters/__str__/ ---- - -## GS1CompositeBarParameters.__str__ - -```python -__str__(self) -> str -``` - - -Returns a human-readable string representation of this DataBarParameters. - - -**Return Type:** `str` — A string that represents this DataBarParameters - diff --git a/english/python-java/aspose_barcode.generation/gs1compositebarparameters/_index.md b/english/python-java/aspose_barcode.generation/gs1compositebarparameters/_index.md index 402930d6b..38ea4638c 100644 --- a/english/python-java/aspose_barcode.generation/gs1compositebarparameters/_index.md +++ b/english/python-java/aspose_barcode.generation/gs1compositebarparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "GS1CompositeBarParameters Class" +title: "GS1CompositeBarParameters" linktitle: "GS1CompositeBarParameters" -articleTitle: "GS1CompositeBarParameters" second_title: "Aspose.BarCode for Python via Java" description: "GS1 Composite bar parameters." type: docs @@ -21,18 +20,75 @@ GS1 Composite bar parameters. | Name | Description | | --- | --- | -| [__init__](./gs1compositebarparameters/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [__str__](./__str__/) | `str` | No | Returns a human-readable string representation of this DataBarParameters. | +| [__str__](#__str__) | `str` | No | Returns a human-readable string representation of this DataBarParameters. | ## Properties | Name | Type | Description | | --- | --- | --- | -| [allow_only_gs1_encoding](./allow_only_gs1_encoding/) | `bool` | If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component. | -| [linear_component_type](./linear_component_type/) | `EncodeTypes` | Linear component type. | -| [two_d_component_type](./two_d_component_type/) | `TwoDComponentType` | 2D component type | +| [allow_only_gs1_encoding](#allow_only_gs1_encoding) | `bool` | If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component. | +| [linear_component_type](#linear_component_type) | `EncodeTypes` | Linear component type. | +| [two_d_component_type](#two_d_component_type) | `TwoDComponentType` | 2D component type | + +### GS1CompositeBarParameters Constructor {#constructor} + +```python +__init__(self, _java_class) +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `_java_class` | `` | | + +### GS1CompositeBarParameters.__str__ {#__str__} + +```python +__str__(self) -> str +``` + +Returns a human-readable string representation of this DataBarParameters. + +**Return Type:** `str` — A string that represents this DataBarParameters + +### GS1CompositeBarParameters.allow_only_gs1_encoding {#allow_only_gs1_encoding} + +**Type:** `bool` + +If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component. + +If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `bool` | | + +### GS1CompositeBarParameters.linear_component_type {#linear_component_type} + +**Type:** `EncodeTypes` + +Linear component type. + +Linear component type. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `EncodeTypes` | | + +### GS1CompositeBarParameters.two_d_component_type {#two_d_component_type} + +**Type:** `TwoDComponentType` + +2D component type + +2D component type + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `TwoDComponentType` | | + diff --git a/english/python-java/aspose_barcode.generation/gs1compositebarparameters/allow_only_gs1_encoding/_index.md b/english/python-java/aspose_barcode.generation/gs1compositebarparameters/allow_only_gs1_encoding/_index.md deleted file mode 100644 index da7d2d158..000000000 --- a/english/python-java/aspose_barcode.generation/gs1compositebarparameters/allow_only_gs1_encoding/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "GS1CompositeBarParameters.allow_only_gs1_encoding" -linktitle: "allow_only_gs1_encoding" -articleTitle: "allow_only_gs1_encoding" -second_title: "Aspose.BarCode for Python via Java" -description: "If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/gs1compositebarparameters/allow_only_gs1_encoding/ ---- - -## GS1CompositeBarParameters.allow_only_gs1_encoding - -**Type:** `bool` - - -### Get - -If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component. - - -### Set - -If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `bool` | | diff --git a/english/python-java/aspose_barcode.generation/gs1compositebarparameters/gs1compositebarparameters/_index.md b/english/python-java/aspose_barcode.generation/gs1compositebarparameters/gs1compositebarparameters/_index.md deleted file mode 100644 index 5dee64dd0..000000000 --- a/english/python-java/aspose_barcode.generation/gs1compositebarparameters/gs1compositebarparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "GS1CompositeBarParameters" -linktitle: "GS1CompositeBarParameters" -articleTitle: "GS1CompositeBarParameters" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/gs1compositebarparameters/gs1compositebarparameters/ ---- - -## GS1CompositeBarParameters Constructor - -```python -__init__(self, _java_class) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `_java_class` | `` | | diff --git a/english/python-java/aspose_barcode.generation/gs1compositebarparameters/linear_component_type/_index.md b/english/python-java/aspose_barcode.generation/gs1compositebarparameters/linear_component_type/_index.md deleted file mode 100644 index dc14ba78d..000000000 --- a/english/python-java/aspose_barcode.generation/gs1compositebarparameters/linear_component_type/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "GS1CompositeBarParameters.linear_component_type" -linktitle: "linear_component_type" -articleTitle: "linear_component_type" -second_title: "Aspose.BarCode for Python via Java" -description: "Linear component type." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/gs1compositebarparameters/linear_component_type/ ---- - -## GS1CompositeBarParameters.linear_component_type - -**Type:** `EncodeTypes` - - -### Get - -Linear component type. - - -### Set - -Linear component type. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `EncodeTypes` | | diff --git a/english/python-java/aspose_barcode.generation/gs1compositebarparameters/two_d_component_type/_index.md b/english/python-java/aspose_barcode.generation/gs1compositebarparameters/two_d_component_type/_index.md deleted file mode 100644 index 882de88ba..000000000 --- a/english/python-java/aspose_barcode.generation/gs1compositebarparameters/two_d_component_type/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "GS1CompositeBarParameters.two_d_component_type" -linktitle: "two_d_component_type" -articleTitle: "two_d_component_type" -second_title: "Aspose.BarCode for Python via Java" -description: "2D component type" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/gs1compositebarparameters/two_d_component_type/ ---- - -## GS1CompositeBarParameters.two_d_component_type - -**Type:** `TwoDComponentType` - - -### Get - -2D component type - - -### Set - -2D component type - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `TwoDComponentType` | | diff --git a/english/python-java/aspose_barcode.generation/hanxinencodemode/_index.md b/english/python-java/aspose_barcode.generation/hanxinencodemode/_index.md index a53ab5838..c50161149 100644 --- a/english/python-java/aspose_barcode.generation/hanxinencodemode/_index.md +++ b/english/python-java/aspose_barcode.generation/hanxinencodemode/_index.md @@ -1,7 +1,6 @@ --- -title: "HanXinEncodeMode Enum" +title: "HanXinEncodeMode" linktitle: "HanXinEncodeMode" -articleTitle: "HanXinEncodeMode" second_title: "Aspose.BarCode for Python via Java" description: "Han Xin Code encoding mode. It is recommended to use Auto with ASCII / Chinese characters or Unicode for Unicode characters. codetext = \"1234567890ABCDEFGabcdef" type: docs @@ -21,9 +20,57 @@ Han Xin Code encoding mode. It is recommended to use Auto with ASCII / Chinese c | Name | Value | Description | | --- | --- | --- | -| [AUTO](./auto/) | `0` | Sequence of Numeric, Text, ECI, Binary Bytes and 4 GB18030 modes changing automatically. | -| [BINARY](./binary/) | `1` | Binary byte mode encodes binary data in any form and encodes them in their binary byte. Every byte in Binary Byte mode is represented by 8 bits. | -| [ECI](./eci/) | `2` | Extended Channel Interpretation (ECI) mode. | -| [EXTENDED](./extended/) | `5` | Extended mode will allow more flexible combinations of other modes, this mode is currently not implemented. | -| [UNICODE](./unicode/) | `3` | Unicode mode designs a way to represent any text data reference to UTF8 encoding/charset in Han Xin Code. | -| [URI](./uri/) | `4` | URI mode indicates the data represented in Han Xin Code is Uniform Resource Identifier (URI) reference to RFC 3986. | +| [AUTO](#auto) | `0` | Sequence of Numeric, Text, ECI, Binary Bytes and 4 GB18030 modes changing automatically. | +| [BINARY](#binary) | `1` | Binary byte mode encodes binary data in any form and encodes them in their binary byte. Every byte in Binary Byte mode is represented by 8 bits. | +| [ECI](#eci) | `2` | Extended Channel Interpretation (ECI) mode. | +| [EXTENDED](#extended) | `5` | Extended mode will allow more flexible combinations of other modes, this mode is currently not implemented. | +| [UNICODE](#unicode) | `3` | Unicode mode designs a way to represent any text data reference to UTF8 encoding/charset in Han Xin Code. | +| [URI](#uri) | `4` | URI mode indicates the data represented in Han Xin Code is Uniform Resource Identifier (URI) reference to RFC 3986. | +### HanXinEncodeMode.AUTO {#auto} + +**Type:** `int` + +**Value:** `0` + +Sequence of Numeric, Text, ECI, Binary Bytes and 4 GB18030 modes changing automatically. + +### HanXinEncodeMode.BINARY {#binary} + +**Type:** `int` + +**Value:** `1` + +Binary byte mode encodes binary data in any form and encodes them in their binary byte. Every byte in Binary Byte mode is represented by 8 bits. + +### HanXinEncodeMode.ECI {#eci} + +**Type:** `int` + +**Value:** `2` + +Extended Channel Interpretation (ECI) mode. + +### HanXinEncodeMode.EXTENDED {#extended} + +**Type:** `int` + +**Value:** `5` + +Extended mode will allow more flexible combinations of other modes, this mode is currently not implemented. + +### HanXinEncodeMode.UNICODE {#unicode} + +**Type:** `int` + +**Value:** `3` + +Unicode mode designs a way to represent any text data reference to UTF8 encoding/charset in Han Xin Code. + +### HanXinEncodeMode.URI {#uri} + +**Type:** `int` + +**Value:** `4` + +URI mode indicates the data represented in Han Xin Code is Uniform Resource Identifier (URI) reference to RFC 3986. + diff --git a/english/python-java/aspose_barcode.generation/hanxinencodemode/auto/_index.md b/english/python-java/aspose_barcode.generation/hanxinencodemode/auto/_index.md deleted file mode 100644 index 4f0c0835c..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinencodemode/auto/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinEncodeMode.AUTO" -linktitle: "AUTO" -articleTitle: "AUTO" -second_title: "Aspose.BarCode for Python via Java" -description: "Sequence of Numeric, Text, ECI, Binary Bytes and 4 GB18030 modes changing automatically." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinencodemode/auto/ ---- - -## HanXinEncodeMode.AUTO - -**Type:** `int` - - -**Value:** `0` - - -Sequence of Numeric, Text, ECI, Binary Bytes and 4 GB18030 modes changing automatically. - diff --git a/english/python-java/aspose_barcode.generation/hanxinencodemode/binary/_index.md b/english/python-java/aspose_barcode.generation/hanxinencodemode/binary/_index.md deleted file mode 100644 index 110b735f4..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinencodemode/binary/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinEncodeMode.BINARY" -linktitle: "BINARY" -articleTitle: "BINARY" -second_title: "Aspose.BarCode for Python via Java" -description: "Binary byte mode encodes binary data in any form and encodes them in their binary byte. Every byte in Binary Byte mode is represented by 8 bits." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinencodemode/binary/ ---- - -## HanXinEncodeMode.BINARY - -**Type:** `int` - - -**Value:** `1` - - -Binary byte mode encodes binary data in any form and encodes them in their binary byte. Every byte in Binary Byte mode is represented by 8 bits. - diff --git a/english/python-java/aspose_barcode.generation/hanxinencodemode/eci/_index.md b/english/python-java/aspose_barcode.generation/hanxinencodemode/eci/_index.md deleted file mode 100644 index 285411e33..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinencodemode/eci/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinEncodeMode.ECI" -linktitle: "ECI" -articleTitle: "ECI" -second_title: "Aspose.BarCode for Python via Java" -description: "Extended Channel Interpretation (ECI) mode." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinencodemode/eci/ ---- - -## HanXinEncodeMode.ECI - -**Type:** `int` - - -**Value:** `2` - - -Extended Channel Interpretation (ECI) mode. - diff --git a/english/python-java/aspose_barcode.generation/hanxinencodemode/extended/_index.md b/english/python-java/aspose_barcode.generation/hanxinencodemode/extended/_index.md deleted file mode 100644 index 2dfbc1515..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinencodemode/extended/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinEncodeMode.EXTENDED" -linktitle: "EXTENDED" -articleTitle: "EXTENDED" -second_title: "Aspose.BarCode for Python via Java" -description: "Extended mode will allow more flexible combinations of other modes, this mode is currently not implemented." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinencodemode/extended/ ---- - -## HanXinEncodeMode.EXTENDED - -**Type:** `int` - - -**Value:** `5` - - -Extended mode will allow more flexible combinations of other modes, this mode is currently not implemented. - diff --git a/english/python-java/aspose_barcode.generation/hanxinencodemode/unicode/_index.md b/english/python-java/aspose_barcode.generation/hanxinencodemode/unicode/_index.md deleted file mode 100644 index 549da4909..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinencodemode/unicode/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinEncodeMode.UNICODE" -linktitle: "UNICODE" -articleTitle: "UNICODE" -second_title: "Aspose.BarCode for Python via Java" -description: "Unicode mode designs a way to represent any text data reference to UTF8 encoding/charset in Han Xin Code." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinencodemode/unicode/ ---- - -## HanXinEncodeMode.UNICODE - -**Type:** `int` - - -**Value:** `3` - - -Unicode mode designs a way to represent any text data reference to UTF8 encoding/charset in Han Xin Code. - diff --git a/english/python-java/aspose_barcode.generation/hanxinencodemode/uri/_index.md b/english/python-java/aspose_barcode.generation/hanxinencodemode/uri/_index.md deleted file mode 100644 index 94aa3820b..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinencodemode/uri/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinEncodeMode.URI" -linktitle: "URI" -articleTitle: "URI" -second_title: "Aspose.BarCode for Python via Java" -description: "URI mode indicates the data represented in Han Xin Code is Uniform Resource Identifier (URI) reference to RFC 3986." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinencodemode/uri/ ---- - -## HanXinEncodeMode.URI - -**Type:** `int` - - -**Value:** `4` - - -URI mode indicates the data represented in Han Xin Code is Uniform Resource Identifier (URI) reference to RFC 3986. - diff --git a/english/python-java/aspose_barcode.generation/hanxinerrorlevel/_index.md b/english/python-java/aspose_barcode.generation/hanxinerrorlevel/_index.md index 649652cd2..dda29ef07 100644 --- a/english/python-java/aspose_barcode.generation/hanxinerrorlevel/_index.md +++ b/english/python-java/aspose_barcode.generation/hanxinerrorlevel/_index.md @@ -1,7 +1,6 @@ --- -title: "HanXinErrorLevel Enum" +title: "HanXinErrorLevel" linktitle: "HanXinErrorLevel" -articleTitle: "HanXinErrorLevel" second_title: "Aspose.BarCode for Python via Java" description: "Level of Reed-Solomon error correction. From low to high = L1, L2, L3, L4." type: docs @@ -21,7 +20,39 @@ Level of Reed-Solomon error correction. From low to high = L1, L2, L3, L4. | Name | Value | Description | | --- | --- | --- | -| [L1](./l1/) | `0` | Allows recovery of 8% of the code text. | -| [L2](./l2/) | `1` | Allows recovery of 15% of the code text. | -| [L3](./l3/) | `2` | Allows recovery of 23% of the code text. | -| [L4](./l4/) | `3` | Allows recovery of 30% of the code text. | +| [L1](#l1) | `0` | Allows recovery of 8% of the code text. | +| [L2](#l2) | `1` | Allows recovery of 15% of the code text. | +| [L3](#l3) | `2` | Allows recovery of 23% of the code text. | +| [L4](#l4) | `3` | Allows recovery of 30% of the code text. | +### HanXinErrorLevel.L1 {#l1} + +**Type:** `int` + +**Value:** `0` + +Allows recovery of 8% of the code text. + +### HanXinErrorLevel.L2 {#l2} + +**Type:** `int` + +**Value:** `1` + +Allows recovery of 15% of the code text. + +### HanXinErrorLevel.L3 {#l3} + +**Type:** `int` + +**Value:** `2` + +Allows recovery of 23% of the code text. + +### HanXinErrorLevel.L4 {#l4} + +**Type:** `int` + +**Value:** `3` + +Allows recovery of 30% of the code text. + diff --git a/english/python-java/aspose_barcode.generation/hanxinerrorlevel/l1/_index.md b/english/python-java/aspose_barcode.generation/hanxinerrorlevel/l1/_index.md deleted file mode 100644 index 8e7b6616c..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinerrorlevel/l1/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinErrorLevel.L1" -linktitle: "L1" -articleTitle: "L1" -second_title: "Aspose.BarCode for Python via Java" -description: "Allows recovery of 8% of the code text." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinerrorlevel/l1/ ---- - -## HanXinErrorLevel.L1 - -**Type:** `int` - - -**Value:** `0` - - -Allows recovery of 8% of the code text. - diff --git a/english/python-java/aspose_barcode.generation/hanxinerrorlevel/l2/_index.md b/english/python-java/aspose_barcode.generation/hanxinerrorlevel/l2/_index.md deleted file mode 100644 index 2787d85af..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinerrorlevel/l2/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinErrorLevel.L2" -linktitle: "L2" -articleTitle: "L2" -second_title: "Aspose.BarCode for Python via Java" -description: "Allows recovery of 15% of the code text." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinerrorlevel/l2/ ---- - -## HanXinErrorLevel.L2 - -**Type:** `int` - - -**Value:** `1` - - -Allows recovery of 15% of the code text. - diff --git a/english/python-java/aspose_barcode.generation/hanxinerrorlevel/l3/_index.md b/english/python-java/aspose_barcode.generation/hanxinerrorlevel/l3/_index.md deleted file mode 100644 index 9ac35c7d4..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinerrorlevel/l3/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinErrorLevel.L3" -linktitle: "L3" -articleTitle: "L3" -second_title: "Aspose.BarCode for Python via Java" -description: "Allows recovery of 23% of the code text." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinerrorlevel/l3/ ---- - -## HanXinErrorLevel.L3 - -**Type:** `int` - - -**Value:** `2` - - -Allows recovery of 23% of the code text. - diff --git a/english/python-java/aspose_barcode.generation/hanxinerrorlevel/l4/_index.md b/english/python-java/aspose_barcode.generation/hanxinerrorlevel/l4/_index.md deleted file mode 100644 index 7b69c5a43..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinerrorlevel/l4/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinErrorLevel.L4" -linktitle: "L4" -articleTitle: "L4" -second_title: "Aspose.BarCode for Python via Java" -description: "Allows recovery of 30% of the code text." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinerrorlevel/l4/ ---- - -## HanXinErrorLevel.L4 - -**Type:** `int` - - -**Value:** `3` - - -Allows recovery of 30% of the code text. - diff --git a/english/python-java/aspose_barcode.generation/hanxinextcodetextbuilder/_index.md b/english/python-java/aspose_barcode.generation/hanxinextcodetextbuilder/_index.md index 30f2de545..822e2fef9 100644 --- a/english/python-java/aspose_barcode.generation/hanxinextcodetextbuilder/_index.md +++ b/english/python-java/aspose_barcode.generation/hanxinextcodetextbuilder/_index.md @@ -1,7 +1,6 @@ --- -title: "HanXinExtCodetextBuilder Class" +title: "HanXinExtCodetextBuilder" linktitle: "HanXinExtCodetextBuilder" -articleTitle: "HanXinExtCodetextBuilder" second_title: "Aspose.BarCode for Python via Java" description: "Extended codetext generator for Han Xin Code for Extended Mode of HanXinEncodeMode." type: docs @@ -21,22 +20,184 @@ Extended codetext generator for Han Xin Code for Extended Mode of HanXinEncodeMo | Name | Description | | --- | --- | -| [__init__](./hanxinextcodetextbuilder/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [add_auto](./add_auto/) | `None` | No | Adds codetext fragment in Auto mode. | -| [add_binary](./add_binary/) | `None` | No | Adds codetext fragment in Binary mode. | -| [add_common_chinese_region_one](./add_common_chinese_region_one/) | `None` | No | Adds codetext fragment in Common Chinese Region One mode. | -| [add_common_chinese_region_two](./add_common_chinese_region_two/) | `None` | No | Adds codetext fragment in Common Chinese Region Two mode. | -| [add_eci](./add_eci/) | `None` | No | Adds codetext fragment in ECI mode. Args: text (str): Codetext string. encoding (int): ECI encoding in integer format. | -| [add_gb18030_four_byte](./add_gb18030_four_byte/) | `None` | No | Adds codetext fragment in GB18030 Four Byte mode. | -| [add_gb18030_two_byte](./add_gb18030_two_byte/) | `None` | No | Adds codetext fragment in GB18030 Two Byte mode. | -| [add_gs1](./add_gs1/) | `None` | No | Adds codetext fragment in GS1 mode. | -| [add_numeric](./add_numeric/) | `None` | No | Adds codetext fragment in Numeric mode. | -| [add_text](./add_text/) | `None` | No | Adds codetext fragment in Text mode. | -| [add_unicode](./add_unicode/) | `None` | No | Adds codetext fragment in Unicode mode. | -| [add_uri](./add_uri/) | `None` | No | Adds codetext fragment in URI mode. | -| [extended_codetext](./extended_codetext/) | `Optional[str]` | No | Returns codetext from Extended mode codetext builder. Returns: Optional[str]: Codetext in Extended mode. | +| [add_auto](#add_auto) | `None` | No | Adds codetext fragment in Auto mode. | +| [add_binary](#add_binary) | `None` | No | Adds codetext fragment in Binary mode. | +| [add_common_chinese_region_one](#add_common_chinese_region_one) | `None` | No | Adds codetext fragment in Common Chinese Region One mode. | +| [add_common_chinese_region_two](#add_common_chinese_region_two) | `None` | No | Adds codetext fragment in Common Chinese Region Two mode. | +| [add_eci](#add_eci) | `None` | No | Adds codetext fragment in ECI mode. Args: text (str): Codetext string. encoding (int): ECI encoding in integer format. | +| [add_gb18030_four_byte](#add_gb18030_four_byte) | `None` | No | Adds codetext fragment in GB18030 Four Byte mode. | +| [add_gb18030_two_byte](#add_gb18030_two_byte) | `None` | No | Adds codetext fragment in GB18030 Two Byte mode. | +| [add_gs1](#add_gs1) | `None` | No | Adds codetext fragment in GS1 mode. | +| [add_numeric](#add_numeric) | `None` | No | Adds codetext fragment in Numeric mode. | +| [add_text](#add_text) | `None` | No | Adds codetext fragment in Text mode. | +| [add_unicode](#add_unicode) | `None` | No | Adds codetext fragment in Unicode mode. | +| [add_uri](#add_uri) | `None` | No | Adds codetext fragment in URI mode. | +| [extended_codetext](#extended_codetext) | `Optional[str]` | No | Returns codetext from Extended mode codetext builder. Returns: Optional[str]: Codetext in Extended mode. | + +### HanXinExtCodetextBuilder Constructor {#constructor} + +```python +__init__(self) +``` + +### HanXinExtCodetextBuilder.add_auto {#add_auto} + +```python +add_auto(self, str text) +``` + +Adds codetext fragment in Auto mode. + +| Parameter | Type | Description | +| --- | --- | --- | +| `text` | `str` | | + +### HanXinExtCodetextBuilder.add_binary {#add_binary} + +```python +add_binary(self, str text) +``` + +Adds codetext fragment in Binary mode. + +| Parameter | Type | Description | +| --- | --- | --- | +| `text` | `str` | | + +### HanXinExtCodetextBuilder.add_common_chinese_region_one {#add_common_chinese_region_one} + +```python +add_common_chinese_region_one(self, str text) +``` + +Adds codetext fragment in Common Chinese Region One mode. + +| Parameter | Type | Description | +| --- | --- | --- | +| `text` | `str` | | + +### HanXinExtCodetextBuilder.add_common_chinese_region_two {#add_common_chinese_region_two} + +```python +add_common_chinese_region_two(self, str text) +``` + +Adds codetext fragment in Common Chinese Region Two mode. + +| Parameter | Type | Description | +| --- | --- | --- | +| `text` | `str` | | + +### HanXinExtCodetextBuilder.add_eci {#add_eci} + +```python +add_eci(self, str text, int encoding) +``` + +Adds codetext fragment in ECI mode. Args: text (str): Codetext string. encoding (int): ECI encoding in integer format. + +| Parameter | Type | Description | +| --- | --- | --- | +| `text` | `str` | | +| `encoding` | `int` | | + +### HanXinExtCodetextBuilder.add_gb18030_four_byte {#add_gb18030_four_byte} + +```python +add_gb18030_four_byte(self, str text) +``` + +Adds codetext fragment in GB18030 Four Byte mode. + +| Parameter | Type | Description | +| --- | --- | --- | +| `text` | `str` | | + +### HanXinExtCodetextBuilder.add_gb18030_two_byte {#add_gb18030_two_byte} + +```python +add_gb18030_two_byte(self, str text) +``` + +Adds codetext fragment in GB18030 Two Byte mode. + +| Parameter | Type | Description | +| --- | --- | --- | +| `text` | `str` | | + +### HanXinExtCodetextBuilder.add_gs1 {#add_gs1} + +```python +add_gs1(self, str text) +``` + +Adds codetext fragment in GS1 mode. + +| Parameter | Type | Description | +| --- | --- | --- | +| `text` | `str` | | + +### HanXinExtCodetextBuilder.add_numeric {#add_numeric} + +```python +add_numeric(self, str text) +``` + +Adds codetext fragment in Numeric mode. + +| Parameter | Type | Description | +| --- | --- | --- | +| `text` | `str` | | + +### HanXinExtCodetextBuilder.add_text {#add_text} + +```python +add_text(self, str text) +``` + +Adds codetext fragment in Text mode. + +| Parameter | Type | Description | +| --- | --- | --- | +| `text` | `str` | | + +### HanXinExtCodetextBuilder.add_unicode {#add_unicode} + +```python +add_unicode(self, str text) +``` + +Adds codetext fragment in Unicode mode. + +| Parameter | Type | Description | +| --- | --- | --- | +| `text` | `str` | | + +### HanXinExtCodetextBuilder.add_uri {#add_uri} + +```python +add_uri(self, str text) +``` + +Adds codetext fragment in URI mode. + +| Parameter | Type | Description | +| --- | --- | --- | +| `text` | `str` | | + +### HanXinExtCodetextBuilder.extended_codetext {#extended_codetext} + +```python +extended_codetext(self) -> Optional[str] +``` + +Returns codetext from Extended mode codetext builder. Returns: Optional[str]: Codetext in Extended mode. + +**Return Type:** `Optional[str]` + diff --git a/english/python-java/aspose_barcode.generation/hanxinextcodetextbuilder/add_auto/_index.md b/english/python-java/aspose_barcode.generation/hanxinextcodetextbuilder/add_auto/_index.md deleted file mode 100644 index 9da86e83a..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinextcodetextbuilder/add_auto/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "HanXinExtCodetextBuilder.add_auto" -linktitle: "add_auto" -articleTitle: "add_auto" -second_title: "Aspose.BarCode for Python via Java" -description: "Adds codetext fragment in Auto mode." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinextcodetextbuilder/add_auto/ ---- - -## HanXinExtCodetextBuilder.add_auto - -```python -add_auto(self, str text) -``` - - -Adds codetext fragment in Auto mode. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `text` | `str` | | diff --git a/english/python-java/aspose_barcode.generation/hanxinextcodetextbuilder/add_binary/_index.md b/english/python-java/aspose_barcode.generation/hanxinextcodetextbuilder/add_binary/_index.md deleted file mode 100644 index 946ca7b28..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinextcodetextbuilder/add_binary/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "HanXinExtCodetextBuilder.add_binary" -linktitle: "add_binary" -articleTitle: "add_binary" -second_title: "Aspose.BarCode for Python via Java" -description: "Adds codetext fragment in Binary mode." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinextcodetextbuilder/add_binary/ ---- - -## HanXinExtCodetextBuilder.add_binary - -```python -add_binary(self, str text) -``` - - -Adds codetext fragment in Binary mode. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `text` | `str` | | diff --git a/english/python-java/aspose_barcode.generation/hanxinextcodetextbuilder/add_common_chinese_region_one/_index.md b/english/python-java/aspose_barcode.generation/hanxinextcodetextbuilder/add_common_chinese_region_one/_index.md deleted file mode 100644 index 230556b99..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinextcodetextbuilder/add_common_chinese_region_one/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "HanXinExtCodetextBuilder.add_common_chinese_region_one" -linktitle: "add_common_chinese_region_one" -articleTitle: "add_common_chinese_region_one" -second_title: "Aspose.BarCode for Python via Java" -description: "Adds codetext fragment in Common Chinese Region One mode." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinextcodetextbuilder/add_common_chinese_region_one/ ---- - -## HanXinExtCodetextBuilder.add_common_chinese_region_one - -```python -add_common_chinese_region_one(self, str text) -``` - - -Adds codetext fragment in Common Chinese Region One mode. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `text` | `str` | | diff --git a/english/python-java/aspose_barcode.generation/hanxinextcodetextbuilder/add_common_chinese_region_two/_index.md b/english/python-java/aspose_barcode.generation/hanxinextcodetextbuilder/add_common_chinese_region_two/_index.md deleted file mode 100644 index a4261681d..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinextcodetextbuilder/add_common_chinese_region_two/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "HanXinExtCodetextBuilder.add_common_chinese_region_two" -linktitle: "add_common_chinese_region_two" -articleTitle: "add_common_chinese_region_two" -second_title: "Aspose.BarCode for Python via Java" -description: "Adds codetext fragment in Common Chinese Region Two mode." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinextcodetextbuilder/add_common_chinese_region_two/ ---- - -## HanXinExtCodetextBuilder.add_common_chinese_region_two - -```python -add_common_chinese_region_two(self, str text) -``` - - -Adds codetext fragment in Common Chinese Region Two mode. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `text` | `str` | | diff --git a/english/python-java/aspose_barcode.generation/hanxinextcodetextbuilder/add_eci/_index.md b/english/python-java/aspose_barcode.generation/hanxinextcodetextbuilder/add_eci/_index.md deleted file mode 100644 index f3a376af2..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinextcodetextbuilder/add_eci/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: "HanXinExtCodetextBuilder.add_eci" -linktitle: "add_eci" -articleTitle: "add_eci" -second_title: "Aspose.BarCode for Python via Java" -description: "Adds codetext fragment in ECI mode. Args: text (str): Codetext string. encoding (int): ECI encoding in integer format." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinextcodetextbuilder/add_eci/ ---- - -## HanXinExtCodetextBuilder.add_eci - -```python -add_eci(self, str text, int encoding) -``` - - -Adds codetext fragment in ECI mode. Args: text (str): Codetext string. encoding (int): ECI encoding in integer format. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `text` | `str` | | -| `encoding` | `int` | | diff --git a/english/python-java/aspose_barcode.generation/hanxinextcodetextbuilder/add_gb18030_four_byte/_index.md b/english/python-java/aspose_barcode.generation/hanxinextcodetextbuilder/add_gb18030_four_byte/_index.md deleted file mode 100644 index 37383de7c..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinextcodetextbuilder/add_gb18030_four_byte/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "HanXinExtCodetextBuilder.add_gb18030_four_byte" -linktitle: "add_gb18030_four_byte" -articleTitle: "add_gb18030_four_byte" -second_title: "Aspose.BarCode for Python via Java" -description: "Adds codetext fragment in GB18030 Four Byte mode." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinextcodetextbuilder/add_gb18030_four_byte/ ---- - -## HanXinExtCodetextBuilder.add_gb18030_four_byte - -```python -add_gb18030_four_byte(self, str text) -``` - - -Adds codetext fragment in GB18030 Four Byte mode. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `text` | `str` | | diff --git a/english/python-java/aspose_barcode.generation/hanxinextcodetextbuilder/add_gb18030_two_byte/_index.md b/english/python-java/aspose_barcode.generation/hanxinextcodetextbuilder/add_gb18030_two_byte/_index.md deleted file mode 100644 index 76ce8fdf8..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinextcodetextbuilder/add_gb18030_two_byte/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "HanXinExtCodetextBuilder.add_gb18030_two_byte" -linktitle: "add_gb18030_two_byte" -articleTitle: "add_gb18030_two_byte" -second_title: "Aspose.BarCode for Python via Java" -description: "Adds codetext fragment in GB18030 Two Byte mode." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinextcodetextbuilder/add_gb18030_two_byte/ ---- - -## HanXinExtCodetextBuilder.add_gb18030_two_byte - -```python -add_gb18030_two_byte(self, str text) -``` - - -Adds codetext fragment in GB18030 Two Byte mode. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `text` | `str` | | diff --git a/english/python-java/aspose_barcode.generation/hanxinextcodetextbuilder/add_gs1/_index.md b/english/python-java/aspose_barcode.generation/hanxinextcodetextbuilder/add_gs1/_index.md deleted file mode 100644 index 2a73f8677..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinextcodetextbuilder/add_gs1/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "HanXinExtCodetextBuilder.add_gs1" -linktitle: "add_gs1" -articleTitle: "add_gs1" -second_title: "Aspose.BarCode for Python via Java" -description: "Adds codetext fragment in GS1 mode." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinextcodetextbuilder/add_gs1/ ---- - -## HanXinExtCodetextBuilder.add_gs1 - -```python -add_gs1(self, str text) -``` - - -Adds codetext fragment in GS1 mode. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `text` | `str` | | diff --git a/english/python-java/aspose_barcode.generation/hanxinextcodetextbuilder/add_numeric/_index.md b/english/python-java/aspose_barcode.generation/hanxinextcodetextbuilder/add_numeric/_index.md deleted file mode 100644 index 6eb871f24..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinextcodetextbuilder/add_numeric/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "HanXinExtCodetextBuilder.add_numeric" -linktitle: "add_numeric" -articleTitle: "add_numeric" -second_title: "Aspose.BarCode for Python via Java" -description: "Adds codetext fragment in Numeric mode." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinextcodetextbuilder/add_numeric/ ---- - -## HanXinExtCodetextBuilder.add_numeric - -```python -add_numeric(self, str text) -``` - - -Adds codetext fragment in Numeric mode. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `text` | `str` | | diff --git a/english/python-java/aspose_barcode.generation/hanxinextcodetextbuilder/add_text/_index.md b/english/python-java/aspose_barcode.generation/hanxinextcodetextbuilder/add_text/_index.md deleted file mode 100644 index fe148581e..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinextcodetextbuilder/add_text/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "HanXinExtCodetextBuilder.add_text" -linktitle: "add_text" -articleTitle: "add_text" -second_title: "Aspose.BarCode for Python via Java" -description: "Adds codetext fragment in Text mode." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinextcodetextbuilder/add_text/ ---- - -## HanXinExtCodetextBuilder.add_text - -```python -add_text(self, str text) -``` - - -Adds codetext fragment in Text mode. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `text` | `str` | | diff --git a/english/python-java/aspose_barcode.generation/hanxinextcodetextbuilder/add_unicode/_index.md b/english/python-java/aspose_barcode.generation/hanxinextcodetextbuilder/add_unicode/_index.md deleted file mode 100644 index b85516a24..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinextcodetextbuilder/add_unicode/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "HanXinExtCodetextBuilder.add_unicode" -linktitle: "add_unicode" -articleTitle: "add_unicode" -second_title: "Aspose.BarCode for Python via Java" -description: "Adds codetext fragment in Unicode mode." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinextcodetextbuilder/add_unicode/ ---- - -## HanXinExtCodetextBuilder.add_unicode - -```python -add_unicode(self, str text) -``` - - -Adds codetext fragment in Unicode mode. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `text` | `str` | | diff --git a/english/python-java/aspose_barcode.generation/hanxinextcodetextbuilder/add_uri/_index.md b/english/python-java/aspose_barcode.generation/hanxinextcodetextbuilder/add_uri/_index.md deleted file mode 100644 index 9d8cd617a..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinextcodetextbuilder/add_uri/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "HanXinExtCodetextBuilder.add_uri" -linktitle: "add_uri" -articleTitle: "add_uri" -second_title: "Aspose.BarCode for Python via Java" -description: "Adds codetext fragment in URI mode." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinextcodetextbuilder/add_uri/ ---- - -## HanXinExtCodetextBuilder.add_uri - -```python -add_uri(self, str text) -``` - - -Adds codetext fragment in URI mode. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `text` | `str` | | diff --git a/english/python-java/aspose_barcode.generation/hanxinextcodetextbuilder/extended_codetext/_index.md b/english/python-java/aspose_barcode.generation/hanxinextcodetextbuilder/extended_codetext/_index.md deleted file mode 100644 index f23f14b11..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinextcodetextbuilder/extended_codetext/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "HanXinExtCodetextBuilder.extended_codetext" -linktitle: "extended_codetext" -articleTitle: "extended_codetext" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns codetext from Extended mode codetext builder. Returns: Optional[str]: Codetext in Extended mode." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinextcodetextbuilder/extended_codetext/ ---- - -## HanXinExtCodetextBuilder.extended_codetext - -```python -extended_codetext(self) -> Optional[str] -``` - - -Returns codetext from Extended mode codetext builder. Returns: Optional[str]: Codetext in Extended mode. - - -**Return Type:** `Optional[str]` - diff --git a/english/python-java/aspose_barcode.generation/hanxinextcodetextbuilder/hanxinextcodetextbuilder/_index.md b/english/python-java/aspose_barcode.generation/hanxinextcodetextbuilder/hanxinextcodetextbuilder/_index.md deleted file mode 100644 index 9e75d4888..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinextcodetextbuilder/hanxinextcodetextbuilder/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "HanXinExtCodetextBuilder" -linktitle: "HanXinExtCodetextBuilder" -articleTitle: "HanXinExtCodetextBuilder" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinextcodetextbuilder/hanxinextcodetextbuilder/ ---- - -## HanXinExtCodetextBuilder Constructor - -```python -__init__(self) -``` - diff --git a/english/python-java/aspose_barcode.generation/hanxinparameters/__str__/_index.md b/english/python-java/aspose_barcode.generation/hanxinparameters/__str__/_index.md deleted file mode 100644 index 098856bc2..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinparameters/__str__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "HanXinParameters.__str__" -linktitle: "__str__" -articleTitle: "__str__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns a human-readable string representation of this HanXinParameters." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinparameters/__str__/ ---- - -## HanXinParameters.__str__ - -```python -__str__(self) -> str -``` - - -Returns a human-readable string representation of this HanXinParameters. - - -**Return Type:** `str` — A string that represents this HanXinParameters. - diff --git a/english/python-java/aspose_barcode.generation/hanxinparameters/_index.md b/english/python-java/aspose_barcode.generation/hanxinparameters/_index.md index 95a7444ef..03a3e821d 100644 --- a/english/python-java/aspose_barcode.generation/hanxinparameters/_index.md +++ b/english/python-java/aspose_barcode.generation/hanxinparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "HanXinParameters Class" +title: "HanXinParameters" linktitle: "HanXinParameters" -articleTitle: "HanXinParameters" second_title: "Aspose.BarCode for Python via Java" description: "Han Xin parameters." type: docs @@ -21,23 +20,124 @@ Han Xin parameters. | Name | Description | | --- | --- | -| [__init__](./hanxinparameters/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [__str__](./__str__/) | `str` | No | Returns a human-readable string representation of this HanXinParameters. | +| [__str__](#__str__) | `str` | No | Returns a human-readable string representation of this HanXinParameters. | ## Properties | Name | Type | Description | | --- | --- | --- | -| [eci_encoding](./eci_encoding/) | `ECIEncodings` | | -| [encode_mode](./encode_mode/) | `HanXinEncodeMode` | | -| [error_level](./error_level/) | `HanXinErrorLevel` | | -| [han_xin_eci_encoding](./han_xin_eci_encoding/) | `ECIEncodings` | Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details Current implementation consists all well known charset encodings. | -| [han_xin_encode_mode](./han_xin_encode_mode/) | `HanXinEncodeMode` | HanXin encoding mode. Default value: HanXinEncodeMode.Mixed. | -| [han_xin_error_level](./han_xin_error_level/) | `HanXinErrorLevel` | Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see HanXinErrorLevel. | -| [han_xin_version](./han_xin_version/) | `HanXinVersion` | Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is HanXinVersion.Auto. | -| [version](./version/) | `HanXinVersion` | | +| [eci_encoding](#eci_encoding) | `ECIEncodings` | | +| [encode_mode](#encode_mode) | `HanXinEncodeMode` | | +| [error_level](#error_level) | `HanXinErrorLevel` | | +| [han_xin_eci_encoding](#han_xin_eci_encoding) | `ECIEncodings` | Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details Current implementation consists all well known charset encodings. | +| [han_xin_encode_mode](#han_xin_encode_mode) | `HanXinEncodeMode` | HanXin encoding mode. Default value: HanXinEncodeMode.Mixed. | +| [han_xin_error_level](#han_xin_error_level) | `HanXinErrorLevel` | Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see HanXinErrorLevel. | +| [han_xin_version](#han_xin_version) | `HanXinVersion` | Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is HanXinVersion.Auto. | +| [version](#version) | `HanXinVersion` | | + +### HanXinParameters Constructor {#constructor} + +```python +__init__(self, _java_class) +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `_java_class` | `` | | + +### HanXinParameters.__str__ {#__str__} + +```python +__str__(self) -> str +``` + +Returns a human-readable string representation of this HanXinParameters. + +**Return Type:** `str` — A string that represents this HanXinParameters. + +### HanXinParameters.eci_encoding {#eci_encoding} + +**Type:** `ECIEncodings` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `ECIEncodings` | | + +### HanXinParameters.encode_mode {#encode_mode} + +**Type:** `HanXinEncodeMode` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `HanXinEncodeMode` | | + +### HanXinParameters.error_level {#error_level} + +**Type:** `HanXinErrorLevel` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `HanXinErrorLevel` | | + +### HanXinParameters.han_xin_eci_encoding {#han_xin_eci_encoding} + +**Type:** `ECIEncodings` + +Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details Current implementation consists all well known charset encodings. + +Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details Current implementation consists all well known charset encodings. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `ECIEncodings` | | + +### HanXinParameters.han_xin_encode_mode {#han_xin_encode_mode} + +**Type:** `HanXinEncodeMode` + +HanXin encoding mode. Default value: HanXinEncodeMode.Mixed. + +HanXin encoding mode. Default value: HanXinEncodeMode.Mixed. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `HanXinEncodeMode` | | + +### HanXinParameters.han_xin_error_level {#han_xin_error_level} + +**Type:** `HanXinErrorLevel` + +Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see HanXinErrorLevel. + +Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see HanXinErrorLevel. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `HanXinErrorLevel` | | + +### HanXinParameters.han_xin_version {#han_xin_version} + +**Type:** `HanXinVersion` + +Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is HanXinVersion.Auto. + +Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is HanXinVersion.Auto. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `HanXinVersion` | | + +### HanXinParameters.version {#version} + +**Type:** `HanXinVersion` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `HanXinVersion` | | + diff --git a/english/python-java/aspose_barcode.generation/hanxinparameters/eci_encoding/_index.md b/english/python-java/aspose_barcode.generation/hanxinparameters/eci_encoding/_index.md deleted file mode 100644 index aced06b2d..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinparameters/eci_encoding/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "HanXinParameters.eci_encoding" -linktitle: "eci_encoding" -articleTitle: "eci_encoding" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinparameters/eci_encoding/ ---- - -## HanXinParameters.eci_encoding - -**Type:** `ECIEncodings` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `ECIEncodings` | | diff --git a/english/python-java/aspose_barcode.generation/hanxinparameters/encode_mode/_index.md b/english/python-java/aspose_barcode.generation/hanxinparameters/encode_mode/_index.md deleted file mode 100644 index 9ac905170..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinparameters/encode_mode/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "HanXinParameters.encode_mode" -linktitle: "encode_mode" -articleTitle: "encode_mode" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinparameters/encode_mode/ ---- - -## HanXinParameters.encode_mode - -**Type:** `HanXinEncodeMode` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `HanXinEncodeMode` | | diff --git a/english/python-java/aspose_barcode.generation/hanxinparameters/error_level/_index.md b/english/python-java/aspose_barcode.generation/hanxinparameters/error_level/_index.md deleted file mode 100644 index 5ddef8867..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinparameters/error_level/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "HanXinParameters.error_level" -linktitle: "error_level" -articleTitle: "error_level" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinparameters/error_level/ ---- - -## HanXinParameters.error_level - -**Type:** `HanXinErrorLevel` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `HanXinErrorLevel` | | diff --git a/english/python-java/aspose_barcode.generation/hanxinparameters/han_xin_eci_encoding/_index.md b/english/python-java/aspose_barcode.generation/hanxinparameters/han_xin_eci_encoding/_index.md deleted file mode 100644 index dfdd9dd07..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinparameters/han_xin_eci_encoding/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "HanXinParameters.han_xin_eci_encoding" -linktitle: "han_xin_eci_encoding" -articleTitle: "han_xin_eci_encoding" -second_title: "Aspose.BarCode for Python via Java" -description: "Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details Current implementation consists all well known charset encodings." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinparameters/han_xin_eci_encoding/ ---- - -## HanXinParameters.han_xin_eci_encoding - -**Type:** `ECIEncodings` - - -### Get - -Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details Current implementation consists all well known charset encodings. - - -### Set - -Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details Current implementation consists all well known charset encodings. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `ECIEncodings` | | diff --git a/english/python-java/aspose_barcode.generation/hanxinparameters/han_xin_encode_mode/_index.md b/english/python-java/aspose_barcode.generation/hanxinparameters/han_xin_encode_mode/_index.md deleted file mode 100644 index 226a53aaf..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinparameters/han_xin_encode_mode/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "HanXinParameters.han_xin_encode_mode" -linktitle: "han_xin_encode_mode" -articleTitle: "han_xin_encode_mode" -second_title: "Aspose.BarCode for Python via Java" -description: "HanXin encoding mode. Default value: HanXinEncodeMode.Mixed." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinparameters/han_xin_encode_mode/ ---- - -## HanXinParameters.han_xin_encode_mode - -**Type:** `HanXinEncodeMode` - - -### Get - -HanXin encoding mode. Default value: HanXinEncodeMode.Mixed. - - -### Set - -HanXin encoding mode. Default value: HanXinEncodeMode.Mixed. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `HanXinEncodeMode` | | diff --git a/english/python-java/aspose_barcode.generation/hanxinparameters/han_xin_error_level/_index.md b/english/python-java/aspose_barcode.generation/hanxinparameters/han_xin_error_level/_index.md deleted file mode 100644 index b79d83642..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinparameters/han_xin_error_level/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "HanXinParameters.han_xin_error_level" -linktitle: "han_xin_error_level" -articleTitle: "han_xin_error_level" -second_title: "Aspose.BarCode for Python via Java" -description: "Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see HanXinErrorLevel." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinparameters/han_xin_error_level/ ---- - -## HanXinParameters.han_xin_error_level - -**Type:** `HanXinErrorLevel` - - -### Get - -Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see HanXinErrorLevel. - - -### Set - -Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see HanXinErrorLevel. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `HanXinErrorLevel` | | diff --git a/english/python-java/aspose_barcode.generation/hanxinparameters/han_xin_version/_index.md b/english/python-java/aspose_barcode.generation/hanxinparameters/han_xin_version/_index.md deleted file mode 100644 index e3e0c9931..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinparameters/han_xin_version/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "HanXinParameters.han_xin_version" -linktitle: "han_xin_version" -articleTitle: "han_xin_version" -second_title: "Aspose.BarCode for Python via Java" -description: "Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is HanXinVersion.Auto." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinparameters/han_xin_version/ ---- - -## HanXinParameters.han_xin_version - -**Type:** `HanXinVersion` - - -### Get - -Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is HanXinVersion.Auto. - - -### Set - -Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is HanXinVersion.Auto. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `HanXinVersion` | | diff --git a/english/python-java/aspose_barcode.generation/hanxinparameters/hanxinparameters/_index.md b/english/python-java/aspose_barcode.generation/hanxinparameters/hanxinparameters/_index.md deleted file mode 100644 index 8e0ec4c45..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinparameters/hanxinparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinParameters" -linktitle: "HanXinParameters" -articleTitle: "HanXinParameters" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinparameters/hanxinparameters/ ---- - -## HanXinParameters Constructor - -```python -__init__(self, _java_class) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `_java_class` | `` | | diff --git a/english/python-java/aspose_barcode.generation/hanxinparameters/version/_index.md b/english/python-java/aspose_barcode.generation/hanxinparameters/version/_index.md deleted file mode 100644 index 399a3ee7b..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinparameters/version/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "HanXinParameters.version" -linktitle: "version" -articleTitle: "version" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinparameters/version/ ---- - -## HanXinParameters.version - -**Type:** `HanXinVersion` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `HanXinVersion` | | diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/_index.md index 1b9f87244..3613fccf8 100644 --- a/english/python-java/aspose_barcode.generation/hanxinversion/_index.md +++ b/english/python-java/aspose_barcode.generation/hanxinversion/_index.md @@ -1,7 +1,6 @@ --- -title: "HanXinVersion Enum" +title: "HanXinVersion" linktitle: "HanXinVersion" -articleTitle: "HanXinVersion" second_title: "Aspose.BarCode for Python via Java" description: "Version of Han Xin Code. From Version01 - 23 x 23 modules to Version84 - 189 x 189 modules, increasing in steps of 2 modules per side." type: docs @@ -21,88 +20,768 @@ Version of Han Xin Code. From Version01 - 23 x 23 modules to Version84 - 189 x 1 | Name | Value | Description | | --- | --- | --- | -| [AUTO](./auto/) | `0,` | Specifies to automatically pick up the best version. This is default value. | -| [VERSION_01](./version_01/) | `1` | Specifies version 1 with 23 x 23 modules. | -| [VERSION_02](./version_02/) | `2` | Specifies version 2 with 25 x 25 modules. | -| [VERSION_03](./version_03/) | `3` | Specifies version 3 with 27 x 27 modules. | -| [VERSION_04](./version_04/) | `4` | Specifies version 4 with 29 x 29 modules. | -| [VERSION_05](./version_05/) | `5` | Specifies version 5 with 31 x 31 modules. | -| [VERSION_06](./version_06/) | `6` | Specifies version 6 with 33 x 33 modules. | -| [VERSION_07](./version_07/) | `7` | Specifies version 7 with 35 x 35 modules. | -| [VERSION_08](./version_08/) | `8` | Specifies version 8 with 37 x 37 modules. | -| [VERSION_09](./version_09/) | `9` | Specifies version 9 with 39 x 39 modules. | -| [VERSION_10](./version_10/) | `10` | Specifies version 10 with 41 x 41 modules. | -| [VERSION_11](./version_11/) | `11` | Specifies version 11 with 43 x 43 modules. | -| [VERSION_12](./version_12/) | `12` | Specifies version 12 with 45 x 45 modules. | -| [VERSION_13](./version_13/) | `13` | Specifies version 13 with 47 x 47 modules. | -| [VERSION_14](./version_14/) | `14` | Specifies version 14 with 49 x 49 modules. | -| [VERSION_15](./version_15/) | `15` | Specifies version 15 with 51 x 51 modules. | -| [VERSION_16](./version_16/) | `16` | Specifies version 16 with 53 x 53 modules. | -| [VERSION_17](./version_17/) | `17` | Specifies version 17 with 55 x 55 modules. | -| [VERSION_18](./version_18/) | `18` | Specifies version 18 with 57 x 57 modules. | -| [VERSION_19](./version_19/) | `19` | Specifies version 19 with 59 x 59 modules. | -| [VERSION_20](./version_20/) | `20` | Specifies version 20 with 61 x 61 modules. | -| [VERSION_21](./version_21/) | `21` | Specifies version 21 with 63 x 63 modules. | -| [VERSION_22](./version_22/) | `22` | Specifies version 22 with 65 x 65 modules. | -| [VERSION_23](./version_23/) | `23` | Specifies version 23 with 67 x 67 modules. | -| [VERSION_24](./version_24/) | `24` | Specifies version 24 with 69 x 69 modules. | -| [VERSION_25](./version_25/) | `25` | Specifies version 25 with 71 x 71 modules. | -| [VERSION_26](./version_26/) | `26` | Specifies version 26 with 73 x 73 modules. | -| [VERSION_27](./version_27/) | `27` | Specifies version 27 with 75 x 75 modules. | -| [VERSION_28](./version_28/) | `28` | Specifies version 28 with 77 x 77 modules. | -| [VERSION_29](./version_29/) | `29` | Specifies version 29 with 79 x 79 modules. | -| [VERSION_30](./version_30/) | `30` | Specifies version 30 with 81 x 81 modules. | -| [VERSION_31](./version_31/) | `31` | Specifies version 31 with 83 x 83 modules. | -| [VERSION_32](./version_32/) | `32` | Specifies version 32 with 85 x 85 modules. | -| [VERSION_33](./version_33/) | `33` | Specifies version 33 with 87 x 87 modules. | -| [VERSION_34](./version_34/) | `34` | Specifies version 34 with 89 x 89 modules. | -| [VERSION_35](./version_35/) | `35` | Specifies version 35 with 91 x 91 modules. | -| [VERSION_36](./version_36/) | `36` | Specifies version 36 with 93 x 93 modules. | -| [VERSION_37](./version_37/) | `37` | Specifies version 37 with 95 x 95 modules. | -| [VERSION_38](./version_38/) | `38` | Specifies version 38 with 97 x 97 modules. | -| [VERSION_39](./version_39/) | `39` | Specifies version 39 with 99 x 99 modules. | -| [VERSION_40](./version_40/) | `40` | Specifies version 40 with 101 x 101 modules. | -| [VERSION_41](./version_41/) | `41` | Specifies version 41 with 103 x 103 modules. | -| [VERSION_42](./version_42/) | `42` | Specifies version 42 with 105 x 105 modules. | -| [VERSION_43](./version_43/) | `43` | Specifies version 43 with 107 x 107 modules. | -| [VERSION_44](./version_44/) | `44` | Specifies version 44 with 109 x 109 modules. | -| [VERSION_45](./version_45/) | `45` | Specifies version 45 with 111 x 111 modules. | -| [VERSION_46](./version_46/) | `46` | Specifies version 46 with 113 x 113 modules. | -| [VERSION_47](./version_47/) | `47` | Specifies version 47 with 115 x 115 modules. | -| [VERSION_48](./version_48/) | `48` | Specifies version 48 with 117 x 117 modules. | -| [VERSION_49](./version_49/) | `49` | Specifies version 49 with 119 x 119 modules. | -| [VERSION_50](./version_50/) | `50` | Specifies version 50 with 121 x 121 modules. | -| [VERSION_51](./version_51/) | `51` | Specifies version 51 with 123 x 123 modules. | -| [VERSION_52](./version_52/) | `52` | Specifies version 52 with 125 x 125 modules. | -| [VERSION_53](./version_53/) | `53` | Specifies version 53 with 127 x 127 modules. | -| [VERSION_54](./version_54/) | `54` | Specifies version 54 with 129 x 129 modules. | -| [VERSION_55](./version_55/) | `55` | Specifies version 55 with 131 x 131 modules. | -| [VERSION_56](./version_56/) | `56` | Specifies version 56 with 133 x 133 modules. | -| [VERSION_57](./version_57/) | `57` | Specifies version 57 with 135 x 135 modules. | -| [VERSION_58](./version_58/) | `58` | Specifies version 58 with 137 x 137 modules. | -| [VERSION_59](./version_59/) | `59` | Specifies version 59 with 139 x 139 modules. | -| [VERSION_60](./version_60/) | `60` | Specifies version 60 with 141 x 141 modules. | -| [VERSION_61](./version_61/) | `61` | Specifies version 61 with 143 x 143 modules. | -| [VERSION_62](./version_62/) | `62` | Specifies version 62 with 145 x 145 modules. | -| [VERSION_63](./version_63/) | `63` | Specifies version 63 with 147 x 147 modules. | -| [VERSION_64](./version_64/) | `64` | Specifies version 64 with 149 x 149 modules. | -| [VERSION_65](./version_65/) | `65` | Specifies version 65 with 151 x 151 modules. | -| [VERSION_66](./version_66/) | `66` | Specifies version 66 with 153 x 153 modules. | -| [VERSION_67](./version_67/) | `67` | Specifies version 67 with 155 x 155 modules. | -| [VERSION_68](./version_68/) | `68` | Specifies version 68 with 157 x 157 modules. | -| [VERSION_69](./version_69/) | `69` | Specifies version 69 with 159 x 159 modules. | -| [VERSION_70](./version_70/) | `70` | Specifies version 70 with 161 x 161 modules. | -| [VERSION_71](./version_71/) | `71` | Specifies version 71 with 163 x 163 modules. | -| [VERSION_72](./version_72/) | `72` | Specifies version 72 with 165 x 165 modules. | -| [VERSION_73](./version_73/) | `73` | Specifies version 73 with 167 x 167 modules. | -| [VERSION_74](./version_74/) | `74` | Specifies version 74 with 169 x 169 modules. | -| [VERSION_75](./version_75/) | `75` | Specifies version 75 with 171 x 171 modules. | -| [VERSION_76](./version_76/) | `76` | Specifies version 76 with 173 x 173 modules. | -| [VERSION_77](./version_77/) | `77` | Specifies version 77 with 175 x 175 modules. | -| [VERSION_78](./version_78/) | `78` | Specifies version 78 with 177 x 177 modules. | -| [VERSION_79](./version_79/) | `79` | Specifies version 79 with 179 x 179 modules. | -| [VERSION_80](./version_80/) | `80` | Specifies version 80 with 181 x 181 modules. | -| [VERSION_81](./version_81/) | `81` | Specifies version 81 with 183 x 183 modules. | -| [VERSION_82](./version_82/) | `82` | Specifies version 82 with 185 x 185 modules. | -| [VERSION_83](./version_83/) | `83` | Specifies version 83 with 187 x 187 modules. | -| [VERSION_84](./version_84/) | `84,` | Specifies version 84 with 189 x 189 modules. | +| [AUTO](#auto) | `0,` | Specifies to automatically pick up the best version. This is default value. | +| [VERSION_01](#version_01) | `1` | Specifies version 1 with 23 x 23 modules. | +| [VERSION_02](#version_02) | `2` | Specifies version 2 with 25 x 25 modules. | +| [VERSION_03](#version_03) | `3` | Specifies version 3 with 27 x 27 modules. | +| [VERSION_04](#version_04) | `4` | Specifies version 4 with 29 x 29 modules. | +| [VERSION_05](#version_05) | `5` | Specifies version 5 with 31 x 31 modules. | +| [VERSION_06](#version_06) | `6` | Specifies version 6 with 33 x 33 modules. | +| [VERSION_07](#version_07) | `7` | Specifies version 7 with 35 x 35 modules. | +| [VERSION_08](#version_08) | `8` | Specifies version 8 with 37 x 37 modules. | +| [VERSION_09](#version_09) | `9` | Specifies version 9 with 39 x 39 modules. | +| [VERSION_10](#version_10) | `10` | Specifies version 10 with 41 x 41 modules. | +| [VERSION_11](#version_11) | `11` | Specifies version 11 with 43 x 43 modules. | +| [VERSION_12](#version_12) | `12` | Specifies version 12 with 45 x 45 modules. | +| [VERSION_13](#version_13) | `13` | Specifies version 13 with 47 x 47 modules. | +| [VERSION_14](#version_14) | `14` | Specifies version 14 with 49 x 49 modules. | +| [VERSION_15](#version_15) | `15` | Specifies version 15 with 51 x 51 modules. | +| [VERSION_16](#version_16) | `16` | Specifies version 16 with 53 x 53 modules. | +| [VERSION_17](#version_17) | `17` | Specifies version 17 with 55 x 55 modules. | +| [VERSION_18](#version_18) | `18` | Specifies version 18 with 57 x 57 modules. | +| [VERSION_19](#version_19) | `19` | Specifies version 19 with 59 x 59 modules. | +| [VERSION_20](#version_20) | `20` | Specifies version 20 with 61 x 61 modules. | +| [VERSION_21](#version_21) | `21` | Specifies version 21 with 63 x 63 modules. | +| [VERSION_22](#version_22) | `22` | Specifies version 22 with 65 x 65 modules. | +| [VERSION_23](#version_23) | `23` | Specifies version 23 with 67 x 67 modules. | +| [VERSION_24](#version_24) | `24` | Specifies version 24 with 69 x 69 modules. | +| [VERSION_25](#version_25) | `25` | Specifies version 25 with 71 x 71 modules. | +| [VERSION_26](#version_26) | `26` | Specifies version 26 with 73 x 73 modules. | +| [VERSION_27](#version_27) | `27` | Specifies version 27 with 75 x 75 modules. | +| [VERSION_28](#version_28) | `28` | Specifies version 28 with 77 x 77 modules. | +| [VERSION_29](#version_29) | `29` | Specifies version 29 with 79 x 79 modules. | +| [VERSION_30](#version_30) | `30` | Specifies version 30 with 81 x 81 modules. | +| [VERSION_31](#version_31) | `31` | Specifies version 31 with 83 x 83 modules. | +| [VERSION_32](#version_32) | `32` | Specifies version 32 with 85 x 85 modules. | +| [VERSION_33](#version_33) | `33` | Specifies version 33 with 87 x 87 modules. | +| [VERSION_34](#version_34) | `34` | Specifies version 34 with 89 x 89 modules. | +| [VERSION_35](#version_35) | `35` | Specifies version 35 with 91 x 91 modules. | +| [VERSION_36](#version_36) | `36` | Specifies version 36 with 93 x 93 modules. | +| [VERSION_37](#version_37) | `37` | Specifies version 37 with 95 x 95 modules. | +| [VERSION_38](#version_38) | `38` | Specifies version 38 with 97 x 97 modules. | +| [VERSION_39](#version_39) | `39` | Specifies version 39 with 99 x 99 modules. | +| [VERSION_40](#version_40) | `40` | Specifies version 40 with 101 x 101 modules. | +| [VERSION_41](#version_41) | `41` | Specifies version 41 with 103 x 103 modules. | +| [VERSION_42](#version_42) | `42` | Specifies version 42 with 105 x 105 modules. | +| [VERSION_43](#version_43) | `43` | Specifies version 43 with 107 x 107 modules. | +| [VERSION_44](#version_44) | `44` | Specifies version 44 with 109 x 109 modules. | +| [VERSION_45](#version_45) | `45` | Specifies version 45 with 111 x 111 modules. | +| [VERSION_46](#version_46) | `46` | Specifies version 46 with 113 x 113 modules. | +| [VERSION_47](#version_47) | `47` | Specifies version 47 with 115 x 115 modules. | +| [VERSION_48](#version_48) | `48` | Specifies version 48 with 117 x 117 modules. | +| [VERSION_49](#version_49) | `49` | Specifies version 49 with 119 x 119 modules. | +| [VERSION_50](#version_50) | `50` | Specifies version 50 with 121 x 121 modules. | +| [VERSION_51](#version_51) | `51` | Specifies version 51 with 123 x 123 modules. | +| [VERSION_52](#version_52) | `52` | Specifies version 52 with 125 x 125 modules. | +| [VERSION_53](#version_53) | `53` | Specifies version 53 with 127 x 127 modules. | +| [VERSION_54](#version_54) | `54` | Specifies version 54 with 129 x 129 modules. | +| [VERSION_55](#version_55) | `55` | Specifies version 55 with 131 x 131 modules. | +| [VERSION_56](#version_56) | `56` | Specifies version 56 with 133 x 133 modules. | +| [VERSION_57](#version_57) | `57` | Specifies version 57 with 135 x 135 modules. | +| [VERSION_58](#version_58) | `58` | Specifies version 58 with 137 x 137 modules. | +| [VERSION_59](#version_59) | `59` | Specifies version 59 with 139 x 139 modules. | +| [VERSION_60](#version_60) | `60` | Specifies version 60 with 141 x 141 modules. | +| [VERSION_61](#version_61) | `61` | Specifies version 61 with 143 x 143 modules. | +| [VERSION_62](#version_62) | `62` | Specifies version 62 with 145 x 145 modules. | +| [VERSION_63](#version_63) | `63` | Specifies version 63 with 147 x 147 modules. | +| [VERSION_64](#version_64) | `64` | Specifies version 64 with 149 x 149 modules. | +| [VERSION_65](#version_65) | `65` | Specifies version 65 with 151 x 151 modules. | +| [VERSION_66](#version_66) | `66` | Specifies version 66 with 153 x 153 modules. | +| [VERSION_67](#version_67) | `67` | Specifies version 67 with 155 x 155 modules. | +| [VERSION_68](#version_68) | `68` | Specifies version 68 with 157 x 157 modules. | +| [VERSION_69](#version_69) | `69` | Specifies version 69 with 159 x 159 modules. | +| [VERSION_70](#version_70) | `70` | Specifies version 70 with 161 x 161 modules. | +| [VERSION_71](#version_71) | `71` | Specifies version 71 with 163 x 163 modules. | +| [VERSION_72](#version_72) | `72` | Specifies version 72 with 165 x 165 modules. | +| [VERSION_73](#version_73) | `73` | Specifies version 73 with 167 x 167 modules. | +| [VERSION_74](#version_74) | `74` | Specifies version 74 with 169 x 169 modules. | +| [VERSION_75](#version_75) | `75` | Specifies version 75 with 171 x 171 modules. | +| [VERSION_76](#version_76) | `76` | Specifies version 76 with 173 x 173 modules. | +| [VERSION_77](#version_77) | `77` | Specifies version 77 with 175 x 175 modules. | +| [VERSION_78](#version_78) | `78` | Specifies version 78 with 177 x 177 modules. | +| [VERSION_79](#version_79) | `79` | Specifies version 79 with 179 x 179 modules. | +| [VERSION_80](#version_80) | `80` | Specifies version 80 with 181 x 181 modules. | +| [VERSION_81](#version_81) | `81` | Specifies version 81 with 183 x 183 modules. | +| [VERSION_82](#version_82) | `82` | Specifies version 82 with 185 x 185 modules. | +| [VERSION_83](#version_83) | `83` | Specifies version 83 with 187 x 187 modules. | +| [VERSION_84](#version_84) | `84,` | Specifies version 84 with 189 x 189 modules. | +### HanXinVersion.AUTO {#auto} + +**Type:** `int` + +**Value:** `0,` + +Specifies to automatically pick up the best version. This is default value. + +### HanXinVersion.VERSION_01 {#version_01} + +**Type:** `int` + +**Value:** `1` + +Specifies version 1 with 23 x 23 modules. + +### HanXinVersion.VERSION_02 {#version_02} + +**Type:** `int` + +**Value:** `2` + +Specifies version 2 with 25 x 25 modules. + +### HanXinVersion.VERSION_03 {#version_03} + +**Type:** `int` + +**Value:** `3` + +Specifies version 3 with 27 x 27 modules. + +### HanXinVersion.VERSION_04 {#version_04} + +**Type:** `int` + +**Value:** `4` + +Specifies version 4 with 29 x 29 modules. + +### HanXinVersion.VERSION_05 {#version_05} + +**Type:** `int` + +**Value:** `5` + +Specifies version 5 with 31 x 31 modules. + +### HanXinVersion.VERSION_06 {#version_06} + +**Type:** `int` + +**Value:** `6` + +Specifies version 6 with 33 x 33 modules. + +### HanXinVersion.VERSION_07 {#version_07} + +**Type:** `int` + +**Value:** `7` + +Specifies version 7 with 35 x 35 modules. + +### HanXinVersion.VERSION_08 {#version_08} + +**Type:** `int` + +**Value:** `8` + +Specifies version 8 with 37 x 37 modules. + +### HanXinVersion.VERSION_09 {#version_09} + +**Type:** `int` + +**Value:** `9` + +Specifies version 9 with 39 x 39 modules. + +### HanXinVersion.VERSION_10 {#version_10} + +**Type:** `int` + +**Value:** `10` + +Specifies version 10 with 41 x 41 modules. + +### HanXinVersion.VERSION_11 {#version_11} + +**Type:** `int` + +**Value:** `11` + +Specifies version 11 with 43 x 43 modules. + +### HanXinVersion.VERSION_12 {#version_12} + +**Type:** `int` + +**Value:** `12` + +Specifies version 12 with 45 x 45 modules. + +### HanXinVersion.VERSION_13 {#version_13} + +**Type:** `int` + +**Value:** `13` + +Specifies version 13 with 47 x 47 modules. + +### HanXinVersion.VERSION_14 {#version_14} + +**Type:** `int` + +**Value:** `14` + +Specifies version 14 with 49 x 49 modules. + +### HanXinVersion.VERSION_15 {#version_15} + +**Type:** `int` + +**Value:** `15` + +Specifies version 15 with 51 x 51 modules. + +### HanXinVersion.VERSION_16 {#version_16} + +**Type:** `int` + +**Value:** `16` + +Specifies version 16 with 53 x 53 modules. + +### HanXinVersion.VERSION_17 {#version_17} + +**Type:** `int` + +**Value:** `17` + +Specifies version 17 with 55 x 55 modules. + +### HanXinVersion.VERSION_18 {#version_18} + +**Type:** `int` + +**Value:** `18` + +Specifies version 18 with 57 x 57 modules. + +### HanXinVersion.VERSION_19 {#version_19} + +**Type:** `int` + +**Value:** `19` + +Specifies version 19 with 59 x 59 modules. + +### HanXinVersion.VERSION_20 {#version_20} + +**Type:** `int` + +**Value:** `20` + +Specifies version 20 with 61 x 61 modules. + +### HanXinVersion.VERSION_21 {#version_21} + +**Type:** `int` + +**Value:** `21` + +Specifies version 21 with 63 x 63 modules. + +### HanXinVersion.VERSION_22 {#version_22} + +**Type:** `int` + +**Value:** `22` + +Specifies version 22 with 65 x 65 modules. + +### HanXinVersion.VERSION_23 {#version_23} + +**Type:** `int` + +**Value:** `23` + +Specifies version 23 with 67 x 67 modules. + +### HanXinVersion.VERSION_24 {#version_24} + +**Type:** `int` + +**Value:** `24` + +Specifies version 24 with 69 x 69 modules. + +### HanXinVersion.VERSION_25 {#version_25} + +**Type:** `int` + +**Value:** `25` + +Specifies version 25 with 71 x 71 modules. + +### HanXinVersion.VERSION_26 {#version_26} + +**Type:** `int` + +**Value:** `26` + +Specifies version 26 with 73 x 73 modules. + +### HanXinVersion.VERSION_27 {#version_27} + +**Type:** `int` + +**Value:** `27` + +Specifies version 27 with 75 x 75 modules. + +### HanXinVersion.VERSION_28 {#version_28} + +**Type:** `int` + +**Value:** `28` + +Specifies version 28 with 77 x 77 modules. + +### HanXinVersion.VERSION_29 {#version_29} + +**Type:** `int` + +**Value:** `29` + +Specifies version 29 with 79 x 79 modules. + +### HanXinVersion.VERSION_30 {#version_30} + +**Type:** `int` + +**Value:** `30` + +Specifies version 30 with 81 x 81 modules. + +### HanXinVersion.VERSION_31 {#version_31} + +**Type:** `int` + +**Value:** `31` + +Specifies version 31 with 83 x 83 modules. + +### HanXinVersion.VERSION_32 {#version_32} + +**Type:** `int` + +**Value:** `32` + +Specifies version 32 with 85 x 85 modules. + +### HanXinVersion.VERSION_33 {#version_33} + +**Type:** `int` + +**Value:** `33` + +Specifies version 33 with 87 x 87 modules. + +### HanXinVersion.VERSION_34 {#version_34} + +**Type:** `int` + +**Value:** `34` + +Specifies version 34 with 89 x 89 modules. + +### HanXinVersion.VERSION_35 {#version_35} + +**Type:** `int` + +**Value:** `35` + +Specifies version 35 with 91 x 91 modules. + +### HanXinVersion.VERSION_36 {#version_36} + +**Type:** `int` + +**Value:** `36` + +Specifies version 36 with 93 x 93 modules. + +### HanXinVersion.VERSION_37 {#version_37} + +**Type:** `int` + +**Value:** `37` + +Specifies version 37 with 95 x 95 modules. + +### HanXinVersion.VERSION_38 {#version_38} + +**Type:** `int` + +**Value:** `38` + +Specifies version 38 with 97 x 97 modules. + +### HanXinVersion.VERSION_39 {#version_39} + +**Type:** `int` + +**Value:** `39` + +Specifies version 39 with 99 x 99 modules. + +### HanXinVersion.VERSION_40 {#version_40} + +**Type:** `int` + +**Value:** `40` + +Specifies version 40 with 101 x 101 modules. + +### HanXinVersion.VERSION_41 {#version_41} + +**Type:** `int` + +**Value:** `41` + +Specifies version 41 with 103 x 103 modules. + +### HanXinVersion.VERSION_42 {#version_42} + +**Type:** `int` + +**Value:** `42` + +Specifies version 42 with 105 x 105 modules. + +### HanXinVersion.VERSION_43 {#version_43} + +**Type:** `int` + +**Value:** `43` + +Specifies version 43 with 107 x 107 modules. + +### HanXinVersion.VERSION_44 {#version_44} + +**Type:** `int` + +**Value:** `44` + +Specifies version 44 with 109 x 109 modules. + +### HanXinVersion.VERSION_45 {#version_45} + +**Type:** `int` + +**Value:** `45` + +Specifies version 45 with 111 x 111 modules. + +### HanXinVersion.VERSION_46 {#version_46} + +**Type:** `int` + +**Value:** `46` + +Specifies version 46 with 113 x 113 modules. + +### HanXinVersion.VERSION_47 {#version_47} + +**Type:** `int` + +**Value:** `47` + +Specifies version 47 with 115 x 115 modules. + +### HanXinVersion.VERSION_48 {#version_48} + +**Type:** `int` + +**Value:** `48` + +Specifies version 48 with 117 x 117 modules. + +### HanXinVersion.VERSION_49 {#version_49} + +**Type:** `int` + +**Value:** `49` + +Specifies version 49 with 119 x 119 modules. + +### HanXinVersion.VERSION_50 {#version_50} + +**Type:** `int` + +**Value:** `50` + +Specifies version 50 with 121 x 121 modules. + +### HanXinVersion.VERSION_51 {#version_51} + +**Type:** `int` + +**Value:** `51` + +Specifies version 51 with 123 x 123 modules. + +### HanXinVersion.VERSION_52 {#version_52} + +**Type:** `int` + +**Value:** `52` + +Specifies version 52 with 125 x 125 modules. + +### HanXinVersion.VERSION_53 {#version_53} + +**Type:** `int` + +**Value:** `53` + +Specifies version 53 with 127 x 127 modules. + +### HanXinVersion.VERSION_54 {#version_54} + +**Type:** `int` + +**Value:** `54` + +Specifies version 54 with 129 x 129 modules. + +### HanXinVersion.VERSION_55 {#version_55} + +**Type:** `int` + +**Value:** `55` + +Specifies version 55 with 131 x 131 modules. + +### HanXinVersion.VERSION_56 {#version_56} + +**Type:** `int` + +**Value:** `56` + +Specifies version 56 with 133 x 133 modules. + +### HanXinVersion.VERSION_57 {#version_57} + +**Type:** `int` + +**Value:** `57` + +Specifies version 57 with 135 x 135 modules. + +### HanXinVersion.VERSION_58 {#version_58} + +**Type:** `int` + +**Value:** `58` + +Specifies version 58 with 137 x 137 modules. + +### HanXinVersion.VERSION_59 {#version_59} + +**Type:** `int` + +**Value:** `59` + +Specifies version 59 with 139 x 139 modules. + +### HanXinVersion.VERSION_60 {#version_60} + +**Type:** `int` + +**Value:** `60` + +Specifies version 60 with 141 x 141 modules. + +### HanXinVersion.VERSION_61 {#version_61} + +**Type:** `int` + +**Value:** `61` + +Specifies version 61 with 143 x 143 modules. + +### HanXinVersion.VERSION_62 {#version_62} + +**Type:** `int` + +**Value:** `62` + +Specifies version 62 with 145 x 145 modules. + +### HanXinVersion.VERSION_63 {#version_63} + +**Type:** `int` + +**Value:** `63` + +Specifies version 63 with 147 x 147 modules. + +### HanXinVersion.VERSION_64 {#version_64} + +**Type:** `int` + +**Value:** `64` + +Specifies version 64 with 149 x 149 modules. + +### HanXinVersion.VERSION_65 {#version_65} + +**Type:** `int` + +**Value:** `65` + +Specifies version 65 with 151 x 151 modules. + +### HanXinVersion.VERSION_66 {#version_66} + +**Type:** `int` + +**Value:** `66` + +Specifies version 66 with 153 x 153 modules. + +### HanXinVersion.VERSION_67 {#version_67} + +**Type:** `int` + +**Value:** `67` + +Specifies version 67 with 155 x 155 modules. + +### HanXinVersion.VERSION_68 {#version_68} + +**Type:** `int` + +**Value:** `68` + +Specifies version 68 with 157 x 157 modules. + +### HanXinVersion.VERSION_69 {#version_69} + +**Type:** `int` + +**Value:** `69` + +Specifies version 69 with 159 x 159 modules. + +### HanXinVersion.VERSION_70 {#version_70} + +**Type:** `int` + +**Value:** `70` + +Specifies version 70 with 161 x 161 modules. + +### HanXinVersion.VERSION_71 {#version_71} + +**Type:** `int` + +**Value:** `71` + +Specifies version 71 with 163 x 163 modules. + +### HanXinVersion.VERSION_72 {#version_72} + +**Type:** `int` + +**Value:** `72` + +Specifies version 72 with 165 x 165 modules. + +### HanXinVersion.VERSION_73 {#version_73} + +**Type:** `int` + +**Value:** `73` + +Specifies version 73 with 167 x 167 modules. + +### HanXinVersion.VERSION_74 {#version_74} + +**Type:** `int` + +**Value:** `74` + +Specifies version 74 with 169 x 169 modules. + +### HanXinVersion.VERSION_75 {#version_75} + +**Type:** `int` + +**Value:** `75` + +Specifies version 75 with 171 x 171 modules. + +### HanXinVersion.VERSION_76 {#version_76} + +**Type:** `int` + +**Value:** `76` + +Specifies version 76 with 173 x 173 modules. + +### HanXinVersion.VERSION_77 {#version_77} + +**Type:** `int` + +**Value:** `77` + +Specifies version 77 with 175 x 175 modules. + +### HanXinVersion.VERSION_78 {#version_78} + +**Type:** `int` + +**Value:** `78` + +Specifies version 78 with 177 x 177 modules. + +### HanXinVersion.VERSION_79 {#version_79} + +**Type:** `int` + +**Value:** `79` + +Specifies version 79 with 179 x 179 modules. + +### HanXinVersion.VERSION_80 {#version_80} + +**Type:** `int` + +**Value:** `80` + +Specifies version 80 with 181 x 181 modules. + +### HanXinVersion.VERSION_81 {#version_81} + +**Type:** `int` + +**Value:** `81` + +Specifies version 81 with 183 x 183 modules. + +### HanXinVersion.VERSION_82 {#version_82} + +**Type:** `int` + +**Value:** `82` + +Specifies version 82 with 185 x 185 modules. + +### HanXinVersion.VERSION_83 {#version_83} + +**Type:** `int` + +**Value:** `83` + +Specifies version 83 with 187 x 187 modules. + +### HanXinVersion.VERSION_84 {#version_84} + +**Type:** `int` + +**Value:** `84,` + +Specifies version 84 with 189 x 189 modules. + diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/auto/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/auto/_index.md deleted file mode 100644 index abb42d23b..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/auto/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.AUTO" -linktitle: "AUTO" -articleTitle: "AUTO" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies to automatically pick up the best version. This is default value." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/auto/ ---- - -## HanXinVersion.AUTO - -**Type:** `int` - - -**Value:** `0,` - - -Specifies to automatically pick up the best version. This is default value. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_01/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_01/_index.md deleted file mode 100644 index cbd909537..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_01/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_01" -linktitle: "VERSION_01" -articleTitle: "VERSION_01" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 1 with 23 x 23 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_01/ ---- - -## HanXinVersion.VERSION_01 - -**Type:** `int` - - -**Value:** `1` - - -Specifies version 1 with 23 x 23 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_02/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_02/_index.md deleted file mode 100644 index 1bf2c0c86..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_02/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_02" -linktitle: "VERSION_02" -articleTitle: "VERSION_02" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 2 with 25 x 25 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_02/ ---- - -## HanXinVersion.VERSION_02 - -**Type:** `int` - - -**Value:** `2` - - -Specifies version 2 with 25 x 25 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_03/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_03/_index.md deleted file mode 100644 index 394b6f420..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_03/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_03" -linktitle: "VERSION_03" -articleTitle: "VERSION_03" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 3 with 27 x 27 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_03/ ---- - -## HanXinVersion.VERSION_03 - -**Type:** `int` - - -**Value:** `3` - - -Specifies version 3 with 27 x 27 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_04/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_04/_index.md deleted file mode 100644 index 3c8d63dc9..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_04/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_04" -linktitle: "VERSION_04" -articleTitle: "VERSION_04" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 4 with 29 x 29 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_04/ ---- - -## HanXinVersion.VERSION_04 - -**Type:** `int` - - -**Value:** `4` - - -Specifies version 4 with 29 x 29 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_05/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_05/_index.md deleted file mode 100644 index 060863fd6..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_05/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_05" -linktitle: "VERSION_05" -articleTitle: "VERSION_05" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 5 with 31 x 31 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_05/ ---- - -## HanXinVersion.VERSION_05 - -**Type:** `int` - - -**Value:** `5` - - -Specifies version 5 with 31 x 31 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_06/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_06/_index.md deleted file mode 100644 index 24a0dd27b..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_06/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_06" -linktitle: "VERSION_06" -articleTitle: "VERSION_06" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 6 with 33 x 33 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_06/ ---- - -## HanXinVersion.VERSION_06 - -**Type:** `int` - - -**Value:** `6` - - -Specifies version 6 with 33 x 33 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_07/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_07/_index.md deleted file mode 100644 index 74937a8bb..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_07/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_07" -linktitle: "VERSION_07" -articleTitle: "VERSION_07" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 7 with 35 x 35 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_07/ ---- - -## HanXinVersion.VERSION_07 - -**Type:** `int` - - -**Value:** `7` - - -Specifies version 7 with 35 x 35 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_08/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_08/_index.md deleted file mode 100644 index a28fdc9da..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_08/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_08" -linktitle: "VERSION_08" -articleTitle: "VERSION_08" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 8 with 37 x 37 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_08/ ---- - -## HanXinVersion.VERSION_08 - -**Type:** `int` - - -**Value:** `8` - - -Specifies version 8 with 37 x 37 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_09/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_09/_index.md deleted file mode 100644 index 528730ac7..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_09/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_09" -linktitle: "VERSION_09" -articleTitle: "VERSION_09" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 9 with 39 x 39 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_09/ ---- - -## HanXinVersion.VERSION_09 - -**Type:** `int` - - -**Value:** `9` - - -Specifies version 9 with 39 x 39 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_10/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_10/_index.md deleted file mode 100644 index ac5097447..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_10/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_10" -linktitle: "VERSION_10" -articleTitle: "VERSION_10" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 10 with 41 x 41 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_10/ ---- - -## HanXinVersion.VERSION_10 - -**Type:** `int` - - -**Value:** `10` - - -Specifies version 10 with 41 x 41 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_11/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_11/_index.md deleted file mode 100644 index 30bd7a4c1..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_11/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_11" -linktitle: "VERSION_11" -articleTitle: "VERSION_11" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 11 with 43 x 43 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_11/ ---- - -## HanXinVersion.VERSION_11 - -**Type:** `int` - - -**Value:** `11` - - -Specifies version 11 with 43 x 43 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_12/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_12/_index.md deleted file mode 100644 index 26e1e7812..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_12/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_12" -linktitle: "VERSION_12" -articleTitle: "VERSION_12" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 12 with 45 x 45 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_12/ ---- - -## HanXinVersion.VERSION_12 - -**Type:** `int` - - -**Value:** `12` - - -Specifies version 12 with 45 x 45 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_13/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_13/_index.md deleted file mode 100644 index 74ce0fce4..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_13/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_13" -linktitle: "VERSION_13" -articleTitle: "VERSION_13" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 13 with 47 x 47 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_13/ ---- - -## HanXinVersion.VERSION_13 - -**Type:** `int` - - -**Value:** `13` - - -Specifies version 13 with 47 x 47 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_14/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_14/_index.md deleted file mode 100644 index ed3db353a..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_14/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_14" -linktitle: "VERSION_14" -articleTitle: "VERSION_14" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 14 with 49 x 49 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_14/ ---- - -## HanXinVersion.VERSION_14 - -**Type:** `int` - - -**Value:** `14` - - -Specifies version 14 with 49 x 49 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_15/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_15/_index.md deleted file mode 100644 index 32c674c16..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_15/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_15" -linktitle: "VERSION_15" -articleTitle: "VERSION_15" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 15 with 51 x 51 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_15/ ---- - -## HanXinVersion.VERSION_15 - -**Type:** `int` - - -**Value:** `15` - - -Specifies version 15 with 51 x 51 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_16/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_16/_index.md deleted file mode 100644 index 02645e15f..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_16/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_16" -linktitle: "VERSION_16" -articleTitle: "VERSION_16" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 16 with 53 x 53 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_16/ ---- - -## HanXinVersion.VERSION_16 - -**Type:** `int` - - -**Value:** `16` - - -Specifies version 16 with 53 x 53 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_17/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_17/_index.md deleted file mode 100644 index 4d9b56b09..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_17/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_17" -linktitle: "VERSION_17" -articleTitle: "VERSION_17" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 17 with 55 x 55 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_17/ ---- - -## HanXinVersion.VERSION_17 - -**Type:** `int` - - -**Value:** `17` - - -Specifies version 17 with 55 x 55 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_18/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_18/_index.md deleted file mode 100644 index ef2c279d8..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_18/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_18" -linktitle: "VERSION_18" -articleTitle: "VERSION_18" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 18 with 57 x 57 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_18/ ---- - -## HanXinVersion.VERSION_18 - -**Type:** `int` - - -**Value:** `18` - - -Specifies version 18 with 57 x 57 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_19/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_19/_index.md deleted file mode 100644 index 0a65bfd7d..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_19/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_19" -linktitle: "VERSION_19" -articleTitle: "VERSION_19" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 19 with 59 x 59 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_19/ ---- - -## HanXinVersion.VERSION_19 - -**Type:** `int` - - -**Value:** `19` - - -Specifies version 19 with 59 x 59 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_20/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_20/_index.md deleted file mode 100644 index cb26c29b0..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_20/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_20" -linktitle: "VERSION_20" -articleTitle: "VERSION_20" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 20 with 61 x 61 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_20/ ---- - -## HanXinVersion.VERSION_20 - -**Type:** `int` - - -**Value:** `20` - - -Specifies version 20 with 61 x 61 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_21/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_21/_index.md deleted file mode 100644 index f4cd9a554..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_21/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_21" -linktitle: "VERSION_21" -articleTitle: "VERSION_21" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 21 with 63 x 63 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_21/ ---- - -## HanXinVersion.VERSION_21 - -**Type:** `int` - - -**Value:** `21` - - -Specifies version 21 with 63 x 63 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_22/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_22/_index.md deleted file mode 100644 index 7125dbab1..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_22/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_22" -linktitle: "VERSION_22" -articleTitle: "VERSION_22" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 22 with 65 x 65 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_22/ ---- - -## HanXinVersion.VERSION_22 - -**Type:** `int` - - -**Value:** `22` - - -Specifies version 22 with 65 x 65 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_23/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_23/_index.md deleted file mode 100644 index f0802ec0c..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_23/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_23" -linktitle: "VERSION_23" -articleTitle: "VERSION_23" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 23 with 67 x 67 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_23/ ---- - -## HanXinVersion.VERSION_23 - -**Type:** `int` - - -**Value:** `23` - - -Specifies version 23 with 67 x 67 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_24/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_24/_index.md deleted file mode 100644 index c5cdb2877..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_24/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_24" -linktitle: "VERSION_24" -articleTitle: "VERSION_24" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 24 with 69 x 69 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_24/ ---- - -## HanXinVersion.VERSION_24 - -**Type:** `int` - - -**Value:** `24` - - -Specifies version 24 with 69 x 69 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_25/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_25/_index.md deleted file mode 100644 index da8867e13..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_25/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_25" -linktitle: "VERSION_25" -articleTitle: "VERSION_25" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 25 with 71 x 71 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_25/ ---- - -## HanXinVersion.VERSION_25 - -**Type:** `int` - - -**Value:** `25` - - -Specifies version 25 with 71 x 71 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_26/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_26/_index.md deleted file mode 100644 index 20d7d8fec..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_26/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_26" -linktitle: "VERSION_26" -articleTitle: "VERSION_26" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 26 with 73 x 73 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_26/ ---- - -## HanXinVersion.VERSION_26 - -**Type:** `int` - - -**Value:** `26` - - -Specifies version 26 with 73 x 73 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_27/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_27/_index.md deleted file mode 100644 index e0faf8bb8..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_27/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_27" -linktitle: "VERSION_27" -articleTitle: "VERSION_27" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 27 with 75 x 75 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_27/ ---- - -## HanXinVersion.VERSION_27 - -**Type:** `int` - - -**Value:** `27` - - -Specifies version 27 with 75 x 75 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_28/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_28/_index.md deleted file mode 100644 index 312366443..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_28/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_28" -linktitle: "VERSION_28" -articleTitle: "VERSION_28" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 28 with 77 x 77 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_28/ ---- - -## HanXinVersion.VERSION_28 - -**Type:** `int` - - -**Value:** `28` - - -Specifies version 28 with 77 x 77 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_29/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_29/_index.md deleted file mode 100644 index 096a23139..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_29/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_29" -linktitle: "VERSION_29" -articleTitle: "VERSION_29" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 29 with 79 x 79 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_29/ ---- - -## HanXinVersion.VERSION_29 - -**Type:** `int` - - -**Value:** `29` - - -Specifies version 29 with 79 x 79 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_30/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_30/_index.md deleted file mode 100644 index 0cb412aef..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_30/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_30" -linktitle: "VERSION_30" -articleTitle: "VERSION_30" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 30 with 81 x 81 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_30/ ---- - -## HanXinVersion.VERSION_30 - -**Type:** `int` - - -**Value:** `30` - - -Specifies version 30 with 81 x 81 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_31/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_31/_index.md deleted file mode 100644 index 3187278ac..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_31/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_31" -linktitle: "VERSION_31" -articleTitle: "VERSION_31" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 31 with 83 x 83 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_31/ ---- - -## HanXinVersion.VERSION_31 - -**Type:** `int` - - -**Value:** `31` - - -Specifies version 31 with 83 x 83 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_32/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_32/_index.md deleted file mode 100644 index 5524fb48c..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_32/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_32" -linktitle: "VERSION_32" -articleTitle: "VERSION_32" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 32 with 85 x 85 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_32/ ---- - -## HanXinVersion.VERSION_32 - -**Type:** `int` - - -**Value:** `32` - - -Specifies version 32 with 85 x 85 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_33/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_33/_index.md deleted file mode 100644 index 5889415cc..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_33/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_33" -linktitle: "VERSION_33" -articleTitle: "VERSION_33" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 33 with 87 x 87 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_33/ ---- - -## HanXinVersion.VERSION_33 - -**Type:** `int` - - -**Value:** `33` - - -Specifies version 33 with 87 x 87 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_34/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_34/_index.md deleted file mode 100644 index 10b187f59..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_34/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_34" -linktitle: "VERSION_34" -articleTitle: "VERSION_34" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 34 with 89 x 89 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_34/ ---- - -## HanXinVersion.VERSION_34 - -**Type:** `int` - - -**Value:** `34` - - -Specifies version 34 with 89 x 89 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_35/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_35/_index.md deleted file mode 100644 index 8270fbd35..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_35/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_35" -linktitle: "VERSION_35" -articleTitle: "VERSION_35" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 35 with 91 x 91 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_35/ ---- - -## HanXinVersion.VERSION_35 - -**Type:** `int` - - -**Value:** `35` - - -Specifies version 35 with 91 x 91 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_36/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_36/_index.md deleted file mode 100644 index ef6c548a7..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_36/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_36" -linktitle: "VERSION_36" -articleTitle: "VERSION_36" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 36 with 93 x 93 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_36/ ---- - -## HanXinVersion.VERSION_36 - -**Type:** `int` - - -**Value:** `36` - - -Specifies version 36 with 93 x 93 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_37/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_37/_index.md deleted file mode 100644 index fa9ee960d..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_37/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_37" -linktitle: "VERSION_37" -articleTitle: "VERSION_37" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 37 with 95 x 95 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_37/ ---- - -## HanXinVersion.VERSION_37 - -**Type:** `int` - - -**Value:** `37` - - -Specifies version 37 with 95 x 95 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_38/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_38/_index.md deleted file mode 100644 index 070a27e75..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_38/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_38" -linktitle: "VERSION_38" -articleTitle: "VERSION_38" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 38 with 97 x 97 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_38/ ---- - -## HanXinVersion.VERSION_38 - -**Type:** `int` - - -**Value:** `38` - - -Specifies version 38 with 97 x 97 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_39/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_39/_index.md deleted file mode 100644 index fefe2d3ab..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_39/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_39" -linktitle: "VERSION_39" -articleTitle: "VERSION_39" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 39 with 99 x 99 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_39/ ---- - -## HanXinVersion.VERSION_39 - -**Type:** `int` - - -**Value:** `39` - - -Specifies version 39 with 99 x 99 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_40/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_40/_index.md deleted file mode 100644 index 0e29dad48..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_40/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_40" -linktitle: "VERSION_40" -articleTitle: "VERSION_40" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 40 with 101 x 101 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_40/ ---- - -## HanXinVersion.VERSION_40 - -**Type:** `int` - - -**Value:** `40` - - -Specifies version 40 with 101 x 101 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_41/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_41/_index.md deleted file mode 100644 index 4cd3fa480..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_41/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_41" -linktitle: "VERSION_41" -articleTitle: "VERSION_41" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 41 with 103 x 103 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_41/ ---- - -## HanXinVersion.VERSION_41 - -**Type:** `int` - - -**Value:** `41` - - -Specifies version 41 with 103 x 103 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_42/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_42/_index.md deleted file mode 100644 index aab2a1ad3..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_42/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_42" -linktitle: "VERSION_42" -articleTitle: "VERSION_42" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 42 with 105 x 105 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_42/ ---- - -## HanXinVersion.VERSION_42 - -**Type:** `int` - - -**Value:** `42` - - -Specifies version 42 with 105 x 105 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_43/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_43/_index.md deleted file mode 100644 index 879a1d2ea..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_43/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_43" -linktitle: "VERSION_43" -articleTitle: "VERSION_43" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 43 with 107 x 107 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_43/ ---- - -## HanXinVersion.VERSION_43 - -**Type:** `int` - - -**Value:** `43` - - -Specifies version 43 with 107 x 107 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_44/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_44/_index.md deleted file mode 100644 index 2c894c184..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_44/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_44" -linktitle: "VERSION_44" -articleTitle: "VERSION_44" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 44 with 109 x 109 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_44/ ---- - -## HanXinVersion.VERSION_44 - -**Type:** `int` - - -**Value:** `44` - - -Specifies version 44 with 109 x 109 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_45/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_45/_index.md deleted file mode 100644 index 01a9c8fe8..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_45/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_45" -linktitle: "VERSION_45" -articleTitle: "VERSION_45" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 45 with 111 x 111 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_45/ ---- - -## HanXinVersion.VERSION_45 - -**Type:** `int` - - -**Value:** `45` - - -Specifies version 45 with 111 x 111 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_46/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_46/_index.md deleted file mode 100644 index b342a259b..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_46/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_46" -linktitle: "VERSION_46" -articleTitle: "VERSION_46" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 46 with 113 x 113 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_46/ ---- - -## HanXinVersion.VERSION_46 - -**Type:** `int` - - -**Value:** `46` - - -Specifies version 46 with 113 x 113 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_47/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_47/_index.md deleted file mode 100644 index dc1897f10..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_47/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_47" -linktitle: "VERSION_47" -articleTitle: "VERSION_47" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 47 with 115 x 115 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_47/ ---- - -## HanXinVersion.VERSION_47 - -**Type:** `int` - - -**Value:** `47` - - -Specifies version 47 with 115 x 115 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_48/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_48/_index.md deleted file mode 100644 index a422b9b7e..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_48/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_48" -linktitle: "VERSION_48" -articleTitle: "VERSION_48" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 48 with 117 x 117 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_48/ ---- - -## HanXinVersion.VERSION_48 - -**Type:** `int` - - -**Value:** `48` - - -Specifies version 48 with 117 x 117 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_49/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_49/_index.md deleted file mode 100644 index 33009378b..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_49/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_49" -linktitle: "VERSION_49" -articleTitle: "VERSION_49" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 49 with 119 x 119 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_49/ ---- - -## HanXinVersion.VERSION_49 - -**Type:** `int` - - -**Value:** `49` - - -Specifies version 49 with 119 x 119 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_50/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_50/_index.md deleted file mode 100644 index 768798ca7..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_50/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_50" -linktitle: "VERSION_50" -articleTitle: "VERSION_50" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 50 with 121 x 121 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_50/ ---- - -## HanXinVersion.VERSION_50 - -**Type:** `int` - - -**Value:** `50` - - -Specifies version 50 with 121 x 121 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_51/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_51/_index.md deleted file mode 100644 index 3b456da88..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_51/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_51" -linktitle: "VERSION_51" -articleTitle: "VERSION_51" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 51 with 123 x 123 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_51/ ---- - -## HanXinVersion.VERSION_51 - -**Type:** `int` - - -**Value:** `51` - - -Specifies version 51 with 123 x 123 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_52/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_52/_index.md deleted file mode 100644 index 5fe2337ff..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_52/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_52" -linktitle: "VERSION_52" -articleTitle: "VERSION_52" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 52 with 125 x 125 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_52/ ---- - -## HanXinVersion.VERSION_52 - -**Type:** `int` - - -**Value:** `52` - - -Specifies version 52 with 125 x 125 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_53/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_53/_index.md deleted file mode 100644 index a84c51430..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_53/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_53" -linktitle: "VERSION_53" -articleTitle: "VERSION_53" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 53 with 127 x 127 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_53/ ---- - -## HanXinVersion.VERSION_53 - -**Type:** `int` - - -**Value:** `53` - - -Specifies version 53 with 127 x 127 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_54/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_54/_index.md deleted file mode 100644 index 7f5df5636..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_54/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_54" -linktitle: "VERSION_54" -articleTitle: "VERSION_54" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 54 with 129 x 129 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_54/ ---- - -## HanXinVersion.VERSION_54 - -**Type:** `int` - - -**Value:** `54` - - -Specifies version 54 with 129 x 129 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_55/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_55/_index.md deleted file mode 100644 index c469ccc08..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_55/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_55" -linktitle: "VERSION_55" -articleTitle: "VERSION_55" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 55 with 131 x 131 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_55/ ---- - -## HanXinVersion.VERSION_55 - -**Type:** `int` - - -**Value:** `55` - - -Specifies version 55 with 131 x 131 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_56/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_56/_index.md deleted file mode 100644 index bb9f15e28..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_56/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_56" -linktitle: "VERSION_56" -articleTitle: "VERSION_56" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 56 with 133 x 133 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_56/ ---- - -## HanXinVersion.VERSION_56 - -**Type:** `int` - - -**Value:** `56` - - -Specifies version 56 with 133 x 133 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_57/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_57/_index.md deleted file mode 100644 index d0fdbc6e3..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_57/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_57" -linktitle: "VERSION_57" -articleTitle: "VERSION_57" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 57 with 135 x 135 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_57/ ---- - -## HanXinVersion.VERSION_57 - -**Type:** `int` - - -**Value:** `57` - - -Specifies version 57 with 135 x 135 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_58/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_58/_index.md deleted file mode 100644 index 1ccb4b5b0..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_58/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_58" -linktitle: "VERSION_58" -articleTitle: "VERSION_58" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 58 with 137 x 137 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_58/ ---- - -## HanXinVersion.VERSION_58 - -**Type:** `int` - - -**Value:** `58` - - -Specifies version 58 with 137 x 137 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_59/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_59/_index.md deleted file mode 100644 index f13664f53..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_59/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_59" -linktitle: "VERSION_59" -articleTitle: "VERSION_59" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 59 with 139 x 139 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_59/ ---- - -## HanXinVersion.VERSION_59 - -**Type:** `int` - - -**Value:** `59` - - -Specifies version 59 with 139 x 139 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_60/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_60/_index.md deleted file mode 100644 index b4127477b..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_60/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_60" -linktitle: "VERSION_60" -articleTitle: "VERSION_60" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 60 with 141 x 141 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_60/ ---- - -## HanXinVersion.VERSION_60 - -**Type:** `int` - - -**Value:** `60` - - -Specifies version 60 with 141 x 141 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_61/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_61/_index.md deleted file mode 100644 index feda48110..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_61/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_61" -linktitle: "VERSION_61" -articleTitle: "VERSION_61" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 61 with 143 x 143 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_61/ ---- - -## HanXinVersion.VERSION_61 - -**Type:** `int` - - -**Value:** `61` - - -Specifies version 61 with 143 x 143 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_62/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_62/_index.md deleted file mode 100644 index d2b3c5ca7..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_62/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_62" -linktitle: "VERSION_62" -articleTitle: "VERSION_62" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 62 with 145 x 145 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_62/ ---- - -## HanXinVersion.VERSION_62 - -**Type:** `int` - - -**Value:** `62` - - -Specifies version 62 with 145 x 145 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_63/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_63/_index.md deleted file mode 100644 index a0cc5ff4c..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_63/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_63" -linktitle: "VERSION_63" -articleTitle: "VERSION_63" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 63 with 147 x 147 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_63/ ---- - -## HanXinVersion.VERSION_63 - -**Type:** `int` - - -**Value:** `63` - - -Specifies version 63 with 147 x 147 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_64/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_64/_index.md deleted file mode 100644 index 1c8436494..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_64/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_64" -linktitle: "VERSION_64" -articleTitle: "VERSION_64" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 64 with 149 x 149 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_64/ ---- - -## HanXinVersion.VERSION_64 - -**Type:** `int` - - -**Value:** `64` - - -Specifies version 64 with 149 x 149 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_65/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_65/_index.md deleted file mode 100644 index 7bac8a7a1..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_65/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_65" -linktitle: "VERSION_65" -articleTitle: "VERSION_65" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 65 with 151 x 151 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_65/ ---- - -## HanXinVersion.VERSION_65 - -**Type:** `int` - - -**Value:** `65` - - -Specifies version 65 with 151 x 151 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_66/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_66/_index.md deleted file mode 100644 index 437490274..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_66/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_66" -linktitle: "VERSION_66" -articleTitle: "VERSION_66" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 66 with 153 x 153 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_66/ ---- - -## HanXinVersion.VERSION_66 - -**Type:** `int` - - -**Value:** `66` - - -Specifies version 66 with 153 x 153 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_67/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_67/_index.md deleted file mode 100644 index 28478c933..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_67/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_67" -linktitle: "VERSION_67" -articleTitle: "VERSION_67" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 67 with 155 x 155 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_67/ ---- - -## HanXinVersion.VERSION_67 - -**Type:** `int` - - -**Value:** `67` - - -Specifies version 67 with 155 x 155 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_68/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_68/_index.md deleted file mode 100644 index 191253341..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_68/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_68" -linktitle: "VERSION_68" -articleTitle: "VERSION_68" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 68 with 157 x 157 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_68/ ---- - -## HanXinVersion.VERSION_68 - -**Type:** `int` - - -**Value:** `68` - - -Specifies version 68 with 157 x 157 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_69/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_69/_index.md deleted file mode 100644 index b3e2b41cc..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_69/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_69" -linktitle: "VERSION_69" -articleTitle: "VERSION_69" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 69 with 159 x 159 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_69/ ---- - -## HanXinVersion.VERSION_69 - -**Type:** `int` - - -**Value:** `69` - - -Specifies version 69 with 159 x 159 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_70/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_70/_index.md deleted file mode 100644 index a49f878ad..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_70/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_70" -linktitle: "VERSION_70" -articleTitle: "VERSION_70" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 70 with 161 x 161 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_70/ ---- - -## HanXinVersion.VERSION_70 - -**Type:** `int` - - -**Value:** `70` - - -Specifies version 70 with 161 x 161 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_71/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_71/_index.md deleted file mode 100644 index a2a190552..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_71/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_71" -linktitle: "VERSION_71" -articleTitle: "VERSION_71" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 71 with 163 x 163 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_71/ ---- - -## HanXinVersion.VERSION_71 - -**Type:** `int` - - -**Value:** `71` - - -Specifies version 71 with 163 x 163 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_72/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_72/_index.md deleted file mode 100644 index 6bb87396a..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_72/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_72" -linktitle: "VERSION_72" -articleTitle: "VERSION_72" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 72 with 165 x 165 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_72/ ---- - -## HanXinVersion.VERSION_72 - -**Type:** `int` - - -**Value:** `72` - - -Specifies version 72 with 165 x 165 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_73/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_73/_index.md deleted file mode 100644 index 31661a3f9..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_73/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_73" -linktitle: "VERSION_73" -articleTitle: "VERSION_73" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 73 with 167 x 167 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_73/ ---- - -## HanXinVersion.VERSION_73 - -**Type:** `int` - - -**Value:** `73` - - -Specifies version 73 with 167 x 167 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_74/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_74/_index.md deleted file mode 100644 index 742522331..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_74/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_74" -linktitle: "VERSION_74" -articleTitle: "VERSION_74" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 74 with 169 x 169 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_74/ ---- - -## HanXinVersion.VERSION_74 - -**Type:** `int` - - -**Value:** `74` - - -Specifies version 74 with 169 x 169 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_75/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_75/_index.md deleted file mode 100644 index 6d5c8e08f..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_75/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_75" -linktitle: "VERSION_75" -articleTitle: "VERSION_75" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 75 with 171 x 171 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_75/ ---- - -## HanXinVersion.VERSION_75 - -**Type:** `int` - - -**Value:** `75` - - -Specifies version 75 with 171 x 171 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_76/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_76/_index.md deleted file mode 100644 index c0df22a70..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_76/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_76" -linktitle: "VERSION_76" -articleTitle: "VERSION_76" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 76 with 173 x 173 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_76/ ---- - -## HanXinVersion.VERSION_76 - -**Type:** `int` - - -**Value:** `76` - - -Specifies version 76 with 173 x 173 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_77/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_77/_index.md deleted file mode 100644 index 1dbf09ec0..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_77/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_77" -linktitle: "VERSION_77" -articleTitle: "VERSION_77" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 77 with 175 x 175 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_77/ ---- - -## HanXinVersion.VERSION_77 - -**Type:** `int` - - -**Value:** `77` - - -Specifies version 77 with 175 x 175 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_78/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_78/_index.md deleted file mode 100644 index 8c7ccd95d..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_78/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_78" -linktitle: "VERSION_78" -articleTitle: "VERSION_78" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 78 with 177 x 177 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_78/ ---- - -## HanXinVersion.VERSION_78 - -**Type:** `int` - - -**Value:** `78` - - -Specifies version 78 with 177 x 177 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_79/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_79/_index.md deleted file mode 100644 index f06041271..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_79/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_79" -linktitle: "VERSION_79" -articleTitle: "VERSION_79" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 79 with 179 x 179 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_79/ ---- - -## HanXinVersion.VERSION_79 - -**Type:** `int` - - -**Value:** `79` - - -Specifies version 79 with 179 x 179 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_80/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_80/_index.md deleted file mode 100644 index 7e9bc3334..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_80/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_80" -linktitle: "VERSION_80" -articleTitle: "VERSION_80" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 80 with 181 x 181 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_80/ ---- - -## HanXinVersion.VERSION_80 - -**Type:** `int` - - -**Value:** `80` - - -Specifies version 80 with 181 x 181 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_81/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_81/_index.md deleted file mode 100644 index e80bd4f5c..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_81/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_81" -linktitle: "VERSION_81" -articleTitle: "VERSION_81" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 81 with 183 x 183 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_81/ ---- - -## HanXinVersion.VERSION_81 - -**Type:** `int` - - -**Value:** `81` - - -Specifies version 81 with 183 x 183 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_82/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_82/_index.md deleted file mode 100644 index 0bb639024..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_82/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_82" -linktitle: "VERSION_82" -articleTitle: "VERSION_82" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 82 with 185 x 185 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_82/ ---- - -## HanXinVersion.VERSION_82 - -**Type:** `int` - - -**Value:** `82` - - -Specifies version 82 with 185 x 185 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_83/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_83/_index.md deleted file mode 100644 index 367805326..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_83/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_83" -linktitle: "VERSION_83" -articleTitle: "VERSION_83" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 83 with 187 x 187 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_83/ ---- - -## HanXinVersion.VERSION_83 - -**Type:** `int` - - -**Value:** `83` - - -Specifies version 83 with 187 x 187 modules. - diff --git a/english/python-java/aspose_barcode.generation/hanxinversion/version_84/_index.md b/english/python-java/aspose_barcode.generation/hanxinversion/version_84/_index.md deleted file mode 100644 index 4a46b2864..000000000 --- a/english/python-java/aspose_barcode.generation/hanxinversion/version_84/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HanXinVersion.VERSION_84" -linktitle: "VERSION_84" -articleTitle: "VERSION_84" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 84 with 189 x 189 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hanxinversion/version_84/ ---- - -## HanXinVersion.VERSION_84 - -**Type:** `int` - - -**Value:** `84,` - - -Specifies version 84 with 189 x 189 modules. - diff --git a/english/python-java/aspose_barcode.generation/hslacolor/_index.md b/english/python-java/aspose_barcode.generation/hslacolor/_index.md index f1594b1e2..d7605cdac 100644 --- a/english/python-java/aspose_barcode.generation/hslacolor/_index.md +++ b/english/python-java/aspose_barcode.generation/hslacolor/_index.md @@ -1,7 +1,6 @@ --- -title: "HslaColor Class" +title: "HslaColor" linktitle: "HslaColor" -articleTitle: "HslaColor" second_title: "Aspose.BarCode for Python via Java" description: "Class for representing HSLA color (Hue, Saturation, Lightness, Alpha)" type: docs @@ -21,14 +20,86 @@ Class for representing HSLA color (Hue, Saturation, Lightness, Alpha) | Name | Description | | --- | --- | -| [__init__](./hslacolor/) | Constructor for HslaColor. | +| [__init__](#constructor) | Constructor for HslaColor. | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [check_alpha](./check_alpha/) | `None` | Yes | | -| [check_hue](./check_hue/) | `None` | Yes | | -| [check_sat_light](./check_sat_light/) | `None` | Yes | | -| [convert_hsla_to_rgba](./convert_hsla_to_rgba/) | `Tuple[int, int, int, int]` | Yes | | -| [hue_to_rgb](./hue_to_rgb/) | `float` | Yes | | +| [check_alpha](#check_alpha) | `None` | Yes | | +| [check_hue](#check_hue) | `None` | Yes | | +| [check_sat_light](#check_sat_light) | `None` | Yes | | +| [convert_hsla_to_rgba](#convert_hsla_to_rgba) | `Tuple[int, int, int, int]` | Yes | | +| [hue_to_rgb](#hue_to_rgb) | `float` | Yes | | + +### HslaColor Constructor {#constructor} + +```python +__init__(self, int h, int s, int l, float a) +``` + +Constructor for HslaColor. + +| Parameter | Type | Description | +| --- | --- | --- | +| `h` | `int` | Hue [0, 360] | +| `s` | `int` | Saturation [0, 100] | +| `l` | `int` | Lightness [0, 100] | +| `a` | `float` | Alpha (opacity) [0.0f, 1.0f] | + +### HslaColor.check_alpha (static) {#check_alpha} + +```python +check_alpha(float value) +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `float` | | + +### HslaColor.check_hue (static) {#check_hue} + +```python +check_hue(int value) +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `int` | | + +### HslaColor.check_sat_light (static) {#check_sat_light} + +```python +check_sat_light(int value) +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `int` | | + +### HslaColor.convert_hsla_to_rgba (static) {#convert_hsla_to_rgba} + +```python +convert_hsla_to_rgba(HslaColor hsla_color) -> Tuple[int, int, int, int] +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `hsla_color` | `HslaColor` | | + +**Return Type:** `Tuple[int, int, int, int]` + +### HslaColor.hue_to_rgb (static) {#hue_to_rgb} + +```python +hue_to_rgb(float p, float q, float t) -> float +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `p` | `float` | | +| `q` | `float` | | +| `t` | `float` | | + +**Return Type:** `float` + diff --git a/english/python-java/aspose_barcode.generation/hslacolor/check_alpha/_index.md b/english/python-java/aspose_barcode.generation/hslacolor/check_alpha/_index.md deleted file mode 100644 index 8694290bb..000000000 --- a/english/python-java/aspose_barcode.generation/hslacolor/check_alpha/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HslaColor.check_alpha" -linktitle: "check_alpha" -articleTitle: "check_alpha" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hslacolor/check_alpha/ ---- - -## HslaColor.check_alpha - -```python -check_alpha(float value) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `float` | | diff --git a/english/python-java/aspose_barcode.generation/hslacolor/check_hue/_index.md b/english/python-java/aspose_barcode.generation/hslacolor/check_hue/_index.md deleted file mode 100644 index 337828e85..000000000 --- a/english/python-java/aspose_barcode.generation/hslacolor/check_hue/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HslaColor.check_hue" -linktitle: "check_hue" -articleTitle: "check_hue" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hslacolor/check_hue/ ---- - -## HslaColor.check_hue - -```python -check_hue(int value) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `int` | | diff --git a/english/python-java/aspose_barcode.generation/hslacolor/check_sat_light/_index.md b/english/python-java/aspose_barcode.generation/hslacolor/check_sat_light/_index.md deleted file mode 100644 index 158712da1..000000000 --- a/english/python-java/aspose_barcode.generation/hslacolor/check_sat_light/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "HslaColor.check_sat_light" -linktitle: "check_sat_light" -articleTitle: "check_sat_light" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hslacolor/check_sat_light/ ---- - -## HslaColor.check_sat_light - -```python -check_sat_light(int value) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `int` | | diff --git a/english/python-java/aspose_barcode.generation/hslacolor/convert_hsla_to_rgba/_index.md b/english/python-java/aspose_barcode.generation/hslacolor/convert_hsla_to_rgba/_index.md deleted file mode 100644 index aa158820b..000000000 --- a/english/python-java/aspose_barcode.generation/hslacolor/convert_hsla_to_rgba/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "HslaColor.convert_hsla_to_rgba" -linktitle: "convert_hsla_to_rgba" -articleTitle: "convert_hsla_to_rgba" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hslacolor/convert_hsla_to_rgba/ ---- - -## HslaColor.convert_hsla_to_rgba - -```python -convert_hsla_to_rgba(HslaColor hsla_color) -> Tuple[int, int, int, int] -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `hsla_color` | `HslaColor` | | - -**Return Type:** `Tuple[int, int, int, int]` - diff --git a/english/python-java/aspose_barcode.generation/hslacolor/hslacolor/_index.md b/english/python-java/aspose_barcode.generation/hslacolor/hslacolor/_index.md deleted file mode 100644 index 978a7c2a8..000000000 --- a/english/python-java/aspose_barcode.generation/hslacolor/hslacolor/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "HslaColor" -linktitle: "HslaColor" -articleTitle: "HslaColor" -second_title: "Aspose.BarCode for Python via Java" -description: "Constructor for HslaColor." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hslacolor/hslacolor/ ---- - -## HslaColor Constructor - -```python -__init__(self, int h, int s, int l, float a) -``` - - -Constructor for HslaColor. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `h` | `int` | Hue [0, 360] | -| `s` | `int` | Saturation [0, 100] | -| `l` | `int` | Lightness [0, 100] | -| `a` | `float` | Alpha (opacity) [0.0f, 1.0f] | diff --git a/english/python-java/aspose_barcode.generation/hslacolor/hue_to_rgb/_index.md b/english/python-java/aspose_barcode.generation/hslacolor/hue_to_rgb/_index.md deleted file mode 100644 index da9faa6ff..000000000 --- a/english/python-java/aspose_barcode.generation/hslacolor/hue_to_rgb/_index.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: "HslaColor.hue_to_rgb" -linktitle: "hue_to_rgb" -articleTitle: "hue_to_rgb" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/hslacolor/hue_to_rgb/ ---- - -## HslaColor.hue_to_rgb - -```python -hue_to_rgb(float p, float q, float t) -> float -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `p` | `float` | | -| `q` | `float` | | -| `t` | `float` | | - -**Return Type:** `float` - diff --git a/english/python-java/aspose_barcode.generation/imageparameters/_index.md b/english/python-java/aspose_barcode.generation/imageparameters/_index.md index 4b4f1fb9a..c2e8fd659 100644 --- a/english/python-java/aspose_barcode.generation/imageparameters/_index.md +++ b/english/python-java/aspose_barcode.generation/imageparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "ImageParameters Class" +title: "ImageParameters" linktitle: "ImageParameters" -articleTitle: "ImageParameters" second_title: "Aspose.BarCode for Python via Java" description: "Image parameters." type: docs @@ -21,11 +20,46 @@ Image parameters. | Name | Description | | --- | --- | -| [__init__](./imageparameters/) | | +| [__init__](#constructor) | | ## Properties | Name | Type | Description | | --- | --- | --- | -| [pdf](./pdf/) | `PdfParameters` | PDF parameters. | -| [svg](./svg/) | `Optional[SvgParameters]` | SVG parameters. | +| [pdf](#pdf) | `PdfParameters` | PDF parameters. | +| [svg](#svg) | `Optional[SvgParameters]` | SVG parameters. | + +### ImageParameters Constructor {#constructor} + +```python +__init__(self, _java_class) +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `_java_class` | `` | | + +### ImageParameters.pdf {#pdf} + +**Type:** `PdfParameters` + +PDF parameters. + +PDF parameters. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `PdfParameters` | | + +### ImageParameters.svg {#svg} + +**Type:** `Optional[SvgParameters]` + +SVG parameters. + +SVG parameters. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `SvgParameters` | | + diff --git a/english/python-java/aspose_barcode.generation/imageparameters/imageparameters/_index.md b/english/python-java/aspose_barcode.generation/imageparameters/imageparameters/_index.md deleted file mode 100644 index 4c7cfca6b..000000000 --- a/english/python-java/aspose_barcode.generation/imageparameters/imageparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "ImageParameters" -linktitle: "ImageParameters" -articleTitle: "ImageParameters" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/imageparameters/imageparameters/ ---- - -## ImageParameters Constructor - -```python -__init__(self, _java_class) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `_java_class` | `` | | diff --git a/english/python-java/aspose_barcode.generation/imageparameters/pdf/_index.md b/english/python-java/aspose_barcode.generation/imageparameters/pdf/_index.md deleted file mode 100644 index 5e9e7d9bb..000000000 --- a/english/python-java/aspose_barcode.generation/imageparameters/pdf/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "ImageParameters.pdf" -linktitle: "pdf" -articleTitle: "pdf" -second_title: "Aspose.BarCode for Python via Java" -description: "PDF parameters." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/imageparameters/pdf/ ---- - -## ImageParameters.pdf - -**Type:** `PdfParameters` - - -### Get - -PDF parameters. - - -### Set - -PDF parameters. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `PdfParameters` | | diff --git a/english/python-java/aspose_barcode.generation/imageparameters/svg/_index.md b/english/python-java/aspose_barcode.generation/imageparameters/svg/_index.md deleted file mode 100644 index d0e9a333e..000000000 --- a/english/python-java/aspose_barcode.generation/imageparameters/svg/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "ImageParameters.svg" -linktitle: "svg" -articleTitle: "svg" -second_title: "Aspose.BarCode for Python via Java" -description: "SVG parameters." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/imageparameters/svg/ ---- - -## ImageParameters.svg - -**Type:** `Optional[SvgParameters]` - - -### Get - -SVG parameters. - - -### Set - -SVG parameters. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `SvgParameters` | | diff --git a/english/python-java/aspose_barcode.generation/itf14bordertype/_index.md b/english/python-java/aspose_barcode.generation/itf14bordertype/_index.md index 824e2ca79..89237edb0 100644 --- a/english/python-java/aspose_barcode.generation/itf14bordertype/_index.md +++ b/english/python-java/aspose_barcode.generation/itf14bordertype/_index.md @@ -1,7 +1,6 @@ --- -title: "ITF14BorderType Enum" +title: "ITF14BorderType" linktitle: "ITF14BorderType" -articleTitle: "ITF14BorderType" second_title: "Aspose.BarCode for Python via Java" description: "ITF14 barcode's border type." type: docs @@ -21,8 +20,48 @@ ITF14 barcode's border type. | Name | Value | Description | | --- | --- | --- | -| [BAR](./bar/) | `2` | Tow horizontal bars enclosing the barcode. | -| [BAR_OUT](./bar_out/) | `4` | Tow horizontal bars enclosing the barcode. | -| [FRAME](./frame/) | `1` | FRAME enclosing the barcode. | -| [FRAME_OUT](./frame_out/) | `3` | FRAME enclosing the barcode. | -| [NONE](./none/) | `0` | NO border enclosing the barcode. | +| [BAR](#bar) | `2` | Tow horizontal bars enclosing the barcode. | +| [BAR_OUT](#bar_out) | `4` | Tow horizontal bars enclosing the barcode. | +| [FRAME](#frame) | `1` | FRAME enclosing the barcode. | +| [FRAME_OUT](#frame_out) | `3` | FRAME enclosing the barcode. | +| [NONE](#none) | `0` | NO border enclosing the barcode. | +### ITF14BorderType.BAR {#bar} + +**Type:** `int` + +**Value:** `2` + +Tow horizontal bars enclosing the barcode. + +### ITF14BorderType.BAR_OUT {#bar_out} + +**Type:** `int` + +**Value:** `4` + +Tow horizontal bars enclosing the barcode. + +### ITF14BorderType.FRAME {#frame} + +**Type:** `int` + +**Value:** `1` + +FRAME enclosing the barcode. + +### ITF14BorderType.FRAME_OUT {#frame_out} + +**Type:** `int` + +**Value:** `3` + +FRAME enclosing the barcode. + +### ITF14BorderType.NONE {#none} + +**Type:** `int` + +**Value:** `0` + +NO border enclosing the barcode. + diff --git a/english/python-java/aspose_barcode.generation/itf14bordertype/bar/_index.md b/english/python-java/aspose_barcode.generation/itf14bordertype/bar/_index.md deleted file mode 100644 index 1eb0f9681..000000000 --- a/english/python-java/aspose_barcode.generation/itf14bordertype/bar/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "ITF14BorderType.BAR" -linktitle: "BAR" -articleTitle: "BAR" -second_title: "Aspose.BarCode for Python via Java" -description: "Tow horizontal bars enclosing the barcode." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/itf14bordertype/bar/ ---- - -## ITF14BorderType.BAR - -**Type:** `int` - - -**Value:** `2` - - -Tow horizontal bars enclosing the barcode. - diff --git a/english/python-java/aspose_barcode.generation/itf14bordertype/bar_out/_index.md b/english/python-java/aspose_barcode.generation/itf14bordertype/bar_out/_index.md deleted file mode 100644 index 1bcd66634..000000000 --- a/english/python-java/aspose_barcode.generation/itf14bordertype/bar_out/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "ITF14BorderType.BAR_OUT" -linktitle: "BAR_OUT" -articleTitle: "BAR_OUT" -second_title: "Aspose.BarCode for Python via Java" -description: "Tow horizontal bars enclosing the barcode." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/itf14bordertype/bar_out/ ---- - -## ITF14BorderType.BAR_OUT - -**Type:** `int` - - -**Value:** `4` - - -Tow horizontal bars enclosing the barcode. - diff --git a/english/python-java/aspose_barcode.generation/itf14bordertype/frame/_index.md b/english/python-java/aspose_barcode.generation/itf14bordertype/frame/_index.md deleted file mode 100644 index c7c77f906..000000000 --- a/english/python-java/aspose_barcode.generation/itf14bordertype/frame/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "ITF14BorderType.FRAME" -linktitle: "FRAME" -articleTitle: "FRAME" -second_title: "Aspose.BarCode for Python via Java" -description: "FRAME enclosing the barcode." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/itf14bordertype/frame/ ---- - -## ITF14BorderType.FRAME - -**Type:** `int` - - -**Value:** `1` - - -FRAME enclosing the barcode. - diff --git a/english/python-java/aspose_barcode.generation/itf14bordertype/frame_out/_index.md b/english/python-java/aspose_barcode.generation/itf14bordertype/frame_out/_index.md deleted file mode 100644 index 94f47d0e7..000000000 --- a/english/python-java/aspose_barcode.generation/itf14bordertype/frame_out/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "ITF14BorderType.FRAME_OUT" -linktitle: "FRAME_OUT" -articleTitle: "FRAME_OUT" -second_title: "Aspose.BarCode for Python via Java" -description: "FRAME enclosing the barcode." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/itf14bordertype/frame_out/ ---- - -## ITF14BorderType.FRAME_OUT - -**Type:** `int` - - -**Value:** `3` - - -FRAME enclosing the barcode. - diff --git a/english/python-java/aspose_barcode.generation/itf14bordertype/none/_index.md b/english/python-java/aspose_barcode.generation/itf14bordertype/none/_index.md deleted file mode 100644 index 3976e5a6c..000000000 --- a/english/python-java/aspose_barcode.generation/itf14bordertype/none/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "ITF14BorderType.NONE" -linktitle: "NONE" -articleTitle: "NONE" -second_title: "Aspose.BarCode for Python via Java" -description: "NO border enclosing the barcode." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/itf14bordertype/none/ ---- - -## ITF14BorderType.NONE - -**Type:** `int` - - -**Value:** `0` - - -NO border enclosing the barcode. - diff --git a/english/python-java/aspose_barcode.generation/itfparameters/__str__/_index.md b/english/python-java/aspose_barcode.generation/itfparameters/__str__/_index.md deleted file mode 100644 index 6a724fca0..000000000 --- a/english/python-java/aspose_barcode.generation/itfparameters/__str__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "ITFParameters.__str__" -linktitle: "__str__" -articleTitle: "__str__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns a human-readable string representation of this ITFParameters." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/itfparameters/__str__/ ---- - -## ITFParameters.__str__ - -```python -__str__(self) -> str -``` - - -Returns a human-readable string representation of this ITFParameters. - - -**Return Type:** `str` — A string that represents this ITFParameters. - diff --git a/english/python-java/aspose_barcode.generation/itfparameters/_index.md b/english/python-java/aspose_barcode.generation/itfparameters/_index.md index 71e102c29..9b52f0119 100644 --- a/english/python-java/aspose_barcode.generation/itfparameters/_index.md +++ b/english/python-java/aspose_barcode.generation/itfparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "ITFParameters Class" +title: "ITFParameters" linktitle: "ITFParameters" -articleTitle: "ITFParameters" second_title: "Aspose.BarCode for Python via Java" description: "ITF parameters." type: docs @@ -21,20 +20,93 @@ ITF parameters. | Name | Description | | --- | --- | -| [__init__](./itfparameters/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [__str__](./__str__/) | `str` | No | Returns a human-readable string representation of this ITFParameters. | +| [__str__](#__str__) | `str` | No | Returns a human-readable string representation of this ITFParameters. | ## Properties | Name | Type | Description | | --- | --- | --- | -| [border_thickness](./border_thickness/) | `Optional[Unit]` | | -| [border_type](./border_type/) | `ITF14BorderType` | | -| [itf_border_thickness](./itf_border_thickness/) | `Optional[Unit]` | Gets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt. | -| [itf_border_type](./itf_border_type/) | `ITF14BorderType` | Border type of ITF barcode. Default value: ITF14BorderType.BAR. | -| [quiet_zone_coef](./quiet_zone_coef/) | `int` | Size of the quiet zones in xDimension. Default value: 10, meaning if xDimension = 2px then quiet zones will be 20px. | +| [border_thickness](#border_thickness) | `Optional[Unit]` | | +| [border_type](#border_type) | `ITF14BorderType` | | +| [itf_border_thickness](#itf_border_thickness) | `Optional[Unit]` | Gets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt. | +| [itf_border_type](#itf_border_type) | `ITF14BorderType` | Border type of ITF barcode. Default value: ITF14BorderType.BAR. | +| [quiet_zone_coef](#quiet_zone_coef) | `int` | Size of the quiet zones in xDimension. Default value: 10, meaning if xDimension = 2px then quiet zones will be 20px. | + +### ITFParameters Constructor {#constructor} + +```python +__init__(self, _java_class) +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `_java_class` | `` | | + +### ITFParameters.__str__ {#__str__} + +```python +__str__(self) -> str +``` + +Returns a human-readable string representation of this ITFParameters. + +**Return Type:** `str` — A string that represents this ITFParameters. + +### ITFParameters.border_thickness {#border_thickness} + +**Type:** `Optional[Unit]` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `Optional[Unit]` | | + +### ITFParameters.border_type {#border_type} + +**Type:** `ITF14BorderType` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `ITF14BorderType` | | + +### ITFParameters.itf_border_thickness {#itf_border_thickness} + +**Type:** `Optional[Unit]` + +Gets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt. + +Sets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `Unit` | | + +### ITFParameters.itf_border_type {#itf_border_type} + +**Type:** `ITF14BorderType` + +Border type of ITF barcode. Default value: ITF14BorderType.BAR. + +Border type of ITF barcode. Default value: ITF14BorderType.BAR. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `ITF14BorderType` | | + +### ITFParameters.quiet_zone_coef {#quiet_zone_coef} + +**Type:** `int` + +Size of the quiet zones in xDimension. Default value: 10, meaning if xDimension = 2px then quiet zones will be 20px. + +Size of the quiet zones in xDimension. Default value: 10, meaning if xDimension = 2px then quiet zones will be 20px. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `int` | | + diff --git a/english/python-java/aspose_barcode.generation/itfparameters/border_thickness/_index.md b/english/python-java/aspose_barcode.generation/itfparameters/border_thickness/_index.md deleted file mode 100644 index 9d8c48ff5..000000000 --- a/english/python-java/aspose_barcode.generation/itfparameters/border_thickness/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "ITFParameters.border_thickness" -linktitle: "border_thickness" -articleTitle: "border_thickness" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/itfparameters/border_thickness/ ---- - -## ITFParameters.border_thickness - -**Type:** `Optional[Unit]` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `Optional[Unit]` | | diff --git a/english/python-java/aspose_barcode.generation/itfparameters/border_type/_index.md b/english/python-java/aspose_barcode.generation/itfparameters/border_type/_index.md deleted file mode 100644 index 2fcd55324..000000000 --- a/english/python-java/aspose_barcode.generation/itfparameters/border_type/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "ITFParameters.border_type" -linktitle: "border_type" -articleTitle: "border_type" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/itfparameters/border_type/ ---- - -## ITFParameters.border_type - -**Type:** `ITF14BorderType` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `ITF14BorderType` | | diff --git a/english/python-java/aspose_barcode.generation/itfparameters/itf_border_thickness/_index.md b/english/python-java/aspose_barcode.generation/itfparameters/itf_border_thickness/_index.md deleted file mode 100644 index b284f33da..000000000 --- a/english/python-java/aspose_barcode.generation/itfparameters/itf_border_thickness/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "ITFParameters.itf_border_thickness" -linktitle: "itf_border_thickness" -articleTitle: "itf_border_thickness" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/itfparameters/itf_border_thickness/ ---- - -## ITFParameters.itf_border_thickness - -**Type:** `Optional[Unit]` - - -### Get - -Gets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt. - - -### Set - -Sets an ITF border (bearer bar) thickness in Unit value. Default value: 12pt. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `Unit` | | diff --git a/english/python-java/aspose_barcode.generation/itfparameters/itf_border_type/_index.md b/english/python-java/aspose_barcode.generation/itfparameters/itf_border_type/_index.md deleted file mode 100644 index 70278654f..000000000 --- a/english/python-java/aspose_barcode.generation/itfparameters/itf_border_type/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "ITFParameters.itf_border_type" -linktitle: "itf_border_type" -articleTitle: "itf_border_type" -second_title: "Aspose.BarCode for Python via Java" -description: "Border type of ITF barcode. Default value: ITF14BorderType.BAR." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/itfparameters/itf_border_type/ ---- - -## ITFParameters.itf_border_type - -**Type:** `ITF14BorderType` - - -### Get - -Border type of ITF barcode. Default value: ITF14BorderType.BAR. - - -### Set - -Border type of ITF barcode. Default value: ITF14BorderType.BAR. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `ITF14BorderType` | | diff --git a/english/python-java/aspose_barcode.generation/itfparameters/itfparameters/_index.md b/english/python-java/aspose_barcode.generation/itfparameters/itfparameters/_index.md deleted file mode 100644 index 8e7add8c6..000000000 --- a/english/python-java/aspose_barcode.generation/itfparameters/itfparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "ITFParameters" -linktitle: "ITFParameters" -articleTitle: "ITFParameters" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/itfparameters/itfparameters/ ---- - -## ITFParameters Constructor - -```python -__init__(self, _java_class) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `_java_class` | `` | | diff --git a/english/python-java/aspose_barcode.generation/itfparameters/quiet_zone_coef/_index.md b/english/python-java/aspose_barcode.generation/itfparameters/quiet_zone_coef/_index.md deleted file mode 100644 index 58c72fddf..000000000 --- a/english/python-java/aspose_barcode.generation/itfparameters/quiet_zone_coef/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "ITFParameters.quiet_zone_coef" -linktitle: "quiet_zone_coef" -articleTitle: "quiet_zone_coef" -second_title: "Aspose.BarCode for Python via Java" -description: "Size of the quiet zones in xDimension. Default value: 10, meaning if xDimension = 2px then quiet zones will be 20px." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/itfparameters/quiet_zone_coef/ ---- - -## ITFParameters.quiet_zone_coef - -**Type:** `int` - - -### Get - -Size of the quiet zones in xDimension. Default value: 10, meaning if xDimension = 2px then quiet zones will be 20px. - - -### Set - -Size of the quiet zones in xDimension. Default value: 10, meaning if xDimension = 2px then quiet zones will be 20px. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `int` | | diff --git a/english/python-java/aspose_barcode.generation/macrocharacter/_index.md b/english/python-java/aspose_barcode.generation/macrocharacter/_index.md index f5c1cac59..117836e81 100644 --- a/english/python-java/aspose_barcode.generation/macrocharacter/_index.md +++ b/english/python-java/aspose_barcode.generation/macrocharacter/_index.md @@ -1,7 +1,6 @@ --- -title: "MacroCharacter Enum" +title: "MacroCharacter" linktitle: "MacroCharacter" -articleTitle: "MacroCharacter" second_title: "Aspose.BarCode for Python via Java" description: "Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. 05 Macro craracter is translated to \"[)>\\u001E05\\u001D\" as decoded " type: docs @@ -21,6 +20,30 @@ Macro Characters 05 and 06 values are used to obtain more compact encoding in sp | Name | Value | Description | | --- | --- | --- | -| [MACRO_05](./macro_05/) | `5` | 05 Macro craracter is added to barcode data in first position. GS1 Data Identifier ISO 15434 Character is translated to "[)>\u001E05\u001D" as decoded data header and "\u001E\u0004" as decoded data trailer. to generate autoidentified GS1 message like this "(10)123ABC(10)123ABC" in ISO 15434 format you need: | -| [MACRO_06](./macro_06/) | `6` | 06 Macro craracter is added to barcode data in first position. ASC MH10 Data Identifier ISO 15434 Character is translated to "[)>\u001E06\u001D" as decoded data header and "\u001E\u0004" as decoded data trailer. | -| [NONE](./none/) | `0` | None of Macro Characters are added to barcode data. | +| [MACRO_05](#macro_05) | `5` | 05 Macro craracter is added to barcode data in first position. GS1 Data Identifier ISO 15434 Character is translated to "[)>\u001E05\u001D" as decoded data header and "\u001E\u0004" as decoded data trailer. to generate autoidentified GS1 message like this "(10)123ABC(10)123ABC" in ISO 15434 format you need: | +| [MACRO_06](#macro_06) | `6` | 06 Macro craracter is added to barcode data in first position. ASC MH10 Data Identifier ISO 15434 Character is translated to "[)>\u001E06\u001D" as decoded data header and "\u001E\u0004" as decoded data trailer. | +| [NONE](#none) | `0` | None of Macro Characters are added to barcode data. | +### MacroCharacter.MACRO_05 {#macro_05} + +**Type:** `int` + +**Value:** `5` + +05 Macro craracter is added to barcode data in first position. GS1 Data Identifier ISO 15434 Character is translated to "[)>\u001E05\u001D" as decoded data header and "\u001E\u0004" as decoded data trailer. to generate autoidentified GS1 message like this "(10)123ABC(10)123ABC" in ISO 15434 format you need: + +### MacroCharacter.MACRO_06 {#macro_06} + +**Type:** `int` + +**Value:** `6` + +06 Macro craracter is added to barcode data in first position. ASC MH10 Data Identifier ISO 15434 Character is translated to "[)>\u001E06\u001D" as decoded data header and "\u001E\u0004" as decoded data trailer. + +### MacroCharacter.NONE {#none} + +**Type:** `int` + +**Value:** `0` + +None of Macro Characters are added to barcode data. + diff --git a/english/python-java/aspose_barcode.generation/macrocharacter/macro_05/_index.md b/english/python-java/aspose_barcode.generation/macrocharacter/macro_05/_index.md deleted file mode 100644 index 82b3cf77a..000000000 --- a/english/python-java/aspose_barcode.generation/macrocharacter/macro_05/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "MacroCharacter.MACRO_05" -linktitle: "MACRO_05" -articleTitle: "MACRO_05" -second_title: "Aspose.BarCode for Python via Java" -description: "05 Macro craracter is added to barcode data in first position. GS1 Data Identifier ISO 15434 Character is translated to \"[)>\\u001E05\\u001D\" as decoded data head" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/macrocharacter/macro_05/ ---- - -## MacroCharacter.MACRO_05 - -**Type:** `int` - - -**Value:** `5` - - -05 Macro craracter is added to barcode data in first position. GS1 Data Identifier ISO 15434 Character is translated to "[)>\u001E05\u001D" as decoded data header and "\u001E\u0004" as decoded data trailer. to generate autoidentified GS1 message like this "(10)123ABC(10)123ABC" in ISO 15434 format you need: - diff --git a/english/python-java/aspose_barcode.generation/macrocharacter/macro_06/_index.md b/english/python-java/aspose_barcode.generation/macrocharacter/macro_06/_index.md deleted file mode 100644 index 47f6917e6..000000000 --- a/english/python-java/aspose_barcode.generation/macrocharacter/macro_06/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "MacroCharacter.MACRO_06" -linktitle: "MACRO_06" -articleTitle: "MACRO_06" -second_title: "Aspose.BarCode for Python via Java" -description: "06 Macro craracter is added to barcode data in first position. ASC MH10 Data Identifier ISO 15434 Character is translated to \"[)>\\u001E06\\u001D\" as decoded data" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/macrocharacter/macro_06/ ---- - -## MacroCharacter.MACRO_06 - -**Type:** `int` - - -**Value:** `6` - - -06 Macro craracter is added to barcode data in first position. ASC MH10 Data Identifier ISO 15434 Character is translated to "[)>\u001E06\u001D" as decoded data header and "\u001E\u0004" as decoded data trailer. - diff --git a/english/python-java/aspose_barcode.generation/macrocharacter/none/_index.md b/english/python-java/aspose_barcode.generation/macrocharacter/none/_index.md deleted file mode 100644 index 0e1e009a6..000000000 --- a/english/python-java/aspose_barcode.generation/macrocharacter/none/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "MacroCharacter.NONE" -linktitle: "NONE" -articleTitle: "NONE" -second_title: "Aspose.BarCode for Python via Java" -description: "None of Macro Characters are added to barcode data." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/macrocharacter/none/ ---- - -## MacroCharacter.NONE - -**Type:** `int` - - -**Value:** `0` - - -None of Macro Characters are added to barcode data. - diff --git a/english/python-java/aspose_barcode.generation/maxicodeencodemode/_index.md b/english/python-java/aspose_barcode.generation/maxicodeencodemode/_index.md index cac717f03..be5a8df89 100644 --- a/english/python-java/aspose_barcode.generation/maxicodeencodemode/_index.md +++ b/english/python-java/aspose_barcode.generation/maxicodeencodemode/_index.md @@ -1,7 +1,6 @@ --- -title: "MaxiCodeEncodeMode Enum" +title: "MaxiCodeEncodeMode" linktitle: "MaxiCodeEncodeMode" -articleTitle: "MaxiCodeEncodeMode" second_title: "Aspose.BarCode for Python via Java" description: "Encoding mode for MaxiCode barcodes. codetext = \"犬Right狗\" generator = BarcodeGenerator(EncodeTypes.MAXI_CODE, codetext) generator.parameters.barcode.maxi_code.e" type: docs @@ -21,8 +20,48 @@ Encoding mode for MaxiCode barcodes. codetext = "犬Right狗" generator = Barcod | Name | Value | Description | | --- | --- | --- | -| [AUTO](./auto/) | `0` | In Auto mode, the CodeText is encoded with maximum data compactness. Unicode characters are re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. | -| [BINARY](./binary/) | `4` | In Binary mode, the CodeText is encoded with maximum data compactness. If a Unicode character is found, an exception is thrown. | -| [BYTES](./bytes/) | `1` | Encode codetext as plain bytes. If it detects any Unicode character, the character will be encoded as two bytes, lower byte first. | -| [EXTENDED](./extended/) | `3` | Extended mode which supports multi ECI modes. It is better to use MaxiCodeExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. | -| [EXTENDED_CODETEXT](./extended_codetext/) | `2` | Extended mode which supports multi ECI modes. It is better to use MaxiCodeExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. | +| [AUTO](#auto) | `0` | In Auto mode, the CodeText is encoded with maximum data compactness. Unicode characters are re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. | +| [BINARY](#binary) | `4` | In Binary mode, the CodeText is encoded with maximum data compactness. If a Unicode character is found, an exception is thrown. | +| [BYTES](#bytes) | `1` | Encode codetext as plain bytes. If it detects any Unicode character, the character will be encoded as two bytes, lower byte first. | +| [EXTENDED](#extended) | `3` | Extended mode which supports multi ECI modes. It is better to use MaxiCodeExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. | +| [EXTENDED_CODETEXT](#extended_codetext) | `2` | Extended mode which supports multi ECI modes. It is better to use MaxiCodeExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. | +### MaxiCodeEncodeMode.AUTO {#auto} + +**Type:** `int` + +**Value:** `0` + +In Auto mode, the CodeText is encoded with maximum data compactness. Unicode characters are re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. + +### MaxiCodeEncodeMode.BINARY {#binary} + +**Type:** `int` + +**Value:** `4` + +In Binary mode, the CodeText is encoded with maximum data compactness. If a Unicode character is found, an exception is thrown. + +### MaxiCodeEncodeMode.BYTES {#bytes} + +**Type:** `int` + +**Value:** `1` + +Encode codetext as plain bytes. If it detects any Unicode character, the character will be encoded as two bytes, lower byte first. + +### MaxiCodeEncodeMode.EXTENDED {#extended} + +**Type:** `int` + +**Value:** `3` + +Extended mode which supports multi ECI modes. It is better to use MaxiCodeExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. + +### MaxiCodeEncodeMode.EXTENDED_CODETEXT {#extended_codetext} + +**Type:** `int` + +**Value:** `2` + +Extended mode which supports multi ECI modes. It is better to use MaxiCodeExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. + diff --git a/english/python-java/aspose_barcode.generation/maxicodeencodemode/auto/_index.md b/english/python-java/aspose_barcode.generation/maxicodeencodemode/auto/_index.md deleted file mode 100644 index 53de60fa1..000000000 --- a/english/python-java/aspose_barcode.generation/maxicodeencodemode/auto/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "MaxiCodeEncodeMode.AUTO" -linktitle: "AUTO" -articleTitle: "AUTO" -second_title: "Aspose.BarCode for Python via Java" -description: "In Auto mode, the CodeText is encoded with maximum data compactness. Unicode characters are re-encoded in the ECIEncoding specified encoding with the insertion " -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/maxicodeencodemode/auto/ ---- - -## MaxiCodeEncodeMode.AUTO - -**Type:** `int` - - -**Value:** `0` - - -In Auto mode, the CodeText is encoded with maximum data compactness. Unicode characters are re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. - diff --git a/english/python-java/aspose_barcode.generation/maxicodeencodemode/binary/_index.md b/english/python-java/aspose_barcode.generation/maxicodeencodemode/binary/_index.md deleted file mode 100644 index 3c990eca3..000000000 --- a/english/python-java/aspose_barcode.generation/maxicodeencodemode/binary/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "MaxiCodeEncodeMode.BINARY" -linktitle: "BINARY" -articleTitle: "BINARY" -second_title: "Aspose.BarCode for Python via Java" -description: "In Binary mode, the CodeText is encoded with maximum data compactness. If a Unicode character is found, an exception is thrown." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/maxicodeencodemode/binary/ ---- - -## MaxiCodeEncodeMode.BINARY - -**Type:** `int` - - -**Value:** `4` - - -In Binary mode, the CodeText is encoded with maximum data compactness. If a Unicode character is found, an exception is thrown. - diff --git a/english/python-java/aspose_barcode.generation/maxicodeencodemode/bytes/_index.md b/english/python-java/aspose_barcode.generation/maxicodeencodemode/bytes/_index.md deleted file mode 100644 index 23b7b5fa8..000000000 --- a/english/python-java/aspose_barcode.generation/maxicodeencodemode/bytes/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "MaxiCodeEncodeMode.BYTES" -linktitle: "BYTES" -articleTitle: "BYTES" -second_title: "Aspose.BarCode for Python via Java" -description: "Encode codetext as plain bytes. If it detects any Unicode character, the character will be encoded as two bytes, lower byte first." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/maxicodeencodemode/bytes/ ---- - -## MaxiCodeEncodeMode.BYTES - -**Type:** `int` - - -**Value:** `1` - - -Encode codetext as plain bytes. If it detects any Unicode character, the character will be encoded as two bytes, lower byte first. - diff --git a/english/python-java/aspose_barcode.generation/maxicodeencodemode/extended/_index.md b/english/python-java/aspose_barcode.generation/maxicodeencodemode/extended/_index.md deleted file mode 100644 index d5d765257..000000000 --- a/english/python-java/aspose_barcode.generation/maxicodeencodemode/extended/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "MaxiCodeEncodeMode.EXTENDED" -linktitle: "EXTENDED" -articleTitle: "EXTENDED" -second_title: "Aspose.BarCode for Python via Java" -description: "Extended mode which supports multi ECI modes. It is better to use MaxiCodeExtCodetextBuilder for extended codetext generation. Use Display2DText property to set" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/maxicodeencodemode/extended/ ---- - -## MaxiCodeEncodeMode.EXTENDED - -**Type:** `int` - - -**Value:** `3` - - -Extended mode which supports multi ECI modes. It is better to use MaxiCodeExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. - diff --git a/english/python-java/aspose_barcode.generation/maxicodeencodemode/extended_codetext/_index.md b/english/python-java/aspose_barcode.generation/maxicodeencodemode/extended_codetext/_index.md deleted file mode 100644 index c316768d8..000000000 --- a/english/python-java/aspose_barcode.generation/maxicodeencodemode/extended_codetext/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "MaxiCodeEncodeMode.EXTENDED_CODETEXT" -linktitle: "EXTENDED_CODETEXT" -articleTitle: "EXTENDED_CODETEXT" -second_title: "Aspose.BarCode for Python via Java" -description: "Extended mode which supports multi ECI modes. It is better to use MaxiCodeExtCodetextBuilder for extended codetext generation. Use Display2DText property to set" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/maxicodeencodemode/extended_codetext/ ---- - -## MaxiCodeEncodeMode.EXTENDED_CODETEXT - -**Type:** `int` - - -**Value:** `2` - - -Extended mode which supports multi ECI modes. It is better to use MaxiCodeExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. - diff --git a/english/python-java/aspose_barcode.generation/maxicodeextcodetextbuilder/_index.md b/english/python-java/aspose_barcode.generation/maxicodeextcodetextbuilder/_index.md index 352694abe..70782011e 100644 --- a/english/python-java/aspose_barcode.generation/maxicodeextcodetextbuilder/_index.md +++ b/english/python-java/aspose_barcode.generation/maxicodeextcodetextbuilder/_index.md @@ -1,7 +1,6 @@ --- -title: "MaxiCodeExtCodetextBuilder Class" +title: "MaxiCodeExtCodetextBuilder" linktitle: "MaxiCodeExtCodetextBuilder" -articleTitle: "MaxiCodeExtCodetextBuilder" second_title: "Aspose.BarCode for Python via Java" description: "Extended codetext generator for MaxiCode barcodes for ExtendedCodetext Mode of MaxiCodeEncodeMode Use TwoDDisplayText property of BarcodeGenerator to set visibl" type: docs @@ -23,10 +22,27 @@ Extended codetext generator for MaxiCode barcodes for ExtendedCodetext Mode of M | Name | Description | | --- | --- | -| [__init__](./maxicodeextcodetextbuilder/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [extended_codetext](./extended_codetext/) | `str` | No | Generates Extended codetext from the extended codetext list. | +| [extended_codetext](#extended_codetext) | `str` | No | Generates Extended codetext from the extended codetext list. | + +### MaxiCodeExtCodetextBuilder Constructor {#constructor} + +```python +__init__(self) +``` + +### MaxiCodeExtCodetextBuilder.extended_codetext {#extended_codetext} + +```python +extended_codetext(self) -> str +``` + +Generates Extended codetext from the extended codetext list. + +**Return Type:** `str` — Extended codetext as string + diff --git a/english/python-java/aspose_barcode.generation/maxicodeextcodetextbuilder/extended_codetext/_index.md b/english/python-java/aspose_barcode.generation/maxicodeextcodetextbuilder/extended_codetext/_index.md deleted file mode 100644 index a98b4c875..000000000 --- a/english/python-java/aspose_barcode.generation/maxicodeextcodetextbuilder/extended_codetext/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "MaxiCodeExtCodetextBuilder.extended_codetext" -linktitle: "extended_codetext" -articleTitle: "extended_codetext" -second_title: "Aspose.BarCode for Python via Java" -description: "Generates Extended codetext from the extended codetext list." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/maxicodeextcodetextbuilder/extended_codetext/ ---- - -## MaxiCodeExtCodetextBuilder.extended_codetext - -```python -extended_codetext(self) -> str -``` - - -Generates Extended codetext from the extended codetext list. - - -**Return Type:** `str` — Extended codetext as string - diff --git a/english/python-java/aspose_barcode.generation/maxicodeextcodetextbuilder/maxicodeextcodetextbuilder/_index.md b/english/python-java/aspose_barcode.generation/maxicodeextcodetextbuilder/maxicodeextcodetextbuilder/_index.md deleted file mode 100644 index 966a5c43e..000000000 --- a/english/python-java/aspose_barcode.generation/maxicodeextcodetextbuilder/maxicodeextcodetextbuilder/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "MaxiCodeExtCodetextBuilder" -linktitle: "MaxiCodeExtCodetextBuilder" -articleTitle: "MaxiCodeExtCodetextBuilder" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/maxicodeextcodetextbuilder/maxicodeextcodetextbuilder/ ---- - -## MaxiCodeExtCodetextBuilder Constructor - -```python -__init__(self) -``` - diff --git a/english/python-java/aspose_barcode.generation/maxicodemode/_index.md b/english/python-java/aspose_barcode.generation/maxicodemode/_index.md index febcea134..706441328 100644 --- a/english/python-java/aspose_barcode.generation/maxicodemode/_index.md +++ b/english/python-java/aspose_barcode.generation/maxicodemode/_index.md @@ -1,7 +1,6 @@ --- -title: "MaxiCodeMode Enum" +title: "MaxiCodeMode" linktitle: "MaxiCodeMode" -articleTitle: "MaxiCodeMode" second_title: "Aspose.BarCode for Python via Java" description: "Encoding mode for MaxiCode barcodes. This sample shows how to genereate MaxiCode barcodes using ComplexBarcodeGenerator" type: docs @@ -21,7 +20,39 @@ Encoding mode for MaxiCode barcodes. This sample shows how to genereate MaxiCode | Name | Value | Description | | --- | --- | --- | -| [MODE_2](./mode_2/) | `2` | Mode 2 encodes postal information in first message and data in second message. Has 9 digits postal code (used only in USA). | -| [MODE_3](./mode_3/) | `3` | Mode 3 encodes postal information in first message and data in second message. Has 6 alphanumeric postal code, used in the world. | -| [MODE_4](./mode_4/) | `4` | Mode 4 encodes data in first and second message, with short ECC correction. | -| [MODE_5](./mode_5/) | `5` | Mode 5 encodes data in first and second message, with long ECC correction. | +| [MODE_2](#mode_2) | `2` | Mode 2 encodes postal information in first message and data in second message. Has 9 digits postal code (used only in USA). | +| [MODE_3](#mode_3) | `3` | Mode 3 encodes postal information in first message and data in second message. Has 6 alphanumeric postal code, used in the world. | +| [MODE_4](#mode_4) | `4` | Mode 4 encodes data in first and second message, with short ECC correction. | +| [MODE_5](#mode_5) | `5` | Mode 5 encodes data in first and second message, with long ECC correction. | +### MaxiCodeMode.MODE_2 {#mode_2} + +**Type:** `int` + +**Value:** `2` + +Mode 2 encodes postal information in first message and data in second message. Has 9 digits postal code (used only in USA). + +### MaxiCodeMode.MODE_3 {#mode_3} + +**Type:** `int` + +**Value:** `3` + +Mode 3 encodes postal information in first message and data in second message. Has 6 alphanumeric postal code, used in the world. + +### MaxiCodeMode.MODE_4 {#mode_4} + +**Type:** `int` + +**Value:** `4` + +Mode 4 encodes data in first and second message, with short ECC correction. + +### MaxiCodeMode.MODE_5 {#mode_5} + +**Type:** `int` + +**Value:** `5` + +Mode 5 encodes data in first and second message, with long ECC correction. + diff --git a/english/python-java/aspose_barcode.generation/maxicodemode/mode_2/_index.md b/english/python-java/aspose_barcode.generation/maxicodemode/mode_2/_index.md deleted file mode 100644 index 970bdcbb9..000000000 --- a/english/python-java/aspose_barcode.generation/maxicodemode/mode_2/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "MaxiCodeMode.MODE_2" -linktitle: "MODE_2" -articleTitle: "MODE_2" -second_title: "Aspose.BarCode for Python via Java" -description: "Mode 2 encodes postal information in first message and data in second message. Has 9 digits postal code (used only in USA)." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/maxicodemode/mode_2/ ---- - -## MaxiCodeMode.MODE_2 - -**Type:** `int` - - -**Value:** `2` - - -Mode 2 encodes postal information in first message and data in second message. Has 9 digits postal code (used only in USA). - diff --git a/english/python-java/aspose_barcode.generation/maxicodemode/mode_3/_index.md b/english/python-java/aspose_barcode.generation/maxicodemode/mode_3/_index.md deleted file mode 100644 index 75a7df495..000000000 --- a/english/python-java/aspose_barcode.generation/maxicodemode/mode_3/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "MaxiCodeMode.MODE_3" -linktitle: "MODE_3" -articleTitle: "MODE_3" -second_title: "Aspose.BarCode for Python via Java" -description: "Mode 3 encodes postal information in first message and data in second message. Has 6 alphanumeric postal code, used in the world." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/maxicodemode/mode_3/ ---- - -## MaxiCodeMode.MODE_3 - -**Type:** `int` - - -**Value:** `3` - - -Mode 3 encodes postal information in first message and data in second message. Has 6 alphanumeric postal code, used in the world. - diff --git a/english/python-java/aspose_barcode.generation/maxicodemode/mode_4/_index.md b/english/python-java/aspose_barcode.generation/maxicodemode/mode_4/_index.md deleted file mode 100644 index 42a29d5df..000000000 --- a/english/python-java/aspose_barcode.generation/maxicodemode/mode_4/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "MaxiCodeMode.MODE_4" -linktitle: "MODE_4" -articleTitle: "MODE_4" -second_title: "Aspose.BarCode for Python via Java" -description: "Mode 4 encodes data in first and second message, with short ECC correction." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/maxicodemode/mode_4/ ---- - -## MaxiCodeMode.MODE_4 - -**Type:** `int` - - -**Value:** `4` - - -Mode 4 encodes data in first and second message, with short ECC correction. - diff --git a/english/python-java/aspose_barcode.generation/maxicodemode/mode_5/_index.md b/english/python-java/aspose_barcode.generation/maxicodemode/mode_5/_index.md deleted file mode 100644 index e8d9d9f62..000000000 --- a/english/python-java/aspose_barcode.generation/maxicodemode/mode_5/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "MaxiCodeMode.MODE_5" -linktitle: "MODE_5" -articleTitle: "MODE_5" -second_title: "Aspose.BarCode for Python via Java" -description: "Mode 5 encodes data in first and second message, with long ECC correction." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/maxicodemode/mode_5/ ---- - -## MaxiCodeMode.MODE_5 - -**Type:** `int` - - -**Value:** `5` - - -Mode 5 encodes data in first and second message, with long ECC correction. - diff --git a/english/python-java/aspose_barcode.generation/maxicodeparameters/__str__/_index.md b/english/python-java/aspose_barcode.generation/maxicodeparameters/__str__/_index.md deleted file mode 100644 index 1994230b0..000000000 --- a/english/python-java/aspose_barcode.generation/maxicodeparameters/__str__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "MaxiCodeParameters.__str__" -linktitle: "__str__" -articleTitle: "__str__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns a human-readable string representation of this MaxiCodeParameters." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/maxicodeparameters/__str__/ ---- - -## MaxiCodeParameters.__str__ - -```python -__str__(self) -> str -``` - - -Returns a human-readable string representation of this MaxiCodeParameters. - - -**Return Type:** `str` — A string that represents this MaxiCodeParameters. - diff --git a/english/python-java/aspose_barcode.generation/maxicodeparameters/_index.md b/english/python-java/aspose_barcode.generation/maxicodeparameters/_index.md index e52f0433b..f04f8a617 100644 --- a/english/python-java/aspose_barcode.generation/maxicodeparameters/_index.md +++ b/english/python-java/aspose_barcode.generation/maxicodeparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "MaxiCodeParameters Class" +title: "MaxiCodeParameters" linktitle: "MaxiCodeParameters" -articleTitle: "MaxiCodeParameters" second_title: "Aspose.BarCode for Python via Java" description: "MaxiCode parameters." type: docs @@ -21,25 +20,150 @@ MaxiCode parameters. | Name | Description | | --- | --- | -| [__init__](./maxicodeparameters/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [__str__](./__str__/) | `str` | No | Returns a human-readable string representation of this MaxiCodeParameters. | +| [__str__](#__str__) | `str` | No | Returns a human-readable string representation of this MaxiCodeParameters. | ## Properties | Name | Type | Description | | --- | --- | --- | -| [aspect_ratio](./aspect_ratio/) | `float` | Height/Width ratio of 2D BarCode module. | -| [eci_encoding](./eci_encoding/) | `ECIEncodings` | Gets ECI encoding. Used when MaxiCodeEncodeMode is AUTO. Default value: ISO-8859-1 | -| [encode_mode](./encode_mode/) | `MaxiCodeEncodeMode` | | -| [maxi_code_encode_mode](./maxi_code_encode_mode/) | `MaxiCodeEncodeMode` | Gets a MaxiCode encode mode. | -| [maxi_code_mode](./maxi_code_mode/) | `MaxiCodeMode` | Gets a MaxiCode encode mode. | -| [maxi_code_structured_append_mode_barcode_id](./maxi_code_structured_append_mode_barcode_id/) | `int` | Gets a MaxiCode barcode ID in structured append mode. | -| [maxi_code_structured_append_mode_barcodes_count](./maxi_code_structured_append_mode_barcodes_count/) | `int` | Gets a MaxiCode barcodes count in structured append mode. Count number must be a value between 2 and 8 (maximum barcodes count). Default value: -1 | -| [mode](./mode/) | `MaxiCodeMode` | | -| [structured_append_mode_barcode_id](./structured_append_mode_barcode_id/) | `int` | | -| [structured_append_mode_barcodes_count](./structured_append_mode_barcodes_count/) | `int` | | +| [aspect_ratio](#aspect_ratio) | `float` | Height/Width ratio of 2D BarCode module. | +| [eci_encoding](#eci_encoding) | `ECIEncodings` | Gets ECI encoding. Used when MaxiCodeEncodeMode is AUTO. Default value: ISO-8859-1 | +| [encode_mode](#encode_mode) | `MaxiCodeEncodeMode` | | +| [maxi_code_encode_mode](#maxi_code_encode_mode) | `MaxiCodeEncodeMode` | Gets a MaxiCode encode mode. | +| [maxi_code_mode](#maxi_code_mode) | `MaxiCodeMode` | Gets a MaxiCode encode mode. | +| [maxi_code_structured_append_mode_barcode_id](#maxi_code_structured_append_mode_barcode_id) | `int` | Gets a MaxiCode barcode ID in structured append mode. | +| [maxi_code_structured_append_mode_barcodes_count](#maxi_code_structured_append_mode_barcodes_count) | `int` | Gets a MaxiCode barcodes count in structured append mode. Count number must be a value between 2 and 8 (maximum barcodes count). Default value: -1 | +| [mode](#mode) | `MaxiCodeMode` | | +| [structured_append_mode_barcode_id](#structured_append_mode_barcode_id) | `int` | | +| [structured_append_mode_barcodes_count](#structured_append_mode_barcodes_count) | `int` | | + +### MaxiCodeParameters Constructor {#constructor} + +```python +__init__(self, _java_class) +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `_java_class` | `` | | + +### MaxiCodeParameters.__str__ {#__str__} + +```python +__str__(self) -> str +``` + +Returns a human-readable string representation of this MaxiCodeParameters. + +**Return Type:** `str` — A string that represents this MaxiCodeParameters. + +### MaxiCodeParameters.aspect_ratio {#aspect_ratio} + +**Type:** `float` + +Height/Width ratio of 2D BarCode module. + +Height/Width ratio of 2D BarCode module. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `float` | | + +### MaxiCodeParameters.eci_encoding {#eci_encoding} + +**Type:** `ECIEncodings` + +Gets ECI encoding. Used when MaxiCodeEncodeMode is AUTO. Default value: ISO-8859-1 + +Sets ECI encoding. Used when MaxiCodeEncodeMode is AUTO. Default value: ISO-8859-1 + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `ECIEncodings` | | + +### MaxiCodeParameters.encode_mode {#encode_mode} + +**Type:** `MaxiCodeEncodeMode` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `MaxiCodeEncodeMode` | | + +### MaxiCodeParameters.maxi_code_encode_mode {#maxi_code_encode_mode} + +**Type:** `MaxiCodeEncodeMode` + +Gets a MaxiCode encode mode. + +Sets a MaxiCode encode mode. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `MaxiCodeEncodeMode` | | + +### MaxiCodeParameters.maxi_code_mode {#maxi_code_mode} + +**Type:** `MaxiCodeMode` + +Gets a MaxiCode encode mode. + +Sets a MaxiCode encode mode. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `MaxiCodeMode` | | + +### MaxiCodeParameters.maxi_code_structured_append_mode_barcode_id {#maxi_code_structured_append_mode_barcode_id} + +**Type:** `int` + +Gets a MaxiCode barcode ID in structured append mode. + +Sets a MaxiCode barcode ID in structured append mode. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `int` | | + +### MaxiCodeParameters.maxi_code_structured_append_mode_barcodes_count {#maxi_code_structured_append_mode_barcodes_count} + +**Type:** `int` + +Gets a MaxiCode barcodes count in structured append mode. Count number must be a value between 2 and 8 (maximum barcodes count). Default value: -1 + +Sets a MaxiCode barcodes count in structured append mode. Count number must be a value between 2 and 8 (maximum barcodes count). Default value: -1 + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `int` | | + +### MaxiCodeParameters.mode {#mode} + +**Type:** `MaxiCodeMode` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `MaxiCodeMode` | | + +### MaxiCodeParameters.structured_append_mode_barcode_id {#structured_append_mode_barcode_id} + +**Type:** `int` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `int` | | + +### MaxiCodeParameters.structured_append_mode_barcodes_count {#structured_append_mode_barcodes_count} + +**Type:** `int` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `int` | | + diff --git a/english/python-java/aspose_barcode.generation/maxicodeparameters/aspect_ratio/_index.md b/english/python-java/aspose_barcode.generation/maxicodeparameters/aspect_ratio/_index.md deleted file mode 100644 index 0c3cc9413..000000000 --- a/english/python-java/aspose_barcode.generation/maxicodeparameters/aspect_ratio/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "MaxiCodeParameters.aspect_ratio" -linktitle: "aspect_ratio" -articleTitle: "aspect_ratio" -second_title: "Aspose.BarCode for Python via Java" -description: "Height/Width ratio of 2D BarCode module." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/maxicodeparameters/aspect_ratio/ ---- - -## MaxiCodeParameters.aspect_ratio - -**Type:** `float` - - -### Get - -Height/Width ratio of 2D BarCode module. - - -### Set - -Height/Width ratio of 2D BarCode module. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `float` | | diff --git a/english/python-java/aspose_barcode.generation/maxicodeparameters/eci_encoding/_index.md b/english/python-java/aspose_barcode.generation/maxicodeparameters/eci_encoding/_index.md deleted file mode 100644 index 0320560d5..000000000 --- a/english/python-java/aspose_barcode.generation/maxicodeparameters/eci_encoding/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "MaxiCodeParameters.eci_encoding" -linktitle: "eci_encoding" -articleTitle: "eci_encoding" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets ECI encoding. Used when MaxiCodeEncodeMode is AUTO. Default value: ISO-8859-1" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/maxicodeparameters/eci_encoding/ ---- - -## MaxiCodeParameters.eci_encoding - -**Type:** `ECIEncodings` - - -### Get - -Gets ECI encoding. Used when MaxiCodeEncodeMode is AUTO. Default value: ISO-8859-1 - - -### Set - -Sets ECI encoding. Used when MaxiCodeEncodeMode is AUTO. Default value: ISO-8859-1 - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `ECIEncodings` | | diff --git a/english/python-java/aspose_barcode.generation/maxicodeparameters/encode_mode/_index.md b/english/python-java/aspose_barcode.generation/maxicodeparameters/encode_mode/_index.md deleted file mode 100644 index d4804dd98..000000000 --- a/english/python-java/aspose_barcode.generation/maxicodeparameters/encode_mode/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "MaxiCodeParameters.encode_mode" -linktitle: "encode_mode" -articleTitle: "encode_mode" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/maxicodeparameters/encode_mode/ ---- - -## MaxiCodeParameters.encode_mode - -**Type:** `MaxiCodeEncodeMode` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `MaxiCodeEncodeMode` | | diff --git a/english/python-java/aspose_barcode.generation/maxicodeparameters/maxi_code_encode_mode/_index.md b/english/python-java/aspose_barcode.generation/maxicodeparameters/maxi_code_encode_mode/_index.md deleted file mode 100644 index e4211af1e..000000000 --- a/english/python-java/aspose_barcode.generation/maxicodeparameters/maxi_code_encode_mode/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "MaxiCodeParameters.maxi_code_encode_mode" -linktitle: "maxi_code_encode_mode" -articleTitle: "maxi_code_encode_mode" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets a MaxiCode encode mode." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/maxicodeparameters/maxi_code_encode_mode/ ---- - -## MaxiCodeParameters.maxi_code_encode_mode - -**Type:** `MaxiCodeEncodeMode` - - -### Get - -Gets a MaxiCode encode mode. - - -### Set - -Sets a MaxiCode encode mode. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `MaxiCodeEncodeMode` | | diff --git a/english/python-java/aspose_barcode.generation/maxicodeparameters/maxi_code_mode/_index.md b/english/python-java/aspose_barcode.generation/maxicodeparameters/maxi_code_mode/_index.md deleted file mode 100644 index 3ec41e224..000000000 --- a/english/python-java/aspose_barcode.generation/maxicodeparameters/maxi_code_mode/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "MaxiCodeParameters.maxi_code_mode" -linktitle: "maxi_code_mode" -articleTitle: "maxi_code_mode" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets a MaxiCode encode mode." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/maxicodeparameters/maxi_code_mode/ ---- - -## MaxiCodeParameters.maxi_code_mode - -**Type:** `MaxiCodeMode` - - -### Get - -Gets a MaxiCode encode mode. - - -### Set - -Sets a MaxiCode encode mode. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `MaxiCodeMode` | | diff --git a/english/python-java/aspose_barcode.generation/maxicodeparameters/maxi_code_structured_append_mode_barcode_id/_index.md b/english/python-java/aspose_barcode.generation/maxicodeparameters/maxi_code_structured_append_mode_barcode_id/_index.md deleted file mode 100644 index 1751b6c72..000000000 --- a/english/python-java/aspose_barcode.generation/maxicodeparameters/maxi_code_structured_append_mode_barcode_id/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "MaxiCodeParameters.maxi_code_structured_append_mode_barcode_id" -linktitle: "maxi_code_structured_append_mode_barcode_id" -articleTitle: "maxi_code_structured_append_mode_barcode_id" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets a MaxiCode barcode ID in structured append mode." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/maxicodeparameters/maxi_code_structured_append_mode_barcode_id/ ---- - -## MaxiCodeParameters.maxi_code_structured_append_mode_barcode_id - -**Type:** `int` - - -### Get - -Gets a MaxiCode barcode ID in structured append mode. - - -### Set - -Sets a MaxiCode barcode ID in structured append mode. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `int` | | diff --git a/english/python-java/aspose_barcode.generation/maxicodeparameters/maxi_code_structured_append_mode_barcodes_count/_index.md b/english/python-java/aspose_barcode.generation/maxicodeparameters/maxi_code_structured_append_mode_barcodes_count/_index.md deleted file mode 100644 index 78bd37f2a..000000000 --- a/english/python-java/aspose_barcode.generation/maxicodeparameters/maxi_code_structured_append_mode_barcodes_count/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "MaxiCodeParameters.maxi_code_structured_append_mode_barcodes_count" -linktitle: "maxi_code_structured_append_mode_barcodes_count" -articleTitle: "maxi_code_structured_append_mode_barcodes_count" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets a MaxiCode barcodes count in structured append mode. Count number must be a value between 2 and 8 (maximum barcodes count). Default value: -1" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/maxicodeparameters/maxi_code_structured_append_mode_barcodes_count/ ---- - -## MaxiCodeParameters.maxi_code_structured_append_mode_barcodes_count - -**Type:** `int` - - -### Get - -Gets a MaxiCode barcodes count in structured append mode. Count number must be a value between 2 and 8 (maximum barcodes count). Default value: -1 - - -### Set - -Sets a MaxiCode barcodes count in structured append mode. Count number must be a value between 2 and 8 (maximum barcodes count). Default value: -1 - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `int` | | diff --git a/english/python-java/aspose_barcode.generation/maxicodeparameters/maxicodeparameters/_index.md b/english/python-java/aspose_barcode.generation/maxicodeparameters/maxicodeparameters/_index.md deleted file mode 100644 index b882ddbd4..000000000 --- a/english/python-java/aspose_barcode.generation/maxicodeparameters/maxicodeparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "MaxiCodeParameters" -linktitle: "MaxiCodeParameters" -articleTitle: "MaxiCodeParameters" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/maxicodeparameters/maxicodeparameters/ ---- - -## MaxiCodeParameters Constructor - -```python -__init__(self, _java_class) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `_java_class` | `` | | diff --git a/english/python-java/aspose_barcode.generation/maxicodeparameters/mode/_index.md b/english/python-java/aspose_barcode.generation/maxicodeparameters/mode/_index.md deleted file mode 100644 index b056ffb13..000000000 --- a/english/python-java/aspose_barcode.generation/maxicodeparameters/mode/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "MaxiCodeParameters.mode" -linktitle: "mode" -articleTitle: "mode" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/maxicodeparameters/mode/ ---- - -## MaxiCodeParameters.mode - -**Type:** `MaxiCodeMode` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `MaxiCodeMode` | | diff --git a/english/python-java/aspose_barcode.generation/maxicodeparameters/structured_append_mode_barcode_id/_index.md b/english/python-java/aspose_barcode.generation/maxicodeparameters/structured_append_mode_barcode_id/_index.md deleted file mode 100644 index 4fe15b800..000000000 --- a/english/python-java/aspose_barcode.generation/maxicodeparameters/structured_append_mode_barcode_id/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "MaxiCodeParameters.structured_append_mode_barcode_id" -linktitle: "structured_append_mode_barcode_id" -articleTitle: "structured_append_mode_barcode_id" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/maxicodeparameters/structured_append_mode_barcode_id/ ---- - -## MaxiCodeParameters.structured_append_mode_barcode_id - -**Type:** `int` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `int` | | diff --git a/english/python-java/aspose_barcode.generation/maxicodeparameters/structured_append_mode_barcodes_count/_index.md b/english/python-java/aspose_barcode.generation/maxicodeparameters/structured_append_mode_barcodes_count/_index.md deleted file mode 100644 index 641b8755a..000000000 --- a/english/python-java/aspose_barcode.generation/maxicodeparameters/structured_append_mode_barcodes_count/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "MaxiCodeParameters.structured_append_mode_barcodes_count" -linktitle: "structured_append_mode_barcodes_count" -articleTitle: "structured_append_mode_barcodes_count" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/maxicodeparameters/structured_append_mode_barcodes_count/ ---- - -## MaxiCodeParameters.structured_append_mode_barcodes_count - -**Type:** `int` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `int` | | diff --git a/english/python-java/aspose_barcode.generation/microqrversion/_index.md b/english/python-java/aspose_barcode.generation/microqrversion/_index.md index d3906d97a..2ebbb642c 100644 --- a/english/python-java/aspose_barcode.generation/microqrversion/_index.md +++ b/english/python-java/aspose_barcode.generation/microqrversion/_index.md @@ -1,7 +1,6 @@ --- -title: "MicroQRVersion Enum" +title: "MicroQRVersion" linktitle: "MicroQRVersion" -articleTitle: "MicroQRVersion" second_title: "Aspose.BarCode for Python via Java" description: "Version of MicroQR Code. From M1 to M4." type: docs @@ -21,8 +20,48 @@ Version of MicroQR Code. From M1 to M4. | Name | Value | Description | | --- | --- | --- | -| [AUTO](./auto/) | `0` | Specifies to automatically pick up the best version for MicroQR. This is default value. | -| [M1](./m1/) | `1` | Specifies version M1 for Micro QR with 11 x 11 modules. | -| [M2](./m2/) | `2` | Specifies version M2 for Micro QR with 13 x 13 modules. | -| [M3](./m3/) | `3` | Specifies version M3 for Micro QR with 15 x 15 modules. | -| [M4](./m4/) | `4` | Specifies version M4 for Micro QR with 17 x 17 modules. | +| [AUTO](#auto) | `0` | Specifies to automatically pick up the best version for MicroQR. This is default value. | +| [M1](#m1) | `1` | Specifies version M1 for Micro QR with 11 x 11 modules. | +| [M2](#m2) | `2` | Specifies version M2 for Micro QR with 13 x 13 modules. | +| [M3](#m3) | `3` | Specifies version M3 for Micro QR with 15 x 15 modules. | +| [M4](#m4) | `4` | Specifies version M4 for Micro QR with 17 x 17 modules. | +### MicroQRVersion.AUTO {#auto} + +**Type:** `int` + +**Value:** `0` + +Specifies to automatically pick up the best version for MicroQR. This is default value. + +### MicroQRVersion.M1 {#m1} + +**Type:** `int` + +**Value:** `1` + +Specifies version M1 for Micro QR with 11 x 11 modules. + +### MicroQRVersion.M2 {#m2} + +**Type:** `int` + +**Value:** `2` + +Specifies version M2 for Micro QR with 13 x 13 modules. + +### MicroQRVersion.M3 {#m3} + +**Type:** `int` + +**Value:** `3` + +Specifies version M3 for Micro QR with 15 x 15 modules. + +### MicroQRVersion.M4 {#m4} + +**Type:** `int` + +**Value:** `4` + +Specifies version M4 for Micro QR with 17 x 17 modules. + diff --git a/english/python-java/aspose_barcode.generation/microqrversion/auto/_index.md b/english/python-java/aspose_barcode.generation/microqrversion/auto/_index.md deleted file mode 100644 index 75048947c..000000000 --- a/english/python-java/aspose_barcode.generation/microqrversion/auto/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "MicroQRVersion.AUTO" -linktitle: "AUTO" -articleTitle: "AUTO" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies to automatically pick up the best version for MicroQR. This is default value." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/microqrversion/auto/ ---- - -## MicroQRVersion.AUTO - -**Type:** `int` - - -**Value:** `0` - - -Specifies to automatically pick up the best version for MicroQR. This is default value. - diff --git a/english/python-java/aspose_barcode.generation/microqrversion/m1/_index.md b/english/python-java/aspose_barcode.generation/microqrversion/m1/_index.md deleted file mode 100644 index 7f381eb8f..000000000 --- a/english/python-java/aspose_barcode.generation/microqrversion/m1/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "MicroQRVersion.M1" -linktitle: "M1" -articleTitle: "M1" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version M1 for Micro QR with 11 x 11 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/microqrversion/m1/ ---- - -## MicroQRVersion.M1 - -**Type:** `int` - - -**Value:** `1` - - -Specifies version M1 for Micro QR with 11 x 11 modules. - diff --git a/english/python-java/aspose_barcode.generation/microqrversion/m2/_index.md b/english/python-java/aspose_barcode.generation/microqrversion/m2/_index.md deleted file mode 100644 index a23d81dc4..000000000 --- a/english/python-java/aspose_barcode.generation/microqrversion/m2/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "MicroQRVersion.M2" -linktitle: "M2" -articleTitle: "M2" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version M2 for Micro QR with 13 x 13 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/microqrversion/m2/ ---- - -## MicroQRVersion.M2 - -**Type:** `int` - - -**Value:** `2` - - -Specifies version M2 for Micro QR with 13 x 13 modules. - diff --git a/english/python-java/aspose_barcode.generation/microqrversion/m3/_index.md b/english/python-java/aspose_barcode.generation/microqrversion/m3/_index.md deleted file mode 100644 index 71e808029..000000000 --- a/english/python-java/aspose_barcode.generation/microqrversion/m3/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "MicroQRVersion.M3" -linktitle: "M3" -articleTitle: "M3" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version M3 for Micro QR with 15 x 15 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/microqrversion/m3/ ---- - -## MicroQRVersion.M3 - -**Type:** `int` - - -**Value:** `3` - - -Specifies version M3 for Micro QR with 15 x 15 modules. - diff --git a/english/python-java/aspose_barcode.generation/microqrversion/m4/_index.md b/english/python-java/aspose_barcode.generation/microqrversion/m4/_index.md deleted file mode 100644 index 8dd3aa5f7..000000000 --- a/english/python-java/aspose_barcode.generation/microqrversion/m4/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "MicroQRVersion.M4" -linktitle: "M4" -articleTitle: "M4" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version M4 for Micro QR with 17 x 17 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/microqrversion/m4/ ---- - -## MicroQRVersion.M4 - -**Type:** `int` - - -**Value:** `4` - - -Specifies version M4 for Micro QR with 17 x 17 modules. - diff --git a/english/python-java/aspose_barcode.generation/padding/__str__/_index.md b/english/python-java/aspose_barcode.generation/padding/__str__/_index.md deleted file mode 100644 index 83df1db7f..000000000 --- a/english/python-java/aspose_barcode.generation/padding/__str__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "Padding.__str__" -linktitle: "__str__" -articleTitle: "__str__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns a human-readable string representation of this Padding." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/padding/__str__/ ---- - -## Padding.__str__ - -```python -__str__(self) -> str -``` - - -Returns a human-readable string representation of this Padding. - - -**Return Type:** `str` — A string that represents this Padding. - diff --git a/english/python-java/aspose_barcode.generation/padding/_index.md b/english/python-java/aspose_barcode.generation/padding/_index.md index e59f9b159..f9acb3041 100644 --- a/english/python-java/aspose_barcode.generation/padding/_index.md +++ b/english/python-java/aspose_barcode.generation/padding/_index.md @@ -1,7 +1,6 @@ --- -title: "Padding Class" +title: "Padding" linktitle: "Padding" -articleTitle: "Padding" second_title: "Aspose.BarCode for Python via Java" description: "Paddings parameters." type: docs @@ -21,19 +20,88 @@ Paddings parameters. | Name | Description | | --- | --- | -| [__init__](./padding/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [__str__](./__str__/) | `str` | No | Returns a human-readable string representation of this Padding. | +| [__str__](#__str__) | `str` | No | Returns a human-readable string representation of this Padding. | ## Properties | Name | Type | Description | | --- | --- | --- | -| [bottom](./bottom/) | `Optional[Unit]` | Bottom padding. | -| [left](./left/) | `Optional[Unit]` | Left padding. | -| [right](./right/) | `Optional[Unit]` | Right padding. | -| [top](./top/) | `Optional[Unit]` | Top padding. | +| [bottom](#bottom) | `Optional[Unit]` | Bottom padding. | +| [left](#left) | `Optional[Unit]` | Left padding. | +| [right](#right) | `Optional[Unit]` | Right padding. | +| [top](#top) | `Optional[Unit]` | Top padding. | + +### Padding Constructor {#constructor} + +```python +__init__(self, _java_class) +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `_java_class` | `` | | + +### Padding.__str__ {#__str__} + +```python +__str__(self) -> str +``` + +Returns a human-readable string representation of this Padding. + +**Return Type:** `str` — A string that represents this Padding. + +### Padding.bottom {#bottom} + +**Type:** `Optional[Unit]` + +Bottom padding. + +Bottom padding. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `Unit` | | + +### Padding.left {#left} + +**Type:** `Optional[Unit]` + +Left padding. + +Left padding. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `Unit` | | + +### Padding.right {#right} + +**Type:** `Optional[Unit]` + +Right padding. + +Right padding. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `Unit` | | + +### Padding.top {#top} + +**Type:** `Optional[Unit]` + +Top padding. + +Top padding. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `Unit` | | + diff --git a/english/python-java/aspose_barcode.generation/padding/bottom/_index.md b/english/python-java/aspose_barcode.generation/padding/bottom/_index.md deleted file mode 100644 index de63af51b..000000000 --- a/english/python-java/aspose_barcode.generation/padding/bottom/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Padding.bottom" -linktitle: "bottom" -articleTitle: "bottom" -second_title: "Aspose.BarCode for Python via Java" -description: "Bottom padding." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/padding/bottom/ ---- - -## Padding.bottom - -**Type:** `Optional[Unit]` - - -### Get - -Bottom padding. - - -### Set - -Bottom padding. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `Unit` | | diff --git a/english/python-java/aspose_barcode.generation/padding/left/_index.md b/english/python-java/aspose_barcode.generation/padding/left/_index.md deleted file mode 100644 index 67cb18425..000000000 --- a/english/python-java/aspose_barcode.generation/padding/left/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Padding.left" -linktitle: "left" -articleTitle: "left" -second_title: "Aspose.BarCode for Python via Java" -description: "Left padding." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/padding/left/ ---- - -## Padding.left - -**Type:** `Optional[Unit]` - - -### Get - -Left padding. - - -### Set - -Left padding. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `Unit` | | diff --git a/english/python-java/aspose_barcode.generation/padding/padding/_index.md b/english/python-java/aspose_barcode.generation/padding/padding/_index.md deleted file mode 100644 index 7776b01cc..000000000 --- a/english/python-java/aspose_barcode.generation/padding/padding/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Padding" -linktitle: "Padding" -articleTitle: "Padding" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/padding/padding/ ---- - -## Padding Constructor - -```python -__init__(self, _java_class) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `_java_class` | `` | | diff --git a/english/python-java/aspose_barcode.generation/padding/right/_index.md b/english/python-java/aspose_barcode.generation/padding/right/_index.md deleted file mode 100644 index 93d2dc48b..000000000 --- a/english/python-java/aspose_barcode.generation/padding/right/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Padding.right" -linktitle: "right" -articleTitle: "right" -second_title: "Aspose.BarCode for Python via Java" -description: "Right padding." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/padding/right/ ---- - -## Padding.right - -**Type:** `Optional[Unit]` - - -### Get - -Right padding. - - -### Set - -Right padding. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `Unit` | | diff --git a/english/python-java/aspose_barcode.generation/padding/top/_index.md b/english/python-java/aspose_barcode.generation/padding/top/_index.md deleted file mode 100644 index e3e26b0dc..000000000 --- a/english/python-java/aspose_barcode.generation/padding/top/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Padding.top" -linktitle: "top" -articleTitle: "top" -second_title: "Aspose.BarCode for Python via Java" -description: "Top padding." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/padding/top/ ---- - -## Padding.top - -**Type:** `Optional[Unit]` - - -### Get - -Top padding. - - -### Set - -Top padding. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `Unit` | | diff --git a/english/python-java/aspose_barcode.generation/patchcodeparameters/__str__/_index.md b/english/python-java/aspose_barcode.generation/patchcodeparameters/__str__/_index.md deleted file mode 100644 index e5b204942..000000000 --- a/english/python-java/aspose_barcode.generation/patchcodeparameters/__str__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "PatchCodeParameters.__str__" -linktitle: "__str__" -articleTitle: "__str__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns a human-readable string representation of this PatchCodeParameters." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/patchcodeparameters/__str__/ ---- - -## PatchCodeParameters.__str__ - -```python -__str__(self) -> str -``` - - -Returns a human-readable string representation of this PatchCodeParameters. - - -**Return Type:** `str` — A string that represents this PatchCodeParameters. - diff --git a/english/python-java/aspose_barcode.generation/patchcodeparameters/_index.md b/english/python-java/aspose_barcode.generation/patchcodeparameters/_index.md index dbdd0ec6a..267d0b7ac 100644 --- a/english/python-java/aspose_barcode.generation/patchcodeparameters/_index.md +++ b/english/python-java/aspose_barcode.generation/patchcodeparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "PatchCodeParameters Class" +title: "PatchCodeParameters" linktitle: "PatchCodeParameters" -articleTitle: "PatchCodeParameters" second_title: "Aspose.BarCode for Python via Java" description: "PatchCode parameters." type: docs @@ -21,18 +20,73 @@ PatchCode parameters. | Name | Description | | --- | --- | -| [__init__](./patchcodeparameters/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [__str__](./__str__/) | `str` | No | Returns a human-readable string representation of this PatchCodeParameters. | +| [__str__](#__str__) | `str` | No | Returns a human-readable string representation of this PatchCodeParameters. | ## Properties | Name | Type | Description | | --- | --- | --- | -| [extra_barcode_text](./extra_barcode_text/) | `str` | Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode. | -| [format](./format/) | `PatchFormat` | | -| [patch_format](./patch_format/) | `PatchFormat` | PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PATCH_ONLY | +| [extra_barcode_text](#extra_barcode_text) | `str` | Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode. | +| [format](#format) | `PatchFormat` | | +| [patch_format](#patch_format) | `PatchFormat` | PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PATCH_ONLY | + +### PatchCodeParameters Constructor {#constructor} + +```python +__init__(self, _java_class) +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `_java_class` | `` | | + +### PatchCodeParameters.__str__ {#__str__} + +```python +__str__(self) -> str +``` + +Returns a human-readable string representation of this PatchCodeParameters. + +**Return Type:** `str` — A string that represents this PatchCodeParameters. + +### PatchCodeParameters.extra_barcode_text {#extra_barcode_text} + +**Type:** `str` + +Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode. + +Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `str` | | + +### PatchCodeParameters.format {#format} + +**Type:** `PatchFormat` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `PatchFormat` | | + +### PatchCodeParameters.patch_format {#patch_format} + +**Type:** `PatchFormat` + +PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PATCH_ONLY + +**Returns:** PatchFormat + +PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PATCH_ONLY + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `PatchFormat` | | + diff --git a/english/python-java/aspose_barcode.generation/patchcodeparameters/extra_barcode_text/_index.md b/english/python-java/aspose_barcode.generation/patchcodeparameters/extra_barcode_text/_index.md deleted file mode 100644 index dbda26943..000000000 --- a/english/python-java/aspose_barcode.generation/patchcodeparameters/extra_barcode_text/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "PatchCodeParameters.extra_barcode_text" -linktitle: "extra_barcode_text" -articleTitle: "extra_barcode_text" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/patchcodeparameters/extra_barcode_text/ ---- - -## PatchCodeParameters.extra_barcode_text - -**Type:** `str` - - -### Get - -Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode. - - -### Set - -Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `str` | | diff --git a/english/python-java/aspose_barcode.generation/patchcodeparameters/format/_index.md b/english/python-java/aspose_barcode.generation/patchcodeparameters/format/_index.md deleted file mode 100644 index da01aac40..000000000 --- a/english/python-java/aspose_barcode.generation/patchcodeparameters/format/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "PatchCodeParameters.format" -linktitle: "format" -articleTitle: "format" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/patchcodeparameters/format/ ---- - -## PatchCodeParameters.format - -**Type:** `PatchFormat` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `PatchFormat` | | diff --git a/english/python-java/aspose_barcode.generation/patchcodeparameters/patch_format/_index.md b/english/python-java/aspose_barcode.generation/patchcodeparameters/patch_format/_index.md deleted file mode 100644 index b4cbfc7d7..000000000 --- a/english/python-java/aspose_barcode.generation/patchcodeparameters/patch_format/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "PatchCodeParameters.patch_format" -linktitle: "patch_format" -articleTitle: "patch_format" -second_title: "Aspose.BarCode for Python via Java" -description: "PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.P" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/patchcodeparameters/patch_format/ ---- - -## PatchCodeParameters.patch_format - -**Type:** `PatchFormat` - - -### Get - -PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PATCH_ONLY - - -**Returns:** PatchFormat - - -### Set - -PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PATCH_ONLY - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `PatchFormat` | | diff --git a/english/python-java/aspose_barcode.generation/patchcodeparameters/patchcodeparameters/_index.md b/english/python-java/aspose_barcode.generation/patchcodeparameters/patchcodeparameters/_index.md deleted file mode 100644 index bc6f6875c..000000000 --- a/english/python-java/aspose_barcode.generation/patchcodeparameters/patchcodeparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "PatchCodeParameters" -linktitle: "PatchCodeParameters" -articleTitle: "PatchCodeParameters" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/patchcodeparameters/patchcodeparameters/ ---- - -## PatchCodeParameters Constructor - -```python -__init__(self, _java_class) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `_java_class` | `` | | diff --git a/english/python-java/aspose_barcode.generation/patchformat/_index.md b/english/python-java/aspose_barcode.generation/patchformat/_index.md index 56f339456..8a3332b32 100644 --- a/english/python-java/aspose_barcode.generation/patchformat/_index.md +++ b/english/python-java/aspose_barcode.generation/patchformat/_index.md @@ -1,7 +1,6 @@ --- -title: "PatchFormat Enum" +title: "PatchFormat" linktitle: "PatchFormat" -articleTitle: "PatchFormat" second_title: "Aspose.BarCode for Python via Java" description: "PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders" type: docs @@ -21,8 +20,48 @@ PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format | Name | Value | Description | | --- | --- | --- | -| [A4](./a4/) | `1` | Generates A4 format page with PatchCodes as borders and optional QR in the center. | -| [A4_LANDSCAPE](./a4_landscape/) | `2` | Generates A4 landscape format page with PatchCodes as borders and optional QR in the center. | -| [PATCH_ONLY](./patch_only/) | `0` | Generates PatchCode only. | -| [US_LETTER](./us_letter/) | `3` | Generates US letter format page with PatchCodes as borders and optional QR in the center. | -| [US_LETTER_LANDSCAPE](./us_letter_landscape/) | `4` | Generates US letter landscape format page with PatchCodes as borders and optional QR in the center. | +| [A4](#a4) | `1` | Generates A4 format page with PatchCodes as borders and optional QR in the center. | +| [A4_LANDSCAPE](#a4_landscape) | `2` | Generates A4 landscape format page with PatchCodes as borders and optional QR in the center. | +| [PATCH_ONLY](#patch_only) | `0` | Generates PatchCode only. | +| [US_LETTER](#us_letter) | `3` | Generates US letter format page with PatchCodes as borders and optional QR in the center. | +| [US_LETTER_LANDSCAPE](#us_letter_landscape) | `4` | Generates US letter landscape format page with PatchCodes as borders and optional QR in the center. | +### PatchFormat.A4 {#a4} + +**Type:** `int` + +**Value:** `1` + +Generates A4 format page with PatchCodes as borders and optional QR in the center. + +### PatchFormat.A4_LANDSCAPE {#a4_landscape} + +**Type:** `int` + +**Value:** `2` + +Generates A4 landscape format page with PatchCodes as borders and optional QR in the center. + +### PatchFormat.PATCH_ONLY {#patch_only} + +**Type:** `int` + +**Value:** `0` + +Generates PatchCode only. + +### PatchFormat.US_LETTER {#us_letter} + +**Type:** `int` + +**Value:** `3` + +Generates US letter format page with PatchCodes as borders and optional QR in the center. + +### PatchFormat.US_LETTER_LANDSCAPE {#us_letter_landscape} + +**Type:** `int` + +**Value:** `4` + +Generates US letter landscape format page with PatchCodes as borders and optional QR in the center. + diff --git a/english/python-java/aspose_barcode.generation/patchformat/a4/_index.md b/english/python-java/aspose_barcode.generation/patchformat/a4/_index.md deleted file mode 100644 index 304ef1a6e..000000000 --- a/english/python-java/aspose_barcode.generation/patchformat/a4/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "PatchFormat.A4" -linktitle: "A4" -articleTitle: "A4" -second_title: "Aspose.BarCode for Python via Java" -description: "Generates A4 format page with PatchCodes as borders and optional QR in the center." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/patchformat/a4/ ---- - -## PatchFormat.A4 - -**Type:** `int` - - -**Value:** `1` - - -Generates A4 format page with PatchCodes as borders and optional QR in the center. - diff --git a/english/python-java/aspose_barcode.generation/patchformat/a4_landscape/_index.md b/english/python-java/aspose_barcode.generation/patchformat/a4_landscape/_index.md deleted file mode 100644 index 3263fc1b6..000000000 --- a/english/python-java/aspose_barcode.generation/patchformat/a4_landscape/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "PatchFormat.A4_LANDSCAPE" -linktitle: "A4_LANDSCAPE" -articleTitle: "A4_LANDSCAPE" -second_title: "Aspose.BarCode for Python via Java" -description: "Generates A4 landscape format page with PatchCodes as borders and optional QR in the center." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/patchformat/a4_landscape/ ---- - -## PatchFormat.A4_LANDSCAPE - -**Type:** `int` - - -**Value:** `2` - - -Generates A4 landscape format page with PatchCodes as borders and optional QR in the center. - diff --git a/english/python-java/aspose_barcode.generation/patchformat/patch_only/_index.md b/english/python-java/aspose_barcode.generation/patchformat/patch_only/_index.md deleted file mode 100644 index 93bb8118f..000000000 --- a/english/python-java/aspose_barcode.generation/patchformat/patch_only/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "PatchFormat.PATCH_ONLY" -linktitle: "PATCH_ONLY" -articleTitle: "PATCH_ONLY" -second_title: "Aspose.BarCode for Python via Java" -description: "Generates PatchCode only." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/patchformat/patch_only/ ---- - -## PatchFormat.PATCH_ONLY - -**Type:** `int` - - -**Value:** `0` - - -Generates PatchCode only. - diff --git a/english/python-java/aspose_barcode.generation/patchformat/us_letter/_index.md b/english/python-java/aspose_barcode.generation/patchformat/us_letter/_index.md deleted file mode 100644 index 3144c9aa3..000000000 --- a/english/python-java/aspose_barcode.generation/patchformat/us_letter/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "PatchFormat.US_LETTER" -linktitle: "US_LETTER" -articleTitle: "US_LETTER" -second_title: "Aspose.BarCode for Python via Java" -description: "Generates US letter format page with PatchCodes as borders and optional QR in the center." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/patchformat/us_letter/ ---- - -## PatchFormat.US_LETTER - -**Type:** `int` - - -**Value:** `3` - - -Generates US letter format page with PatchCodes as borders and optional QR in the center. - diff --git a/english/python-java/aspose_barcode.generation/patchformat/us_letter_landscape/_index.md b/english/python-java/aspose_barcode.generation/patchformat/us_letter_landscape/_index.md deleted file mode 100644 index 619a1daa9..000000000 --- a/english/python-java/aspose_barcode.generation/patchformat/us_letter_landscape/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "PatchFormat.US_LETTER_LANDSCAPE" -linktitle: "US_LETTER_LANDSCAPE" -articleTitle: "US_LETTER_LANDSCAPE" -second_title: "Aspose.BarCode for Python via Java" -description: "Generates US letter landscape format page with PatchCodes as borders and optional QR in the center." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/patchformat/us_letter_landscape/ ---- - -## PatchFormat.US_LETTER_LANDSCAPE - -**Type:** `int` - - -**Value:** `4` - - -Generates US letter landscape format page with PatchCodes as borders and optional QR in the center. - diff --git a/english/python-java/aspose_barcode.generation/pdf417compactionmode/_index.md b/english/python-java/aspose_barcode.generation/pdf417compactionmode/_index.md index 251713b9e..488295e0c 100644 --- a/english/python-java/aspose_barcode.generation/pdf417compactionmode/_index.md +++ b/english/python-java/aspose_barcode.generation/pdf417compactionmode/_index.md @@ -1,7 +1,6 @@ --- -title: "Pdf417CompactionMode Enum" +title: "Pdf417CompactionMode" linktitle: "Pdf417CompactionMode" -articleTitle: "Pdf417CompactionMode" second_title: "Aspose.BarCode for Python via Java" description: "Pdf417 barcode's compation mode." type: docs @@ -21,7 +20,39 @@ Pdf417 barcode's compation mode. | Name | Value | Description | | --- | --- | --- | -| [AUTO](./auto/) | `0` | auto detect compation mode | -| [BINARY](./binary/) | `3` | binary compaction mode | -| [NUMERIC](./numeric/) | `2` | numeric compaction mode | -| [TEXT](./text/) | `1` | text compaction | +| [AUTO](#auto) | `0` | auto detect compation mode | +| [BINARY](#binary) | `3` | binary compaction mode | +| [NUMERIC](#numeric) | `2` | numeric compaction mode | +| [TEXT](#text) | `1` | text compaction | +### Pdf417CompactionMode.AUTO {#auto} + +**Type:** `int` + +**Value:** `0` + +auto detect compation mode + +### Pdf417CompactionMode.BINARY {#binary} + +**Type:** `int` + +**Value:** `3` + +binary compaction mode + +### Pdf417CompactionMode.NUMERIC {#numeric} + +**Type:** `int` + +**Value:** `2` + +numeric compaction mode + +### Pdf417CompactionMode.TEXT {#text} + +**Type:** `int` + +**Value:** `1` + +text compaction + diff --git a/english/python-java/aspose_barcode.generation/pdf417compactionmode/auto/_index.md b/english/python-java/aspose_barcode.generation/pdf417compactionmode/auto/_index.md deleted file mode 100644 index 0b56dfbf3..000000000 --- a/english/python-java/aspose_barcode.generation/pdf417compactionmode/auto/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Pdf417CompactionMode.AUTO" -linktitle: "AUTO" -articleTitle: "AUTO" -second_title: "Aspose.BarCode for Python via Java" -description: "auto detect compation mode" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdf417compactionmode/auto/ ---- - -## Pdf417CompactionMode.AUTO - -**Type:** `int` - - -**Value:** `0` - - -auto detect compation mode - diff --git a/english/python-java/aspose_barcode.generation/pdf417compactionmode/binary/_index.md b/english/python-java/aspose_barcode.generation/pdf417compactionmode/binary/_index.md deleted file mode 100644 index 8d1144f07..000000000 --- a/english/python-java/aspose_barcode.generation/pdf417compactionmode/binary/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Pdf417CompactionMode.BINARY" -linktitle: "BINARY" -articleTitle: "BINARY" -second_title: "Aspose.BarCode for Python via Java" -description: "binary compaction mode" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdf417compactionmode/binary/ ---- - -## Pdf417CompactionMode.BINARY - -**Type:** `int` - - -**Value:** `3` - - -binary compaction mode - diff --git a/english/python-java/aspose_barcode.generation/pdf417compactionmode/numeric/_index.md b/english/python-java/aspose_barcode.generation/pdf417compactionmode/numeric/_index.md deleted file mode 100644 index e933da9b2..000000000 --- a/english/python-java/aspose_barcode.generation/pdf417compactionmode/numeric/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Pdf417CompactionMode.NUMERIC" -linktitle: "NUMERIC" -articleTitle: "NUMERIC" -second_title: "Aspose.BarCode for Python via Java" -description: "numeric compaction mode" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdf417compactionmode/numeric/ ---- - -## Pdf417CompactionMode.NUMERIC - -**Type:** `int` - - -**Value:** `2` - - -numeric compaction mode - diff --git a/english/python-java/aspose_barcode.generation/pdf417compactionmode/text/_index.md b/english/python-java/aspose_barcode.generation/pdf417compactionmode/text/_index.md deleted file mode 100644 index 768f39b9b..000000000 --- a/english/python-java/aspose_barcode.generation/pdf417compactionmode/text/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Pdf417CompactionMode.TEXT" -linktitle: "TEXT" -articleTitle: "TEXT" -second_title: "Aspose.BarCode for Python via Java" -description: "text compaction" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdf417compactionmode/text/ ---- - -## Pdf417CompactionMode.TEXT - -**Type:** `int` - - -**Value:** `1` - - -text compaction - diff --git a/english/python-java/aspose_barcode.generation/pdf417encodemode/_index.md b/english/python-java/aspose_barcode.generation/pdf417encodemode/_index.md index b7fc2995d..daf26ad9c 100644 --- a/english/python-java/aspose_barcode.generation/pdf417encodemode/_index.md +++ b/english/python-java/aspose_barcode.generation/pdf417encodemode/_index.md @@ -1,7 +1,6 @@ --- -title: "Pdf417EncodeMode Enum" +title: "Pdf417EncodeMode" linktitle: "Pdf417EncodeMode" -articleTitle: "Pdf417EncodeMode" second_title: "Aspose.BarCode for Python via Java" description: "Pdf417 barcode encode mode." type: docs @@ -21,7 +20,39 @@ Pdf417 barcode encode mode. | Name | Value | Description | | --- | --- | --- | -| [AUTO](./auto/) | `0` | In Auto mode, the CodeText is encoded with maximum data compactness. Unicode characters are re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. | -| [BINARY](./binary/) | `1` | In Binary mode, the CodeText is encoded with maximum data compactness. If a Unicode character is found, an exception is thrown. | -| [ECI](./eci/) | `2` | In ECI mode, the entire message is re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. Please note that some old (pre 2006) scanners may not support this mode. | -| [EXTENDED](./extended/) | `3` | Extended mode which supports multi ECI modes. It is better to use Pdf417ExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. | +| [AUTO](#auto) | `0` | In Auto mode, the CodeText is encoded with maximum data compactness. Unicode characters are re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. | +| [BINARY](#binary) | `1` | In Binary mode, the CodeText is encoded with maximum data compactness. If a Unicode character is found, an exception is thrown. | +| [ECI](#eci) | `2` | In ECI mode, the entire message is re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. Please note that some old (pre 2006) scanners may not support this mode. | +| [EXTENDED](#extended) | `3` | Extended mode which supports multi ECI modes. It is better to use Pdf417ExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. | +### Pdf417EncodeMode.AUTO {#auto} + +**Type:** `int` + +**Value:** `0` + +In Auto mode, the CodeText is encoded with maximum data compactness. Unicode characters are re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. + +### Pdf417EncodeMode.BINARY {#binary} + +**Type:** `int` + +**Value:** `1` + +In Binary mode, the CodeText is encoded with maximum data compactness. If a Unicode character is found, an exception is thrown. + +### Pdf417EncodeMode.ECI {#eci} + +**Type:** `int` + +**Value:** `2` + +In ECI mode, the entire message is re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. Please note that some old (pre 2006) scanners may not support this mode. + +### Pdf417EncodeMode.EXTENDED {#extended} + +**Type:** `int` + +**Value:** `3` + +Extended mode which supports multi ECI modes. It is better to use Pdf417ExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. + diff --git a/english/python-java/aspose_barcode.generation/pdf417encodemode/auto/_index.md b/english/python-java/aspose_barcode.generation/pdf417encodemode/auto/_index.md deleted file mode 100644 index 2fcb2c7ab..000000000 --- a/english/python-java/aspose_barcode.generation/pdf417encodemode/auto/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Pdf417EncodeMode.AUTO" -linktitle: "AUTO" -articleTitle: "AUTO" -second_title: "Aspose.BarCode for Python via Java" -description: "In Auto mode, the CodeText is encoded with maximum data compactness. Unicode characters are re-encoded in the ECIEncoding specified encoding with the insertion " -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdf417encodemode/auto/ ---- - -## Pdf417EncodeMode.AUTO - -**Type:** `int` - - -**Value:** `0` - - -In Auto mode, the CodeText is encoded with maximum data compactness. Unicode characters are re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. - diff --git a/english/python-java/aspose_barcode.generation/pdf417encodemode/binary/_index.md b/english/python-java/aspose_barcode.generation/pdf417encodemode/binary/_index.md deleted file mode 100644 index 0c16b307d..000000000 --- a/english/python-java/aspose_barcode.generation/pdf417encodemode/binary/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Pdf417EncodeMode.BINARY" -linktitle: "BINARY" -articleTitle: "BINARY" -second_title: "Aspose.BarCode for Python via Java" -description: "In Binary mode, the CodeText is encoded with maximum data compactness. If a Unicode character is found, an exception is thrown." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdf417encodemode/binary/ ---- - -## Pdf417EncodeMode.BINARY - -**Type:** `int` - - -**Value:** `1` - - -In Binary mode, the CodeText is encoded with maximum data compactness. If a Unicode character is found, an exception is thrown. - diff --git a/english/python-java/aspose_barcode.generation/pdf417encodemode/eci/_index.md b/english/python-java/aspose_barcode.generation/pdf417encodemode/eci/_index.md deleted file mode 100644 index 2ad201fa7..000000000 --- a/english/python-java/aspose_barcode.generation/pdf417encodemode/eci/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Pdf417EncodeMode.ECI" -linktitle: "ECI" -articleTitle: "ECI" -second_title: "Aspose.BarCode for Python via Java" -description: "In ECI mode, the entire message is re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdf417encodemode/eci/ ---- - -## Pdf417EncodeMode.ECI - -**Type:** `int` - - -**Value:** `2` - - -In ECI mode, the entire message is re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. Please note that some old (pre 2006) scanners may not support this mode. - diff --git a/english/python-java/aspose_barcode.generation/pdf417encodemode/extended/_index.md b/english/python-java/aspose_barcode.generation/pdf417encodemode/extended/_index.md deleted file mode 100644 index 93a4b3489..000000000 --- a/english/python-java/aspose_barcode.generation/pdf417encodemode/extended/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Pdf417EncodeMode.EXTENDED" -linktitle: "EXTENDED" -articleTitle: "EXTENDED" -second_title: "Aspose.BarCode for Python via Java" -description: "Extended mode which supports multi ECI modes. It is better to use Pdf417ExtCodetextBuilder for extended codetext generation. Use Display2DText property to set v" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdf417encodemode/extended/ ---- - -## Pdf417EncodeMode.EXTENDED - -**Type:** `int` - - -**Value:** `3` - - -Extended mode which supports multi ECI modes. It is better to use Pdf417ExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier All unicode characters after ECI identifier are automatically encoded into correct character codeset. - diff --git a/english/python-java/aspose_barcode.generation/pdf417errorlevel/_index.md b/english/python-java/aspose_barcode.generation/pdf417errorlevel/_index.md index 6c4189e1a..858e6ba88 100644 --- a/english/python-java/aspose_barcode.generation/pdf417errorlevel/_index.md +++ b/english/python-java/aspose_barcode.generation/pdf417errorlevel/_index.md @@ -1,7 +1,6 @@ --- -title: "Pdf417ErrorLevel Enum" +title: "Pdf417ErrorLevel" linktitle: "Pdf417ErrorLevel" -articleTitle: "Pdf417ErrorLevel" second_title: "Aspose.BarCode for Python via Java" description: "pdf417 barcode's error correction level, from level 0 to level 9, level 0 means no error correction, level 9 means best error correction" type: docs @@ -21,12 +20,84 @@ pdf417 barcode's error correction level, from level 0 to level 9, level 0 means | Name | Value | Description | | --- | --- | --- | -| [LEVEL_0](./level_0/) | `0` | level = 0. | -| [LEVEL_1](./level_1/) | `1` | level = 1. | -| [LEVEL_2](./level_2/) | `2` | level = 2. | -| [LEVEL_3](./level_3/) | `3` | level = 3. | -| [LEVEL_4](./level_4/) | `4` | level = 4. | -| [LEVEL_5](./level_5/) | `5` | level = 5. | -| [LEVEL_6](./level_6/) | `6` | level = 6. | -| [LEVEL_7](./level_7/) | `7` | level = 7. | -| [LEVEL_8](./level_8/) | `8` | level = 8. | +| [LEVEL_0](#level_0) | `0` | level = 0. | +| [LEVEL_1](#level_1) | `1` | level = 1. | +| [LEVEL_2](#level_2) | `2` | level = 2. | +| [LEVEL_3](#level_3) | `3` | level = 3. | +| [LEVEL_4](#level_4) | `4` | level = 4. | +| [LEVEL_5](#level_5) | `5` | level = 5. | +| [LEVEL_6](#level_6) | `6` | level = 6. | +| [LEVEL_7](#level_7) | `7` | level = 7. | +| [LEVEL_8](#level_8) | `8` | level = 8. | +### Pdf417ErrorLevel.LEVEL_0 {#level_0} + +**Type:** `int` + +**Value:** `0` + +level = 0. + +### Pdf417ErrorLevel.LEVEL_1 {#level_1} + +**Type:** `int` + +**Value:** `1` + +level = 1. + +### Pdf417ErrorLevel.LEVEL_2 {#level_2} + +**Type:** `int` + +**Value:** `2` + +level = 2. + +### Pdf417ErrorLevel.LEVEL_3 {#level_3} + +**Type:** `int` + +**Value:** `3` + +level = 3. + +### Pdf417ErrorLevel.LEVEL_4 {#level_4} + +**Type:** `int` + +**Value:** `4` + +level = 4. + +### Pdf417ErrorLevel.LEVEL_5 {#level_5} + +**Type:** `int` + +**Value:** `5` + +level = 5. + +### Pdf417ErrorLevel.LEVEL_6 {#level_6} + +**Type:** `int` + +**Value:** `6` + +level = 6. + +### Pdf417ErrorLevel.LEVEL_7 {#level_7} + +**Type:** `int` + +**Value:** `7` + +level = 7. + +### Pdf417ErrorLevel.LEVEL_8 {#level_8} + +**Type:** `int` + +**Value:** `8` + +level = 8. + diff --git a/english/python-java/aspose_barcode.generation/pdf417errorlevel/level_0/_index.md b/english/python-java/aspose_barcode.generation/pdf417errorlevel/level_0/_index.md deleted file mode 100644 index 61a871f62..000000000 --- a/english/python-java/aspose_barcode.generation/pdf417errorlevel/level_0/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Pdf417ErrorLevel.LEVEL_0" -linktitle: "LEVEL_0" -articleTitle: "LEVEL_0" -second_title: "Aspose.BarCode for Python via Java" -description: "level = 0." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdf417errorlevel/level_0/ ---- - -## Pdf417ErrorLevel.LEVEL_0 - -**Type:** `int` - - -**Value:** `0` - - -level = 0. - diff --git a/english/python-java/aspose_barcode.generation/pdf417errorlevel/level_1/_index.md b/english/python-java/aspose_barcode.generation/pdf417errorlevel/level_1/_index.md deleted file mode 100644 index 5f97132fd..000000000 --- a/english/python-java/aspose_barcode.generation/pdf417errorlevel/level_1/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Pdf417ErrorLevel.LEVEL_1" -linktitle: "LEVEL_1" -articleTitle: "LEVEL_1" -second_title: "Aspose.BarCode for Python via Java" -description: "level = 1." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdf417errorlevel/level_1/ ---- - -## Pdf417ErrorLevel.LEVEL_1 - -**Type:** `int` - - -**Value:** `1` - - -level = 1. - diff --git a/english/python-java/aspose_barcode.generation/pdf417errorlevel/level_2/_index.md b/english/python-java/aspose_barcode.generation/pdf417errorlevel/level_2/_index.md deleted file mode 100644 index 89fd12bf2..000000000 --- a/english/python-java/aspose_barcode.generation/pdf417errorlevel/level_2/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Pdf417ErrorLevel.LEVEL_2" -linktitle: "LEVEL_2" -articleTitle: "LEVEL_2" -second_title: "Aspose.BarCode for Python via Java" -description: "level = 2." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdf417errorlevel/level_2/ ---- - -## Pdf417ErrorLevel.LEVEL_2 - -**Type:** `int` - - -**Value:** `2` - - -level = 2. - diff --git a/english/python-java/aspose_barcode.generation/pdf417errorlevel/level_3/_index.md b/english/python-java/aspose_barcode.generation/pdf417errorlevel/level_3/_index.md deleted file mode 100644 index 02495761e..000000000 --- a/english/python-java/aspose_barcode.generation/pdf417errorlevel/level_3/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Pdf417ErrorLevel.LEVEL_3" -linktitle: "LEVEL_3" -articleTitle: "LEVEL_3" -second_title: "Aspose.BarCode for Python via Java" -description: "level = 3." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdf417errorlevel/level_3/ ---- - -## Pdf417ErrorLevel.LEVEL_3 - -**Type:** `int` - - -**Value:** `3` - - -level = 3. - diff --git a/english/python-java/aspose_barcode.generation/pdf417errorlevel/level_4/_index.md b/english/python-java/aspose_barcode.generation/pdf417errorlevel/level_4/_index.md deleted file mode 100644 index d2a112559..000000000 --- a/english/python-java/aspose_barcode.generation/pdf417errorlevel/level_4/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Pdf417ErrorLevel.LEVEL_4" -linktitle: "LEVEL_4" -articleTitle: "LEVEL_4" -second_title: "Aspose.BarCode for Python via Java" -description: "level = 4." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdf417errorlevel/level_4/ ---- - -## Pdf417ErrorLevel.LEVEL_4 - -**Type:** `int` - - -**Value:** `4` - - -level = 4. - diff --git a/english/python-java/aspose_barcode.generation/pdf417errorlevel/level_5/_index.md b/english/python-java/aspose_barcode.generation/pdf417errorlevel/level_5/_index.md deleted file mode 100644 index 6ee1bd109..000000000 --- a/english/python-java/aspose_barcode.generation/pdf417errorlevel/level_5/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Pdf417ErrorLevel.LEVEL_5" -linktitle: "LEVEL_5" -articleTitle: "LEVEL_5" -second_title: "Aspose.BarCode for Python via Java" -description: "level = 5." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdf417errorlevel/level_5/ ---- - -## Pdf417ErrorLevel.LEVEL_5 - -**Type:** `int` - - -**Value:** `5` - - -level = 5. - diff --git a/english/python-java/aspose_barcode.generation/pdf417errorlevel/level_6/_index.md b/english/python-java/aspose_barcode.generation/pdf417errorlevel/level_6/_index.md deleted file mode 100644 index f6d947606..000000000 --- a/english/python-java/aspose_barcode.generation/pdf417errorlevel/level_6/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Pdf417ErrorLevel.LEVEL_6" -linktitle: "LEVEL_6" -articleTitle: "LEVEL_6" -second_title: "Aspose.BarCode for Python via Java" -description: "level = 6." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdf417errorlevel/level_6/ ---- - -## Pdf417ErrorLevel.LEVEL_6 - -**Type:** `int` - - -**Value:** `6` - - -level = 6. - diff --git a/english/python-java/aspose_barcode.generation/pdf417errorlevel/level_7/_index.md b/english/python-java/aspose_barcode.generation/pdf417errorlevel/level_7/_index.md deleted file mode 100644 index 1dd3450b9..000000000 --- a/english/python-java/aspose_barcode.generation/pdf417errorlevel/level_7/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Pdf417ErrorLevel.LEVEL_7" -linktitle: "LEVEL_7" -articleTitle: "LEVEL_7" -second_title: "Aspose.BarCode for Python via Java" -description: "level = 7." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdf417errorlevel/level_7/ ---- - -## Pdf417ErrorLevel.LEVEL_7 - -**Type:** `int` - - -**Value:** `7` - - -level = 7. - diff --git a/english/python-java/aspose_barcode.generation/pdf417errorlevel/level_8/_index.md b/english/python-java/aspose_barcode.generation/pdf417errorlevel/level_8/_index.md deleted file mode 100644 index fed703273..000000000 --- a/english/python-java/aspose_barcode.generation/pdf417errorlevel/level_8/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Pdf417ErrorLevel.LEVEL_8" -linktitle: "LEVEL_8" -articleTitle: "LEVEL_8" -second_title: "Aspose.BarCode for Python via Java" -description: "level = 8." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdf417errorlevel/level_8/ ---- - -## Pdf417ErrorLevel.LEVEL_8 - -**Type:** `int` - - -**Value:** `8` - - -level = 8. - diff --git a/english/python-java/aspose_barcode.generation/pdf417macroterminator/_index.md b/english/python-java/aspose_barcode.generation/pdf417macroterminator/_index.md index 448b901d9..470f4170e 100644 --- a/english/python-java/aspose_barcode.generation/pdf417macroterminator/_index.md +++ b/english/python-java/aspose_barcode.generation/pdf417macroterminator/_index.md @@ -1,7 +1,6 @@ --- -title: "Pdf417MacroTerminator Enum" +title: "Pdf417MacroTerminator" linktitle: "Pdf417MacroTerminator" -articleTitle: "Pdf417MacroTerminator" second_title: "Aspose.BarCode for Python via Java" description: "Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417." type: docs @@ -21,6 +20,30 @@ Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) t | Name | Value | Description | | --- | --- | --- | -| [AUTO](./auto/) | `0` | The terminator will be added automatically if the number of segments is provided and the current segment is the last one. In other cases, the terminator will not be added. | -| [NONE](./none/) | `1` | The terminator will not be added. | -| [SET](./set/) | `2` | The terminator will be added. | +| [AUTO](#auto) | `0` | The terminator will be added automatically if the number of segments is provided and the current segment is the last one. In other cases, the terminator will not be added. | +| [NONE](#none) | `1` | The terminator will not be added. | +| [SET](#set) | `2` | The terminator will be added. | +### Pdf417MacroTerminator.AUTO {#auto} + +**Type:** `int` + +**Value:** `0` + +The terminator will be added automatically if the number of segments is provided and the current segment is the last one. In other cases, the terminator will not be added. + +### Pdf417MacroTerminator.NONE {#none} + +**Type:** `int` + +**Value:** `1` + +The terminator will not be added. + +### Pdf417MacroTerminator.SET {#set} + +**Type:** `int` + +**Value:** `2` + +The terminator will be added. + diff --git a/english/python-java/aspose_barcode.generation/pdf417macroterminator/auto/_index.md b/english/python-java/aspose_barcode.generation/pdf417macroterminator/auto/_index.md deleted file mode 100644 index cf07446ec..000000000 --- a/english/python-java/aspose_barcode.generation/pdf417macroterminator/auto/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Pdf417MacroTerminator.AUTO" -linktitle: "AUTO" -articleTitle: "AUTO" -second_title: "Aspose.BarCode for Python via Java" -description: "The terminator will be added automatically if the number of segments is provided and the current segment is the last one. In other cases, the terminator will no" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdf417macroterminator/auto/ ---- - -## Pdf417MacroTerminator.AUTO - -**Type:** `int` - - -**Value:** `0` - - -The terminator will be added automatically if the number of segments is provided and the current segment is the last one. In other cases, the terminator will not be added. - diff --git a/english/python-java/aspose_barcode.generation/pdf417macroterminator/none/_index.md b/english/python-java/aspose_barcode.generation/pdf417macroterminator/none/_index.md deleted file mode 100644 index 013c4a91f..000000000 --- a/english/python-java/aspose_barcode.generation/pdf417macroterminator/none/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Pdf417MacroTerminator.NONE" -linktitle: "NONE" -articleTitle: "NONE" -second_title: "Aspose.BarCode for Python via Java" -description: "The terminator will not be added." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdf417macroterminator/none/ ---- - -## Pdf417MacroTerminator.NONE - -**Type:** `int` - - -**Value:** `1` - - -The terminator will not be added. - diff --git a/english/python-java/aspose_barcode.generation/pdf417macroterminator/set/_index.md b/english/python-java/aspose_barcode.generation/pdf417macroterminator/set/_index.md deleted file mode 100644 index f615328ab..000000000 --- a/english/python-java/aspose_barcode.generation/pdf417macroterminator/set/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Pdf417MacroTerminator.SET" -linktitle: "SET" -articleTitle: "SET" -second_title: "Aspose.BarCode for Python via Java" -description: "The terminator will be added." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdf417macroterminator/set/ ---- - -## Pdf417MacroTerminator.SET - -**Type:** `int` - - -**Value:** `2` - - -The terminator will be added. - diff --git a/english/python-java/aspose_barcode.generation/pdf417parameters/__str__/_index.md b/english/python-java/aspose_barcode.generation/pdf417parameters/__str__/_index.md deleted file mode 100644 index 8a6cb18f3..000000000 --- a/english/python-java/aspose_barcode.generation/pdf417parameters/__str__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "Pdf417Parameters.__str__" -linktitle: "__str__" -articleTitle: "__str__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns a human-readable string representation of this Pdf417Parameters." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdf417parameters/__str__/ ---- - -## Pdf417Parameters.__str__ - -```python -__str__(self) -> str -``` - - -Returns a human-readable string representation of this Pdf417Parameters. - - -**Return Type:** `str` — string that represents this Pdf417Parameters. - diff --git a/english/python-java/aspose_barcode.generation/pdf417parameters/_index.md b/english/python-java/aspose_barcode.generation/pdf417parameters/_index.md index 1b9ef7d0a..72ed359c4 100644 --- a/english/python-java/aspose_barcode.generation/pdf417parameters/_index.md +++ b/english/python-java/aspose_barcode.generation/pdf417parameters/_index.md @@ -1,7 +1,6 @@ --- -title: "Pdf417Parameters Class" +title: "Pdf417Parameters" linktitle: "Pdf417Parameters" -articleTitle: "Pdf417Parameters" second_title: "Aspose.BarCode for Python via Java" description: "PDF417 parameters. Contains PDF417, MacroPDF417, MicroPDF417 and GS1MicroPdf417 parameters. MacroPDF417 requires two fields: Pdf417MacroFileID and Pdf417MacroSe" type: docs @@ -21,57 +20,580 @@ PDF417 parameters. Contains PDF417, MacroPDF417, MicroPDF417 and GS1MicroPdf417 | Name | Description | | --- | --- | -| [__init__](./pdf417parameters/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [__str__](./__str__/) | `str` | No | Returns a human-readable string representation of this Pdf417Parameters. | -| [macro_pdf_417_eci_encoding](./macro_pdf_417_eci_encoding/) | `int` | No | | -| [macro_pdf_417_eci_encoding](./macro_pdf_417_eci_encoding/) | `int` | No | Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields. | -| [macro_pdf_417_eci_encoding](./macro_pdf_417_eci_encoding/) | `None` | No | | -| [macro_pdf_417_eci_encoding](./macro_pdf_417_eci_encoding/) | `None` | No | Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields. | +| [__str__](#__str__) | `str` | No | Returns a human-readable string representation of this Pdf417Parameters. | +| [macro_pdf_417_eci_encoding](#macro_pdf_417_eci_encoding) | `int` | No | | +| [macro_pdf_417_eci_encoding](#macro_pdf_417_eci_encoding-1) | `int` | No | Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields. | +| [macro_pdf_417_eci_encoding](#macro_pdf_417_eci_encoding-2) | `None` | No | | +| [macro_pdf_417_eci_encoding](#macro_pdf_417_eci_encoding-3) | `None` | No | Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields. | ## Properties | Name | Type | Description | | --- | --- | --- | -| [aspect_ratio](./aspect_ratio/) | `float` | Height/Width ratio of 2D BarCode module. | -| [code_128_emulation](./code_128_emulation/) | `bool` | Can be used only with MicroPdf417 and encodes Code 128 emulation modes Can encode FNC1 in second position modes 908 and 909, also can encode 910 and 911 which just indicate that recognized MicroPdf417 can be interpret as Code 128. | -| [columns](./columns/) | `int` | Columns count. | -| [eci_encoding](./eci_encoding/) | `int` | | -| [encode_mode](./encode_mode/) | `int` | | -| [error_level](./error_level/) | `Pdf417ErrorLevel` | | -| [linked](./linked/) | `bool` | Defines linked modes with GS1MicroPdf417, MicroPdf417 and Pdf417 barcodes With GS1MicroPdf417 symbology encodes 906, 907, 912, 913, 914, 915 “Linked” UCC/EAN-128 modes With MicroPdf417 and Pdf417 symbologies encodes 918 linkage flag to associated linear component other than an EAN.UCC. | -| [macro_characters](./macro_characters/) | `int` | Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with MicroPdf417 and encodes 916 and 917 MicroPdf417 modes Default value: MacroCharacters.None. | -| [macro_pdf_417_addressee](./macro_pdf_417_addressee/) | `Optional[str]` | Gets macro Pdf417 barcode addressee name. | -| [macro_pdf_417_checksum](./macro_pdf_417_checksum/) | `int` | Gets macro Pdf417 barcode checksum. | -| [macro_pdf_417_file_id](./macro_pdf_417_file_id/) | `int` | Gets macro Pdf417 barcode's file ID. Used for MacroPdf417. | -| [macro_pdf_417_file_name](./macro_pdf_417_file_name/) | `Optional[str]` | Gets macro Pdf417 barcode file name. | -| [macro_pdf_417_file_size](./macro_pdf_417_file_size/) | `int` | Gets macro Pdf417 file size. | -| [macro_pdf_417_segment_id](./macro_pdf_417_segment_id/) | `int` | Gets macro Pdf417 barcode's segment ID. | -| [macro_pdf_417_segments_count](./macro_pdf_417_segments_count/) | `int` | Gets macro Pdf417 barcode segments count. | -| [macro_pdf_417_sender](./macro_pdf_417_sender/) | `Optional[str]` | Gets macro Pdf417 barcode sender name. | -| [macro_pdf_417_terminator](./macro_pdf_417_terminator/) | `Pdf417MacroTerminator` | Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417. | -| [macro_pdf_417_time_stamp](./macro_pdf_417_time_stamp/) | `datetime` | Gets macro Pdf417 barcode time stamp. | -| [pdf_417_compaction_mode](./pdf_417_compaction_mode/) | `Pdf417CompactionMode` | Pdf417 symbology type of BarCode's compaction mode. Default value: Pdf417CompactionMode.AUTO. | -| [pdf_417_eci_encoding](./pdf_417_eci_encoding/) | `int` | Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings. | -| [pdf_417_encode_mode](./pdf_417_encode_mode/) | `Pdf417EncodeMode` | Gets Pdf417 encode mode. Default value: Auto. | -| [pdf_417_error_level](./pdf_417_error_level/) | `Pdf417ErrorLevel` | Gets Pdf417 symbology type of BarCode's error correction level. | -| [pdf_417_macro_addressee](./pdf_417_macro_addressee/) | `Optional[str]` | Gets macro Pdf417 barcode addressee name. | -| [pdf_417_macro_checksum](./pdf_417_macro_checksum/) | `int` | Gets macro Pdf417 barcode checksum. | -| [pdf_417_macro_eci_encoding](./pdf_417_macro_eci_encoding/) | `int` | Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields. | -| [pdf_417_macro_file_id](./pdf_417_macro_file_id/) | `int` | Gets macro Pdf417 barcode's file ID. Used for MacroPdf417. | -| [pdf_417_macro_file_name](./pdf_417_macro_file_name/) | `Optional[str]` | Gets macro Pdf417 barcode file name. | -| [pdf_417_macro_file_size](./pdf_417_macro_file_size/) | `int` | Gets macro Pdf417 file size. | -| [pdf_417_macro_segment_id](./pdf_417_macro_segment_id/) | `int` | Gets macro Pdf417 barcode's segment ID. | -| [pdf_417_macro_segments_count](./pdf_417_macro_segments_count/) | `int` | Gets macro Pdf417 barcode segments count. | -| [pdf_417_macro_sender](./pdf_417_macro_sender/) | `Optional[str]` | Gets macro Pdf417 barcode sender name. | -| [pdf_417_macro_terminator](./pdf_417_macro_terminator/) | `int` | Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417. | -| [pdf_417_macro_time_stamp](./pdf_417_macro_time_stamp/) | `datetime` | Gets macro Pdf417 barcode time stamp. | -| [pdf_417_truncate](./pdf_417_truncate/) | `bool` | Whether Pdf417 symbology type of BarCode is truncated (to reduce space). | -| [reader_initialization](./reader_initialization/) | `bool` | Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. | -| [rows](./rows/) | `int` | Rows count. | -| [structured_append_mode_barcode_id](./structured_append_mode_barcode_id/) | `int` | | -| [truncate](./truncate/) | `bool` | | +| [aspect_ratio](#aspect_ratio) | `float` | Height/Width ratio of 2D BarCode module. | +| [code_128_emulation](#code_128_emulation) | `bool` | Can be used only with MicroPdf417 and encodes Code 128 emulation modes Can encode FNC1 in second position modes 908 and 909, also can encode 910 and 911 which just indicate that recognized MicroPdf417 can be interpret as Code 128. | +| [columns](#columns) | `int` | Columns count. | +| [eci_encoding](#eci_encoding) | `int` | | +| [encode_mode](#encode_mode) | `int` | | +| [error_level](#error_level) | `Pdf417ErrorLevel` | | +| [linked](#linked) | `bool` | Defines linked modes with GS1MicroPdf417, MicroPdf417 and Pdf417 barcodes With GS1MicroPdf417 symbology encodes 906, 907, 912, 913, 914, 915 “Linked” UCC/EAN-128 modes With MicroPdf417 and Pdf417 symbologies encodes 918 linkage flag to associated linear component other than an EAN.UCC. | +| [macro_characters](#macro_characters) | `int` | Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with MicroPdf417 and encodes 916 and 917 MicroPdf417 modes Default value: MacroCharacters.None. | +| [macro_pdf_417_addressee](#macro_pdf_417_addressee) | `Optional[str]` | Gets macro Pdf417 barcode addressee name. | +| [macro_pdf_417_checksum](#macro_pdf_417_checksum) | `int` | Gets macro Pdf417 barcode checksum. | +| [macro_pdf_417_file_id](#macro_pdf_417_file_id) | `int` | Gets macro Pdf417 barcode's file ID. Used for MacroPdf417. | +| [macro_pdf_417_file_name](#macro_pdf_417_file_name) | `Optional[str]` | Gets macro Pdf417 barcode file name. | +| [macro_pdf_417_file_size](#macro_pdf_417_file_size) | `int` | Gets macro Pdf417 file size. | +| [macro_pdf_417_segment_id](#macro_pdf_417_segment_id) | `int` | Gets macro Pdf417 barcode's segment ID. | +| [macro_pdf_417_segments_count](#macro_pdf_417_segments_count) | `int` | Gets macro Pdf417 barcode segments count. | +| [macro_pdf_417_sender](#macro_pdf_417_sender) | `Optional[str]` | Gets macro Pdf417 barcode sender name. | +| [macro_pdf_417_terminator](#macro_pdf_417_terminator) | `Pdf417MacroTerminator` | Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417. | +| [macro_pdf_417_time_stamp](#macro_pdf_417_time_stamp) | `datetime` | Gets macro Pdf417 barcode time stamp. | +| [pdf_417_compaction_mode](#pdf_417_compaction_mode) | `Pdf417CompactionMode` | Pdf417 symbology type of BarCode's compaction mode. Default value: Pdf417CompactionMode.AUTO. | +| [pdf_417_eci_encoding](#pdf_417_eci_encoding) | `int` | Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings. | +| [pdf_417_encode_mode](#pdf_417_encode_mode) | `Pdf417EncodeMode` | Gets Pdf417 encode mode. Default value: Auto. | +| [pdf_417_error_level](#pdf_417_error_level) | `Pdf417ErrorLevel` | Gets Pdf417 symbology type of BarCode's error correction level. | +| [pdf_417_macro_addressee](#pdf_417_macro_addressee) | `Optional[str]` | Gets macro Pdf417 barcode addressee name. | +| [pdf_417_macro_checksum](#pdf_417_macro_checksum) | `int` | Gets macro Pdf417 barcode checksum. | +| [pdf_417_macro_eci_encoding](#pdf_417_macro_eci_encoding) | `int` | Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields. | +| [pdf_417_macro_file_id](#pdf_417_macro_file_id) | `int` | Gets macro Pdf417 barcode's file ID. Used for MacroPdf417. | +| [pdf_417_macro_file_name](#pdf_417_macro_file_name) | `Optional[str]` | Gets macro Pdf417 barcode file name. | +| [pdf_417_macro_file_size](#pdf_417_macro_file_size) | `int` | Gets macro Pdf417 file size. | +| [pdf_417_macro_segment_id](#pdf_417_macro_segment_id) | `int` | Gets macro Pdf417 barcode's segment ID. | +| [pdf_417_macro_segments_count](#pdf_417_macro_segments_count) | `int` | Gets macro Pdf417 barcode segments count. | +| [pdf_417_macro_sender](#pdf_417_macro_sender) | `Optional[str]` | Gets macro Pdf417 barcode sender name. | +| [pdf_417_macro_terminator](#pdf_417_macro_terminator) | `int` | Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417. | +| [pdf_417_macro_time_stamp](#pdf_417_macro_time_stamp) | `datetime` | Gets macro Pdf417 barcode time stamp. | +| [pdf_417_truncate](#pdf_417_truncate) | `bool` | Whether Pdf417 symbology type of BarCode is truncated (to reduce space). | +| [reader_initialization](#reader_initialization) | `bool` | Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. | +| [rows](#rows) | `int` | Rows count. | +| [structured_append_mode_barcode_id](#structured_append_mode_barcode_id) | `int` | | +| [truncate](#truncate) | `bool` | | + +### Pdf417Parameters Constructor {#constructor} + +```python +__init__(self, _java_class) +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `_java_class` | `` | | + +### Pdf417Parameters.__str__ {#__str__} + +```python +__str__(self) -> str +``` + +Returns a human-readable string representation of this Pdf417Parameters. + +**Return Type:** `str` — string that represents this Pdf417Parameters. + +### Pdf417Parameters.macro_pdf_417_eci_encoding {#macro_pdf_417_eci_encoding} + +```python +macro_pdf_417_eci_encoding(self) -> int +``` + +**Return Type:** `int` + +### Pdf417Parameters.macro_pdf_417_eci_encoding {#macro_pdf_417_eci_encoding-1} + +```python +macro_pdf_417_eci_encoding(self) -> int +``` + +Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields. + +**Return Type:** `int` — pdf417MacroECIEncoding int value + +### Pdf417Parameters.macro_pdf_417_eci_encoding {#macro_pdf_417_eci_encoding-2} + +```python +macro_pdf_417_eci_encoding(self, int value) +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `int` | | + +### Pdf417Parameters.macro_pdf_417_eci_encoding {#macro_pdf_417_eci_encoding-3} + +```python +macro_pdf_417_eci_encoding(self, int value) +``` + +Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `int` | int value | + +### Pdf417Parameters.aspect_ratio {#aspect_ratio} + +**Type:** `float` + +Height/Width ratio of 2D BarCode module. + +Height/Width ratio of 2D BarCode module. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `float` | | + +### Pdf417Parameters.code_128_emulation {#code_128_emulation} + +**Type:** `bool` + +Can be used only with MicroPdf417 and encodes Code 128 emulation modes Can encode FNC1 in second position modes 908 and 909, also can encode 910 and 911 which just indicate that recognized MicroPdf417 can be interpret as Code 128. + +**Returns:** boolean value + +Can be used only with MicroPdf417 and encodes Code 128 emulation modes Can encode FNC1 in second position modes 908 and 909, also can encode 910 and 911 which just indicate that recognized MicroPdf417 can be interpret as Code 128. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `bool` | | + +### Pdf417Parameters.columns {#columns} + +**Type:** `int` + +Columns count. + +Columns count. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `int` | | + +### Pdf417Parameters.eci_encoding {#eci_encoding} + +**Type:** `int` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `int` | | + +### Pdf417Parameters.encode_mode {#encode_mode} + +**Type:** `int` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `int` | | + +### Pdf417Parameters.error_level {#error_level} + +**Type:** `Pdf417ErrorLevel` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `Pdf417ErrorLevel` | | + +### Pdf417Parameters.linked {#linked} + +**Type:** `bool` + +Defines linked modes with GS1MicroPdf417, MicroPdf417 and Pdf417 barcodes With GS1MicroPdf417 symbology encodes 906, 907, 912, 913, 914, 915 “Linked” UCC/EAN-128 modes With MicroPdf417 and Pdf417 symbologies encodes 918 linkage flag to associated linear component other than an EAN.UCC. + +**Returns:** boolean value + +Defines linked modes with GS1MicroPdf417, MicroPdf417 and Pdf417 barcodes With GS1MicroPdf417 symbology encodes 906, 907, 912, 913, 914, 915 “Linked” UCC/EAN-128 modes With MicroPdf417 and Pdf417 symbologies encodes 918 linkage flag to associated linear component other than an EAN.UCC. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `bool` | | + +### Pdf417Parameters.macro_characters {#macro_characters} + +**Type:** `int` + +Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with MicroPdf417 and encodes 916 and 917 MicroPdf417 modes Default value: MacroCharacters.None. + +**Returns:** MacroCharacters int value + +Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with MicroPdf417 and encodes 916 and 917 MicroPdf417 modes Default value: MacroCharacters.None. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `MacroCharacter` | | + +### Pdf417Parameters.macro_pdf_417_addressee {#macro_pdf_417_addressee} + +**Type:** `Optional[str]` + +Gets macro Pdf417 barcode addressee name. + +Sets macro Pdf417 barcode addressee name. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `str` | | + +### Pdf417Parameters.macro_pdf_417_checksum {#macro_pdf_417_checksum} + +**Type:** `int` + +Gets macro Pdf417 barcode checksum. + +**Returns:** The checksum field contains the value of the 16-bit (2 bytes) CRC checksum using the CCITT-16 polynomial. + +Sets macro Pdf417 barcode checksum. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `int` | The checksum field contains the value of the 16-bit (2 bytes) CRC checksum using the CCITT-16 polynomial. | + +### Pdf417Parameters.macro_pdf_417_file_id {#macro_pdf_417_file_id} + +**Type:** `int` + +Gets macro Pdf417 barcode's file ID. Used for MacroPdf417. + +Sets macro Pdf417 barcode's file ID. Used for MacroPdf417. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `int` | | + +### Pdf417Parameters.macro_pdf_417_file_name {#macro_pdf_417_file_name} + +**Type:** `Optional[str]` + +Gets macro Pdf417 barcode file name. + +Sets macro Pdf417 barcode file name. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `str` | | + +### Pdf417Parameters.macro_pdf_417_file_size {#macro_pdf_417_file_size} + +**Type:** `int` + +Gets macro Pdf417 file size. + +**Returns:** The file size field contains the size in bytes of the entire source file. + +Sets macro Pdf417 file size. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `int` | The file size field contains the size in bytes of the entire source file. | + +### Pdf417Parameters.macro_pdf_417_segment_id {#macro_pdf_417_segment_id} + +**Type:** `int` + +Gets macro Pdf417 barcode's segment ID. + +Sets macro Pdf417 barcode's segment ID. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `int` | | + +### Pdf417Parameters.macro_pdf_417_segments_count {#macro_pdf_417_segments_count} + +**Type:** `int` + +Gets macro Pdf417 barcode segments count. + +Sets macro Pdf417 barcode segments count. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `int` | | + +### Pdf417Parameters.macro_pdf_417_sender {#macro_pdf_417_sender} + +**Type:** `Optional[str]` + +Gets macro Pdf417 barcode sender name. + +Sets macro Pdf417 barcode sender name. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `str` | | + +### Pdf417Parameters.macro_pdf_417_terminator {#macro_pdf_417_terminator} + +**Type:** `Pdf417MacroTerminator` + +Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417. + +**Returns:** Pdf417MacroTerminator int value + +Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `Pdf417MacroTerminator` | int value | + +### Pdf417Parameters.macro_pdf_417_time_stamp {#macro_pdf_417_time_stamp} + +**Type:** `datetime` + +Gets macro Pdf417 barcode time stamp. + +Sets macro Pdf417 barcode time stamp. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `datetime` | | + +### Pdf417Parameters.pdf_417_compaction_mode {#pdf_417_compaction_mode} + +**Type:** `Pdf417CompactionMode` + +Pdf417 symbology type of BarCode's compaction mode. Default value: Pdf417CompactionMode.AUTO. + +Pdf417 symbology type of BarCode's compaction mode. Default value: Pdf417CompactionMode.AUTO. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `Pdf417CompactionMode` | | + +### Pdf417Parameters.pdf_417_eci_encoding {#pdf_417_eci_encoding} + +**Type:** `int` + +Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings. + +**Returns:** pdf417ECIEncoding int value + +Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings. + +| Parameter | Type | Description | +| --- | --- | --- | +| `pdf417ECIEncoding` | `int` | int value | + +### Pdf417Parameters.pdf_417_encode_mode {#pdf_417_encode_mode} + +**Type:** `Pdf417EncodeMode` + +Gets Pdf417 encode mode. Default value: Auto. + +**Returns:** Pdf417EncodeMode + +Sets Pdf417 encode mode. Default value: Auto. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `Pdf417EncodeMode` | | + +### Pdf417Parameters.pdf_417_error_level {#pdf_417_error_level} + +**Type:** `Pdf417ErrorLevel` + +Gets Pdf417 symbology type of BarCode's error correction level. + +Sets Pdf417 symbology type of BarCode's error correction level ranging from level0 to level8, level0 means no error correction info, level8 means the best error correction which means a larger picture. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `Pdf417ErrorLevel` | | + +### Pdf417Parameters.pdf_417_macro_addressee {#pdf_417_macro_addressee} + +**Type:** `Optional[str]` + +Gets macro Pdf417 barcode addressee name. + +Sets macro Pdf417 barcode addressee name. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `str` | | + +### Pdf417Parameters.pdf_417_macro_checksum {#pdf_417_macro_checksum} + +**Type:** `int` + +Gets macro Pdf417 barcode checksum. + +**Returns:** The checksum field contains the value of the 16-bit (2 bytes) CRC checksum using the CCITT-16 polynomial. + +Sets macro Pdf417 barcode checksum. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `int` | The checksum field contains the value of the 16-bit (2 bytes) CRC checksum using the CCITT-16 polynomial. | + +### Pdf417Parameters.pdf_417_macro_eci_encoding {#pdf_417_macro_eci_encoding} + +**Type:** `int` + +Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields. + +**Returns:** pdf417MacroECIEncoding int value + +Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields. + +| Parameter | Type | Description | +| --- | --- | --- | +| `pdf417MacroECIEncoding` | `int` | int value | + +### Pdf417Parameters.pdf_417_macro_file_id {#pdf_417_macro_file_id} + +**Type:** `int` + +Gets macro Pdf417 barcode's file ID. Used for MacroPdf417. + +Sets macro Pdf417 barcode's file ID. Used for MacroPdf417. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `int` | | + +### Pdf417Parameters.pdf_417_macro_file_name {#pdf_417_macro_file_name} + +**Type:** `Optional[str]` + +Gets macro Pdf417 barcode file name. + +Sets macro Pdf417 barcode file name. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `str` | | + +### Pdf417Parameters.pdf_417_macro_file_size {#pdf_417_macro_file_size} + +**Type:** `int` + +Gets macro Pdf417 file size. + +**Returns:** The file size field contains the size in bytes of the entire source file. + +Sets macro Pdf417 file size. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `int` | The file size field contains the size in bytes of the entire source file. | + +### Pdf417Parameters.pdf_417_macro_segment_id {#pdf_417_macro_segment_id} + +**Type:** `int` + +Gets macro Pdf417 barcode's segment ID. + +Sets macro Pdf417 barcode's segment ID. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `int` | | + +### Pdf417Parameters.pdf_417_macro_segments_count {#pdf_417_macro_segments_count} + +**Type:** `int` + +Gets macro Pdf417 barcode segments count. + +Sets macro Pdf417 barcode segments count. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `int` | | + +### Pdf417Parameters.pdf_417_macro_sender {#pdf_417_macro_sender} + +**Type:** `Optional[str]` + +Gets macro Pdf417 barcode sender name. + +Sets macro Pdf417 barcode sender name. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `str` | | + +### Pdf417Parameters.pdf_417_macro_terminator {#pdf_417_macro_terminator} + +**Type:** `int` + +Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417. + +**Returns:** Pdf417MacroTerminator int value + +Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417. + +| Parameter | Type | Description | +| --- | --- | --- | +| `pdf417MacroTerminator` | `int` | | + +### Pdf417Parameters.pdf_417_macro_time_stamp {#pdf_417_macro_time_stamp} + +**Type:** `datetime` + +Gets macro Pdf417 barcode time stamp. + +Sets macro Pdf417 barcode time stamp. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `datetime` | | + +### Pdf417Parameters.pdf_417_truncate {#pdf_417_truncate} + +**Type:** `bool` + +Whether Pdf417 symbology type of BarCode is truncated (to reduce space). + +Whether Pdf417 symbology type of BarCode is truncated. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `bool` | | + +### Pdf417Parameters.reader_initialization {#reader_initialization} + +**Type:** `bool` + +Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. + +**Returns:** readerInitialization boolean value + +Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. + +| Parameter | Type | Description | +| --- | --- | --- | +| `readerInitialization` | `bool` | boolean value | + +### Pdf417Parameters.rows {#rows} + +**Type:** `int` + +Rows count. + +Rows count. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `int` | | + +### Pdf417Parameters.structured_append_mode_barcode_id {#structured_append_mode_barcode_id} + +**Type:** `int` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `int` | | + +### Pdf417Parameters.truncate {#truncate} + +**Type:** `bool` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `bool` | | + diff --git a/english/python-java/aspose_barcode.generation/pdf417parameters/aspect_ratio/_index.md b/english/python-java/aspose_barcode.generation/pdf417parameters/aspect_ratio/_index.md deleted file mode 100644 index 469474a14..000000000 --- a/english/python-java/aspose_barcode.generation/pdf417parameters/aspect_ratio/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Pdf417Parameters.aspect_ratio" -linktitle: "aspect_ratio" -articleTitle: "aspect_ratio" -second_title: "Aspose.BarCode for Python via Java" -description: "Height/Width ratio of 2D BarCode module." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdf417parameters/aspect_ratio/ ---- - -## Pdf417Parameters.aspect_ratio - -**Type:** `float` - - -### Get - -Height/Width ratio of 2D BarCode module. - - -### Set - -Height/Width ratio of 2D BarCode module. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `float` | | diff --git a/english/python-java/aspose_barcode.generation/pdf417parameters/code_128_emulation/_index.md b/english/python-java/aspose_barcode.generation/pdf417parameters/code_128_emulation/_index.md deleted file mode 100644 index e7460e9d4..000000000 --- a/english/python-java/aspose_barcode.generation/pdf417parameters/code_128_emulation/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Pdf417Parameters.code_128_emulation" -linktitle: "code_128_emulation" -articleTitle: "code_128_emulation" -second_title: "Aspose.BarCode for Python via Java" -description: "Can be used only with MicroPdf417 and encodes Code 128 emulation modes Can encode FNC1 in second position modes 908 and 909, also can encode 910 and 911 which j" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdf417parameters/code_128_emulation/ ---- - -## Pdf417Parameters.code_128_emulation - -**Type:** `bool` - - -### Get - -Can be used only with MicroPdf417 and encodes Code 128 emulation modes Can encode FNC1 in second position modes 908 and 909, also can encode 910 and 911 which just indicate that recognized MicroPdf417 can be interpret as Code 128. - - -**Returns:** boolean value - - -### Set - -Can be used only with MicroPdf417 and encodes Code 128 emulation modes Can encode FNC1 in second position modes 908 and 909, also can encode 910 and 911 which just indicate that recognized MicroPdf417 can be interpret as Code 128. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `bool` | | diff --git a/english/python-java/aspose_barcode.generation/pdf417parameters/columns/_index.md b/english/python-java/aspose_barcode.generation/pdf417parameters/columns/_index.md deleted file mode 100644 index 57729d766..000000000 --- a/english/python-java/aspose_barcode.generation/pdf417parameters/columns/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Pdf417Parameters.columns" -linktitle: "columns" -articleTitle: "columns" -second_title: "Aspose.BarCode for Python via Java" -description: "Columns count." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdf417parameters/columns/ ---- - -## Pdf417Parameters.columns - -**Type:** `int` - - -### Get - -Columns count. - - -### Set - -Columns count. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `int` | | diff --git a/english/python-java/aspose_barcode.generation/pdf417parameters/eci_encoding/_index.md b/english/python-java/aspose_barcode.generation/pdf417parameters/eci_encoding/_index.md deleted file mode 100644 index 0458cde25..000000000 --- a/english/python-java/aspose_barcode.generation/pdf417parameters/eci_encoding/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "Pdf417Parameters.eci_encoding" -linktitle: "eci_encoding" -articleTitle: "eci_encoding" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdf417parameters/eci_encoding/ ---- - -## Pdf417Parameters.eci_encoding - -**Type:** `int` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `int` | | diff --git a/english/python-java/aspose_barcode.generation/pdf417parameters/encode_mode/_index.md b/english/python-java/aspose_barcode.generation/pdf417parameters/encode_mode/_index.md deleted file mode 100644 index 961bdb2c2..000000000 --- a/english/python-java/aspose_barcode.generation/pdf417parameters/encode_mode/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "Pdf417Parameters.encode_mode" -linktitle: "encode_mode" -articleTitle: "encode_mode" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdf417parameters/encode_mode/ ---- - -## Pdf417Parameters.encode_mode - -**Type:** `int` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `int` | | diff --git a/english/python-java/aspose_barcode.generation/pdf417parameters/error_level/_index.md b/english/python-java/aspose_barcode.generation/pdf417parameters/error_level/_index.md deleted file mode 100644 index 835a2f8fd..000000000 --- a/english/python-java/aspose_barcode.generation/pdf417parameters/error_level/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "Pdf417Parameters.error_level" -linktitle: "error_level" -articleTitle: "error_level" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdf417parameters/error_level/ ---- - -## Pdf417Parameters.error_level - -**Type:** `Pdf417ErrorLevel` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `Pdf417ErrorLevel` | | diff --git a/english/python-java/aspose_barcode.generation/pdf417parameters/linked/_index.md b/english/python-java/aspose_barcode.generation/pdf417parameters/linked/_index.md deleted file mode 100644 index 89d57b58c..000000000 --- a/english/python-java/aspose_barcode.generation/pdf417parameters/linked/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Pdf417Parameters.linked" -linktitle: "linked" -articleTitle: "linked" -second_title: "Aspose.BarCode for Python via Java" -description: "Defines linked modes with GS1MicroPdf417, MicroPdf417 and Pdf417 barcodes With GS1MicroPdf417 symbology encodes 906, 907, 912, 913, 914, 915 “Linked” UCC/EAN-12" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdf417parameters/linked/ ---- - -## Pdf417Parameters.linked - -**Type:** `bool` - - -### Get - -Defines linked modes with GS1MicroPdf417, MicroPdf417 and Pdf417 barcodes With GS1MicroPdf417 symbology encodes 906, 907, 912, 913, 914, 915 “Linked” UCC/EAN-128 modes With MicroPdf417 and Pdf417 symbologies encodes 918 linkage flag to associated linear component other than an EAN.UCC. - - -**Returns:** boolean value - - -### Set - -Defines linked modes with GS1MicroPdf417, MicroPdf417 and Pdf417 barcodes With GS1MicroPdf417 symbology encodes 906, 907, 912, 913, 914, 915 “Linked” UCC/EAN-128 modes With MicroPdf417 and Pdf417 symbologies encodes 918 linkage flag to associated linear component other than an EAN.UCC. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `bool` | | diff --git a/english/python-java/aspose_barcode.generation/pdf417parameters/macro_characters/_index.md b/english/python-java/aspose_barcode.generation/pdf417parameters/macro_characters/_index.md deleted file mode 100644 index 18ac328b0..000000000 --- a/english/python-java/aspose_barcode.generation/pdf417parameters/macro_characters/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Pdf417Parameters.macro_characters" -linktitle: "macro_characters" -articleTitle: "macro_characters" -second_title: "Aspose.BarCode for Python via Java" -description: "Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with MicroPdf417 and encodes 916 and 917 MicroPdf4" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdf417parameters/macro_characters/ ---- - -## Pdf417Parameters.macro_characters - -**Type:** `int` - - -### Get - -Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with MicroPdf417 and encodes 916 and 917 MicroPdf417 modes Default value: MacroCharacters.None. - - -**Returns:** MacroCharacters int value - - -### Set - -Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with MicroPdf417 and encodes 916 and 917 MicroPdf417 modes Default value: MacroCharacters.None. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `MacroCharacter` | | diff --git a/english/python-java/aspose_barcode.generation/pdf417parameters/macro_pdf_417_addressee/_index.md b/english/python-java/aspose_barcode.generation/pdf417parameters/macro_pdf_417_addressee/_index.md deleted file mode 100644 index 0141aed5c..000000000 --- a/english/python-java/aspose_barcode.generation/pdf417parameters/macro_pdf_417_addressee/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Pdf417Parameters.macro_pdf_417_addressee" -linktitle: "macro_pdf_417_addressee" -articleTitle: "macro_pdf_417_addressee" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets macro Pdf417 barcode addressee name." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdf417parameters/macro_pdf_417_addressee/ ---- - -## Pdf417Parameters.macro_pdf_417_addressee - -**Type:** `Optional[str]` - - -### Get - -Gets macro Pdf417 barcode addressee name. - - -### Set - -Sets macro Pdf417 barcode addressee name. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `str` | | diff --git a/english/python-java/aspose_barcode.generation/pdf417parameters/macro_pdf_417_checksum/_index.md b/english/python-java/aspose_barcode.generation/pdf417parameters/macro_pdf_417_checksum/_index.md deleted file mode 100644 index 4851dd52a..000000000 --- a/english/python-java/aspose_barcode.generation/pdf417parameters/macro_pdf_417_checksum/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Pdf417Parameters.macro_pdf_417_checksum" -linktitle: "macro_pdf_417_checksum" -articleTitle: "macro_pdf_417_checksum" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets macro Pdf417 barcode checksum." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdf417parameters/macro_pdf_417_checksum/ ---- - -## Pdf417Parameters.macro_pdf_417_checksum - -**Type:** `int` - - -### Get - -Gets macro Pdf417 barcode checksum. - - -**Returns:** The checksum field contains the value of the 16-bit (2 bytes) CRC checksum using the CCITT-16 polynomial. - - -### Set - -Sets macro Pdf417 barcode checksum. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `int` | The checksum field contains the value of the 16-bit (2 bytes) CRC checksum using the CCITT-16 polynomial. | diff --git a/english/python-java/aspose_barcode.generation/pdf417parameters/macro_pdf_417_eci_encoding/_index.md b/english/python-java/aspose_barcode.generation/pdf417parameters/macro_pdf_417_eci_encoding/_index.md deleted file mode 100644 index 64795d583..000000000 --- a/english/python-java/aspose_barcode.generation/pdf417parameters/macro_pdf_417_eci_encoding/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "Pdf417Parameters.macro_pdf_417_eci_encoding" -linktitle: "macro_pdf_417_eci_encoding" -articleTitle: "macro_pdf_417_eci_encoding" -second_title: "Aspose.BarCode for Python via Java" -description: "Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdf417parameters/macro_pdf_417_eci_encoding/ ---- - -## Pdf417Parameters.macro_pdf_417_eci_encoding - -```python -macro_pdf_417_eci_encoding(self, int value) -``` - - -Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `int` | int value | diff --git a/english/python-java/aspose_barcode.generation/pdf417parameters/macro_pdf_417_file_id/_index.md b/english/python-java/aspose_barcode.generation/pdf417parameters/macro_pdf_417_file_id/_index.md deleted file mode 100644 index d1ae2877a..000000000 --- a/english/python-java/aspose_barcode.generation/pdf417parameters/macro_pdf_417_file_id/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Pdf417Parameters.macro_pdf_417_file_id" -linktitle: "macro_pdf_417_file_id" -articleTitle: "macro_pdf_417_file_id" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets macro Pdf417 barcode's file ID. Used for MacroPdf417." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdf417parameters/macro_pdf_417_file_id/ ---- - -## Pdf417Parameters.macro_pdf_417_file_id - -**Type:** `int` - - -### Get - -Gets macro Pdf417 barcode's file ID. Used for MacroPdf417. - - -### Set - -Sets macro Pdf417 barcode's file ID. Used for MacroPdf417. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `int` | | diff --git a/english/python-java/aspose_barcode.generation/pdf417parameters/macro_pdf_417_file_name/_index.md b/english/python-java/aspose_barcode.generation/pdf417parameters/macro_pdf_417_file_name/_index.md deleted file mode 100644 index 3aa2ddd9c..000000000 --- a/english/python-java/aspose_barcode.generation/pdf417parameters/macro_pdf_417_file_name/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Pdf417Parameters.macro_pdf_417_file_name" -linktitle: "macro_pdf_417_file_name" -articleTitle: "macro_pdf_417_file_name" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets macro Pdf417 barcode file name." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdf417parameters/macro_pdf_417_file_name/ ---- - -## Pdf417Parameters.macro_pdf_417_file_name - -**Type:** `Optional[str]` - - -### Get - -Gets macro Pdf417 barcode file name. - - -### Set - -Sets macro Pdf417 barcode file name. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `str` | | diff --git a/english/python-java/aspose_barcode.generation/pdf417parameters/macro_pdf_417_file_size/_index.md b/english/python-java/aspose_barcode.generation/pdf417parameters/macro_pdf_417_file_size/_index.md deleted file mode 100644 index 89ca3481b..000000000 --- a/english/python-java/aspose_barcode.generation/pdf417parameters/macro_pdf_417_file_size/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Pdf417Parameters.macro_pdf_417_file_size" -linktitle: "macro_pdf_417_file_size" -articleTitle: "macro_pdf_417_file_size" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets macro Pdf417 file size." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdf417parameters/macro_pdf_417_file_size/ ---- - -## Pdf417Parameters.macro_pdf_417_file_size - -**Type:** `int` - - -### Get - -Gets macro Pdf417 file size. - - -**Returns:** The file size field contains the size in bytes of the entire source file. - - -### Set - -Sets macro Pdf417 file size. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `int` | The file size field contains the size in bytes of the entire source file. | diff --git a/english/python-java/aspose_barcode.generation/pdf417parameters/macro_pdf_417_segment_id/_index.md b/english/python-java/aspose_barcode.generation/pdf417parameters/macro_pdf_417_segment_id/_index.md deleted file mode 100644 index 0b454510f..000000000 --- a/english/python-java/aspose_barcode.generation/pdf417parameters/macro_pdf_417_segment_id/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Pdf417Parameters.macro_pdf_417_segment_id" -linktitle: "macro_pdf_417_segment_id" -articleTitle: "macro_pdf_417_segment_id" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets macro Pdf417 barcode's segment ID." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdf417parameters/macro_pdf_417_segment_id/ ---- - -## Pdf417Parameters.macro_pdf_417_segment_id - -**Type:** `int` - - -### Get - -Gets macro Pdf417 barcode's segment ID. - - -### Set - -Sets macro Pdf417 barcode's segment ID. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `int` | | diff --git a/english/python-java/aspose_barcode.generation/pdf417parameters/macro_pdf_417_segments_count/_index.md b/english/python-java/aspose_barcode.generation/pdf417parameters/macro_pdf_417_segments_count/_index.md deleted file mode 100644 index 9feff93fc..000000000 --- a/english/python-java/aspose_barcode.generation/pdf417parameters/macro_pdf_417_segments_count/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Pdf417Parameters.macro_pdf_417_segments_count" -linktitle: "macro_pdf_417_segments_count" -articleTitle: "macro_pdf_417_segments_count" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets macro Pdf417 barcode segments count." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdf417parameters/macro_pdf_417_segments_count/ ---- - -## Pdf417Parameters.macro_pdf_417_segments_count - -**Type:** `int` - - -### Get - -Gets macro Pdf417 barcode segments count. - - -### Set - -Sets macro Pdf417 barcode segments count. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `int` | | diff --git a/english/python-java/aspose_barcode.generation/pdf417parameters/macro_pdf_417_sender/_index.md b/english/python-java/aspose_barcode.generation/pdf417parameters/macro_pdf_417_sender/_index.md deleted file mode 100644 index 1e49a2ac1..000000000 --- a/english/python-java/aspose_barcode.generation/pdf417parameters/macro_pdf_417_sender/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Pdf417Parameters.macro_pdf_417_sender" -linktitle: "macro_pdf_417_sender" -articleTitle: "macro_pdf_417_sender" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets macro Pdf417 barcode sender name." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdf417parameters/macro_pdf_417_sender/ ---- - -## Pdf417Parameters.macro_pdf_417_sender - -**Type:** `Optional[str]` - - -### Get - -Gets macro Pdf417 barcode sender name. - - -### Set - -Sets macro Pdf417 barcode sender name. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `str` | | diff --git a/english/python-java/aspose_barcode.generation/pdf417parameters/macro_pdf_417_terminator/_index.md b/english/python-java/aspose_barcode.generation/pdf417parameters/macro_pdf_417_terminator/_index.md deleted file mode 100644 index 697ea6cba..000000000 --- a/english/python-java/aspose_barcode.generation/pdf417parameters/macro_pdf_417_terminator/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Pdf417Parameters.macro_pdf_417_terminator" -linktitle: "macro_pdf_417_terminator" -articleTitle: "macro_pdf_417_terminator" -second_title: "Aspose.BarCode for Python via Java" -description: "Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdf417parameters/macro_pdf_417_terminator/ ---- - -## Pdf417Parameters.macro_pdf_417_terminator - -**Type:** `Pdf417MacroTerminator` - - -### Get - -Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417. - - -**Returns:** Pdf417MacroTerminator int value - - -### Set - -Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `Pdf417MacroTerminator` | int value | diff --git a/english/python-java/aspose_barcode.generation/pdf417parameters/macro_pdf_417_time_stamp/_index.md b/english/python-java/aspose_barcode.generation/pdf417parameters/macro_pdf_417_time_stamp/_index.md deleted file mode 100644 index b607eb84a..000000000 --- a/english/python-java/aspose_barcode.generation/pdf417parameters/macro_pdf_417_time_stamp/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Pdf417Parameters.macro_pdf_417_time_stamp" -linktitle: "macro_pdf_417_time_stamp" -articleTitle: "macro_pdf_417_time_stamp" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets macro Pdf417 barcode time stamp." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdf417parameters/macro_pdf_417_time_stamp/ ---- - -## Pdf417Parameters.macro_pdf_417_time_stamp - -**Type:** `datetime` - - -### Get - -Gets macro Pdf417 barcode time stamp. - - -### Set - -Sets macro Pdf417 barcode time stamp. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `datetime` | | diff --git a/english/python-java/aspose_barcode.generation/pdf417parameters/pdf417parameters/_index.md b/english/python-java/aspose_barcode.generation/pdf417parameters/pdf417parameters/_index.md deleted file mode 100644 index e4682d549..000000000 --- a/english/python-java/aspose_barcode.generation/pdf417parameters/pdf417parameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Pdf417Parameters" -linktitle: "Pdf417Parameters" -articleTitle: "Pdf417Parameters" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdf417parameters/pdf417parameters/ ---- - -## Pdf417Parameters Constructor - -```python -__init__(self, _java_class) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `_java_class` | `` | | diff --git a/english/python-java/aspose_barcode.generation/pdf417parameters/pdf_417_compaction_mode/_index.md b/english/python-java/aspose_barcode.generation/pdf417parameters/pdf_417_compaction_mode/_index.md deleted file mode 100644 index 57b6d6507..000000000 --- a/english/python-java/aspose_barcode.generation/pdf417parameters/pdf_417_compaction_mode/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Pdf417Parameters.pdf_417_compaction_mode" -linktitle: "pdf_417_compaction_mode" -articleTitle: "pdf_417_compaction_mode" -second_title: "Aspose.BarCode for Python via Java" -description: "Pdf417 symbology type of BarCode's compaction mode. Default value: Pdf417CompactionMode.AUTO." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdf417parameters/pdf_417_compaction_mode/ ---- - -## Pdf417Parameters.pdf_417_compaction_mode - -**Type:** `Pdf417CompactionMode` - - -### Get - -Pdf417 symbology type of BarCode's compaction mode. Default value: Pdf417CompactionMode.AUTO. - - -### Set - -Pdf417 symbology type of BarCode's compaction mode. Default value: Pdf417CompactionMode.AUTO. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `Pdf417CompactionMode` | | diff --git a/english/python-java/aspose_barcode.generation/pdf417parameters/pdf_417_eci_encoding/_index.md b/english/python-java/aspose_barcode.generation/pdf417parameters/pdf_417_eci_encoding/_index.md deleted file mode 100644 index fc2891599..000000000 --- a/english/python-java/aspose_barcode.generation/pdf417parameters/pdf_417_eci_encoding/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Pdf417Parameters.pdf_417_eci_encoding" -linktitle: "pdf_417_eci_encoding" -articleTitle: "pdf_417_eci_encoding" -second_title: "Aspose.BarCode for Python via Java" -description: "Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Curren" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdf417parameters/pdf_417_eci_encoding/ ---- - -## Pdf417Parameters.pdf_417_eci_encoding - -**Type:** `int` - - -### Get - -Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings. - - -**Returns:** pdf417ECIEncoding int value - - -### Set - -Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `pdf417ECIEncoding` | `int` | int value | diff --git a/english/python-java/aspose_barcode.generation/pdf417parameters/pdf_417_encode_mode/_index.md b/english/python-java/aspose_barcode.generation/pdf417parameters/pdf_417_encode_mode/_index.md deleted file mode 100644 index 262c56141..000000000 --- a/english/python-java/aspose_barcode.generation/pdf417parameters/pdf_417_encode_mode/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Pdf417Parameters.pdf_417_encode_mode" -linktitle: "pdf_417_encode_mode" -articleTitle: "pdf_417_encode_mode" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets Pdf417 encode mode. Default value: Auto." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdf417parameters/pdf_417_encode_mode/ ---- - -## Pdf417Parameters.pdf_417_encode_mode - -**Type:** `Pdf417EncodeMode` - - -### Get - -Gets Pdf417 encode mode. Default value: Auto. - - -**Returns:** Pdf417EncodeMode - - -### Set - -Sets Pdf417 encode mode. Default value: Auto. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `Pdf417EncodeMode` | | diff --git a/english/python-java/aspose_barcode.generation/pdf417parameters/pdf_417_error_level/_index.md b/english/python-java/aspose_barcode.generation/pdf417parameters/pdf_417_error_level/_index.md deleted file mode 100644 index dc8488a9c..000000000 --- a/english/python-java/aspose_barcode.generation/pdf417parameters/pdf_417_error_level/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Pdf417Parameters.pdf_417_error_level" -linktitle: "pdf_417_error_level" -articleTitle: "pdf_417_error_level" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets Pdf417 symbology type of BarCode's error correction level." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdf417parameters/pdf_417_error_level/ ---- - -## Pdf417Parameters.pdf_417_error_level - -**Type:** `Pdf417ErrorLevel` - - -### Get - -Gets Pdf417 symbology type of BarCode's error correction level. - - -### Set - -Sets Pdf417 symbology type of BarCode's error correction level ranging from level0 to level8, level0 means no error correction info, level8 means the best error correction which means a larger picture. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `Pdf417ErrorLevel` | | diff --git a/english/python-java/aspose_barcode.generation/pdf417parameters/pdf_417_macro_addressee/_index.md b/english/python-java/aspose_barcode.generation/pdf417parameters/pdf_417_macro_addressee/_index.md deleted file mode 100644 index a7445c0cb..000000000 --- a/english/python-java/aspose_barcode.generation/pdf417parameters/pdf_417_macro_addressee/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Pdf417Parameters.pdf_417_macro_addressee" -linktitle: "pdf_417_macro_addressee" -articleTitle: "pdf_417_macro_addressee" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets macro Pdf417 barcode addressee name." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdf417parameters/pdf_417_macro_addressee/ ---- - -## Pdf417Parameters.pdf_417_macro_addressee - -**Type:** `Optional[str]` - - -### Get - -Gets macro Pdf417 barcode addressee name. - - -### Set - -Sets macro Pdf417 barcode addressee name. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `str` | | diff --git a/english/python-java/aspose_barcode.generation/pdf417parameters/pdf_417_macro_checksum/_index.md b/english/python-java/aspose_barcode.generation/pdf417parameters/pdf_417_macro_checksum/_index.md deleted file mode 100644 index 39364c944..000000000 --- a/english/python-java/aspose_barcode.generation/pdf417parameters/pdf_417_macro_checksum/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Pdf417Parameters.pdf_417_macro_checksum" -linktitle: "pdf_417_macro_checksum" -articleTitle: "pdf_417_macro_checksum" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets macro Pdf417 barcode checksum." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdf417parameters/pdf_417_macro_checksum/ ---- - -## Pdf417Parameters.pdf_417_macro_checksum - -**Type:** `int` - - -### Get - -Gets macro Pdf417 barcode checksum. - - -**Returns:** The checksum field contains the value of the 16-bit (2 bytes) CRC checksum using the CCITT-16 polynomial. - - -### Set - -Sets macro Pdf417 barcode checksum. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `int` | The checksum field contains the value of the 16-bit (2 bytes) CRC checksum using the CCITT-16 polynomial. | diff --git a/english/python-java/aspose_barcode.generation/pdf417parameters/pdf_417_macro_eci_encoding/_index.md b/english/python-java/aspose_barcode.generation/pdf417parameters/pdf_417_macro_eci_encoding/_index.md deleted file mode 100644 index 55c948f3b..000000000 --- a/english/python-java/aspose_barcode.generation/pdf417parameters/pdf_417_macro_eci_encoding/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Pdf417Parameters.pdf_417_macro_eci_encoding" -linktitle: "pdf_417_macro_eci_encoding" -articleTitle: "pdf_417_macro_eci_encoding" -second_title: "Aspose.BarCode for Python via Java" -description: "Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdf417parameters/pdf_417_macro_eci_encoding/ ---- - -## Pdf417Parameters.pdf_417_macro_eci_encoding - -**Type:** `int` - - -### Get - -Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields. - - -**Returns:** pdf417MacroECIEncoding int value - - -### Set - -Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `pdf417MacroECIEncoding` | `int` | int value | diff --git a/english/python-java/aspose_barcode.generation/pdf417parameters/pdf_417_macro_file_id/_index.md b/english/python-java/aspose_barcode.generation/pdf417parameters/pdf_417_macro_file_id/_index.md deleted file mode 100644 index 4c3e48d4e..000000000 --- a/english/python-java/aspose_barcode.generation/pdf417parameters/pdf_417_macro_file_id/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Pdf417Parameters.pdf_417_macro_file_id" -linktitle: "pdf_417_macro_file_id" -articleTitle: "pdf_417_macro_file_id" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets macro Pdf417 barcode's file ID. Used for MacroPdf417." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdf417parameters/pdf_417_macro_file_id/ ---- - -## Pdf417Parameters.pdf_417_macro_file_id - -**Type:** `int` - - -### Get - -Gets macro Pdf417 barcode's file ID. Used for MacroPdf417. - - -### Set - -Sets macro Pdf417 barcode's file ID. Used for MacroPdf417. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `int` | | diff --git a/english/python-java/aspose_barcode.generation/pdf417parameters/pdf_417_macro_file_name/_index.md b/english/python-java/aspose_barcode.generation/pdf417parameters/pdf_417_macro_file_name/_index.md deleted file mode 100644 index 7cf430e36..000000000 --- a/english/python-java/aspose_barcode.generation/pdf417parameters/pdf_417_macro_file_name/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Pdf417Parameters.pdf_417_macro_file_name" -linktitle: "pdf_417_macro_file_name" -articleTitle: "pdf_417_macro_file_name" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets macro Pdf417 barcode file name." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdf417parameters/pdf_417_macro_file_name/ ---- - -## Pdf417Parameters.pdf_417_macro_file_name - -**Type:** `Optional[str]` - - -### Get - -Gets macro Pdf417 barcode file name. - - -### Set - -Sets macro Pdf417 barcode file name. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `str` | | diff --git a/english/python-java/aspose_barcode.generation/pdf417parameters/pdf_417_macro_file_size/_index.md b/english/python-java/aspose_barcode.generation/pdf417parameters/pdf_417_macro_file_size/_index.md deleted file mode 100644 index b18cb8a95..000000000 --- a/english/python-java/aspose_barcode.generation/pdf417parameters/pdf_417_macro_file_size/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Pdf417Parameters.pdf_417_macro_file_size" -linktitle: "pdf_417_macro_file_size" -articleTitle: "pdf_417_macro_file_size" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets macro Pdf417 file size." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdf417parameters/pdf_417_macro_file_size/ ---- - -## Pdf417Parameters.pdf_417_macro_file_size - -**Type:** `int` - - -### Get - -Gets macro Pdf417 file size. - - -**Returns:** The file size field contains the size in bytes of the entire source file. - - -### Set - -Sets macro Pdf417 file size. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `int` | The file size field contains the size in bytes of the entire source file. | diff --git a/english/python-java/aspose_barcode.generation/pdf417parameters/pdf_417_macro_segment_id/_index.md b/english/python-java/aspose_barcode.generation/pdf417parameters/pdf_417_macro_segment_id/_index.md deleted file mode 100644 index 58d433289..000000000 --- a/english/python-java/aspose_barcode.generation/pdf417parameters/pdf_417_macro_segment_id/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Pdf417Parameters.pdf_417_macro_segment_id" -linktitle: "pdf_417_macro_segment_id" -articleTitle: "pdf_417_macro_segment_id" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets macro Pdf417 barcode's segment ID." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdf417parameters/pdf_417_macro_segment_id/ ---- - -## Pdf417Parameters.pdf_417_macro_segment_id - -**Type:** `int` - - -### Get - -Gets macro Pdf417 barcode's segment ID. - - -### Set - -Sets macro Pdf417 barcode's segment ID. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `int` | | diff --git a/english/python-java/aspose_barcode.generation/pdf417parameters/pdf_417_macro_segments_count/_index.md b/english/python-java/aspose_barcode.generation/pdf417parameters/pdf_417_macro_segments_count/_index.md deleted file mode 100644 index 1da5a0aa6..000000000 --- a/english/python-java/aspose_barcode.generation/pdf417parameters/pdf_417_macro_segments_count/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Pdf417Parameters.pdf_417_macro_segments_count" -linktitle: "pdf_417_macro_segments_count" -articleTitle: "pdf_417_macro_segments_count" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets macro Pdf417 barcode segments count." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdf417parameters/pdf_417_macro_segments_count/ ---- - -## Pdf417Parameters.pdf_417_macro_segments_count - -**Type:** `int` - - -### Get - -Gets macro Pdf417 barcode segments count. - - -### Set - -Sets macro Pdf417 barcode segments count. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `int` | | diff --git a/english/python-java/aspose_barcode.generation/pdf417parameters/pdf_417_macro_sender/_index.md b/english/python-java/aspose_barcode.generation/pdf417parameters/pdf_417_macro_sender/_index.md deleted file mode 100644 index 013604cb3..000000000 --- a/english/python-java/aspose_barcode.generation/pdf417parameters/pdf_417_macro_sender/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Pdf417Parameters.pdf_417_macro_sender" -linktitle: "pdf_417_macro_sender" -articleTitle: "pdf_417_macro_sender" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets macro Pdf417 barcode sender name." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdf417parameters/pdf_417_macro_sender/ ---- - -## Pdf417Parameters.pdf_417_macro_sender - -**Type:** `Optional[str]` - - -### Get - -Gets macro Pdf417 barcode sender name. - - -### Set - -Sets macro Pdf417 barcode sender name. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `str` | | diff --git a/english/python-java/aspose_barcode.generation/pdf417parameters/pdf_417_macro_terminator/_index.md b/english/python-java/aspose_barcode.generation/pdf417parameters/pdf_417_macro_terminator/_index.md deleted file mode 100644 index a72e6f1de..000000000 --- a/english/python-java/aspose_barcode.generation/pdf417parameters/pdf_417_macro_terminator/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Pdf417Parameters.pdf_417_macro_terminator" -linktitle: "pdf_417_macro_terminator" -articleTitle: "pdf_417_macro_terminator" -second_title: "Aspose.BarCode for Python via Java" -description: "Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdf417parameters/pdf_417_macro_terminator/ ---- - -## Pdf417Parameters.pdf_417_macro_terminator - -**Type:** `int` - - -### Get - -Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417. - - -**Returns:** Pdf417MacroTerminator int value - - -### Set - -Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `pdf417MacroTerminator` | `int` | | diff --git a/english/python-java/aspose_barcode.generation/pdf417parameters/pdf_417_macro_time_stamp/_index.md b/english/python-java/aspose_barcode.generation/pdf417parameters/pdf_417_macro_time_stamp/_index.md deleted file mode 100644 index 74957ceeb..000000000 --- a/english/python-java/aspose_barcode.generation/pdf417parameters/pdf_417_macro_time_stamp/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Pdf417Parameters.pdf_417_macro_time_stamp" -linktitle: "pdf_417_macro_time_stamp" -articleTitle: "pdf_417_macro_time_stamp" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets macro Pdf417 barcode time stamp." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdf417parameters/pdf_417_macro_time_stamp/ ---- - -## Pdf417Parameters.pdf_417_macro_time_stamp - -**Type:** `datetime` - - -### Get - -Gets macro Pdf417 barcode time stamp. - - -### Set - -Sets macro Pdf417 barcode time stamp. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `datetime` | | diff --git a/english/python-java/aspose_barcode.generation/pdf417parameters/pdf_417_truncate/_index.md b/english/python-java/aspose_barcode.generation/pdf417parameters/pdf_417_truncate/_index.md deleted file mode 100644 index 292db486a..000000000 --- a/english/python-java/aspose_barcode.generation/pdf417parameters/pdf_417_truncate/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Pdf417Parameters.pdf_417_truncate" -linktitle: "pdf_417_truncate" -articleTitle: "pdf_417_truncate" -second_title: "Aspose.BarCode for Python via Java" -description: "Whether Pdf417 symbology type of BarCode is truncated (to reduce space)." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdf417parameters/pdf_417_truncate/ ---- - -## Pdf417Parameters.pdf_417_truncate - -**Type:** `bool` - - -### Get - -Whether Pdf417 symbology type of BarCode is truncated (to reduce space). - - -### Set - -Whether Pdf417 symbology type of BarCode is truncated. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `bool` | | diff --git a/english/python-java/aspose_barcode.generation/pdf417parameters/reader_initialization/_index.md b/english/python-java/aspose_barcode.generation/pdf417parameters/reader_initialization/_index.md deleted file mode 100644 index b6c602bc5..000000000 --- a/english/python-java/aspose_barcode.generation/pdf417parameters/reader_initialization/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Pdf417Parameters.reader_initialization" -linktitle: "reader_initialization" -articleTitle: "reader_initialization" -second_title: "Aspose.BarCode for Python via Java" -description: "Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdf417parameters/reader_initialization/ ---- - -## Pdf417Parameters.reader_initialization - -**Type:** `bool` - - -### Get - -Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. - - -**Returns:** readerInitialization boolean value - - -### Set - -Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `readerInitialization` | `bool` | boolean value | diff --git a/english/python-java/aspose_barcode.generation/pdf417parameters/rows/_index.md b/english/python-java/aspose_barcode.generation/pdf417parameters/rows/_index.md deleted file mode 100644 index 7835cf634..000000000 --- a/english/python-java/aspose_barcode.generation/pdf417parameters/rows/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Pdf417Parameters.rows" -linktitle: "rows" -articleTitle: "rows" -second_title: "Aspose.BarCode for Python via Java" -description: "Rows count." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdf417parameters/rows/ ---- - -## Pdf417Parameters.rows - -**Type:** `int` - - -### Get - -Rows count. - - -### Set - -Rows count. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `int` | | diff --git a/english/python-java/aspose_barcode.generation/pdf417parameters/structured_append_mode_barcode_id/_index.md b/english/python-java/aspose_barcode.generation/pdf417parameters/structured_append_mode_barcode_id/_index.md deleted file mode 100644 index 01936aa8a..000000000 --- a/english/python-java/aspose_barcode.generation/pdf417parameters/structured_append_mode_barcode_id/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "Pdf417Parameters.structured_append_mode_barcode_id" -linktitle: "structured_append_mode_barcode_id" -articleTitle: "structured_append_mode_barcode_id" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdf417parameters/structured_append_mode_barcode_id/ ---- - -## Pdf417Parameters.structured_append_mode_barcode_id - -**Type:** `int` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `int` | | diff --git a/english/python-java/aspose_barcode.generation/pdf417parameters/truncate/_index.md b/english/python-java/aspose_barcode.generation/pdf417parameters/truncate/_index.md deleted file mode 100644 index 7be6c9d6b..000000000 --- a/english/python-java/aspose_barcode.generation/pdf417parameters/truncate/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "Pdf417Parameters.truncate" -linktitle: "truncate" -articleTitle: "truncate" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdf417parameters/truncate/ ---- - -## Pdf417Parameters.truncate - -**Type:** `bool` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `bool` | | diff --git a/english/python-java/aspose_barcode.generation/pdfparameters/_index.md b/english/python-java/aspose_barcode.generation/pdfparameters/_index.md index 252bd6648..91d7d0add 100644 --- a/english/python-java/aspose_barcode.generation/pdfparameters/_index.md +++ b/english/python-java/aspose_barcode.generation/pdfparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "PdfParameters Class" +title: "PdfParameters" linktitle: "PdfParameters" -articleTitle: "PdfParameters" second_title: "Aspose.BarCode for Python via Java" description: "" type: docs @@ -18,15 +17,74 @@ url: /python-java/aspose_barcode.generation/pdfparameters/ | Name | Description | | --- | --- | -| [__init__](./pdfparameters/) | | +| [__init__](#constructor) | | ## Properties | Name | Type | Description | | --- | --- | --- | -| [cmyk_back_color](./cmyk_back_color/) | `Optional[CMYKColor]` | | -| [cmyk_bar_color](./cmyk_bar_color/) | `Optional[CMYKColor]` | | -| [cmyk_caption_above_color](./cmyk_caption_above_color/) | `Optional[CMYKColor]` | | -| [cmyk_caption_below_color](./cmyk_caption_below_color/) | `Optional[CMYKColor]` | | -| [cmyk_codetext_color](./cmyk_codetext_color/) | `Optional[CMYKColor]` | | -| [is_text_as_path](./is_text_as_path/) | `bool` | | +| [cmyk_back_color](#cmyk_back_color) | `Optional[CMYKColor]` | | +| [cmyk_bar_color](#cmyk_bar_color) | `Optional[CMYKColor]` | | +| [cmyk_caption_above_color](#cmyk_caption_above_color) | `Optional[CMYKColor]` | | +| [cmyk_caption_below_color](#cmyk_caption_below_color) | `Optional[CMYKColor]` | | +| [cmyk_codetext_color](#cmyk_codetext_color) | `Optional[CMYKColor]` | | +| [is_text_as_path](#is_text_as_path) | `bool` | | + +### PdfParameters Constructor {#constructor} + +```python +__init__(self, _java_class) +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `_java_class` | `` | | + +### PdfParameters.cmyk_back_color {#cmyk_back_color} + +**Type:** `Optional[CMYKColor]` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `Optional[CMYKColor]` | | + +### PdfParameters.cmyk_bar_color {#cmyk_bar_color} + +**Type:** `Optional[CMYKColor]` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `Optional[CMYKColor]` | | + +### PdfParameters.cmyk_caption_above_color {#cmyk_caption_above_color} + +**Type:** `Optional[CMYKColor]` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `Optional[CMYKColor]` | | + +### PdfParameters.cmyk_caption_below_color {#cmyk_caption_below_color} + +**Type:** `Optional[CMYKColor]` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `Optional[CMYKColor]` | | + +### PdfParameters.cmyk_codetext_color {#cmyk_codetext_color} + +**Type:** `Optional[CMYKColor]` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `Optional[CMYKColor]` | | + +### PdfParameters.is_text_as_path {#is_text_as_path} + +**Type:** `bool` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `bool` | | + diff --git a/english/python-java/aspose_barcode.generation/pdfparameters/cmyk_back_color/_index.md b/english/python-java/aspose_barcode.generation/pdfparameters/cmyk_back_color/_index.md deleted file mode 100644 index c3282db4f..000000000 --- a/english/python-java/aspose_barcode.generation/pdfparameters/cmyk_back_color/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "PdfParameters.cmyk_back_color" -linktitle: "cmyk_back_color" -articleTitle: "cmyk_back_color" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdfparameters/cmyk_back_color/ ---- - -## PdfParameters.cmyk_back_color - -**Type:** `Optional[CMYKColor]` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `Optional[CMYKColor]` | | diff --git a/english/python-java/aspose_barcode.generation/pdfparameters/cmyk_bar_color/_index.md b/english/python-java/aspose_barcode.generation/pdfparameters/cmyk_bar_color/_index.md deleted file mode 100644 index c30df5316..000000000 --- a/english/python-java/aspose_barcode.generation/pdfparameters/cmyk_bar_color/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "PdfParameters.cmyk_bar_color" -linktitle: "cmyk_bar_color" -articleTitle: "cmyk_bar_color" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdfparameters/cmyk_bar_color/ ---- - -## PdfParameters.cmyk_bar_color - -**Type:** `Optional[CMYKColor]` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `Optional[CMYKColor]` | | diff --git a/english/python-java/aspose_barcode.generation/pdfparameters/cmyk_caption_above_color/_index.md b/english/python-java/aspose_barcode.generation/pdfparameters/cmyk_caption_above_color/_index.md deleted file mode 100644 index 970f4496a..000000000 --- a/english/python-java/aspose_barcode.generation/pdfparameters/cmyk_caption_above_color/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "PdfParameters.cmyk_caption_above_color" -linktitle: "cmyk_caption_above_color" -articleTitle: "cmyk_caption_above_color" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdfparameters/cmyk_caption_above_color/ ---- - -## PdfParameters.cmyk_caption_above_color - -**Type:** `Optional[CMYKColor]` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `Optional[CMYKColor]` | | diff --git a/english/python-java/aspose_barcode.generation/pdfparameters/cmyk_caption_below_color/_index.md b/english/python-java/aspose_barcode.generation/pdfparameters/cmyk_caption_below_color/_index.md deleted file mode 100644 index bc2fb68e5..000000000 --- a/english/python-java/aspose_barcode.generation/pdfparameters/cmyk_caption_below_color/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "PdfParameters.cmyk_caption_below_color" -linktitle: "cmyk_caption_below_color" -articleTitle: "cmyk_caption_below_color" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdfparameters/cmyk_caption_below_color/ ---- - -## PdfParameters.cmyk_caption_below_color - -**Type:** `Optional[CMYKColor]` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `Optional[CMYKColor]` | | diff --git a/english/python-java/aspose_barcode.generation/pdfparameters/cmyk_codetext_color/_index.md b/english/python-java/aspose_barcode.generation/pdfparameters/cmyk_codetext_color/_index.md deleted file mode 100644 index 03e9f6ab1..000000000 --- a/english/python-java/aspose_barcode.generation/pdfparameters/cmyk_codetext_color/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "PdfParameters.cmyk_codetext_color" -linktitle: "cmyk_codetext_color" -articleTitle: "cmyk_codetext_color" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdfparameters/cmyk_codetext_color/ ---- - -## PdfParameters.cmyk_codetext_color - -**Type:** `Optional[CMYKColor]` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `Optional[CMYKColor]` | | diff --git a/english/python-java/aspose_barcode.generation/pdfparameters/is_text_as_path/_index.md b/english/python-java/aspose_barcode.generation/pdfparameters/is_text_as_path/_index.md deleted file mode 100644 index 93d61a607..000000000 --- a/english/python-java/aspose_barcode.generation/pdfparameters/is_text_as_path/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "PdfParameters.is_text_as_path" -linktitle: "is_text_as_path" -articleTitle: "is_text_as_path" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdfparameters/is_text_as_path/ ---- - -## PdfParameters.is_text_as_path - -**Type:** `bool` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `bool` | | diff --git a/english/python-java/aspose_barcode.generation/pdfparameters/pdfparameters/_index.md b/english/python-java/aspose_barcode.generation/pdfparameters/pdfparameters/_index.md deleted file mode 100644 index d3db8a4af..000000000 --- a/english/python-java/aspose_barcode.generation/pdfparameters/pdfparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "PdfParameters" -linktitle: "PdfParameters" -articleTitle: "PdfParameters" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/pdfparameters/pdfparameters/ ---- - -## PdfParameters Constructor - -```python -__init__(self, _java_class) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `_java_class` | `` | | diff --git a/english/python-java/aspose_barcode.generation/postalparameters/__str__/_index.md b/english/python-java/aspose_barcode.generation/postalparameters/__str__/_index.md deleted file mode 100644 index 76b3c3c8a..000000000 --- a/english/python-java/aspose_barcode.generation/postalparameters/__str__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "PostalParameters.__str__" -linktitle: "__str__" -articleTitle: "__str__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns a human-readable string representation of this PostalParameters." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/postalparameters/__str__/ ---- - -## PostalParameters.__str__ - -```python -__str__(self) -> str -``` - - -Returns a human-readable string representation of this PostalParameters. - - -**Return Type:** `str` — A string that represents this PostalParameters. - diff --git a/english/python-java/aspose_barcode.generation/postalparameters/_index.md b/english/python-java/aspose_barcode.generation/postalparameters/_index.md index db1aa38bd..9b3d5ad0f 100644 --- a/english/python-java/aspose_barcode.generation/postalparameters/_index.md +++ b/english/python-java/aspose_barcode.generation/postalparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "PostalParameters Class" +title: "PostalParameters" linktitle: "PostalParameters" -articleTitle: "PostalParameters" second_title: "Aspose.BarCode for Python via Java" description: "Postal parameters. Used for Postnet, Planet." type: docs @@ -21,17 +20,58 @@ Postal parameters. Used for Postnet, Planet. | Name | Description | | --- | --- | -| [__init__](./postalparameters/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [__str__](./__str__/) | `str` | No | Returns a human-readable string representation of this PostalParameters. | +| [__str__](#__str__) | `str` | No | Returns a human-readable string representation of this PostalParameters. | ## Properties | Name | Type | Description | | --- | --- | --- | -| [postal_short_bar_height](./postal_short_bar_height/) | `Optional[Unit]` | Short bar's height of Postal barcodes. | -| [short_bar_height](./short_bar_height/) | `Optional[Unit]` | | +| [postal_short_bar_height](#postal_short_bar_height) | `Optional[Unit]` | Short bar's height of Postal barcodes. | +| [short_bar_height](#short_bar_height) | `Optional[Unit]` | | + +### PostalParameters Constructor {#constructor} + +```python +__init__(self, _java_class) +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `_java_class` | `` | | + +### PostalParameters.__str__ {#__str__} + +```python +__str__(self) -> str +``` + +Returns a human-readable string representation of this PostalParameters. + +**Return Type:** `str` — A string that represents this PostalParameters. + +### PostalParameters.postal_short_bar_height {#postal_short_bar_height} + +**Type:** `Optional[Unit]` + +Short bar's height of Postal barcodes. + +Short bar's height of Postal barcodes. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `Unit` | | + +### PostalParameters.short_bar_height {#short_bar_height} + +**Type:** `Optional[Unit]` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `Optional[Unit]` | | + diff --git a/english/python-java/aspose_barcode.generation/postalparameters/postal_short_bar_height/_index.md b/english/python-java/aspose_barcode.generation/postalparameters/postal_short_bar_height/_index.md deleted file mode 100644 index d6ff348a6..000000000 --- a/english/python-java/aspose_barcode.generation/postalparameters/postal_short_bar_height/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "PostalParameters.postal_short_bar_height" -linktitle: "postal_short_bar_height" -articleTitle: "postal_short_bar_height" -second_title: "Aspose.BarCode for Python via Java" -description: "Short bar's height of Postal barcodes." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/postalparameters/postal_short_bar_height/ ---- - -## PostalParameters.postal_short_bar_height - -**Type:** `Optional[Unit]` - - -### Get - -Short bar's height of Postal barcodes. - - -### Set - -Short bar's height of Postal barcodes. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `Unit` | | diff --git a/english/python-java/aspose_barcode.generation/postalparameters/postalparameters/_index.md b/english/python-java/aspose_barcode.generation/postalparameters/postalparameters/_index.md deleted file mode 100644 index 963b8cfd1..000000000 --- a/english/python-java/aspose_barcode.generation/postalparameters/postalparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "PostalParameters" -linktitle: "PostalParameters" -articleTitle: "PostalParameters" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/postalparameters/postalparameters/ ---- - -## PostalParameters Constructor - -```python -__init__(self, _java_class) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `_java_class` | `` | | diff --git a/english/python-java/aspose_barcode.generation/postalparameters/short_bar_height/_index.md b/english/python-java/aspose_barcode.generation/postalparameters/short_bar_height/_index.md deleted file mode 100644 index a4ded84bc..000000000 --- a/english/python-java/aspose_barcode.generation/postalparameters/short_bar_height/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "PostalParameters.short_bar_height" -linktitle: "short_bar_height" -articleTitle: "short_bar_height" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/postalparameters/short_bar_height/ ---- - -## PostalParameters.short_bar_height - -**Type:** `Optional[Unit]` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `Optional[Unit]` | | diff --git a/english/python-java/aspose_barcode.generation/qrencodemode/_index.md b/english/python-java/aspose_barcode.generation/qrencodemode/_index.md index 594849b3e..df66c938d 100644 --- a/english/python-java/aspose_barcode.generation/qrencodemode/_index.md +++ b/english/python-java/aspose_barcode.generation/qrencodemode/_index.md @@ -1,7 +1,6 @@ --- -title: "QREncodeMode Enum" +title: "QREncodeMode" linktitle: "QREncodeMode" -articleTitle: "QREncodeMode" second_title: "Aspose.BarCode for Python via Java" description: "Encoding mode for QR barcodes." type: docs @@ -21,12 +20,84 @@ Encoding mode for QR barcodes. | Name | Value | Description | | --- | --- | --- | -| [AUTO](./auto/) | `0` | In Auto mode, the CodeText is encoded with maximum data compactness. Unicode characters are encoded in kanji mode if possible, or they are re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. | -| [BINARY](./binary/) | `7` | In Binary mode, the CodeText is encoded with maximum data compactness. If a Unicode character is found, an exception is thrown. | -| [BYTES](./bytes/) | `1` | Encode codetext as plain bytes. If it detects any Unicode character, the character will be encoded as two bytes, lower byte first. | -| [ECI](./eci/) | `8` | In ECI mode, the entire message is re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. Please note that some old (pre 2006) scanners may not support this mode. This mode is not supported by MicroQR barcodes. | -| [ECI_ENCODING](./eci_encoding/) | `4` | Encode codetext with value set in the ECIEncoding property. It can be problems with some old (pre 2006) barcode scanners. This mode is not supported by MicroQR barcodes. | -| [EXTENDED](./extended/) | `6` | Extended Channel mode which supports FNC1 first position, FNC1 second position and multi ECI modes. It is better to use QrExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. Encoding Principles: All symbols "\" must be doubled "\\" in the codetext. FNC1 in first position is set in codetext as as "<FNC1>" FNC1 in second position is set in codetext as as "<FNC1(value)>". The value must be single symbols (a-z, A-Z) or digits from 0 to 99. Group Separator for FNC1 modes is set as 0x1D character '\u001D' If you need to insert "<FNC1>" string into barcode write it as "<\FNC1>" ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier To disable current ECI mode and convert to default JIS8 mode zero mode ECI indetifier is set. "\000000" All unicode characters after ECI identifier are automatically encoded into correct character codeset. This mode is not supported by MicroQR barcodes. | -| [EXTENDED_CODETEXT](./extended_codetext/) | `5` | Extended Channel mode which supports FNC1 first position, FNC1 second position and multi ECI modes. It is better to use QrExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. Encoding Principles: All symbols "\" must be doubled "\\" in the codetext. FNC1 in first position is set in codetext as as "<FNC1>" FNC1 in second position is set in codetext as as "<FNC1(value)>". The value must be single symbols (a-z, A-Z) or digits from 0 to 99. Group Separator for FNC1 modes is set as 0x1D character '\u001D' If you need to insert "<FNC1>" string into barcode write it as "<\FNC1>" ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier To disable current ECI mode and convert to default JIS8 mode zero mode ECI indetifier is set. "\000000" All unicode characters after ECI identifier are automatically encoded into correct character codeset. This mode is not supported by MicroQR barcodes. | -| [UTF_16_BEBOM](./utf_16_bebom/) | `3` | Encode codetext with UTF8 encoding with first ByteOfMark character. It can be problems with some barcode scanners. | -| [UTF_8_BOM](./utf_8_bom/) | `2` | Encode codetext with UTF8 encoding with first ByteOfMark character. | +| [AUTO](#auto) | `0` | In Auto mode, the CodeText is encoded with maximum data compactness. Unicode characters are encoded in kanji mode if possible, or they are re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. | +| [BINARY](#binary) | `7` | In Binary mode, the CodeText is encoded with maximum data compactness. If a Unicode character is found, an exception is thrown. | +| [BYTES](#bytes) | `1` | Encode codetext as plain bytes. If it detects any Unicode character, the character will be encoded as two bytes, lower byte first. | +| [ECI](#eci) | `8` | In ECI mode, the entire message is re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. Please note that some old (pre 2006) scanners may not support this mode. This mode is not supported by MicroQR barcodes. | +| [ECI_ENCODING](#eci_encoding) | `4` | Encode codetext with value set in the ECIEncoding property. It can be problems with some old (pre 2006) barcode scanners. This mode is not supported by MicroQR barcodes. | +| [EXTENDED](#extended) | `6` | Extended Channel mode which supports FNC1 first position, FNC1 second position and multi ECI modes. It is better to use QrExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. Encoding Principles: All symbols "\" must be doubled "\\" in the codetext. FNC1 in first position is set in codetext as as "<FNC1>" FNC1 in second position is set in codetext as as "<FNC1(value)>". The value must be single symbols (a-z, A-Z) or digits from 0 to 99. Group Separator for FNC1 modes is set as 0x1D character '\u001D' If you need to insert "<FNC1>" string into barcode write it as "<\FNC1>" ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier To disable current ECI mode and convert to default JIS8 mode zero mode ECI indetifier is set. "\000000" All unicode characters after ECI identifier are automatically encoded into correct character codeset. This mode is not supported by MicroQR barcodes. | +| [EXTENDED_CODETEXT](#extended_codetext) | `5` | Extended Channel mode which supports FNC1 first position, FNC1 second position and multi ECI modes. It is better to use QrExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. Encoding Principles: All symbols "\" must be doubled "\\" in the codetext. FNC1 in first position is set in codetext as as "<FNC1>" FNC1 in second position is set in codetext as as "<FNC1(value)>". The value must be single symbols (a-z, A-Z) or digits from 0 to 99. Group Separator for FNC1 modes is set as 0x1D character '\u001D' If you need to insert "<FNC1>" string into barcode write it as "<\FNC1>" ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier To disable current ECI mode and convert to default JIS8 mode zero mode ECI indetifier is set. "\000000" All unicode characters after ECI identifier are automatically encoded into correct character codeset. This mode is not supported by MicroQR barcodes. | +| [UTF_16_BEBOM](#utf_16_bebom) | `3` | Encode codetext with UTF8 encoding with first ByteOfMark character. It can be problems with some barcode scanners. | +| [UTF_8_BOM](#utf_8_bom) | `2` | Encode codetext with UTF8 encoding with first ByteOfMark character. | +### QREncodeMode.AUTO {#auto} + +**Type:** `int` + +**Value:** `0` + +In Auto mode, the CodeText is encoded with maximum data compactness. Unicode characters are encoded in kanji mode if possible, or they are re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. + +### QREncodeMode.BINARY {#binary} + +**Type:** `int` + +**Value:** `7` + +In Binary mode, the CodeText is encoded with maximum data compactness. If a Unicode character is found, an exception is thrown. + +### QREncodeMode.BYTES {#bytes} + +**Type:** `int` + +**Value:** `1` + +Encode codetext as plain bytes. If it detects any Unicode character, the character will be encoded as two bytes, lower byte first. + +### QREncodeMode.ECI {#eci} + +**Type:** `int` + +**Value:** `8` + +In ECI mode, the entire message is re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. Please note that some old (pre 2006) scanners may not support this mode. This mode is not supported by MicroQR barcodes. + +### QREncodeMode.ECI_ENCODING {#eci_encoding} + +**Type:** `int` + +**Value:** `4` + +Encode codetext with value set in the ECIEncoding property. It can be problems with some old (pre 2006) barcode scanners. This mode is not supported by MicroQR barcodes. + +### QREncodeMode.EXTENDED {#extended} + +**Type:** `int` + +**Value:** `6` + +Extended Channel mode which supports FNC1 first position, FNC1 second position and multi ECI modes. It is better to use QrExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. Encoding Principles: All symbols "\" must be doubled "\\" in the codetext. FNC1 in first position is set in codetext as as "<FNC1>" FNC1 in second position is set in codetext as as "<FNC1(value)>". The value must be single symbols (a-z, A-Z) or digits from 0 to 99. Group Separator for FNC1 modes is set as 0x1D character '\u001D' If you need to insert "<FNC1>" string into barcode write it as "<\FNC1>" ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier To disable current ECI mode and convert to default JIS8 mode zero mode ECI indetifier is set. "\000000" All unicode characters after ECI identifier are automatically encoded into correct character codeset. This mode is not supported by MicroQR barcodes. + +### QREncodeMode.EXTENDED_CODETEXT {#extended_codetext} + +**Type:** `int` + +**Value:** `5` + +Extended Channel mode which supports FNC1 first position, FNC1 second position and multi ECI modes. It is better to use QrExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. Encoding Principles: All symbols "\" must be doubled "\\" in the codetext. FNC1 in first position is set in codetext as as "<FNC1>" FNC1 in second position is set in codetext as as "<FNC1(value)>". The value must be single symbols (a-z, A-Z) or digits from 0 to 99. Group Separator for FNC1 modes is set as 0x1D character '\u001D' If you need to insert "<FNC1>" string into barcode write it as "<\FNC1>" ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier To disable current ECI mode and convert to default JIS8 mode zero mode ECI indetifier is set. "\000000" All unicode characters after ECI identifier are automatically encoded into correct character codeset. This mode is not supported by MicroQR barcodes. + +### QREncodeMode.UTF_16_BEBOM {#utf_16_bebom} + +**Type:** `int` + +**Value:** `3` + +Encode codetext with UTF8 encoding with first ByteOfMark character. It can be problems with some barcode scanners. + +### QREncodeMode.UTF_8_BOM {#utf_8_bom} + +**Type:** `int` + +**Value:** `2` + +Encode codetext with UTF8 encoding with first ByteOfMark character. + diff --git a/english/python-java/aspose_barcode.generation/qrencodemode/auto/_index.md b/english/python-java/aspose_barcode.generation/qrencodemode/auto/_index.md deleted file mode 100644 index 2ad4a0eca..000000000 --- a/english/python-java/aspose_barcode.generation/qrencodemode/auto/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QREncodeMode.AUTO" -linktitle: "AUTO" -articleTitle: "AUTO" -second_title: "Aspose.BarCode for Python via Java" -description: "In Auto mode, the CodeText is encoded with maximum data compactness. Unicode characters are encoded in kanji mode if possible, or they are re-encoded in the ECI" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrencodemode/auto/ ---- - -## QREncodeMode.AUTO - -**Type:** `int` - - -**Value:** `0` - - -In Auto mode, the CodeText is encoded with maximum data compactness. Unicode characters are encoded in kanji mode if possible, or they are re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. - diff --git a/english/python-java/aspose_barcode.generation/qrencodemode/binary/_index.md b/english/python-java/aspose_barcode.generation/qrencodemode/binary/_index.md deleted file mode 100644 index 282d83587..000000000 --- a/english/python-java/aspose_barcode.generation/qrencodemode/binary/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QREncodeMode.BINARY" -linktitle: "BINARY" -articleTitle: "BINARY" -second_title: "Aspose.BarCode for Python via Java" -description: "In Binary mode, the CodeText is encoded with maximum data compactness. If a Unicode character is found, an exception is thrown." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrencodemode/binary/ ---- - -## QREncodeMode.BINARY - -**Type:** `int` - - -**Value:** `7` - - -In Binary mode, the CodeText is encoded with maximum data compactness. If a Unicode character is found, an exception is thrown. - diff --git a/english/python-java/aspose_barcode.generation/qrencodemode/bytes/_index.md b/english/python-java/aspose_barcode.generation/qrencodemode/bytes/_index.md deleted file mode 100644 index 03ac8c8aa..000000000 --- a/english/python-java/aspose_barcode.generation/qrencodemode/bytes/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QREncodeMode.BYTES" -linktitle: "BYTES" -articleTitle: "BYTES" -second_title: "Aspose.BarCode for Python via Java" -description: "Encode codetext as plain bytes. If it detects any Unicode character, the character will be encoded as two bytes, lower byte first." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrencodemode/bytes/ ---- - -## QREncodeMode.BYTES - -**Type:** `int` - - -**Value:** `1` - - -Encode codetext as plain bytes. If it detects any Unicode character, the character will be encoded as two bytes, lower byte first. - diff --git a/english/python-java/aspose_barcode.generation/qrencodemode/eci/_index.md b/english/python-java/aspose_barcode.generation/qrencodemode/eci/_index.md deleted file mode 100644 index a4f9ec012..000000000 --- a/english/python-java/aspose_barcode.generation/qrencodemode/eci/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QREncodeMode.ECI" -linktitle: "ECI" -articleTitle: "ECI" -second_title: "Aspose.BarCode for Python via Java" -description: "In ECI mode, the entire message is re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrencodemode/eci/ ---- - -## QREncodeMode.ECI - -**Type:** `int` - - -**Value:** `8` - - -In ECI mode, the entire message is re-encoded in the ECIEncoding specified encoding with the insertion of an ECI identifier. If a character is found that is not supported by the selected ECI encoding, an exception is thrown. Please note that some old (pre 2006) scanners may not support this mode. This mode is not supported by MicroQR barcodes. - diff --git a/english/python-java/aspose_barcode.generation/qrencodemode/eci_encoding/_index.md b/english/python-java/aspose_barcode.generation/qrencodemode/eci_encoding/_index.md deleted file mode 100644 index a39e5ebcd..000000000 --- a/english/python-java/aspose_barcode.generation/qrencodemode/eci_encoding/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QREncodeMode.ECI_ENCODING" -linktitle: "ECI_ENCODING" -articleTitle: "ECI_ENCODING" -second_title: "Aspose.BarCode for Python via Java" -description: "Encode codetext with value set in the ECIEncoding property. It can be problems with some old (pre 2006) barcode scanners. This mode is not supported by MicroQR " -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrencodemode/eci_encoding/ ---- - -## QREncodeMode.ECI_ENCODING - -**Type:** `int` - - -**Value:** `4` - - -Encode codetext with value set in the ECIEncoding property. It can be problems with some old (pre 2006) barcode scanners. This mode is not supported by MicroQR barcodes. - diff --git a/english/python-java/aspose_barcode.generation/qrencodemode/extended/_index.md b/english/python-java/aspose_barcode.generation/qrencodemode/extended/_index.md deleted file mode 100644 index d14bdfd85..000000000 --- a/english/python-java/aspose_barcode.generation/qrencodemode/extended/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QREncodeMode.EXTENDED" -linktitle: "EXTENDED" -articleTitle: "EXTENDED" -second_title: "Aspose.BarCode for Python via Java" -description: "Extended Channel mode which supports FNC1 first position, FNC1 second position and multi ECI modes. It is better to use QrExtCodetextBuilder for extended codete" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrencodemode/extended/ ---- - -## QREncodeMode.EXTENDED - -**Type:** `int` - - -**Value:** `6` - - -Extended Channel mode which supports FNC1 first position, FNC1 second position and multi ECI modes. It is better to use QrExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. Encoding Principles: All symbols "\" must be doubled "\\" in the codetext. FNC1 in first position is set in codetext as as "<FNC1>" FNC1 in second position is set in codetext as as "<FNC1(value)>". The value must be single symbols (a-z, A-Z) or digits from 0 to 99. Group Separator for FNC1 modes is set as 0x1D character '\u001D' If you need to insert "<FNC1>" string into barcode write it as "<\FNC1>" ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier To disable current ECI mode and convert to default JIS8 mode zero mode ECI indetifier is set. "\000000" All unicode characters after ECI identifier are automatically encoded into correct character codeset. This mode is not supported by MicroQR barcodes. - diff --git a/english/python-java/aspose_barcode.generation/qrencodemode/extended_codetext/_index.md b/english/python-java/aspose_barcode.generation/qrencodemode/extended_codetext/_index.md deleted file mode 100644 index cbe6dc450..000000000 --- a/english/python-java/aspose_barcode.generation/qrencodemode/extended_codetext/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QREncodeMode.EXTENDED_CODETEXT" -linktitle: "EXTENDED_CODETEXT" -articleTitle: "EXTENDED_CODETEXT" -second_title: "Aspose.BarCode for Python via Java" -description: "Extended Channel mode which supports FNC1 first position, FNC1 second position and multi ECI modes. It is better to use QrExtCodetextBuilder for extended codete" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrencodemode/extended_codetext/ ---- - -## QREncodeMode.EXTENDED_CODETEXT - -**Type:** `int` - - -**Value:** `5` - - -Extended Channel mode which supports FNC1 first position, FNC1 second position and multi ECI modes. It is better to use QrExtCodetextBuilder for extended codetext generation. Use Display2DText property to set visible text to removing managing characters. Encoding Principles: All symbols "\" must be doubled "\\" in the codetext. FNC1 in first position is set in codetext as as "<FNC1>" FNC1 in second position is set in codetext as as "<FNC1(value)>". The value must be single symbols (a-z, A-Z) or digits from 0 to 99. Group Separator for FNC1 modes is set as 0x1D character '\u001D' If you need to insert "<FNC1>" string into barcode write it as "<\FNC1>" ECI identifiers are set as single slash and six digits identifier "\000026" - UTF8 ECI identifier To disable current ECI mode and convert to default JIS8 mode zero mode ECI indetifier is set. "\000000" All unicode characters after ECI identifier are automatically encoded into correct character codeset. This mode is not supported by MicroQR barcodes. - diff --git a/english/python-java/aspose_barcode.generation/qrencodemode/utf_16_bebom/_index.md b/english/python-java/aspose_barcode.generation/qrencodemode/utf_16_bebom/_index.md deleted file mode 100644 index 597a42946..000000000 --- a/english/python-java/aspose_barcode.generation/qrencodemode/utf_16_bebom/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QREncodeMode.UTF_16_BEBOM" -linktitle: "UTF_16_BEBOM" -articleTitle: "UTF_16_BEBOM" -second_title: "Aspose.BarCode for Python via Java" -description: "Encode codetext with UTF8 encoding with first ByteOfMark character. It can be problems with some barcode scanners." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrencodemode/utf_16_bebom/ ---- - -## QREncodeMode.UTF_16_BEBOM - -**Type:** `int` - - -**Value:** `3` - - -Encode codetext with UTF8 encoding with first ByteOfMark character. It can be problems with some barcode scanners. - diff --git a/english/python-java/aspose_barcode.generation/qrencodemode/utf_8_bom/_index.md b/english/python-java/aspose_barcode.generation/qrencodemode/utf_8_bom/_index.md deleted file mode 100644 index 65ce39d99..000000000 --- a/english/python-java/aspose_barcode.generation/qrencodemode/utf_8_bom/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QREncodeMode.UTF_8_BOM" -linktitle: "UTF_8_BOM" -articleTitle: "UTF_8_BOM" -second_title: "Aspose.BarCode for Python via Java" -description: "Encode codetext with UTF8 encoding with first ByteOfMark character." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrencodemode/utf_8_bom/ ---- - -## QREncodeMode.UTF_8_BOM - -**Type:** `int` - - -**Value:** `2` - - -Encode codetext with UTF8 encoding with first ByteOfMark character. - diff --git a/english/python-java/aspose_barcode.generation/qrencodetype/_index.md b/english/python-java/aspose_barcode.generation/qrencodetype/_index.md index 75448a1a2..140f40914 100644 --- a/english/python-java/aspose_barcode.generation/qrencodetype/_index.md +++ b/english/python-java/aspose_barcode.generation/qrencodetype/_index.md @@ -1,7 +1,6 @@ --- -title: "QREncodeType Enum" +title: "QREncodeType" linktitle: "QREncodeType" -articleTitle: "QREncodeType" second_title: "Aspose.BarCode for Python via Java" description: "QR / MicroQR selector mode. Select FORCE_QR for standard QR symbols, AUTO for MicroQR. FORCE_MICRO_QR is used for strongly MicroQR symbol generation if it is po" type: docs @@ -21,6 +20,30 @@ QR / MicroQR selector mode. Select FORCE_QR for standard QR symbols, AUTO for Mi | Name | Value | Description | | --- | --- | --- | -| [AUTO](./auto/) | `0` | Mode starts barcode version negotiation from MicroQR V1. | -| [FORCE_MICRO_QR](./force_micro_qr/) | `2` | Mode starts barcode version negotiation from from MicroQR V1 to V4. If data cannot be encoded into MicroQR, exception is thrown. | -| [FORCE_QR](./force_qr/) | `1` | Mode starts barcode version negotiation from QR V1. | +| [AUTO](#auto) | `0` | Mode starts barcode version negotiation from MicroQR V1. | +| [FORCE_MICRO_QR](#force_micro_qr) | `2` | Mode starts barcode version negotiation from from MicroQR V1 to V4. If data cannot be encoded into MicroQR, exception is thrown. | +| [FORCE_QR](#force_qr) | `1` | Mode starts barcode version negotiation from QR V1. | +### QREncodeType.AUTO {#auto} + +**Type:** `int` + +**Value:** `0` + +Mode starts barcode version negotiation from MicroQR V1. + +### QREncodeType.FORCE_MICRO_QR {#force_micro_qr} + +**Type:** `int` + +**Value:** `2` + +Mode starts barcode version negotiation from from MicroQR V1 to V4. If data cannot be encoded into MicroQR, exception is thrown. + +### QREncodeType.FORCE_QR {#force_qr} + +**Type:** `int` + +**Value:** `1` + +Mode starts barcode version negotiation from QR V1. + diff --git a/english/python-java/aspose_barcode.generation/qrencodetype/auto/_index.md b/english/python-java/aspose_barcode.generation/qrencodetype/auto/_index.md deleted file mode 100644 index 5c6ae7d5c..000000000 --- a/english/python-java/aspose_barcode.generation/qrencodetype/auto/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QREncodeType.AUTO" -linktitle: "AUTO" -articleTitle: "AUTO" -second_title: "Aspose.BarCode for Python via Java" -description: "Mode starts barcode version negotiation from MicroQR V1." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrencodetype/auto/ ---- - -## QREncodeType.AUTO - -**Type:** `int` - - -**Value:** `0` - - -Mode starts barcode version negotiation from MicroQR V1. - diff --git a/english/python-java/aspose_barcode.generation/qrencodetype/force_micro_qr/_index.md b/english/python-java/aspose_barcode.generation/qrencodetype/force_micro_qr/_index.md deleted file mode 100644 index cee81d1bc..000000000 --- a/english/python-java/aspose_barcode.generation/qrencodetype/force_micro_qr/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QREncodeType.FORCE_MICRO_QR" -linktitle: "FORCE_MICRO_QR" -articleTitle: "FORCE_MICRO_QR" -second_title: "Aspose.BarCode for Python via Java" -description: "Mode starts barcode version negotiation from from MicroQR V1 to V4. If data cannot be encoded into MicroQR, exception is thrown." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrencodetype/force_micro_qr/ ---- - -## QREncodeType.FORCE_MICRO_QR - -**Type:** `int` - - -**Value:** `2` - - -Mode starts barcode version negotiation from from MicroQR V1 to V4. If data cannot be encoded into MicroQR, exception is thrown. - diff --git a/english/python-java/aspose_barcode.generation/qrencodetype/force_qr/_index.md b/english/python-java/aspose_barcode.generation/qrencodetype/force_qr/_index.md deleted file mode 100644 index 610ce7bd7..000000000 --- a/english/python-java/aspose_barcode.generation/qrencodetype/force_qr/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QREncodeType.FORCE_QR" -linktitle: "FORCE_QR" -articleTitle: "FORCE_QR" -second_title: "Aspose.BarCode for Python via Java" -description: "Mode starts barcode version negotiation from QR V1." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrencodetype/force_qr/ ---- - -## QREncodeType.FORCE_QR - -**Type:** `int` - - -**Value:** `1` - - -Mode starts barcode version negotiation from QR V1. - diff --git a/english/python-java/aspose_barcode.generation/qrerrorlevel/_index.md b/english/python-java/aspose_barcode.generation/qrerrorlevel/_index.md index 62a8f413d..f874c5a04 100644 --- a/english/python-java/aspose_barcode.generation/qrerrorlevel/_index.md +++ b/english/python-java/aspose_barcode.generation/qrerrorlevel/_index.md @@ -1,7 +1,6 @@ --- -title: "QRErrorLevel Enum" +title: "QRErrorLevel" linktitle: "QRErrorLevel" -articleTitle: "QRErrorLevel" second_title: "Aspose.BarCode for Python via Java" description: "Level of Reed-Solomon error correction. From low to high: LEVEL_L, LEVEL_M, LEVEL_Q, LEVEL_H." type: docs @@ -21,7 +20,39 @@ Level of Reed-Solomon error correction. From low to high: LEVEL_L, LEVEL_M, LEVE | Name | Value | Description | | --- | --- | --- | -| [LEVEL_H](./level_h/) | `3` | Allows recovery of 30% of the code text. | -| [LEVEL_L](./level_l/) | `0` | Allows recovery of 7% of the code text. | -| [LEVEL_M](./level_m/) | `1` | Allows recovery of 15% of the code text. | -| [LEVEL_Q](./level_q/) | `2` | Allows recovery of 25% of the code text. | +| [LEVEL_H](#level_h) | `3` | Allows recovery of 30% of the code text. | +| [LEVEL_L](#level_l) | `0` | Allows recovery of 7% of the code text. | +| [LEVEL_M](#level_m) | `1` | Allows recovery of 15% of the code text. | +| [LEVEL_Q](#level_q) | `2` | Allows recovery of 25% of the code text. | +### QRErrorLevel.LEVEL_H {#level_h} + +**Type:** `int` + +**Value:** `3` + +Allows recovery of 30% of the code text. + +### QRErrorLevel.LEVEL_L {#level_l} + +**Type:** `int` + +**Value:** `0` + +Allows recovery of 7% of the code text. + +### QRErrorLevel.LEVEL_M {#level_m} + +**Type:** `int` + +**Value:** `1` + +Allows recovery of 15% of the code text. + +### QRErrorLevel.LEVEL_Q {#level_q} + +**Type:** `int` + +**Value:** `2` + +Allows recovery of 25% of the code text. + diff --git a/english/python-java/aspose_barcode.generation/qrerrorlevel/level_h/_index.md b/english/python-java/aspose_barcode.generation/qrerrorlevel/level_h/_index.md deleted file mode 100644 index bc0709d6f..000000000 --- a/english/python-java/aspose_barcode.generation/qrerrorlevel/level_h/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QRErrorLevel.LEVEL_H" -linktitle: "LEVEL_H" -articleTitle: "LEVEL_H" -second_title: "Aspose.BarCode for Python via Java" -description: "Allows recovery of 30% of the code text." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrerrorlevel/level_h/ ---- - -## QRErrorLevel.LEVEL_H - -**Type:** `int` - - -**Value:** `3` - - -Allows recovery of 30% of the code text. - diff --git a/english/python-java/aspose_barcode.generation/qrerrorlevel/level_l/_index.md b/english/python-java/aspose_barcode.generation/qrerrorlevel/level_l/_index.md deleted file mode 100644 index 9aa8bd8c6..000000000 --- a/english/python-java/aspose_barcode.generation/qrerrorlevel/level_l/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QRErrorLevel.LEVEL_L" -linktitle: "LEVEL_L" -articleTitle: "LEVEL_L" -second_title: "Aspose.BarCode for Python via Java" -description: "Allows recovery of 7% of the code text." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrerrorlevel/level_l/ ---- - -## QRErrorLevel.LEVEL_L - -**Type:** `int` - - -**Value:** `0` - - -Allows recovery of 7% of the code text. - diff --git a/english/python-java/aspose_barcode.generation/qrerrorlevel/level_m/_index.md b/english/python-java/aspose_barcode.generation/qrerrorlevel/level_m/_index.md deleted file mode 100644 index abdf1bc4d..000000000 --- a/english/python-java/aspose_barcode.generation/qrerrorlevel/level_m/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QRErrorLevel.LEVEL_M" -linktitle: "LEVEL_M" -articleTitle: "LEVEL_M" -second_title: "Aspose.BarCode for Python via Java" -description: "Allows recovery of 15% of the code text." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrerrorlevel/level_m/ ---- - -## QRErrorLevel.LEVEL_M - -**Type:** `int` - - -**Value:** `1` - - -Allows recovery of 15% of the code text. - diff --git a/english/python-java/aspose_barcode.generation/qrerrorlevel/level_q/_index.md b/english/python-java/aspose_barcode.generation/qrerrorlevel/level_q/_index.md deleted file mode 100644 index 75f77c066..000000000 --- a/english/python-java/aspose_barcode.generation/qrerrorlevel/level_q/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QRErrorLevel.LEVEL_Q" -linktitle: "LEVEL_Q" -articleTitle: "LEVEL_Q" -second_title: "Aspose.BarCode for Python via Java" -description: "Allows recovery of 25% of the code text." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrerrorlevel/level_q/ ---- - -## QRErrorLevel.LEVEL_Q - -**Type:** `int` - - -**Value:** `2` - - -Allows recovery of 25% of the code text. - diff --git a/english/python-java/aspose_barcode.generation/qrextcodetextbuilder/_index.md b/english/python-java/aspose_barcode.generation/qrextcodetextbuilder/_index.md index e0df8793b..d729b1992 100644 --- a/english/python-java/aspose_barcode.generation/qrextcodetextbuilder/_index.md +++ b/english/python-java/aspose_barcode.generation/qrextcodetextbuilder/_index.md @@ -1,7 +1,6 @@ --- -title: "QrExtCodetextBuilder Class" +title: "QrExtCodetextBuilder" linktitle: "QrExtCodetextBuilder" -articleTitle: "QrExtCodetextBuilder" second_title: "Aspose.BarCode for Python via Java" description: "Extended codetext generator for 2D QR barcodes for ExtendedCodetext Mode of QREncodeMode Use Display2DText property of BarCodeBuilder to set visible text to rem" type: docs @@ -23,15 +22,81 @@ Extended codetext generator for 2D QR barcodes for ExtendedCodetext Mode of QREn | Name | Description | | --- | --- | -| [__init__](./qrextcodetextbuilder/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [add_codetext_with_compaction_mode](./add_codetext_with_compaction_mode/) | `None` | No | | -| [add_fnc1_first_position](./add_fnc1_first_position/) | `None` | No | Adds FNC1 in first position to the extended codetext items. | -| [add_fnc1_group_separator](./add_fnc1_group_separator/) | `None` | No | Adds Group Separator (GS - '\u001D') to the extended codetext items. | -| [add_fnc1_second_position](./add_fnc1_second_position/) | `None` | No | Adds FNC1 in second position to the extended codetext items. Args: codetext (str): Value of the FNC1 in the second position. | -| [clear](./clear/) | `def` | No | Clears extended codetext items. Reimplemented from ExtCodetextBuilder. | -| [extended_codetext](./extended_codetext/) | `Optional[str]` | No | Generates extended codetext from the extended codetext list. Returns: Optional[str]: Extended codetext as a string, or None if not set. Reimplemented from ExtCodetextBuilder. | +| [add_codetext_with_compaction_mode](#add_codetext_with_compaction_mode) | `None` | No | | +| [add_fnc1_first_position](#add_fnc1_first_position) | `None` | No | Adds FNC1 in first position to the extended codetext items. | +| [add_fnc1_group_separator](#add_fnc1_group_separator) | `None` | No | Adds Group Separator (GS - '\u001D') to the extended codetext items. | +| [add_fnc1_second_position](#add_fnc1_second_position) | `None` | No | Adds FNC1 in second position to the extended codetext items. Args: codetext (str): Value of the FNC1 in the second position. | +| [clear](#clear) | `def` | No | Clears extended codetext items. Reimplemented from ExtCodetextBuilder. | +| [extended_codetext](#extended_codetext) | `Optional[str]` | No | Generates extended codetext from the extended codetext list. Returns: Optional[str]: Extended codetext as a string, or None if not set. Reimplemented from ExtCodetextBuilder. | + +### QrExtCodetextBuilder Constructor {#constructor} + +```python +__init__(self) +``` + +### QrExtCodetextBuilder.add_codetext_with_compaction_mode {#add_codetext_with_compaction_mode} + +```python +add_codetext_with_compaction_mode(self, QrExtCompactionMode mode, str codetext) +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `mode` | `QrExtCompactionMode` | | +| `codetext` | `str` | | + +### QrExtCodetextBuilder.add_fnc1_first_position {#add_fnc1_first_position} + +```python +add_fnc1_first_position(self) +``` + +Adds FNC1 in first position to the extended codetext items. + +### QrExtCodetextBuilder.add_fnc1_group_separator {#add_fnc1_group_separator} + +```python +add_fnc1_group_separator(self) +``` + +Adds Group Separator (GS - '\u001D') to the extended codetext items. + +### QrExtCodetextBuilder.add_fnc1_second_position {#add_fnc1_second_position} + +```python +add_fnc1_second_position(self, str codetext) +``` + +Adds FNC1 in second position to the extended codetext items. Args: codetext (str): Value of the FNC1 in the second position. + +| Parameter | Type | Description | +| --- | --- | --- | +| `codetext` | `str` | | + +### QrExtCodetextBuilder.clear {#clear} + +```python +clear(self) -> def +``` + +Clears extended codetext items. Reimplemented from ExtCodetextBuilder. + +**Return Type:** `def` + +### QrExtCodetextBuilder.extended_codetext {#extended_codetext} + +```python +extended_codetext(self) -> Optional[str] +``` + +Generates extended codetext from the extended codetext list. Returns: Optional[str]: Extended codetext as a string, or None if not set. Reimplemented from ExtCodetextBuilder. + +**Return Type:** `Optional[str]` + diff --git a/english/python-java/aspose_barcode.generation/qrextcodetextbuilder/add_codetext_with_compaction_mode/_index.md b/english/python-java/aspose_barcode.generation/qrextcodetextbuilder/add_codetext_with_compaction_mode/_index.md deleted file mode 100644 index 056e182a1..000000000 --- a/english/python-java/aspose_barcode.generation/qrextcodetextbuilder/add_codetext_with_compaction_mode/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "QrExtCodetextBuilder.add_codetext_with_compaction_mode" -linktitle: "add_codetext_with_compaction_mode" -articleTitle: "add_codetext_with_compaction_mode" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrextcodetextbuilder/add_codetext_with_compaction_mode/ ---- - -## QrExtCodetextBuilder.add_codetext_with_compaction_mode - -```python -add_codetext_with_compaction_mode(self, QrExtCompactionMode mode, str codetext) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `mode` | `QrExtCompactionMode` | | -| `codetext` | `str` | | diff --git a/english/python-java/aspose_barcode.generation/qrextcodetextbuilder/add_fnc1_first_position/_index.md b/english/python-java/aspose_barcode.generation/qrextcodetextbuilder/add_fnc1_first_position/_index.md deleted file mode 100644 index 1db481185..000000000 --- a/english/python-java/aspose_barcode.generation/qrextcodetextbuilder/add_fnc1_first_position/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "QrExtCodetextBuilder.add_fnc1_first_position" -linktitle: "add_fnc1_first_position" -articleTitle: "add_fnc1_first_position" -second_title: "Aspose.BarCode for Python via Java" -description: "Adds FNC1 in first position to the extended codetext items." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrextcodetextbuilder/add_fnc1_first_position/ ---- - -## QrExtCodetextBuilder.add_fnc1_first_position - -```python -add_fnc1_first_position(self) -``` - - -Adds FNC1 in first position to the extended codetext items. - diff --git a/english/python-java/aspose_barcode.generation/qrextcodetextbuilder/add_fnc1_group_separator/_index.md b/english/python-java/aspose_barcode.generation/qrextcodetextbuilder/add_fnc1_group_separator/_index.md deleted file mode 100644 index 3f076d547..000000000 --- a/english/python-java/aspose_barcode.generation/qrextcodetextbuilder/add_fnc1_group_separator/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "QrExtCodetextBuilder.add_fnc1_group_separator" -linktitle: "add_fnc1_group_separator" -articleTitle: "add_fnc1_group_separator" -second_title: "Aspose.BarCode for Python via Java" -description: "Adds Group Separator (GS - '\\u001D') to the extended codetext items." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrextcodetextbuilder/add_fnc1_group_separator/ ---- - -## QrExtCodetextBuilder.add_fnc1_group_separator - -```python -add_fnc1_group_separator(self) -``` - - -Adds Group Separator (GS - '\u001D') to the extended codetext items. - diff --git a/english/python-java/aspose_barcode.generation/qrextcodetextbuilder/add_fnc1_second_position/_index.md b/english/python-java/aspose_barcode.generation/qrextcodetextbuilder/add_fnc1_second_position/_index.md deleted file mode 100644 index 83191806b..000000000 --- a/english/python-java/aspose_barcode.generation/qrextcodetextbuilder/add_fnc1_second_position/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "QrExtCodetextBuilder.add_fnc1_second_position" -linktitle: "add_fnc1_second_position" -articleTitle: "add_fnc1_second_position" -second_title: "Aspose.BarCode for Python via Java" -description: "Adds FNC1 in second position to the extended codetext items. Args: codetext (str): Value of the FNC1 in the second position." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrextcodetextbuilder/add_fnc1_second_position/ ---- - -## QrExtCodetextBuilder.add_fnc1_second_position - -```python -add_fnc1_second_position(self, str codetext) -``` - - -Adds FNC1 in second position to the extended codetext items. Args: codetext (str): Value of the FNC1 in the second position. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `codetext` | `str` | | diff --git a/english/python-java/aspose_barcode.generation/qrextcodetextbuilder/clear/_index.md b/english/python-java/aspose_barcode.generation/qrextcodetextbuilder/clear/_index.md deleted file mode 100644 index e61f2312b..000000000 --- a/english/python-java/aspose_barcode.generation/qrextcodetextbuilder/clear/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "QrExtCodetextBuilder.clear" -linktitle: "clear" -articleTitle: "clear" -second_title: "Aspose.BarCode for Python via Java" -description: "Clears extended codetext items. Reimplemented from ExtCodetextBuilder." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrextcodetextbuilder/clear/ ---- - -## QrExtCodetextBuilder.clear - -```python -clear(self) -> def -``` - - -Clears extended codetext items. Reimplemented from ExtCodetextBuilder. - - -**Return Type:** `def` - diff --git a/english/python-java/aspose_barcode.generation/qrextcodetextbuilder/extended_codetext/_index.md b/english/python-java/aspose_barcode.generation/qrextcodetextbuilder/extended_codetext/_index.md deleted file mode 100644 index 260324007..000000000 --- a/english/python-java/aspose_barcode.generation/qrextcodetextbuilder/extended_codetext/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "QrExtCodetextBuilder.extended_codetext" -linktitle: "extended_codetext" -articleTitle: "extended_codetext" -second_title: "Aspose.BarCode for Python via Java" -description: "Generates extended codetext from the extended codetext list. Returns: Optional[str]: Extended codetext as a string, or None if not set. Reimplemented from ExtCo" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrextcodetextbuilder/extended_codetext/ ---- - -## QrExtCodetextBuilder.extended_codetext - -```python -extended_codetext(self) -> Optional[str] -``` - - -Generates extended codetext from the extended codetext list. Returns: Optional[str]: Extended codetext as a string, or None if not set. Reimplemented from ExtCodetextBuilder. - - -**Return Type:** `Optional[str]` - diff --git a/english/python-java/aspose_barcode.generation/qrextcodetextbuilder/qrextcodetextbuilder/_index.md b/english/python-java/aspose_barcode.generation/qrextcodetextbuilder/qrextcodetextbuilder/_index.md deleted file mode 100644 index 60303ad90..000000000 --- a/english/python-java/aspose_barcode.generation/qrextcodetextbuilder/qrextcodetextbuilder/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "QrExtCodetextBuilder" -linktitle: "QrExtCodetextBuilder" -articleTitle: "QrExtCodetextBuilder" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrextcodetextbuilder/qrextcodetextbuilder/ ---- - -## QrExtCodetextBuilder Constructor - -```python -__init__(self) -``` - diff --git a/english/python-java/aspose_barcode.generation/qrextcompactionmode/_index.md b/english/python-java/aspose_barcode.generation/qrextcompactionmode/_index.md index da9696d89..72d94d59b 100644 --- a/english/python-java/aspose_barcode.generation/qrextcompactionmode/_index.md +++ b/english/python-java/aspose_barcode.generation/qrextcompactionmode/_index.md @@ -1,7 +1,6 @@ --- -title: "QrExtCompactionMode Enum" +title: "QrExtCompactionMode" linktitle: "QrExtCompactionMode" -articleTitle: "QrExtCompactionMode" second_title: "Aspose.BarCode for Python via Java" description: "Specifies QR compaction mode for codetext added by QrExtCodetextBuilder." type: docs @@ -21,7 +20,39 @@ Specifies QR compaction mode for codetext added by QrExtCodetextBuilder. | Name | Value | Description | | --- | --- | --- | -| [ALPHA_NUMERIC](./alpha_numeric/) | `2` | Encodes codetext in QR Alphanumeric mode. | -| [AUTO](./auto/) | `0` | The encoder selects the most efficient QR compaction mode automatically. | -| [BYTES](./bytes/) | `3` | Encodes codetext in QR Byte mode. | -| [NUMERIC](./numeric/) | `1` | Encodes codetext in QR Numeric mode. Only digits 0-9 are allowed. | +| [ALPHA_NUMERIC](#alpha_numeric) | `2` | Encodes codetext in QR Alphanumeric mode. | +| [AUTO](#auto) | `0` | The encoder selects the most efficient QR compaction mode automatically. | +| [BYTES](#bytes) | `3` | Encodes codetext in QR Byte mode. | +| [NUMERIC](#numeric) | `1` | Encodes codetext in QR Numeric mode. Only digits 0-9 are allowed. | +### QrExtCompactionMode.ALPHA_NUMERIC {#alpha_numeric} + +**Type:** `int` + +**Value:** `2` + +Encodes codetext in QR Alphanumeric mode. + +### QrExtCompactionMode.AUTO {#auto} + +**Type:** `int` + +**Value:** `0` + +The encoder selects the most efficient QR compaction mode automatically. + +### QrExtCompactionMode.BYTES {#bytes} + +**Type:** `int` + +**Value:** `3` + +Encodes codetext in QR Byte mode. + +### QrExtCompactionMode.NUMERIC {#numeric} + +**Type:** `int` + +**Value:** `1` + +Encodes codetext in QR Numeric mode. Only digits 0-9 are allowed. + diff --git a/english/python-java/aspose_barcode.generation/qrextcompactionmode/alpha_numeric/_index.md b/english/python-java/aspose_barcode.generation/qrextcompactionmode/alpha_numeric/_index.md deleted file mode 100644 index 91e4390ce..000000000 --- a/english/python-java/aspose_barcode.generation/qrextcompactionmode/alpha_numeric/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QrExtCompactionMode.ALPHA_NUMERIC" -linktitle: "ALPHA_NUMERIC" -articleTitle: "ALPHA_NUMERIC" -second_title: "Aspose.BarCode for Python via Java" -description: "Encodes codetext in QR Alphanumeric mode." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrextcompactionmode/alpha_numeric/ ---- - -## QrExtCompactionMode.ALPHA_NUMERIC - -**Type:** `int` - - -**Value:** `2` - - -Encodes codetext in QR Alphanumeric mode. - diff --git a/english/python-java/aspose_barcode.generation/qrextcompactionmode/auto/_index.md b/english/python-java/aspose_barcode.generation/qrextcompactionmode/auto/_index.md deleted file mode 100644 index 095bcacbd..000000000 --- a/english/python-java/aspose_barcode.generation/qrextcompactionmode/auto/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QrExtCompactionMode.AUTO" -linktitle: "AUTO" -articleTitle: "AUTO" -second_title: "Aspose.BarCode for Python via Java" -description: "The encoder selects the most efficient QR compaction mode automatically." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrextcompactionmode/auto/ ---- - -## QrExtCompactionMode.AUTO - -**Type:** `int` - - -**Value:** `0` - - -The encoder selects the most efficient QR compaction mode automatically. - diff --git a/english/python-java/aspose_barcode.generation/qrextcompactionmode/bytes/_index.md b/english/python-java/aspose_barcode.generation/qrextcompactionmode/bytes/_index.md deleted file mode 100644 index e4dcbac4d..000000000 --- a/english/python-java/aspose_barcode.generation/qrextcompactionmode/bytes/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QrExtCompactionMode.BYTES" -linktitle: "BYTES" -articleTitle: "BYTES" -second_title: "Aspose.BarCode for Python via Java" -description: "Encodes codetext in QR Byte mode." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrextcompactionmode/bytes/ ---- - -## QrExtCompactionMode.BYTES - -**Type:** `int` - - -**Value:** `3` - - -Encodes codetext in QR Byte mode. - diff --git a/english/python-java/aspose_barcode.generation/qrextcompactionmode/numeric/_index.md b/english/python-java/aspose_barcode.generation/qrextcompactionmode/numeric/_index.md deleted file mode 100644 index 0c62d2778..000000000 --- a/english/python-java/aspose_barcode.generation/qrextcompactionmode/numeric/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QrExtCompactionMode.NUMERIC" -linktitle: "NUMERIC" -articleTitle: "NUMERIC" -second_title: "Aspose.BarCode for Python via Java" -description: "Encodes codetext in QR Numeric mode. Only digits 0-9 are allowed." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrextcompactionmode/numeric/ ---- - -## QrExtCompactionMode.NUMERIC - -**Type:** `int` - - -**Value:** `1` - - -Encodes codetext in QR Numeric mode. Only digits 0-9 are allowed. - diff --git a/english/python-java/aspose_barcode.generation/qrparameters/__str__/_index.md b/english/python-java/aspose_barcode.generation/qrparameters/__str__/_index.md deleted file mode 100644 index c4073e1b3..000000000 --- a/english/python-java/aspose_barcode.generation/qrparameters/__str__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "QrParameters.__str__" -linktitle: "__str__" -articleTitle: "__str__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns a human-readable string representation of this QrParameters." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrparameters/__str__/ ---- - -## QrParameters.__str__ - -```python -__str__(self) -> str -``` - - -Returns a human-readable string representation of this QrParameters. - - -**Return Type:** `str` — A string that represents this QrParameters. - diff --git a/english/python-java/aspose_barcode.generation/qrparameters/_index.md b/english/python-java/aspose_barcode.generation/qrparameters/_index.md index cb14a4990..f8e669767 100644 --- a/english/python-java/aspose_barcode.generation/qrparameters/_index.md +++ b/english/python-java/aspose_barcode.generation/qrparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "QrParameters Class" +title: "QrParameters" linktitle: "QrParameters" -articleTitle: "QrParameters" second_title: "Aspose.BarCode for Python via Java" description: "QR parameters." type: docs @@ -21,29 +20,202 @@ QR parameters. | Name | Description | | --- | --- | -| [__init__](./qrparameters/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [__str__](./__str__/) | `str` | No | Returns a human-readable string representation of this QrParameters. | +| [__str__](#__str__) | `str` | No | Returns a human-readable string representation of this QrParameters. | ## Properties | Name | Type | Description | | --- | --- | --- | -| [aspect_ratio](./aspect_ratio/) | `float` | Height/Width ratio of 2D BarCode module. | -| [eci_encoding](./eci_encoding/) | `ECIEncodings` | | -| [encode_GS_1_separator_in_byte_mode](./encode_gs_1_separator_in_byte_mode/) | `bool` | Gets a value indicating whether GS1 special characters should be encoded in Byte mode for QR and RectMicroQR barcodes. If False, GS1 separators may be encoded as '' in Alphanumeric mode according to the QR specification. If True, GS1 group separators are encoded in Byte mode as the 0x1D character, and '' characters are also encoded in Byte mode to preserve them as data. This option may improve compatibility with decoders that expect byte-level GS1 group separators and prevents '' data characters from being interpreted as GS1 separators. Returns: bool: True if GS1 special characters should be encoded in Byte mode for QR and RectMicroQR barcodes; otherwise, False. | -| [encode_mode](./encode_mode/) | `QREncodeMode` | | -| [error_level](./error_level/) | `QRErrorLevel` | | -| [micro_qr_version](./micro_qr_version/) | `MicroQRVersion` | Version of MicroQR Code. | -| [qr_eci_encoding](./qr_eci_encoding/) | `ECIEncodings` | Extended Channel Interpretation Identifiers. | -| [qr_encode_mode](./qr_encode_mode/) | `QREncodeMode` | QR symbology type of BarCode's encoding mode. | -| [qr_encode_type](./qr_encode_type/) | `QREncodeType` | QR / MicroQR selector mode. Select ForceQR for standard QR symbols, Auto for MicroQR. | -| [qr_error_level](./qr_error_level/) | `QRErrorLevel` | Level of Reed-Solomon error correction for QR barcode. From low to high: LEVEL_L, LEVEL_M, LEVEL_Q, LEVEL_H. see QRErrorLevel. | -| [qr_version](./qr_version/) | `QRVersion` | Version of QR Code. From Version1 to Version40 for QR code and from M1 to M4 for MicroQr. Default value is QRVersion.AUTO. | -| [rect_micro_qr_version](./rect_micro_qr_version/) | `RectMicroQRVersion` | Version of RectMicroQR Code. | -| [structured_append](./structured_append/) | `Optional[QrStructuredAppendParameters]` | QR structured append parameters. | -| [version](./version/) | `QRVersion` | | +| [aspect_ratio](#aspect_ratio) | `float` | Height/Width ratio of 2D BarCode module. | +| [eci_encoding](#eci_encoding) | `ECIEncodings` | | +| [encode_GS_1_separator_in_byte_mode](#encode_gs_1_separator_in_byte_mode) | `bool` | Gets a value indicating whether GS1 special characters should be encoded in Byte mode for QR and RectMicroQR barcodes. If False, GS1 separators may be encoded as '' in Alphanumeric mode according to the QR specification. If True, GS1 group separators are encoded in Byte mode as the 0x1D character, and '' characters are also encoded in Byte mode to preserve them as data. This option may improve compatibility with decoders that expect byte-level GS1 group separators and prevents '' data characters from being interpreted as GS1 separators. Returns: bool: True if GS1 special characters should be encoded in Byte mode for QR and RectMicroQR barcodes; otherwise, False. | +| [encode_mode](#encode_mode) | `QREncodeMode` | | +| [error_level](#error_level) | `QRErrorLevel` | | +| [micro_qr_version](#micro_qr_version) | `MicroQRVersion` | Version of MicroQR Code. | +| [qr_eci_encoding](#qr_eci_encoding) | `ECIEncodings` | Extended Channel Interpretation Identifiers. | +| [qr_encode_mode](#qr_encode_mode) | `QREncodeMode` | QR symbology type of BarCode's encoding mode. | +| [qr_encode_type](#qr_encode_type) | `QREncodeType` | QR / MicroQR selector mode. Select ForceQR for standard QR symbols, Auto for MicroQR. | +| [qr_error_level](#qr_error_level) | `QRErrorLevel` | Level of Reed-Solomon error correction for QR barcode. From low to high: LEVEL_L, LEVEL_M, LEVEL_Q, LEVEL_H. see QRErrorLevel. | +| [qr_version](#qr_version) | `QRVersion` | Version of QR Code. From Version1 to Version40 for QR code and from M1 to M4 for MicroQr. Default value is QRVersion.AUTO. | +| [rect_micro_qr_version](#rect_micro_qr_version) | `RectMicroQRVersion` | Version of RectMicroQR Code. | +| [structured_append](#structured_append) | `Optional[QrStructuredAppendParameters]` | QR structured append parameters. | +| [version](#version) | `QRVersion` | | + +### QrParameters Constructor {#constructor} + +```python +__init__(self, _java_class) +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `_java_class` | `` | | + +### QrParameters.__str__ {#__str__} + +```python +__str__(self) -> str +``` + +Returns a human-readable string representation of this QrParameters. + +**Return Type:** `str` — A string that represents this QrParameters. + +### QrParameters.aspect_ratio {#aspect_ratio} + +**Type:** `float` + +Height/Width ratio of 2D BarCode module. + +Height/Width ratio of 2D BarCode module. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `float` | | + +### QrParameters.eci_encoding {#eci_encoding} + +**Type:** `ECIEncodings` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `ECIEncodings` | | + +### QrParameters.encode_GS_1_separator_in_byte_mode {#encode_gs_1_separator_in_byte_mode} + +**Type:** `bool` + +Gets a value indicating whether GS1 special characters should be encoded in Byte mode for QR and RectMicroQR barcodes. If False, GS1 separators may be encoded as '' in Alphanumeric mode according to the QR specification. If True, GS1 group separators are encoded in Byte mode as the 0x1D character, and '' characters are also encoded in Byte mode to preserve them as data. This option may improve compatibility with decoders that expect byte-level GS1 group separators and prevents '' data characters from being interpreted as GS1 separators. Returns: bool: True if GS1 special characters should be encoded in Byte mode for QR and RectMicroQR barcodes; otherwise, False. + +Sets a value indicating whether GS1 special characters should be encoded in Byte mode for QR and RectMicroQR barcodes. If False, GS1 separators may be encoded as '' in Alphanumeric mode according to the QR specification. If True, GS1 group separators are encoded in Byte mode as the 0x1D character, and '' characters are also encoded in Byte mode to preserve them as data. This option may improve compatibility with decoders that expect byte-level GS1 group separators and prevents '' data characters from being interpreted as GS1 separators. Args: value: True if GS1 special characters should be encoded in Byte mode for QR and RectMicroQR barcodes; otherwise, False. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `bool` | | + +### QrParameters.encode_mode {#encode_mode} + +**Type:** `QREncodeMode` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `QREncodeMode` | | + +### QrParameters.error_level {#error_level} + +**Type:** `QRErrorLevel` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `QRErrorLevel` | | + +### QrParameters.micro_qr_version {#micro_qr_version} + +**Type:** `MicroQRVersion` + +Version of MicroQR Code. + +Version of MicroQR Code. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `MicroQRVersion` | | + +### QrParameters.qr_eci_encoding {#qr_eci_encoding} + +**Type:** `ECIEncodings` + +Extended Channel Interpretation Identifiers. + +Extended Channel Interpretation Identifiers. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `ECIEncodings` | | + +### QrParameters.qr_encode_mode {#qr_encode_mode} + +**Type:** `QREncodeMode` + +QR symbology type of BarCode's encoding mode. + +QR symbology type of BarCode's encoding mode. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `QREncodeMode` | | + +### QrParameters.qr_encode_type {#qr_encode_type} + +**Type:** `QREncodeType` + +QR / MicroQR selector mode. Select ForceQR for standard QR symbols, Auto for MicroQR. + +QR / MicroQR selector mode. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `QREncodeType` | | + +### QrParameters.qr_error_level {#qr_error_level} + +**Type:** `QRErrorLevel` + +Level of Reed-Solomon error correction for QR barcode. From low to high: LEVEL_L, LEVEL_M, LEVEL_Q, LEVEL_H. see QRErrorLevel. + +Level of Reed-Solomon error correction for QR barcode. From low to high: LEVEL_L, LEVEL_M, LEVEL_Q, LEVEL_H. see QRErrorLevel. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `QRErrorLevel` | | + +### QrParameters.qr_version {#qr_version} + +**Type:** `QRVersion` + +Version of QR Code. From Version1 to Version40 for QR code and from M1 to M4 for MicroQr. Default value is QRVersion.AUTO. + +Version of QR Code. From Version1 to Version40 for QR code and from M1 to M4 for MicroQr. Default value is QRVersion.AUTO. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `QRVersion` | | + +### QrParameters.rect_micro_qr_version {#rect_micro_qr_version} + +**Type:** `RectMicroQRVersion` + +Version of RectMicroQR Code. + +Version of RectMicroQR Code. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `RectMicroQRVersion` | | + +### QrParameters.structured_append {#structured_append} + +**Type:** `Optional[QrStructuredAppendParameters]` + +QR structured append parameters. + +QR structured append parameters. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `QrStructuredAppendParameters` | | + +### QrParameters.version {#version} + +**Type:** `QRVersion` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `QRVersion` | | + diff --git a/english/python-java/aspose_barcode.generation/qrparameters/aspect_ratio/_index.md b/english/python-java/aspose_barcode.generation/qrparameters/aspect_ratio/_index.md deleted file mode 100644 index 4534a662d..000000000 --- a/english/python-java/aspose_barcode.generation/qrparameters/aspect_ratio/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "QrParameters.aspect_ratio" -linktitle: "aspect_ratio" -articleTitle: "aspect_ratio" -second_title: "Aspose.BarCode for Python via Java" -description: "Height/Width ratio of 2D BarCode module." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrparameters/aspect_ratio/ ---- - -## QrParameters.aspect_ratio - -**Type:** `float` - - -### Get - -Height/Width ratio of 2D BarCode module. - - -### Set - -Height/Width ratio of 2D BarCode module. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `float` | | diff --git a/english/python-java/aspose_barcode.generation/qrparameters/eci_encoding/_index.md b/english/python-java/aspose_barcode.generation/qrparameters/eci_encoding/_index.md deleted file mode 100644 index e45505c20..000000000 --- a/english/python-java/aspose_barcode.generation/qrparameters/eci_encoding/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "QrParameters.eci_encoding" -linktitle: "eci_encoding" -articleTitle: "eci_encoding" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrparameters/eci_encoding/ ---- - -## QrParameters.eci_encoding - -**Type:** `ECIEncodings` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `ECIEncodings` | | diff --git a/english/python-java/aspose_barcode.generation/qrparameters/encode_gs_1_separator_in_byte_mode/_index.md b/english/python-java/aspose_barcode.generation/qrparameters/encode_gs_1_separator_in_byte_mode/_index.md deleted file mode 100644 index 3d611f30d..000000000 --- a/english/python-java/aspose_barcode.generation/qrparameters/encode_gs_1_separator_in_byte_mode/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "QrParameters.encode_GS_1_separator_in_byte_mode" -linktitle: "encode_GS_1_separator_in_byte_mode" -articleTitle: "encode_GS_1_separator_in_byte_mode" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets a value indicating whether GS1 special characters should be encoded in Byte mode for QR and RectMicroQR barcodes. If False, GS1 separators may be encoded a" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrparameters/encode_gs_1_separator_in_byte_mode/ ---- - -## QrParameters.encode_GS_1_separator_in_byte_mode - -**Type:** `bool` - - -### Get - -Gets a value indicating whether GS1 special characters should be encoded in Byte mode for QR and RectMicroQR barcodes. If False, GS1 separators may be encoded as '' in Alphanumeric mode according to the QR specification. If True, GS1 group separators are encoded in Byte mode as the 0x1D character, and '' characters are also encoded in Byte mode to preserve them as data. This option may improve compatibility with decoders that expect byte-level GS1 group separators and prevents '' data characters from being interpreted as GS1 separators. Returns: bool: True if GS1 special characters should be encoded in Byte mode for QR and RectMicroQR barcodes; otherwise, False. - - -### Set - -Sets a value indicating whether GS1 special characters should be encoded in Byte mode for QR and RectMicroQR barcodes. If False, GS1 separators may be encoded as '' in Alphanumeric mode according to the QR specification. If True, GS1 group separators are encoded in Byte mode as the 0x1D character, and '' characters are also encoded in Byte mode to preserve them as data. This option may improve compatibility with decoders that expect byte-level GS1 group separators and prevents '' data characters from being interpreted as GS1 separators. Args: value: True if GS1 special characters should be encoded in Byte mode for QR and RectMicroQR barcodes; otherwise, False. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `bool` | | diff --git a/english/python-java/aspose_barcode.generation/qrparameters/encode_mode/_index.md b/english/python-java/aspose_barcode.generation/qrparameters/encode_mode/_index.md deleted file mode 100644 index a9f104116..000000000 --- a/english/python-java/aspose_barcode.generation/qrparameters/encode_mode/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "QrParameters.encode_mode" -linktitle: "encode_mode" -articleTitle: "encode_mode" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrparameters/encode_mode/ ---- - -## QrParameters.encode_mode - -**Type:** `QREncodeMode` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `QREncodeMode` | | diff --git a/english/python-java/aspose_barcode.generation/qrparameters/error_level/_index.md b/english/python-java/aspose_barcode.generation/qrparameters/error_level/_index.md deleted file mode 100644 index 63f2fefd7..000000000 --- a/english/python-java/aspose_barcode.generation/qrparameters/error_level/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "QrParameters.error_level" -linktitle: "error_level" -articleTitle: "error_level" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrparameters/error_level/ ---- - -## QrParameters.error_level - -**Type:** `QRErrorLevel` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `QRErrorLevel` | | diff --git a/english/python-java/aspose_barcode.generation/qrparameters/micro_qr_version/_index.md b/english/python-java/aspose_barcode.generation/qrparameters/micro_qr_version/_index.md deleted file mode 100644 index fdbf27eec..000000000 --- a/english/python-java/aspose_barcode.generation/qrparameters/micro_qr_version/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "QrParameters.micro_qr_version" -linktitle: "micro_qr_version" -articleTitle: "micro_qr_version" -second_title: "Aspose.BarCode for Python via Java" -description: "Version of MicroQR Code." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrparameters/micro_qr_version/ ---- - -## QrParameters.micro_qr_version - -**Type:** `MicroQRVersion` - - -### Get - -Version of MicroQR Code. - - -### Set - -Version of MicroQR Code. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `MicroQRVersion` | | diff --git a/english/python-java/aspose_barcode.generation/qrparameters/qr_eci_encoding/_index.md b/english/python-java/aspose_barcode.generation/qrparameters/qr_eci_encoding/_index.md deleted file mode 100644 index bda381dbd..000000000 --- a/english/python-java/aspose_barcode.generation/qrparameters/qr_eci_encoding/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "QrParameters.qr_eci_encoding" -linktitle: "qr_eci_encoding" -articleTitle: "qr_eci_encoding" -second_title: "Aspose.BarCode for Python via Java" -description: "Extended Channel Interpretation Identifiers." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrparameters/qr_eci_encoding/ ---- - -## QrParameters.qr_eci_encoding - -**Type:** `ECIEncodings` - - -### Get - -Extended Channel Interpretation Identifiers. - - -### Set - -Extended Channel Interpretation Identifiers. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `ECIEncodings` | | diff --git a/english/python-java/aspose_barcode.generation/qrparameters/qr_encode_mode/_index.md b/english/python-java/aspose_barcode.generation/qrparameters/qr_encode_mode/_index.md deleted file mode 100644 index b6c593b27..000000000 --- a/english/python-java/aspose_barcode.generation/qrparameters/qr_encode_mode/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "QrParameters.qr_encode_mode" -linktitle: "qr_encode_mode" -articleTitle: "qr_encode_mode" -second_title: "Aspose.BarCode for Python via Java" -description: "QR symbology type of BarCode's encoding mode." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrparameters/qr_encode_mode/ ---- - -## QrParameters.qr_encode_mode - -**Type:** `QREncodeMode` - - -### Get - -QR symbology type of BarCode's encoding mode. - - -### Set - -QR symbology type of BarCode's encoding mode. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `QREncodeMode` | | diff --git a/english/python-java/aspose_barcode.generation/qrparameters/qr_encode_type/_index.md b/english/python-java/aspose_barcode.generation/qrparameters/qr_encode_type/_index.md deleted file mode 100644 index 0c6f1db57..000000000 --- a/english/python-java/aspose_barcode.generation/qrparameters/qr_encode_type/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "QrParameters.qr_encode_type" -linktitle: "qr_encode_type" -articleTitle: "qr_encode_type" -second_title: "Aspose.BarCode for Python via Java" -description: "QR / MicroQR selector mode. Select ForceQR for standard QR symbols, Auto for MicroQR." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrparameters/qr_encode_type/ ---- - -## QrParameters.qr_encode_type - -**Type:** `QREncodeType` - - -### Get - -QR / MicroQR selector mode. Select ForceQR for standard QR symbols, Auto for MicroQR. - - -### Set - -QR / MicroQR selector mode. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `QREncodeType` | | diff --git a/english/python-java/aspose_barcode.generation/qrparameters/qr_error_level/_index.md b/english/python-java/aspose_barcode.generation/qrparameters/qr_error_level/_index.md deleted file mode 100644 index 946d108d9..000000000 --- a/english/python-java/aspose_barcode.generation/qrparameters/qr_error_level/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "QrParameters.qr_error_level" -linktitle: "qr_error_level" -articleTitle: "qr_error_level" -second_title: "Aspose.BarCode for Python via Java" -description: "Level of Reed-Solomon error correction for QR barcode. From low to high: LEVEL_L, LEVEL_M, LEVEL_Q, LEVEL_H. see QRErrorLevel." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrparameters/qr_error_level/ ---- - -## QrParameters.qr_error_level - -**Type:** `QRErrorLevel` - - -### Get - -Level of Reed-Solomon error correction for QR barcode. From low to high: LEVEL_L, LEVEL_M, LEVEL_Q, LEVEL_H. see QRErrorLevel. - - -### Set - -Level of Reed-Solomon error correction for QR barcode. From low to high: LEVEL_L, LEVEL_M, LEVEL_Q, LEVEL_H. see QRErrorLevel. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `QRErrorLevel` | | diff --git a/english/python-java/aspose_barcode.generation/qrparameters/qr_version/_index.md b/english/python-java/aspose_barcode.generation/qrparameters/qr_version/_index.md deleted file mode 100644 index 205e98608..000000000 --- a/english/python-java/aspose_barcode.generation/qrparameters/qr_version/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "QrParameters.qr_version" -linktitle: "qr_version" -articleTitle: "qr_version" -second_title: "Aspose.BarCode for Python via Java" -description: "Version of QR Code. From Version1 to Version40 for QR code and from M1 to M4 for MicroQr. Default value is QRVersion.AUTO." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrparameters/qr_version/ ---- - -## QrParameters.qr_version - -**Type:** `QRVersion` - - -### Get - -Version of QR Code. From Version1 to Version40 for QR code and from M1 to M4 for MicroQr. Default value is QRVersion.AUTO. - - -### Set - -Version of QR Code. From Version1 to Version40 for QR code and from M1 to M4 for MicroQr. Default value is QRVersion.AUTO. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `QRVersion` | | diff --git a/english/python-java/aspose_barcode.generation/qrparameters/qrparameters/_index.md b/english/python-java/aspose_barcode.generation/qrparameters/qrparameters/_index.md deleted file mode 100644 index cd7bc9403..000000000 --- a/english/python-java/aspose_barcode.generation/qrparameters/qrparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QrParameters" -linktitle: "QrParameters" -articleTitle: "QrParameters" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrparameters/qrparameters/ ---- - -## QrParameters Constructor - -```python -__init__(self, _java_class) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `_java_class` | `` | | diff --git a/english/python-java/aspose_barcode.generation/qrparameters/rect_micro_qr_version/_index.md b/english/python-java/aspose_barcode.generation/qrparameters/rect_micro_qr_version/_index.md deleted file mode 100644 index 591a5cbde..000000000 --- a/english/python-java/aspose_barcode.generation/qrparameters/rect_micro_qr_version/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "QrParameters.rect_micro_qr_version" -linktitle: "rect_micro_qr_version" -articleTitle: "rect_micro_qr_version" -second_title: "Aspose.BarCode for Python via Java" -description: "Version of RectMicroQR Code." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrparameters/rect_micro_qr_version/ ---- - -## QrParameters.rect_micro_qr_version - -**Type:** `RectMicroQRVersion` - - -### Get - -Version of RectMicroQR Code. - - -### Set - -Version of RectMicroQR Code. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `RectMicroQRVersion` | | diff --git a/english/python-java/aspose_barcode.generation/qrparameters/structured_append/_index.md b/english/python-java/aspose_barcode.generation/qrparameters/structured_append/_index.md deleted file mode 100644 index d1dc8c5d8..000000000 --- a/english/python-java/aspose_barcode.generation/qrparameters/structured_append/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "QrParameters.structured_append" -linktitle: "structured_append" -articleTitle: "structured_append" -second_title: "Aspose.BarCode for Python via Java" -description: "QR structured append parameters." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrparameters/structured_append/ ---- - -## QrParameters.structured_append - -**Type:** `Optional[QrStructuredAppendParameters]` - - -### Get - -QR structured append parameters. - - -### Set - -QR structured append parameters. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `QrStructuredAppendParameters` | | diff --git a/english/python-java/aspose_barcode.generation/qrparameters/version/_index.md b/english/python-java/aspose_barcode.generation/qrparameters/version/_index.md deleted file mode 100644 index 1b2e7aaf9..000000000 --- a/english/python-java/aspose_barcode.generation/qrparameters/version/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "QrParameters.version" -linktitle: "version" -articleTitle: "version" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrparameters/version/ ---- - -## QrParameters.version - -**Type:** `QRVersion` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `QRVersion` | | diff --git a/english/python-java/aspose_barcode.generation/qrstructuredappendparameters/_index.md b/english/python-java/aspose_barcode.generation/qrstructuredappendparameters/_index.md index 25da4b0a6..6badec61e 100644 --- a/english/python-java/aspose_barcode.generation/qrstructuredappendparameters/_index.md +++ b/english/python-java/aspose_barcode.generation/qrstructuredappendparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "QrStructuredAppendParameters Class" +title: "QrStructuredAppendParameters" linktitle: "QrStructuredAppendParameters" -articleTitle: "QrStructuredAppendParameters" second_title: "Aspose.BarCode for Python via Java" description: "QR structured append parameters." type: docs @@ -21,12 +20,59 @@ QR structured append parameters. | Name | Description | | --- | --- | -| [__init__](./qrstructuredappendparameters/) | | +| [__init__](#constructor) | | ## Properties | Name | Type | Description | | --- | --- | --- | -| [parity_byte](./parity_byte/) | `int` | Gets the QR structured append mode parity data. | -| [sequence_indicator](./sequence_indicator/) | `int` | Gets the index of the QR structured append mode barcode. Index starts from 0. | -| [total_count](./total_count/) | `int` | Gets the QR structured append mode barcodes quantity. Max value is 16. | +| [parity_byte](#parity_byte) | `int` | Gets the QR structured append mode parity data. | +| [sequence_indicator](#sequence_indicator) | `int` | Gets the index of the QR structured append mode barcode. Index starts from 0. | +| [total_count](#total_count) | `int` | Gets the QR structured append mode barcodes quantity. Max value is 16. | + +### QrStructuredAppendParameters Constructor {#constructor} + +```python +__init__(self, _java_class) +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `_java_class` | `` | | + +### QrStructuredAppendParameters.parity_byte {#parity_byte} + +**Type:** `int` + +Gets the QR structured append mode parity data. + +Sets the QR structured append mode parity data. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `int` | | + +### QrStructuredAppendParameters.sequence_indicator {#sequence_indicator} + +**Type:** `int` + +Gets the index of the QR structured append mode barcode. Index starts from 0. + +Sets the index of the QR structured append mode barcode. Index starts from 0. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `int` | | + +### QrStructuredAppendParameters.total_count {#total_count} + +**Type:** `int` + +Gets the QR structured append mode barcodes quantity. Max value is 16. + +Sets the QR structured append mode barcodes quantity. Max value is 16. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `int` | | + diff --git a/english/python-java/aspose_barcode.generation/qrstructuredappendparameters/parity_byte/_index.md b/english/python-java/aspose_barcode.generation/qrstructuredappendparameters/parity_byte/_index.md deleted file mode 100644 index 598b8ea67..000000000 --- a/english/python-java/aspose_barcode.generation/qrstructuredappendparameters/parity_byte/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "QrStructuredAppendParameters.parity_byte" -linktitle: "parity_byte" -articleTitle: "parity_byte" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets the QR structured append mode parity data." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrstructuredappendparameters/parity_byte/ ---- - -## QrStructuredAppendParameters.parity_byte - -**Type:** `int` - - -### Get - -Gets the QR structured append mode parity data. - - -### Set - -Sets the QR structured append mode parity data. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `int` | | diff --git a/english/python-java/aspose_barcode.generation/qrstructuredappendparameters/qrstructuredappendparameters/_index.md b/english/python-java/aspose_barcode.generation/qrstructuredappendparameters/qrstructuredappendparameters/_index.md deleted file mode 100644 index e9da49d0a..000000000 --- a/english/python-java/aspose_barcode.generation/qrstructuredappendparameters/qrstructuredappendparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QrStructuredAppendParameters" -linktitle: "QrStructuredAppendParameters" -articleTitle: "QrStructuredAppendParameters" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrstructuredappendparameters/qrstructuredappendparameters/ ---- - -## QrStructuredAppendParameters Constructor - -```python -__init__(self, _java_class) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `_java_class` | `` | | diff --git a/english/python-java/aspose_barcode.generation/qrstructuredappendparameters/sequence_indicator/_index.md b/english/python-java/aspose_barcode.generation/qrstructuredappendparameters/sequence_indicator/_index.md deleted file mode 100644 index b4fe69d7b..000000000 --- a/english/python-java/aspose_barcode.generation/qrstructuredappendparameters/sequence_indicator/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "QrStructuredAppendParameters.sequence_indicator" -linktitle: "sequence_indicator" -articleTitle: "sequence_indicator" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets the index of the QR structured append mode barcode. Index starts from 0." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrstructuredappendparameters/sequence_indicator/ ---- - -## QrStructuredAppendParameters.sequence_indicator - -**Type:** `int` - - -### Get - -Gets the index of the QR structured append mode barcode. Index starts from 0. - - -### Set - -Sets the index of the QR structured append mode barcode. Index starts from 0. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `int` | | diff --git a/english/python-java/aspose_barcode.generation/qrstructuredappendparameters/total_count/_index.md b/english/python-java/aspose_barcode.generation/qrstructuredappendparameters/total_count/_index.md deleted file mode 100644 index d6f99c15c..000000000 --- a/english/python-java/aspose_barcode.generation/qrstructuredappendparameters/total_count/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "QrStructuredAppendParameters.total_count" -linktitle: "total_count" -articleTitle: "total_count" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets the QR structured append mode barcodes quantity. Max value is 16." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrstructuredappendparameters/total_count/ ---- - -## QrStructuredAppendParameters.total_count - -**Type:** `int` - - -### Get - -Gets the QR structured append mode barcodes quantity. Max value is 16. - - -### Set - -Sets the QR structured append mode barcodes quantity. Max value is 16. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `int` | | diff --git a/english/python-java/aspose_barcode.generation/qrversion/_index.md b/english/python-java/aspose_barcode.generation/qrversion/_index.md index f69e86232..bac029ad5 100644 --- a/english/python-java/aspose_barcode.generation/qrversion/_index.md +++ b/english/python-java/aspose_barcode.generation/qrversion/_index.md @@ -1,7 +1,6 @@ --- -title: "QRVersion Enum" +title: "QRVersion" linktitle: "QRVersion" -articleTitle: "QRVersion" second_title: "Aspose.BarCode for Python via Java" description: "Version of QR Code. From Version1 to Version40 for QR code and from M1 to M4 for MicroQr." type: docs @@ -21,48 +20,408 @@ Version of QR Code. From Version1 to Version40 for QR code and from M1 to M4 for | Name | Value | Description | | --- | --- | --- | -| [AUTO](./auto/) | `0` | Specifies to automatically pick up the best version for QR. This is default value. | -| [VERSION_01](./version_01/) | `1` | Specifies version 1 with 21 x 21 modules. | -| [VERSION_02](./version_02/) | `2` | Specifies version 2 with 25 x 25 modules. | -| [VERSION_03](./version_03/) | `3` | Specifies version 3 with 29 x 29 modules. | -| [VERSION_04](./version_04/) | `4` | Specifies version 4 with 33 x 33 modules. | -| [VERSION_05](./version_05/) | `5` | Specifies version 5 with 37 x 37 modules. | -| [VERSION_06](./version_06/) | `6` | Specifies version 6 with 41 x 41 modules. | -| [VERSION_07](./version_07/) | `7` | Specifies version 7 with 45 x 45 modules. | -| [VERSION_08](./version_08/) | `8` | Specifies version 8 with 49 x 49 modules. | -| [VERSION_09](./version_09/) | `9` | Specifies version 9 with 53 x 53 modules. | -| [VERSION_10](./version_10/) | `10` | Specifies version 10 with 57 x 57 modules. | -| [VERSION_11](./version_11/) | `11` | Specifies version 11 with 61 x 61 modules. | -| [VERSION_12](./version_12/) | `12` | Specifies version 12 with 65 x 65 modules. | -| [VERSION_13](./version_13/) | `13` | Specifies version 13 with 69 x 69 modules. | -| [VERSION_14](./version_14/) | `14` | Specifies version 14 with 73 x 73 modules. | -| [VERSION_15](./version_15/) | `15` | Specifies version 15 with 77 x 77 modules. | -| [VERSION_16](./version_16/) | `16` | Specifies version 16 with 81 x 81 modules. | -| [VERSION_17](./version_17/) | `17` | Specifies version 17 with 85 x 85 modules. | -| [VERSION_18](./version_18/) | `18` | Specifies version 18 with 89 x 89 modules. | -| [VERSION_19](./version_19/) | `19` | Specifies version 19 with 93 x 93 modules. | -| [VERSION_20](./version_20/) | `20` | Specifies version 20 with 97 x 97 modules. | -| [VERSION_21](./version_21/) | `21` | Specifies version 21 with 101 x 101 modules. | -| [VERSION_22](./version_22/) | `22` | Specifies version 22 with 105 x 105 modules. | -| [VERSION_23](./version_23/) | `23` | Specifies version 23 with 109 x 109 modules. | -| [VERSION_24](./version_24/) | `24` | Specifies version 24 with 113 x 113 modules. | -| [VERSION_25](./version_25/) | `25` | Specifies version 25 with 117 x 117 modules. | -| [VERSION_26](./version_26/) | `26` | Specifies version 26 with 121 x 121 modules. | -| [VERSION_27](./version_27/) | `27` | Specifies version 27 with 125 x 125 modules. | -| [VERSION_28](./version_28/) | `28` | Specifies version 28 with 129 x 129 modules. | -| [VERSION_29](./version_29/) | `29` | Specifies version 29 with 133 x 133 modules. | -| [VERSION_30](./version_30/) | `30` | Specifies version 30 with 137 x 137 modules. | -| [VERSION_31](./version_31/) | `31` | Specifies version 31 with 141 x 141 modules. | -| [VERSION_32](./version_32/) | `32` | Specifies version 32 with 145 x 145 modules. | -| [VERSION_33](./version_33/) | `33` | Specifies version 33 with 149 x 149 modules. | -| [VERSION_34](./version_34/) | `34` | Specifies version 34 with 153 x 153 modules. | -| [VERSION_35](./version_35/) | `35` | Specifies version 35 with 157 x 157 modules. | -| [VERSION_36](./version_36/) | `36` | Specifies version 36 with 161 x 161 modules. | -| [VERSION_37](./version_37/) | `37` | Specifies version 37 with 165 x 165 modules. | -| [VERSION_38](./version_38/) | `38` | Specifies version 38 with 169 x 169 modules. | -| [VERSION_39](./version_39/) | `39` | Specifies version 39 with 173 x 173 modules. | -| [VERSION_40](./version_40/) | `40` | Specifies version 40 with 177 x 177 modules. | -| [VERSION_M1](./version_m1/) | `101` | Specifies version M1 for Micro QR with 11 x 11 modules. | -| [VERSION_M2](./version_m2/) | `102` | Specifies version M2 for Micro QR with 13 x 13 modules. | -| [VERSION_M3](./version_m3/) | `103` | Specifies version M3 for Micro QR with 15 x 15 modules. | -| [VERSION_M4](./version_m4/) | `104` | Specifies version M4 for Micro QR with 17 x 17 modules. | +| [AUTO](#auto) | `0` | Specifies to automatically pick up the best version for QR. This is default value. | +| [VERSION_01](#version_01) | `1` | Specifies version 1 with 21 x 21 modules. | +| [VERSION_02](#version_02) | `2` | Specifies version 2 with 25 x 25 modules. | +| [VERSION_03](#version_03) | `3` | Specifies version 3 with 29 x 29 modules. | +| [VERSION_04](#version_04) | `4` | Specifies version 4 with 33 x 33 modules. | +| [VERSION_05](#version_05) | `5` | Specifies version 5 with 37 x 37 modules. | +| [VERSION_06](#version_06) | `6` | Specifies version 6 with 41 x 41 modules. | +| [VERSION_07](#version_07) | `7` | Specifies version 7 with 45 x 45 modules. | +| [VERSION_08](#version_08) | `8` | Specifies version 8 with 49 x 49 modules. | +| [VERSION_09](#version_09) | `9` | Specifies version 9 with 53 x 53 modules. | +| [VERSION_10](#version_10) | `10` | Specifies version 10 with 57 x 57 modules. | +| [VERSION_11](#version_11) | `11` | Specifies version 11 with 61 x 61 modules. | +| [VERSION_12](#version_12) | `12` | Specifies version 12 with 65 x 65 modules. | +| [VERSION_13](#version_13) | `13` | Specifies version 13 with 69 x 69 modules. | +| [VERSION_14](#version_14) | `14` | Specifies version 14 with 73 x 73 modules. | +| [VERSION_15](#version_15) | `15` | Specifies version 15 with 77 x 77 modules. | +| [VERSION_16](#version_16) | `16` | Specifies version 16 with 81 x 81 modules. | +| [VERSION_17](#version_17) | `17` | Specifies version 17 with 85 x 85 modules. | +| [VERSION_18](#version_18) | `18` | Specifies version 18 with 89 x 89 modules. | +| [VERSION_19](#version_19) | `19` | Specifies version 19 with 93 x 93 modules. | +| [VERSION_20](#version_20) | `20` | Specifies version 20 with 97 x 97 modules. | +| [VERSION_21](#version_21) | `21` | Specifies version 21 with 101 x 101 modules. | +| [VERSION_22](#version_22) | `22` | Specifies version 22 with 105 x 105 modules. | +| [VERSION_23](#version_23) | `23` | Specifies version 23 with 109 x 109 modules. | +| [VERSION_24](#version_24) | `24` | Specifies version 24 with 113 x 113 modules. | +| [VERSION_25](#version_25) | `25` | Specifies version 25 with 117 x 117 modules. | +| [VERSION_26](#version_26) | `26` | Specifies version 26 with 121 x 121 modules. | +| [VERSION_27](#version_27) | `27` | Specifies version 27 with 125 x 125 modules. | +| [VERSION_28](#version_28) | `28` | Specifies version 28 with 129 x 129 modules. | +| [VERSION_29](#version_29) | `29` | Specifies version 29 with 133 x 133 modules. | +| [VERSION_30](#version_30) | `30` | Specifies version 30 with 137 x 137 modules. | +| [VERSION_31](#version_31) | `31` | Specifies version 31 with 141 x 141 modules. | +| [VERSION_32](#version_32) | `32` | Specifies version 32 with 145 x 145 modules. | +| [VERSION_33](#version_33) | `33` | Specifies version 33 with 149 x 149 modules. | +| [VERSION_34](#version_34) | `34` | Specifies version 34 with 153 x 153 modules. | +| [VERSION_35](#version_35) | `35` | Specifies version 35 with 157 x 157 modules. | +| [VERSION_36](#version_36) | `36` | Specifies version 36 with 161 x 161 modules. | +| [VERSION_37](#version_37) | `37` | Specifies version 37 with 165 x 165 modules. | +| [VERSION_38](#version_38) | `38` | Specifies version 38 with 169 x 169 modules. | +| [VERSION_39](#version_39) | `39` | Specifies version 39 with 173 x 173 modules. | +| [VERSION_40](#version_40) | `40` | Specifies version 40 with 177 x 177 modules. | +| [VERSION_M1](#version_m1) | `101` | Specifies version M1 for Micro QR with 11 x 11 modules. | +| [VERSION_M2](#version_m2) | `102` | Specifies version M2 for Micro QR with 13 x 13 modules. | +| [VERSION_M3](#version_m3) | `103` | Specifies version M3 for Micro QR with 15 x 15 modules. | +| [VERSION_M4](#version_m4) | `104` | Specifies version M4 for Micro QR with 17 x 17 modules. | +### QRVersion.AUTO {#auto} + +**Type:** `int` + +**Value:** `0` + +Specifies to automatically pick up the best version for QR. This is default value. + +### QRVersion.VERSION_01 {#version_01} + +**Type:** `int` + +**Value:** `1` + +Specifies version 1 with 21 x 21 modules. + +### QRVersion.VERSION_02 {#version_02} + +**Type:** `int` + +**Value:** `2` + +Specifies version 2 with 25 x 25 modules. + +### QRVersion.VERSION_03 {#version_03} + +**Type:** `int` + +**Value:** `3` + +Specifies version 3 with 29 x 29 modules. + +### QRVersion.VERSION_04 {#version_04} + +**Type:** `int` + +**Value:** `4` + +Specifies version 4 with 33 x 33 modules. + +### QRVersion.VERSION_05 {#version_05} + +**Type:** `int` + +**Value:** `5` + +Specifies version 5 with 37 x 37 modules. + +### QRVersion.VERSION_06 {#version_06} + +**Type:** `int` + +**Value:** `6` + +Specifies version 6 with 41 x 41 modules. + +### QRVersion.VERSION_07 {#version_07} + +**Type:** `int` + +**Value:** `7` + +Specifies version 7 with 45 x 45 modules. + +### QRVersion.VERSION_08 {#version_08} + +**Type:** `int` + +**Value:** `8` + +Specifies version 8 with 49 x 49 modules. + +### QRVersion.VERSION_09 {#version_09} + +**Type:** `int` + +**Value:** `9` + +Specifies version 9 with 53 x 53 modules. + +### QRVersion.VERSION_10 {#version_10} + +**Type:** `int` + +**Value:** `10` + +Specifies version 10 with 57 x 57 modules. + +### QRVersion.VERSION_11 {#version_11} + +**Type:** `int` + +**Value:** `11` + +Specifies version 11 with 61 x 61 modules. + +### QRVersion.VERSION_12 {#version_12} + +**Type:** `int` + +**Value:** `12` + +Specifies version 12 with 65 x 65 modules. + +### QRVersion.VERSION_13 {#version_13} + +**Type:** `int` + +**Value:** `13` + +Specifies version 13 with 69 x 69 modules. + +### QRVersion.VERSION_14 {#version_14} + +**Type:** `int` + +**Value:** `14` + +Specifies version 14 with 73 x 73 modules. + +### QRVersion.VERSION_15 {#version_15} + +**Type:** `int` + +**Value:** `15` + +Specifies version 15 with 77 x 77 modules. + +### QRVersion.VERSION_16 {#version_16} + +**Type:** `int` + +**Value:** `16` + +Specifies version 16 with 81 x 81 modules. + +### QRVersion.VERSION_17 {#version_17} + +**Type:** `int` + +**Value:** `17` + +Specifies version 17 with 85 x 85 modules. + +### QRVersion.VERSION_18 {#version_18} + +**Type:** `int` + +**Value:** `18` + +Specifies version 18 with 89 x 89 modules. + +### QRVersion.VERSION_19 {#version_19} + +**Type:** `int` + +**Value:** `19` + +Specifies version 19 with 93 x 93 modules. + +### QRVersion.VERSION_20 {#version_20} + +**Type:** `int` + +**Value:** `20` + +Specifies version 20 with 97 x 97 modules. + +### QRVersion.VERSION_21 {#version_21} + +**Type:** `int` + +**Value:** `21` + +Specifies version 21 with 101 x 101 modules. + +### QRVersion.VERSION_22 {#version_22} + +**Type:** `int` + +**Value:** `22` + +Specifies version 22 with 105 x 105 modules. + +### QRVersion.VERSION_23 {#version_23} + +**Type:** `int` + +**Value:** `23` + +Specifies version 23 with 109 x 109 modules. + +### QRVersion.VERSION_24 {#version_24} + +**Type:** `int` + +**Value:** `24` + +Specifies version 24 with 113 x 113 modules. + +### QRVersion.VERSION_25 {#version_25} + +**Type:** `int` + +**Value:** `25` + +Specifies version 25 with 117 x 117 modules. + +### QRVersion.VERSION_26 {#version_26} + +**Type:** `int` + +**Value:** `26` + +Specifies version 26 with 121 x 121 modules. + +### QRVersion.VERSION_27 {#version_27} + +**Type:** `int` + +**Value:** `27` + +Specifies version 27 with 125 x 125 modules. + +### QRVersion.VERSION_28 {#version_28} + +**Type:** `int` + +**Value:** `28` + +Specifies version 28 with 129 x 129 modules. + +### QRVersion.VERSION_29 {#version_29} + +**Type:** `int` + +**Value:** `29` + +Specifies version 29 with 133 x 133 modules. + +### QRVersion.VERSION_30 {#version_30} + +**Type:** `int` + +**Value:** `30` + +Specifies version 30 with 137 x 137 modules. + +### QRVersion.VERSION_31 {#version_31} + +**Type:** `int` + +**Value:** `31` + +Specifies version 31 with 141 x 141 modules. + +### QRVersion.VERSION_32 {#version_32} + +**Type:** `int` + +**Value:** `32` + +Specifies version 32 with 145 x 145 modules. + +### QRVersion.VERSION_33 {#version_33} + +**Type:** `int` + +**Value:** `33` + +Specifies version 33 with 149 x 149 modules. + +### QRVersion.VERSION_34 {#version_34} + +**Type:** `int` + +**Value:** `34` + +Specifies version 34 with 153 x 153 modules. + +### QRVersion.VERSION_35 {#version_35} + +**Type:** `int` + +**Value:** `35` + +Specifies version 35 with 157 x 157 modules. + +### QRVersion.VERSION_36 {#version_36} + +**Type:** `int` + +**Value:** `36` + +Specifies version 36 with 161 x 161 modules. + +### QRVersion.VERSION_37 {#version_37} + +**Type:** `int` + +**Value:** `37` + +Specifies version 37 with 165 x 165 modules. + +### QRVersion.VERSION_38 {#version_38} + +**Type:** `int` + +**Value:** `38` + +Specifies version 38 with 169 x 169 modules. + +### QRVersion.VERSION_39 {#version_39} + +**Type:** `int` + +**Value:** `39` + +Specifies version 39 with 173 x 173 modules. + +### QRVersion.VERSION_40 {#version_40} + +**Type:** `int` + +**Value:** `40` + +Specifies version 40 with 177 x 177 modules. + +### QRVersion.VERSION_M1 {#version_m1} + +**Type:** `int` + +**Value:** `101` + +Specifies version M1 for Micro QR with 11 x 11 modules. + +### QRVersion.VERSION_M2 {#version_m2} + +**Type:** `int` + +**Value:** `102` + +Specifies version M2 for Micro QR with 13 x 13 modules. + +### QRVersion.VERSION_M3 {#version_m3} + +**Type:** `int` + +**Value:** `103` + +Specifies version M3 for Micro QR with 15 x 15 modules. + +### QRVersion.VERSION_M4 {#version_m4} + +**Type:** `int` + +**Value:** `104` + +Specifies version M4 for Micro QR with 17 x 17 modules. + diff --git a/english/python-java/aspose_barcode.generation/qrversion/auto/_index.md b/english/python-java/aspose_barcode.generation/qrversion/auto/_index.md deleted file mode 100644 index ac3593cd6..000000000 --- a/english/python-java/aspose_barcode.generation/qrversion/auto/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QRVersion.AUTO" -linktitle: "AUTO" -articleTitle: "AUTO" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies to automatically pick up the best version for QR. This is default value." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrversion/auto/ ---- - -## QRVersion.AUTO - -**Type:** `int` - - -**Value:** `0` - - -Specifies to automatically pick up the best version for QR. This is default value. - diff --git a/english/python-java/aspose_barcode.generation/qrversion/version_01/_index.md b/english/python-java/aspose_barcode.generation/qrversion/version_01/_index.md deleted file mode 100644 index ea4b85d7d..000000000 --- a/english/python-java/aspose_barcode.generation/qrversion/version_01/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QRVersion.VERSION_01" -linktitle: "VERSION_01" -articleTitle: "VERSION_01" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 1 with 21 x 21 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrversion/version_01/ ---- - -## QRVersion.VERSION_01 - -**Type:** `int` - - -**Value:** `1` - - -Specifies version 1 with 21 x 21 modules. - diff --git a/english/python-java/aspose_barcode.generation/qrversion/version_02/_index.md b/english/python-java/aspose_barcode.generation/qrversion/version_02/_index.md deleted file mode 100644 index 8be7cda33..000000000 --- a/english/python-java/aspose_barcode.generation/qrversion/version_02/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QRVersion.VERSION_02" -linktitle: "VERSION_02" -articleTitle: "VERSION_02" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 2 with 25 x 25 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrversion/version_02/ ---- - -## QRVersion.VERSION_02 - -**Type:** `int` - - -**Value:** `2` - - -Specifies version 2 with 25 x 25 modules. - diff --git a/english/python-java/aspose_barcode.generation/qrversion/version_03/_index.md b/english/python-java/aspose_barcode.generation/qrversion/version_03/_index.md deleted file mode 100644 index d7d594872..000000000 --- a/english/python-java/aspose_barcode.generation/qrversion/version_03/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QRVersion.VERSION_03" -linktitle: "VERSION_03" -articleTitle: "VERSION_03" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 3 with 29 x 29 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrversion/version_03/ ---- - -## QRVersion.VERSION_03 - -**Type:** `int` - - -**Value:** `3` - - -Specifies version 3 with 29 x 29 modules. - diff --git a/english/python-java/aspose_barcode.generation/qrversion/version_04/_index.md b/english/python-java/aspose_barcode.generation/qrversion/version_04/_index.md deleted file mode 100644 index f7f104ff1..000000000 --- a/english/python-java/aspose_barcode.generation/qrversion/version_04/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QRVersion.VERSION_04" -linktitle: "VERSION_04" -articleTitle: "VERSION_04" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 4 with 33 x 33 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrversion/version_04/ ---- - -## QRVersion.VERSION_04 - -**Type:** `int` - - -**Value:** `4` - - -Specifies version 4 with 33 x 33 modules. - diff --git a/english/python-java/aspose_barcode.generation/qrversion/version_05/_index.md b/english/python-java/aspose_barcode.generation/qrversion/version_05/_index.md deleted file mode 100644 index 1a8568dbc..000000000 --- a/english/python-java/aspose_barcode.generation/qrversion/version_05/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QRVersion.VERSION_05" -linktitle: "VERSION_05" -articleTitle: "VERSION_05" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 5 with 37 x 37 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrversion/version_05/ ---- - -## QRVersion.VERSION_05 - -**Type:** `int` - - -**Value:** `5` - - -Specifies version 5 with 37 x 37 modules. - diff --git a/english/python-java/aspose_barcode.generation/qrversion/version_06/_index.md b/english/python-java/aspose_barcode.generation/qrversion/version_06/_index.md deleted file mode 100644 index b7b82a0f3..000000000 --- a/english/python-java/aspose_barcode.generation/qrversion/version_06/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QRVersion.VERSION_06" -linktitle: "VERSION_06" -articleTitle: "VERSION_06" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 6 with 41 x 41 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrversion/version_06/ ---- - -## QRVersion.VERSION_06 - -**Type:** `int` - - -**Value:** `6` - - -Specifies version 6 with 41 x 41 modules. - diff --git a/english/python-java/aspose_barcode.generation/qrversion/version_07/_index.md b/english/python-java/aspose_barcode.generation/qrversion/version_07/_index.md deleted file mode 100644 index 95f078af8..000000000 --- a/english/python-java/aspose_barcode.generation/qrversion/version_07/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QRVersion.VERSION_07" -linktitle: "VERSION_07" -articleTitle: "VERSION_07" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 7 with 45 x 45 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrversion/version_07/ ---- - -## QRVersion.VERSION_07 - -**Type:** `int` - - -**Value:** `7` - - -Specifies version 7 with 45 x 45 modules. - diff --git a/english/python-java/aspose_barcode.generation/qrversion/version_08/_index.md b/english/python-java/aspose_barcode.generation/qrversion/version_08/_index.md deleted file mode 100644 index bca34ca2f..000000000 --- a/english/python-java/aspose_barcode.generation/qrversion/version_08/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QRVersion.VERSION_08" -linktitle: "VERSION_08" -articleTitle: "VERSION_08" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 8 with 49 x 49 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrversion/version_08/ ---- - -## QRVersion.VERSION_08 - -**Type:** `int` - - -**Value:** `8` - - -Specifies version 8 with 49 x 49 modules. - diff --git a/english/python-java/aspose_barcode.generation/qrversion/version_09/_index.md b/english/python-java/aspose_barcode.generation/qrversion/version_09/_index.md deleted file mode 100644 index e367515f4..000000000 --- a/english/python-java/aspose_barcode.generation/qrversion/version_09/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QRVersion.VERSION_09" -linktitle: "VERSION_09" -articleTitle: "VERSION_09" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 9 with 53 x 53 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrversion/version_09/ ---- - -## QRVersion.VERSION_09 - -**Type:** `int` - - -**Value:** `9` - - -Specifies version 9 with 53 x 53 modules. - diff --git a/english/python-java/aspose_barcode.generation/qrversion/version_10/_index.md b/english/python-java/aspose_barcode.generation/qrversion/version_10/_index.md deleted file mode 100644 index 48e851a4b..000000000 --- a/english/python-java/aspose_barcode.generation/qrversion/version_10/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QRVersion.VERSION_10" -linktitle: "VERSION_10" -articleTitle: "VERSION_10" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 10 with 57 x 57 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrversion/version_10/ ---- - -## QRVersion.VERSION_10 - -**Type:** `int` - - -**Value:** `10` - - -Specifies version 10 with 57 x 57 modules. - diff --git a/english/python-java/aspose_barcode.generation/qrversion/version_11/_index.md b/english/python-java/aspose_barcode.generation/qrversion/version_11/_index.md deleted file mode 100644 index ed8623cfd..000000000 --- a/english/python-java/aspose_barcode.generation/qrversion/version_11/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QRVersion.VERSION_11" -linktitle: "VERSION_11" -articleTitle: "VERSION_11" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 11 with 61 x 61 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrversion/version_11/ ---- - -## QRVersion.VERSION_11 - -**Type:** `int` - - -**Value:** `11` - - -Specifies version 11 with 61 x 61 modules. - diff --git a/english/python-java/aspose_barcode.generation/qrversion/version_12/_index.md b/english/python-java/aspose_barcode.generation/qrversion/version_12/_index.md deleted file mode 100644 index 5db4d471d..000000000 --- a/english/python-java/aspose_barcode.generation/qrversion/version_12/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QRVersion.VERSION_12" -linktitle: "VERSION_12" -articleTitle: "VERSION_12" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 12 with 65 x 65 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrversion/version_12/ ---- - -## QRVersion.VERSION_12 - -**Type:** `int` - - -**Value:** `12` - - -Specifies version 12 with 65 x 65 modules. - diff --git a/english/python-java/aspose_barcode.generation/qrversion/version_13/_index.md b/english/python-java/aspose_barcode.generation/qrversion/version_13/_index.md deleted file mode 100644 index 8d11e783a..000000000 --- a/english/python-java/aspose_barcode.generation/qrversion/version_13/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QRVersion.VERSION_13" -linktitle: "VERSION_13" -articleTitle: "VERSION_13" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 13 with 69 x 69 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrversion/version_13/ ---- - -## QRVersion.VERSION_13 - -**Type:** `int` - - -**Value:** `13` - - -Specifies version 13 with 69 x 69 modules. - diff --git a/english/python-java/aspose_barcode.generation/qrversion/version_14/_index.md b/english/python-java/aspose_barcode.generation/qrversion/version_14/_index.md deleted file mode 100644 index 65bb77dc4..000000000 --- a/english/python-java/aspose_barcode.generation/qrversion/version_14/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QRVersion.VERSION_14" -linktitle: "VERSION_14" -articleTitle: "VERSION_14" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 14 with 73 x 73 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrversion/version_14/ ---- - -## QRVersion.VERSION_14 - -**Type:** `int` - - -**Value:** `14` - - -Specifies version 14 with 73 x 73 modules. - diff --git a/english/python-java/aspose_barcode.generation/qrversion/version_15/_index.md b/english/python-java/aspose_barcode.generation/qrversion/version_15/_index.md deleted file mode 100644 index b8599ea30..000000000 --- a/english/python-java/aspose_barcode.generation/qrversion/version_15/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QRVersion.VERSION_15" -linktitle: "VERSION_15" -articleTitle: "VERSION_15" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 15 with 77 x 77 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrversion/version_15/ ---- - -## QRVersion.VERSION_15 - -**Type:** `int` - - -**Value:** `15` - - -Specifies version 15 with 77 x 77 modules. - diff --git a/english/python-java/aspose_barcode.generation/qrversion/version_16/_index.md b/english/python-java/aspose_barcode.generation/qrversion/version_16/_index.md deleted file mode 100644 index 41ca7d3d3..000000000 --- a/english/python-java/aspose_barcode.generation/qrversion/version_16/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QRVersion.VERSION_16" -linktitle: "VERSION_16" -articleTitle: "VERSION_16" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 16 with 81 x 81 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrversion/version_16/ ---- - -## QRVersion.VERSION_16 - -**Type:** `int` - - -**Value:** `16` - - -Specifies version 16 with 81 x 81 modules. - diff --git a/english/python-java/aspose_barcode.generation/qrversion/version_17/_index.md b/english/python-java/aspose_barcode.generation/qrversion/version_17/_index.md deleted file mode 100644 index cc008fe12..000000000 --- a/english/python-java/aspose_barcode.generation/qrversion/version_17/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QRVersion.VERSION_17" -linktitle: "VERSION_17" -articleTitle: "VERSION_17" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 17 with 85 x 85 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrversion/version_17/ ---- - -## QRVersion.VERSION_17 - -**Type:** `int` - - -**Value:** `17` - - -Specifies version 17 with 85 x 85 modules. - diff --git a/english/python-java/aspose_barcode.generation/qrversion/version_18/_index.md b/english/python-java/aspose_barcode.generation/qrversion/version_18/_index.md deleted file mode 100644 index f788e8d6c..000000000 --- a/english/python-java/aspose_barcode.generation/qrversion/version_18/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QRVersion.VERSION_18" -linktitle: "VERSION_18" -articleTitle: "VERSION_18" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 18 with 89 x 89 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrversion/version_18/ ---- - -## QRVersion.VERSION_18 - -**Type:** `int` - - -**Value:** `18` - - -Specifies version 18 with 89 x 89 modules. - diff --git a/english/python-java/aspose_barcode.generation/qrversion/version_19/_index.md b/english/python-java/aspose_barcode.generation/qrversion/version_19/_index.md deleted file mode 100644 index eb88eeb31..000000000 --- a/english/python-java/aspose_barcode.generation/qrversion/version_19/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QRVersion.VERSION_19" -linktitle: "VERSION_19" -articleTitle: "VERSION_19" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 19 with 93 x 93 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrversion/version_19/ ---- - -## QRVersion.VERSION_19 - -**Type:** `int` - - -**Value:** `19` - - -Specifies version 19 with 93 x 93 modules. - diff --git a/english/python-java/aspose_barcode.generation/qrversion/version_20/_index.md b/english/python-java/aspose_barcode.generation/qrversion/version_20/_index.md deleted file mode 100644 index f640489ef..000000000 --- a/english/python-java/aspose_barcode.generation/qrversion/version_20/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QRVersion.VERSION_20" -linktitle: "VERSION_20" -articleTitle: "VERSION_20" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 20 with 97 x 97 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrversion/version_20/ ---- - -## QRVersion.VERSION_20 - -**Type:** `int` - - -**Value:** `20` - - -Specifies version 20 with 97 x 97 modules. - diff --git a/english/python-java/aspose_barcode.generation/qrversion/version_21/_index.md b/english/python-java/aspose_barcode.generation/qrversion/version_21/_index.md deleted file mode 100644 index c2f78525d..000000000 --- a/english/python-java/aspose_barcode.generation/qrversion/version_21/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QRVersion.VERSION_21" -linktitle: "VERSION_21" -articleTitle: "VERSION_21" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 21 with 101 x 101 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrversion/version_21/ ---- - -## QRVersion.VERSION_21 - -**Type:** `int` - - -**Value:** `21` - - -Specifies version 21 with 101 x 101 modules. - diff --git a/english/python-java/aspose_barcode.generation/qrversion/version_22/_index.md b/english/python-java/aspose_barcode.generation/qrversion/version_22/_index.md deleted file mode 100644 index c8e1d97d1..000000000 --- a/english/python-java/aspose_barcode.generation/qrversion/version_22/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QRVersion.VERSION_22" -linktitle: "VERSION_22" -articleTitle: "VERSION_22" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 22 with 105 x 105 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrversion/version_22/ ---- - -## QRVersion.VERSION_22 - -**Type:** `int` - - -**Value:** `22` - - -Specifies version 22 with 105 x 105 modules. - diff --git a/english/python-java/aspose_barcode.generation/qrversion/version_23/_index.md b/english/python-java/aspose_barcode.generation/qrversion/version_23/_index.md deleted file mode 100644 index 8f50b53b8..000000000 --- a/english/python-java/aspose_barcode.generation/qrversion/version_23/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QRVersion.VERSION_23" -linktitle: "VERSION_23" -articleTitle: "VERSION_23" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 23 with 109 x 109 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrversion/version_23/ ---- - -## QRVersion.VERSION_23 - -**Type:** `int` - - -**Value:** `23` - - -Specifies version 23 with 109 x 109 modules. - diff --git a/english/python-java/aspose_barcode.generation/qrversion/version_24/_index.md b/english/python-java/aspose_barcode.generation/qrversion/version_24/_index.md deleted file mode 100644 index 83769b85b..000000000 --- a/english/python-java/aspose_barcode.generation/qrversion/version_24/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QRVersion.VERSION_24" -linktitle: "VERSION_24" -articleTitle: "VERSION_24" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 24 with 113 x 113 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrversion/version_24/ ---- - -## QRVersion.VERSION_24 - -**Type:** `int` - - -**Value:** `24` - - -Specifies version 24 with 113 x 113 modules. - diff --git a/english/python-java/aspose_barcode.generation/qrversion/version_25/_index.md b/english/python-java/aspose_barcode.generation/qrversion/version_25/_index.md deleted file mode 100644 index 25c293e25..000000000 --- a/english/python-java/aspose_barcode.generation/qrversion/version_25/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QRVersion.VERSION_25" -linktitle: "VERSION_25" -articleTitle: "VERSION_25" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 25 with 117 x 117 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrversion/version_25/ ---- - -## QRVersion.VERSION_25 - -**Type:** `int` - - -**Value:** `25` - - -Specifies version 25 with 117 x 117 modules. - diff --git a/english/python-java/aspose_barcode.generation/qrversion/version_26/_index.md b/english/python-java/aspose_barcode.generation/qrversion/version_26/_index.md deleted file mode 100644 index a212cf2a4..000000000 --- a/english/python-java/aspose_barcode.generation/qrversion/version_26/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QRVersion.VERSION_26" -linktitle: "VERSION_26" -articleTitle: "VERSION_26" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 26 with 121 x 121 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrversion/version_26/ ---- - -## QRVersion.VERSION_26 - -**Type:** `int` - - -**Value:** `26` - - -Specifies version 26 with 121 x 121 modules. - diff --git a/english/python-java/aspose_barcode.generation/qrversion/version_27/_index.md b/english/python-java/aspose_barcode.generation/qrversion/version_27/_index.md deleted file mode 100644 index cc8fe414f..000000000 --- a/english/python-java/aspose_barcode.generation/qrversion/version_27/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QRVersion.VERSION_27" -linktitle: "VERSION_27" -articleTitle: "VERSION_27" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 27 with 125 x 125 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrversion/version_27/ ---- - -## QRVersion.VERSION_27 - -**Type:** `int` - - -**Value:** `27` - - -Specifies version 27 with 125 x 125 modules. - diff --git a/english/python-java/aspose_barcode.generation/qrversion/version_28/_index.md b/english/python-java/aspose_barcode.generation/qrversion/version_28/_index.md deleted file mode 100644 index 40f353bab..000000000 --- a/english/python-java/aspose_barcode.generation/qrversion/version_28/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QRVersion.VERSION_28" -linktitle: "VERSION_28" -articleTitle: "VERSION_28" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 28 with 129 x 129 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrversion/version_28/ ---- - -## QRVersion.VERSION_28 - -**Type:** `int` - - -**Value:** `28` - - -Specifies version 28 with 129 x 129 modules. - diff --git a/english/python-java/aspose_barcode.generation/qrversion/version_29/_index.md b/english/python-java/aspose_barcode.generation/qrversion/version_29/_index.md deleted file mode 100644 index b7b41f59c..000000000 --- a/english/python-java/aspose_barcode.generation/qrversion/version_29/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QRVersion.VERSION_29" -linktitle: "VERSION_29" -articleTitle: "VERSION_29" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 29 with 133 x 133 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrversion/version_29/ ---- - -## QRVersion.VERSION_29 - -**Type:** `int` - - -**Value:** `29` - - -Specifies version 29 with 133 x 133 modules. - diff --git a/english/python-java/aspose_barcode.generation/qrversion/version_30/_index.md b/english/python-java/aspose_barcode.generation/qrversion/version_30/_index.md deleted file mode 100644 index d999011ed..000000000 --- a/english/python-java/aspose_barcode.generation/qrversion/version_30/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QRVersion.VERSION_30" -linktitle: "VERSION_30" -articleTitle: "VERSION_30" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 30 with 137 x 137 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrversion/version_30/ ---- - -## QRVersion.VERSION_30 - -**Type:** `int` - - -**Value:** `30` - - -Specifies version 30 with 137 x 137 modules. - diff --git a/english/python-java/aspose_barcode.generation/qrversion/version_31/_index.md b/english/python-java/aspose_barcode.generation/qrversion/version_31/_index.md deleted file mode 100644 index 5d12213b0..000000000 --- a/english/python-java/aspose_barcode.generation/qrversion/version_31/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QRVersion.VERSION_31" -linktitle: "VERSION_31" -articleTitle: "VERSION_31" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 31 with 141 x 141 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrversion/version_31/ ---- - -## QRVersion.VERSION_31 - -**Type:** `int` - - -**Value:** `31` - - -Specifies version 31 with 141 x 141 modules. - diff --git a/english/python-java/aspose_barcode.generation/qrversion/version_32/_index.md b/english/python-java/aspose_barcode.generation/qrversion/version_32/_index.md deleted file mode 100644 index a2d774300..000000000 --- a/english/python-java/aspose_barcode.generation/qrversion/version_32/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QRVersion.VERSION_32" -linktitle: "VERSION_32" -articleTitle: "VERSION_32" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 32 with 145 x 145 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrversion/version_32/ ---- - -## QRVersion.VERSION_32 - -**Type:** `int` - - -**Value:** `32` - - -Specifies version 32 with 145 x 145 modules. - diff --git a/english/python-java/aspose_barcode.generation/qrversion/version_33/_index.md b/english/python-java/aspose_barcode.generation/qrversion/version_33/_index.md deleted file mode 100644 index 30bb8fe1c..000000000 --- a/english/python-java/aspose_barcode.generation/qrversion/version_33/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QRVersion.VERSION_33" -linktitle: "VERSION_33" -articleTitle: "VERSION_33" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 33 with 149 x 149 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrversion/version_33/ ---- - -## QRVersion.VERSION_33 - -**Type:** `int` - - -**Value:** `33` - - -Specifies version 33 with 149 x 149 modules. - diff --git a/english/python-java/aspose_barcode.generation/qrversion/version_34/_index.md b/english/python-java/aspose_barcode.generation/qrversion/version_34/_index.md deleted file mode 100644 index feba55ed6..000000000 --- a/english/python-java/aspose_barcode.generation/qrversion/version_34/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QRVersion.VERSION_34" -linktitle: "VERSION_34" -articleTitle: "VERSION_34" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 34 with 153 x 153 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrversion/version_34/ ---- - -## QRVersion.VERSION_34 - -**Type:** `int` - - -**Value:** `34` - - -Specifies version 34 with 153 x 153 modules. - diff --git a/english/python-java/aspose_barcode.generation/qrversion/version_35/_index.md b/english/python-java/aspose_barcode.generation/qrversion/version_35/_index.md deleted file mode 100644 index d748fd3f9..000000000 --- a/english/python-java/aspose_barcode.generation/qrversion/version_35/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QRVersion.VERSION_35" -linktitle: "VERSION_35" -articleTitle: "VERSION_35" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 35 with 157 x 157 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrversion/version_35/ ---- - -## QRVersion.VERSION_35 - -**Type:** `int` - - -**Value:** `35` - - -Specifies version 35 with 157 x 157 modules. - diff --git a/english/python-java/aspose_barcode.generation/qrversion/version_36/_index.md b/english/python-java/aspose_barcode.generation/qrversion/version_36/_index.md deleted file mode 100644 index 6c220766c..000000000 --- a/english/python-java/aspose_barcode.generation/qrversion/version_36/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QRVersion.VERSION_36" -linktitle: "VERSION_36" -articleTitle: "VERSION_36" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 36 with 161 x 161 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrversion/version_36/ ---- - -## QRVersion.VERSION_36 - -**Type:** `int` - - -**Value:** `36` - - -Specifies version 36 with 161 x 161 modules. - diff --git a/english/python-java/aspose_barcode.generation/qrversion/version_37/_index.md b/english/python-java/aspose_barcode.generation/qrversion/version_37/_index.md deleted file mode 100644 index bb99a0264..000000000 --- a/english/python-java/aspose_barcode.generation/qrversion/version_37/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QRVersion.VERSION_37" -linktitle: "VERSION_37" -articleTitle: "VERSION_37" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 37 with 165 x 165 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrversion/version_37/ ---- - -## QRVersion.VERSION_37 - -**Type:** `int` - - -**Value:** `37` - - -Specifies version 37 with 165 x 165 modules. - diff --git a/english/python-java/aspose_barcode.generation/qrversion/version_38/_index.md b/english/python-java/aspose_barcode.generation/qrversion/version_38/_index.md deleted file mode 100644 index c25afa476..000000000 --- a/english/python-java/aspose_barcode.generation/qrversion/version_38/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QRVersion.VERSION_38" -linktitle: "VERSION_38" -articleTitle: "VERSION_38" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 38 with 169 x 169 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrversion/version_38/ ---- - -## QRVersion.VERSION_38 - -**Type:** `int` - - -**Value:** `38` - - -Specifies version 38 with 169 x 169 modules. - diff --git a/english/python-java/aspose_barcode.generation/qrversion/version_39/_index.md b/english/python-java/aspose_barcode.generation/qrversion/version_39/_index.md deleted file mode 100644 index 845034d22..000000000 --- a/english/python-java/aspose_barcode.generation/qrversion/version_39/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QRVersion.VERSION_39" -linktitle: "VERSION_39" -articleTitle: "VERSION_39" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 39 with 173 x 173 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrversion/version_39/ ---- - -## QRVersion.VERSION_39 - -**Type:** `int` - - -**Value:** `39` - - -Specifies version 39 with 173 x 173 modules. - diff --git a/english/python-java/aspose_barcode.generation/qrversion/version_40/_index.md b/english/python-java/aspose_barcode.generation/qrversion/version_40/_index.md deleted file mode 100644 index 7f8ed5a7e..000000000 --- a/english/python-java/aspose_barcode.generation/qrversion/version_40/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QRVersion.VERSION_40" -linktitle: "VERSION_40" -articleTitle: "VERSION_40" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version 40 with 177 x 177 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrversion/version_40/ ---- - -## QRVersion.VERSION_40 - -**Type:** `int` - - -**Value:** `40` - - -Specifies version 40 with 177 x 177 modules. - diff --git a/english/python-java/aspose_barcode.generation/qrversion/version_m1/_index.md b/english/python-java/aspose_barcode.generation/qrversion/version_m1/_index.md deleted file mode 100644 index 772948e83..000000000 --- a/english/python-java/aspose_barcode.generation/qrversion/version_m1/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QRVersion.VERSION_M1" -linktitle: "VERSION_M1" -articleTitle: "VERSION_M1" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version M1 for Micro QR with 11 x 11 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrversion/version_m1/ ---- - -## QRVersion.VERSION_M1 - -**Type:** `int` - - -**Value:** `101` - - -Specifies version M1 for Micro QR with 11 x 11 modules. - diff --git a/english/python-java/aspose_barcode.generation/qrversion/version_m2/_index.md b/english/python-java/aspose_barcode.generation/qrversion/version_m2/_index.md deleted file mode 100644 index 910539aad..000000000 --- a/english/python-java/aspose_barcode.generation/qrversion/version_m2/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QRVersion.VERSION_M2" -linktitle: "VERSION_M2" -articleTitle: "VERSION_M2" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version M2 for Micro QR with 13 x 13 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrversion/version_m2/ ---- - -## QRVersion.VERSION_M2 - -**Type:** `int` - - -**Value:** `102` - - -Specifies version M2 for Micro QR with 13 x 13 modules. - diff --git a/english/python-java/aspose_barcode.generation/qrversion/version_m3/_index.md b/english/python-java/aspose_barcode.generation/qrversion/version_m3/_index.md deleted file mode 100644 index 408aacdda..000000000 --- a/english/python-java/aspose_barcode.generation/qrversion/version_m3/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QRVersion.VERSION_M3" -linktitle: "VERSION_M3" -articleTitle: "VERSION_M3" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version M3 for Micro QR with 15 x 15 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrversion/version_m3/ ---- - -## QRVersion.VERSION_M3 - -**Type:** `int` - - -**Value:** `103` - - -Specifies version M3 for Micro QR with 15 x 15 modules. - diff --git a/english/python-java/aspose_barcode.generation/qrversion/version_m4/_index.md b/english/python-java/aspose_barcode.generation/qrversion/version_m4/_index.md deleted file mode 100644 index 4391ddcd2..000000000 --- a/english/python-java/aspose_barcode.generation/qrversion/version_m4/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QRVersion.VERSION_M4" -linktitle: "VERSION_M4" -articleTitle: "VERSION_M4" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies version M4 for Micro QR with 17 x 17 modules." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/qrversion/version_m4/ ---- - -## QRVersion.VERSION_M4 - -**Type:** `int` - - -**Value:** `104` - - -Specifies version M4 for Micro QR with 17 x 17 modules. - diff --git a/english/python-java/aspose_barcode.generation/rectmicroqrversion/_index.md b/english/python-java/aspose_barcode.generation/rectmicroqrversion/_index.md index 2c6578efc..48063a1d9 100644 --- a/english/python-java/aspose_barcode.generation/rectmicroqrversion/_index.md +++ b/english/python-java/aspose_barcode.generation/rectmicroqrversion/_index.md @@ -1,7 +1,6 @@ --- -title: "RectMicroQRVersion Enum" +title: "RectMicroQRVersion" linktitle: "RectMicroQRVersion" -articleTitle: "RectMicroQRVersion" second_title: "Aspose.BarCode for Python via Java" description: "" type: docs @@ -18,36 +17,234 @@ url: /python-java/aspose_barcode.generation/rectmicroqrversion/ | Name | Value | Description | | --- | --- | --- | -| [AUTO](./auto/) | `0` | | -| [R11x139](./r11x139/) | `16` | | -| [R11x27](./r11x27/) | `11` | | -| [R11x43](./r11x43/) | `12` | | -| [R11x59](./r11x59/) | `13` | | -| [R11x77](./r11x77/) | `14` | | -| [R11x99](./r11x99/) | `15` | | -| [R13x139](./r13x139/) | `22` | | -| [R13x27](./r13x27/) | `17` | | -| [R13x43](./r13x43/) | `18` | | -| [R13x59](./r13x59/) | `19` | | -| [R13x77](./r13x77/) | `20` | | -| [R13x99](./r13x99/) | `21` | | -| [R15x139](./r15x139/) | `27` | | -| [R15x43](./r15x43/) | `23` | | -| [R15x59](./r15x59/) | `24` | | -| [R15x77](./r15x77/) | `25` | | -| [R15x99](./r15x99/) | `26` | | -| [R17x139](./r17x139/) | `32` | | -| [R17x43](./r17x43/) | `28` | | -| [R17x59](./r17x59/) | `29` | | -| [R17x77](./r17x77/) | `30` | | -| [R17x99](./r17x99/) | `31` | | -| [R7x139](./r7x139/) | `5` | | -| [R7x43](./r7x43/) | `1` | | -| [R7x59](./r7x59/) | `2` | | -| [R7x77](./r7x77/) | `3` | | -| [R7x99](./r7x99/) | `4` | | -| [R9x139](./r9x139/) | `10` | | -| [R9x43](./r9x43/) | `6` | | -| [R9x59](./r9x59/) | `7` | | -| [R9x77](./r9x77/) | `8` | | -| [R9x99](./r9x99/) | `9` | | +| [AUTO](#auto) | `0` | | +| [R11x139](#r11x139) | `16` | | +| [R11x27](#r11x27) | `11` | | +| [R11x43](#r11x43) | `12` | | +| [R11x59](#r11x59) | `13` | | +| [R11x77](#r11x77) | `14` | | +| [R11x99](#r11x99) | `15` | | +| [R13x139](#r13x139) | `22` | | +| [R13x27](#r13x27) | `17` | | +| [R13x43](#r13x43) | `18` | | +| [R13x59](#r13x59) | `19` | | +| [R13x77](#r13x77) | `20` | | +| [R13x99](#r13x99) | `21` | | +| [R15x139](#r15x139) | `27` | | +| [R15x43](#r15x43) | `23` | | +| [R15x59](#r15x59) | `24` | | +| [R15x77](#r15x77) | `25` | | +| [R15x99](#r15x99) | `26` | | +| [R17x139](#r17x139) | `32` | | +| [R17x43](#r17x43) | `28` | | +| [R17x59](#r17x59) | `29` | | +| [R17x77](#r17x77) | `30` | | +| [R17x99](#r17x99) | `31` | | +| [R7x139](#r7x139) | `5` | | +| [R7x43](#r7x43) | `1` | | +| [R7x59](#r7x59) | `2` | | +| [R7x77](#r7x77) | `3` | | +| [R7x99](#r7x99) | `4` | | +| [R9x139](#r9x139) | `10` | | +| [R9x43](#r9x43) | `6` | | +| [R9x59](#r9x59) | `7` | | +| [R9x77](#r9x77) | `8` | | +| [R9x99](#r9x99) | `9` | | +### RectMicroQRVersion.AUTO {#auto} + +**Type:** `int` + +**Value:** `0` + +### RectMicroQRVersion.R11x139 {#r11x139} + +**Type:** `int` + +**Value:** `16` + +### RectMicroQRVersion.R11x27 {#r11x27} + +**Type:** `int` + +**Value:** `11` + +### RectMicroQRVersion.R11x43 {#r11x43} + +**Type:** `int` + +**Value:** `12` + +### RectMicroQRVersion.R11x59 {#r11x59} + +**Type:** `int` + +**Value:** `13` + +### RectMicroQRVersion.R11x77 {#r11x77} + +**Type:** `int` + +**Value:** `14` + +### RectMicroQRVersion.R11x99 {#r11x99} + +**Type:** `int` + +**Value:** `15` + +### RectMicroQRVersion.R13x139 {#r13x139} + +**Type:** `int` + +**Value:** `22` + +### RectMicroQRVersion.R13x27 {#r13x27} + +**Type:** `int` + +**Value:** `17` + +### RectMicroQRVersion.R13x43 {#r13x43} + +**Type:** `int` + +**Value:** `18` + +### RectMicroQRVersion.R13x59 {#r13x59} + +**Type:** `int` + +**Value:** `19` + +### RectMicroQRVersion.R13x77 {#r13x77} + +**Type:** `int` + +**Value:** `20` + +### RectMicroQRVersion.R13x99 {#r13x99} + +**Type:** `int` + +**Value:** `21` + +### RectMicroQRVersion.R15x139 {#r15x139} + +**Type:** `int` + +**Value:** `27` + +### RectMicroQRVersion.R15x43 {#r15x43} + +**Type:** `int` + +**Value:** `23` + +### RectMicroQRVersion.R15x59 {#r15x59} + +**Type:** `int` + +**Value:** `24` + +### RectMicroQRVersion.R15x77 {#r15x77} + +**Type:** `int` + +**Value:** `25` + +### RectMicroQRVersion.R15x99 {#r15x99} + +**Type:** `int` + +**Value:** `26` + +### RectMicroQRVersion.R17x139 {#r17x139} + +**Type:** `int` + +**Value:** `32` + +### RectMicroQRVersion.R17x43 {#r17x43} + +**Type:** `int` + +**Value:** `28` + +### RectMicroQRVersion.R17x59 {#r17x59} + +**Type:** `int` + +**Value:** `29` + +### RectMicroQRVersion.R17x77 {#r17x77} + +**Type:** `int` + +**Value:** `30` + +### RectMicroQRVersion.R17x99 {#r17x99} + +**Type:** `int` + +**Value:** `31` + +### RectMicroQRVersion.R7x139 {#r7x139} + +**Type:** `int` + +**Value:** `5` + +### RectMicroQRVersion.R7x43 {#r7x43} + +**Type:** `int` + +**Value:** `1` + +### RectMicroQRVersion.R7x59 {#r7x59} + +**Type:** `int` + +**Value:** `2` + +### RectMicroQRVersion.R7x77 {#r7x77} + +**Type:** `int` + +**Value:** `3` + +### RectMicroQRVersion.R7x99 {#r7x99} + +**Type:** `int` + +**Value:** `4` + +### RectMicroQRVersion.R9x139 {#r9x139} + +**Type:** `int` + +**Value:** `10` + +### RectMicroQRVersion.R9x43 {#r9x43} + +**Type:** `int` + +**Value:** `6` + +### RectMicroQRVersion.R9x59 {#r9x59} + +**Type:** `int` + +**Value:** `7` + +### RectMicroQRVersion.R9x77 {#r9x77} + +**Type:** `int` + +**Value:** `8` + +### RectMicroQRVersion.R9x99 {#r9x99} + +**Type:** `int` + +**Value:** `9` + diff --git a/english/python-java/aspose_barcode.generation/rectmicroqrversion/auto/_index.md b/english/python-java/aspose_barcode.generation/rectmicroqrversion/auto/_index.md deleted file mode 100644 index 206c1a273..000000000 --- a/english/python-java/aspose_barcode.generation/rectmicroqrversion/auto/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion.AUTO" -linktitle: "AUTO" -articleTitle: "AUTO" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/rectmicroqrversion/auto/ ---- - -## RectMicroQRVersion.AUTO - -**Type:** `int` - - -**Value:** `0` - diff --git a/english/python-java/aspose_barcode.generation/rectmicroqrversion/r11x139/_index.md b/english/python-java/aspose_barcode.generation/rectmicroqrversion/r11x139/_index.md deleted file mode 100644 index 3b8d614ea..000000000 --- a/english/python-java/aspose_barcode.generation/rectmicroqrversion/r11x139/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion.R11x139" -linktitle: "R11x139" -articleTitle: "R11x139" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/rectmicroqrversion/r11x139/ ---- - -## RectMicroQRVersion.R11x139 - -**Type:** `int` - - -**Value:** `16` - diff --git a/english/python-java/aspose_barcode.generation/rectmicroqrversion/r11x27/_index.md b/english/python-java/aspose_barcode.generation/rectmicroqrversion/r11x27/_index.md deleted file mode 100644 index eb5b34497..000000000 --- a/english/python-java/aspose_barcode.generation/rectmicroqrversion/r11x27/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion.R11x27" -linktitle: "R11x27" -articleTitle: "R11x27" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/rectmicroqrversion/r11x27/ ---- - -## RectMicroQRVersion.R11x27 - -**Type:** `int` - - -**Value:** `11` - diff --git a/english/python-java/aspose_barcode.generation/rectmicroqrversion/r11x43/_index.md b/english/python-java/aspose_barcode.generation/rectmicroqrversion/r11x43/_index.md deleted file mode 100644 index 8b459e50e..000000000 --- a/english/python-java/aspose_barcode.generation/rectmicroqrversion/r11x43/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion.R11x43" -linktitle: "R11x43" -articleTitle: "R11x43" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/rectmicroqrversion/r11x43/ ---- - -## RectMicroQRVersion.R11x43 - -**Type:** `int` - - -**Value:** `12` - diff --git a/english/python-java/aspose_barcode.generation/rectmicroqrversion/r11x59/_index.md b/english/python-java/aspose_barcode.generation/rectmicroqrversion/r11x59/_index.md deleted file mode 100644 index 388dddd7c..000000000 --- a/english/python-java/aspose_barcode.generation/rectmicroqrversion/r11x59/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion.R11x59" -linktitle: "R11x59" -articleTitle: "R11x59" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/rectmicroqrversion/r11x59/ ---- - -## RectMicroQRVersion.R11x59 - -**Type:** `int` - - -**Value:** `13` - diff --git a/english/python-java/aspose_barcode.generation/rectmicroqrversion/r11x77/_index.md b/english/python-java/aspose_barcode.generation/rectmicroqrversion/r11x77/_index.md deleted file mode 100644 index 22b3e52b8..000000000 --- a/english/python-java/aspose_barcode.generation/rectmicroqrversion/r11x77/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion.R11x77" -linktitle: "R11x77" -articleTitle: "R11x77" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/rectmicroqrversion/r11x77/ ---- - -## RectMicroQRVersion.R11x77 - -**Type:** `int` - - -**Value:** `14` - diff --git a/english/python-java/aspose_barcode.generation/rectmicroqrversion/r11x99/_index.md b/english/python-java/aspose_barcode.generation/rectmicroqrversion/r11x99/_index.md deleted file mode 100644 index a7dedc42e..000000000 --- a/english/python-java/aspose_barcode.generation/rectmicroqrversion/r11x99/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion.R11x99" -linktitle: "R11x99" -articleTitle: "R11x99" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/rectmicroqrversion/r11x99/ ---- - -## RectMicroQRVersion.R11x99 - -**Type:** `int` - - -**Value:** `15` - diff --git a/english/python-java/aspose_barcode.generation/rectmicroqrversion/r13x139/_index.md b/english/python-java/aspose_barcode.generation/rectmicroqrversion/r13x139/_index.md deleted file mode 100644 index f3526958a..000000000 --- a/english/python-java/aspose_barcode.generation/rectmicroqrversion/r13x139/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion.R13x139" -linktitle: "R13x139" -articleTitle: "R13x139" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/rectmicroqrversion/r13x139/ ---- - -## RectMicroQRVersion.R13x139 - -**Type:** `int` - - -**Value:** `22` - diff --git a/english/python-java/aspose_barcode.generation/rectmicroqrversion/r13x27/_index.md b/english/python-java/aspose_barcode.generation/rectmicroqrversion/r13x27/_index.md deleted file mode 100644 index 14ffdbc42..000000000 --- a/english/python-java/aspose_barcode.generation/rectmicroqrversion/r13x27/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion.R13x27" -linktitle: "R13x27" -articleTitle: "R13x27" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/rectmicroqrversion/r13x27/ ---- - -## RectMicroQRVersion.R13x27 - -**Type:** `int` - - -**Value:** `17` - diff --git a/english/python-java/aspose_barcode.generation/rectmicroqrversion/r13x43/_index.md b/english/python-java/aspose_barcode.generation/rectmicroqrversion/r13x43/_index.md deleted file mode 100644 index 1ea265bef..000000000 --- a/english/python-java/aspose_barcode.generation/rectmicroqrversion/r13x43/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion.R13x43" -linktitle: "R13x43" -articleTitle: "R13x43" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/rectmicroqrversion/r13x43/ ---- - -## RectMicroQRVersion.R13x43 - -**Type:** `int` - - -**Value:** `18` - diff --git a/english/python-java/aspose_barcode.generation/rectmicroqrversion/r13x59/_index.md b/english/python-java/aspose_barcode.generation/rectmicroqrversion/r13x59/_index.md deleted file mode 100644 index 9762d08d9..000000000 --- a/english/python-java/aspose_barcode.generation/rectmicroqrversion/r13x59/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion.R13x59" -linktitle: "R13x59" -articleTitle: "R13x59" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/rectmicroqrversion/r13x59/ ---- - -## RectMicroQRVersion.R13x59 - -**Type:** `int` - - -**Value:** `19` - diff --git a/english/python-java/aspose_barcode.generation/rectmicroqrversion/r13x77/_index.md b/english/python-java/aspose_barcode.generation/rectmicroqrversion/r13x77/_index.md deleted file mode 100644 index 2ebe98799..000000000 --- a/english/python-java/aspose_barcode.generation/rectmicroqrversion/r13x77/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion.R13x77" -linktitle: "R13x77" -articleTitle: "R13x77" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/rectmicroqrversion/r13x77/ ---- - -## RectMicroQRVersion.R13x77 - -**Type:** `int` - - -**Value:** `20` - diff --git a/english/python-java/aspose_barcode.generation/rectmicroqrversion/r13x99/_index.md b/english/python-java/aspose_barcode.generation/rectmicroqrversion/r13x99/_index.md deleted file mode 100644 index 626f0a11d..000000000 --- a/english/python-java/aspose_barcode.generation/rectmicroqrversion/r13x99/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion.R13x99" -linktitle: "R13x99" -articleTitle: "R13x99" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/rectmicroqrversion/r13x99/ ---- - -## RectMicroQRVersion.R13x99 - -**Type:** `int` - - -**Value:** `21` - diff --git a/english/python-java/aspose_barcode.generation/rectmicroqrversion/r15x139/_index.md b/english/python-java/aspose_barcode.generation/rectmicroqrversion/r15x139/_index.md deleted file mode 100644 index ba4414389..000000000 --- a/english/python-java/aspose_barcode.generation/rectmicroqrversion/r15x139/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion.R15x139" -linktitle: "R15x139" -articleTitle: "R15x139" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/rectmicroqrversion/r15x139/ ---- - -## RectMicroQRVersion.R15x139 - -**Type:** `int` - - -**Value:** `27` - diff --git a/english/python-java/aspose_barcode.generation/rectmicroqrversion/r15x43/_index.md b/english/python-java/aspose_barcode.generation/rectmicroqrversion/r15x43/_index.md deleted file mode 100644 index adb095aa2..000000000 --- a/english/python-java/aspose_barcode.generation/rectmicroqrversion/r15x43/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion.R15x43" -linktitle: "R15x43" -articleTitle: "R15x43" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/rectmicroqrversion/r15x43/ ---- - -## RectMicroQRVersion.R15x43 - -**Type:** `int` - - -**Value:** `23` - diff --git a/english/python-java/aspose_barcode.generation/rectmicroqrversion/r15x59/_index.md b/english/python-java/aspose_barcode.generation/rectmicroqrversion/r15x59/_index.md deleted file mode 100644 index e5c482d8a..000000000 --- a/english/python-java/aspose_barcode.generation/rectmicroqrversion/r15x59/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion.R15x59" -linktitle: "R15x59" -articleTitle: "R15x59" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/rectmicroqrversion/r15x59/ ---- - -## RectMicroQRVersion.R15x59 - -**Type:** `int` - - -**Value:** `24` - diff --git a/english/python-java/aspose_barcode.generation/rectmicroqrversion/r15x77/_index.md b/english/python-java/aspose_barcode.generation/rectmicroqrversion/r15x77/_index.md deleted file mode 100644 index 55b66471e..000000000 --- a/english/python-java/aspose_barcode.generation/rectmicroqrversion/r15x77/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion.R15x77" -linktitle: "R15x77" -articleTitle: "R15x77" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/rectmicroqrversion/r15x77/ ---- - -## RectMicroQRVersion.R15x77 - -**Type:** `int` - - -**Value:** `25` - diff --git a/english/python-java/aspose_barcode.generation/rectmicroqrversion/r15x99/_index.md b/english/python-java/aspose_barcode.generation/rectmicroqrversion/r15x99/_index.md deleted file mode 100644 index 055b70264..000000000 --- a/english/python-java/aspose_barcode.generation/rectmicroqrversion/r15x99/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion.R15x99" -linktitle: "R15x99" -articleTitle: "R15x99" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/rectmicroqrversion/r15x99/ ---- - -## RectMicroQRVersion.R15x99 - -**Type:** `int` - - -**Value:** `26` - diff --git a/english/python-java/aspose_barcode.generation/rectmicroqrversion/r17x139/_index.md b/english/python-java/aspose_barcode.generation/rectmicroqrversion/r17x139/_index.md deleted file mode 100644 index 582d8c104..000000000 --- a/english/python-java/aspose_barcode.generation/rectmicroqrversion/r17x139/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion.R17x139" -linktitle: "R17x139" -articleTitle: "R17x139" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/rectmicroqrversion/r17x139/ ---- - -## RectMicroQRVersion.R17x139 - -**Type:** `int` - - -**Value:** `32` - diff --git a/english/python-java/aspose_barcode.generation/rectmicroqrversion/r17x43/_index.md b/english/python-java/aspose_barcode.generation/rectmicroqrversion/r17x43/_index.md deleted file mode 100644 index 0fe1936dc..000000000 --- a/english/python-java/aspose_barcode.generation/rectmicroqrversion/r17x43/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion.R17x43" -linktitle: "R17x43" -articleTitle: "R17x43" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/rectmicroqrversion/r17x43/ ---- - -## RectMicroQRVersion.R17x43 - -**Type:** `int` - - -**Value:** `28` - diff --git a/english/python-java/aspose_barcode.generation/rectmicroqrversion/r17x59/_index.md b/english/python-java/aspose_barcode.generation/rectmicroqrversion/r17x59/_index.md deleted file mode 100644 index 41852bf20..000000000 --- a/english/python-java/aspose_barcode.generation/rectmicroqrversion/r17x59/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion.R17x59" -linktitle: "R17x59" -articleTitle: "R17x59" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/rectmicroqrversion/r17x59/ ---- - -## RectMicroQRVersion.R17x59 - -**Type:** `int` - - -**Value:** `29` - diff --git a/english/python-java/aspose_barcode.generation/rectmicroqrversion/r17x77/_index.md b/english/python-java/aspose_barcode.generation/rectmicroqrversion/r17x77/_index.md deleted file mode 100644 index 480145f19..000000000 --- a/english/python-java/aspose_barcode.generation/rectmicroqrversion/r17x77/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion.R17x77" -linktitle: "R17x77" -articleTitle: "R17x77" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/rectmicroqrversion/r17x77/ ---- - -## RectMicroQRVersion.R17x77 - -**Type:** `int` - - -**Value:** `30` - diff --git a/english/python-java/aspose_barcode.generation/rectmicroqrversion/r17x99/_index.md b/english/python-java/aspose_barcode.generation/rectmicroqrversion/r17x99/_index.md deleted file mode 100644 index 9c89dde5d..000000000 --- a/english/python-java/aspose_barcode.generation/rectmicroqrversion/r17x99/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion.R17x99" -linktitle: "R17x99" -articleTitle: "R17x99" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/rectmicroqrversion/r17x99/ ---- - -## RectMicroQRVersion.R17x99 - -**Type:** `int` - - -**Value:** `31` - diff --git a/english/python-java/aspose_barcode.generation/rectmicroqrversion/r7x139/_index.md b/english/python-java/aspose_barcode.generation/rectmicroqrversion/r7x139/_index.md deleted file mode 100644 index d9875a2be..000000000 --- a/english/python-java/aspose_barcode.generation/rectmicroqrversion/r7x139/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion.R7x139" -linktitle: "R7x139" -articleTitle: "R7x139" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/rectmicroqrversion/r7x139/ ---- - -## RectMicroQRVersion.R7x139 - -**Type:** `int` - - -**Value:** `5` - diff --git a/english/python-java/aspose_barcode.generation/rectmicroqrversion/r7x43/_index.md b/english/python-java/aspose_barcode.generation/rectmicroqrversion/r7x43/_index.md deleted file mode 100644 index 3c54e10a8..000000000 --- a/english/python-java/aspose_barcode.generation/rectmicroqrversion/r7x43/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion.R7x43" -linktitle: "R7x43" -articleTitle: "R7x43" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/rectmicroqrversion/r7x43/ ---- - -## RectMicroQRVersion.R7x43 - -**Type:** `int` - - -**Value:** `1` - diff --git a/english/python-java/aspose_barcode.generation/rectmicroqrversion/r7x59/_index.md b/english/python-java/aspose_barcode.generation/rectmicroqrversion/r7x59/_index.md deleted file mode 100644 index d43d1e956..000000000 --- a/english/python-java/aspose_barcode.generation/rectmicroqrversion/r7x59/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion.R7x59" -linktitle: "R7x59" -articleTitle: "R7x59" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/rectmicroqrversion/r7x59/ ---- - -## RectMicroQRVersion.R7x59 - -**Type:** `int` - - -**Value:** `2` - diff --git a/english/python-java/aspose_barcode.generation/rectmicroqrversion/r7x77/_index.md b/english/python-java/aspose_barcode.generation/rectmicroqrversion/r7x77/_index.md deleted file mode 100644 index b54becff1..000000000 --- a/english/python-java/aspose_barcode.generation/rectmicroqrversion/r7x77/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion.R7x77" -linktitle: "R7x77" -articleTitle: "R7x77" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/rectmicroqrversion/r7x77/ ---- - -## RectMicroQRVersion.R7x77 - -**Type:** `int` - - -**Value:** `3` - diff --git a/english/python-java/aspose_barcode.generation/rectmicroqrversion/r7x99/_index.md b/english/python-java/aspose_barcode.generation/rectmicroqrversion/r7x99/_index.md deleted file mode 100644 index fee3a4b5f..000000000 --- a/english/python-java/aspose_barcode.generation/rectmicroqrversion/r7x99/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion.R7x99" -linktitle: "R7x99" -articleTitle: "R7x99" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/rectmicroqrversion/r7x99/ ---- - -## RectMicroQRVersion.R7x99 - -**Type:** `int` - - -**Value:** `4` - diff --git a/english/python-java/aspose_barcode.generation/rectmicroqrversion/r9x139/_index.md b/english/python-java/aspose_barcode.generation/rectmicroqrversion/r9x139/_index.md deleted file mode 100644 index 6f3f6d354..000000000 --- a/english/python-java/aspose_barcode.generation/rectmicroqrversion/r9x139/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion.R9x139" -linktitle: "R9x139" -articleTitle: "R9x139" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/rectmicroqrversion/r9x139/ ---- - -## RectMicroQRVersion.R9x139 - -**Type:** `int` - - -**Value:** `10` - diff --git a/english/python-java/aspose_barcode.generation/rectmicroqrversion/r9x43/_index.md b/english/python-java/aspose_barcode.generation/rectmicroqrversion/r9x43/_index.md deleted file mode 100644 index 3d56382c0..000000000 --- a/english/python-java/aspose_barcode.generation/rectmicroqrversion/r9x43/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion.R9x43" -linktitle: "R9x43" -articleTitle: "R9x43" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/rectmicroqrversion/r9x43/ ---- - -## RectMicroQRVersion.R9x43 - -**Type:** `int` - - -**Value:** `6` - diff --git a/english/python-java/aspose_barcode.generation/rectmicroqrversion/r9x59/_index.md b/english/python-java/aspose_barcode.generation/rectmicroqrversion/r9x59/_index.md deleted file mode 100644 index 7787c99cd..000000000 --- a/english/python-java/aspose_barcode.generation/rectmicroqrversion/r9x59/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion.R9x59" -linktitle: "R9x59" -articleTitle: "R9x59" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/rectmicroqrversion/r9x59/ ---- - -## RectMicroQRVersion.R9x59 - -**Type:** `int` - - -**Value:** `7` - diff --git a/english/python-java/aspose_barcode.generation/rectmicroqrversion/r9x77/_index.md b/english/python-java/aspose_barcode.generation/rectmicroqrversion/r9x77/_index.md deleted file mode 100644 index 548addf9d..000000000 --- a/english/python-java/aspose_barcode.generation/rectmicroqrversion/r9x77/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion.R9x77" -linktitle: "R9x77" -articleTitle: "R9x77" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/rectmicroqrversion/r9x77/ ---- - -## RectMicroQRVersion.R9x77 - -**Type:** `int` - - -**Value:** `8` - diff --git a/english/python-java/aspose_barcode.generation/rectmicroqrversion/r9x99/_index.md b/english/python-java/aspose_barcode.generation/rectmicroqrversion/r9x99/_index.md deleted file mode 100644 index cfec46401..000000000 --- a/english/python-java/aspose_barcode.generation/rectmicroqrversion/r9x99/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "RectMicroQRVersion.R9x99" -linktitle: "R9x99" -articleTitle: "R9x99" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/rectmicroqrversion/r9x99/ ---- - -## RectMicroQRVersion.R9x99 - -**Type:** `int` - - -**Value:** `9` - diff --git a/english/python-java/aspose_barcode.generation/supplementparameters/__str__/_index.md b/english/python-java/aspose_barcode.generation/supplementparameters/__str__/_index.md deleted file mode 100644 index 1bc20d2f9..000000000 --- a/english/python-java/aspose_barcode.generation/supplementparameters/__str__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "SupplementParameters.__str__" -linktitle: "__str__" -articleTitle: "__str__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns a human-readable string representation of this SupplementParameters." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/supplementparameters/__str__/ ---- - -## SupplementParameters.__str__ - -```python -__str__(self) -> str -``` - - -Returns a human-readable string representation of this SupplementParameters. - - -**Return Type:** `str` — A string that represents this SupplementParameters. - diff --git a/english/python-java/aspose_barcode.generation/supplementparameters/_index.md b/english/python-java/aspose_barcode.generation/supplementparameters/_index.md index 23f8e475d..8f442dbd0 100644 --- a/english/python-java/aspose_barcode.generation/supplementparameters/_index.md +++ b/english/python-java/aspose_barcode.generation/supplementparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "SupplementParameters Class" +title: "SupplementParameters" linktitle: "SupplementParameters" -articleTitle: "SupplementParameters" second_title: "Aspose.BarCode for Python via Java" description: "Supplement parameters. Used for Interleaved2of5, Standard2of5, EAN13, EAN8, UPCA, UPCE, ISBN, ISSN, ISMN." type: docs @@ -21,17 +20,60 @@ Supplement parameters. Used for Interleaved2of5, Standard2of5, EAN13, EAN8, UPCA | Name | Description | | --- | --- | -| [__init__](./supplementparameters/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [__str__](./__str__/) | `str` | No | Returns a human-readable string representation of this SupplementParameters. | -| [supplement_space](./supplement_space/) | `Optional[Unit]` | No | Space between the main BarCode and supplement BarCode in Unit value. | +| [__str__](#__str__) | `str` | No | Returns a human-readable string representation of this SupplementParameters. | +| [supplement_space](#supplement_space) | `Optional[Unit]` | No | Space between the main BarCode and supplement BarCode in Unit value. | ## Properties | Name | Type | Description | | --- | --- | --- | -| [supplement_data](./supplement_data/) | `str` | Supplement data following BarCode. | +| [supplement_data](#supplement_data) | `str` | Supplement data following BarCode. | + +### SupplementParameters Constructor {#constructor} + +```python +__init__(self, _java_class) +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `_java_class` | `` | | + +### SupplementParameters.__str__ {#__str__} + +```python +__str__(self) -> str +``` + +Returns a human-readable string representation of this SupplementParameters. + +**Return Type:** `str` — A string that represents this SupplementParameters. + +### SupplementParameters.supplement_space {#supplement_space} + +```python +supplement_space(self) -> Optional[Unit] +``` + +Space between the main BarCode and supplement BarCode in Unit value. + +**Return Type:** `Optional[Unit]` + +### SupplementParameters.supplement_data {#supplement_data} + +**Type:** `str` + +Supplement data following BarCode. + +Supplement data following BarCode. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `str` | | + diff --git a/english/python-java/aspose_barcode.generation/supplementparameters/supplement_data/_index.md b/english/python-java/aspose_barcode.generation/supplementparameters/supplement_data/_index.md deleted file mode 100644 index 1334dc93d..000000000 --- a/english/python-java/aspose_barcode.generation/supplementparameters/supplement_data/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "SupplementParameters.supplement_data" -linktitle: "supplement_data" -articleTitle: "supplement_data" -second_title: "Aspose.BarCode for Python via Java" -description: "Supplement data following BarCode." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/supplementparameters/supplement_data/ ---- - -## SupplementParameters.supplement_data - -**Type:** `str` - - -### Get - -Supplement data following BarCode. - - -### Set - -Supplement data following BarCode. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `str` | | diff --git a/english/python-java/aspose_barcode.generation/supplementparameters/supplement_space/_index.md b/english/python-java/aspose_barcode.generation/supplementparameters/supplement_space/_index.md deleted file mode 100644 index 1840733fe..000000000 --- a/english/python-java/aspose_barcode.generation/supplementparameters/supplement_space/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "SupplementParameters.supplement_space" -linktitle: "supplement_space" -articleTitle: "supplement_space" -second_title: "Aspose.BarCode for Python via Java" -description: "Space between the main BarCode and supplement BarCode in Unit value." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/supplementparameters/supplement_space/ ---- - -## SupplementParameters.supplement_space - -```python -supplement_space(self) -> Optional[Unit] -``` - - -Space between the main BarCode and supplement BarCode in Unit value. - - -**Return Type:** `Optional[Unit]` - diff --git a/english/python-java/aspose_barcode.generation/supplementparameters/supplementparameters/_index.md b/english/python-java/aspose_barcode.generation/supplementparameters/supplementparameters/_index.md deleted file mode 100644 index a21a6fb04..000000000 --- a/english/python-java/aspose_barcode.generation/supplementparameters/supplementparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "SupplementParameters" -linktitle: "SupplementParameters" -articleTitle: "SupplementParameters" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/supplementparameters/supplementparameters/ ---- - -## SupplementParameters Constructor - -```python -__init__(self, _java_class) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `_java_class` | `` | | diff --git a/english/python-java/aspose_barcode.generation/svgcolormode/_index.md b/english/python-java/aspose_barcode.generation/svgcolormode/_index.md index c128d388d..339501454 100644 --- a/english/python-java/aspose_barcode.generation/svgcolormode/_index.md +++ b/english/python-java/aspose_barcode.generation/svgcolormode/_index.md @@ -1,7 +1,6 @@ --- -title: "SvgColorMode Enum" +title: "SvgColorMode" linktitle: "SvgColorMode" -articleTitle: "SvgColorMode" second_title: "Aspose.BarCode for Python via Java" description: "Possible modes for filling color in svg file, RGB is default and supported by SVG 1.1. RGBA, HSL, HSLA is allowed in SVG 2.0 standard. Even in RGB opacity will " type: docs @@ -21,7 +20,39 @@ Possible modes for filling color in svg file, RGB is default and supported by SV | Name | Value | Description | | --- | --- | --- | -| [HSL](./hsl/) | `2` | HSL mode, example: fill="hsl(17, 100%, 53%)" fill-opacity="0.73". | -| [HSLA](./hsla/) | `3` | HSLA mode, example: fill="hsla(30, 50%, 70%, 0.8)". | -| [RGB](./rgb/) | `0` | RGB mode, example: fill="#ff5511" fill-opacity="0.73". Default mode. | -| [RGBA](./rgba/) | `1` | RGBA mode, example: fill="rgba(255, 85, 17, 0.73)". | +| [HSL](#hsl) | `2` | HSL mode, example: fill="hsl(17, 100%, 53%)" fill-opacity="0.73". | +| [HSLA](#hsla) | `3` | HSLA mode, example: fill="hsla(30, 50%, 70%, 0.8)". | +| [RGB](#rgb) | `0` | RGB mode, example: fill="#ff5511" fill-opacity="0.73". Default mode. | +| [RGBA](#rgba) | `1` | RGBA mode, example: fill="rgba(255, 85, 17, 0.73)". | +### SvgColorMode.HSL {#hsl} + +**Type:** `int` + +**Value:** `2` + +HSL mode, example: fill="hsl(17, 100%, 53%)" fill-opacity="0.73". + +### SvgColorMode.HSLA {#hsla} + +**Type:** `int` + +**Value:** `3` + +HSLA mode, example: fill="hsla(30, 50%, 70%, 0.8)". + +### SvgColorMode.RGB {#rgb} + +**Type:** `int` + +**Value:** `0` + +RGB mode, example: fill="#ff5511" fill-opacity="0.73". Default mode. + +### SvgColorMode.RGBA {#rgba} + +**Type:** `int` + +**Value:** `1` + +RGBA mode, example: fill="rgba(255, 85, 17, 0.73)". + diff --git a/english/python-java/aspose_barcode.generation/svgcolormode/hsl/_index.md b/english/python-java/aspose_barcode.generation/svgcolormode/hsl/_index.md deleted file mode 100644 index bd3fb971f..000000000 --- a/english/python-java/aspose_barcode.generation/svgcolormode/hsl/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "SvgColorMode.HSL" -linktitle: "HSL" -articleTitle: "HSL" -second_title: "Aspose.BarCode for Python via Java" -description: "HSL mode, example: fill=\"hsl(17, 100%, 53%)\" fill-opacity=\"0.73\"." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/svgcolormode/hsl/ ---- - -## SvgColorMode.HSL - -**Type:** `int` - - -**Value:** `2` - - -HSL mode, example: fill="hsl(17, 100%, 53%)" fill-opacity="0.73". - diff --git a/english/python-java/aspose_barcode.generation/svgcolormode/hsla/_index.md b/english/python-java/aspose_barcode.generation/svgcolormode/hsla/_index.md deleted file mode 100644 index 010c46e9c..000000000 --- a/english/python-java/aspose_barcode.generation/svgcolormode/hsla/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "SvgColorMode.HSLA" -linktitle: "HSLA" -articleTitle: "HSLA" -second_title: "Aspose.BarCode for Python via Java" -description: "HSLA mode, example: fill=\"hsla(30, 50%, 70%, 0.8)\"." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/svgcolormode/hsla/ ---- - -## SvgColorMode.HSLA - -**Type:** `int` - - -**Value:** `3` - - -HSLA mode, example: fill="hsla(30, 50%, 70%, 0.8)". - diff --git a/english/python-java/aspose_barcode.generation/svgcolormode/rgb/_index.md b/english/python-java/aspose_barcode.generation/svgcolormode/rgb/_index.md deleted file mode 100644 index d93d84bd4..000000000 --- a/english/python-java/aspose_barcode.generation/svgcolormode/rgb/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "SvgColorMode.RGB" -linktitle: "RGB" -articleTitle: "RGB" -second_title: "Aspose.BarCode for Python via Java" -description: "RGB mode, example: fill=\"#ff5511\" fill-opacity=\"0.73\". Default mode." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/svgcolormode/rgb/ ---- - -## SvgColorMode.RGB - -**Type:** `int` - - -**Value:** `0` - - -RGB mode, example: fill="#ff5511" fill-opacity="0.73". Default mode. - diff --git a/english/python-java/aspose_barcode.generation/svgcolormode/rgba/_index.md b/english/python-java/aspose_barcode.generation/svgcolormode/rgba/_index.md deleted file mode 100644 index 7c2e219da..000000000 --- a/english/python-java/aspose_barcode.generation/svgcolormode/rgba/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "SvgColorMode.RGBA" -linktitle: "RGBA" -articleTitle: "RGBA" -second_title: "Aspose.BarCode for Python via Java" -description: "RGBA mode, example: fill=\"rgba(255, 85, 17, 0.73)\"." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/svgcolormode/rgba/ ---- - -## SvgColorMode.RGBA - -**Type:** `int` - - -**Value:** `1` - - -RGBA mode, example: fill="rgba(255, 85, 17, 0.73)". - diff --git a/english/python-java/aspose_barcode.generation/svgparameters/_index.md b/english/python-java/aspose_barcode.generation/svgparameters/_index.md index c18d22570..37101dc6a 100644 --- a/english/python-java/aspose_barcode.generation/svgparameters/_index.md +++ b/english/python-java/aspose_barcode.generation/svgparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "SvgParameters Class" +title: "SvgParameters" linktitle: "SvgParameters" -articleTitle: "SvgParameters" second_title: "Aspose.BarCode for Python via Java" description: "SVG parameters." type: docs @@ -21,12 +20,59 @@ SVG parameters. | Name | Description | | --- | --- | -| [__init__](./svgparameters/) | | +| [__init__](#constructor) | | ## Properties | Name | Type | Description | | --- | --- | --- | -| [explicit_size_in_pixels](./explicit_size_in_pixels/) | `bool` | Does SVG image contain explicit size in pixels (recommended). Default value: True. | -| [svg_color_mode](./svg_color_mode/) | `SvgColorMode` | Possible modes for filling color in SVG file, RGB is default and supported by SVG 1.1. RGBA, HSL, HSLA is allowed in SVG 2.0 standard. Even in RGB opacity will be set through "fill-opacity" parameter. | -| [text_drawn_in_text_element](./text_drawn_in_text_element/) | `bool` | Does SVG image contain text as text element rather than paths (recommended). Default value: True. | +| [explicit_size_in_pixels](#explicit_size_in_pixels) | `bool` | Does SVG image contain explicit size in pixels (recommended). Default value: True. | +| [svg_color_mode](#svg_color_mode) | `SvgColorMode` | Possible modes for filling color in SVG file, RGB is default and supported by SVG 1.1. RGBA, HSL, HSLA is allowed in SVG 2.0 standard. Even in RGB opacity will be set through "fill-opacity" parameter. | +| [text_drawn_in_text_element](#text_drawn_in_text_element) | `bool` | Does SVG image contain text as text element rather than paths (recommended). Default value: True. | + +### SvgParameters Constructor {#constructor} + +```python +__init__(self, _java_class) +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `_java_class` | `` | | + +### SvgParameters.explicit_size_in_pixels {#explicit_size_in_pixels} + +**Type:** `bool` + +Does SVG image contain explicit size in pixels (recommended). Default value: True. + +Does SVG image contain explicit size in pixels (recommended). Default value: True. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `bool` | | + +### SvgParameters.svg_color_mode {#svg_color_mode} + +**Type:** `SvgColorMode` + +Possible modes for filling color in SVG file, RGB is default and supported by SVG 1.1. RGBA, HSL, HSLA is allowed in SVG 2.0 standard. Even in RGB opacity will be set through "fill-opacity" parameter. + +Possible modes for filling color in SVG file, RGB is default and supported by SVG 1.1. RGBA, HSL, HSLA is allowed in SVG 2.0 standard. Even in RGB opacity will be set through "fill-opacity" parameter. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `SvgColorMode` | | + +### SvgParameters.text_drawn_in_text_element {#text_drawn_in_text_element} + +**Type:** `bool` + +Does SVG image contain text as text element rather than paths (recommended). Default value: True. + +Does SVG image contain text as text element rather than paths (recommended). Default value: True. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `bool` | | + diff --git a/english/python-java/aspose_barcode.generation/svgparameters/explicit_size_in_pixels/_index.md b/english/python-java/aspose_barcode.generation/svgparameters/explicit_size_in_pixels/_index.md deleted file mode 100644 index 78ceba4f3..000000000 --- a/english/python-java/aspose_barcode.generation/svgparameters/explicit_size_in_pixels/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "SvgParameters.explicit_size_in_pixels" -linktitle: "explicit_size_in_pixels" -articleTitle: "explicit_size_in_pixels" -second_title: "Aspose.BarCode for Python via Java" -description: "Does SVG image contain explicit size in pixels (recommended). Default value: True." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/svgparameters/explicit_size_in_pixels/ ---- - -## SvgParameters.explicit_size_in_pixels - -**Type:** `bool` - - -### Get - -Does SVG image contain explicit size in pixels (recommended). Default value: True. - - -### Set - -Does SVG image contain explicit size in pixels (recommended). Default value: True. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `bool` | | diff --git a/english/python-java/aspose_barcode.generation/svgparameters/svg_color_mode/_index.md b/english/python-java/aspose_barcode.generation/svgparameters/svg_color_mode/_index.md deleted file mode 100644 index 578d248ea..000000000 --- a/english/python-java/aspose_barcode.generation/svgparameters/svg_color_mode/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "SvgParameters.svg_color_mode" -linktitle: "svg_color_mode" -articleTitle: "svg_color_mode" -second_title: "Aspose.BarCode for Python via Java" -description: "Possible modes for filling color in SVG file, RGB is default and supported by SVG 1.1. RGBA, HSL, HSLA is allowed in SVG 2.0 standard. Even in RGB opacity will " -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/svgparameters/svg_color_mode/ ---- - -## SvgParameters.svg_color_mode - -**Type:** `SvgColorMode` - - -### Get - -Possible modes for filling color in SVG file, RGB is default and supported by SVG 1.1. RGBA, HSL, HSLA is allowed in SVG 2.0 standard. Even in RGB opacity will be set through "fill-opacity" parameter. - - -### Set - -Possible modes for filling color in SVG file, RGB is default and supported by SVG 1.1. RGBA, HSL, HSLA is allowed in SVG 2.0 standard. Even in RGB opacity will be set through "fill-opacity" parameter. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `SvgColorMode` | | diff --git a/english/python-java/aspose_barcode.generation/svgparameters/svgparameters/_index.md b/english/python-java/aspose_barcode.generation/svgparameters/svgparameters/_index.md deleted file mode 100644 index 970925539..000000000 --- a/english/python-java/aspose_barcode.generation/svgparameters/svgparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "SvgParameters" -linktitle: "SvgParameters" -articleTitle: "SvgParameters" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/svgparameters/svgparameters/ ---- - -## SvgParameters Constructor - -```python -__init__(self, _java_class) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `_java_class` | `` | | diff --git a/english/python-java/aspose_barcode.generation/svgparameters/text_drawn_in_text_element/_index.md b/english/python-java/aspose_barcode.generation/svgparameters/text_drawn_in_text_element/_index.md deleted file mode 100644 index 9d3dfe597..000000000 --- a/english/python-java/aspose_barcode.generation/svgparameters/text_drawn_in_text_element/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "SvgParameters.text_drawn_in_text_element" -linktitle: "text_drawn_in_text_element" -articleTitle: "text_drawn_in_text_element" -second_title: "Aspose.BarCode for Python via Java" -description: "Does SVG image contain text as text element rather than paths (recommended). Default value: True." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/svgparameters/text_drawn_in_text_element/ ---- - -## SvgParameters.text_drawn_in_text_element - -**Type:** `bool` - - -### Get - -Does SVG image contain text as text element rather than paths (recommended). Default value: True. - - -### Set - -Does SVG image contain text as text element rather than paths (recommended). Default value: True. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `bool` | | diff --git a/english/python-java/aspose_barcode.generation/textalignment/_index.md b/english/python-java/aspose_barcode.generation/textalignment/_index.md index 0a63a9d69..a95be370b 100644 --- a/english/python-java/aspose_barcode.generation/textalignment/_index.md +++ b/english/python-java/aspose_barcode.generation/textalignment/_index.md @@ -1,7 +1,6 @@ --- -title: "TextAlignment Enum" +title: "TextAlignment" linktitle: "TextAlignment" -articleTitle: "TextAlignment" second_title: "Aspose.BarCode for Python via Java" description: "Text alignment." type: docs @@ -21,6 +20,30 @@ Text alignment. | Name | Value | Description | | --- | --- | --- | -| [CENTER](./center/) | `1` | Center position. | -| [LEFT](./left/) | `0` | Left position. | -| [RIGHT](./right/) | `2` | Right position. | +| [CENTER](#center) | `1` | Center position. | +| [LEFT](#left) | `0` | Left position. | +| [RIGHT](#right) | `2` | Right position. | +### TextAlignment.CENTER {#center} + +**Type:** `int` + +**Value:** `1` + +Center position. + +### TextAlignment.LEFT {#left} + +**Type:** `int` + +**Value:** `0` + +Left position. + +### TextAlignment.RIGHT {#right} + +**Type:** `int` + +**Value:** `2` + +Right position. + diff --git a/english/python-java/aspose_barcode.generation/textalignment/center/_index.md b/english/python-java/aspose_barcode.generation/textalignment/center/_index.md deleted file mode 100644 index 0f1f94d57..000000000 --- a/english/python-java/aspose_barcode.generation/textalignment/center/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "TextAlignment.CENTER" -linktitle: "CENTER" -articleTitle: "CENTER" -second_title: "Aspose.BarCode for Python via Java" -description: "Center position." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/textalignment/center/ ---- - -## TextAlignment.CENTER - -**Type:** `int` - - -**Value:** `1` - - -Center position. - diff --git a/english/python-java/aspose_barcode.generation/textalignment/left/_index.md b/english/python-java/aspose_barcode.generation/textalignment/left/_index.md deleted file mode 100644 index 7dee239c4..000000000 --- a/english/python-java/aspose_barcode.generation/textalignment/left/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "TextAlignment.LEFT" -linktitle: "LEFT" -articleTitle: "LEFT" -second_title: "Aspose.BarCode for Python via Java" -description: "Left position." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/textalignment/left/ ---- - -## TextAlignment.LEFT - -**Type:** `int` - - -**Value:** `0` - - -Left position. - diff --git a/english/python-java/aspose_barcode.generation/textalignment/right/_index.md b/english/python-java/aspose_barcode.generation/textalignment/right/_index.md deleted file mode 100644 index e6a8dbc22..000000000 --- a/english/python-java/aspose_barcode.generation/textalignment/right/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "TextAlignment.RIGHT" -linktitle: "RIGHT" -articleTitle: "RIGHT" -second_title: "Aspose.BarCode for Python via Java" -description: "Right position." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/textalignment/right/ ---- - -## TextAlignment.RIGHT - -**Type:** `int` - - -**Value:** `2` - - -Right position. - diff --git a/english/python-java/aspose_barcode.generation/twodcomponenttype/_index.md b/english/python-java/aspose_barcode.generation/twodcomponenttype/_index.md index 4a47a2494..8737bbc64 100644 --- a/english/python-java/aspose_barcode.generation/twodcomponenttype/_index.md +++ b/english/python-java/aspose_barcode.generation/twodcomponenttype/_index.md @@ -1,7 +1,6 @@ --- -title: "TwoDComponentType Enum" +title: "TwoDComponentType" linktitle: "TwoDComponentType" -articleTitle: "TwoDComponentType" second_title: "Aspose.BarCode for Python via Java" description: "Type of 2D component This sample shows how to create and save a GS1 Composite Bar image. Note that 1D codetext and 2D codetext are separated by symbol '/'" type: docs @@ -21,7 +20,39 @@ Type of 2D component This sample shows how to create and save a GS1 Composite Ba | Name | Value | Description | | --- | --- | --- | -| [AUTO](./auto/) | `0` | Auto select type of 2D component. | -| [CC_A](./cc_a/) | `1` | CC-A type of 2D component. It is a structural variant of MicroPDF417 | -| [CC_B](./cc_b/) | `2` | CC-B type of 2D component. It is a MicroPDF417 symbol. | -| [CC_C](./cc_c/) | `3` | CC-C type of 2D component. It is a PDF417 symbol. | +| [AUTO](#auto) | `0` | Auto select type of 2D component. | +| [CC_A](#cc_a) | `1` | CC-A type of 2D component. It is a structural variant of MicroPDF417 | +| [CC_B](#cc_b) | `2` | CC-B type of 2D component. It is a MicroPDF417 symbol. | +| [CC_C](#cc_c) | `3` | CC-C type of 2D component. It is a PDF417 symbol. | +### TwoDComponentType.AUTO {#auto} + +**Type:** `int` + +**Value:** `0` + +Auto select type of 2D component. + +### TwoDComponentType.CC_A {#cc_a} + +**Type:** `int` + +**Value:** `1` + +CC-A type of 2D component. It is a structural variant of MicroPDF417 + +### TwoDComponentType.CC_B {#cc_b} + +**Type:** `int` + +**Value:** `2` + +CC-B type of 2D component. It is a MicroPDF417 symbol. + +### TwoDComponentType.CC_C {#cc_c} + +**Type:** `int` + +**Value:** `3` + +CC-C type of 2D component. It is a PDF417 symbol. + diff --git a/english/python-java/aspose_barcode.generation/twodcomponenttype/auto/_index.md b/english/python-java/aspose_barcode.generation/twodcomponenttype/auto/_index.md deleted file mode 100644 index 66c8ea0fa..000000000 --- a/english/python-java/aspose_barcode.generation/twodcomponenttype/auto/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "TwoDComponentType.AUTO" -linktitle: "AUTO" -articleTitle: "AUTO" -second_title: "Aspose.BarCode for Python via Java" -description: "Auto select type of 2D component." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/twodcomponenttype/auto/ ---- - -## TwoDComponentType.AUTO - -**Type:** `int` - - -**Value:** `0` - - -Auto select type of 2D component. - diff --git a/english/python-java/aspose_barcode.generation/twodcomponenttype/cc_a/_index.md b/english/python-java/aspose_barcode.generation/twodcomponenttype/cc_a/_index.md deleted file mode 100644 index 6e0c3c8c5..000000000 --- a/english/python-java/aspose_barcode.generation/twodcomponenttype/cc_a/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "TwoDComponentType.CC_A" -linktitle: "CC_A" -articleTitle: "CC_A" -second_title: "Aspose.BarCode for Python via Java" -description: "CC-A type of 2D component. It is a structural variant of MicroPDF417" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/twodcomponenttype/cc_a/ ---- - -## TwoDComponentType.CC_A - -**Type:** `int` - - -**Value:** `1` - - -CC-A type of 2D component. It is a structural variant of MicroPDF417 - diff --git a/english/python-java/aspose_barcode.generation/twodcomponenttype/cc_b/_index.md b/english/python-java/aspose_barcode.generation/twodcomponenttype/cc_b/_index.md deleted file mode 100644 index 2bac5bb17..000000000 --- a/english/python-java/aspose_barcode.generation/twodcomponenttype/cc_b/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "TwoDComponentType.CC_B" -linktitle: "CC_B" -articleTitle: "CC_B" -second_title: "Aspose.BarCode for Python via Java" -description: "CC-B type of 2D component. It is a MicroPDF417 symbol." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/twodcomponenttype/cc_b/ ---- - -## TwoDComponentType.CC_B - -**Type:** `int` - - -**Value:** `2` - - -CC-B type of 2D component. It is a MicroPDF417 symbol. - diff --git a/english/python-java/aspose_barcode.generation/twodcomponenttype/cc_c/_index.md b/english/python-java/aspose_barcode.generation/twodcomponenttype/cc_c/_index.md deleted file mode 100644 index 0f3c40d62..000000000 --- a/english/python-java/aspose_barcode.generation/twodcomponenttype/cc_c/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "TwoDComponentType.CC_C" -linktitle: "CC_C" -articleTitle: "CC_C" -second_title: "Aspose.BarCode for Python via Java" -description: "CC-C type of 2D component. It is a PDF417 symbol." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/twodcomponenttype/cc_c/ ---- - -## TwoDComponentType.CC_C - -**Type:** `int` - - -**Value:** `3` - - -CC-C type of 2D component. It is a PDF417 symbol. - diff --git a/english/python-java/aspose_barcode.generation/unit/__eq__/_index.md b/english/python-java/aspose_barcode.generation/unit/__eq__/_index.md deleted file mode 100644 index becb69db3..000000000 --- a/english/python-java/aspose_barcode.generation/unit/__eq__/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "Unit.__eq__" -linktitle: "__eq__" -articleTitle: "__eq__" -second_title: "Aspose.BarCode for Python via Java" -description: "Determines whether this instance and a specified object, which must also be a Unit object, have the same value." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/unit/__eq__/ ---- - -## Unit.__eq__ - -```python -__eq__(self, Optional[Unit] other) -> bool -``` - - -Determines whether this instance and a specified object, which must also be a Unit object, have the same value. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `other` | `Optional[Unit]` | The Unit to compare to this instance. | - -**Return Type:** `bool` — True if other is a Unit and its value is the same as this instance, otherwise False. If other is None, the method returns false. - diff --git a/english/python-java/aspose_barcode.generation/unit/__hash__/_index.md b/english/python-java/aspose_barcode.generation/unit/__hash__/_index.md deleted file mode 100644 index c7faede39..000000000 --- a/english/python-java/aspose_barcode.generation/unit/__hash__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "Unit.__hash__" -linktitle: "__hash__" -articleTitle: "__hash__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns the hash code for the current instance." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/unit/__hash__/ ---- - -## Unit.__hash__ - -```python -__hash__(self) -> int -``` - - -Returns the hash code for the current instance. - - -**Return Type:** `int` — A hash code for the current object. - diff --git a/english/python-java/aspose_barcode.generation/unit/__str__/_index.md b/english/python-java/aspose_barcode.generation/unit/__str__/_index.md deleted file mode 100644 index 12de2627b..000000000 --- a/english/python-java/aspose_barcode.generation/unit/__str__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "Unit.__str__" -linktitle: "__str__" -articleTitle: "__str__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns a human-readable string representation of this Unit." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/unit/__str__/ ---- - -## Unit.__str__ - -```python -__str__(self) -> str -``` - - -Returns a human-readable string representation of this Unit. - - -**Return Type:** `str` — A string that represents this Unit. - diff --git a/english/python-java/aspose_barcode.generation/unit/_index.md b/english/python-java/aspose_barcode.generation/unit/_index.md index a4499db2f..5dcac404e 100644 --- a/english/python-java/aspose_barcode.generation/unit/_index.md +++ b/english/python-java/aspose_barcode.generation/unit/_index.md @@ -1,7 +1,6 @@ --- -title: "Unit Class" +title: "Unit" linktitle: "Unit" -articleTitle: "Unit" second_title: "Aspose.BarCode for Python via Java" description: "Specifies the size value in different units (Pixel, Inches, etc.). This sample shows how to create and save a BarCode image." type: docs @@ -21,22 +20,127 @@ Specifies the size value in different units (Pixel, Inches, etc.). This sample s | Name | Description | | --- | --- | -| [__init__](./unit/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [__eq__](./__eq__/) | `bool` | No | Determines whether this instance and a specified object, which must also be a Unit object, have the same value. | -| [__hash__](./__hash__/) | `int` | No | Returns the hash code for the current instance. | -| [__str__](./__str__/) | `str` | No | Returns a human-readable string representation of this Unit. | +| [__eq__](#__eq__) | `bool` | No | Determines whether this instance and a specified object, which must also be a Unit object, have the same value. | +| [__hash__](#__hash__) | `int` | No | Returns the hash code for the current instance. | +| [__str__](#__str__) | `str` | No | Returns a human-readable string representation of this Unit. | ## Properties | Name | Type | Description | | --- | --- | --- | -| [document](./document/) | `float` | Gets size value in document units. | -| [inches](./inches/) | `float` | Gets size value in inches. | -| [millimeters](./millimeters/) | `float` | Gets size value in millimeters. | -| [pixels](./pixels/) | `float` | Gets size value in pixels. | -| [point](./point/) | `float` | Gets size value in point. | +| [document](#document) | `float` | Gets size value in document units. | +| [inches](#inches) | `float` | Gets size value in inches. | +| [millimeters](#millimeters) | `float` | Gets size value in millimeters. | +| [pixels](#pixels) | `float` | Gets size value in pixels. | +| [point](#point) | `float` | Gets size value in point. | + +### Unit Constructor {#constructor} + +```python +__init__(self, Union[Unit, Any] source) +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `source` | `Union[Unit, Any]` | | + +### Unit.__eq__ {#__eq__} + +```python +__eq__(self, Optional[Unit] other) -> bool +``` + +Determines whether this instance and a specified object, which must also be a Unit object, have the same value. + +| Parameter | Type | Description | +| --- | --- | --- | +| `other` | `Optional[Unit]` | The Unit to compare to this instance. | + +**Return Type:** `bool` — True if other is a Unit and its value is the same as this instance, otherwise False. If other is None, the method returns false. + +### Unit.__hash__ {#__hash__} + +```python +__hash__(self) -> int +``` + +Returns the hash code for the current instance. + +**Return Type:** `int` — A hash code for the current object. + +### Unit.__str__ {#__str__} + +```python +__str__(self) -> str +``` + +Returns a human-readable string representation of this Unit. + +**Return Type:** `str` — A string that represents this Unit. + +### Unit.document {#document} + +**Type:** `float` + +Gets size value in document units. + +Sets size value in document units. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `float` | | + +### Unit.inches {#inches} + +**Type:** `float` + +Gets size value in inches. + +Sets size value in inches. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `float` | | + +### Unit.millimeters {#millimeters} + +**Type:** `float` + +Gets size value in millimeters. + +Sets size value in millimeters. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `float` | | + +### Unit.pixels {#pixels} + +**Type:** `float` + +Gets size value in pixels. + +Sets size value in pixels. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `float` | | + +### Unit.point {#point} + +**Type:** `float` + +Gets size value in point. + +Sets size value in point. + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `float` | | + diff --git a/english/python-java/aspose_barcode.generation/unit/document/_index.md b/english/python-java/aspose_barcode.generation/unit/document/_index.md deleted file mode 100644 index 51071b3e4..000000000 --- a/english/python-java/aspose_barcode.generation/unit/document/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Unit.document" -linktitle: "document" -articleTitle: "document" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets size value in document units." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/unit/document/ ---- - -## Unit.document - -**Type:** `float` - - -### Get - -Gets size value in document units. - - -### Set - -Sets size value in document units. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `float` | | diff --git a/english/python-java/aspose_barcode.generation/unit/inches/_index.md b/english/python-java/aspose_barcode.generation/unit/inches/_index.md deleted file mode 100644 index 81607a8b4..000000000 --- a/english/python-java/aspose_barcode.generation/unit/inches/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Unit.inches" -linktitle: "inches" -articleTitle: "inches" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets size value in inches." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/unit/inches/ ---- - -## Unit.inches - -**Type:** `float` - - -### Get - -Gets size value in inches. - - -### Set - -Sets size value in inches. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `float` | | diff --git a/english/python-java/aspose_barcode.generation/unit/millimeters/_index.md b/english/python-java/aspose_barcode.generation/unit/millimeters/_index.md deleted file mode 100644 index 6e96a4229..000000000 --- a/english/python-java/aspose_barcode.generation/unit/millimeters/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Unit.millimeters" -linktitle: "millimeters" -articleTitle: "millimeters" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets size value in millimeters." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/unit/millimeters/ ---- - -## Unit.millimeters - -**Type:** `float` - - -### Get - -Gets size value in millimeters. - - -### Set - -Sets size value in millimeters. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `float` | | diff --git a/english/python-java/aspose_barcode.generation/unit/pixels/_index.md b/english/python-java/aspose_barcode.generation/unit/pixels/_index.md deleted file mode 100644 index b28bc12b2..000000000 --- a/english/python-java/aspose_barcode.generation/unit/pixels/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Unit.pixels" -linktitle: "pixels" -articleTitle: "pixels" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets size value in pixels." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/unit/pixels/ ---- - -## Unit.pixels - -**Type:** `float` - - -### Get - -Gets size value in pixels. - - -### Set - -Sets size value in pixels. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `float` | | diff --git a/english/python-java/aspose_barcode.generation/unit/point/_index.md b/english/python-java/aspose_barcode.generation/unit/point/_index.md deleted file mode 100644 index bd3727418..000000000 --- a/english/python-java/aspose_barcode.generation/unit/point/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Unit.point" -linktitle: "point" -articleTitle: "point" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets size value in point." -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/unit/point/ ---- - -## Unit.point - -**Type:** `float` - - -### Get - -Gets size value in point. - - -### Set - -Sets size value in point. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `float` | | diff --git a/english/python-java/aspose_barcode.generation/unit/unit/_index.md b/english/python-java/aspose_barcode.generation/unit/unit/_index.md deleted file mode 100644 index e9c027d71..000000000 --- a/english/python-java/aspose_barcode.generation/unit/unit/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Unit" -linktitle: "Unit" -articleTitle: "Unit" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.generation/unit/unit/ ---- - -## Unit Constructor - -```python -__init__(self, Union[Unit, Any] source) -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `source` | `Union[Unit, Any]` | | diff --git a/english/python-java/aspose_barcode.recognition/_index.md b/english/python-java/aspose_barcode.recognition/_index.md index 2b4b0a7b1..e83da76f9 100644 --- a/english/python-java/aspose_barcode.recognition/_index.md +++ b/english/python-java/aspose_barcode.recognition/_index.md @@ -1,9 +1,8 @@ --- title: "aspose_barcode.recognition" linktitle: "aspose_barcode.recognition" -articleTitle: "aspose_barcode.recognition" second_title: "Aspose.BarCode for Python via Java" -description: "Provides classes and enums for configuring, reading, and interpreting barcodes using Aspose.BarCode's recognition engine." +description: "The aspose_barcode.recognition namespace offers classes and enums for configuring, reading, and interpreting various barcode types in Aspose.BarCode for Python via Java." type: docs weight: 10 url: /python-java/aspose_barcode.recognition/ @@ -11,8 +10,7 @@ url: /python-java/aspose_barcode.recognition/ ## aspose_barcode.recognition module -The aspose_barcode.recognition namespace groups all objects needed to define barcode recognition parameters, perform scans, and obtain detailed results. It includes symbology‑specific settings, extended parameter classes, and the core BarCodeReader class. - +This reference details the barcode recognition API, covering settings objects such as AustraliaPostSettings and AztecExtendedParameters, as well as core classes like BarCodeReader and BarCodeResult. Use these types to customize scanning parameters, define regions, and retrieve decoded barcode information. ## Classes diff --git a/english/python-java/aspose_barcode.recognition/australiapostsettings/_index.md b/english/python-java/aspose_barcode.recognition/australiapostsettings/_index.md index f0cfda917..8f7d18db8 100644 --- a/english/python-java/aspose_barcode.recognition/australiapostsettings/_index.md +++ b/english/python-java/aspose_barcode.recognition/australiapostsettings/_index.md @@ -1,7 +1,6 @@ --- -title: "AustraliaPostSettings Class" +title: "AustraliaPostSettings" linktitle: "AustraliaPostSettings" -articleTitle: "AustraliaPostSettings" second_title: "Aspose.BarCode for Python via Java" description: "AustraliaPost decoding parameters. Contains parameters which influence recognized data of AustraliaPost symbology." type: docs @@ -21,11 +20,38 @@ AustraliaPost decoding parameters. Contains parameters which influence recognize | Name | Description | | --- | --- | -| [__init__](./australiapostsettings/) | | +| [__init__](#constructor) | | ## Properties | Name | Type | Description | | --- | --- | --- | -| [customer_information_interpreting_type](./customer_information_interpreting_type/) | `CustomerInformationInterpretingType` | | -| [ignore_ending_filling_patterns_for_c_table](./ignore_ending_filling_patterns_for_c_table/) | `bool` | | +| [customer_information_interpreting_type](#customer_information_interpreting_type) | `CustomerInformationInterpretingType` | | +| [ignore_ending_filling_patterns_for_c_table](#ignore_ending_filling_patterns_for_c_table) | `bool` | | + +### AustraliaPostSettings Constructor {#constructor} + +```python +__init__(self, _java_class) -> def +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `_java_class` | `` | | + +### AustraliaPostSettings.customer_information_interpreting_type {#customer_information_interpreting_type} + +**Type:** `CustomerInformationInterpretingType` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `CustomerInformationInterpretingType` | | + +### AustraliaPostSettings.ignore_ending_filling_patterns_for_c_table {#ignore_ending_filling_patterns_for_c_table} + +**Type:** `bool` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `bool` | | + diff --git a/english/python-java/aspose_barcode.recognition/australiapostsettings/australiapostsettings/_index.md b/english/python-java/aspose_barcode.recognition/australiapostsettings/australiapostsettings/_index.md deleted file mode 100644 index ff3b8621a..000000000 --- a/english/python-java/aspose_barcode.recognition/australiapostsettings/australiapostsettings/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "AustraliaPostSettings" -linktitle: "AustraliaPostSettings" -articleTitle: "AustraliaPostSettings" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/australiapostsettings/australiapostsettings/ ---- - -## AustraliaPostSettings Constructor - -```python -__init__(self, _java_class) -> def -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `_java_class` | `` | | diff --git a/english/python-java/aspose_barcode.recognition/australiapostsettings/customer_information_interpreting_type/_index.md b/english/python-java/aspose_barcode.recognition/australiapostsettings/customer_information_interpreting_type/_index.md deleted file mode 100644 index 41f71f7d9..000000000 --- a/english/python-java/aspose_barcode.recognition/australiapostsettings/customer_information_interpreting_type/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "AustraliaPostSettings.customer_information_interpreting_type" -linktitle: "customer_information_interpreting_type" -articleTitle: "customer_information_interpreting_type" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/australiapostsettings/customer_information_interpreting_type/ ---- - -## AustraliaPostSettings.customer_information_interpreting_type - -**Type:** `CustomerInformationInterpretingType` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `CustomerInformationInterpretingType` | | diff --git a/english/python-java/aspose_barcode.recognition/australiapostsettings/ignore_ending_filling_patterns_for_c_table/_index.md b/english/python-java/aspose_barcode.recognition/australiapostsettings/ignore_ending_filling_patterns_for_c_table/_index.md deleted file mode 100644 index 6bf59fcc4..000000000 --- a/english/python-java/aspose_barcode.recognition/australiapostsettings/ignore_ending_filling_patterns_for_c_table/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "AustraliaPostSettings.ignore_ending_filling_patterns_for_c_table" -linktitle: "ignore_ending_filling_patterns_for_c_table" -articleTitle: "ignore_ending_filling_patterns_for_c_table" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/australiapostsettings/ignore_ending_filling_patterns_for_c_table/ ---- - -## AustraliaPostSettings.ignore_ending_filling_patterns_for_c_table - -**Type:** `bool` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `bool` | | diff --git a/english/python-java/aspose_barcode.recognition/aztecextendedparameters/__eq__/_index.md b/english/python-java/aspose_barcode.recognition/aztecextendedparameters/__eq__/_index.md deleted file mode 100644 index 84600ca32..000000000 --- a/english/python-java/aspose_barcode.recognition/aztecextendedparameters/__eq__/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "AztecExtendedParameters.__eq__" -linktitle: "__eq__" -articleTitle: "__eq__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns a value indicating whether this instance is equal to a specified. value." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/aztecextendedparameters/__eq__/ ---- - -## AztecExtendedParameters.__eq__ - -```python -__eq__(self, AztecExtendedParameters other) -> bool -``` - - -Returns a value indicating whether this instance is equal to a specified. value. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `other` | `AztecExtendedParameters` | | - -**Return Type:** `bool` — true if obj has the same value as this instance; otherwise, false. - diff --git a/english/python-java/aspose_barcode.recognition/aztecextendedparameters/__hash__/_index.md b/english/python-java/aspose_barcode.recognition/aztecextendedparameters/__hash__/_index.md deleted file mode 100644 index c9658d440..000000000 --- a/english/python-java/aspose_barcode.recognition/aztecextendedparameters/__hash__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "AztecExtendedParameters.__hash__" -linktitle: "__hash__" -articleTitle: "__hash__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns the hash code for the current instance." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/aztecextendedparameters/__hash__/ ---- - -## AztecExtendedParameters.__hash__ - -```python -__hash__(self) -> int -``` - - -Returns the hash code for the current instance. - - -**Return Type:** `int` — A hash code for the current object. - diff --git a/english/python-java/aspose_barcode.recognition/aztecextendedparameters/__str__/_index.md b/english/python-java/aspose_barcode.recognition/aztecextendedparameters/__str__/_index.md deleted file mode 100644 index 878680902..000000000 --- a/english/python-java/aspose_barcode.recognition/aztecextendedparameters/__str__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "AztecExtendedParameters.__str__" -linktitle: "__str__" -articleTitle: "__str__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns a human-readable string representation of this. ." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/aztecextendedparameters/__str__/ ---- - -## AztecExtendedParameters.__str__ - -```python -__str__(self) -> str -``` - - -Returns a human-readable string representation of this. . - - -**Return Type:** `str` — A string that represents thisAztecExtendedParameters . - diff --git a/english/python-java/aspose_barcode.recognition/aztecextendedparameters/_index.md b/english/python-java/aspose_barcode.recognition/aztecextendedparameters/_index.md index 9d6b4cf12..795f06d89 100644 --- a/english/python-java/aspose_barcode.recognition/aztecextendedparameters/_index.md +++ b/english/python-java/aspose_barcode.recognition/aztecextendedparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "AztecExtendedParameters Class" +title: "AztecExtendedParameters" linktitle: "AztecExtendedParameters" -articleTitle: "AztecExtendedParameters" second_title: "Aspose.BarCode for Python via Java" description: "Stores special data of Aztec recognized barcode." type: docs @@ -21,16 +20,93 @@ Stores special data of Aztec recognized barcode. | Name | Description | | --- | --- | -| [__init__](./aztecextendedparameters/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [__eq__](./__eq__/) | `bool` | No | Returns a value indicating whether this instance is equal to a specified. value. | -| [__hash__](./__hash__/) | `int` | No | Returns the hash code for the current instance. | -| [__str__](./__str__/) | `str` | No | Returns a human-readable string representation of this. . | -| [is_reader_initialization](./is_reader_initialization/) | `bool` | No | | -| [structured_append_barcode_id](./structured_append_barcode_id/) | `int` | No | | -| [structured_append_barcodes_count](./structured_append_barcodes_count/) | `int` | No | | -| [structured_append_file_id](./structured_append_file_id/) | `Optional[str]` | No | | +| [__eq__](#__eq__) | `bool` | No | Returns a value indicating whether this instance is equal to a specified. value. | +| [__hash__](#__hash__) | `int` | No | Returns the hash code for the current instance. | +| [__str__](#__str__) | `str` | No | Returns a human-readable string representation of this. . | +| [is_reader_initialization](#is_reader_initialization) | `bool` | No | | +| [structured_append_barcode_id](#structured_append_barcode_id) | `int` | No | | +| [structured_append_barcodes_count](#structured_append_barcodes_count) | `int` | No | | +| [structured_append_file_id](#structured_append_file_id) | `Optional[str]` | No | | + +### AztecExtendedParameters Constructor {#constructor} + +```python +__init__(self, _java_class) -> def +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `_java_class` | `` | | + +### AztecExtendedParameters.__eq__ {#__eq__} + +```python +__eq__(self, AztecExtendedParameters other) -> bool +``` + +Returns a value indicating whether this instance is equal to a specified. value. + +| Parameter | Type | Description | +| --- | --- | --- | +| `other` | `AztecExtendedParameters` | | + +**Return Type:** `bool` — true if obj has the same value as this instance; otherwise, false. + +### AztecExtendedParameters.__hash__ {#__hash__} + +```python +__hash__(self) -> int +``` + +Returns the hash code for the current instance. + +**Return Type:** `int` — A hash code for the current object. + +### AztecExtendedParameters.__str__ {#__str__} + +```python +__str__(self) -> str +``` + +Returns a human-readable string representation of this. . + +**Return Type:** `str` — A string that represents thisAztecExtendedParameters . + +### AztecExtendedParameters.is_reader_initialization {#is_reader_initialization} + +```python +is_reader_initialization(self) -> bool +``` + +**Return Type:** `bool` + +### AztecExtendedParameters.structured_append_barcode_id {#structured_append_barcode_id} + +```python +structured_append_barcode_id(self) -> int +``` + +**Return Type:** `int` + +### AztecExtendedParameters.structured_append_barcodes_count {#structured_append_barcodes_count} + +```python +structured_append_barcodes_count(self) -> int +``` + +**Return Type:** `int` + +### AztecExtendedParameters.structured_append_file_id {#structured_append_file_id} + +```python +structured_append_file_id(self) -> Optional[str] +``` + +**Return Type:** `Optional[str]` + diff --git a/english/python-java/aspose_barcode.recognition/aztecextendedparameters/aztecextendedparameters/_index.md b/english/python-java/aspose_barcode.recognition/aztecextendedparameters/aztecextendedparameters/_index.md deleted file mode 100644 index ee5ab006c..000000000 --- a/english/python-java/aspose_barcode.recognition/aztecextendedparameters/aztecextendedparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "AztecExtendedParameters" -linktitle: "AztecExtendedParameters" -articleTitle: "AztecExtendedParameters" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/aztecextendedparameters/aztecextendedparameters/ ---- - -## AztecExtendedParameters Constructor - -```python -__init__(self, _java_class) -> def -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `_java_class` | `` | | diff --git a/english/python-java/aspose_barcode.recognition/aztecextendedparameters/is_reader_initialization/_index.md b/english/python-java/aspose_barcode.recognition/aztecextendedparameters/is_reader_initialization/_index.md deleted file mode 100644 index 1380cb05c..000000000 --- a/english/python-java/aspose_barcode.recognition/aztecextendedparameters/is_reader_initialization/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "AztecExtendedParameters.is_reader_initialization" -linktitle: "is_reader_initialization" -articleTitle: "is_reader_initialization" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/aztecextendedparameters/is_reader_initialization/ ---- - -## AztecExtendedParameters.is_reader_initialization - -```python -is_reader_initialization(self) -> bool -``` - - -**Return Type:** `bool` - diff --git a/english/python-java/aspose_barcode.recognition/aztecextendedparameters/structured_append_barcode_id/_index.md b/english/python-java/aspose_barcode.recognition/aztecextendedparameters/structured_append_barcode_id/_index.md deleted file mode 100644 index dd3302542..000000000 --- a/english/python-java/aspose_barcode.recognition/aztecextendedparameters/structured_append_barcode_id/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "AztecExtendedParameters.structured_append_barcode_id" -linktitle: "structured_append_barcode_id" -articleTitle: "structured_append_barcode_id" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/aztecextendedparameters/structured_append_barcode_id/ ---- - -## AztecExtendedParameters.structured_append_barcode_id - -```python -structured_append_barcode_id(self) -> int -``` - - -**Return Type:** `int` - diff --git a/english/python-java/aspose_barcode.recognition/aztecextendedparameters/structured_append_barcodes_count/_index.md b/english/python-java/aspose_barcode.recognition/aztecextendedparameters/structured_append_barcodes_count/_index.md deleted file mode 100644 index 0b551a9b3..000000000 --- a/english/python-java/aspose_barcode.recognition/aztecextendedparameters/structured_append_barcodes_count/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "AztecExtendedParameters.structured_append_barcodes_count" -linktitle: "structured_append_barcodes_count" -articleTitle: "structured_append_barcodes_count" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/aztecextendedparameters/structured_append_barcodes_count/ ---- - -## AztecExtendedParameters.structured_append_barcodes_count - -```python -structured_append_barcodes_count(self) -> int -``` - - -**Return Type:** `int` - diff --git a/english/python-java/aspose_barcode.recognition/aztecextendedparameters/structured_append_file_id/_index.md b/english/python-java/aspose_barcode.recognition/aztecextendedparameters/structured_append_file_id/_index.md deleted file mode 100644 index 20b86177f..000000000 --- a/english/python-java/aspose_barcode.recognition/aztecextendedparameters/structured_append_file_id/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "AztecExtendedParameters.structured_append_file_id" -linktitle: "structured_append_file_id" -articleTitle: "structured_append_file_id" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/aztecextendedparameters/structured_append_file_id/ ---- - -## AztecExtendedParameters.structured_append_file_id - -```python -structured_append_file_id(self) -> Optional[str] -``` - - -**Return Type:** `Optional[str]` - diff --git a/english/python-java/aspose_barcode.recognition/barcodeconfidence/_index.md b/english/python-java/aspose_barcode.recognition/barcodeconfidence/_index.md index 69eb14efd..b0b5ed13e 100644 --- a/english/python-java/aspose_barcode.recognition/barcodeconfidence/_index.md +++ b/english/python-java/aspose_barcode.recognition/barcodeconfidence/_index.md @@ -1,7 +1,6 @@ --- -title: "BarCodeConfidence Enum" +title: "BarCodeConfidence" linktitle: "BarCodeConfidence" -articleTitle: "BarCodeConfidence" second_title: "Aspose.BarCode for Python via Java" description: "Contains recognition confidence level. This sample shows how BarCodeConfidence changed, depending on barcode type" type: docs @@ -21,6 +20,30 @@ Contains recognition confidence level. This sample shows how BarCodeConfidence c | Name | Value | Description | | --- | --- | --- | -| [MODERATE](./moderate/) | `"80"` | Recognition confidence of barcode (mostly 1D barcodes) with weak checksumm or even without it. Could contains some misrecognitions in codetext or even fake recognitions if is low | -| [NONE](./none/) | `"0"` | Recognition confidence of barcode where codetext was not recognized correctly or barcode was detected as posible fake. | -| [STRONG](./strong/) | `"100"` | Recognition confidence which was confirmed with BCH codes like Reed–Solomon. There must not be errors in read codetext or fake recognitions | +| [MODERATE](#moderate) | `"80"` | Recognition confidence of barcode (mostly 1D barcodes) with weak checksumm or even without it. Could contains some misrecognitions in codetext or even fake recognitions if is low | +| [NONE](#none) | `"0"` | Recognition confidence of barcode where codetext was not recognized correctly or barcode was detected as posible fake. | +| [STRONG](#strong) | `"100"` | Recognition confidence which was confirmed with BCH codes like Reed–Solomon. There must not be errors in read codetext or fake recognitions | +### BarCodeConfidence.MODERATE {#moderate} + +**Type:** `string` + +**Value:** `"80"` + +Recognition confidence of barcode (mostly 1D barcodes) with weak checksumm or even without it. Could contains some misrecognitions in codetext or even fake recognitions if is low + +### BarCodeConfidence.NONE {#none} + +**Type:** `string` + +**Value:** `"0"` + +Recognition confidence of barcode where codetext was not recognized correctly or barcode was detected as posible fake. + +### BarCodeConfidence.STRONG {#strong} + +**Type:** `string` + +**Value:** `"100"` + +Recognition confidence which was confirmed with BCH codes like Reed–Solomon. There must not be errors in read codetext or fake recognitions + diff --git a/english/python-java/aspose_barcode.recognition/barcodeconfidence/moderate/_index.md b/english/python-java/aspose_barcode.recognition/barcodeconfidence/moderate/_index.md deleted file mode 100644 index c3a0d2654..000000000 --- a/english/python-java/aspose_barcode.recognition/barcodeconfidence/moderate/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "BarCodeConfidence.MODERATE" -linktitle: "MODERATE" -articleTitle: "MODERATE" -second_title: "Aspose.BarCode for Python via Java" -description: "Recognition confidence of barcode (mostly 1D barcodes) with weak checksumm or even without it. Could contains some misrecognitions in codetext or even fake reco" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/barcodeconfidence/moderate/ ---- - -## BarCodeConfidence.MODERATE - -**Type:** `string` - - -**Value:** `"80"` - - -Recognition confidence of barcode (mostly 1D barcodes) with weak checksumm or even without it. Could contains some misrecognitions in codetext or even fake recognitions if is low - diff --git a/english/python-java/aspose_barcode.recognition/barcodeconfidence/none/_index.md b/english/python-java/aspose_barcode.recognition/barcodeconfidence/none/_index.md deleted file mode 100644 index 6116a48a5..000000000 --- a/english/python-java/aspose_barcode.recognition/barcodeconfidence/none/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "BarCodeConfidence.NONE" -linktitle: "NONE" -articleTitle: "NONE" -second_title: "Aspose.BarCode for Python via Java" -description: "Recognition confidence of barcode where codetext was not recognized correctly or barcode was detected as posible fake." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/barcodeconfidence/none/ ---- - -## BarCodeConfidence.NONE - -**Type:** `string` - - -**Value:** `"0"` - - -Recognition confidence of barcode where codetext was not recognized correctly or barcode was detected as posible fake. - diff --git a/english/python-java/aspose_barcode.recognition/barcodeconfidence/strong/_index.md b/english/python-java/aspose_barcode.recognition/barcodeconfidence/strong/_index.md deleted file mode 100644 index c12c18112..000000000 --- a/english/python-java/aspose_barcode.recognition/barcodeconfidence/strong/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "BarCodeConfidence.STRONG" -linktitle: "STRONG" -articleTitle: "STRONG" -second_title: "Aspose.BarCode for Python via Java" -description: "Recognition confidence which was confirmed with BCH codes like Reed–Solomon. There must not be errors in read codetext or fake recognitions" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/barcodeconfidence/strong/ ---- - -## BarCodeConfidence.STRONG - -**Type:** `string` - - -**Value:** `"100"` - - -Recognition confidence which was confirmed with BCH codes like Reed–Solomon. There must not be errors in read codetext or fake recognitions - diff --git a/english/python-java/aspose_barcode.recognition/barcodeextendedparameters/__eq__/_index.md b/english/python-java/aspose_barcode.recognition/barcodeextendedparameters/__eq__/_index.md deleted file mode 100644 index e2f9730b3..000000000 --- a/english/python-java/aspose_barcode.recognition/barcodeextendedparameters/__eq__/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "BarCodeExtendedParameters.__eq__" -linktitle: "__eq__" -articleTitle: "__eq__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns a value indicating whether this instance is equal to a specified BarCodeExtendedParameters value." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/barcodeextendedparameters/__eq__/ ---- - -## BarCodeExtendedParameters.__eq__ - -```python -__eq__(self, BarCodeExtendedParameters other) -> bool -``` - - -Returns a value indicating whether this instance is equal to a specified BarCodeExtendedParameters value. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `other` | `BarCodeExtendedParameters` | | - -**Return Type:** `bool` — true if obj has the same value as this instance otherwise, false. - diff --git a/english/python-java/aspose_barcode.recognition/barcodeextendedparameters/__hash__/_index.md b/english/python-java/aspose_barcode.recognition/barcodeextendedparameters/__hash__/_index.md deleted file mode 100644 index f3f1e47b8..000000000 --- a/english/python-java/aspose_barcode.recognition/barcodeextendedparameters/__hash__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "BarCodeExtendedParameters.__hash__" -linktitle: "__hash__" -articleTitle: "__hash__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns the hash code for the current instance." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/barcodeextendedparameters/__hash__/ ---- - -## BarCodeExtendedParameters.__hash__ - -```python -__hash__(self) -> int -``` - - -Returns the hash code for the current instance. - - -**Return Type:** `int` — A hash code for the current object. - diff --git a/english/python-java/aspose_barcode.recognition/barcodeextendedparameters/__str__/_index.md b/english/python-java/aspose_barcode.recognition/barcodeextendedparameters/__str__/_index.md deleted file mode 100644 index 6f728a6c7..000000000 --- a/english/python-java/aspose_barcode.recognition/barcodeextendedparameters/__str__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "BarCodeExtendedParameters.__str__" -linktitle: "__str__" -articleTitle: "__str__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns a human-readable string representation of this BarCodeExtendedParameters." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/barcodeextendedparameters/__str__/ ---- - -## BarCodeExtendedParameters.__str__ - -```python -__str__(self) -> str -``` - - -Returns a human-readable string representation of this BarCodeExtendedParameters. - - -**Return Type:** `str` — A string that represents this BarCodeExtendedParameters. - diff --git a/english/python-java/aspose_barcode.recognition/barcodeextendedparameters/_index.md b/english/python-java/aspose_barcode.recognition/barcodeextendedparameters/_index.md index 205a5a7c6..5ad2df909 100644 --- a/english/python-java/aspose_barcode.recognition/barcodeextendedparameters/_index.md +++ b/english/python-java/aspose_barcode.recognition/barcodeextendedparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "BarCodeExtendedParameters Class" +title: "BarCodeExtendedParameters" linktitle: "BarCodeExtendedParameters" -articleTitle: "BarCodeExtendedParameters" second_title: "Aspose.BarCode for Python via Java" description: "" type: docs @@ -18,23 +17,156 @@ url: /python-java/aspose_barcode.recognition/barcodeextendedparameters/ | Name | Description | | --- | --- | -| [__init__](./barcodeextendedparameters/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [__eq__](./__eq__/) | `bool` | No | Returns a value indicating whether this instance is equal to a specified BarCodeExtendedParameters value. | -| [__hash__](./__hash__/) | `int` | No | Returns the hash code for the current instance. | -| [__str__](./__str__/) | `str` | No | Returns a human-readable string representation of this BarCodeExtendedParameters. | -| [aztec](./aztec/) | `Optional[AztecExtendedParameters]` | No | | -| [codabar](./codabar/) | `Optional[CodabarExtendedParameters]` | No | | -| [code_128](./code_128/) | `Optional[Code128ExtendedParameters]` | No | | -| [data_matrix](./data_matrix/) | `Optional[DataMatrixExtendedParameters]` | No | | -| [databar](./databar/) | `Optional[DataBarExtendedParameters]` | No | | -| [dot_code](./dot_code/) | `Optional[DotCodeExtendedParameters]` | No | | -| [gs1_composite_bar](./gs1_composite_bar/) | `Optional[GS1CompositeBarExtendedParameters]` | No | | -| [maxi_code](./maxi_code/) | `Optional[MaxiCodeExtendedParameters]` | No | | -| [one_d](./one_d/) | `Optional[OneDExtendedParameters]` | No | | -| [pdf_417](./pdf_417/) | `Optional[Pdf417ExtendedParameters]` | No | | -| [qr](./qr/) | `Optional[QRExtendedParameters]` | No | | +| [__eq__](#__eq__) | `bool` | No | Returns a value indicating whether this instance is equal to a specified BarCodeExtendedParameters value. | +| [__hash__](#__hash__) | `int` | No | Returns the hash code for the current instance. | +| [__str__](#__str__) | `str` | No | Returns a human-readable string representation of this BarCodeExtendedParameters. | +| [aztec](#aztec) | `Optional[AztecExtendedParameters]` | No | | +| [codabar](#codabar) | `Optional[CodabarExtendedParameters]` | No | | +| [code_128](#code_128) | `Optional[Code128ExtendedParameters]` | No | | +| [data_matrix](#data_matrix) | `Optional[DataMatrixExtendedParameters]` | No | | +| [databar](#databar) | `Optional[DataBarExtendedParameters]` | No | | +| [dot_code](#dot_code) | `Optional[DotCodeExtendedParameters]` | No | | +| [gs1_composite_bar](#gs1_composite_bar) | `Optional[GS1CompositeBarExtendedParameters]` | No | | +| [maxi_code](#maxi_code) | `Optional[MaxiCodeExtendedParameters]` | No | | +| [one_d](#one_d) | `Optional[OneDExtendedParameters]` | No | | +| [pdf_417](#pdf_417) | `Optional[Pdf417ExtendedParameters]` | No | | +| [qr](#qr) | `Optional[QRExtendedParameters]` | No | | + +### BarCodeExtendedParameters Constructor {#constructor} + +```python +__init__(self, _java_class) -> def +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `_java_class` | `` | | + +### BarCodeExtendedParameters.__eq__ {#__eq__} + +```python +__eq__(self, BarCodeExtendedParameters other) -> bool +``` + +Returns a value indicating whether this instance is equal to a specified BarCodeExtendedParameters value. + +| Parameter | Type | Description | +| --- | --- | --- | +| `other` | `BarCodeExtendedParameters` | | + +**Return Type:** `bool` — true if obj has the same value as this instance otherwise, false. + +### BarCodeExtendedParameters.__hash__ {#__hash__} + +```python +__hash__(self) -> int +``` + +Returns the hash code for the current instance. + +**Return Type:** `int` — A hash code for the current object. + +### BarCodeExtendedParameters.__str__ {#__str__} + +```python +__str__(self) -> str +``` + +Returns a human-readable string representation of this BarCodeExtendedParameters. + +**Return Type:** `str` — A string that represents this BarCodeExtendedParameters. + +### BarCodeExtendedParameters.aztec {#aztec} + +```python +aztec(self) -> Optional[AztecExtendedParameters] +``` + +**Return Type:** `Optional[AztecExtendedParameters]` + +### BarCodeExtendedParameters.codabar {#codabar} + +```python +codabar(self) -> Optional[CodabarExtendedParameters] +``` + +**Return Type:** `Optional[CodabarExtendedParameters]` + +### BarCodeExtendedParameters.code_128 {#code_128} + +```python +code_128(self) -> Optional[Code128ExtendedParameters] +``` + +**Return Type:** `Optional[Code128ExtendedParameters]` + +### BarCodeExtendedParameters.data_matrix {#data_matrix} + +```python +data_matrix(self) -> Optional[DataMatrixExtendedParameters] +``` + +**Return Type:** `Optional[DataMatrixExtendedParameters]` + +### BarCodeExtendedParameters.databar {#databar} + +```python +databar(self) -> Optional[DataBarExtendedParameters] +``` + +**Return Type:** `Optional[DataBarExtendedParameters]` + +### BarCodeExtendedParameters.dot_code {#dot_code} + +```python +dot_code(self) -> Optional[DotCodeExtendedParameters] +``` + +**Return Type:** `Optional[DotCodeExtendedParameters]` + +### BarCodeExtendedParameters.gs1_composite_bar {#gs1_composite_bar} + +```python +gs1_composite_bar(self) -> Optional[GS1CompositeBarExtendedParameters] +``` + +**Return Type:** `Optional[GS1CompositeBarExtendedParameters]` + +### BarCodeExtendedParameters.maxi_code {#maxi_code} + +```python +maxi_code(self) -> Optional[MaxiCodeExtendedParameters] +``` + +**Return Type:** `Optional[MaxiCodeExtendedParameters]` + +### BarCodeExtendedParameters.one_d {#one_d} + +```python +one_d(self) -> Optional[OneDExtendedParameters] +``` + +**Return Type:** `Optional[OneDExtendedParameters]` + +### BarCodeExtendedParameters.pdf_417 {#pdf_417} + +```python +pdf_417(self) -> Optional[Pdf417ExtendedParameters] +``` + +**Return Type:** `Optional[Pdf417ExtendedParameters]` + +### BarCodeExtendedParameters.qr {#qr} + +```python +qr(self) -> Optional[QRExtendedParameters] +``` + +**Return Type:** `Optional[QRExtendedParameters]` + diff --git a/english/python-java/aspose_barcode.recognition/barcodeextendedparameters/aztec/_index.md b/english/python-java/aspose_barcode.recognition/barcodeextendedparameters/aztec/_index.md deleted file mode 100644 index 483f81b29..000000000 --- a/english/python-java/aspose_barcode.recognition/barcodeextendedparameters/aztec/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BarCodeExtendedParameters.aztec" -linktitle: "aztec" -articleTitle: "aztec" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/barcodeextendedparameters/aztec/ ---- - -## BarCodeExtendedParameters.aztec - -```python -aztec(self) -> Optional[AztecExtendedParameters] -``` - - -**Return Type:** `Optional[AztecExtendedParameters]` - diff --git a/english/python-java/aspose_barcode.recognition/barcodeextendedparameters/barcodeextendedparameters/_index.md b/english/python-java/aspose_barcode.recognition/barcodeextendedparameters/barcodeextendedparameters/_index.md deleted file mode 100644 index 7f5dcdb41..000000000 --- a/english/python-java/aspose_barcode.recognition/barcodeextendedparameters/barcodeextendedparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "BarCodeExtendedParameters" -linktitle: "BarCodeExtendedParameters" -articleTitle: "BarCodeExtendedParameters" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/barcodeextendedparameters/barcodeextendedparameters/ ---- - -## BarCodeExtendedParameters Constructor - -```python -__init__(self, _java_class) -> def -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `_java_class` | `` | | diff --git a/english/python-java/aspose_barcode.recognition/barcodeextendedparameters/codabar/_index.md b/english/python-java/aspose_barcode.recognition/barcodeextendedparameters/codabar/_index.md deleted file mode 100644 index 5d15a1d91..000000000 --- a/english/python-java/aspose_barcode.recognition/barcodeextendedparameters/codabar/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BarCodeExtendedParameters.codabar" -linktitle: "codabar" -articleTitle: "codabar" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/barcodeextendedparameters/codabar/ ---- - -## BarCodeExtendedParameters.codabar - -```python -codabar(self) -> Optional[CodabarExtendedParameters] -``` - - -**Return Type:** `Optional[CodabarExtendedParameters]` - diff --git a/english/python-java/aspose_barcode.recognition/barcodeextendedparameters/code_128/_index.md b/english/python-java/aspose_barcode.recognition/barcodeextendedparameters/code_128/_index.md deleted file mode 100644 index 40f4db256..000000000 --- a/english/python-java/aspose_barcode.recognition/barcodeextendedparameters/code_128/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BarCodeExtendedParameters.code_128" -linktitle: "code_128" -articleTitle: "code_128" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/barcodeextendedparameters/code_128/ ---- - -## BarCodeExtendedParameters.code_128 - -```python -code_128(self) -> Optional[Code128ExtendedParameters] -``` - - -**Return Type:** `Optional[Code128ExtendedParameters]` - diff --git a/english/python-java/aspose_barcode.recognition/barcodeextendedparameters/data_matrix/_index.md b/english/python-java/aspose_barcode.recognition/barcodeextendedparameters/data_matrix/_index.md deleted file mode 100644 index 0fbb56aa3..000000000 --- a/english/python-java/aspose_barcode.recognition/barcodeextendedparameters/data_matrix/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BarCodeExtendedParameters.data_matrix" -linktitle: "data_matrix" -articleTitle: "data_matrix" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/barcodeextendedparameters/data_matrix/ ---- - -## BarCodeExtendedParameters.data_matrix - -```python -data_matrix(self) -> Optional[DataMatrixExtendedParameters] -``` - - -**Return Type:** `Optional[DataMatrixExtendedParameters]` - diff --git a/english/python-java/aspose_barcode.recognition/barcodeextendedparameters/databar/_index.md b/english/python-java/aspose_barcode.recognition/barcodeextendedparameters/databar/_index.md deleted file mode 100644 index d0463eac2..000000000 --- a/english/python-java/aspose_barcode.recognition/barcodeextendedparameters/databar/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BarCodeExtendedParameters.databar" -linktitle: "databar" -articleTitle: "databar" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/barcodeextendedparameters/databar/ ---- - -## BarCodeExtendedParameters.databar - -```python -databar(self) -> Optional[DataBarExtendedParameters] -``` - - -**Return Type:** `Optional[DataBarExtendedParameters]` - diff --git a/english/python-java/aspose_barcode.recognition/barcodeextendedparameters/dot_code/_index.md b/english/python-java/aspose_barcode.recognition/barcodeextendedparameters/dot_code/_index.md deleted file mode 100644 index f19b17dc6..000000000 --- a/english/python-java/aspose_barcode.recognition/barcodeextendedparameters/dot_code/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BarCodeExtendedParameters.dot_code" -linktitle: "dot_code" -articleTitle: "dot_code" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/barcodeextendedparameters/dot_code/ ---- - -## BarCodeExtendedParameters.dot_code - -```python -dot_code(self) -> Optional[DotCodeExtendedParameters] -``` - - -**Return Type:** `Optional[DotCodeExtendedParameters]` - diff --git a/english/python-java/aspose_barcode.recognition/barcodeextendedparameters/gs1_composite_bar/_index.md b/english/python-java/aspose_barcode.recognition/barcodeextendedparameters/gs1_composite_bar/_index.md deleted file mode 100644 index 385f8a69c..000000000 --- a/english/python-java/aspose_barcode.recognition/barcodeextendedparameters/gs1_composite_bar/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BarCodeExtendedParameters.gs1_composite_bar" -linktitle: "gs1_composite_bar" -articleTitle: "gs1_composite_bar" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/barcodeextendedparameters/gs1_composite_bar/ ---- - -## BarCodeExtendedParameters.gs1_composite_bar - -```python -gs1_composite_bar(self) -> Optional[GS1CompositeBarExtendedParameters] -``` - - -**Return Type:** `Optional[GS1CompositeBarExtendedParameters]` - diff --git a/english/python-java/aspose_barcode.recognition/barcodeextendedparameters/maxi_code/_index.md b/english/python-java/aspose_barcode.recognition/barcodeextendedparameters/maxi_code/_index.md deleted file mode 100644 index f1c03dbc7..000000000 --- a/english/python-java/aspose_barcode.recognition/barcodeextendedparameters/maxi_code/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BarCodeExtendedParameters.maxi_code" -linktitle: "maxi_code" -articleTitle: "maxi_code" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/barcodeextendedparameters/maxi_code/ ---- - -## BarCodeExtendedParameters.maxi_code - -```python -maxi_code(self) -> Optional[MaxiCodeExtendedParameters] -``` - - -**Return Type:** `Optional[MaxiCodeExtendedParameters]` - diff --git a/english/python-java/aspose_barcode.recognition/barcodeextendedparameters/one_d/_index.md b/english/python-java/aspose_barcode.recognition/barcodeextendedparameters/one_d/_index.md deleted file mode 100644 index 6a148237b..000000000 --- a/english/python-java/aspose_barcode.recognition/barcodeextendedparameters/one_d/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BarCodeExtendedParameters.one_d" -linktitle: "one_d" -articleTitle: "one_d" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/barcodeextendedparameters/one_d/ ---- - -## BarCodeExtendedParameters.one_d - -```python -one_d(self) -> Optional[OneDExtendedParameters] -``` - - -**Return Type:** `Optional[OneDExtendedParameters]` - diff --git a/english/python-java/aspose_barcode.recognition/barcodeextendedparameters/pdf_417/_index.md b/english/python-java/aspose_barcode.recognition/barcodeextendedparameters/pdf_417/_index.md deleted file mode 100644 index d7360f820..000000000 --- a/english/python-java/aspose_barcode.recognition/barcodeextendedparameters/pdf_417/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BarCodeExtendedParameters.pdf_417" -linktitle: "pdf_417" -articleTitle: "pdf_417" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/barcodeextendedparameters/pdf_417/ ---- - -## BarCodeExtendedParameters.pdf_417 - -```python -pdf_417(self) -> Optional[Pdf417ExtendedParameters] -``` - - -**Return Type:** `Optional[Pdf417ExtendedParameters]` - diff --git a/english/python-java/aspose_barcode.recognition/barcodeextendedparameters/qr/_index.md b/english/python-java/aspose_barcode.recognition/barcodeextendedparameters/qr/_index.md deleted file mode 100644 index 29c181b58..000000000 --- a/english/python-java/aspose_barcode.recognition/barcodeextendedparameters/qr/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BarCodeExtendedParameters.qr" -linktitle: "qr" -articleTitle: "qr" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/barcodeextendedparameters/qr/ ---- - -## BarCodeExtendedParameters.qr - -```python -qr(self) -> Optional[QRExtendedParameters] -``` - - -**Return Type:** `Optional[QRExtendedParameters]` - diff --git a/english/python-java/aspose_barcode.recognition/barcodequalitymode/_index.md b/english/python-java/aspose_barcode.recognition/barcodequalitymode/_index.md index 1834c3d07..c3ade5344 100644 --- a/english/python-java/aspose_barcode.recognition/barcodequalitymode/_index.md +++ b/english/python-java/aspose_barcode.recognition/barcodequalitymode/_index.md @@ -1,7 +1,6 @@ --- -title: "BarcodeQualityMode Enum" +title: "BarcodeQualityMode" linktitle: "BarcodeQualityMode" -articleTitle: "BarcodeQualityMode" second_title: "Aspose.BarCode for Python via Java" description: "Mode which enables methods to recognize barcode elements with the selected quality. Barcode element with lower quality requires more hard methods which slows th" type: docs @@ -21,6 +20,30 @@ Mode which enables methods to recognize barcode elements with the selected quali | Name | Value | Description | | --- | --- | --- | -| [HIGH](./high/) | `0` | Enables recognition methods for High quality barcodes. | -| [LOW](./low/) | `2` | Enables recognition methods for Low quality barcodes. | -| [NORMAL](./normal/) | `1` | Enables recognition methods for Common(Normal) quality barcodes. | +| [HIGH](#high) | `0` | Enables recognition methods for High quality barcodes. | +| [LOW](#low) | `2` | Enables recognition methods for Low quality barcodes. | +| [NORMAL](#normal) | `1` | Enables recognition methods for Common(Normal) quality barcodes. | +### BarcodeQualityMode.HIGH {#high} + +**Type:** `int` + +**Value:** `0` + +Enables recognition methods for High quality barcodes. + +### BarcodeQualityMode.LOW {#low} + +**Type:** `int` + +**Value:** `2` + +Enables recognition methods for Low quality barcodes. + +### BarcodeQualityMode.NORMAL {#normal} + +**Type:** `int` + +**Value:** `1` + +Enables recognition methods for Common(Normal) quality barcodes. + diff --git a/english/python-java/aspose_barcode.recognition/barcodequalitymode/high/_index.md b/english/python-java/aspose_barcode.recognition/barcodequalitymode/high/_index.md deleted file mode 100644 index db0df92c3..000000000 --- a/english/python-java/aspose_barcode.recognition/barcodequalitymode/high/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "BarcodeQualityMode.HIGH" -linktitle: "HIGH" -articleTitle: "HIGH" -second_title: "Aspose.BarCode for Python via Java" -description: "Enables recognition methods for High quality barcodes." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/barcodequalitymode/high/ ---- - -## BarcodeQualityMode.HIGH - -**Type:** `int` - - -**Value:** `0` - - -Enables recognition methods for High quality barcodes. - diff --git a/english/python-java/aspose_barcode.recognition/barcodequalitymode/low/_index.md b/english/python-java/aspose_barcode.recognition/barcodequalitymode/low/_index.md deleted file mode 100644 index a89c4a738..000000000 --- a/english/python-java/aspose_barcode.recognition/barcodequalitymode/low/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "BarcodeQualityMode.LOW" -linktitle: "LOW" -articleTitle: "LOW" -second_title: "Aspose.BarCode for Python via Java" -description: "Enables recognition methods for Low quality barcodes." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/barcodequalitymode/low/ ---- - -## BarcodeQualityMode.LOW - -**Type:** `int` - - -**Value:** `2` - - -Enables recognition methods for Low quality barcodes. - diff --git a/english/python-java/aspose_barcode.recognition/barcodequalitymode/normal/_index.md b/english/python-java/aspose_barcode.recognition/barcodequalitymode/normal/_index.md deleted file mode 100644 index 1a267a97b..000000000 --- a/english/python-java/aspose_barcode.recognition/barcodequalitymode/normal/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "BarcodeQualityMode.NORMAL" -linktitle: "NORMAL" -articleTitle: "NORMAL" -second_title: "Aspose.BarCode for Python via Java" -description: "Enables recognition methods for Common(Normal) quality barcodes." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/barcodequalitymode/normal/ ---- - -## BarcodeQualityMode.NORMAL - -**Type:** `int` - - -**Value:** `1` - - -Enables recognition methods for Common(Normal) quality barcodes. - diff --git a/english/python-java/aspose_barcode.recognition/barcodereader/_index.md b/english/python-java/aspose_barcode.recognition/barcodereader/_index.md index ac6cffa94..82b2da910 100644 --- a/english/python-java/aspose_barcode.recognition/barcodereader/_index.md +++ b/english/python-java/aspose_barcode.recognition/barcodereader/_index.md @@ -1,7 +1,6 @@ --- -title: "BarCodeReader Class" +title: "BarCodeReader" linktitle: "BarCodeReader" -articleTitle: "BarCodeReader" second_title: "Aspose.BarCode for Python via Java" description: "BarCodeReader encapsulates an image which may contain one or several barcodes, it then can perform ReadBarCodes operation to detect barcodes. This sample shows " type: docs @@ -21,27 +20,174 @@ BarCodeReader encapsulates an image which may contain one or several barcodes, i | Name | Description | | --- | --- | -| [__init__](./barcodereader/) | Initializes a new instance of the BarCodeReader. | +| [__init__](#constructor) | Initializes a new instance of the BarCodeReader. | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [abort](./abort/) | `None` | No | | -| [barcode_image](./barcode_image/) | `None` | No | Sets bitmap image and areas for Recognition. Must be called before ReadBarCodes() method. This sample shows how to detect Code39 and Code128 barcodes. | -| [barcode_settings](./barcode_settings/) | `Optional[BarcodeSettings]` | No | | -| [contains_any](./contains_any/) | `bool` | No | | -| [export_to_xml](./export_to_xml/) | `bool` | No | | -| [found_barcodes](./found_barcodes/) | `Optional[List[BarCodeResult]]` | No | | -| [found_count](./found_count/) | `int` | No | | -| [from_image_with_areas](./from_image_with_areas/) | `def` | No | Initializes a new instance of the BarCodeReader. | -| [import_from_xml](./import_from_xml/) | `BarCodeReader` | No | Imports BarCode properties from the specified XML file. | -| [read_barcodes](./read_barcodes/) | `Optional[List[BarCodeResult]]` | No | | +| [abort](#abort) | `None` | No | | +| [barcode_image](#barcode_image) | `None` | No | Sets bitmap image and areas for Recognition. Must be called before ReadBarCodes() method. This sample shows how to detect Code39 and Code128 barcodes. | +| [barcode_settings](#barcode_settings) | `Optional[BarcodeSettings]` | No | | +| [contains_any](#contains_any) | `bool` | No | | +| [export_to_xml](#export_to_xml) | `bool` | No | | +| [found_barcodes](#found_barcodes) | `Optional[List[BarCodeResult]]` | No | | +| [found_count](#found_count) | `int` | No | | +| [from_image_with_areas](#from_image_with_areas) | `def` | No | Initializes a new instance of the BarCodeReader. | +| [import_from_xml](#import_from_xml) | `BarCodeReader` | No | Imports BarCode properties from the specified XML file. | +| [read_barcodes](#read_barcodes) | `Optional[List[BarCodeResult]]` | No | | ## Properties | Name | Type | Description | | --- | --- | --- | -| [barcode_read_type](./barcode_read_type/) | `Union[List[DecodeType], DecodeType]` | Sets SingleDecodeType type array for Recognition. Must be called before readBarCodes() method. This sample shows how to detect Code39 and Code128 barcodes. | -| [quality_settings](./quality_settings/) | `Optional[QualitySettings]` | | -| [timeout](./timeout/) | `int` | | +| [barcode_read_type](#barcode_read_type) | `Union[List[DecodeType], DecodeType]` | Sets SingleDecodeType type array for Recognition. Must be called before readBarCodes() method. This sample shows how to detect Code39 and Code128 barcodes. | +| [quality_settings](#quality_settings) | `Optional[QualitySettings]` | | +| [timeout](#timeout) | `int` | | + +### BarCodeReader Constructor {#constructor} + +```python +__init__(self, Optional[Union[str, os.PathLike, bytes, BinaryIO, Image.Image, None]] image, Optional[Union[List[DecodeType], DecodeType, None]] decode_types) -> def +``` + +Initializes a new instance of the BarCodeReader. + +| Parameter | Type | Description | +| --- | --- | --- | +| `image` | `Optional[Union[str, os.PathLike, bytes, BinaryIO, Image.Image, None]]` | | +| `decode_types` | `Optional[Union[List[DecodeType], DecodeType, None]]` | | + +### BarCodeReader.abort {#abort} + +```python +abort(self) +``` + +### BarCodeReader.barcode_image {#barcode_image} + +```python +barcode_image(self, Optional[Union[str, "os.PathLike"], bytes, BinaryIO, Image.Image, None] image, Optional[Union[List[RectLike], RectLike]] areas) +``` + +Sets bitmap image and areas for Recognition. Must be called before ReadBarCodes() method. This sample shows how to detect Code39 and Code128 barcodes. + +| Parameter | Type | Description | +| --- | --- | --- | +| `image` | `Optional[Union[str, "os.PathLike"], bytes, BinaryIO, Image.Image, None]` | | +| `areas` | `Optional[Union[List[RectLike], RectLike]]` | | + +### BarCodeReader.barcode_settings {#barcode_settings} + +```python +barcode_settings(self) -> Optional[BarcodeSettings] +``` + +**Return Type:** `Optional[BarcodeSettings]` + +### BarCodeReader.contains_any {#contains_any} + +```python +contains_any(self, Union[List[DecodeType], DecodeType] decode_types) -> bool +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `decode_types` | `Union[List[DecodeType], DecodeType]` | | + +**Return Type:** `bool` + +### BarCodeReader.export_to_xml {#export_to_xml} + +```python +export_to_xml(self, str xml_file) -> bool +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `xml_file` | `str` | | + +**Return Type:** `bool` + +### BarCodeReader.found_barcodes {#found_barcodes} + +```python +found_barcodes(self) -> Optional[List[BarCodeResult]] +``` + +**Return Type:** `Optional[List[BarCodeResult]]` + +### BarCodeReader.found_count {#found_count} + +```python +found_count(self) -> int +``` + +**Return Type:** `int` + +### BarCodeReader.from_image_with_areas {#from_image_with_areas} + +```python +from_image_with_areas(self, cls, Optional[Union[str, os.PathLike, bytes, BinaryIO, Image.Image]] image, Optional[Union[List[RectLike], RectLike]] areas, Optional[Union[List[DecodeType], DecodeType]] decode_types) -> def +``` + +Initializes a new instance of the BarCodeReader. + +| Parameter | Type | Description | +| --- | --- | --- | +| `cls` | `` | | +| `image` | `Optional[Union[str, os.PathLike, bytes, BinaryIO, Image.Image]]` | | +| `areas` | `Optional[Union[List[RectLike], RectLike]]` | | +| `decode_types` | `Optional[Union[List[DecodeType], DecodeType]]` | | + +**Return Type:** `def` + +### BarCodeReader.import_from_xml {#import_from_xml} + +```python +import_from_xml(self, cls, str xml_file) -> BarCodeReader +``` + +Imports BarCode properties from the specified XML file. + +| Parameter | Type | Description | +| --- | --- | --- | +| `cls` | `` | | +| `xml_file` | `str` | | + +**Return Type:** `BarCodeReader` + +### BarCodeReader.read_barcodes {#read_barcodes} + +```python +read_barcodes(self) -> Optional[List[BarCodeResult]] +``` + +**Return Type:** `Optional[List[BarCodeResult]]` + +### BarCodeReader.barcode_read_type {#barcode_read_type} + +**Type:** `Union[List[DecodeType], DecodeType]` + +Sets SingleDecodeType type array for Recognition. Must be called before readBarCodes() method. This sample shows how to detect Code39 and Code128 barcodes. + +| Parameter | Type | Description | +| --- | --- | --- | +| `types` | `Union[List[DecodeType], DecodeType]` | | + +### BarCodeReader.quality_settings {#quality_settings} + +**Type:** `Optional[QualitySettings]` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `QualitySettings` | | + +### BarCodeReader.timeout {#timeout} + +**Type:** `int` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `int` | | + diff --git a/english/python-java/aspose_barcode.recognition/barcodereader/abort/_index.md b/english/python-java/aspose_barcode.recognition/barcodereader/abort/_index.md deleted file mode 100644 index e07766cbd..000000000 --- a/english/python-java/aspose_barcode.recognition/barcodereader/abort/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "BarCodeReader.abort" -linktitle: "abort" -articleTitle: "abort" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/barcodereader/abort/ ---- - -## BarCodeReader.abort - -```python -abort(self) -``` - diff --git a/english/python-java/aspose_barcode.recognition/barcodereader/barcode_image/_index.md b/english/python-java/aspose_barcode.recognition/barcodereader/barcode_image/_index.md deleted file mode 100644 index 39f440c17..000000000 --- a/english/python-java/aspose_barcode.recognition/barcodereader/barcode_image/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: "BarCodeReader.barcode_image" -linktitle: "barcode_image" -articleTitle: "barcode_image" -second_title: "Aspose.BarCode for Python via Java" -description: "Sets bitmap image and areas for Recognition. Must be called before ReadBarCodes() method. This sample shows how to detect Code39 and Code128 barcodes." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/barcodereader/barcode_image/ ---- - -## BarCodeReader.barcode_image - -```python -barcode_image(self, Optional[Union[str, "os.PathLike"], bytes, BinaryIO, Image.Image, None] image, Optional[Union[List[RectLike], RectLike]] areas) -``` - - -Sets bitmap image and areas for Recognition. Must be called before ReadBarCodes() method. This sample shows how to detect Code39 and Code128 barcodes. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `image` | `Optional[Union[str, "os.PathLike"], bytes, BinaryIO, Image.Image, None]` | | -| `areas` | `Optional[Union[List[RectLike], RectLike]]` | | diff --git a/english/python-java/aspose_barcode.recognition/barcodereader/barcode_read_type/_index.md b/english/python-java/aspose_barcode.recognition/barcodereader/barcode_read_type/_index.md deleted file mode 100644 index 784e33ac8..000000000 --- a/english/python-java/aspose_barcode.recognition/barcodereader/barcode_read_type/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "BarCodeReader.barcode_read_type" -linktitle: "barcode_read_type" -articleTitle: "barcode_read_type" -second_title: "Aspose.BarCode for Python via Java" -description: "Sets SingleDecodeType type array for Recognition. Must be called before readBarCodes() method. This sample shows how to detect Code39 and Code128 barcodes." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/barcodereader/barcode_read_type/ ---- - -## BarCodeReader.barcode_read_type - -**Type:** `Union[List[DecodeType], DecodeType]` - - -### Set - -Sets SingleDecodeType type array for Recognition. Must be called before readBarCodes() method. This sample shows how to detect Code39 and Code128 barcodes. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `types` | `Union[List[DecodeType], DecodeType]` | | diff --git a/english/python-java/aspose_barcode.recognition/barcodereader/barcode_settings/_index.md b/english/python-java/aspose_barcode.recognition/barcodereader/barcode_settings/_index.md deleted file mode 100644 index e92af8e6f..000000000 --- a/english/python-java/aspose_barcode.recognition/barcodereader/barcode_settings/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BarCodeReader.barcode_settings" -linktitle: "barcode_settings" -articleTitle: "barcode_settings" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/barcodereader/barcode_settings/ ---- - -## BarCodeReader.barcode_settings - -```python -barcode_settings(self) -> Optional[BarcodeSettings] -``` - - -**Return Type:** `Optional[BarcodeSettings]` - diff --git a/english/python-java/aspose_barcode.recognition/barcodereader/barcodereader/_index.md b/english/python-java/aspose_barcode.recognition/barcodereader/barcodereader/_index.md deleted file mode 100644 index 4558dce8a..000000000 --- a/english/python-java/aspose_barcode.recognition/barcodereader/barcodereader/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: "BarCodeReader" -linktitle: "BarCodeReader" -articleTitle: "BarCodeReader" -second_title: "Aspose.BarCode for Python via Java" -description: "Initializes a new instance of the BarCodeReader." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/barcodereader/barcodereader/ ---- - -## BarCodeReader Constructor - -```python -__init__(self, Optional[Union[str, os.PathLike, bytes, BinaryIO, Image.Image, None]] image, Optional[Union[List[DecodeType], DecodeType, None]] decode_types) -> def -``` - - -Initializes a new instance of the BarCodeReader. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `image` | `Optional[Union[str, os.PathLike, bytes, BinaryIO, Image.Image, None]]` | | -| `decode_types` | `Optional[Union[List[DecodeType], DecodeType, None]]` | | diff --git a/english/python-java/aspose_barcode.recognition/barcodereader/contains_any/_index.md b/english/python-java/aspose_barcode.recognition/barcodereader/contains_any/_index.md deleted file mode 100644 index 4c40088a9..000000000 --- a/english/python-java/aspose_barcode.recognition/barcodereader/contains_any/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "BarCodeReader.contains_any" -linktitle: "contains_any" -articleTitle: "contains_any" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/barcodereader/contains_any/ ---- - -## BarCodeReader.contains_any - -```python -contains_any(self, Union[List[DecodeType], DecodeType] decode_types) -> bool -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `decode_types` | `Union[List[DecodeType], DecodeType]` | | - -**Return Type:** `bool` - diff --git a/english/python-java/aspose_barcode.recognition/barcodereader/export_to_xml/_index.md b/english/python-java/aspose_barcode.recognition/barcodereader/export_to_xml/_index.md deleted file mode 100644 index a61d66a8d..000000000 --- a/english/python-java/aspose_barcode.recognition/barcodereader/export_to_xml/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "BarCodeReader.export_to_xml" -linktitle: "export_to_xml" -articleTitle: "export_to_xml" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/barcodereader/export_to_xml/ ---- - -## BarCodeReader.export_to_xml - -```python -export_to_xml(self, str xml_file) -> bool -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `xml_file` | `str` | | - -**Return Type:** `bool` - diff --git a/english/python-java/aspose_barcode.recognition/barcodereader/found_barcodes/_index.md b/english/python-java/aspose_barcode.recognition/barcodereader/found_barcodes/_index.md deleted file mode 100644 index cd17a5c68..000000000 --- a/english/python-java/aspose_barcode.recognition/barcodereader/found_barcodes/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BarCodeReader.found_barcodes" -linktitle: "found_barcodes" -articleTitle: "found_barcodes" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/barcodereader/found_barcodes/ ---- - -## BarCodeReader.found_barcodes - -```python -found_barcodes(self) -> Optional[List[BarCodeResult]] -``` - - -**Return Type:** `Optional[List[BarCodeResult]]` - diff --git a/english/python-java/aspose_barcode.recognition/barcodereader/found_count/_index.md b/english/python-java/aspose_barcode.recognition/barcodereader/found_count/_index.md deleted file mode 100644 index 376fc9939..000000000 --- a/english/python-java/aspose_barcode.recognition/barcodereader/found_count/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BarCodeReader.found_count" -linktitle: "found_count" -articleTitle: "found_count" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/barcodereader/found_count/ ---- - -## BarCodeReader.found_count - -```python -found_count(self) -> int -``` - - -**Return Type:** `int` - diff --git a/english/python-java/aspose_barcode.recognition/barcodereader/from_image_with_areas/_index.md b/english/python-java/aspose_barcode.recognition/barcodereader/from_image_with_areas/_index.md deleted file mode 100644 index fb6cf862f..000000000 --- a/english/python-java/aspose_barcode.recognition/barcodereader/from_image_with_areas/_index.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: "BarCodeReader.from_image_with_areas" -linktitle: "from_image_with_areas" -articleTitle: "from_image_with_areas" -second_title: "Aspose.BarCode for Python via Java" -description: "Initializes a new instance of the BarCodeReader." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/barcodereader/from_image_with_areas/ ---- - -## BarCodeReader.from_image_with_areas - -```python -from_image_with_areas(self, cls, Optional[Union[str, os.PathLike, bytes, BinaryIO, Image.Image]] image, Optional[Union[List[RectLike], RectLike]] areas, Optional[Union[List[DecodeType], DecodeType]] decode_types) -> def -``` - - -Initializes a new instance of the BarCodeReader. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `cls` | `` | | -| `image` | `Optional[Union[str, os.PathLike, bytes, BinaryIO, Image.Image]]` | | -| `areas` | `Optional[Union[List[RectLike], RectLike]]` | | -| `decode_types` | `Optional[Union[List[DecodeType], DecodeType]]` | | - -**Return Type:** `def` - diff --git a/english/python-java/aspose_barcode.recognition/barcodereader/import_from_xml/_index.md b/english/python-java/aspose_barcode.recognition/barcodereader/import_from_xml/_index.md deleted file mode 100644 index fc439cc64..000000000 --- a/english/python-java/aspose_barcode.recognition/barcodereader/import_from_xml/_index.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: "BarCodeReader.import_from_xml" -linktitle: "import_from_xml" -articleTitle: "import_from_xml" -second_title: "Aspose.BarCode for Python via Java" -description: "Imports BarCode properties from the specified XML file." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/barcodereader/import_from_xml/ ---- - -## BarCodeReader.import_from_xml - -```python -import_from_xml(self, cls, str xml_file) -> BarCodeReader -``` - - -Imports BarCode properties from the specified XML file. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `cls` | `` | | -| `xml_file` | `str` | | - -**Return Type:** `BarCodeReader` - diff --git a/english/python-java/aspose_barcode.recognition/barcodereader/quality_settings/_index.md b/english/python-java/aspose_barcode.recognition/barcodereader/quality_settings/_index.md deleted file mode 100644 index 0b19e9580..000000000 --- a/english/python-java/aspose_barcode.recognition/barcodereader/quality_settings/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "BarCodeReader.quality_settings" -linktitle: "quality_settings" -articleTitle: "quality_settings" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/barcodereader/quality_settings/ ---- - -## BarCodeReader.quality_settings - -**Type:** `Optional[QualitySettings]` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `QualitySettings` | | diff --git a/english/python-java/aspose_barcode.recognition/barcodereader/read_barcodes/_index.md b/english/python-java/aspose_barcode.recognition/barcodereader/read_barcodes/_index.md deleted file mode 100644 index 200a3e419..000000000 --- a/english/python-java/aspose_barcode.recognition/barcodereader/read_barcodes/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BarCodeReader.read_barcodes" -linktitle: "read_barcodes" -articleTitle: "read_barcodes" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/barcodereader/read_barcodes/ ---- - -## BarCodeReader.read_barcodes - -```python -read_barcodes(self) -> Optional[List[BarCodeResult]] -``` - - -**Return Type:** `Optional[List[BarCodeResult]]` - diff --git a/english/python-java/aspose_barcode.recognition/barcodereader/timeout/_index.md b/english/python-java/aspose_barcode.recognition/barcodereader/timeout/_index.md deleted file mode 100644 index 503a43ddc..000000000 --- a/english/python-java/aspose_barcode.recognition/barcodereader/timeout/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "BarCodeReader.timeout" -linktitle: "timeout" -articleTitle: "timeout" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/barcodereader/timeout/ ---- - -## BarCodeReader.timeout - -**Type:** `int` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `int` | | diff --git a/english/python-java/aspose_barcode.recognition/barcoderegionparameters/__eq__/_index.md b/english/python-java/aspose_barcode.recognition/barcoderegionparameters/__eq__/_index.md deleted file mode 100644 index dfc361408..000000000 --- a/english/python-java/aspose_barcode.recognition/barcoderegionparameters/__eq__/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "BarCodeRegionParameters.__eq__" -linktitle: "__eq__" -articleTitle: "__eq__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns a value indicating whether this instance is equal to a specified BarCodeRegionParameters value." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/barcoderegionparameters/__eq__/ ---- - -## BarCodeRegionParameters.__eq__ - -```python -__eq__(self, BarCodeRegionParameters other) -> bool -``` - - -Returns a value indicating whether this instance is equal to a specified BarCodeRegionParameters value. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `other` | `BarCodeRegionParameters` | | - -**Return Type:** `bool` — True if obj has the same value as this instance, otherwise False. - diff --git a/english/python-java/aspose_barcode.recognition/barcoderegionparameters/__hash__/_index.md b/english/python-java/aspose_barcode.recognition/barcoderegionparameters/__hash__/_index.md deleted file mode 100644 index ee0cb7190..000000000 --- a/english/python-java/aspose_barcode.recognition/barcoderegionparameters/__hash__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "BarCodeRegionParameters.__hash__" -linktitle: "__hash__" -articleTitle: "__hash__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns the hash code for the current instance." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/barcoderegionparameters/__hash__/ ---- - -## BarCodeRegionParameters.__hash__ - -```python -__hash__(self) -> int -``` - - -Returns the hash code for the current instance. - - -**Return Type:** `int` — A hash code for the current object. - diff --git a/english/python-java/aspose_barcode.recognition/barcoderegionparameters/__str__/_index.md b/english/python-java/aspose_barcode.recognition/barcoderegionparameters/__str__/_index.md deleted file mode 100644 index 76d1c1a0d..000000000 --- a/english/python-java/aspose_barcode.recognition/barcoderegionparameters/__str__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "BarCodeRegionParameters.__str__" -linktitle: "__str__" -articleTitle: "__str__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns a human-readable string representation of this BarCodeRegionParameters." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/barcoderegionparameters/__str__/ ---- - -## BarCodeRegionParameters.__str__ - -```python -__str__(self) -> str -``` - - -Returns a human-readable string representation of this BarCodeRegionParameters. - - -**Return Type:** `str` — A string that represents this BarCodeRegionParameters. - diff --git a/english/python-java/aspose_barcode.recognition/barcoderegionparameters/_index.md b/english/python-java/aspose_barcode.recognition/barcoderegionparameters/_index.md index 235d2bf88..013e2d85e 100644 --- a/english/python-java/aspose_barcode.recognition/barcoderegionparameters/_index.md +++ b/english/python-java/aspose_barcode.recognition/barcoderegionparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "BarCodeRegionParameters Class" +title: "BarCodeRegionParameters" linktitle: "BarCodeRegionParameters" -articleTitle: "BarCodeRegionParameters" second_title: "Aspose.BarCode for Python via Java" description: "Represents the recognized barcode's region and barcode angle. This sample shows how to get barcode Angle and bounding quadrangle values." type: docs @@ -21,16 +20,93 @@ Represents the recognized barcode's region and barcode angle. This sample shows | Name | Description | | --- | --- | -| [__init__](./barcoderegionparameters/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [__eq__](./__eq__/) | `bool` | No | Returns a value indicating whether this instance is equal to a specified BarCodeRegionParameters value. | -| [__hash__](./__hash__/) | `int` | No | Returns the hash code for the current instance. | -| [__str__](./__str__/) | `str` | No | Returns a human-readable string representation of this BarCodeRegionParameters. | -| [angle](./angle/) | `float` | No | | -| [points](./points/) | `Optional[List[PointLike]]` | No | | -| [quadrangle](./quadrangle/) | `Optional[Quadrangle]` | No | | -| [rectangle](./rectangle/) | `Optional[RectLike]` | No | | +| [__eq__](#__eq__) | `bool` | No | Returns a value indicating whether this instance is equal to a specified BarCodeRegionParameters value. | +| [__hash__](#__hash__) | `int` | No | Returns the hash code for the current instance. | +| [__str__](#__str__) | `str` | No | Returns a human-readable string representation of this BarCodeRegionParameters. | +| [angle](#angle) | `float` | No | | +| [points](#points) | `Optional[List[PointLike]]` | No | | +| [quadrangle](#quadrangle) | `Optional[Quadrangle]` | No | | +| [rectangle](#rectangle) | `Optional[RectLike]` | No | | + +### BarCodeRegionParameters Constructor {#constructor} + +```python +__init__(self, _java_class) -> def +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `_java_class` | `` | | + +### BarCodeRegionParameters.__eq__ {#__eq__} + +```python +__eq__(self, BarCodeRegionParameters other) -> bool +``` + +Returns a value indicating whether this instance is equal to a specified BarCodeRegionParameters value. + +| Parameter | Type | Description | +| --- | --- | --- | +| `other` | `BarCodeRegionParameters` | | + +**Return Type:** `bool` — True if obj has the same value as this instance, otherwise False. + +### BarCodeRegionParameters.__hash__ {#__hash__} + +```python +__hash__(self) -> int +``` + +Returns the hash code for the current instance. + +**Return Type:** `int` — A hash code for the current object. + +### BarCodeRegionParameters.__str__ {#__str__} + +```python +__str__(self) -> str +``` + +Returns a human-readable string representation of this BarCodeRegionParameters. + +**Return Type:** `str` — A string that represents this BarCodeRegionParameters. + +### BarCodeRegionParameters.angle {#angle} + +```python +angle(self) -> float +``` + +**Return Type:** `float` + +### BarCodeRegionParameters.points {#points} + +```python +points(self) -> Optional[List[PointLike]] +``` + +**Return Type:** `Optional[List[PointLike]]` + +### BarCodeRegionParameters.quadrangle {#quadrangle} + +```python +quadrangle(self) -> Optional[Quadrangle] +``` + +**Return Type:** `Optional[Quadrangle]` + +### BarCodeRegionParameters.rectangle {#rectangle} + +```python +rectangle(self) -> Optional[RectLike] +``` + +**Return Type:** `Optional[RectLike]` + diff --git a/english/python-java/aspose_barcode.recognition/barcoderegionparameters/angle/_index.md b/english/python-java/aspose_barcode.recognition/barcoderegionparameters/angle/_index.md deleted file mode 100644 index f84931d4b..000000000 --- a/english/python-java/aspose_barcode.recognition/barcoderegionparameters/angle/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BarCodeRegionParameters.angle" -linktitle: "angle" -articleTitle: "angle" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/barcoderegionparameters/angle/ ---- - -## BarCodeRegionParameters.angle - -```python -angle(self) -> float -``` - - -**Return Type:** `float` - diff --git a/english/python-java/aspose_barcode.recognition/barcoderegionparameters/barcoderegionparameters/_index.md b/english/python-java/aspose_barcode.recognition/barcoderegionparameters/barcoderegionparameters/_index.md deleted file mode 100644 index 6eee76e90..000000000 --- a/english/python-java/aspose_barcode.recognition/barcoderegionparameters/barcoderegionparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "BarCodeRegionParameters" -linktitle: "BarCodeRegionParameters" -articleTitle: "BarCodeRegionParameters" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/barcoderegionparameters/barcoderegionparameters/ ---- - -## BarCodeRegionParameters Constructor - -```python -__init__(self, _java_class) -> def -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `_java_class` | `` | | diff --git a/english/python-java/aspose_barcode.recognition/barcoderegionparameters/points/_index.md b/english/python-java/aspose_barcode.recognition/barcoderegionparameters/points/_index.md deleted file mode 100644 index 9052bd06a..000000000 --- a/english/python-java/aspose_barcode.recognition/barcoderegionparameters/points/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BarCodeRegionParameters.points" -linktitle: "points" -articleTitle: "points" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/barcoderegionparameters/points/ ---- - -## BarCodeRegionParameters.points - -```python -points(self) -> Optional[List[PointLike]] -``` - - -**Return Type:** `Optional[List[PointLike]]` - diff --git a/english/python-java/aspose_barcode.recognition/barcoderegionparameters/quadrangle/_index.md b/english/python-java/aspose_barcode.recognition/barcoderegionparameters/quadrangle/_index.md deleted file mode 100644 index b47c432c4..000000000 --- a/english/python-java/aspose_barcode.recognition/barcoderegionparameters/quadrangle/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BarCodeRegionParameters.quadrangle" -linktitle: "quadrangle" -articleTitle: "quadrangle" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/barcoderegionparameters/quadrangle/ ---- - -## BarCodeRegionParameters.quadrangle - -```python -quadrangle(self) -> Optional[Quadrangle] -``` - - -**Return Type:** `Optional[Quadrangle]` - diff --git a/english/python-java/aspose_barcode.recognition/barcoderegionparameters/rectangle/_index.md b/english/python-java/aspose_barcode.recognition/barcoderegionparameters/rectangle/_index.md deleted file mode 100644 index 94603d19d..000000000 --- a/english/python-java/aspose_barcode.recognition/barcoderegionparameters/rectangle/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BarCodeRegionParameters.rectangle" -linktitle: "rectangle" -articleTitle: "rectangle" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/barcoderegionparameters/rectangle/ ---- - -## BarCodeRegionParameters.rectangle - -```python -rectangle(self) -> Optional[RectLike] -``` - - -**Return Type:** `Optional[RectLike]` - diff --git a/english/python-java/aspose_barcode.recognition/barcoderesult/__eq__/_index.md b/english/python-java/aspose_barcode.recognition/barcoderesult/__eq__/_index.md deleted file mode 100644 index bcd75f0f3..000000000 --- a/english/python-java/aspose_barcode.recognition/barcoderesult/__eq__/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "BarCodeResult.__eq__" -linktitle: "__eq__" -articleTitle: "__eq__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns a value indicating whether this instance is equal to a specified BarCodeResult value." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/barcoderesult/__eq__/ ---- - -## BarCodeResult.__eq__ - -```python -__eq__(self, BarCodeResult other) -> bool -``` - - -Returns a value indicating whether this instance is equal to a specified BarCodeResult value. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `other` | `BarCodeResult` | | - -**Return Type:** `bool` — true if obj has the same value as this instance otherwise, false. - diff --git a/english/python-java/aspose_barcode.recognition/barcoderesult/__hash__/_index.md b/english/python-java/aspose_barcode.recognition/barcoderesult/__hash__/_index.md deleted file mode 100644 index 0219ca9cc..000000000 --- a/english/python-java/aspose_barcode.recognition/barcoderesult/__hash__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "BarCodeResult.__hash__" -linktitle: "__hash__" -articleTitle: "__hash__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns the hash code for the current instance." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/barcoderesult/__hash__/ ---- - -## BarCodeResult.__hash__ - -```python -__hash__(self) -> int -``` - - -Returns the hash code for the current instance. - - -**Return Type:** `int` — A hash code for the current object. - diff --git a/english/python-java/aspose_barcode.recognition/barcoderesult/__str__/_index.md b/english/python-java/aspose_barcode.recognition/barcoderesult/__str__/_index.md deleted file mode 100644 index 01de83d2e..000000000 --- a/english/python-java/aspose_barcode.recognition/barcoderesult/__str__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "BarCodeResult.__str__" -linktitle: "__str__" -articleTitle: "__str__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns a human-readable string representation of this BarCodeResult." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/barcoderesult/__str__/ ---- - -## BarCodeResult.__str__ - -```python -__str__(self) -> str -``` - - -Returns a human-readable string representation of this BarCodeResult. - - -**Return Type:** `str` — A string that represents this BarCodeResult. - diff --git a/english/python-java/aspose_barcode.recognition/barcoderesult/_index.md b/english/python-java/aspose_barcode.recognition/barcoderesult/_index.md index 2fc9d602e..629ddfa6a 100644 --- a/english/python-java/aspose_barcode.recognition/barcoderesult/_index.md +++ b/english/python-java/aspose_barcode.recognition/barcoderesult/_index.md @@ -1,7 +1,6 @@ --- -title: "BarCodeResult Class" +title: "BarCodeResult" linktitle: "BarCodeResult" -articleTitle: "BarCodeResult" second_title: "Aspose.BarCode for Python via Java" description: "Stores recognized barcode data like SingleDecodeType type,. codetext, BarCodeRegionParameters region and other parameters This sample shows how to obtain BarCod" type: docs @@ -21,20 +20,133 @@ Stores recognized barcode data like SingleDecodeType type,. codetext, BarCodeReg | Name | Description | | --- | --- | -| [__init__](./barcoderesult/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [__eq__](./__eq__/) | `bool` | No | Returns a value indicating whether this instance is equal to a specified BarCodeResult value. | -| [__hash__](./__hash__/) | `int` | No | Returns the hash code for the current instance. | -| [__str__](./__str__/) | `str` | No | Returns a human-readable string representation of this BarCodeResult. | -| [code_bytes](./code_bytes/) | `List[str]` | No | | -| [code_text](./code_text/) | `Optional[str]` | No | | -| [code_type](./code_type/) | `DecodeType` | No | | -| [code_type_name](./code_type_name/) | `Optional[str]` | No | | -| [confidence](./confidence/) | `BarCodeConfidence` | No | | -| [extended](./extended/) | `Optional[BarCodeExtendedParameters]` | No | | -| [reading_quality](./reading_quality/) | `float` | No | | -| [region](./region/) | `Optional[BarCodeRegionParameters]` | No | | +| [__eq__](#__eq__) | `bool` | No | Returns a value indicating whether this instance is equal to a specified BarCodeResult value. | +| [__hash__](#__hash__) | `int` | No | Returns the hash code for the current instance. | +| [__str__](#__str__) | `str` | No | Returns a human-readable string representation of this BarCodeResult. | +| [code_bytes](#code_bytes) | `List[str]` | No | | +| [code_text](#code_text) | `Optional[str]` | No | | +| [code_type](#code_type) | `DecodeType` | No | | +| [code_type_name](#code_type_name) | `Optional[str]` | No | | +| [confidence](#confidence) | `BarCodeConfidence` | No | | +| [extended](#extended) | `Optional[BarCodeExtendedParameters]` | No | | +| [reading_quality](#reading_quality) | `float` | No | | +| [region](#region) | `Optional[BarCodeRegionParameters]` | No | | + +### BarCodeResult Constructor {#constructor} + +```python +__init__(self, _java_class) -> def +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `_java_class` | `` | | + +### BarCodeResult.__eq__ {#__eq__} + +```python +__eq__(self, BarCodeResult other) -> bool +``` + +Returns a value indicating whether this instance is equal to a specified BarCodeResult value. + +| Parameter | Type | Description | +| --- | --- | --- | +| `other` | `BarCodeResult` | | + +**Return Type:** `bool` — true if obj has the same value as this instance otherwise, false. + +### BarCodeResult.__hash__ {#__hash__} + +```python +__hash__(self) -> int +``` + +Returns the hash code for the current instance. + +**Return Type:** `int` — A hash code for the current object. + +### BarCodeResult.__str__ {#__str__} + +```python +__str__(self) -> str +``` + +Returns a human-readable string representation of this BarCodeResult. + +**Return Type:** `str` — A string that represents this BarCodeResult. + +### BarCodeResult.code_bytes {#code_bytes} + +```python +code_bytes(self) -> List[str] +``` + +**Return Type:** `List[str]` + +### BarCodeResult.code_text {#code_text} + +```python +code_text(self, Optional[str] encoding) -> Optional[str] +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `encoding` | `Optional[str]` | | + +**Return Type:** `Optional[str]` + +### BarCodeResult.code_type {#code_type} + +```python +code_type(self) -> DecodeType +``` + +**Return Type:** `DecodeType` + +### BarCodeResult.code_type_name {#code_type_name} + +```python +code_type_name(self) -> Optional[str] +``` + +**Return Type:** `Optional[str]` + +### BarCodeResult.confidence {#confidence} + +```python +confidence(self) -> BarCodeConfidence +``` + +**Return Type:** `BarCodeConfidence` + +### BarCodeResult.extended {#extended} + +```python +extended(self) -> Optional[BarCodeExtendedParameters] +``` + +**Return Type:** `Optional[BarCodeExtendedParameters]` + +### BarCodeResult.reading_quality {#reading_quality} + +```python +reading_quality(self) -> float +``` + +**Return Type:** `float` + +### BarCodeResult.region {#region} + +```python +region(self) -> Optional[BarCodeRegionParameters] +``` + +**Return Type:** `Optional[BarCodeRegionParameters]` + diff --git a/english/python-java/aspose_barcode.recognition/barcoderesult/barcoderesult/_index.md b/english/python-java/aspose_barcode.recognition/barcoderesult/barcoderesult/_index.md deleted file mode 100644 index 2957fb6ca..000000000 --- a/english/python-java/aspose_barcode.recognition/barcoderesult/barcoderesult/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "BarCodeResult" -linktitle: "BarCodeResult" -articleTitle: "BarCodeResult" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/barcoderesult/barcoderesult/ ---- - -## BarCodeResult Constructor - -```python -__init__(self, _java_class) -> def -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `_java_class` | `` | | diff --git a/english/python-java/aspose_barcode.recognition/barcoderesult/code_bytes/_index.md b/english/python-java/aspose_barcode.recognition/barcoderesult/code_bytes/_index.md deleted file mode 100644 index a5c2cf8fe..000000000 --- a/english/python-java/aspose_barcode.recognition/barcoderesult/code_bytes/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BarCodeResult.code_bytes" -linktitle: "code_bytes" -articleTitle: "code_bytes" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/barcoderesult/code_bytes/ ---- - -## BarCodeResult.code_bytes - -```python -code_bytes(self) -> List[str] -``` - - -**Return Type:** `List[str]` - diff --git a/english/python-java/aspose_barcode.recognition/barcoderesult/code_text/_index.md b/english/python-java/aspose_barcode.recognition/barcoderesult/code_text/_index.md deleted file mode 100644 index 7a9b81399..000000000 --- a/english/python-java/aspose_barcode.recognition/barcoderesult/code_text/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "BarCodeResult.code_text" -linktitle: "code_text" -articleTitle: "code_text" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/barcoderesult/code_text/ ---- - -## BarCodeResult.code_text - -```python -code_text(self, Optional[str] encoding) -> Optional[str] -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `encoding` | `Optional[str]` | | - -**Return Type:** `Optional[str]` - diff --git a/english/python-java/aspose_barcode.recognition/barcoderesult/code_type/_index.md b/english/python-java/aspose_barcode.recognition/barcoderesult/code_type/_index.md deleted file mode 100644 index c4fa1b5e0..000000000 --- a/english/python-java/aspose_barcode.recognition/barcoderesult/code_type/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BarCodeResult.code_type" -linktitle: "code_type" -articleTitle: "code_type" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/barcoderesult/code_type/ ---- - -## BarCodeResult.code_type - -```python -code_type(self) -> DecodeType -``` - - -**Return Type:** `DecodeType` - diff --git a/english/python-java/aspose_barcode.recognition/barcoderesult/code_type_name/_index.md b/english/python-java/aspose_barcode.recognition/barcoderesult/code_type_name/_index.md deleted file mode 100644 index 8701398f7..000000000 --- a/english/python-java/aspose_barcode.recognition/barcoderesult/code_type_name/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BarCodeResult.code_type_name" -linktitle: "code_type_name" -articleTitle: "code_type_name" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/barcoderesult/code_type_name/ ---- - -## BarCodeResult.code_type_name - -```python -code_type_name(self) -> Optional[str] -``` - - -**Return Type:** `Optional[str]` - diff --git a/english/python-java/aspose_barcode.recognition/barcoderesult/confidence/_index.md b/english/python-java/aspose_barcode.recognition/barcoderesult/confidence/_index.md deleted file mode 100644 index 3b2024e83..000000000 --- a/english/python-java/aspose_barcode.recognition/barcoderesult/confidence/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BarCodeResult.confidence" -linktitle: "confidence" -articleTitle: "confidence" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/barcoderesult/confidence/ ---- - -## BarCodeResult.confidence - -```python -confidence(self) -> BarCodeConfidence -``` - - -**Return Type:** `BarCodeConfidence` - diff --git a/english/python-java/aspose_barcode.recognition/barcoderesult/extended/_index.md b/english/python-java/aspose_barcode.recognition/barcoderesult/extended/_index.md deleted file mode 100644 index 757a4e017..000000000 --- a/english/python-java/aspose_barcode.recognition/barcoderesult/extended/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BarCodeResult.extended" -linktitle: "extended" -articleTitle: "extended" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/barcoderesult/extended/ ---- - -## BarCodeResult.extended - -```python -extended(self) -> Optional[BarCodeExtendedParameters] -``` - - -**Return Type:** `Optional[BarCodeExtendedParameters]` - diff --git a/english/python-java/aspose_barcode.recognition/barcoderesult/reading_quality/_index.md b/english/python-java/aspose_barcode.recognition/barcoderesult/reading_quality/_index.md deleted file mode 100644 index e4d6e5dc4..000000000 --- a/english/python-java/aspose_barcode.recognition/barcoderesult/reading_quality/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BarCodeResult.reading_quality" -linktitle: "reading_quality" -articleTitle: "reading_quality" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/barcoderesult/reading_quality/ ---- - -## BarCodeResult.reading_quality - -```python -reading_quality(self) -> float -``` - - -**Return Type:** `float` - diff --git a/english/python-java/aspose_barcode.recognition/barcoderesult/region/_index.md b/english/python-java/aspose_barcode.recognition/barcoderesult/region/_index.md deleted file mode 100644 index 5ce7c65a7..000000000 --- a/english/python-java/aspose_barcode.recognition/barcoderesult/region/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BarCodeResult.region" -linktitle: "region" -articleTitle: "region" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/barcoderesult/region/ ---- - -## BarCodeResult.region - -```python -region(self) -> Optional[BarCodeRegionParameters] -``` - - -**Return Type:** `Optional[BarCodeRegionParameters]` - diff --git a/english/python-java/aspose_barcode.recognition/barcodesettings/_index.md b/english/python-java/aspose_barcode.recognition/barcodesettings/_index.md index d7d9a1f6e..219393728 100644 --- a/english/python-java/aspose_barcode.recognition/barcodesettings/_index.md +++ b/english/python-java/aspose_barcode.recognition/barcodesettings/_index.md @@ -1,7 +1,6 @@ --- -title: "BarcodeSettings Class" +title: "BarcodeSettings" linktitle: "BarcodeSettings" -articleTitle: "BarcodeSettings" second_title: "Aspose.BarCode for Python via Java" description: "Contains settings for barcode recognition." type: docs @@ -21,19 +20,76 @@ Contains settings for barcode recognition. | Name | Description | | --- | --- | -| [__init__](./barcodesettings/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [australia_post](./australia_post/) | `"AustraliaPostSettings"` | No | | +| [australia_post](#australia_post) | `"AustraliaPostSettings"` | No | | ## Properties | Name | Type | Description | | --- | --- | --- | -| [checksum_validation](./checksum_validation/) | `ChecksumValidation` | | -| [detect_encoding](./detect_encoding/) | `bool` | | -| [only_requested_types](./only_requested_types/) | `bool` | Returns only barcode types explicitly specified for recognition. When enabled, recognized barcodes of other compatible or equivalent types are filtered out. Default value is false. Example: | -| [strip_fnc](./strip_fnc/) | `bool` | | +| [checksum_validation](#checksum_validation) | `ChecksumValidation` | | +| [detect_encoding](#detect_encoding) | `bool` | | +| [only_requested_types](#only_requested_types) | `bool` | Returns only barcode types explicitly specified for recognition. When enabled, recognized barcodes of other compatible or equivalent types are filtered out. Default value is false. Example: | +| [strip_fnc](#strip_fnc) | `bool` | | + +### BarcodeSettings Constructor {#constructor} + +```python +__init__(self, _java_class) -> def +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `_java_class` | `` | | + +### BarcodeSettings.australia_post {#australia_post} + +```python +australia_post(self) -> "AustraliaPostSettings" +``` + +**Return Type:** `"AustraliaPostSettings"` + +### BarcodeSettings.checksum_validation {#checksum_validation} + +**Type:** `ChecksumValidation` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `ChecksumValidation` | | + +### BarcodeSettings.detect_encoding {#detect_encoding} + +**Type:** `bool` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `bool` | | + +### BarcodeSettings.only_requested_types {#only_requested_types} + +**Type:** `bool` + +Returns only barcode types explicitly specified for recognition. When enabled, recognized barcodes of other compatible or equivalent types are filtered out. Default value is false. Example: + +**Returns:** true if only explicitly requested barcode types are returned; otherwise false + +Returns only barcode types explicitly specified for recognition. When enabled, recognized barcodes of other compatible or equivalent types are filtered out. Default value is false. Example: + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `` | | + +### BarcodeSettings.strip_fnc {#strip_fnc} + +**Type:** `bool` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `bool` | | + diff --git a/english/python-java/aspose_barcode.recognition/barcodesettings/australia_post/_index.md b/english/python-java/aspose_barcode.recognition/barcodesettings/australia_post/_index.md deleted file mode 100644 index d3527ba44..000000000 --- a/english/python-java/aspose_barcode.recognition/barcodesettings/australia_post/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "BarcodeSettings.australia_post" -linktitle: "australia_post" -articleTitle: "australia_post" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/barcodesettings/australia_post/ ---- - -## BarcodeSettings.australia_post - -```python -australia_post(self) -> "AustraliaPostSettings" -``` - - -**Return Type:** `"AustraliaPostSettings"` - diff --git a/english/python-java/aspose_barcode.recognition/barcodesettings/barcodesettings/_index.md b/english/python-java/aspose_barcode.recognition/barcodesettings/barcodesettings/_index.md deleted file mode 100644 index 64470a693..000000000 --- a/english/python-java/aspose_barcode.recognition/barcodesettings/barcodesettings/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "BarcodeSettings" -linktitle: "BarcodeSettings" -articleTitle: "BarcodeSettings" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/barcodesettings/barcodesettings/ ---- - -## BarcodeSettings Constructor - -```python -__init__(self, _java_class) -> def -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `_java_class` | `` | | diff --git a/english/python-java/aspose_barcode.recognition/barcodesettings/checksum_validation/_index.md b/english/python-java/aspose_barcode.recognition/barcodesettings/checksum_validation/_index.md deleted file mode 100644 index d6a653e94..000000000 --- a/english/python-java/aspose_barcode.recognition/barcodesettings/checksum_validation/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "BarcodeSettings.checksum_validation" -linktitle: "checksum_validation" -articleTitle: "checksum_validation" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/barcodesettings/checksum_validation/ ---- - -## BarcodeSettings.checksum_validation - -**Type:** `ChecksumValidation` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `ChecksumValidation` | | diff --git a/english/python-java/aspose_barcode.recognition/barcodesettings/detect_encoding/_index.md b/english/python-java/aspose_barcode.recognition/barcodesettings/detect_encoding/_index.md deleted file mode 100644 index fe9b9afa2..000000000 --- a/english/python-java/aspose_barcode.recognition/barcodesettings/detect_encoding/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "BarcodeSettings.detect_encoding" -linktitle: "detect_encoding" -articleTitle: "detect_encoding" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/barcodesettings/detect_encoding/ ---- - -## BarcodeSettings.detect_encoding - -**Type:** `bool` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `bool` | | diff --git a/english/python-java/aspose_barcode.recognition/barcodesettings/only_requested_types/_index.md b/english/python-java/aspose_barcode.recognition/barcodesettings/only_requested_types/_index.md deleted file mode 100644 index 60c63ef5a..000000000 --- a/english/python-java/aspose_barcode.recognition/barcodesettings/only_requested_types/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "BarcodeSettings.only_requested_types" -linktitle: "only_requested_types" -articleTitle: "only_requested_types" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns only barcode types explicitly specified for recognition. When enabled, recognized barcodes of other compatible or equivalent types are filtered out. Def" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/barcodesettings/only_requested_types/ ---- - -## BarcodeSettings.only_requested_types - -**Type:** `bool` - - -### Get - -Returns only barcode types explicitly specified for recognition. When enabled, recognized barcodes of other compatible or equivalent types are filtered out. Default value is false. Example: - - -**Returns:** true if only explicitly requested barcode types are returned; otherwise false - - -### Set - -Returns only barcode types explicitly specified for recognition. When enabled, recognized barcodes of other compatible or equivalent types are filtered out. Default value is false. Example: - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `` | | diff --git a/english/python-java/aspose_barcode.recognition/barcodesettings/strip_fnc/_index.md b/english/python-java/aspose_barcode.recognition/barcodesettings/strip_fnc/_index.md deleted file mode 100644 index e12e37e5f..000000000 --- a/english/python-java/aspose_barcode.recognition/barcodesettings/strip_fnc/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "BarcodeSettings.strip_fnc" -linktitle: "strip_fnc" -articleTitle: "strip_fnc" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/barcodesettings/strip_fnc/ ---- - -## BarcodeSettings.strip_fnc - -**Type:** `bool` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `bool` | | diff --git a/english/python-java/aspose_barcode.recognition/checksumvalidation/_index.md b/english/python-java/aspose_barcode.recognition/checksumvalidation/_index.md index d20505ae9..08865ce09 100644 --- a/english/python-java/aspose_barcode.recognition/checksumvalidation/_index.md +++ b/english/python-java/aspose_barcode.recognition/checksumvalidation/_index.md @@ -1,7 +1,6 @@ --- -title: "ChecksumValidation Enum" +title: "ChecksumValidation" linktitle: "ChecksumValidation" -articleTitle: "ChecksumValidation" second_title: "Aspose.BarCode for Python via Java" description: "Enable checksum validation during recognition for 1D barcodes. Default is treated as Yes for symbologies which must contain checksum, as No where checksum only " type: docs @@ -21,6 +20,30 @@ Enable checksum validation during recognition for 1D barcodes. Default is treate | Name | Value | Description | | --- | --- | --- | -| [DEFAULT](./default/) | `0` | If checksum is required by the specification - it will be validated. | -| [OFF](./off/) | `2` | Do not validate checksum. | -| [ON](./on/) | `1` | Always validate checksum if possible. | +| [DEFAULT](#default) | `0` | If checksum is required by the specification - it will be validated. | +| [OFF](#off) | `2` | Do not validate checksum. | +| [ON](#on) | `1` | Always validate checksum if possible. | +### ChecksumValidation.DEFAULT {#default} + +**Type:** `int` + +**Value:** `0` + +If checksum is required by the specification - it will be validated. + +### ChecksumValidation.OFF {#off} + +**Type:** `int` + +**Value:** `2` + +Do not validate checksum. + +### ChecksumValidation.ON {#on} + +**Type:** `int` + +**Value:** `1` + +Always validate checksum if possible. + diff --git a/english/python-java/aspose_barcode.recognition/checksumvalidation/default/_index.md b/english/python-java/aspose_barcode.recognition/checksumvalidation/default/_index.md deleted file mode 100644 index 9306f3e30..000000000 --- a/english/python-java/aspose_barcode.recognition/checksumvalidation/default/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "ChecksumValidation.DEFAULT" -linktitle: "DEFAULT" -articleTitle: "DEFAULT" -second_title: "Aspose.BarCode for Python via Java" -description: "If checksum is required by the specification - it will be validated." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/checksumvalidation/default/ ---- - -## ChecksumValidation.DEFAULT - -**Type:** `int` - - -**Value:** `0` - - -If checksum is required by the specification - it will be validated. - diff --git a/english/python-java/aspose_barcode.recognition/checksumvalidation/off/_index.md b/english/python-java/aspose_barcode.recognition/checksumvalidation/off/_index.md deleted file mode 100644 index 9f08da345..000000000 --- a/english/python-java/aspose_barcode.recognition/checksumvalidation/off/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "ChecksumValidation.OFF" -linktitle: "OFF" -articleTitle: "OFF" -second_title: "Aspose.BarCode for Python via Java" -description: "Do not validate checksum." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/checksumvalidation/off/ ---- - -## ChecksumValidation.OFF - -**Type:** `int` - - -**Value:** `2` - - -Do not validate checksum. - diff --git a/english/python-java/aspose_barcode.recognition/checksumvalidation/on/_index.md b/english/python-java/aspose_barcode.recognition/checksumvalidation/on/_index.md deleted file mode 100644 index f546431f5..000000000 --- a/english/python-java/aspose_barcode.recognition/checksumvalidation/on/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "ChecksumValidation.ON" -linktitle: "ON" -articleTitle: "ON" -second_title: "Aspose.BarCode for Python via Java" -description: "Always validate checksum if possible." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/checksumvalidation/on/ ---- - -## ChecksumValidation.ON - -**Type:** `int` - - -**Value:** `1` - - -Always validate checksum if possible. - diff --git a/english/python-java/aspose_barcode.recognition/codabarextendedparameters/__eq__/_index.md b/english/python-java/aspose_barcode.recognition/codabarextendedparameters/__eq__/_index.md deleted file mode 100644 index 7d4e15e5b..000000000 --- a/english/python-java/aspose_barcode.recognition/codabarextendedparameters/__eq__/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "CodabarExtendedParameters.__eq__" -linktitle: "__eq__" -articleTitle: "__eq__" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/codabarextendedparameters/__eq__/ ---- - -## CodabarExtendedParameters.__eq__ - -```python -__eq__(self, CodabarExtendedParameters other) -> bool -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `other` | `CodabarExtendedParameters` | | - -**Return Type:** `bool` - diff --git a/english/python-java/aspose_barcode.recognition/codabarextendedparameters/__hash__/_index.md b/english/python-java/aspose_barcode.recognition/codabarextendedparameters/__hash__/_index.md deleted file mode 100644 index aeac059b6..000000000 --- a/english/python-java/aspose_barcode.recognition/codabarextendedparameters/__hash__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "CodabarExtendedParameters.__hash__" -linktitle: "__hash__" -articleTitle: "__hash__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns the hash code for the current instance." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/codabarextendedparameters/__hash__/ ---- - -## CodabarExtendedParameters.__hash__ - -```python -__hash__(self) -> int -``` - - -Returns the hash code for the current instance. - - -**Return Type:** `int` — A hash code for the current object. - diff --git a/english/python-java/aspose_barcode.recognition/codabarextendedparameters/__str__/_index.md b/english/python-java/aspose_barcode.recognition/codabarextendedparameters/__str__/_index.md deleted file mode 100644 index 03c1e2616..000000000 --- a/english/python-java/aspose_barcode.recognition/codabarextendedparameters/__str__/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "CodabarExtendedParameters.__str__" -linktitle: "__str__" -articleTitle: "__str__" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/codabarextendedparameters/__str__/ ---- - -## CodabarExtendedParameters.__str__ - -```python -__str__(self) -> str -``` - - -**Return Type:** `str` - diff --git a/english/python-java/aspose_barcode.recognition/codabarextendedparameters/_index.md b/english/python-java/aspose_barcode.recognition/codabarextendedparameters/_index.md index 31e9ee80b..e8e9e6991 100644 --- a/english/python-java/aspose_barcode.recognition/codabarextendedparameters/_index.md +++ b/english/python-java/aspose_barcode.recognition/codabarextendedparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "CodabarExtendedParameters Class" +title: "CodabarExtendedParameters" linktitle: "CodabarExtendedParameters" -articleTitle: "CodabarExtendedParameters" second_title: "Aspose.BarCode for Python via Java" description: "Stores a Codabar additional information of recognized barcode." type: docs @@ -21,21 +20,94 @@ Stores a Codabar additional information of recognized barcode. | Name | Description | | --- | --- | -| [__init__](./codabarextendedparameters/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [__eq__](./__eq__/) | `bool` | No | | -| [__hash__](./__hash__/) | `int` | No | Returns the hash code for the current instance. | -| [__str__](./__str__/) | `str` | No | | +| [__eq__](#__eq__) | `bool` | No | | +| [__hash__](#__hash__) | `int` | No | Returns the hash code for the current instance. | +| [__str__](#__str__) | `str` | No | | ## Properties | Name | Type | Description | | --- | --- | --- | -| [codabar_start_symbol](./codabar_start_symbol/) | `CodabarSymbol` | | -| [codabar_stop_symbol](./codabar_stop_symbol/) | `CodabarSymbol` | | -| [start_symbol](./start_symbol/) | `CodabarSymbol` | | -| [stop_symbol](./stop_symbol/) | `CodabarSymbol` | | +| [codabar_start_symbol](#codabar_start_symbol) | `CodabarSymbol` | | +| [codabar_stop_symbol](#codabar_stop_symbol) | `CodabarSymbol` | | +| [start_symbol](#start_symbol) | `CodabarSymbol` | | +| [stop_symbol](#stop_symbol) | `CodabarSymbol` | | + +### CodabarExtendedParameters Constructor {#constructor} + +```python +__init__(self, _java_class) -> def +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `_java_class` | `` | | + +### CodabarExtendedParameters.__eq__ {#__eq__} + +```python +__eq__(self, CodabarExtendedParameters other) -> bool +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `other` | `CodabarExtendedParameters` | | + +**Return Type:** `bool` + +### CodabarExtendedParameters.__hash__ {#__hash__} + +```python +__hash__(self) -> int +``` + +Returns the hash code for the current instance. + +**Return Type:** `int` — A hash code for the current object. + +### CodabarExtendedParameters.__str__ {#__str__} + +```python +__str__(self) -> str +``` + +**Return Type:** `str` + +### CodabarExtendedParameters.codabar_start_symbol {#codabar_start_symbol} + +**Type:** `CodabarSymbol` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `CodabarSymbol` | | + +### CodabarExtendedParameters.codabar_stop_symbol {#codabar_stop_symbol} + +**Type:** `CodabarSymbol` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `CodabarSymbol` | | + +### CodabarExtendedParameters.start_symbol {#start_symbol} + +**Type:** `CodabarSymbol` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `CodabarSymbol` | | + +### CodabarExtendedParameters.stop_symbol {#stop_symbol} + +**Type:** `CodabarSymbol` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `CodabarSymbol` | | + diff --git a/english/python-java/aspose_barcode.recognition/codabarextendedparameters/codabar_start_symbol/_index.md b/english/python-java/aspose_barcode.recognition/codabarextendedparameters/codabar_start_symbol/_index.md deleted file mode 100644 index 2d4541171..000000000 --- a/english/python-java/aspose_barcode.recognition/codabarextendedparameters/codabar_start_symbol/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "CodabarExtendedParameters.codabar_start_symbol" -linktitle: "codabar_start_symbol" -articleTitle: "codabar_start_symbol" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/codabarextendedparameters/codabar_start_symbol/ ---- - -## CodabarExtendedParameters.codabar_start_symbol - -**Type:** `CodabarSymbol` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `CodabarSymbol` | | diff --git a/english/python-java/aspose_barcode.recognition/codabarextendedparameters/codabar_stop_symbol/_index.md b/english/python-java/aspose_barcode.recognition/codabarextendedparameters/codabar_stop_symbol/_index.md deleted file mode 100644 index 87b89b322..000000000 --- a/english/python-java/aspose_barcode.recognition/codabarextendedparameters/codabar_stop_symbol/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "CodabarExtendedParameters.codabar_stop_symbol" -linktitle: "codabar_stop_symbol" -articleTitle: "codabar_stop_symbol" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/codabarextendedparameters/codabar_stop_symbol/ ---- - -## CodabarExtendedParameters.codabar_stop_symbol - -**Type:** `CodabarSymbol` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `CodabarSymbol` | | diff --git a/english/python-java/aspose_barcode.recognition/codabarextendedparameters/codabarextendedparameters/_index.md b/english/python-java/aspose_barcode.recognition/codabarextendedparameters/codabarextendedparameters/_index.md deleted file mode 100644 index 52a0778fb..000000000 --- a/english/python-java/aspose_barcode.recognition/codabarextendedparameters/codabarextendedparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "CodabarExtendedParameters" -linktitle: "CodabarExtendedParameters" -articleTitle: "CodabarExtendedParameters" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/codabarextendedparameters/codabarextendedparameters/ ---- - -## CodabarExtendedParameters Constructor - -```python -__init__(self, _java_class) -> def -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `_java_class` | `` | | diff --git a/english/python-java/aspose_barcode.recognition/codabarextendedparameters/start_symbol/_index.md b/english/python-java/aspose_barcode.recognition/codabarextendedparameters/start_symbol/_index.md deleted file mode 100644 index 41a07bdb3..000000000 --- a/english/python-java/aspose_barcode.recognition/codabarextendedparameters/start_symbol/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "CodabarExtendedParameters.start_symbol" -linktitle: "start_symbol" -articleTitle: "start_symbol" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/codabarextendedparameters/start_symbol/ ---- - -## CodabarExtendedParameters.start_symbol - -**Type:** `CodabarSymbol` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `CodabarSymbol` | | diff --git a/english/python-java/aspose_barcode.recognition/codabarextendedparameters/stop_symbol/_index.md b/english/python-java/aspose_barcode.recognition/codabarextendedparameters/stop_symbol/_index.md deleted file mode 100644 index d3d277327..000000000 --- a/english/python-java/aspose_barcode.recognition/codabarextendedparameters/stop_symbol/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "CodabarExtendedParameters.stop_symbol" -linktitle: "stop_symbol" -articleTitle: "stop_symbol" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/codabarextendedparameters/stop_symbol/ ---- - -## CodabarExtendedParameters.stop_symbol - -**Type:** `CodabarSymbol` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `CodabarSymbol` | | diff --git a/english/python-java/aspose_barcode.recognition/code128dataportion/__str__/_index.md b/english/python-java/aspose_barcode.recognition/code128dataportion/__str__/_index.md deleted file mode 100644 index 7836676f9..000000000 --- a/english/python-java/aspose_barcode.recognition/code128dataportion/__str__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "Code128DataPortion.__str__" -linktitle: "__str__" -articleTitle: "__str__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns a human-readable string representation of this. ." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/code128dataportion/__str__/ ---- - -## Code128DataPortion.__str__ - -```python -__str__(self) -> str -``` - - -Returns a human-readable string representation of this. . - - -**Return Type:** `str` — A string that represents thisCode128DataPortion . - diff --git a/english/python-java/aspose_barcode.recognition/code128dataportion/_index.md b/english/python-java/aspose_barcode.recognition/code128dataportion/_index.md index 047786533..e29382602 100644 --- a/english/python-java/aspose_barcode.recognition/code128dataportion/_index.md +++ b/english/python-java/aspose_barcode.recognition/code128dataportion/_index.md @@ -1,7 +1,6 @@ --- -title: "Code128DataPortion Class" +title: "Code128DataPortion" linktitle: "Code128DataPortion" -articleTitle: "Code128DataPortion" second_title: "Aspose.BarCode for Python via Java" description: "Contains the data of subtype for Code128 type barcode." type: docs @@ -21,12 +20,49 @@ Contains the data of subtype for Code128 type barcode. | Name | Description | | --- | --- | -| [__init__](./code128dataportion/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [__str__](./__str__/) | `str` | No | Returns a human-readable string representation of this. . | -| [code_128_sub_type](./code_128_sub_type/) | `Code128SubType` | No | | -| [data](./data/) | `Optional[str]` | No | | +| [__str__](#__str__) | `str` | No | Returns a human-readable string representation of this. . | +| [code_128_sub_type](#code_128_sub_type) | `Code128SubType` | No | | +| [data](#data) | `Optional[str]` | No | | + +### Code128DataPortion Constructor {#constructor} + +```python +__init__(self, _java_class) -> def +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `_java_class` | `` | | + +### Code128DataPortion.__str__ {#__str__} + +```python +__str__(self) -> str +``` + +Returns a human-readable string representation of this. . + +**Return Type:** `str` — A string that represents thisCode128DataPortion . + +### Code128DataPortion.code_128_sub_type {#code_128_sub_type} + +```python +code_128_sub_type(self) -> Code128SubType +``` + +**Return Type:** `Code128SubType` + +### Code128DataPortion.data {#data} + +```python +data(self) -> Optional[str] +``` + +**Return Type:** `Optional[str]` + diff --git a/english/python-java/aspose_barcode.recognition/code128dataportion/code128dataportion/_index.md b/english/python-java/aspose_barcode.recognition/code128dataportion/code128dataportion/_index.md deleted file mode 100644 index e2cfa0fea..000000000 --- a/english/python-java/aspose_barcode.recognition/code128dataportion/code128dataportion/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Code128DataPortion" -linktitle: "Code128DataPortion" -articleTitle: "Code128DataPortion" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/code128dataportion/code128dataportion/ ---- - -## Code128DataPortion Constructor - -```python -__init__(self, _java_class) -> def -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `_java_class` | `` | | diff --git a/english/python-java/aspose_barcode.recognition/code128dataportion/code_128_sub_type/_index.md b/english/python-java/aspose_barcode.recognition/code128dataportion/code_128_sub_type/_index.md deleted file mode 100644 index cf9cfc83a..000000000 --- a/english/python-java/aspose_barcode.recognition/code128dataportion/code_128_sub_type/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Code128DataPortion.code_128_sub_type" -linktitle: "code_128_sub_type" -articleTitle: "code_128_sub_type" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/code128dataportion/code_128_sub_type/ ---- - -## Code128DataPortion.code_128_sub_type - -```python -code_128_sub_type(self) -> Code128SubType -``` - - -**Return Type:** `Code128SubType` - diff --git a/english/python-java/aspose_barcode.recognition/code128dataportion/data/_index.md b/english/python-java/aspose_barcode.recognition/code128dataportion/data/_index.md deleted file mode 100644 index 633905ba7..000000000 --- a/english/python-java/aspose_barcode.recognition/code128dataportion/data/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Code128DataPortion.data" -linktitle: "data" -articleTitle: "data" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/code128dataportion/data/ ---- - -## Code128DataPortion.data - -```python -data(self) -> Optional[str] -``` - - -**Return Type:** `Optional[str]` - diff --git a/english/python-java/aspose_barcode.recognition/code128extendedparameters/__eq__/_index.md b/english/python-java/aspose_barcode.recognition/code128extendedparameters/__eq__/_index.md deleted file mode 100644 index aa3953af4..000000000 --- a/english/python-java/aspose_barcode.recognition/code128extendedparameters/__eq__/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "Code128ExtendedParameters.__eq__" -linktitle: "__eq__" -articleTitle: "__eq__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns a value indicating whether this instance is equal to a specified Code128ExtendedParameters value." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/code128extendedparameters/__eq__/ ---- - -## Code128ExtendedParameters.__eq__ - -```python -__eq__(self, Code128ExtendedParameters other) -> bool -``` - - -Returns a value indicating whether this instance is equal to a specified Code128ExtendedParameters value. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `other` | `Code128ExtendedParameters` | | - -**Return Type:** `bool` — True if obj has the same value as this instance otherwise, False. - diff --git a/english/python-java/aspose_barcode.recognition/code128extendedparameters/__hash__/_index.md b/english/python-java/aspose_barcode.recognition/code128extendedparameters/__hash__/_index.md deleted file mode 100644 index 2c544d2de..000000000 --- a/english/python-java/aspose_barcode.recognition/code128extendedparameters/__hash__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "Code128ExtendedParameters.__hash__" -linktitle: "__hash__" -articleTitle: "__hash__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns the hash code for the current instance." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/code128extendedparameters/__hash__/ ---- - -## Code128ExtendedParameters.__hash__ - -```python -__hash__(self) -> int -``` - - -Returns the hash code for the current instance. - - -**Return Type:** `int` — A hash code for the current object. - diff --git a/english/python-java/aspose_barcode.recognition/code128extendedparameters/__str__/_index.md b/english/python-java/aspose_barcode.recognition/code128extendedparameters/__str__/_index.md deleted file mode 100644 index 46b6ad896..000000000 --- a/english/python-java/aspose_barcode.recognition/code128extendedparameters/__str__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "Code128ExtendedParameters.__str__" -linktitle: "__str__" -articleTitle: "__str__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns a human-readable string representation of this Code128ExtendedParameters." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/code128extendedparameters/__str__/ ---- - -## Code128ExtendedParameters.__str__ - -```python -__str__(self) -> str -``` - - -Returns a human-readable string representation of this Code128ExtendedParameters. - - -**Return Type:** `str` — A string that represents this Code128ExtendedParameters. - diff --git a/english/python-java/aspose_barcode.recognition/code128extendedparameters/_index.md b/english/python-java/aspose_barcode.recognition/code128extendedparameters/_index.md index e17f981df..32ec9d54f 100644 --- a/english/python-java/aspose_barcode.recognition/code128extendedparameters/_index.md +++ b/english/python-java/aspose_barcode.recognition/code128extendedparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "Code128ExtendedParameters Class" +title: "Code128ExtendedParameters" linktitle: "Code128ExtendedParameters" -articleTitle: "Code128ExtendedParameters" second_title: "Aspose.BarCode for Python via Java" description: "Stores special data of Code128 recognized barcode. Represents the recognized barcode's region and barcode angle This sample shows how to get code128 raw values" type: docs @@ -21,14 +20,75 @@ Stores special data of Code128 recognized barcode. Represents the recognized bar | Name | Description | | --- | --- | -| [__init__](./code128extendedparameters/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [__eq__](./__eq__/) | `bool` | No | Returns a value indicating whether this instance is equal to a specified Code128ExtendedParameters value. | -| [__hash__](./__hash__/) | `int` | No | Returns the hash code for the current instance. | -| [__str__](./__str__/) | `str` | No | Returns a human-readable string representation of this Code128ExtendedParameters. | -| [code_128_data_portions](./code_128_data_portions/) | `Optional[List[Code128DataPortion]]` | No | | -| [is_empty](./is_empty/) | `bool` | No | | +| [__eq__](#__eq__) | `bool` | No | Returns a value indicating whether this instance is equal to a specified Code128ExtendedParameters value. | +| [__hash__](#__hash__) | `int` | No | Returns the hash code for the current instance. | +| [__str__](#__str__) | `str` | No | Returns a human-readable string representation of this Code128ExtendedParameters. | +| [code_128_data_portions](#code_128_data_portions) | `Optional[List[Code128DataPortion]]` | No | | +| [is_empty](#is_empty) | `bool` | No | | + +### Code128ExtendedParameters Constructor {#constructor} + +```python +__init__(self, _java_class) -> def +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `_java_class` | `` | | + +### Code128ExtendedParameters.__eq__ {#__eq__} + +```python +__eq__(self, Code128ExtendedParameters other) -> bool +``` + +Returns a value indicating whether this instance is equal to a specified Code128ExtendedParameters value. + +| Parameter | Type | Description | +| --- | --- | --- | +| `other` | `Code128ExtendedParameters` | | + +**Return Type:** `bool` — True if obj has the same value as this instance otherwise, False. + +### Code128ExtendedParameters.__hash__ {#__hash__} + +```python +__hash__(self) -> int +``` + +Returns the hash code for the current instance. + +**Return Type:** `int` — A hash code for the current object. + +### Code128ExtendedParameters.__str__ {#__str__} + +```python +__str__(self) -> str +``` + +Returns a human-readable string representation of this Code128ExtendedParameters. + +**Return Type:** `str` — A string that represents this Code128ExtendedParameters. + +### Code128ExtendedParameters.code_128_data_portions {#code_128_data_portions} + +```python +code_128_data_portions(self) -> Optional[List[Code128DataPortion]] +``` + +**Return Type:** `Optional[List[Code128DataPortion]]` + +### Code128ExtendedParameters.is_empty {#is_empty} + +```python +is_empty(self) -> bool +``` + +**Return Type:** `bool` + diff --git a/english/python-java/aspose_barcode.recognition/code128extendedparameters/code128extendedparameters/_index.md b/english/python-java/aspose_barcode.recognition/code128extendedparameters/code128extendedparameters/_index.md deleted file mode 100644 index d3f5b5f24..000000000 --- a/english/python-java/aspose_barcode.recognition/code128extendedparameters/code128extendedparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Code128ExtendedParameters" -linktitle: "Code128ExtendedParameters" -articleTitle: "Code128ExtendedParameters" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/code128extendedparameters/code128extendedparameters/ ---- - -## Code128ExtendedParameters Constructor - -```python -__init__(self, _java_class) -> def -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `_java_class` | `` | | diff --git a/english/python-java/aspose_barcode.recognition/code128extendedparameters/code_128_data_portions/_index.md b/english/python-java/aspose_barcode.recognition/code128extendedparameters/code_128_data_portions/_index.md deleted file mode 100644 index 3eaaa2047..000000000 --- a/english/python-java/aspose_barcode.recognition/code128extendedparameters/code_128_data_portions/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Code128ExtendedParameters.code_128_data_portions" -linktitle: "code_128_data_portions" -articleTitle: "code_128_data_portions" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/code128extendedparameters/code_128_data_portions/ ---- - -## Code128ExtendedParameters.code_128_data_portions - -```python -code_128_data_portions(self) -> Optional[List[Code128DataPortion]] -``` - - -**Return Type:** `Optional[List[Code128DataPortion]]` - diff --git a/english/python-java/aspose_barcode.recognition/code128extendedparameters/is_empty/_index.md b/english/python-java/aspose_barcode.recognition/code128extendedparameters/is_empty/_index.md deleted file mode 100644 index 3fbfa1483..000000000 --- a/english/python-java/aspose_barcode.recognition/code128extendedparameters/is_empty/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Code128ExtendedParameters.is_empty" -linktitle: "is_empty" -articleTitle: "is_empty" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/code128extendedparameters/is_empty/ ---- - -## Code128ExtendedParameters.is_empty - -```python -is_empty(self) -> bool -``` - - -**Return Type:** `bool` - diff --git a/english/python-java/aspose_barcode.recognition/code128subtype/_index.md b/english/python-java/aspose_barcode.recognition/code128subtype/_index.md index 40f485bae..6b7dcab9d 100644 --- a/english/python-java/aspose_barcode.recognition/code128subtype/_index.md +++ b/english/python-java/aspose_barcode.recognition/code128subtype/_index.md @@ -1,7 +1,6 @@ --- -title: "Code128SubType Enum" +title: "Code128SubType" linktitle: "Code128SubType" -articleTitle: "Code128SubType" second_title: "Aspose.BarCode for Python via Java" description: "" type: docs @@ -18,6 +17,30 @@ url: /python-java/aspose_barcode.recognition/code128subtype/ | Name | Value | Description | | --- | --- | --- | -| [CODE_SET_A](./code_set_a/) | `1` | ASCII characters 00 to 95 (0–9, A–Z and control codes), special characters, and FNC 1–4. | -| [CODE_SET_B](./code_set_b/) | `2` | ASCII characters 32 to 127 (0–9, A–Z, a–z), special characters, and FNC 1–4. | -| [CODE_SET_C](./code_set_c/) | `3` | 00–99 (encodes two digits with a single code point) and FNC1 | +| [CODE_SET_A](#code_set_a) | `1` | ASCII characters 00 to 95 (0–9, A–Z and control codes), special characters, and FNC 1–4. | +| [CODE_SET_B](#code_set_b) | `2` | ASCII characters 32 to 127 (0–9, A–Z, a–z), special characters, and FNC 1–4. | +| [CODE_SET_C](#code_set_c) | `3` | 00–99 (encodes two digits with a single code point) and FNC1 | +### Code128SubType.CODE_SET_A {#code_set_a} + +**Type:** `int` + +**Value:** `1` + +ASCII characters 00 to 95 (0–9, A–Z and control codes), special characters, and FNC 1–4. + +### Code128SubType.CODE_SET_B {#code_set_b} + +**Type:** `int` + +**Value:** `2` + +ASCII characters 32 to 127 (0–9, A–Z, a–z), special characters, and FNC 1–4. + +### Code128SubType.CODE_SET_C {#code_set_c} + +**Type:** `int` + +**Value:** `3` + +00–99 (encodes two digits with a single code point) and FNC1 + diff --git a/english/python-java/aspose_barcode.recognition/code128subtype/code_set_a/_index.md b/english/python-java/aspose_barcode.recognition/code128subtype/code_set_a/_index.md deleted file mode 100644 index d8557ee84..000000000 --- a/english/python-java/aspose_barcode.recognition/code128subtype/code_set_a/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Code128SubType.CODE_SET_A" -linktitle: "CODE_SET_A" -articleTitle: "CODE_SET_A" -second_title: "Aspose.BarCode for Python via Java" -description: "ASCII characters 00 to 95 (0–9, A–Z and control codes), special characters, and FNC 1–4." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/code128subtype/code_set_a/ ---- - -## Code128SubType.CODE_SET_A - -**Type:** `int` - - -**Value:** `1` - - -ASCII characters 00 to 95 (0–9, A–Z and control codes), special characters, and FNC 1–4. - diff --git a/english/python-java/aspose_barcode.recognition/code128subtype/code_set_b/_index.md b/english/python-java/aspose_barcode.recognition/code128subtype/code_set_b/_index.md deleted file mode 100644 index b7b45e15b..000000000 --- a/english/python-java/aspose_barcode.recognition/code128subtype/code_set_b/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Code128SubType.CODE_SET_B" -linktitle: "CODE_SET_B" -articleTitle: "CODE_SET_B" -second_title: "Aspose.BarCode for Python via Java" -description: "ASCII characters 32 to 127 (0–9, A–Z, a–z), special characters, and FNC 1–4." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/code128subtype/code_set_b/ ---- - -## Code128SubType.CODE_SET_B - -**Type:** `int` - - -**Value:** `2` - - -ASCII characters 32 to 127 (0–9, A–Z, a–z), special characters, and FNC 1–4. - diff --git a/english/python-java/aspose_barcode.recognition/code128subtype/code_set_c/_index.md b/english/python-java/aspose_barcode.recognition/code128subtype/code_set_c/_index.md deleted file mode 100644 index 779f8c2d6..000000000 --- a/english/python-java/aspose_barcode.recognition/code128subtype/code_set_c/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Code128SubType.CODE_SET_C" -linktitle: "CODE_SET_C" -articleTitle: "CODE_SET_C" -second_title: "Aspose.BarCode for Python via Java" -description: "00–99 (encodes two digits with a single code point) and FNC1" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/code128subtype/code_set_c/ ---- - -## Code128SubType.CODE_SET_C - -**Type:** `int` - - -**Value:** `3` - - -00–99 (encodes two digits with a single code point) and FNC1 - diff --git a/english/python-java/aspose_barcode.recognition/complexbackgroundmode/_index.md b/english/python-java/aspose_barcode.recognition/complexbackgroundmode/_index.md index aa1dc65fc..5f7273f65 100644 --- a/english/python-java/aspose_barcode.recognition/complexbackgroundmode/_index.md +++ b/english/python-java/aspose_barcode.recognition/complexbackgroundmode/_index.md @@ -1,7 +1,6 @@ --- -title: "ComplexBackgroundMode Enum" +title: "ComplexBackgroundMode" linktitle: "ComplexBackgroundMode" -articleTitle: "ComplexBackgroundMode" second_title: "Aspose.BarCode for Python via Java" description: "Mode which enables or disables additional recognition of color barcodes on color images." type: docs @@ -21,6 +20,30 @@ Mode which enables or disables additional recognition of color barcodes on color | Name | Value | Description | | --- | --- | --- | -| [AUTO](./auto/) | `0` | At this time the same as Disabled. Disables additional recognition of color barcodes on color images. | -| [DISABLED](./disabled/) | `1` | Disables additional recognition of color barcodes on color images. | -| [ENABLED](./enabled/) | `2` | Enables additional recognition of color barcodes on color images. | +| [AUTO](#auto) | `0` | At this time the same as Disabled. Disables additional recognition of color barcodes on color images. | +| [DISABLED](#disabled) | `1` | Disables additional recognition of color barcodes on color images. | +| [ENABLED](#enabled) | `2` | Enables additional recognition of color barcodes on color images. | +### ComplexBackgroundMode.AUTO {#auto} + +**Type:** `int` + +**Value:** `0` + +At this time the same as Disabled. Disables additional recognition of color barcodes on color images. + +### ComplexBackgroundMode.DISABLED {#disabled} + +**Type:** `int` + +**Value:** `1` + +Disables additional recognition of color barcodes on color images. + +### ComplexBackgroundMode.ENABLED {#enabled} + +**Type:** `int` + +**Value:** `2` + +Enables additional recognition of color barcodes on color images. + diff --git a/english/python-java/aspose_barcode.recognition/complexbackgroundmode/auto/_index.md b/english/python-java/aspose_barcode.recognition/complexbackgroundmode/auto/_index.md deleted file mode 100644 index e478242cd..000000000 --- a/english/python-java/aspose_barcode.recognition/complexbackgroundmode/auto/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "ComplexBackgroundMode.AUTO" -linktitle: "AUTO" -articleTitle: "AUTO" -second_title: "Aspose.BarCode for Python via Java" -description: "At this time the same as Disabled. Disables additional recognition of color barcodes on color images." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/complexbackgroundmode/auto/ ---- - -## ComplexBackgroundMode.AUTO - -**Type:** `int` - - -**Value:** `0` - - -At this time the same as Disabled. Disables additional recognition of color barcodes on color images. - diff --git a/english/python-java/aspose_barcode.recognition/complexbackgroundmode/disabled/_index.md b/english/python-java/aspose_barcode.recognition/complexbackgroundmode/disabled/_index.md deleted file mode 100644 index 4a0d17854..000000000 --- a/english/python-java/aspose_barcode.recognition/complexbackgroundmode/disabled/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "ComplexBackgroundMode.DISABLED" -linktitle: "DISABLED" -articleTitle: "DISABLED" -second_title: "Aspose.BarCode for Python via Java" -description: "Disables additional recognition of color barcodes on color images." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/complexbackgroundmode/disabled/ ---- - -## ComplexBackgroundMode.DISABLED - -**Type:** `int` - - -**Value:** `1` - - -Disables additional recognition of color barcodes on color images. - diff --git a/english/python-java/aspose_barcode.recognition/complexbackgroundmode/enabled/_index.md b/english/python-java/aspose_barcode.recognition/complexbackgroundmode/enabled/_index.md deleted file mode 100644 index 8aea52239..000000000 --- a/english/python-java/aspose_barcode.recognition/complexbackgroundmode/enabled/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "ComplexBackgroundMode.ENABLED" -linktitle: "ENABLED" -articleTitle: "ENABLED" -second_title: "Aspose.BarCode for Python via Java" -description: "Enables additional recognition of color barcodes on color images." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/complexbackgroundmode/enabled/ ---- - -## ComplexBackgroundMode.ENABLED - -**Type:** `int` - - -**Value:** `2` - - -Enables additional recognition of color barcodes on color images. - diff --git a/english/python-java/aspose_barcode.recognition/customerinformationinterpretingtype/_index.md b/english/python-java/aspose_barcode.recognition/customerinformationinterpretingtype/_index.md index b0fed6ce8..2b5a213cf 100644 --- a/english/python-java/aspose_barcode.recognition/customerinformationinterpretingtype/_index.md +++ b/english/python-java/aspose_barcode.recognition/customerinformationinterpretingtype/_index.md @@ -1,7 +1,6 @@ --- -title: "CustomerInformationInterpretingType Enum" +title: "CustomerInformationInterpretingType" linktitle: "CustomerInformationInterpretingType" -articleTitle: "CustomerInformationInterpretingType" second_title: "Aspose.BarCode for Python via Java" description: "Defines the interpreting type(C_TABLE or N_TABLE) of customer information for AustralianPost BarCode." type: docs @@ -21,6 +20,30 @@ Defines the interpreting type(C_TABLE or N_TABLE) of customer information for Au | Name | Value | Description | | --- | --- | --- | -| [C_TABLE](./c_table/) | `0` | Use C_TABLE to interpret the customer information. Allows A..Z, a..z, 1..9, space and sing. | -| [N_TABLE](./n_table/) | `1` | Use N_TABLE to interpret the customer information. Allows digits. | -| [OTHER](./other/) | `2` | Do not interpret the customer information. Allows 0, 1, 2 or 3 symbol only. | +| [C_TABLE](#c_table) | `0` | Use C_TABLE to interpret the customer information. Allows A..Z, a..z, 1..9, space and sing. | +| [N_TABLE](#n_table) | `1` | Use N_TABLE to interpret the customer information. Allows digits. | +| [OTHER](#other) | `2` | Do not interpret the customer information. Allows 0, 1, 2 or 3 symbol only. | +### CustomerInformationInterpretingType.C_TABLE {#c_table} + +**Type:** `int` + +**Value:** `0` + +Use C_TABLE to interpret the customer information. Allows A..Z, a..z, 1..9, space and sing. + +### CustomerInformationInterpretingType.N_TABLE {#n_table} + +**Type:** `int` + +**Value:** `1` + +Use N_TABLE to interpret the customer information. Allows digits. + +### CustomerInformationInterpretingType.OTHER {#other} + +**Type:** `int` + +**Value:** `2` + +Do not interpret the customer information. Allows 0, 1, 2 or 3 symbol only. + diff --git a/english/python-java/aspose_barcode.recognition/customerinformationinterpretingtype/c_table/_index.md b/english/python-java/aspose_barcode.recognition/customerinformationinterpretingtype/c_table/_index.md deleted file mode 100644 index 09347290c..000000000 --- a/english/python-java/aspose_barcode.recognition/customerinformationinterpretingtype/c_table/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "CustomerInformationInterpretingType.C_TABLE" -linktitle: "C_TABLE" -articleTitle: "C_TABLE" -second_title: "Aspose.BarCode for Python via Java" -description: "Use C_TABLE to interpret the customer information. Allows A..Z, a..z, 1..9, space and sing." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/customerinformationinterpretingtype/c_table/ ---- - -## CustomerInformationInterpretingType.C_TABLE - -**Type:** `int` - - -**Value:** `0` - - -Use C_TABLE to interpret the customer information. Allows A..Z, a..z, 1..9, space and sing. - diff --git a/english/python-java/aspose_barcode.recognition/customerinformationinterpretingtype/n_table/_index.md b/english/python-java/aspose_barcode.recognition/customerinformationinterpretingtype/n_table/_index.md deleted file mode 100644 index 3fbdc2b08..000000000 --- a/english/python-java/aspose_barcode.recognition/customerinformationinterpretingtype/n_table/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "CustomerInformationInterpretingType.N_TABLE" -linktitle: "N_TABLE" -articleTitle: "N_TABLE" -second_title: "Aspose.BarCode for Python via Java" -description: "Use N_TABLE to interpret the customer information. Allows digits." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/customerinformationinterpretingtype/n_table/ ---- - -## CustomerInformationInterpretingType.N_TABLE - -**Type:** `int` - - -**Value:** `1` - - -Use N_TABLE to interpret the customer information. Allows digits. - diff --git a/english/python-java/aspose_barcode.recognition/customerinformationinterpretingtype/other/_index.md b/english/python-java/aspose_barcode.recognition/customerinformationinterpretingtype/other/_index.md deleted file mode 100644 index f95a395ed..000000000 --- a/english/python-java/aspose_barcode.recognition/customerinformationinterpretingtype/other/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "CustomerInformationInterpretingType.OTHER" -linktitle: "OTHER" -articleTitle: "OTHER" -second_title: "Aspose.BarCode for Python via Java" -description: "Do not interpret the customer information. Allows 0, 1, 2 or 3 symbol only." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/customerinformationinterpretingtype/other/ ---- - -## CustomerInformationInterpretingType.OTHER - -**Type:** `int` - - -**Value:** `2` - - -Do not interpret the customer information. Allows 0, 1, 2 or 3 symbol only. - diff --git a/english/python-java/aspose_barcode.recognition/databarextendedparameters/__eq__/_index.md b/english/python-java/aspose_barcode.recognition/databarextendedparameters/__eq__/_index.md deleted file mode 100644 index dbe23fbf3..000000000 --- a/english/python-java/aspose_barcode.recognition/databarextendedparameters/__eq__/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "DataBarExtendedParameters.__eq__" -linktitle: "__eq__" -articleTitle: "__eq__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns a value indicating whether this instance is equal to a specified DataBarExtendedParameters value." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/databarextendedparameters/__eq__/ ---- - -## DataBarExtendedParameters.__eq__ - -```python -__eq__(self, DataBarExtendedParameters other) -> bool -``` - - -Returns a value indicating whether this instance is equal to a specified DataBarExtendedParameters value. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `other` | `DataBarExtendedParameters` | | - -**Return Type:** `bool` — true if obj has the same value as this instance; otherwise, false. - diff --git a/english/python-java/aspose_barcode.recognition/databarextendedparameters/__hash__/_index.md b/english/python-java/aspose_barcode.recognition/databarextendedparameters/__hash__/_index.md deleted file mode 100644 index 3f97eb371..000000000 --- a/english/python-java/aspose_barcode.recognition/databarextendedparameters/__hash__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "DataBarExtendedParameters.__hash__" -linktitle: "__hash__" -articleTitle: "__hash__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns the hash code for the current instance." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/databarextendedparameters/__hash__/ ---- - -## DataBarExtendedParameters.__hash__ - -```python -__hash__(self) -> int -``` - - -Returns the hash code for the current instance. - - -**Return Type:** `int` — A hash code for the current object. - diff --git a/english/python-java/aspose_barcode.recognition/databarextendedparameters/__str__/_index.md b/english/python-java/aspose_barcode.recognition/databarextendedparameters/__str__/_index.md deleted file mode 100644 index 2e24f7277..000000000 --- a/english/python-java/aspose_barcode.recognition/databarextendedparameters/__str__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "DataBarExtendedParameters.__str__" -linktitle: "__str__" -articleTitle: "__str__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns a human-readable string representation of this DataBarExtendedParameters." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/databarextendedparameters/__str__/ ---- - -## DataBarExtendedParameters.__str__ - -```python -__str__(self) -> str -``` - - -Returns a human-readable string representation of this DataBarExtendedParameters. - - -**Return Type:** `str` — A string that represents this DataBarExtendedParameters. - diff --git a/english/python-java/aspose_barcode.recognition/databarextendedparameters/_index.md b/english/python-java/aspose_barcode.recognition/databarextendedparameters/_index.md index 955ae9386..4054006ad 100644 --- a/english/python-java/aspose_barcode.recognition/databarextendedparameters/_index.md +++ b/english/python-java/aspose_barcode.recognition/databarextendedparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "DataBarExtendedParameters Class" +title: "DataBarExtendedParameters" linktitle: "DataBarExtendedParameters" -articleTitle: "DataBarExtendedParameters" second_title: "Aspose.BarCode for Python via Java" description: "Stores a DataBar additional information of recognized barcode." type: docs @@ -21,7 +20,49 @@ Stores a DataBar additional information of recognized barcode. | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [__eq__](./__eq__/) | `bool` | No | Returns a value indicating whether this instance is equal to a specified DataBarExtendedParameters value. | -| [__hash__](./__hash__/) | `int` | No | Returns the hash code for the current instance. | -| [__str__](./__str__/) | `str` | No | Returns a human-readable string representation of this DataBarExtendedParameters. | -| [is_2d_composite_component](./is_2d_composite_component/) | `bool` | No | | +| [__eq__](#__eq__) | `bool` | No | Returns a value indicating whether this instance is equal to a specified DataBarExtendedParameters value. | +| [__hash__](#__hash__) | `int` | No | Returns the hash code for the current instance. | +| [__str__](#__str__) | `str` | No | Returns a human-readable string representation of this DataBarExtendedParameters. | +| [is_2d_composite_component](#is_2d_composite_component) | `bool` | No | | +### DataBarExtendedParameters.__eq__ {#__eq__} + +```python +__eq__(self, DataBarExtendedParameters other) -> bool +``` + +Returns a value indicating whether this instance is equal to a specified DataBarExtendedParameters value. + +| Parameter | Type | Description | +| --- | --- | --- | +| `other` | `DataBarExtendedParameters` | | + +**Return Type:** `bool` — true if obj has the same value as this instance; otherwise, false. + +### DataBarExtendedParameters.__hash__ {#__hash__} + +```python +__hash__(self) -> int +``` + +Returns the hash code for the current instance. + +**Return Type:** `int` — A hash code for the current object. + +### DataBarExtendedParameters.__str__ {#__str__} + +```python +__str__(self) -> str +``` + +Returns a human-readable string representation of this DataBarExtendedParameters. + +**Return Type:** `str` — A string that represents this DataBarExtendedParameters. + +### DataBarExtendedParameters.is_2d_composite_component {#is_2d_composite_component} + +```python +is_2d_composite_component(self) -> bool +``` + +**Return Type:** `bool` + diff --git a/english/python-java/aspose_barcode.recognition/databarextendedparameters/is_2d_composite_component/_index.md b/english/python-java/aspose_barcode.recognition/databarextendedparameters/is_2d_composite_component/_index.md deleted file mode 100644 index 09c33ef1b..000000000 --- a/english/python-java/aspose_barcode.recognition/databarextendedparameters/is_2d_composite_component/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "DataBarExtendedParameters.is_2d_composite_component" -linktitle: "is_2d_composite_component" -articleTitle: "is_2d_composite_component" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/databarextendedparameters/is_2d_composite_component/ ---- - -## DataBarExtendedParameters.is_2d_composite_component - -```python -is_2d_composite_component(self) -> bool -``` - - -**Return Type:** `bool` - diff --git a/english/python-java/aspose_barcode.recognition/datamatrixextendedparameters/__eq__/_index.md b/english/python-java/aspose_barcode.recognition/datamatrixextendedparameters/__eq__/_index.md deleted file mode 100644 index c0ad1ad96..000000000 --- a/english/python-java/aspose_barcode.recognition/datamatrixextendedparameters/__eq__/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "DataMatrixExtendedParameters.__eq__" -linktitle: "__eq__" -articleTitle: "__eq__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns a value indicating whether this instance is equal to a specified. value." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/datamatrixextendedparameters/__eq__/ ---- - -## DataMatrixExtendedParameters.__eq__ - -```python -__eq__(self, DataMatrixExtendedParameters other) -> bool -``` - - -Returns a value indicating whether this instance is equal to a specified. value. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `other` | `DataMatrixExtendedParameters` | | - -**Return Type:** `bool` — true if obj has the same value as this instance; otherwise, false. - diff --git a/english/python-java/aspose_barcode.recognition/datamatrixextendedparameters/__hash__/_index.md b/english/python-java/aspose_barcode.recognition/datamatrixextendedparameters/__hash__/_index.md deleted file mode 100644 index 75937d841..000000000 --- a/english/python-java/aspose_barcode.recognition/datamatrixextendedparameters/__hash__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "DataMatrixExtendedParameters.__hash__" -linktitle: "__hash__" -articleTitle: "__hash__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns the hash code for the current instance." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/datamatrixextendedparameters/__hash__/ ---- - -## DataMatrixExtendedParameters.__hash__ - -```python -__hash__(self) -> int -``` - - -Returns the hash code for the current instance. - - -**Return Type:** `int` — A hash code for the current object. - diff --git a/english/python-java/aspose_barcode.recognition/datamatrixextendedparameters/__str__/_index.md b/english/python-java/aspose_barcode.recognition/datamatrixextendedparameters/__str__/_index.md deleted file mode 100644 index de54b5d2c..000000000 --- a/english/python-java/aspose_barcode.recognition/datamatrixextendedparameters/__str__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "DataMatrixExtendedParameters.__str__" -linktitle: "__str__" -articleTitle: "__str__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns a human-readable string representation of this. ." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/datamatrixextendedparameters/__str__/ ---- - -## DataMatrixExtendedParameters.__str__ - -```python -__str__(self) -> str -``` - - -Returns a human-readable string representation of this. . - - -**Return Type:** `str` — A string that represents this DataMatrixExtendedParameters. - diff --git a/english/python-java/aspose_barcode.recognition/datamatrixextendedparameters/_index.md b/english/python-java/aspose_barcode.recognition/datamatrixextendedparameters/_index.md index a6f95a12e..88f1bd854 100644 --- a/english/python-java/aspose_barcode.recognition/datamatrixextendedparameters/_index.md +++ b/english/python-java/aspose_barcode.recognition/datamatrixextendedparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "DataMatrixExtendedParameters Class" +title: "DataMatrixExtendedParameters" linktitle: "DataMatrixExtendedParameters" -articleTitle: "DataMatrixExtendedParameters" second_title: "Aspose.BarCode for Python via Java" description: "Stores special data of DataMatrix recognized barcode This sample shows how to get DataMatrix raw values." type: docs @@ -21,16 +20,93 @@ Stores special data of DataMatrix recognized barcode This sample shows how to ge | Name | Description | | --- | --- | -| [__init__](./datamatrixextendedparameters/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [__eq__](./__eq__/) | `bool` | No | Returns a value indicating whether this instance is equal to a specified. value. | -| [__hash__](./__hash__/) | `int` | No | Returns the hash code for the current instance. | -| [__str__](./__str__/) | `str` | No | Returns a human-readable string representation of this. . | -| [is_reader_programming](./is_reader_programming/) | `bool` | No | | -| [structured_append_barcode_id](./structured_append_barcode_id/) | `int` | No | | -| [structured_append_barcodes_count](./structured_append_barcodes_count/) | `int` | No | | -| [structured_append_file_id](./structured_append_file_id/) | `Optional[str]` | No | | +| [__eq__](#__eq__) | `bool` | No | Returns a value indicating whether this instance is equal to a specified. value. | +| [__hash__](#__hash__) | `int` | No | Returns the hash code for the current instance. | +| [__str__](#__str__) | `str` | No | Returns a human-readable string representation of this. . | +| [is_reader_programming](#is_reader_programming) | `bool` | No | | +| [structured_append_barcode_id](#structured_append_barcode_id) | `int` | No | | +| [structured_append_barcodes_count](#structured_append_barcodes_count) | `int` | No | | +| [structured_append_file_id](#structured_append_file_id) | `Optional[str]` | No | | + +### DataMatrixExtendedParameters Constructor {#constructor} + +```python +__init__(self, _java_class) -> def +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `_java_class` | `` | | + +### DataMatrixExtendedParameters.__eq__ {#__eq__} + +```python +__eq__(self, DataMatrixExtendedParameters other) -> bool +``` + +Returns a value indicating whether this instance is equal to a specified. value. + +| Parameter | Type | Description | +| --- | --- | --- | +| `other` | `DataMatrixExtendedParameters` | | + +**Return Type:** `bool` — true if obj has the same value as this instance; otherwise, false. + +### DataMatrixExtendedParameters.__hash__ {#__hash__} + +```python +__hash__(self) -> int +``` + +Returns the hash code for the current instance. + +**Return Type:** `int` — A hash code for the current object. + +### DataMatrixExtendedParameters.__str__ {#__str__} + +```python +__str__(self) -> str +``` + +Returns a human-readable string representation of this. . + +**Return Type:** `str` — A string that represents this DataMatrixExtendedParameters. + +### DataMatrixExtendedParameters.is_reader_programming {#is_reader_programming} + +```python +is_reader_programming(self) -> bool +``` + +**Return Type:** `bool` + +### DataMatrixExtendedParameters.structured_append_barcode_id {#structured_append_barcode_id} + +```python +structured_append_barcode_id(self) -> int +``` + +**Return Type:** `int` + +### DataMatrixExtendedParameters.structured_append_barcodes_count {#structured_append_barcodes_count} + +```python +structured_append_barcodes_count(self) -> int +``` + +**Return Type:** `int` + +### DataMatrixExtendedParameters.structured_append_file_id {#structured_append_file_id} + +```python +structured_append_file_id(self) -> Optional[str] +``` + +**Return Type:** `Optional[str]` + diff --git a/english/python-java/aspose_barcode.recognition/datamatrixextendedparameters/datamatrixextendedparameters/_index.md b/english/python-java/aspose_barcode.recognition/datamatrixextendedparameters/datamatrixextendedparameters/_index.md deleted file mode 100644 index a8c91e3de..000000000 --- a/english/python-java/aspose_barcode.recognition/datamatrixextendedparameters/datamatrixextendedparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DataMatrixExtendedParameters" -linktitle: "DataMatrixExtendedParameters" -articleTitle: "DataMatrixExtendedParameters" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/datamatrixextendedparameters/datamatrixextendedparameters/ ---- - -## DataMatrixExtendedParameters Constructor - -```python -__init__(self, _java_class) -> def -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `_java_class` | `` | | diff --git a/english/python-java/aspose_barcode.recognition/datamatrixextendedparameters/is_reader_programming/_index.md b/english/python-java/aspose_barcode.recognition/datamatrixextendedparameters/is_reader_programming/_index.md deleted file mode 100644 index 75b68d37d..000000000 --- a/english/python-java/aspose_barcode.recognition/datamatrixextendedparameters/is_reader_programming/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "DataMatrixExtendedParameters.is_reader_programming" -linktitle: "is_reader_programming" -articleTitle: "is_reader_programming" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/datamatrixextendedparameters/is_reader_programming/ ---- - -## DataMatrixExtendedParameters.is_reader_programming - -```python -is_reader_programming(self) -> bool -``` - - -**Return Type:** `bool` - diff --git a/english/python-java/aspose_barcode.recognition/datamatrixextendedparameters/structured_append_barcode_id/_index.md b/english/python-java/aspose_barcode.recognition/datamatrixextendedparameters/structured_append_barcode_id/_index.md deleted file mode 100644 index 5a427df38..000000000 --- a/english/python-java/aspose_barcode.recognition/datamatrixextendedparameters/structured_append_barcode_id/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "DataMatrixExtendedParameters.structured_append_barcode_id" -linktitle: "structured_append_barcode_id" -articleTitle: "structured_append_barcode_id" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/datamatrixextendedparameters/structured_append_barcode_id/ ---- - -## DataMatrixExtendedParameters.structured_append_barcode_id - -```python -structured_append_barcode_id(self) -> int -``` - - -**Return Type:** `int` - diff --git a/english/python-java/aspose_barcode.recognition/datamatrixextendedparameters/structured_append_barcodes_count/_index.md b/english/python-java/aspose_barcode.recognition/datamatrixextendedparameters/structured_append_barcodes_count/_index.md deleted file mode 100644 index 3e5b3c768..000000000 --- a/english/python-java/aspose_barcode.recognition/datamatrixextendedparameters/structured_append_barcodes_count/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "DataMatrixExtendedParameters.structured_append_barcodes_count" -linktitle: "structured_append_barcodes_count" -articleTitle: "structured_append_barcodes_count" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/datamatrixextendedparameters/structured_append_barcodes_count/ ---- - -## DataMatrixExtendedParameters.structured_append_barcodes_count - -```python -structured_append_barcodes_count(self) -> int -``` - - -**Return Type:** `int` - diff --git a/english/python-java/aspose_barcode.recognition/datamatrixextendedparameters/structured_append_file_id/_index.md b/english/python-java/aspose_barcode.recognition/datamatrixextendedparameters/structured_append_file_id/_index.md deleted file mode 100644 index e4d995417..000000000 --- a/english/python-java/aspose_barcode.recognition/datamatrixextendedparameters/structured_append_file_id/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "DataMatrixExtendedParameters.structured_append_file_id" -linktitle: "structured_append_file_id" -articleTitle: "structured_append_file_id" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/datamatrixextendedparameters/structured_append_file_id/ ---- - -## DataMatrixExtendedParameters.structured_append_file_id - -```python -structured_append_file_id(self) -> Optional[str] -``` - - -**Return Type:** `Optional[str]` - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/_index.md index d891e23ba..4533b37ca 100644 --- a/english/python-java/aspose_barcode.recognition/decodetype/_index.md +++ b/english/python-java/aspose_barcode.recognition/decodetype/_index.md @@ -1,7 +1,6 @@ --- -title: "DecodeType Enum" +title: "DecodeType" linktitle: "DecodeType" -articleTitle: "DecodeType" second_title: "Aspose.BarCode for Python via Java" description: "Specify the type of barcode to read. This sample shows how to detect Code39 and Code128 barcodes." type: docs @@ -21,101 +20,862 @@ Specify the type of barcode to read. This sample shows how to detect Code39 and | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [contains_any](./contains_any/) | `bool` | Yes | | -| [is_1d](./is_1d/) | `bool` | Yes | | -| [is_2d](./is_2d/) | `bool` | Yes | | -| [is_postal](./is_postal/) | `bool` | Yes | | +| [contains_any](#contains_any) | `bool` | Yes | | +| [is_1d](#is_1d) | `bool` | Yes | | +| [is_2d](#is_2d) | `bool` | Yes | | +| [is_postal](#is_postal) | `bool` | Yes | | ## Enum Values | Name | Value | Description | | --- | --- | --- | -| [ALL_SUPPORTED_TYPES](./all_supported_types/) | `99` | Specifies that data will be checked with all available symbologies. | -| [AUSTRALIA_POST](./australia_post/) | `37` | Specifies that the data should be decoded with Australia Post barcode specification. | -| [AUSTRALIAN_POSTE_PARCEL](./australian_poste_parcel/) | `50` | Specifies that the data should be decoded with Australian Post Domestic eParcel Barcode barcode specification. | -| [AZTEC](./aztec/) | `33` | Specifies that the data should be decoded with Aztec barcode specification. | -| [CODABAR](./codabar/) | `0` | Specifies that the data should be decoded with CODABAR barcode specification. | -| [CODABLOCK_F](./codablock_f/) | `65` | Specifies that the data should be decoded with CodablockF barcode specification. | -| [CODE_11](./code_11/) | `1` | Specifies that the data should be decoded with CODE 11 barcode specification. | -| [CODE_128](./code_128/) | `6` | Specifies that the data should be decoded with CODE 128 barcode specification. | -| [CODE_16_K](./code_16_k/) | `52` | Specifies that the data should be decoded with SCode16K barcode specification. | -| [CODE_32](./code_32/) | `61` | Specifies that the data should be decoded with Code32 blank specification. | -| [CODE_39](./code_39/) | `2` | Specifies that the data should be decoded with Code 39 basic charset barcode specification: ISO/IEC 16388. | -| [CODE_39_FULL_ASCII](./code_39_full_ascii/) | `3` | Specifies that the data should be decoded with Code 39 full ASCII charset barcode specification: ISO/IEC 16388. | -| [CODE_93](./code_93/) | `5` | Specifies that the data should be decoded with CODE 93 barcode specification. | -| [COMPACT_PDF_417](./compact_pdf_417/) | `57` | Specifies that the data should be decoded with CompactPdf417 (Pdf417Truncated) barcode specification. | -| [DATA_LOGIC_2_OF_5](./data_logic_2_of_5/) | `62` | Specifies that the data should be decoded with DataLogic 2 of 5 blank specification. | -| [DATA_MATRIX](./data_matrix/) | `30` | Specifies that the data should be decoded with DataMatrix barcode symbology. | -| [DATABAR_EXPANDED](./databar_expanded/) | `45` | Specifies that the data should be decoded with GS1 DATABAR expanded barcode specification. | -| [DATABAR_EXPANDED_STACKED](./databar_expanded_stacked/) | `55` | Specifies that the data should be decoded with GS1 DATABAR expanded stacked barcode specification. | -| [DATABAR_LIMITED](./databar_limited/) | `44` | Specifies that the data should be decoded with GS1 DATABAR limited barcode specification. | -| [DATABAR_OMNI_DIRECTIONAL](./databar_omni_directional/) | `42` | Specifies that the data should be decoded with GS1 DATABAR omni-directional barcode specification. | -| [DATABAR_STACKED](./databar_stacked/) | `54` | Specifies that the data should be decoded with GS1 DATABAR stacked barcode specification. | -| [DATABAR_STACKED_OMNI_DIRECTIONAL](./databar_stacked_omni_directional/) | `53` | Specifies that the data should be decoded with GS1 DATABAR stacked omni-directional barcode specification. | -| [DATABAR_TRUNCATED](./databar_truncated/) | `43` | Specifies that the data should be decoded with GS1 DATABAR truncated barcode specification. | -| [DEUTSCHE_POST_IDENTCODE](./deutsche_post_identcode/) | `25` | Specifies that the data should be decoded with DeutschePost Ident code barcode specification. | -| [DEUTSCHE_POST_LEITCODE](./deutsche_post_leitcode/) | `26` | Specifies that the data should be decoded with DeutschePost Leit code barcode specification. | -| [DOT_CODE](./dot_code/) | `63` | Specifies that the data should be decoded with DotCode blank specification. | -| [DUTCH_KIX](./dutch_kix/) | `64` | Specifies that the data should be decoded with DotCode blank specification. | -| [EAN_13](./ean_13/) | `9` | Specifies that the data should be decoded with EAN-13 barcode specification. | -| [EAN_14](./ean_14/) | `10` | Specifies that the data should be decoded with EAN14 barcode specification. | -| [EAN_8](./ean_8/) | `8` | Specifies that the data should be decoded with EAN-8 barcode specification. | -| [GS_1_AZTEC](./gs_1_aztec/) | `81` | Specifies that the data should be decoded with GS1 Aztec barcode specification. | -| [GS_1_CODE_128](./gs_1_code_128/) | `7` | Specifies that the data should be decoded with GS1 CODE 128 barcode specification. | -| [GS_1_COMPOSITE_BAR](./gs_1_composite_bar/) | `80` | Specifies that the data should be decoded with GS1 Composite Bar barcode specification. | -| [GS_1_DATA_MATRIX](./gs_1_data_matrix/) | `31` | Specifies that the data should be decoded with GS1DataMatrix barcode symbology. | -| [GS_1_DOT_CODE](./gs_1_dot_code/) | `77` | Specifies that the data should be decoded with GS1 DotCode blank specification. | -| [GS_1_HAN_XIN](./gs_1_han_xin/) | `79` | Specifies that the data should be decoded with Han Xin Code blank specification. | -| [GS_1_MICRO_PDF_417](./gs_1_micro_pdf_417/) | `82` | Specifies that the data should be decoded with MicroPdf417 barcode specification. | -| [GS_1_QR](./gs_1_qr/) | `58` | Specifies that the data should be decoded with GS1 QR barcode specification. | -| [HAN_XIN](./han_xin/) | `78` | Specifies that the data should be decoded with Han Xin Code blank specification. | -| [HIBC_AZTEC_LIC](./hibc_aztec_lic/) | `69` | Specifies that the data should be decoded with HIBC LIC Aztec blank specification. | -| [HIBC_AZTEC_PAS](./hibc_aztec_pas/) | `74` | Specifies that the data should be decoded with HIBC PAS Aztec blank specification. | -| [HIBC_CODE_128_LIC](./hibc_code_128_lic/) | `68` | Specifies that the data should be decoded with HIBC LIC Code128 blank specification. | -| [HIBC_CODE_128_PAS](./hibc_code_128_pas/) | `73` | Specifies that the data should be decoded with HIBC PAS Code128 blank specification. | -| [HIBC_CODE_39_LIC](./hibc_code_39_lic/) | `67` | Specifies that the data should be decoded with HIBC LIC Code39 blank specification. | -| [HIBC_CODE_39_PAS](./hibc_code_39_pas/) | `72` | Specifies that the data should be decoded with HIBC PAS Code39 blank specification. | -| [HIBC_DATA_MATRIX_LIC](./hibc_data_matrix_lic/) | `70` | Specifies that the data should be decoded with HIBC LIC DataMatrix blank specification. | -| [HIBC_DATA_MATRIX_PAS](./hibc_data_matrix_pas/) | `75` | Specifies that the data should be decoded with HIBC PAS DataMatrix blank specification. | -| [HIBCQRLIC](./hibcqrlic/) | `71` | Specifies that the data should be decoded with HIBC LIC QR blank specification. | -| [HIBCQRPAS](./hibcqrpas/) | `76` | Specifies that the data should be decoded with HIBC PAS QR blank specification. | -| [IATA_2_OF_5](./iata_2_of_5/) | `20` | Specifies that the data should be decoded with IATA 2 of 5 barcode specification. IATA (International Air Transport Association) uses this barcode for the management of air cargo. | -| [INTERLEAVED_2_OF_5](./interleaved_2_of_5/) | `17` | Specifies that the data should be decoded with INTERLEAVED 2 of 5 barcode specification. | -| [ISBN](./isbn/) | `15` | Specifies that the data should be decoded with ISBN barcode specification. | -| [ISMN](./ismn/) | `48` | Specifies that the data should be decoded with ISMN barcode specification. | -| [ISSN](./issn/) | `47` | Specifies that the data should be decoded with ISSN barcode specification. | -| [ITALIAN_POST_25](./italian_post_25/) | `19` | Specifies that the data should be decoded with Italian Post 25 barcode specification. | -| [ITF_14](./itf_14/) | `21` | Specifies that the data should be decoded with ITF14 barcode specification. | -| [ITF_6](./itf_6/) | `22` | Specifies that the data should be decoded with ITF6 barcode specification. | -| [MACRO_PDF_417](./macro_pdf_417/) | `35` | Specifies that the data should be decoded with MacroPdf417 barcode specification. | -| [MAILMARK](./mailmark/) | `66` | Specifies that the data should be decoded with Royal Mail Mailmark barcode specification. | -| [MATRIX_2_OF_5](./matrix_2_of_5/) | `18` | Specifies that the data should be decoded with Matrix 2 of 5 barcode specification. | -| [MAXI_CODE](./maxi_code/) | `59` | Specifies that the data should be decoded with MaxiCode barcode specification. | -| [MICR_E_13_B](./micr_e_13_b/) | `60` | Specifies that the data should be decoded with MICR E-13B blank specification. | -| [MICRO_PDF_417](./micro_pdf_417/) | `36` | Specifies that the data should be decoded with MicroPdf417 barcode specification. | -| [MICRO_QR](./micro_qr/) | `56` | Specifies that the data should be decoded with MicroQR Code barcode specification. | -| [MOST_COMMON_TYPES](./most_common_types/) | `96` | Specifies that data will be checked with most commonly used symbologies. | -| [MSI](./msi/) | `23` | Specifies that the data should be decoded with MSI Plessey barcode specification. | -| [NONE](./none/) | `-1` | Unspecified decode type. | -| [ONE_CODE](./one_code/) | `40` | Specifies that the data should be decoded with USPS OneCode barcode specification. | -| [OPC](./opc/) | `27` | Specifies that the data should be decoded with OPC barcode specification. | -| [PATCH_CODE](./patch_code/) | `46` | Specifies that the data should be decoded with Patch code barcode specification. Barcode symbology is used for automated scanning | -| [PDF_417](./pdf_417/) | `34` | Specifies that the data should be decoded with Pdf417 barcode symbology. | -| [PHARMACODE](./pharmacode/) | `29` | Specifies that the data should be decoded with Pharmacode barcode. This symbology is also known as Pharmaceutical BINARY Code | -| [PLANET](./planet/) | `39` | Specifies that the data should be decoded with Planet barcode specification. | -| [POSTAL_TYPES](./postal_types/) | `95` | Specifies that data will be checked with all of 1.5D POSTAL barcode symbologies, like Planet, Postnet, AustraliaPost, OneCode, RM4SCC, DutchKIX. | -| [POSTNET](./postnet/) | `38` | Specifies that the data should be decoded with Postnet barcode specification. | -| [PZN](./pzn/) | `28` | Specifies that the data should be decoded with PZN barcode specification. This symbology is also known as Pharma Zentral Nummer | -| [QR](./qr/) | `32` | Specifies that the data should be decoded with QR Code barcode specification. | -| [RECT_MICRO_QR](./rect_micro_qr/) | `83` | Specifies that the data should be decoded with RectMicroQR (rMQR) Code barcode specification. | -| [RM_4_SCC](./rm_4_scc/) | `41` | Specifies that the data should be decoded with RM4SCC barcode specification. RM4SCC (Royal Mail 4-state Customer Code) is used for automated mail sort process in UK. | -| [SCC_14](./scc_14/) | `11` | Specifies that the data should be decoded with SCC14 barcode specification. | -| [SSCC_18](./sscc_18/) | `12` | Specifies that the data should be decoded with SSCC18 barcode specification. | -| [STANDARD_2_OF_5](./standard_2_of_5/) | `16` | Specifies that the data should be decoded with Standard 2 of 5 barcode specification. | -| [SUPPLEMENT](./supplement/) | `49` | Specifies that the data should be decoded with Supplement(EAN2 EAN5) barcode specification. | -| [SWISS_POST_PARCEL](./swiss_post_parcel/) | `51` | Specifies that the data should be decoded with Swiss Post Parcel Barcode barcode specification. | -| [TYPES_1D](./types_1d/) | `97` | Specifies that data will be checked with all of 1D barcode symbologies. | -| [TYPES_2D](./types_2d/) | `98` | Specifies that data will be checked with all of 2D barcode symbologies. | -| [UPCA](./upca/) | `13` | Specifies that the data should be decoded with UPC-A barcode specification. | -| [UPCE](./upce/) | `14` | Specifies that the data should be decoded with UPC-E barcode specification. | -| [VIN](./vin/) | `24` | Specifies that the data should be decoded with VIN (Vehicle Identification Number) barcode specification. | +| [ALL_SUPPORTED_TYPES](#all_supported_types) | `99` | Specifies that data will be checked with all available symbologies. | +| [AUSTRALIA_POST](#australia_post) | `37` | Specifies that the data should be decoded with Australia Post barcode specification. | +| [AUSTRALIAN_POSTE_PARCEL](#australian_poste_parcel) | `50` | Specifies that the data should be decoded with Australian Post Domestic eParcel Barcode barcode specification. | +| [AZTEC](#aztec) | `33` | Specifies that the data should be decoded with Aztec barcode specification. | +| [CODABAR](#codabar) | `0` | Specifies that the data should be decoded with CODABAR barcode specification. | +| [CODABLOCK_F](#codablock_f) | `65` | Specifies that the data should be decoded with CodablockF barcode specification. | +| [CODE_11](#code_11) | `1` | Specifies that the data should be decoded with CODE 11 barcode specification. | +| [CODE_128](#code_128) | `6` | Specifies that the data should be decoded with CODE 128 barcode specification. | +| [CODE_16_K](#code_16_k) | `52` | Specifies that the data should be decoded with SCode16K barcode specification. | +| [CODE_32](#code_32) | `61` | Specifies that the data should be decoded with Code32 blank specification. | +| [CODE_39](#code_39) | `2` | Specifies that the data should be decoded with Code 39 basic charset barcode specification: ISO/IEC 16388. | +| [CODE_39_FULL_ASCII](#code_39_full_ascii) | `3` | Specifies that the data should be decoded with Code 39 full ASCII charset barcode specification: ISO/IEC 16388. | +| [CODE_93](#code_93) | `5` | Specifies that the data should be decoded with CODE 93 barcode specification. | +| [COMPACT_PDF_417](#compact_pdf_417) | `57` | Specifies that the data should be decoded with CompactPdf417 (Pdf417Truncated) barcode specification. | +| [DATA_LOGIC_2_OF_5](#data_logic_2_of_5) | `62` | Specifies that the data should be decoded with DataLogic 2 of 5 blank specification. | +| [DATA_MATRIX](#data_matrix) | `30` | Specifies that the data should be decoded with DataMatrix barcode symbology. | +| [DATABAR_EXPANDED](#databar_expanded) | `45` | Specifies that the data should be decoded with GS1 DATABAR expanded barcode specification. | +| [DATABAR_EXPANDED_STACKED](#databar_expanded_stacked) | `55` | Specifies that the data should be decoded with GS1 DATABAR expanded stacked barcode specification. | +| [DATABAR_LIMITED](#databar_limited) | `44` | Specifies that the data should be decoded with GS1 DATABAR limited barcode specification. | +| [DATABAR_OMNI_DIRECTIONAL](#databar_omni_directional) | `42` | Specifies that the data should be decoded with GS1 DATABAR omni-directional barcode specification. | +| [DATABAR_STACKED](#databar_stacked) | `54` | Specifies that the data should be decoded with GS1 DATABAR stacked barcode specification. | +| [DATABAR_STACKED_OMNI_DIRECTIONAL](#databar_stacked_omni_directional) | `53` | Specifies that the data should be decoded with GS1 DATABAR stacked omni-directional barcode specification. | +| [DATABAR_TRUNCATED](#databar_truncated) | `43` | Specifies that the data should be decoded with GS1 DATABAR truncated barcode specification. | +| [DEUTSCHE_POST_IDENTCODE](#deutsche_post_identcode) | `25` | Specifies that the data should be decoded with DeutschePost Ident code barcode specification. | +| [DEUTSCHE_POST_LEITCODE](#deutsche_post_leitcode) | `26` | Specifies that the data should be decoded with DeutschePost Leit code barcode specification. | +| [DOT_CODE](#dot_code) | `63` | Specifies that the data should be decoded with DotCode blank specification. | +| [DUTCH_KIX](#dutch_kix) | `64` | Specifies that the data should be decoded with DotCode blank specification. | +| [EAN_13](#ean_13) | `9` | Specifies that the data should be decoded with EAN-13 barcode specification. | +| [EAN_14](#ean_14) | `10` | Specifies that the data should be decoded with EAN14 barcode specification. | +| [EAN_8](#ean_8) | `8` | Specifies that the data should be decoded with EAN-8 barcode specification. | +| [GS_1_AZTEC](#gs_1_aztec) | `81` | Specifies that the data should be decoded with GS1 Aztec barcode specification. | +| [GS_1_CODE_128](#gs_1_code_128) | `7` | Specifies that the data should be decoded with GS1 CODE 128 barcode specification. | +| [GS_1_COMPOSITE_BAR](#gs_1_composite_bar) | `80` | Specifies that the data should be decoded with GS1 Composite Bar barcode specification. | +| [GS_1_DATA_MATRIX](#gs_1_data_matrix) | `31` | Specifies that the data should be decoded with GS1DataMatrix barcode symbology. | +| [GS_1_DOT_CODE](#gs_1_dot_code) | `77` | Specifies that the data should be decoded with GS1 DotCode blank specification. | +| [GS_1_HAN_XIN](#gs_1_han_xin) | `79` | Specifies that the data should be decoded with Han Xin Code blank specification. | +| [GS_1_MICRO_PDF_417](#gs_1_micro_pdf_417) | `82` | Specifies that the data should be decoded with MicroPdf417 barcode specification. | +| [GS_1_QR](#gs_1_qr) | `58` | Specifies that the data should be decoded with GS1 QR barcode specification. | +| [HAN_XIN](#han_xin) | `78` | Specifies that the data should be decoded with Han Xin Code blank specification. | +| [HIBC_AZTEC_LIC](#hibc_aztec_lic) | `69` | Specifies that the data should be decoded with HIBC LIC Aztec blank specification. | +| [HIBC_AZTEC_PAS](#hibc_aztec_pas) | `74` | Specifies that the data should be decoded with HIBC PAS Aztec blank specification. | +| [HIBC_CODE_128_LIC](#hibc_code_128_lic) | `68` | Specifies that the data should be decoded with HIBC LIC Code128 blank specification. | +| [HIBC_CODE_128_PAS](#hibc_code_128_pas) | `73` | Specifies that the data should be decoded with HIBC PAS Code128 blank specification. | +| [HIBC_CODE_39_LIC](#hibc_code_39_lic) | `67` | Specifies that the data should be decoded with HIBC LIC Code39 blank specification. | +| [HIBC_CODE_39_PAS](#hibc_code_39_pas) | `72` | Specifies that the data should be decoded with HIBC PAS Code39 blank specification. | +| [HIBC_DATA_MATRIX_LIC](#hibc_data_matrix_lic) | `70` | Specifies that the data should be decoded with HIBC LIC DataMatrix blank specification. | +| [HIBC_DATA_MATRIX_PAS](#hibc_data_matrix_pas) | `75` | Specifies that the data should be decoded with HIBC PAS DataMatrix blank specification. | +| [HIBCQRLIC](#hibcqrlic) | `71` | Specifies that the data should be decoded with HIBC LIC QR blank specification. | +| [HIBCQRPAS](#hibcqrpas) | `76` | Specifies that the data should be decoded with HIBC PAS QR blank specification. | +| [IATA_2_OF_5](#iata_2_of_5) | `20` | Specifies that the data should be decoded with IATA 2 of 5 barcode specification. IATA (International Air Transport Association) uses this barcode for the management of air cargo. | +| [INTERLEAVED_2_OF_5](#interleaved_2_of_5) | `17` | Specifies that the data should be decoded with INTERLEAVED 2 of 5 barcode specification. | +| [ISBN](#isbn) | `15` | Specifies that the data should be decoded with ISBN barcode specification. | +| [ISMN](#ismn) | `48` | Specifies that the data should be decoded with ISMN barcode specification. | +| [ISSN](#issn) | `47` | Specifies that the data should be decoded with ISSN barcode specification. | +| [ITALIAN_POST_25](#italian_post_25) | `19` | Specifies that the data should be decoded with Italian Post 25 barcode specification. | +| [ITF_14](#itf_14) | `21` | Specifies that the data should be decoded with ITF14 barcode specification. | +| [ITF_6](#itf_6) | `22` | Specifies that the data should be decoded with ITF6 barcode specification. | +| [MACRO_PDF_417](#macro_pdf_417) | `35` | Specifies that the data should be decoded with MacroPdf417 barcode specification. | +| [MAILMARK](#mailmark) | `66` | Specifies that the data should be decoded with Royal Mail Mailmark barcode specification. | +| [MATRIX_2_OF_5](#matrix_2_of_5) | `18` | Specifies that the data should be decoded with Matrix 2 of 5 barcode specification. | +| [MAXI_CODE](#maxi_code) | `59` | Specifies that the data should be decoded with MaxiCode barcode specification. | +| [MICR_E_13_B](#micr_e_13_b) | `60` | Specifies that the data should be decoded with MICR E-13B blank specification. | +| [MICRO_PDF_417](#micro_pdf_417) | `36` | Specifies that the data should be decoded with MicroPdf417 barcode specification. | +| [MICRO_QR](#micro_qr) | `56` | Specifies that the data should be decoded with MicroQR Code barcode specification. | +| [MOST_COMMON_TYPES](#most_common_types) | `96` | Specifies that data will be checked with most commonly used symbologies. | +| [MSI](#msi) | `23` | Specifies that the data should be decoded with MSI Plessey barcode specification. | +| [NONE](#none) | `-1` | Unspecified decode type. | +| [ONE_CODE](#one_code) | `40` | Specifies that the data should be decoded with USPS OneCode barcode specification. | +| [OPC](#opc) | `27` | Specifies that the data should be decoded with OPC barcode specification. | +| [PATCH_CODE](#patch_code) | `46` | Specifies that the data should be decoded with Patch code barcode specification. Barcode symbology is used for automated scanning | +| [PDF_417](#pdf_417) | `34` | Specifies that the data should be decoded with Pdf417 barcode symbology. | +| [PHARMACODE](#pharmacode) | `29` | Specifies that the data should be decoded with Pharmacode barcode. This symbology is also known as Pharmaceutical BINARY Code | +| [PLANET](#planet) | `39` | Specifies that the data should be decoded with Planet barcode specification. | +| [POSTAL_TYPES](#postal_types) | `95` | Specifies that data will be checked with all of 1.5D POSTAL barcode symbologies, like Planet, Postnet, AustraliaPost, OneCode, RM4SCC, DutchKIX. | +| [POSTNET](#postnet) | `38` | Specifies that the data should be decoded with Postnet barcode specification. | +| [PZN](#pzn) | `28` | Specifies that the data should be decoded with PZN barcode specification. This symbology is also known as Pharma Zentral Nummer | +| [QR](#qr) | `32` | Specifies that the data should be decoded with QR Code barcode specification. | +| [RECT_MICRO_QR](#rect_micro_qr) | `83` | Specifies that the data should be decoded with RectMicroQR (rMQR) Code barcode specification. | +| [RM_4_SCC](#rm_4_scc) | `41` | Specifies that the data should be decoded with RM4SCC barcode specification. RM4SCC (Royal Mail 4-state Customer Code) is used for automated mail sort process in UK. | +| [SCC_14](#scc_14) | `11` | Specifies that the data should be decoded with SCC14 barcode specification. | +| [SSCC_18](#sscc_18) | `12` | Specifies that the data should be decoded with SSCC18 barcode specification. | +| [STANDARD_2_OF_5](#standard_2_of_5) | `16` | Specifies that the data should be decoded with Standard 2 of 5 barcode specification. | +| [SUPPLEMENT](#supplement) | `49` | Specifies that the data should be decoded with Supplement(EAN2 EAN5) barcode specification. | +| [SWISS_POST_PARCEL](#swiss_post_parcel) | `51` | Specifies that the data should be decoded with Swiss Post Parcel Barcode barcode specification. | +| [TYPES_1D](#types_1d) | `97` | Specifies that data will be checked with all of 1D barcode symbologies. | +| [TYPES_2D](#types_2d) | `98` | Specifies that data will be checked with all of 2D barcode symbologies. | +| [UPCA](#upca) | `13` | Specifies that the data should be decoded with UPC-A barcode specification. | +| [UPCE](#upce) | `14` | Specifies that the data should be decoded with UPC-E barcode specification. | +| [VIN](#vin) | `24` | Specifies that the data should be decoded with VIN (Vehicle Identification Number) barcode specification. | +### DecodeType.contains_any (static) {#contains_any} + +```python +contains_any(decode_type, decode_types) -> bool +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `decode_type` | `` | | +| `decode_types` | `` | | + +**Return Type:** `bool` + +### DecodeType.is_1d (static) {#is_1d} + +```python +is_1d(DecodeType symbology) -> bool +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `symbology` | `DecodeType` | | + +**Return Type:** `bool` + +### DecodeType.is_2d (static) {#is_2d} + +```python +is_2d(DecodeType symbology) -> bool +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `symbology` | `DecodeType` | | + +**Return Type:** `bool` + +### DecodeType.is_postal (static) {#is_postal} + +```python +is_postal(DecodeType symbology) -> bool +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `symbology` | `DecodeType` | | + +**Return Type:** `bool` + +### DecodeType.ALL_SUPPORTED_TYPES {#all_supported_types} + +**Type:** `int` + +**Value:** `99` + +Specifies that data will be checked with all available symbologies. + +### DecodeType.AUSTRALIA_POST {#australia_post} + +**Type:** `int` + +**Value:** `37` + +Specifies that the data should be decoded with Australia Post barcode specification. + +### DecodeType.AUSTRALIAN_POSTE_PARCEL {#australian_poste_parcel} + +**Type:** `int` + +**Value:** `50` + +Specifies that the data should be decoded with Australian Post Domestic eParcel Barcode barcode specification. + +### DecodeType.AZTEC {#aztec} + +**Type:** `int` + +**Value:** `33` + +Specifies that the data should be decoded with Aztec barcode specification. + +### DecodeType.CODABAR {#codabar} + +**Type:** `int` + +**Value:** `0` + +Specifies that the data should be decoded with CODABAR barcode specification. + +### DecodeType.CODABLOCK_F {#codablock_f} + +**Type:** `int` + +**Value:** `65` + +Specifies that the data should be decoded with CodablockF barcode specification. + +### DecodeType.CODE_11 {#code_11} + +**Type:** `int` + +**Value:** `1` + +Specifies that the data should be decoded with CODE 11 barcode specification. + +### DecodeType.CODE_128 {#code_128} + +**Type:** `int` + +**Value:** `6` + +Specifies that the data should be decoded with CODE 128 barcode specification. + +### DecodeType.CODE_16_K {#code_16_k} + +**Type:** `int` + +**Value:** `52` + +Specifies that the data should be decoded with SCode16K barcode specification. + +### DecodeType.CODE_32 {#code_32} + +**Type:** `int` + +**Value:** `61` + +Specifies that the data should be decoded with Code32 blank specification. + +### DecodeType.CODE_39 {#code_39} + +**Type:** `int` + +**Value:** `2` + +Specifies that the data should be decoded with Code 39 basic charset barcode specification: ISO/IEC 16388. + +### DecodeType.CODE_39_FULL_ASCII {#code_39_full_ascii} + +**Type:** `int` + +**Value:** `3` + +Specifies that the data should be decoded with Code 39 full ASCII charset barcode specification: ISO/IEC 16388. + +### DecodeType.CODE_93 {#code_93} + +**Type:** `int` + +**Value:** `5` + +Specifies that the data should be decoded with CODE 93 barcode specification. + +### DecodeType.COMPACT_PDF_417 {#compact_pdf_417} + +**Type:** `int` + +**Value:** `57` + +Specifies that the data should be decoded with CompactPdf417 (Pdf417Truncated) barcode specification. + +### DecodeType.DATA_LOGIC_2_OF_5 {#data_logic_2_of_5} + +**Type:** `int` + +**Value:** `62` + +Specifies that the data should be decoded with DataLogic 2 of 5 blank specification. + +### DecodeType.DATA_MATRIX {#data_matrix} + +**Type:** `int` + +**Value:** `30` + +Specifies that the data should be decoded with DataMatrix barcode symbology. + +### DecodeType.DATABAR_EXPANDED {#databar_expanded} + +**Type:** `int` + +**Value:** `45` + +Specifies that the data should be decoded with GS1 DATABAR expanded barcode specification. + +### DecodeType.DATABAR_EXPANDED_STACKED {#databar_expanded_stacked} + +**Type:** `int` + +**Value:** `55` + +Specifies that the data should be decoded with GS1 DATABAR expanded stacked barcode specification. + +### DecodeType.DATABAR_LIMITED {#databar_limited} + +**Type:** `int` + +**Value:** `44` + +Specifies that the data should be decoded with GS1 DATABAR limited barcode specification. + +### DecodeType.DATABAR_OMNI_DIRECTIONAL {#databar_omni_directional} + +**Type:** `int` + +**Value:** `42` + +Specifies that the data should be decoded with GS1 DATABAR omni-directional barcode specification. + +### DecodeType.DATABAR_STACKED {#databar_stacked} + +**Type:** `int` + +**Value:** `54` + +Specifies that the data should be decoded with GS1 DATABAR stacked barcode specification. + +### DecodeType.DATABAR_STACKED_OMNI_DIRECTIONAL {#databar_stacked_omni_directional} + +**Type:** `int` + +**Value:** `53` + +Specifies that the data should be decoded with GS1 DATABAR stacked omni-directional barcode specification. + +### DecodeType.DATABAR_TRUNCATED {#databar_truncated} + +**Type:** `int` + +**Value:** `43` + +Specifies that the data should be decoded with GS1 DATABAR truncated barcode specification. + +### DecodeType.DEUTSCHE_POST_IDENTCODE {#deutsche_post_identcode} + +**Type:** `int` + +**Value:** `25` + +Specifies that the data should be decoded with DeutschePost Ident code barcode specification. + +### DecodeType.DEUTSCHE_POST_LEITCODE {#deutsche_post_leitcode} + +**Type:** `int` + +**Value:** `26` + +Specifies that the data should be decoded with DeutschePost Leit code barcode specification. + +### DecodeType.DOT_CODE {#dot_code} + +**Type:** `int` + +**Value:** `63` + +Specifies that the data should be decoded with DotCode blank specification. + +### DecodeType.DUTCH_KIX {#dutch_kix} + +**Type:** `int` + +**Value:** `64` + +Specifies that the data should be decoded with DotCode blank specification. + +### DecodeType.EAN_13 {#ean_13} + +**Type:** `int` + +**Value:** `9` + +Specifies that the data should be decoded with EAN-13 barcode specification. + +### DecodeType.EAN_14 {#ean_14} + +**Type:** `int` + +**Value:** `10` + +Specifies that the data should be decoded with EAN14 barcode specification. + +### DecodeType.EAN_8 {#ean_8} + +**Type:** `int` + +**Value:** `8` + +Specifies that the data should be decoded with EAN-8 barcode specification. + +### DecodeType.GS_1_AZTEC {#gs_1_aztec} + +**Type:** `int` + +**Value:** `81` + +Specifies that the data should be decoded with GS1 Aztec barcode specification. + +### DecodeType.GS_1_CODE_128 {#gs_1_code_128} + +**Type:** `int` + +**Value:** `7` + +Specifies that the data should be decoded with GS1 CODE 128 barcode specification. + +### DecodeType.GS_1_COMPOSITE_BAR {#gs_1_composite_bar} + +**Type:** `int` + +**Value:** `80` + +Specifies that the data should be decoded with GS1 Composite Bar barcode specification. + +### DecodeType.GS_1_DATA_MATRIX {#gs_1_data_matrix} + +**Type:** `int` + +**Value:** `31` + +Specifies that the data should be decoded with GS1DataMatrix barcode symbology. + +### DecodeType.GS_1_DOT_CODE {#gs_1_dot_code} + +**Type:** `int` + +**Value:** `77` + +Specifies that the data should be decoded with GS1 DotCode blank specification. + +### DecodeType.GS_1_HAN_XIN {#gs_1_han_xin} + +**Type:** `int` + +**Value:** `79` + +Specifies that the data should be decoded with Han Xin Code blank specification. + +### DecodeType.GS_1_MICRO_PDF_417 {#gs_1_micro_pdf_417} + +**Type:** `int` + +**Value:** `82` + +Specifies that the data should be decoded with MicroPdf417 barcode specification. + +### DecodeType.GS_1_QR {#gs_1_qr} + +**Type:** `int` + +**Value:** `58` + +Specifies that the data should be decoded with GS1 QR barcode specification. + +### DecodeType.HAN_XIN {#han_xin} + +**Type:** `int` + +**Value:** `78` + +Specifies that the data should be decoded with Han Xin Code blank specification. + +### DecodeType.HIBC_AZTEC_LIC {#hibc_aztec_lic} + +**Type:** `int` + +**Value:** `69` + +Specifies that the data should be decoded with HIBC LIC Aztec blank specification. + +### DecodeType.HIBC_AZTEC_PAS {#hibc_aztec_pas} + +**Type:** `int` + +**Value:** `74` + +Specifies that the data should be decoded with HIBC PAS Aztec blank specification. + +### DecodeType.HIBC_CODE_128_LIC {#hibc_code_128_lic} + +**Type:** `int` + +**Value:** `68` + +Specifies that the data should be decoded with HIBC LIC Code128 blank specification. + +### DecodeType.HIBC_CODE_128_PAS {#hibc_code_128_pas} + +**Type:** `int` + +**Value:** `73` + +Specifies that the data should be decoded with HIBC PAS Code128 blank specification. + +### DecodeType.HIBC_CODE_39_LIC {#hibc_code_39_lic} + +**Type:** `int` + +**Value:** `67` + +Specifies that the data should be decoded with HIBC LIC Code39 blank specification. + +### DecodeType.HIBC_CODE_39_PAS {#hibc_code_39_pas} + +**Type:** `int` + +**Value:** `72` + +Specifies that the data should be decoded with HIBC PAS Code39 blank specification. + +### DecodeType.HIBC_DATA_MATRIX_LIC {#hibc_data_matrix_lic} + +**Type:** `int` + +**Value:** `70` + +Specifies that the data should be decoded with HIBC LIC DataMatrix blank specification. + +### DecodeType.HIBC_DATA_MATRIX_PAS {#hibc_data_matrix_pas} + +**Type:** `int` + +**Value:** `75` + +Specifies that the data should be decoded with HIBC PAS DataMatrix blank specification. + +### DecodeType.HIBCQRLIC {#hibcqrlic} + +**Type:** `int` + +**Value:** `71` + +Specifies that the data should be decoded with HIBC LIC QR blank specification. + +### DecodeType.HIBCQRPAS {#hibcqrpas} + +**Type:** `int` + +**Value:** `76` + +Specifies that the data should be decoded with HIBC PAS QR blank specification. + +### DecodeType.IATA_2_OF_5 {#iata_2_of_5} + +**Type:** `int` + +**Value:** `20` + +Specifies that the data should be decoded with IATA 2 of 5 barcode specification. IATA (International Air Transport Association) uses this barcode for the management of air cargo. + +### DecodeType.INTERLEAVED_2_OF_5 {#interleaved_2_of_5} + +**Type:** `int` + +**Value:** `17` + +Specifies that the data should be decoded with INTERLEAVED 2 of 5 barcode specification. + +### DecodeType.ISBN {#isbn} + +**Type:** `int` + +**Value:** `15` + +Specifies that the data should be decoded with ISBN barcode specification. + +### DecodeType.ISMN {#ismn} + +**Type:** `int` + +**Value:** `48` + +Specifies that the data should be decoded with ISMN barcode specification. + +### DecodeType.ISSN {#issn} + +**Type:** `int` + +**Value:** `47` + +Specifies that the data should be decoded with ISSN barcode specification. + +### DecodeType.ITALIAN_POST_25 {#italian_post_25} + +**Type:** `int` + +**Value:** `19` + +Specifies that the data should be decoded with Italian Post 25 barcode specification. + +### DecodeType.ITF_14 {#itf_14} + +**Type:** `int` + +**Value:** `21` + +Specifies that the data should be decoded with ITF14 barcode specification. + +### DecodeType.ITF_6 {#itf_6} + +**Type:** `int` + +**Value:** `22` + +Specifies that the data should be decoded with ITF6 barcode specification. + +### DecodeType.MACRO_PDF_417 {#macro_pdf_417} + +**Type:** `int` + +**Value:** `35` + +Specifies that the data should be decoded with MacroPdf417 barcode specification. + +### DecodeType.MAILMARK {#mailmark} + +**Type:** `int` + +**Value:** `66` + +Specifies that the data should be decoded with Royal Mail Mailmark barcode specification. + +### DecodeType.MATRIX_2_OF_5 {#matrix_2_of_5} + +**Type:** `int` + +**Value:** `18` + +Specifies that the data should be decoded with Matrix 2 of 5 barcode specification. + +### DecodeType.MAXI_CODE {#maxi_code} + +**Type:** `int` + +**Value:** `59` + +Specifies that the data should be decoded with MaxiCode barcode specification. + +### DecodeType.MICR_E_13_B {#micr_e_13_b} + +**Type:** `int` + +**Value:** `60` + +Specifies that the data should be decoded with MICR E-13B blank specification. + +### DecodeType.MICRO_PDF_417 {#micro_pdf_417} + +**Type:** `int` + +**Value:** `36` + +Specifies that the data should be decoded with MicroPdf417 barcode specification. + +### DecodeType.MICRO_QR {#micro_qr} + +**Type:** `int` + +**Value:** `56` + +Specifies that the data should be decoded with MicroQR Code barcode specification. + +### DecodeType.MOST_COMMON_TYPES {#most_common_types} + +**Type:** `int` + +**Value:** `96` + +Specifies that data will be checked with most commonly used symbologies. + +### DecodeType.MSI {#msi} + +**Type:** `int` + +**Value:** `23` + +Specifies that the data should be decoded with MSI Plessey barcode specification. + +### DecodeType.NONE {#none} + +**Type:** `int` + +**Value:** `-1` + +Unspecified decode type. + +### DecodeType.ONE_CODE {#one_code} + +**Type:** `int` + +**Value:** `40` + +Specifies that the data should be decoded with USPS OneCode barcode specification. + +### DecodeType.OPC {#opc} + +**Type:** `int` + +**Value:** `27` + +Specifies that the data should be decoded with OPC barcode specification. + +### DecodeType.PATCH_CODE {#patch_code} + +**Type:** `int` + +**Value:** `46` + +Specifies that the data should be decoded with Patch code barcode specification. Barcode symbology is used for automated scanning + +### DecodeType.PDF_417 {#pdf_417} + +**Type:** `int` + +**Value:** `34` + +Specifies that the data should be decoded with Pdf417 barcode symbology. + +### DecodeType.PHARMACODE {#pharmacode} + +**Type:** `int` + +**Value:** `29` + +Specifies that the data should be decoded with Pharmacode barcode. This symbology is also known as Pharmaceutical BINARY Code + +### DecodeType.PLANET {#planet} + +**Type:** `int` + +**Value:** `39` + +Specifies that the data should be decoded with Planet barcode specification. + +### DecodeType.POSTAL_TYPES {#postal_types} + +**Type:** `int` + +**Value:** `95` + +Specifies that data will be checked with all of 1.5D POSTAL barcode symbologies, like Planet, Postnet, AustraliaPost, OneCode, RM4SCC, DutchKIX. + +### DecodeType.POSTNET {#postnet} + +**Type:** `int` + +**Value:** `38` + +Specifies that the data should be decoded with Postnet barcode specification. + +### DecodeType.PZN {#pzn} + +**Type:** `int` + +**Value:** `28` + +Specifies that the data should be decoded with PZN barcode specification. This symbology is also known as Pharma Zentral Nummer + +### DecodeType.QR {#qr} + +**Type:** `int` + +**Value:** `32` + +Specifies that the data should be decoded with QR Code barcode specification. + +### DecodeType.RECT_MICRO_QR {#rect_micro_qr} + +**Type:** `int` + +**Value:** `83` + +Specifies that the data should be decoded with RectMicroQR (rMQR) Code barcode specification. + +### DecodeType.RM_4_SCC {#rm_4_scc} + +**Type:** `int` + +**Value:** `41` + +Specifies that the data should be decoded with RM4SCC barcode specification. RM4SCC (Royal Mail 4-state Customer Code) is used for automated mail sort process in UK. + +### DecodeType.SCC_14 {#scc_14} + +**Type:** `int` + +**Value:** `11` + +Specifies that the data should be decoded with SCC14 barcode specification. + +### DecodeType.SSCC_18 {#sscc_18} + +**Type:** `int` + +**Value:** `12` + +Specifies that the data should be decoded with SSCC18 barcode specification. + +### DecodeType.STANDARD_2_OF_5 {#standard_2_of_5} + +**Type:** `int` + +**Value:** `16` + +Specifies that the data should be decoded with Standard 2 of 5 barcode specification. + +### DecodeType.SUPPLEMENT {#supplement} + +**Type:** `int` + +**Value:** `49` + +Specifies that the data should be decoded with Supplement(EAN2 EAN5) barcode specification. + +### DecodeType.SWISS_POST_PARCEL {#swiss_post_parcel} + +**Type:** `int` + +**Value:** `51` + +Specifies that the data should be decoded with Swiss Post Parcel Barcode barcode specification. + +### DecodeType.TYPES_1D {#types_1d} + +**Type:** `int` + +**Value:** `97` + +Specifies that data will be checked with all of 1D barcode symbologies. + +### DecodeType.TYPES_2D {#types_2d} + +**Type:** `int` + +**Value:** `98` + +Specifies that data will be checked with all of 2D barcode symbologies. + +### DecodeType.UPCA {#upca} + +**Type:** `int` + +**Value:** `13` + +Specifies that the data should be decoded with UPC-A barcode specification. + +### DecodeType.UPCE {#upce} + +**Type:** `int` + +**Value:** `14` + +Specifies that the data should be decoded with UPC-E barcode specification. + +### DecodeType.VIN {#vin} + +**Type:** `int` + +**Value:** `24` + +Specifies that the data should be decoded with VIN (Vehicle Identification Number) barcode specification. + diff --git a/english/python-java/aspose_barcode.recognition/decodetype/all_supported_types/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/all_supported_types/_index.md deleted file mode 100644 index 30fe26597..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/all_supported_types/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.ALL_SUPPORTED_TYPES" -linktitle: "ALL_SUPPORTED_TYPES" -articleTitle: "ALL_SUPPORTED_TYPES" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that data will be checked with all available symbologies." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/all_supported_types/ ---- - -## DecodeType.ALL_SUPPORTED_TYPES - -**Type:** `int` - - -**Value:** `99` - - -Specifies that data will be checked with all available symbologies. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/australia_post/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/australia_post/_index.md deleted file mode 100644 index 3a17e09c3..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/australia_post/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.AUSTRALIA_POST" -linktitle: "AUSTRALIA_POST" -articleTitle: "AUSTRALIA_POST" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with Australia Post barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/australia_post/ ---- - -## DecodeType.AUSTRALIA_POST - -**Type:** `int` - - -**Value:** `37` - - -Specifies that the data should be decoded with Australia Post barcode specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/australian_poste_parcel/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/australian_poste_parcel/_index.md deleted file mode 100644 index e51376bd0..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/australian_poste_parcel/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.AUSTRALIAN_POSTE_PARCEL" -linktitle: "AUSTRALIAN_POSTE_PARCEL" -articleTitle: "AUSTRALIAN_POSTE_PARCEL" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with Australian Post Domestic eParcel Barcode barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/australian_poste_parcel/ ---- - -## DecodeType.AUSTRALIAN_POSTE_PARCEL - -**Type:** `int` - - -**Value:** `50` - - -Specifies that the data should be decoded with Australian Post Domestic eParcel Barcode barcode specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/aztec/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/aztec/_index.md deleted file mode 100644 index b9a08d13c..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/aztec/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.AZTEC" -linktitle: "AZTEC" -articleTitle: "AZTEC" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with Aztec barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/aztec/ ---- - -## DecodeType.AZTEC - -**Type:** `int` - - -**Value:** `33` - - -Specifies that the data should be decoded with Aztec barcode specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/codabar/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/codabar/_index.md deleted file mode 100644 index 3711bbf57..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/codabar/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.CODABAR" -linktitle: "CODABAR" -articleTitle: "CODABAR" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with CODABAR barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/codabar/ ---- - -## DecodeType.CODABAR - -**Type:** `int` - - -**Value:** `0` - - -Specifies that the data should be decoded with CODABAR barcode specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/codablock_f/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/codablock_f/_index.md deleted file mode 100644 index 3de263ada..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/codablock_f/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.CODABLOCK_F" -linktitle: "CODABLOCK_F" -articleTitle: "CODABLOCK_F" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with CodablockF barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/codablock_f/ ---- - -## DecodeType.CODABLOCK_F - -**Type:** `int` - - -**Value:** `65` - - -Specifies that the data should be decoded with CodablockF barcode specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/code_11/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/code_11/_index.md deleted file mode 100644 index 92266110b..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/code_11/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.CODE_11" -linktitle: "CODE_11" -articleTitle: "CODE_11" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with CODE 11 barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/code_11/ ---- - -## DecodeType.CODE_11 - -**Type:** `int` - - -**Value:** `1` - - -Specifies that the data should be decoded with CODE 11 barcode specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/code_128/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/code_128/_index.md deleted file mode 100644 index b00086bbd..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/code_128/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.CODE_128" -linktitle: "CODE_128" -articleTitle: "CODE_128" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with CODE 128 barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/code_128/ ---- - -## DecodeType.CODE_128 - -**Type:** `int` - - -**Value:** `6` - - -Specifies that the data should be decoded with CODE 128 barcode specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/code_16_k/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/code_16_k/_index.md deleted file mode 100644 index 324c846fe..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/code_16_k/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.CODE_16_K" -linktitle: "CODE_16_K" -articleTitle: "CODE_16_K" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with SCode16K barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/code_16_k/ ---- - -## DecodeType.CODE_16_K - -**Type:** `int` - - -**Value:** `52` - - -Specifies that the data should be decoded with SCode16K barcode specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/code_32/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/code_32/_index.md deleted file mode 100644 index c60f3accd..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/code_32/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.CODE_32" -linktitle: "CODE_32" -articleTitle: "CODE_32" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with Code32 blank specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/code_32/ ---- - -## DecodeType.CODE_32 - -**Type:** `int` - - -**Value:** `61` - - -Specifies that the data should be decoded with Code32 blank specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/code_39/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/code_39/_index.md deleted file mode 100644 index 963b6058c..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/code_39/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.CODE_39" -linktitle: "CODE_39" -articleTitle: "CODE_39" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with Code 39 basic charset barcode specification: ISO/IEC 16388." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/code_39/ ---- - -## DecodeType.CODE_39 - -**Type:** `int` - - -**Value:** `2` - - -Specifies that the data should be decoded with Code 39 basic charset barcode specification: ISO/IEC 16388. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/code_39_full_ascii/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/code_39_full_ascii/_index.md deleted file mode 100644 index a0e86a1c0..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/code_39_full_ascii/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.CODE_39_FULL_ASCII" -linktitle: "CODE_39_FULL_ASCII" -articleTitle: "CODE_39_FULL_ASCII" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with Code 39 full ASCII charset barcode specification: ISO/IEC 16388." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/code_39_full_ascii/ ---- - -## DecodeType.CODE_39_FULL_ASCII - -**Type:** `int` - - -**Value:** `3` - - -Specifies that the data should be decoded with Code 39 full ASCII charset barcode specification: ISO/IEC 16388. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/code_93/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/code_93/_index.md deleted file mode 100644 index 3ea966187..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/code_93/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.CODE_93" -linktitle: "CODE_93" -articleTitle: "CODE_93" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with CODE 93 barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/code_93/ ---- - -## DecodeType.CODE_93 - -**Type:** `int` - - -**Value:** `5` - - -Specifies that the data should be decoded with CODE 93 barcode specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/compact_pdf_417/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/compact_pdf_417/_index.md deleted file mode 100644 index 78cccec4f..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/compact_pdf_417/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.COMPACT_PDF_417" -linktitle: "COMPACT_PDF_417" -articleTitle: "COMPACT_PDF_417" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with CompactPdf417 (Pdf417Truncated) barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/compact_pdf_417/ ---- - -## DecodeType.COMPACT_PDF_417 - -**Type:** `int` - - -**Value:** `57` - - -Specifies that the data should be decoded with CompactPdf417 (Pdf417Truncated) barcode specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/contains_any/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/contains_any/_index.md deleted file mode 100644 index eec558099..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/contains_any/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: "DecodeType.contains_any" -linktitle: "contains_any" -articleTitle: "contains_any" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/contains_any/ ---- - -## DecodeType.contains_any - -```python -contains_any(decode_type, decode_types) -> bool -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `decode_type` | `` | | -| `decode_types` | `` | | - -**Return Type:** `bool` - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/data_logic_2_of_5/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/data_logic_2_of_5/_index.md deleted file mode 100644 index c65481d9b..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/data_logic_2_of_5/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.DATA_LOGIC_2_OF_5" -linktitle: "DATA_LOGIC_2_OF_5" -articleTitle: "DATA_LOGIC_2_OF_5" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with DataLogic 2 of 5 blank specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/data_logic_2_of_5/ ---- - -## DecodeType.DATA_LOGIC_2_OF_5 - -**Type:** `int` - - -**Value:** `62` - - -Specifies that the data should be decoded with DataLogic 2 of 5 blank specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/data_matrix/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/data_matrix/_index.md deleted file mode 100644 index 04ac1c77a..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/data_matrix/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.DATA_MATRIX" -linktitle: "DATA_MATRIX" -articleTitle: "DATA_MATRIX" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with DataMatrix barcode symbology." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/data_matrix/ ---- - -## DecodeType.DATA_MATRIX - -**Type:** `int` - - -**Value:** `30` - - -Specifies that the data should be decoded with DataMatrix barcode symbology. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/databar_expanded/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/databar_expanded/_index.md deleted file mode 100644 index 30f631eb1..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/databar_expanded/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.DATABAR_EXPANDED" -linktitle: "DATABAR_EXPANDED" -articleTitle: "DATABAR_EXPANDED" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with GS1 DATABAR expanded barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/databar_expanded/ ---- - -## DecodeType.DATABAR_EXPANDED - -**Type:** `int` - - -**Value:** `45` - - -Specifies that the data should be decoded with GS1 DATABAR expanded barcode specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/databar_expanded_stacked/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/databar_expanded_stacked/_index.md deleted file mode 100644 index 3f89e2513..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/databar_expanded_stacked/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.DATABAR_EXPANDED_STACKED" -linktitle: "DATABAR_EXPANDED_STACKED" -articleTitle: "DATABAR_EXPANDED_STACKED" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with GS1 DATABAR expanded stacked barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/databar_expanded_stacked/ ---- - -## DecodeType.DATABAR_EXPANDED_STACKED - -**Type:** `int` - - -**Value:** `55` - - -Specifies that the data should be decoded with GS1 DATABAR expanded stacked barcode specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/databar_limited/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/databar_limited/_index.md deleted file mode 100644 index 7687ca0e4..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/databar_limited/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.DATABAR_LIMITED" -linktitle: "DATABAR_LIMITED" -articleTitle: "DATABAR_LIMITED" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with GS1 DATABAR limited barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/databar_limited/ ---- - -## DecodeType.DATABAR_LIMITED - -**Type:** `int` - - -**Value:** `44` - - -Specifies that the data should be decoded with GS1 DATABAR limited barcode specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/databar_omni_directional/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/databar_omni_directional/_index.md deleted file mode 100644 index d8fb5bea0..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/databar_omni_directional/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.DATABAR_OMNI_DIRECTIONAL" -linktitle: "DATABAR_OMNI_DIRECTIONAL" -articleTitle: "DATABAR_OMNI_DIRECTIONAL" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with GS1 DATABAR omni-directional barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/databar_omni_directional/ ---- - -## DecodeType.DATABAR_OMNI_DIRECTIONAL - -**Type:** `int` - - -**Value:** `42` - - -Specifies that the data should be decoded with GS1 DATABAR omni-directional barcode specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/databar_stacked/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/databar_stacked/_index.md deleted file mode 100644 index 076104304..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/databar_stacked/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.DATABAR_STACKED" -linktitle: "DATABAR_STACKED" -articleTitle: "DATABAR_STACKED" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with GS1 DATABAR stacked barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/databar_stacked/ ---- - -## DecodeType.DATABAR_STACKED - -**Type:** `int` - - -**Value:** `54` - - -Specifies that the data should be decoded with GS1 DATABAR stacked barcode specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/databar_stacked_omni_directional/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/databar_stacked_omni_directional/_index.md deleted file mode 100644 index cf08e694b..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/databar_stacked_omni_directional/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.DATABAR_STACKED_OMNI_DIRECTIONAL" -linktitle: "DATABAR_STACKED_OMNI_DIRECTIONAL" -articleTitle: "DATABAR_STACKED_OMNI_DIRECTIONAL" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with GS1 DATABAR stacked omni-directional barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/databar_stacked_omni_directional/ ---- - -## DecodeType.DATABAR_STACKED_OMNI_DIRECTIONAL - -**Type:** `int` - - -**Value:** `53` - - -Specifies that the data should be decoded with GS1 DATABAR stacked omni-directional barcode specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/databar_truncated/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/databar_truncated/_index.md deleted file mode 100644 index f3041bf73..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/databar_truncated/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.DATABAR_TRUNCATED" -linktitle: "DATABAR_TRUNCATED" -articleTitle: "DATABAR_TRUNCATED" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with GS1 DATABAR truncated barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/databar_truncated/ ---- - -## DecodeType.DATABAR_TRUNCATED - -**Type:** `int` - - -**Value:** `43` - - -Specifies that the data should be decoded with GS1 DATABAR truncated barcode specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/deutsche_post_identcode/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/deutsche_post_identcode/_index.md deleted file mode 100644 index 316bbadf6..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/deutsche_post_identcode/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.DEUTSCHE_POST_IDENTCODE" -linktitle: "DEUTSCHE_POST_IDENTCODE" -articleTitle: "DEUTSCHE_POST_IDENTCODE" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with DeutschePost Ident code barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/deutsche_post_identcode/ ---- - -## DecodeType.DEUTSCHE_POST_IDENTCODE - -**Type:** `int` - - -**Value:** `25` - - -Specifies that the data should be decoded with DeutschePost Ident code barcode specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/deutsche_post_leitcode/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/deutsche_post_leitcode/_index.md deleted file mode 100644 index b9b4452f6..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/deutsche_post_leitcode/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.DEUTSCHE_POST_LEITCODE" -linktitle: "DEUTSCHE_POST_LEITCODE" -articleTitle: "DEUTSCHE_POST_LEITCODE" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with DeutschePost Leit code barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/deutsche_post_leitcode/ ---- - -## DecodeType.DEUTSCHE_POST_LEITCODE - -**Type:** `int` - - -**Value:** `26` - - -Specifies that the data should be decoded with DeutschePost Leit code barcode specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/dot_code/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/dot_code/_index.md deleted file mode 100644 index 69f952cd1..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/dot_code/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.DOT_CODE" -linktitle: "DOT_CODE" -articleTitle: "DOT_CODE" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with DotCode blank specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/dot_code/ ---- - -## DecodeType.DOT_CODE - -**Type:** `int` - - -**Value:** `63` - - -Specifies that the data should be decoded with DotCode blank specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/dutch_kix/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/dutch_kix/_index.md deleted file mode 100644 index 9cbc8bace..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/dutch_kix/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.DUTCH_KIX" -linktitle: "DUTCH_KIX" -articleTitle: "DUTCH_KIX" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with DotCode blank specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/dutch_kix/ ---- - -## DecodeType.DUTCH_KIX - -**Type:** `int` - - -**Value:** `64` - - -Specifies that the data should be decoded with DotCode blank specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/ean_13/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/ean_13/_index.md deleted file mode 100644 index f1c4c1362..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/ean_13/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.EAN_13" -linktitle: "EAN_13" -articleTitle: "EAN_13" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with EAN-13 barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/ean_13/ ---- - -## DecodeType.EAN_13 - -**Type:** `int` - - -**Value:** `9` - - -Specifies that the data should be decoded with EAN-13 barcode specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/ean_14/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/ean_14/_index.md deleted file mode 100644 index 16980990a..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/ean_14/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.EAN_14" -linktitle: "EAN_14" -articleTitle: "EAN_14" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with EAN14 barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/ean_14/ ---- - -## DecodeType.EAN_14 - -**Type:** `int` - - -**Value:** `10` - - -Specifies that the data should be decoded with EAN14 barcode specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/ean_8/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/ean_8/_index.md deleted file mode 100644 index cb028bfdb..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/ean_8/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.EAN_8" -linktitle: "EAN_8" -articleTitle: "EAN_8" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with EAN-8 barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/ean_8/ ---- - -## DecodeType.EAN_8 - -**Type:** `int` - - -**Value:** `8` - - -Specifies that the data should be decoded with EAN-8 barcode specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/gs_1_aztec/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/gs_1_aztec/_index.md deleted file mode 100644 index b41d89bdf..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/gs_1_aztec/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.GS_1_AZTEC" -linktitle: "GS_1_AZTEC" -articleTitle: "GS_1_AZTEC" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with GS1 Aztec barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/gs_1_aztec/ ---- - -## DecodeType.GS_1_AZTEC - -**Type:** `int` - - -**Value:** `81` - - -Specifies that the data should be decoded with GS1 Aztec barcode specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/gs_1_code_128/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/gs_1_code_128/_index.md deleted file mode 100644 index fc1f5e6e5..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/gs_1_code_128/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.GS_1_CODE_128" -linktitle: "GS_1_CODE_128" -articleTitle: "GS_1_CODE_128" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with GS1 CODE 128 barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/gs_1_code_128/ ---- - -## DecodeType.GS_1_CODE_128 - -**Type:** `int` - - -**Value:** `7` - - -Specifies that the data should be decoded with GS1 CODE 128 barcode specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/gs_1_composite_bar/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/gs_1_composite_bar/_index.md deleted file mode 100644 index 800cf0af0..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/gs_1_composite_bar/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.GS_1_COMPOSITE_BAR" -linktitle: "GS_1_COMPOSITE_BAR" -articleTitle: "GS_1_COMPOSITE_BAR" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with GS1 Composite Bar barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/gs_1_composite_bar/ ---- - -## DecodeType.GS_1_COMPOSITE_BAR - -**Type:** `int` - - -**Value:** `80` - - -Specifies that the data should be decoded with GS1 Composite Bar barcode specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/gs_1_data_matrix/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/gs_1_data_matrix/_index.md deleted file mode 100644 index 7d083aeab..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/gs_1_data_matrix/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.GS_1_DATA_MATRIX" -linktitle: "GS_1_DATA_MATRIX" -articleTitle: "GS_1_DATA_MATRIX" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with GS1DataMatrix barcode symbology." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/gs_1_data_matrix/ ---- - -## DecodeType.GS_1_DATA_MATRIX - -**Type:** `int` - - -**Value:** `31` - - -Specifies that the data should be decoded with GS1DataMatrix barcode symbology. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/gs_1_dot_code/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/gs_1_dot_code/_index.md deleted file mode 100644 index a82632606..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/gs_1_dot_code/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.GS_1_DOT_CODE" -linktitle: "GS_1_DOT_CODE" -articleTitle: "GS_1_DOT_CODE" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with GS1 DotCode blank specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/gs_1_dot_code/ ---- - -## DecodeType.GS_1_DOT_CODE - -**Type:** `int` - - -**Value:** `77` - - -Specifies that the data should be decoded with GS1 DotCode blank specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/gs_1_han_xin/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/gs_1_han_xin/_index.md deleted file mode 100644 index b8c7419ee..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/gs_1_han_xin/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.GS_1_HAN_XIN" -linktitle: "GS_1_HAN_XIN" -articleTitle: "GS_1_HAN_XIN" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with Han Xin Code blank specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/gs_1_han_xin/ ---- - -## DecodeType.GS_1_HAN_XIN - -**Type:** `int` - - -**Value:** `79` - - -Specifies that the data should be decoded with Han Xin Code blank specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/gs_1_micro_pdf_417/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/gs_1_micro_pdf_417/_index.md deleted file mode 100644 index f38e41ad0..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/gs_1_micro_pdf_417/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.GS_1_MICRO_PDF_417" -linktitle: "GS_1_MICRO_PDF_417" -articleTitle: "GS_1_MICRO_PDF_417" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with MicroPdf417 barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/gs_1_micro_pdf_417/ ---- - -## DecodeType.GS_1_MICRO_PDF_417 - -**Type:** `int` - - -**Value:** `82` - - -Specifies that the data should be decoded with MicroPdf417 barcode specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/gs_1_qr/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/gs_1_qr/_index.md deleted file mode 100644 index 180d8aab0..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/gs_1_qr/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.GS_1_QR" -linktitle: "GS_1_QR" -articleTitle: "GS_1_QR" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with GS1 QR barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/gs_1_qr/ ---- - -## DecodeType.GS_1_QR - -**Type:** `int` - - -**Value:** `58` - - -Specifies that the data should be decoded with GS1 QR barcode specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/han_xin/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/han_xin/_index.md deleted file mode 100644 index fa9c64f59..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/han_xin/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.HAN_XIN" -linktitle: "HAN_XIN" -articleTitle: "HAN_XIN" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with Han Xin Code blank specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/han_xin/ ---- - -## DecodeType.HAN_XIN - -**Type:** `int` - - -**Value:** `78` - - -Specifies that the data should be decoded with Han Xin Code blank specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/hibc_aztec_lic/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/hibc_aztec_lic/_index.md deleted file mode 100644 index e51199776..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/hibc_aztec_lic/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.HIBC_AZTEC_LIC" -linktitle: "HIBC_AZTEC_LIC" -articleTitle: "HIBC_AZTEC_LIC" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with HIBC LIC Aztec blank specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/hibc_aztec_lic/ ---- - -## DecodeType.HIBC_AZTEC_LIC - -**Type:** `int` - - -**Value:** `69` - - -Specifies that the data should be decoded with HIBC LIC Aztec blank specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/hibc_aztec_pas/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/hibc_aztec_pas/_index.md deleted file mode 100644 index acc28ee82..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/hibc_aztec_pas/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.HIBC_AZTEC_PAS" -linktitle: "HIBC_AZTEC_PAS" -articleTitle: "HIBC_AZTEC_PAS" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with HIBC PAS Aztec blank specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/hibc_aztec_pas/ ---- - -## DecodeType.HIBC_AZTEC_PAS - -**Type:** `int` - - -**Value:** `74` - - -Specifies that the data should be decoded with HIBC PAS Aztec blank specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/hibc_code_128_lic/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/hibc_code_128_lic/_index.md deleted file mode 100644 index 67f6dacf3..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/hibc_code_128_lic/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.HIBC_CODE_128_LIC" -linktitle: "HIBC_CODE_128_LIC" -articleTitle: "HIBC_CODE_128_LIC" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with HIBC LIC Code128 blank specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/hibc_code_128_lic/ ---- - -## DecodeType.HIBC_CODE_128_LIC - -**Type:** `int` - - -**Value:** `68` - - -Specifies that the data should be decoded with HIBC LIC Code128 blank specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/hibc_code_128_pas/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/hibc_code_128_pas/_index.md deleted file mode 100644 index 314a7ec6a..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/hibc_code_128_pas/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.HIBC_CODE_128_PAS" -linktitle: "HIBC_CODE_128_PAS" -articleTitle: "HIBC_CODE_128_PAS" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with HIBC PAS Code128 blank specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/hibc_code_128_pas/ ---- - -## DecodeType.HIBC_CODE_128_PAS - -**Type:** `int` - - -**Value:** `73` - - -Specifies that the data should be decoded with HIBC PAS Code128 blank specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/hibc_code_39_lic/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/hibc_code_39_lic/_index.md deleted file mode 100644 index 9cb09642d..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/hibc_code_39_lic/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.HIBC_CODE_39_LIC" -linktitle: "HIBC_CODE_39_LIC" -articleTitle: "HIBC_CODE_39_LIC" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with HIBC LIC Code39 blank specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/hibc_code_39_lic/ ---- - -## DecodeType.HIBC_CODE_39_LIC - -**Type:** `int` - - -**Value:** `67` - - -Specifies that the data should be decoded with HIBC LIC Code39 blank specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/hibc_code_39_pas/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/hibc_code_39_pas/_index.md deleted file mode 100644 index fd521afb8..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/hibc_code_39_pas/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.HIBC_CODE_39_PAS" -linktitle: "HIBC_CODE_39_PAS" -articleTitle: "HIBC_CODE_39_PAS" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with HIBC PAS Code39 blank specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/hibc_code_39_pas/ ---- - -## DecodeType.HIBC_CODE_39_PAS - -**Type:** `int` - - -**Value:** `72` - - -Specifies that the data should be decoded with HIBC PAS Code39 blank specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/hibc_data_matrix_lic/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/hibc_data_matrix_lic/_index.md deleted file mode 100644 index d4b272e37..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/hibc_data_matrix_lic/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.HIBC_DATA_MATRIX_LIC" -linktitle: "HIBC_DATA_MATRIX_LIC" -articleTitle: "HIBC_DATA_MATRIX_LIC" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with HIBC LIC DataMatrix blank specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/hibc_data_matrix_lic/ ---- - -## DecodeType.HIBC_DATA_MATRIX_LIC - -**Type:** `int` - - -**Value:** `70` - - -Specifies that the data should be decoded with HIBC LIC DataMatrix blank specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/hibc_data_matrix_pas/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/hibc_data_matrix_pas/_index.md deleted file mode 100644 index 5e9a9a7ca..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/hibc_data_matrix_pas/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.HIBC_DATA_MATRIX_PAS" -linktitle: "HIBC_DATA_MATRIX_PAS" -articleTitle: "HIBC_DATA_MATRIX_PAS" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with HIBC PAS DataMatrix blank specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/hibc_data_matrix_pas/ ---- - -## DecodeType.HIBC_DATA_MATRIX_PAS - -**Type:** `int` - - -**Value:** `75` - - -Specifies that the data should be decoded with HIBC PAS DataMatrix blank specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/hibcqrlic/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/hibcqrlic/_index.md deleted file mode 100644 index 73be81d7a..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/hibcqrlic/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.HIBCQRLIC" -linktitle: "HIBCQRLIC" -articleTitle: "HIBCQRLIC" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with HIBC LIC QR blank specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/hibcqrlic/ ---- - -## DecodeType.HIBCQRLIC - -**Type:** `int` - - -**Value:** `71` - - -Specifies that the data should be decoded with HIBC LIC QR blank specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/hibcqrpas/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/hibcqrpas/_index.md deleted file mode 100644 index c746fb4f1..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/hibcqrpas/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.HIBCQRPAS" -linktitle: "HIBCQRPAS" -articleTitle: "HIBCQRPAS" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with HIBC PAS QR blank specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/hibcqrpas/ ---- - -## DecodeType.HIBCQRPAS - -**Type:** `int` - - -**Value:** `76` - - -Specifies that the data should be decoded with HIBC PAS QR blank specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/iata_2_of_5/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/iata_2_of_5/_index.md deleted file mode 100644 index c7d6b2b03..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/iata_2_of_5/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.IATA_2_OF_5" -linktitle: "IATA_2_OF_5" -articleTitle: "IATA_2_OF_5" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with IATA 2 of 5 barcode specification. IATA (International Air Transport Association) uses this barcode for the manag" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/iata_2_of_5/ ---- - -## DecodeType.IATA_2_OF_5 - -**Type:** `int` - - -**Value:** `20` - - -Specifies that the data should be decoded with IATA 2 of 5 barcode specification. IATA (International Air Transport Association) uses this barcode for the management of air cargo. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/interleaved_2_of_5/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/interleaved_2_of_5/_index.md deleted file mode 100644 index 5709ecd93..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/interleaved_2_of_5/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.INTERLEAVED_2_OF_5" -linktitle: "INTERLEAVED_2_OF_5" -articleTitle: "INTERLEAVED_2_OF_5" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with INTERLEAVED 2 of 5 barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/interleaved_2_of_5/ ---- - -## DecodeType.INTERLEAVED_2_OF_5 - -**Type:** `int` - - -**Value:** `17` - - -Specifies that the data should be decoded with INTERLEAVED 2 of 5 barcode specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/is_1d/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/is_1d/_index.md deleted file mode 100644 index 2ee07da02..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/is_1d/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "DecodeType.is_1d" -linktitle: "is_1d" -articleTitle: "is_1d" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/is_1d/ ---- - -## DecodeType.is_1d - -```python -is_1d(DecodeType symbology) -> bool -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `symbology` | `DecodeType` | | - -**Return Type:** `bool` - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/is_2d/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/is_2d/_index.md deleted file mode 100644 index 234494c4e..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/is_2d/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "DecodeType.is_2d" -linktitle: "is_2d" -articleTitle: "is_2d" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/is_2d/ ---- - -## DecodeType.is_2d - -```python -is_2d(DecodeType symbology) -> bool -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `symbology` | `DecodeType` | | - -**Return Type:** `bool` - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/is_postal/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/is_postal/_index.md deleted file mode 100644 index 7acd294ff..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/is_postal/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "DecodeType.is_postal" -linktitle: "is_postal" -articleTitle: "is_postal" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/is_postal/ ---- - -## DecodeType.is_postal - -```python -is_postal(DecodeType symbology) -> bool -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `symbology` | `DecodeType` | | - -**Return Type:** `bool` - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/isbn/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/isbn/_index.md deleted file mode 100644 index beac1ae2f..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/isbn/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.ISBN" -linktitle: "ISBN" -articleTitle: "ISBN" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with ISBN barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/isbn/ ---- - -## DecodeType.ISBN - -**Type:** `int` - - -**Value:** `15` - - -Specifies that the data should be decoded with ISBN barcode specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/ismn/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/ismn/_index.md deleted file mode 100644 index 479b61d7c..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/ismn/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.ISMN" -linktitle: "ISMN" -articleTitle: "ISMN" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with ISMN barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/ismn/ ---- - -## DecodeType.ISMN - -**Type:** `int` - - -**Value:** `48` - - -Specifies that the data should be decoded with ISMN barcode specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/issn/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/issn/_index.md deleted file mode 100644 index 957719923..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/issn/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.ISSN" -linktitle: "ISSN" -articleTitle: "ISSN" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with ISSN barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/issn/ ---- - -## DecodeType.ISSN - -**Type:** `int` - - -**Value:** `47` - - -Specifies that the data should be decoded with ISSN barcode specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/italian_post_25/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/italian_post_25/_index.md deleted file mode 100644 index 47c64e0b0..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/italian_post_25/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.ITALIAN_POST_25" -linktitle: "ITALIAN_POST_25" -articleTitle: "ITALIAN_POST_25" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with Italian Post 25 barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/italian_post_25/ ---- - -## DecodeType.ITALIAN_POST_25 - -**Type:** `int` - - -**Value:** `19` - - -Specifies that the data should be decoded with Italian Post 25 barcode specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/itf_14/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/itf_14/_index.md deleted file mode 100644 index 29c8454f4..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/itf_14/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.ITF_14" -linktitle: "ITF_14" -articleTitle: "ITF_14" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with ITF14 barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/itf_14/ ---- - -## DecodeType.ITF_14 - -**Type:** `int` - - -**Value:** `21` - - -Specifies that the data should be decoded with ITF14 barcode specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/itf_6/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/itf_6/_index.md deleted file mode 100644 index 583decfa4..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/itf_6/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.ITF_6" -linktitle: "ITF_6" -articleTitle: "ITF_6" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with ITF6 barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/itf_6/ ---- - -## DecodeType.ITF_6 - -**Type:** `int` - - -**Value:** `22` - - -Specifies that the data should be decoded with ITF6 barcode specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/macro_pdf_417/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/macro_pdf_417/_index.md deleted file mode 100644 index 884ae6a4d..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/macro_pdf_417/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.MACRO_PDF_417" -linktitle: "MACRO_PDF_417" -articleTitle: "MACRO_PDF_417" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with MacroPdf417 barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/macro_pdf_417/ ---- - -## DecodeType.MACRO_PDF_417 - -**Type:** `int` - - -**Value:** `35` - - -Specifies that the data should be decoded with MacroPdf417 barcode specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/mailmark/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/mailmark/_index.md deleted file mode 100644 index 7cb851575..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/mailmark/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.MAILMARK" -linktitle: "MAILMARK" -articleTitle: "MAILMARK" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with Royal Mail Mailmark barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/mailmark/ ---- - -## DecodeType.MAILMARK - -**Type:** `int` - - -**Value:** `66` - - -Specifies that the data should be decoded with Royal Mail Mailmark barcode specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/matrix_2_of_5/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/matrix_2_of_5/_index.md deleted file mode 100644 index 0314d0778..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/matrix_2_of_5/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.MATRIX_2_OF_5" -linktitle: "MATRIX_2_OF_5" -articleTitle: "MATRIX_2_OF_5" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with Matrix 2 of 5 barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/matrix_2_of_5/ ---- - -## DecodeType.MATRIX_2_OF_5 - -**Type:** `int` - - -**Value:** `18` - - -Specifies that the data should be decoded with Matrix 2 of 5 barcode specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/maxi_code/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/maxi_code/_index.md deleted file mode 100644 index 612a7303c..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/maxi_code/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.MAXI_CODE" -linktitle: "MAXI_CODE" -articleTitle: "MAXI_CODE" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with MaxiCode barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/maxi_code/ ---- - -## DecodeType.MAXI_CODE - -**Type:** `int` - - -**Value:** `59` - - -Specifies that the data should be decoded with MaxiCode barcode specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/micr_e_13_b/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/micr_e_13_b/_index.md deleted file mode 100644 index 6cf764c9e..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/micr_e_13_b/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.MICR_E_13_B" -linktitle: "MICR_E_13_B" -articleTitle: "MICR_E_13_B" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with MICR E-13B blank specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/micr_e_13_b/ ---- - -## DecodeType.MICR_E_13_B - -**Type:** `int` - - -**Value:** `60` - - -Specifies that the data should be decoded with MICR E-13B blank specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/micro_pdf_417/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/micro_pdf_417/_index.md deleted file mode 100644 index 794b9e87f..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/micro_pdf_417/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.MICRO_PDF_417" -linktitle: "MICRO_PDF_417" -articleTitle: "MICRO_PDF_417" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with MicroPdf417 barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/micro_pdf_417/ ---- - -## DecodeType.MICRO_PDF_417 - -**Type:** `int` - - -**Value:** `36` - - -Specifies that the data should be decoded with MicroPdf417 barcode specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/micro_qr/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/micro_qr/_index.md deleted file mode 100644 index b7e652335..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/micro_qr/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.MICRO_QR" -linktitle: "MICRO_QR" -articleTitle: "MICRO_QR" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with MicroQR Code barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/micro_qr/ ---- - -## DecodeType.MICRO_QR - -**Type:** `int` - - -**Value:** `56` - - -Specifies that the data should be decoded with MicroQR Code barcode specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/most_common_types/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/most_common_types/_index.md deleted file mode 100644 index 839839f0f..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/most_common_types/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.MOST_COMMON_TYPES" -linktitle: "MOST_COMMON_TYPES" -articleTitle: "MOST_COMMON_TYPES" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that data will be checked with most commonly used symbologies." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/most_common_types/ ---- - -## DecodeType.MOST_COMMON_TYPES - -**Type:** `int` - - -**Value:** `96` - - -Specifies that data will be checked with most commonly used symbologies. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/msi/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/msi/_index.md deleted file mode 100644 index e57ba0642..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/msi/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.MSI" -linktitle: "MSI" -articleTitle: "MSI" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with MSI Plessey barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/msi/ ---- - -## DecodeType.MSI - -**Type:** `int` - - -**Value:** `23` - - -Specifies that the data should be decoded with MSI Plessey barcode specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/none/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/none/_index.md deleted file mode 100644 index 5b30a6723..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/none/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.NONE" -linktitle: "NONE" -articleTitle: "NONE" -second_title: "Aspose.BarCode for Python via Java" -description: "Unspecified decode type." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/none/ ---- - -## DecodeType.NONE - -**Type:** `int` - - -**Value:** `-1` - - -Unspecified decode type. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/one_code/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/one_code/_index.md deleted file mode 100644 index 456e9ba08..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/one_code/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.ONE_CODE" -linktitle: "ONE_CODE" -articleTitle: "ONE_CODE" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with USPS OneCode barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/one_code/ ---- - -## DecodeType.ONE_CODE - -**Type:** `int` - - -**Value:** `40` - - -Specifies that the data should be decoded with USPS OneCode barcode specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/opc/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/opc/_index.md deleted file mode 100644 index c59ed0f0c..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/opc/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.OPC" -linktitle: "OPC" -articleTitle: "OPC" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with OPC barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/opc/ ---- - -## DecodeType.OPC - -**Type:** `int` - - -**Value:** `27` - - -Specifies that the data should be decoded with OPC barcode specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/patch_code/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/patch_code/_index.md deleted file mode 100644 index 63a233574..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/patch_code/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.PATCH_CODE" -linktitle: "PATCH_CODE" -articleTitle: "PATCH_CODE" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with Patch code barcode specification. Barcode symbology is used for automated scanning" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/patch_code/ ---- - -## DecodeType.PATCH_CODE - -**Type:** `int` - - -**Value:** `46` - - -Specifies that the data should be decoded with Patch code barcode specification. Barcode symbology is used for automated scanning - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/pdf_417/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/pdf_417/_index.md deleted file mode 100644 index f9fe04f70..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/pdf_417/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.PDF_417" -linktitle: "PDF_417" -articleTitle: "PDF_417" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with Pdf417 barcode symbology." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/pdf_417/ ---- - -## DecodeType.PDF_417 - -**Type:** `int` - - -**Value:** `34` - - -Specifies that the data should be decoded with Pdf417 barcode symbology. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/pharmacode/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/pharmacode/_index.md deleted file mode 100644 index 0d86698f7..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/pharmacode/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.PHARMACODE" -linktitle: "PHARMACODE" -articleTitle: "PHARMACODE" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with Pharmacode barcode. This symbology is also known as Pharmaceutical BINARY Code" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/pharmacode/ ---- - -## DecodeType.PHARMACODE - -**Type:** `int` - - -**Value:** `29` - - -Specifies that the data should be decoded with Pharmacode barcode. This symbology is also known as Pharmaceutical BINARY Code - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/planet/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/planet/_index.md deleted file mode 100644 index 2a0e79085..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/planet/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.PLANET" -linktitle: "PLANET" -articleTitle: "PLANET" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with Planet barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/planet/ ---- - -## DecodeType.PLANET - -**Type:** `int` - - -**Value:** `39` - - -Specifies that the data should be decoded with Planet barcode specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/postal_types/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/postal_types/_index.md deleted file mode 100644 index 9c953ad7f..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/postal_types/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.POSTAL_TYPES" -linktitle: "POSTAL_TYPES" -articleTitle: "POSTAL_TYPES" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that data will be checked with all of 1.5D POSTAL barcode symbologies, like Planet, Postnet, AustraliaPost, OneCode, RM4SCC, DutchKIX." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/postal_types/ ---- - -## DecodeType.POSTAL_TYPES - -**Type:** `int` - - -**Value:** `95` - - -Specifies that data will be checked with all of 1.5D POSTAL barcode symbologies, like Planet, Postnet, AustraliaPost, OneCode, RM4SCC, DutchKIX. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/postnet/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/postnet/_index.md deleted file mode 100644 index aa5c1e373..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/postnet/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.POSTNET" -linktitle: "POSTNET" -articleTitle: "POSTNET" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with Postnet barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/postnet/ ---- - -## DecodeType.POSTNET - -**Type:** `int` - - -**Value:** `38` - - -Specifies that the data should be decoded with Postnet barcode specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/pzn/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/pzn/_index.md deleted file mode 100644 index bd8db4dbc..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/pzn/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.PZN" -linktitle: "PZN" -articleTitle: "PZN" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with PZN barcode specification. This symbology is also known as Pharma Zentral Nummer" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/pzn/ ---- - -## DecodeType.PZN - -**Type:** `int` - - -**Value:** `28` - - -Specifies that the data should be decoded with PZN barcode specification. This symbology is also known as Pharma Zentral Nummer - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/qr/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/qr/_index.md deleted file mode 100644 index 8f67e6dc4..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/qr/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.QR" -linktitle: "QR" -articleTitle: "QR" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with QR Code barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/qr/ ---- - -## DecodeType.QR - -**Type:** `int` - - -**Value:** `32` - - -Specifies that the data should be decoded with QR Code barcode specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/rect_micro_qr/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/rect_micro_qr/_index.md deleted file mode 100644 index 39ad498d0..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/rect_micro_qr/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.RECT_MICRO_QR" -linktitle: "RECT_MICRO_QR" -articleTitle: "RECT_MICRO_QR" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with RectMicroQR (rMQR) Code barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/rect_micro_qr/ ---- - -## DecodeType.RECT_MICRO_QR - -**Type:** `int` - - -**Value:** `83` - - -Specifies that the data should be decoded with RectMicroQR (rMQR) Code barcode specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/rm_4_scc/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/rm_4_scc/_index.md deleted file mode 100644 index 4b7d14c78..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/rm_4_scc/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.RM_4_SCC" -linktitle: "RM_4_SCC" -articleTitle: "RM_4_SCC" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with RM4SCC barcode specification. RM4SCC (Royal Mail 4-state Customer Code) is used for automated mail sort process i" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/rm_4_scc/ ---- - -## DecodeType.RM_4_SCC - -**Type:** `int` - - -**Value:** `41` - - -Specifies that the data should be decoded with RM4SCC barcode specification. RM4SCC (Royal Mail 4-state Customer Code) is used for automated mail sort process in UK. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/scc_14/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/scc_14/_index.md deleted file mode 100644 index f8d1cde57..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/scc_14/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.SCC_14" -linktitle: "SCC_14" -articleTitle: "SCC_14" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with SCC14 barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/scc_14/ ---- - -## DecodeType.SCC_14 - -**Type:** `int` - - -**Value:** `11` - - -Specifies that the data should be decoded with SCC14 barcode specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/sscc_18/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/sscc_18/_index.md deleted file mode 100644 index 2f97acd95..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/sscc_18/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.SSCC_18" -linktitle: "SSCC_18" -articleTitle: "SSCC_18" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with SSCC18 barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/sscc_18/ ---- - -## DecodeType.SSCC_18 - -**Type:** `int` - - -**Value:** `12` - - -Specifies that the data should be decoded with SSCC18 barcode specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/standard_2_of_5/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/standard_2_of_5/_index.md deleted file mode 100644 index 880821377..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/standard_2_of_5/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.STANDARD_2_OF_5" -linktitle: "STANDARD_2_OF_5" -articleTitle: "STANDARD_2_OF_5" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with Standard 2 of 5 barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/standard_2_of_5/ ---- - -## DecodeType.STANDARD_2_OF_5 - -**Type:** `int` - - -**Value:** `16` - - -Specifies that the data should be decoded with Standard 2 of 5 barcode specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/supplement/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/supplement/_index.md deleted file mode 100644 index 5cbc77cee..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/supplement/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.SUPPLEMENT" -linktitle: "SUPPLEMENT" -articleTitle: "SUPPLEMENT" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with Supplement(EAN2 EAN5) barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/supplement/ ---- - -## DecodeType.SUPPLEMENT - -**Type:** `int` - - -**Value:** `49` - - -Specifies that the data should be decoded with Supplement(EAN2 EAN5) barcode specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/swiss_post_parcel/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/swiss_post_parcel/_index.md deleted file mode 100644 index 5f4c7aa72..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/swiss_post_parcel/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.SWISS_POST_PARCEL" -linktitle: "SWISS_POST_PARCEL" -articleTitle: "SWISS_POST_PARCEL" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with Swiss Post Parcel Barcode barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/swiss_post_parcel/ ---- - -## DecodeType.SWISS_POST_PARCEL - -**Type:** `int` - - -**Value:** `51` - - -Specifies that the data should be decoded with Swiss Post Parcel Barcode barcode specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/types_1d/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/types_1d/_index.md deleted file mode 100644 index 1271e0207..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/types_1d/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.TYPES_1D" -linktitle: "TYPES_1D" -articleTitle: "TYPES_1D" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that data will be checked with all of 1D barcode symbologies." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/types_1d/ ---- - -## DecodeType.TYPES_1D - -**Type:** `int` - - -**Value:** `97` - - -Specifies that data will be checked with all of 1D barcode symbologies. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/types_2d/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/types_2d/_index.md deleted file mode 100644 index 470ea38b0..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/types_2d/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.TYPES_2D" -linktitle: "TYPES_2D" -articleTitle: "TYPES_2D" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that data will be checked with all of 2D barcode symbologies." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/types_2d/ ---- - -## DecodeType.TYPES_2D - -**Type:** `int` - - -**Value:** `98` - - -Specifies that data will be checked with all of 2D barcode symbologies. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/upca/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/upca/_index.md deleted file mode 100644 index a8c52ec3f..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/upca/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.UPCA" -linktitle: "UPCA" -articleTitle: "UPCA" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with UPC-A barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/upca/ ---- - -## DecodeType.UPCA - -**Type:** `int` - - -**Value:** `13` - - -Specifies that the data should be decoded with UPC-A barcode specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/upce/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/upce/_index.md deleted file mode 100644 index 374e9b134..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/upce/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.UPCE" -linktitle: "UPCE" -articleTitle: "UPCE" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with UPC-E barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/upce/ ---- - -## DecodeType.UPCE - -**Type:** `int` - - -**Value:** `14` - - -Specifies that the data should be decoded with UPC-E barcode specification. - diff --git a/english/python-java/aspose_barcode.recognition/decodetype/vin/_index.md b/english/python-java/aspose_barcode.recognition/decodetype/vin/_index.md deleted file mode 100644 index e205855bc..000000000 --- a/english/python-java/aspose_barcode.recognition/decodetype/vin/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DecodeType.VIN" -linktitle: "VIN" -articleTitle: "VIN" -second_title: "Aspose.BarCode for Python via Java" -description: "Specifies that the data should be decoded with VIN (Vehicle Identification Number) barcode specification." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/decodetype/vin/ ---- - -## DecodeType.VIN - -**Type:** `int` - - -**Value:** `24` - - -Specifies that the data should be decoded with VIN (Vehicle Identification Number) barcode specification. - diff --git a/english/python-java/aspose_barcode.recognition/deconvolutionmode/_index.md b/english/python-java/aspose_barcode.recognition/deconvolutionmode/_index.md index ed9e422c5..6929e0cc5 100644 --- a/english/python-java/aspose_barcode.recognition/deconvolutionmode/_index.md +++ b/english/python-java/aspose_barcode.recognition/deconvolutionmode/_index.md @@ -1,7 +1,6 @@ --- -title: "DeconvolutionMode Enum" +title: "DeconvolutionMode" linktitle: "DeconvolutionMode" -articleTitle: "DeconvolutionMode" second_title: "Aspose.BarCode for Python via Java" description: "Deconvolution (image restorations) mode which defines level of image degradation. Originally deconvolution is a function which can restore image degraded (convo" type: docs @@ -21,6 +20,30 @@ Deconvolution (image restorations) mode which defines level of image degradation | Name | Value | Description | | --- | --- | --- | -| [FAST](./fast/) | `0` | Enables fast deconvolution methods for high quality images. | -| [NORMAL](./normal/) | `1` | Enables normal deconvolution methods for common images. | -| [SLOW](./slow/) | `2` | Enables slow deconvolution methods for low quality images. | +| [FAST](#fast) | `0` | Enables fast deconvolution methods for high quality images. | +| [NORMAL](#normal) | `1` | Enables normal deconvolution methods for common images. | +| [SLOW](#slow) | `2` | Enables slow deconvolution methods for low quality images. | +### DeconvolutionMode.FAST {#fast} + +**Type:** `int` + +**Value:** `0` + +Enables fast deconvolution methods for high quality images. + +### DeconvolutionMode.NORMAL {#normal} + +**Type:** `int` + +**Value:** `1` + +Enables normal deconvolution methods for common images. + +### DeconvolutionMode.SLOW {#slow} + +**Type:** `int` + +**Value:** `2` + +Enables slow deconvolution methods for low quality images. + diff --git a/english/python-java/aspose_barcode.recognition/deconvolutionmode/fast/_index.md b/english/python-java/aspose_barcode.recognition/deconvolutionmode/fast/_index.md deleted file mode 100644 index 34ba63a5e..000000000 --- a/english/python-java/aspose_barcode.recognition/deconvolutionmode/fast/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DeconvolutionMode.FAST" -linktitle: "FAST" -articleTitle: "FAST" -second_title: "Aspose.BarCode for Python via Java" -description: "Enables fast deconvolution methods for high quality images." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/deconvolutionmode/fast/ ---- - -## DeconvolutionMode.FAST - -**Type:** `int` - - -**Value:** `0` - - -Enables fast deconvolution methods for high quality images. - diff --git a/english/python-java/aspose_barcode.recognition/deconvolutionmode/normal/_index.md b/english/python-java/aspose_barcode.recognition/deconvolutionmode/normal/_index.md deleted file mode 100644 index e2c98ad9c..000000000 --- a/english/python-java/aspose_barcode.recognition/deconvolutionmode/normal/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DeconvolutionMode.NORMAL" -linktitle: "NORMAL" -articleTitle: "NORMAL" -second_title: "Aspose.BarCode for Python via Java" -description: "Enables normal deconvolution methods for common images." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/deconvolutionmode/normal/ ---- - -## DeconvolutionMode.NORMAL - -**Type:** `int` - - -**Value:** `1` - - -Enables normal deconvolution methods for common images. - diff --git a/english/python-java/aspose_barcode.recognition/deconvolutionmode/slow/_index.md b/english/python-java/aspose_barcode.recognition/deconvolutionmode/slow/_index.md deleted file mode 100644 index 0cde82086..000000000 --- a/english/python-java/aspose_barcode.recognition/deconvolutionmode/slow/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DeconvolutionMode.SLOW" -linktitle: "SLOW" -articleTitle: "SLOW" -second_title: "Aspose.BarCode for Python via Java" -description: "Enables slow deconvolution methods for low quality images." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/deconvolutionmode/slow/ ---- - -## DeconvolutionMode.SLOW - -**Type:** `int` - - -**Value:** `2` - - -Enables slow deconvolution methods for low quality images. - diff --git a/english/python-java/aspose_barcode.recognition/dotcodeextendedparameters/__eq__/_index.md b/english/python-java/aspose_barcode.recognition/dotcodeextendedparameters/__eq__/_index.md deleted file mode 100644 index f82e94e84..000000000 --- a/english/python-java/aspose_barcode.recognition/dotcodeextendedparameters/__eq__/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "DotCodeExtendedParameters.__eq__" -linktitle: "__eq__" -articleTitle: "__eq__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns a value indicating whether this instance is equal to a specified. value." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/dotcodeextendedparameters/__eq__/ ---- - -## DotCodeExtendedParameters.__eq__ - -```python -__eq__(self, DotCodeExtendedParameters other) -> bool -``` - - -Returns a value indicating whether this instance is equal to a specified. value. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `other` | `DotCodeExtendedParameters` | | - -**Return Type:** `bool` — true if obj has the same value as this instance; otherwise, false. - diff --git a/english/python-java/aspose_barcode.recognition/dotcodeextendedparameters/__hash__/_index.md b/english/python-java/aspose_barcode.recognition/dotcodeextendedparameters/__hash__/_index.md deleted file mode 100644 index 9396eea3e..000000000 --- a/english/python-java/aspose_barcode.recognition/dotcodeextendedparameters/__hash__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "DotCodeExtendedParameters.__hash__" -linktitle: "__hash__" -articleTitle: "__hash__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns the hash code for the current instance." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/dotcodeextendedparameters/__hash__/ ---- - -## DotCodeExtendedParameters.__hash__ - -```python -__hash__(self) -> int -``` - - -Returns the hash code for the current instance. - - -**Return Type:** `int` — A hash code for the current object. - diff --git a/english/python-java/aspose_barcode.recognition/dotcodeextendedparameters/__str__/_index.md b/english/python-java/aspose_barcode.recognition/dotcodeextendedparameters/__str__/_index.md deleted file mode 100644 index 5edcb1da9..000000000 --- a/english/python-java/aspose_barcode.recognition/dotcodeextendedparameters/__str__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "DotCodeExtendedParameters.__str__" -linktitle: "__str__" -articleTitle: "__str__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns a human-readable string representation of this. ." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/dotcodeextendedparameters/__str__/ ---- - -## DotCodeExtendedParameters.__str__ - -```python -__str__(self) -> str -``` - - -Returns a human-readable string representation of this. . - - -**Return Type:** `str` — A string that represents thisDotCodeExtendedParameters . - diff --git a/english/python-java/aspose_barcode.recognition/dotcodeextendedparameters/_index.md b/english/python-java/aspose_barcode.recognition/dotcodeextendedparameters/_index.md index 6f672fd6c..e161d96e6 100644 --- a/english/python-java/aspose_barcode.recognition/dotcodeextendedparameters/_index.md +++ b/english/python-java/aspose_barcode.recognition/dotcodeextendedparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "DotCodeExtendedParameters Class" +title: "DotCodeExtendedParameters" linktitle: "DotCodeExtendedParameters" -articleTitle: "DotCodeExtendedParameters" second_title: "Aspose.BarCode for Python via Java" description: "" type: docs @@ -18,18 +17,115 @@ url: /python-java/aspose_barcode.recognition/dotcodeextendedparameters/ | Name | Description | | --- | --- | -| [__init__](./dotcodeextendedparameters/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [__eq__](./__eq__/) | `bool` | No | Returns a value indicating whether this instance is equal to a specified. value. | -| [__hash__](./__hash__/) | `int` | No | Returns the hash code for the current instance. | -| [__str__](./__str__/) | `str` | No | Returns a human-readable string representation of this. . | -| [dot_code_is_reader_initialization](./dot_code_is_reader_initialization/) | `bool` | No | Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false. | -| [dot_code_structured_append_mode_barcode_id](./dot_code_structured_append_mode_barcode_id/) | `int` | No | | -| [dot_code_structured_append_mode_barcodes_count](./dot_code_structured_append_mode_barcodes_count/) | `int` | No | | -| [is_reader_initialization](./is_reader_initialization/) | `bool` | No | Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false. | -| [structured_append_mode_barcode_id](./structured_append_mode_barcode_id/) | `int` | No | | -| [structured_append_mode_barcodes_count](./structured_append_mode_barcodes_count/) | `int` | No | | +| [__eq__](#__eq__) | `bool` | No | Returns a value indicating whether this instance is equal to a specified. value. | +| [__hash__](#__hash__) | `int` | No | Returns the hash code for the current instance. | +| [__str__](#__str__) | `str` | No | Returns a human-readable string representation of this. . | +| [dot_code_is_reader_initialization](#dot_code_is_reader_initialization) | `bool` | No | Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false. | +| [dot_code_structured_append_mode_barcode_id](#dot_code_structured_append_mode_barcode_id) | `int` | No | | +| [dot_code_structured_append_mode_barcodes_count](#dot_code_structured_append_mode_barcodes_count) | `int` | No | | +| [is_reader_initialization](#is_reader_initialization) | `bool` | No | Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false. | +| [structured_append_mode_barcode_id](#structured_append_mode_barcode_id) | `int` | No | | +| [structured_append_mode_barcodes_count](#structured_append_mode_barcodes_count) | `int` | No | | + +### DotCodeExtendedParameters Constructor {#constructor} + +```python +__init__(self, _java_class) -> def +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `_java_class` | `` | | + +### DotCodeExtendedParameters.__eq__ {#__eq__} + +```python +__eq__(self, DotCodeExtendedParameters other) -> bool +``` + +Returns a value indicating whether this instance is equal to a specified. value. + +| Parameter | Type | Description | +| --- | --- | --- | +| `other` | `DotCodeExtendedParameters` | | + +**Return Type:** `bool` — true if obj has the same value as this instance; otherwise, false. + +### DotCodeExtendedParameters.__hash__ {#__hash__} + +```python +__hash__(self) -> int +``` + +Returns the hash code for the current instance. + +**Return Type:** `int` — A hash code for the current object. + +### DotCodeExtendedParameters.__str__ {#__str__} + +```python +__str__(self) -> str +``` + +Returns a human-readable string representation of this. . + +**Return Type:** `str` — A string that represents thisDotCodeExtendedParameters . + +### DotCodeExtendedParameters.dot_code_is_reader_initialization {#dot_code_is_reader_initialization} + +```python +dot_code_is_reader_initialization(self) -> bool +``` + +Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false. + +**Return Type:** `bool` + +### DotCodeExtendedParameters.dot_code_structured_append_mode_barcode_id {#dot_code_structured_append_mode_barcode_id} + +```python +dot_code_structured_append_mode_barcode_id(self) -> int +``` + +**Return Type:** `int` + +### DotCodeExtendedParameters.dot_code_structured_append_mode_barcodes_count {#dot_code_structured_append_mode_barcodes_count} + +```python +dot_code_structured_append_mode_barcodes_count(self) -> int +``` + +**Return Type:** `int` + +### DotCodeExtendedParameters.is_reader_initialization {#is_reader_initialization} + +```python +is_reader_initialization(self) -> bool +``` + +Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false. + +**Return Type:** `bool` + +### DotCodeExtendedParameters.structured_append_mode_barcode_id {#structured_append_mode_barcode_id} + +```python +structured_append_mode_barcode_id(self) -> int +``` + +**Return Type:** `int` + +### DotCodeExtendedParameters.structured_append_mode_barcodes_count {#structured_append_mode_barcodes_count} + +```python +structured_append_mode_barcodes_count(self) -> int +``` + +**Return Type:** `int` + diff --git a/english/python-java/aspose_barcode.recognition/dotcodeextendedparameters/dot_code_is_reader_initialization/_index.md b/english/python-java/aspose_barcode.recognition/dotcodeextendedparameters/dot_code_is_reader_initialization/_index.md deleted file mode 100644 index 666eb1696..000000000 --- a/english/python-java/aspose_barcode.recognition/dotcodeextendedparameters/dot_code_is_reader_initialization/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "DotCodeExtendedParameters.dot_code_is_reader_initialization" -linktitle: "dot_code_is_reader_initialization" -articleTitle: "dot_code_is_reader_initialization" -second_title: "Aspose.BarCode for Python via Java" -description: "Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. D" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/dotcodeextendedparameters/dot_code_is_reader_initialization/ ---- - -## DotCodeExtendedParameters.dot_code_is_reader_initialization - -```python -dot_code_is_reader_initialization(self) -> bool -``` - - -Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false. - - -**Return Type:** `bool` - diff --git a/english/python-java/aspose_barcode.recognition/dotcodeextendedparameters/dot_code_structured_append_mode_barcode_id/_index.md b/english/python-java/aspose_barcode.recognition/dotcodeextendedparameters/dot_code_structured_append_mode_barcode_id/_index.md deleted file mode 100644 index 3677fbfe2..000000000 --- a/english/python-java/aspose_barcode.recognition/dotcodeextendedparameters/dot_code_structured_append_mode_barcode_id/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "DotCodeExtendedParameters.dot_code_structured_append_mode_barcode_id" -linktitle: "dot_code_structured_append_mode_barcode_id" -articleTitle: "dot_code_structured_append_mode_barcode_id" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/dotcodeextendedparameters/dot_code_structured_append_mode_barcode_id/ ---- - -## DotCodeExtendedParameters.dot_code_structured_append_mode_barcode_id - -```python -dot_code_structured_append_mode_barcode_id(self) -> int -``` - - -**Return Type:** `int` - diff --git a/english/python-java/aspose_barcode.recognition/dotcodeextendedparameters/dot_code_structured_append_mode_barcodes_count/_index.md b/english/python-java/aspose_barcode.recognition/dotcodeextendedparameters/dot_code_structured_append_mode_barcodes_count/_index.md deleted file mode 100644 index f75ba84d9..000000000 --- a/english/python-java/aspose_barcode.recognition/dotcodeextendedparameters/dot_code_structured_append_mode_barcodes_count/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "DotCodeExtendedParameters.dot_code_structured_append_mode_barcodes_count" -linktitle: "dot_code_structured_append_mode_barcodes_count" -articleTitle: "dot_code_structured_append_mode_barcodes_count" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/dotcodeextendedparameters/dot_code_structured_append_mode_barcodes_count/ ---- - -## DotCodeExtendedParameters.dot_code_structured_append_mode_barcodes_count - -```python -dot_code_structured_append_mode_barcodes_count(self) -> int -``` - - -**Return Type:** `int` - diff --git a/english/python-java/aspose_barcode.recognition/dotcodeextendedparameters/dotcodeextendedparameters/_index.md b/english/python-java/aspose_barcode.recognition/dotcodeextendedparameters/dotcodeextendedparameters/_index.md deleted file mode 100644 index f59723e77..000000000 --- a/english/python-java/aspose_barcode.recognition/dotcodeextendedparameters/dotcodeextendedparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "DotCodeExtendedParameters" -linktitle: "DotCodeExtendedParameters" -articleTitle: "DotCodeExtendedParameters" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/dotcodeextendedparameters/dotcodeextendedparameters/ ---- - -## DotCodeExtendedParameters Constructor - -```python -__init__(self, _java_class) -> def -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `_java_class` | `` | | diff --git a/english/python-java/aspose_barcode.recognition/dotcodeextendedparameters/is_reader_initialization/_index.md b/english/python-java/aspose_barcode.recognition/dotcodeextendedparameters/is_reader_initialization/_index.md deleted file mode 100644 index 899c1dda1..000000000 --- a/english/python-java/aspose_barcode.recognition/dotcodeextendedparameters/is_reader_initialization/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "DotCodeExtendedParameters.is_reader_initialization" -linktitle: "is_reader_initialization" -articleTitle: "is_reader_initialization" -second_title: "Aspose.BarCode for Python via Java" -description: "Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. D" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/dotcodeextendedparameters/is_reader_initialization/ ---- - -## DotCodeExtendedParameters.is_reader_initialization - -```python -is_reader_initialization(self) -> bool -``` - - -Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. Default value is false. - - -**Return Type:** `bool` - diff --git a/english/python-java/aspose_barcode.recognition/dotcodeextendedparameters/structured_append_mode_barcode_id/_index.md b/english/python-java/aspose_barcode.recognition/dotcodeextendedparameters/structured_append_mode_barcode_id/_index.md deleted file mode 100644 index 3b089c3be..000000000 --- a/english/python-java/aspose_barcode.recognition/dotcodeextendedparameters/structured_append_mode_barcode_id/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "DotCodeExtendedParameters.structured_append_mode_barcode_id" -linktitle: "structured_append_mode_barcode_id" -articleTitle: "structured_append_mode_barcode_id" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/dotcodeextendedparameters/structured_append_mode_barcode_id/ ---- - -## DotCodeExtendedParameters.structured_append_mode_barcode_id - -```python -structured_append_mode_barcode_id(self) -> int -``` - - -**Return Type:** `int` - diff --git a/english/python-java/aspose_barcode.recognition/dotcodeextendedparameters/structured_append_mode_barcodes_count/_index.md b/english/python-java/aspose_barcode.recognition/dotcodeextendedparameters/structured_append_mode_barcodes_count/_index.md deleted file mode 100644 index a99353acb..000000000 --- a/english/python-java/aspose_barcode.recognition/dotcodeextendedparameters/structured_append_mode_barcodes_count/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "DotCodeExtendedParameters.structured_append_mode_barcodes_count" -linktitle: "structured_append_mode_barcodes_count" -articleTitle: "structured_append_mode_barcodes_count" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/dotcodeextendedparameters/structured_append_mode_barcodes_count/ ---- - -## DotCodeExtendedParameters.structured_append_mode_barcodes_count - -```python -structured_append_mode_barcodes_count(self) -> int -``` - - -**Return Type:** `int` - diff --git a/english/python-java/aspose_barcode.recognition/gs1compositebarextendedparameters/__eq__/_index.md b/english/python-java/aspose_barcode.recognition/gs1compositebarextendedparameters/__eq__/_index.md deleted file mode 100644 index 32a2f5e9e..000000000 --- a/english/python-java/aspose_barcode.recognition/gs1compositebarextendedparameters/__eq__/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "GS1CompositeBarExtendedParameters.__eq__" -linktitle: "__eq__" -articleTitle: "__eq__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns a value indicating whether this instance is equal to a specified. value." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/gs1compositebarextendedparameters/__eq__/ ---- - -## GS1CompositeBarExtendedParameters.__eq__ - -```python -__eq__(self, GS1CompositeBarExtendedParameters other) -> bool -``` - - -Returns a value indicating whether this instance is equal to a specified. value. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `other` | `GS1CompositeBarExtendedParameters` | | - -**Return Type:** `bool` — True if obj has the same value as this instance; otherwise False. - diff --git a/english/python-java/aspose_barcode.recognition/gs1compositebarextendedparameters/__hash__/_index.md b/english/python-java/aspose_barcode.recognition/gs1compositebarextendedparameters/__hash__/_index.md deleted file mode 100644 index 044f3dfa3..000000000 --- a/english/python-java/aspose_barcode.recognition/gs1compositebarextendedparameters/__hash__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "GS1CompositeBarExtendedParameters.__hash__" -linktitle: "__hash__" -articleTitle: "__hash__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns the hash code for the current instance." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/gs1compositebarextendedparameters/__hash__/ ---- - -## GS1CompositeBarExtendedParameters.__hash__ - -```python -__hash__(self) -> int -``` - - -Returns the hash code for the current instance. - - -**Return Type:** `int` — A hash code for the current object. - diff --git a/english/python-java/aspose_barcode.recognition/gs1compositebarextendedparameters/__str__/_index.md b/english/python-java/aspose_barcode.recognition/gs1compositebarextendedparameters/__str__/_index.md deleted file mode 100644 index 84842e627..000000000 --- a/english/python-java/aspose_barcode.recognition/gs1compositebarextendedparameters/__str__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "GS1CompositeBarExtendedParameters.__str__" -linktitle: "__str__" -articleTitle: "__str__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns a human-readable string representation of this. ." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/gs1compositebarextendedparameters/__str__/ ---- - -## GS1CompositeBarExtendedParameters.__str__ - -```python -__str__(self) -> str -``` - - -Returns a human-readable string representation of this. . - - -**Return Type:** `str` — A string that represents this GS1CompositeBarExtendedParameters. - diff --git a/english/python-java/aspose_barcode.recognition/gs1compositebarextendedparameters/_index.md b/english/python-java/aspose_barcode.recognition/gs1compositebarextendedparameters/_index.md index 4e851d949..348e6f70b 100644 --- a/english/python-java/aspose_barcode.recognition/gs1compositebarextendedparameters/_index.md +++ b/english/python-java/aspose_barcode.recognition/gs1compositebarextendedparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "GS1CompositeBarExtendedParameters Class" +title: "GS1CompositeBarExtendedParameters" linktitle: "GS1CompositeBarExtendedParameters" -articleTitle: "GS1CompositeBarExtendedParameters" second_title: "Aspose.BarCode for Python via Java" description: "Stores additional information for GS1 Composite Bar recognized barcodes." type: docs @@ -21,16 +20,93 @@ Stores additional information for GS1 Composite Bar recognized barcodes. | Name | Description | | --- | --- | -| [__init__](./gs1compositebarextendedparameters/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [__eq__](./__eq__/) | `bool` | No | Returns a value indicating whether this instance is equal to a specified. value. | -| [__hash__](./__hash__/) | `int` | No | Returns the hash code for the current instance. | -| [__str__](./__str__/) | `str` | No | Returns a human-readable string representation of this. . | -| [one_d_code_text](./one_d_code_text/) | `Optional[str]` | No | | -| [one_d_type](./one_d_type/) | `DecodeType` | No | | -| [two_d_code_text](./two_d_code_text/) | `Optional[str]` | No | | -| [two_d_type](./two_d_type/) | `DecodeType` | No | | +| [__eq__](#__eq__) | `bool` | No | Returns a value indicating whether this instance is equal to a specified. value. | +| [__hash__](#__hash__) | `int` | No | Returns the hash code for the current instance. | +| [__str__](#__str__) | `str` | No | Returns a human-readable string representation of this. . | +| [one_d_code_text](#one_d_code_text) | `Optional[str]` | No | | +| [one_d_type](#one_d_type) | `DecodeType` | No | | +| [two_d_code_text](#two_d_code_text) | `Optional[str]` | No | | +| [two_d_type](#two_d_type) | `DecodeType` | No | | + +### GS1CompositeBarExtendedParameters Constructor {#constructor} + +```python +__init__(self, _java_class) -> def +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `_java_class` | `` | | + +### GS1CompositeBarExtendedParameters.__eq__ {#__eq__} + +```python +__eq__(self, GS1CompositeBarExtendedParameters other) -> bool +``` + +Returns a value indicating whether this instance is equal to a specified. value. + +| Parameter | Type | Description | +| --- | --- | --- | +| `other` | `GS1CompositeBarExtendedParameters` | | + +**Return Type:** `bool` — True if obj has the same value as this instance; otherwise False. + +### GS1CompositeBarExtendedParameters.__hash__ {#__hash__} + +```python +__hash__(self) -> int +``` + +Returns the hash code for the current instance. + +**Return Type:** `int` — A hash code for the current object. + +### GS1CompositeBarExtendedParameters.__str__ {#__str__} + +```python +__str__(self) -> str +``` + +Returns a human-readable string representation of this. . + +**Return Type:** `str` — A string that represents this GS1CompositeBarExtendedParameters. + +### GS1CompositeBarExtendedParameters.one_d_code_text {#one_d_code_text} + +```python +one_d_code_text(self) -> Optional[str] +``` + +**Return Type:** `Optional[str]` + +### GS1CompositeBarExtendedParameters.one_d_type {#one_d_type} + +```python +one_d_type(self) -> DecodeType +``` + +**Return Type:** `DecodeType` + +### GS1CompositeBarExtendedParameters.two_d_code_text {#two_d_code_text} + +```python +two_d_code_text(self) -> Optional[str] +``` + +**Return Type:** `Optional[str]` + +### GS1CompositeBarExtendedParameters.two_d_type {#two_d_type} + +```python +two_d_type(self) -> DecodeType +``` + +**Return Type:** `DecodeType` + diff --git a/english/python-java/aspose_barcode.recognition/gs1compositebarextendedparameters/gs1compositebarextendedparameters/_index.md b/english/python-java/aspose_barcode.recognition/gs1compositebarextendedparameters/gs1compositebarextendedparameters/_index.md deleted file mode 100644 index 259438768..000000000 --- a/english/python-java/aspose_barcode.recognition/gs1compositebarextendedparameters/gs1compositebarextendedparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "GS1CompositeBarExtendedParameters" -linktitle: "GS1CompositeBarExtendedParameters" -articleTitle: "GS1CompositeBarExtendedParameters" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/gs1compositebarextendedparameters/gs1compositebarextendedparameters/ ---- - -## GS1CompositeBarExtendedParameters Constructor - -```python -__init__(self, _java_class) -> def -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `_java_class` | `` | | diff --git a/english/python-java/aspose_barcode.recognition/gs1compositebarextendedparameters/one_d_code_text/_index.md b/english/python-java/aspose_barcode.recognition/gs1compositebarextendedparameters/one_d_code_text/_index.md deleted file mode 100644 index 06102d074..000000000 --- a/english/python-java/aspose_barcode.recognition/gs1compositebarextendedparameters/one_d_code_text/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "GS1CompositeBarExtendedParameters.one_d_code_text" -linktitle: "one_d_code_text" -articleTitle: "one_d_code_text" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/gs1compositebarextendedparameters/one_d_code_text/ ---- - -## GS1CompositeBarExtendedParameters.one_d_code_text - -```python -one_d_code_text(self) -> Optional[str] -``` - - -**Return Type:** `Optional[str]` - diff --git a/english/python-java/aspose_barcode.recognition/gs1compositebarextendedparameters/one_d_type/_index.md b/english/python-java/aspose_barcode.recognition/gs1compositebarextendedparameters/one_d_type/_index.md deleted file mode 100644 index c9600d478..000000000 --- a/english/python-java/aspose_barcode.recognition/gs1compositebarextendedparameters/one_d_type/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "GS1CompositeBarExtendedParameters.one_d_type" -linktitle: "one_d_type" -articleTitle: "one_d_type" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/gs1compositebarextendedparameters/one_d_type/ ---- - -## GS1CompositeBarExtendedParameters.one_d_type - -```python -one_d_type(self) -> DecodeType -``` - - -**Return Type:** `DecodeType` - diff --git a/english/python-java/aspose_barcode.recognition/gs1compositebarextendedparameters/two_d_code_text/_index.md b/english/python-java/aspose_barcode.recognition/gs1compositebarextendedparameters/two_d_code_text/_index.md deleted file mode 100644 index 9a18c1d60..000000000 --- a/english/python-java/aspose_barcode.recognition/gs1compositebarextendedparameters/two_d_code_text/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "GS1CompositeBarExtendedParameters.two_d_code_text" -linktitle: "two_d_code_text" -articleTitle: "two_d_code_text" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/gs1compositebarextendedparameters/two_d_code_text/ ---- - -## GS1CompositeBarExtendedParameters.two_d_code_text - -```python -two_d_code_text(self) -> Optional[str] -``` - - -**Return Type:** `Optional[str]` - diff --git a/english/python-java/aspose_barcode.recognition/gs1compositebarextendedparameters/two_d_type/_index.md b/english/python-java/aspose_barcode.recognition/gs1compositebarextendedparameters/two_d_type/_index.md deleted file mode 100644 index eee0f81ae..000000000 --- a/english/python-java/aspose_barcode.recognition/gs1compositebarextendedparameters/two_d_type/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "GS1CompositeBarExtendedParameters.two_d_type" -linktitle: "two_d_type" -articleTitle: "two_d_type" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/gs1compositebarextendedparameters/two_d_type/ ---- - -## GS1CompositeBarExtendedParameters.two_d_type - -```python -two_d_type(self) -> DecodeType -``` - - -**Return Type:** `DecodeType` - diff --git a/english/python-java/aspose_barcode.recognition/inverseimagemode/_index.md b/english/python-java/aspose_barcode.recognition/inverseimagemode/_index.md index c8f184c5c..1290946e7 100644 --- a/english/python-java/aspose_barcode.recognition/inverseimagemode/_index.md +++ b/english/python-java/aspose_barcode.recognition/inverseimagemode/_index.md @@ -1,7 +1,6 @@ --- -title: "InverseImageMode Enum" +title: "InverseImageMode" linktitle: "InverseImageMode" -articleTitle: "InverseImageMode" second_title: "Aspose.BarCode for Python via Java" description: "Mode which enables or disables additional recognition of barcodes on images with inverted colors (luminance)." type: docs @@ -21,6 +20,30 @@ Mode which enables or disables additional recognition of barcodes on images with | Name | Value | Description | | --- | --- | --- | -| [AUTO](./auto/) | `0` | At this time the same as Disabled. Disables additional recognition of barcodes on inverse images. | -| [DISABLED](./disabled/) | `1` | Disables additional recognition of barcodes on inverse images. | -| [ENABLED](./enabled/) | `2` | Enables additional recognition of barcodes on inverse images | +| [AUTO](#auto) | `0` | At this time the same as Disabled. Disables additional recognition of barcodes on inverse images. | +| [DISABLED](#disabled) | `1` | Disables additional recognition of barcodes on inverse images. | +| [ENABLED](#enabled) | `2` | Enables additional recognition of barcodes on inverse images | +### InverseImageMode.AUTO {#auto} + +**Type:** `int` + +**Value:** `0` + +At this time the same as Disabled. Disables additional recognition of barcodes on inverse images. + +### InverseImageMode.DISABLED {#disabled} + +**Type:** `int` + +**Value:** `1` + +Disables additional recognition of barcodes on inverse images. + +### InverseImageMode.ENABLED {#enabled} + +**Type:** `int` + +**Value:** `2` + +Enables additional recognition of barcodes on inverse images + diff --git a/english/python-java/aspose_barcode.recognition/inverseimagemode/auto/_index.md b/english/python-java/aspose_barcode.recognition/inverseimagemode/auto/_index.md deleted file mode 100644 index 0f9ef46d3..000000000 --- a/english/python-java/aspose_barcode.recognition/inverseimagemode/auto/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "InverseImageMode.AUTO" -linktitle: "AUTO" -articleTitle: "AUTO" -second_title: "Aspose.BarCode for Python via Java" -description: "At this time the same as Disabled. Disables additional recognition of barcodes on inverse images." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/inverseimagemode/auto/ ---- - -## InverseImageMode.AUTO - -**Type:** `int` - - -**Value:** `0` - - -At this time the same as Disabled. Disables additional recognition of barcodes on inverse images. - diff --git a/english/python-java/aspose_barcode.recognition/inverseimagemode/disabled/_index.md b/english/python-java/aspose_barcode.recognition/inverseimagemode/disabled/_index.md deleted file mode 100644 index 98322336f..000000000 --- a/english/python-java/aspose_barcode.recognition/inverseimagemode/disabled/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "InverseImageMode.DISABLED" -linktitle: "DISABLED" -articleTitle: "DISABLED" -second_title: "Aspose.BarCode for Python via Java" -description: "Disables additional recognition of barcodes on inverse images." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/inverseimagemode/disabled/ ---- - -## InverseImageMode.DISABLED - -**Type:** `int` - - -**Value:** `1` - - -Disables additional recognition of barcodes on inverse images. - diff --git a/english/python-java/aspose_barcode.recognition/inverseimagemode/enabled/_index.md b/english/python-java/aspose_barcode.recognition/inverseimagemode/enabled/_index.md deleted file mode 100644 index cd7f87753..000000000 --- a/english/python-java/aspose_barcode.recognition/inverseimagemode/enabled/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "InverseImageMode.ENABLED" -linktitle: "ENABLED" -articleTitle: "ENABLED" -second_title: "Aspose.BarCode for Python via Java" -description: "Enables additional recognition of barcodes on inverse images" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/inverseimagemode/enabled/ ---- - -## InverseImageMode.ENABLED - -**Type:** `int` - - -**Value:** `2` - - -Enables additional recognition of barcodes on inverse images - diff --git a/english/python-java/aspose_barcode.recognition/maxicodeextendedparameters/__eq__/_index.md b/english/python-java/aspose_barcode.recognition/maxicodeextendedparameters/__eq__/_index.md deleted file mode 100644 index 1138a4f8f..000000000 --- a/english/python-java/aspose_barcode.recognition/maxicodeextendedparameters/__eq__/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "MaxiCodeExtendedParameters.__eq__" -linktitle: "__eq__" -articleTitle: "__eq__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns a value indicating whether this instance is equal to a specified MaxiCodeExtendedParameters value." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/maxicodeextendedparameters/__eq__/ ---- - -## MaxiCodeExtendedParameters.__eq__ - -```python -__eq__(self, MaxiCodeExtendedParameters other) -> bool -``` - - -Returns a value indicating whether this instance is equal to a specified MaxiCodeExtendedParameters value. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `other` | `MaxiCodeExtendedParameters` | | - -**Return Type:** `bool` — True if obj has the same value as this instance; otherwise False. - diff --git a/english/python-java/aspose_barcode.recognition/maxicodeextendedparameters/__hash__/_index.md b/english/python-java/aspose_barcode.recognition/maxicodeextendedparameters/__hash__/_index.md deleted file mode 100644 index 57187d533..000000000 --- a/english/python-java/aspose_barcode.recognition/maxicodeextendedparameters/__hash__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "MaxiCodeExtendedParameters.__hash__" -linktitle: "__hash__" -articleTitle: "__hash__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns the hash code for the current instance." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/maxicodeextendedparameters/__hash__/ ---- - -## MaxiCodeExtendedParameters.__hash__ - -```python -__hash__(self) -> int -``` - - -Returns the hash code for the current instance. - - -**Return Type:** `int` — A hash code for the current object. - diff --git a/english/python-java/aspose_barcode.recognition/maxicodeextendedparameters/__str__/_index.md b/english/python-java/aspose_barcode.recognition/maxicodeextendedparameters/__str__/_index.md deleted file mode 100644 index ef170f213..000000000 --- a/english/python-java/aspose_barcode.recognition/maxicodeextendedparameters/__str__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "MaxiCodeExtendedParameters.__str__" -linktitle: "__str__" -articleTitle: "__str__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns a human-readable string representation of this MaxiCodeExtendedParameters." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/maxicodeextendedparameters/__str__/ ---- - -## MaxiCodeExtendedParameters.__str__ - -```python -__str__(self) -> str -``` - - -Returns a human-readable string representation of this MaxiCodeExtendedParameters. - - -**Return Type:** `str` — A string that represents this MaxiCodeExtendedParameters. - diff --git a/english/python-java/aspose_barcode.recognition/maxicodeextendedparameters/_index.md b/english/python-java/aspose_barcode.recognition/maxicodeextendedparameters/_index.md index 6d25b4725..ee532a5dd 100644 --- a/english/python-java/aspose_barcode.recognition/maxicodeextendedparameters/_index.md +++ b/english/python-java/aspose_barcode.recognition/maxicodeextendedparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "MaxiCodeExtendedParameters Class" +title: "MaxiCodeExtendedParameters" linktitle: "MaxiCodeExtendedParameters" -articleTitle: "MaxiCodeExtendedParameters" second_title: "Aspose.BarCode for Python via Java" description: "Stores a MaxiCode additional information of recognized barcode." type: docs @@ -21,18 +20,123 @@ Stores a MaxiCode additional information of recognized barcode. | Name | Description | | --- | --- | -| [__init__](./maxicodeextendedparameters/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [__eq__](./__eq__/) | `bool` | No | Returns a value indicating whether this instance is equal to a specified MaxiCodeExtendedParameters value. | -| [__hash__](./__hash__/) | `int` | No | Returns the hash code for the current instance. | -| [__str__](./__str__/) | `str` | No | Returns a human-readable string representation of this MaxiCodeExtendedParameters. | -| [maxi_code_mode](./maxi_code_mode/) | `MaxiCodeMode` | No | Gets a MaxiCode encode mode. Default value: Mode4 | -| [maxi_code_structured_append_mode_barcode_id](./maxi_code_structured_append_mode_barcode_id/) | `int` | No | Gets a MaxiCode encode mode. Default value: Mode4 | -| [maxi_code_structured_append_mode_barcodes_count](./maxi_code_structured_append_mode_barcodes_count/) | `int` | No | Gets a MaxiCode encode mode. Default value: Mode4 | -| [mode](./mode/) | `MaxiCodeMode` | No | Gets a MaxiCode encode mode. Default value: Mode4 | -| [structured_append_mode_barcode_id](./structured_append_mode_barcode_id/) | `int` | No | Gets a MaxiCode encode mode. Default value: Mode4 | -| [structured_append_mode_barcodes_count](./structured_append_mode_barcodes_count/) | `int` | No | Gets a MaxiCode encode mode. Default value: Mode4 | +| [__eq__](#__eq__) | `bool` | No | Returns a value indicating whether this instance is equal to a specified MaxiCodeExtendedParameters value. | +| [__hash__](#__hash__) | `int` | No | Returns the hash code for the current instance. | +| [__str__](#__str__) | `str` | No | Returns a human-readable string representation of this MaxiCodeExtendedParameters. | +| [maxi_code_mode](#maxi_code_mode) | `MaxiCodeMode` | No | Gets a MaxiCode encode mode. Default value: Mode4 | +| [maxi_code_structured_append_mode_barcode_id](#maxi_code_structured_append_mode_barcode_id) | `int` | No | Gets a MaxiCode encode mode. Default value: Mode4 | +| [maxi_code_structured_append_mode_barcodes_count](#maxi_code_structured_append_mode_barcodes_count) | `int` | No | Gets a MaxiCode encode mode. Default value: Mode4 | +| [mode](#mode) | `MaxiCodeMode` | No | Gets a MaxiCode encode mode. Default value: Mode4 | +| [structured_append_mode_barcode_id](#structured_append_mode_barcode_id) | `int` | No | Gets a MaxiCode encode mode. Default value: Mode4 | +| [structured_append_mode_barcodes_count](#structured_append_mode_barcodes_count) | `int` | No | Gets a MaxiCode encode mode. Default value: Mode4 | + +### MaxiCodeExtendedParameters Constructor {#constructor} + +```python +__init__(self, _java_class) -> def +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `_java_class` | `` | | + +### MaxiCodeExtendedParameters.__eq__ {#__eq__} + +```python +__eq__(self, MaxiCodeExtendedParameters other) -> bool +``` + +Returns a value indicating whether this instance is equal to a specified MaxiCodeExtendedParameters value. + +| Parameter | Type | Description | +| --- | --- | --- | +| `other` | `MaxiCodeExtendedParameters` | | + +**Return Type:** `bool` — True if obj has the same value as this instance; otherwise False. + +### MaxiCodeExtendedParameters.__hash__ {#__hash__} + +```python +__hash__(self) -> int +``` + +Returns the hash code for the current instance. + +**Return Type:** `int` — A hash code for the current object. + +### MaxiCodeExtendedParameters.__str__ {#__str__} + +```python +__str__(self) -> str +``` + +Returns a human-readable string representation of this MaxiCodeExtendedParameters. + +**Return Type:** `str` — A string that represents this MaxiCodeExtendedParameters. + +### MaxiCodeExtendedParameters.maxi_code_mode {#maxi_code_mode} + +```python +maxi_code_mode(self) -> MaxiCodeMode +``` + +Gets a MaxiCode encode mode. Default value: Mode4 + +**Return Type:** `MaxiCodeMode` — a MaxiCode encode mode. + +### MaxiCodeExtendedParameters.maxi_code_structured_append_mode_barcode_id {#maxi_code_structured_append_mode_barcode_id} + +```python +maxi_code_structured_append_mode_barcode_id(self) -> int +``` + +Gets a MaxiCode encode mode. Default value: Mode4 + +**Return Type:** `int` — a MaxiCode encode mode. + +### MaxiCodeExtendedParameters.maxi_code_structured_append_mode_barcodes_count {#maxi_code_structured_append_mode_barcodes_count} + +```python +maxi_code_structured_append_mode_barcodes_count(self) -> int +``` + +Gets a MaxiCode encode mode. Default value: Mode4 + +**Return Type:** `int` — a MaxiCode encode mode. + +### MaxiCodeExtendedParameters.mode {#mode} + +```python +mode(self) -> MaxiCodeMode +``` + +Gets a MaxiCode encode mode. Default value: Mode4 + +**Return Type:** `MaxiCodeMode` — a MaxiCode encode mode. + +### MaxiCodeExtendedParameters.structured_append_mode_barcode_id {#structured_append_mode_barcode_id} + +```python +structured_append_mode_barcode_id(self) -> int +``` + +Gets a MaxiCode encode mode. Default value: Mode4 + +**Return Type:** `int` — a MaxiCode encode mode. + +### MaxiCodeExtendedParameters.structured_append_mode_barcodes_count {#structured_append_mode_barcodes_count} + +```python +structured_append_mode_barcodes_count(self) -> int +``` + +Gets a MaxiCode encode mode. Default value: Mode4 + +**Return Type:** `int` — a MaxiCode encode mode. + diff --git a/english/python-java/aspose_barcode.recognition/maxicodeextendedparameters/maxi_code_mode/_index.md b/english/python-java/aspose_barcode.recognition/maxicodeextendedparameters/maxi_code_mode/_index.md deleted file mode 100644 index 471fb1026..000000000 --- a/english/python-java/aspose_barcode.recognition/maxicodeextendedparameters/maxi_code_mode/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "MaxiCodeExtendedParameters.maxi_code_mode" -linktitle: "maxi_code_mode" -articleTitle: "maxi_code_mode" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets a MaxiCode encode mode. Default value: Mode4" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/maxicodeextendedparameters/maxi_code_mode/ ---- - -## MaxiCodeExtendedParameters.maxi_code_mode - -```python -maxi_code_mode(self) -> MaxiCodeMode -``` - - -Gets a MaxiCode encode mode. Default value: Mode4 - - -**Return Type:** `MaxiCodeMode` — a MaxiCode encode mode. - diff --git a/english/python-java/aspose_barcode.recognition/maxicodeextendedparameters/maxi_code_structured_append_mode_barcode_id/_index.md b/english/python-java/aspose_barcode.recognition/maxicodeextendedparameters/maxi_code_structured_append_mode_barcode_id/_index.md deleted file mode 100644 index c3a6cb6ed..000000000 --- a/english/python-java/aspose_barcode.recognition/maxicodeextendedparameters/maxi_code_structured_append_mode_barcode_id/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "MaxiCodeExtendedParameters.maxi_code_structured_append_mode_barcode_id" -linktitle: "maxi_code_structured_append_mode_barcode_id" -articleTitle: "maxi_code_structured_append_mode_barcode_id" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets a MaxiCode encode mode. Default value: Mode4" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/maxicodeextendedparameters/maxi_code_structured_append_mode_barcode_id/ ---- - -## MaxiCodeExtendedParameters.maxi_code_structured_append_mode_barcode_id - -```python -maxi_code_structured_append_mode_barcode_id(self) -> int -``` - - -Gets a MaxiCode encode mode. Default value: Mode4 - - -**Return Type:** `int` — a MaxiCode encode mode. - diff --git a/english/python-java/aspose_barcode.recognition/maxicodeextendedparameters/maxi_code_structured_append_mode_barcodes_count/_index.md b/english/python-java/aspose_barcode.recognition/maxicodeextendedparameters/maxi_code_structured_append_mode_barcodes_count/_index.md deleted file mode 100644 index bca52a902..000000000 --- a/english/python-java/aspose_barcode.recognition/maxicodeextendedparameters/maxi_code_structured_append_mode_barcodes_count/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "MaxiCodeExtendedParameters.maxi_code_structured_append_mode_barcodes_count" -linktitle: "maxi_code_structured_append_mode_barcodes_count" -articleTitle: "maxi_code_structured_append_mode_barcodes_count" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets a MaxiCode encode mode. Default value: Mode4" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/maxicodeextendedparameters/maxi_code_structured_append_mode_barcodes_count/ ---- - -## MaxiCodeExtendedParameters.maxi_code_structured_append_mode_barcodes_count - -```python -maxi_code_structured_append_mode_barcodes_count(self) -> int -``` - - -Gets a MaxiCode encode mode. Default value: Mode4 - - -**Return Type:** `int` — a MaxiCode encode mode. - diff --git a/english/python-java/aspose_barcode.recognition/maxicodeextendedparameters/maxicodeextendedparameters/_index.md b/english/python-java/aspose_barcode.recognition/maxicodeextendedparameters/maxicodeextendedparameters/_index.md deleted file mode 100644 index 21afe5cc4..000000000 --- a/english/python-java/aspose_barcode.recognition/maxicodeextendedparameters/maxicodeextendedparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "MaxiCodeExtendedParameters" -linktitle: "MaxiCodeExtendedParameters" -articleTitle: "MaxiCodeExtendedParameters" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/maxicodeextendedparameters/maxicodeextendedparameters/ ---- - -## MaxiCodeExtendedParameters Constructor - -```python -__init__(self, _java_class) -> def -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `_java_class` | `` | | diff --git a/english/python-java/aspose_barcode.recognition/maxicodeextendedparameters/mode/_index.md b/english/python-java/aspose_barcode.recognition/maxicodeextendedparameters/mode/_index.md deleted file mode 100644 index f53507e21..000000000 --- a/english/python-java/aspose_barcode.recognition/maxicodeextendedparameters/mode/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "MaxiCodeExtendedParameters.mode" -linktitle: "mode" -articleTitle: "mode" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets a MaxiCode encode mode. Default value: Mode4" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/maxicodeextendedparameters/mode/ ---- - -## MaxiCodeExtendedParameters.mode - -```python -mode(self) -> MaxiCodeMode -``` - - -Gets a MaxiCode encode mode. Default value: Mode4 - - -**Return Type:** `MaxiCodeMode` — a MaxiCode encode mode. - diff --git a/english/python-java/aspose_barcode.recognition/maxicodeextendedparameters/structured_append_mode_barcode_id/_index.md b/english/python-java/aspose_barcode.recognition/maxicodeextendedparameters/structured_append_mode_barcode_id/_index.md deleted file mode 100644 index b134c7afa..000000000 --- a/english/python-java/aspose_barcode.recognition/maxicodeextendedparameters/structured_append_mode_barcode_id/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "MaxiCodeExtendedParameters.structured_append_mode_barcode_id" -linktitle: "structured_append_mode_barcode_id" -articleTitle: "structured_append_mode_barcode_id" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets a MaxiCode encode mode. Default value: Mode4" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/maxicodeextendedparameters/structured_append_mode_barcode_id/ ---- - -## MaxiCodeExtendedParameters.structured_append_mode_barcode_id - -```python -structured_append_mode_barcode_id(self) -> int -``` - - -Gets a MaxiCode encode mode. Default value: Mode4 - - -**Return Type:** `int` — a MaxiCode encode mode. - diff --git a/english/python-java/aspose_barcode.recognition/maxicodeextendedparameters/structured_append_mode_barcodes_count/_index.md b/english/python-java/aspose_barcode.recognition/maxicodeextendedparameters/structured_append_mode_barcodes_count/_index.md deleted file mode 100644 index ddc2cdfd0..000000000 --- a/english/python-java/aspose_barcode.recognition/maxicodeextendedparameters/structured_append_mode_barcodes_count/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "MaxiCodeExtendedParameters.structured_append_mode_barcodes_count" -linktitle: "structured_append_mode_barcodes_count" -articleTitle: "structured_append_mode_barcodes_count" -second_title: "Aspose.BarCode for Python via Java" -description: "Gets a MaxiCode encode mode. Default value: Mode4" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/maxicodeextendedparameters/structured_append_mode_barcodes_count/ ---- - -## MaxiCodeExtendedParameters.structured_append_mode_barcodes_count - -```python -structured_append_mode_barcodes_count(self) -> int -``` - - -Gets a MaxiCode encode mode. Default value: Mode4 - - -**Return Type:** `int` — a MaxiCode encode mode. - diff --git a/english/python-java/aspose_barcode.recognition/onedextendedparameters/__eq__/_index.md b/english/python-java/aspose_barcode.recognition/onedextendedparameters/__eq__/_index.md deleted file mode 100644 index a9c435a5f..000000000 --- a/english/python-java/aspose_barcode.recognition/onedextendedparameters/__eq__/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "OneDExtendedParameters.__eq__" -linktitle: "__eq__" -articleTitle: "__eq__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns a value indicating whether this instance is equal to a specified OneDExtendedParameters value." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/onedextendedparameters/__eq__/ ---- - -## OneDExtendedParameters.__eq__ - -```python -__eq__(self, OneDExtendedParameters other) -> bool -``` - - -Returns a value indicating whether this instance is equal to a specified OneDExtendedParameters value. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `other` | `OneDExtendedParameters` | | - -**Return Type:** `bool` — True if obj has the same value as this instance, otherwise False. - diff --git a/english/python-java/aspose_barcode.recognition/onedextendedparameters/__hash__/_index.md b/english/python-java/aspose_barcode.recognition/onedextendedparameters/__hash__/_index.md deleted file mode 100644 index ee2860e1c..000000000 --- a/english/python-java/aspose_barcode.recognition/onedextendedparameters/__hash__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "OneDExtendedParameters.__hash__" -linktitle: "__hash__" -articleTitle: "__hash__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns the hash code for the current instance." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/onedextendedparameters/__hash__/ ---- - -## OneDExtendedParameters.__hash__ - -```python -__hash__(self) -> int -``` - - -Returns the hash code for the current instance. - - -**Return Type:** `int` — A hash code for the current object. - diff --git a/english/python-java/aspose_barcode.recognition/onedextendedparameters/__str__/_index.md b/english/python-java/aspose_barcode.recognition/onedextendedparameters/__str__/_index.md deleted file mode 100644 index 1c8bdd2a2..000000000 --- a/english/python-java/aspose_barcode.recognition/onedextendedparameters/__str__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "OneDExtendedParameters.__str__" -linktitle: "__str__" -articleTitle: "__str__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns a human-readable string representation of this OneDExtendedParameters." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/onedextendedparameters/__str__/ ---- - -## OneDExtendedParameters.__str__ - -```python -__str__(self) -> str -``` - - -Returns a human-readable string representation of this OneDExtendedParameters. - - -**Return Type:** `str` — A string that represents this OneDExtendedParameters. - diff --git a/english/python-java/aspose_barcode.recognition/onedextendedparameters/_index.md b/english/python-java/aspose_barcode.recognition/onedextendedparameters/_index.md index a27b6c9cc..520296170 100644 --- a/english/python-java/aspose_barcode.recognition/onedextendedparameters/_index.md +++ b/english/python-java/aspose_barcode.recognition/onedextendedparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "OneDExtendedParameters Class" +title: "OneDExtendedParameters" linktitle: "OneDExtendedParameters" -articleTitle: "OneDExtendedParameters" second_title: "Aspose.BarCode for Python via Java" description: "Stores special data of 1D recognized barcode like separate codetext and checksum. This sample shows how to get 1D barcode value and checksum" type: docs @@ -21,15 +20,84 @@ Stores special data of 1D recognized barcode like separate codetext and checksum | Name | Description | | --- | --- | -| [__init__](./onedextendedparameters/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [__eq__](./__eq__/) | `bool` | No | Returns a value indicating whether this instance is equal to a specified OneDExtendedParameters value. | -| [__hash__](./__hash__/) | `int` | No | Returns the hash code for the current instance. | -| [__str__](./__str__/) | `str` | No | Returns a human-readable string representation of this OneDExtendedParameters. | -| [checksum](./checksum/) | `Optional[str]` | No | | -| [is_empty](./is_empty/) | `bool` | No | | -| [value](./value/) | `Optional[str]` | No | | +| [__eq__](#__eq__) | `bool` | No | Returns a value indicating whether this instance is equal to a specified OneDExtendedParameters value. | +| [__hash__](#__hash__) | `int` | No | Returns the hash code for the current instance. | +| [__str__](#__str__) | `str` | No | Returns a human-readable string representation of this OneDExtendedParameters. | +| [checksum](#checksum) | `Optional[str]` | No | | +| [is_empty](#is_empty) | `bool` | No | | +| [value](#value) | `Optional[str]` | No | | + +### OneDExtendedParameters Constructor {#constructor} + +```python +__init__(self, _java_class) -> def +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `_java_class` | `` | | + +### OneDExtendedParameters.__eq__ {#__eq__} + +```python +__eq__(self, OneDExtendedParameters other) -> bool +``` + +Returns a value indicating whether this instance is equal to a specified OneDExtendedParameters value. + +| Parameter | Type | Description | +| --- | --- | --- | +| `other` | `OneDExtendedParameters` | | + +**Return Type:** `bool` — True if obj has the same value as this instance, otherwise False. + +### OneDExtendedParameters.__hash__ {#__hash__} + +```python +__hash__(self) -> int +``` + +Returns the hash code for the current instance. + +**Return Type:** `int` — A hash code for the current object. + +### OneDExtendedParameters.__str__ {#__str__} + +```python +__str__(self) -> str +``` + +Returns a human-readable string representation of this OneDExtendedParameters. + +**Return Type:** `str` — A string that represents this OneDExtendedParameters. + +### OneDExtendedParameters.checksum {#checksum} + +```python +checksum(self) -> Optional[str] +``` + +**Return Type:** `Optional[str]` + +### OneDExtendedParameters.is_empty {#is_empty} + +```python +is_empty(self) -> bool +``` + +**Return Type:** `bool` + +### OneDExtendedParameters.value {#value} + +```python +value(self) -> Optional[str] +``` + +**Return Type:** `Optional[str]` + diff --git a/english/python-java/aspose_barcode.recognition/onedextendedparameters/checksum/_index.md b/english/python-java/aspose_barcode.recognition/onedextendedparameters/checksum/_index.md deleted file mode 100644 index c635e7296..000000000 --- a/english/python-java/aspose_barcode.recognition/onedextendedparameters/checksum/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "OneDExtendedParameters.checksum" -linktitle: "checksum" -articleTitle: "checksum" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/onedextendedparameters/checksum/ ---- - -## OneDExtendedParameters.checksum - -```python -checksum(self) -> Optional[str] -``` - - -**Return Type:** `Optional[str]` - diff --git a/english/python-java/aspose_barcode.recognition/onedextendedparameters/is_empty/_index.md b/english/python-java/aspose_barcode.recognition/onedextendedparameters/is_empty/_index.md deleted file mode 100644 index 7c632217e..000000000 --- a/english/python-java/aspose_barcode.recognition/onedextendedparameters/is_empty/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "OneDExtendedParameters.is_empty" -linktitle: "is_empty" -articleTitle: "is_empty" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/onedextendedparameters/is_empty/ ---- - -## OneDExtendedParameters.is_empty - -```python -is_empty(self) -> bool -``` - - -**Return Type:** `bool` - diff --git a/english/python-java/aspose_barcode.recognition/onedextendedparameters/onedextendedparameters/_index.md b/english/python-java/aspose_barcode.recognition/onedextendedparameters/onedextendedparameters/_index.md deleted file mode 100644 index 2f14c91a4..000000000 --- a/english/python-java/aspose_barcode.recognition/onedextendedparameters/onedextendedparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "OneDExtendedParameters" -linktitle: "OneDExtendedParameters" -articleTitle: "OneDExtendedParameters" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/onedextendedparameters/onedextendedparameters/ ---- - -## OneDExtendedParameters Constructor - -```python -__init__(self, _java_class) -> def -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `_java_class` | `` | | diff --git a/english/python-java/aspose_barcode.recognition/onedextendedparameters/value/_index.md b/english/python-java/aspose_barcode.recognition/onedextendedparameters/value/_index.md deleted file mode 100644 index cc881d9c9..000000000 --- a/english/python-java/aspose_barcode.recognition/onedextendedparameters/value/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "OneDExtendedParameters.value" -linktitle: "value" -articleTitle: "value" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/onedextendedparameters/value/ ---- - -## OneDExtendedParameters.value - -```python -value(self) -> Optional[str] -``` - - -**Return Type:** `Optional[str]` - diff --git a/english/python-java/aspose_barcode.recognition/pdf417extendedparameters/__eq__/_index.md b/english/python-java/aspose_barcode.recognition/pdf417extendedparameters/__eq__/_index.md deleted file mode 100644 index 09a6d84c9..000000000 --- a/english/python-java/aspose_barcode.recognition/pdf417extendedparameters/__eq__/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "Pdf417ExtendedParameters.__eq__" -linktitle: "__eq__" -articleTitle: "__eq__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns a value indicating whether this instance is equal to a specified Pdf417ExtendedParameters value." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/pdf417extendedparameters/__eq__/ ---- - -## Pdf417ExtendedParameters.__eq__ - -```python -__eq__(self, Pdf417ExtendedParameters other) -> bool -``` - - -Returns a value indicating whether this instance is equal to a specified Pdf417ExtendedParameters value. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `other` | `Pdf417ExtendedParameters` | | - -**Return Type:** `bool` — True if obj has the same value as this instance, otherwise False. - diff --git a/english/python-java/aspose_barcode.recognition/pdf417extendedparameters/__hash__/_index.md b/english/python-java/aspose_barcode.recognition/pdf417extendedparameters/__hash__/_index.md deleted file mode 100644 index 77aa2bb14..000000000 --- a/english/python-java/aspose_barcode.recognition/pdf417extendedparameters/__hash__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "Pdf417ExtendedParameters.__hash__" -linktitle: "__hash__" -articleTitle: "__hash__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns the hash code for the current instance." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/pdf417extendedparameters/__hash__/ ---- - -## Pdf417ExtendedParameters.__hash__ - -```python -__hash__(self) -> int -``` - - -Returns the hash code for the current instance. - - -**Return Type:** `int` — A hash code for the current object. - diff --git a/english/python-java/aspose_barcode.recognition/pdf417extendedparameters/__str__/_index.md b/english/python-java/aspose_barcode.recognition/pdf417extendedparameters/__str__/_index.md deleted file mode 100644 index 77f19f40c..000000000 --- a/english/python-java/aspose_barcode.recognition/pdf417extendedparameters/__str__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "Pdf417ExtendedParameters.__str__" -linktitle: "__str__" -articleTitle: "__str__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns a human-readable string representation of this Pdf417ExtendedParameters." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/pdf417extendedparameters/__str__/ ---- - -## Pdf417ExtendedParameters.__str__ - -```python -__str__(self) -> str -``` - - -Returns a human-readable string representation of this Pdf417ExtendedParameters. - - -**Return Type:** `str` — A string that represents this Pdf417ExtendedParameters. - diff --git a/english/python-java/aspose_barcode.recognition/pdf417extendedparameters/_index.md b/english/python-java/aspose_barcode.recognition/pdf417extendedparameters/_index.md index ef1dd22ef..c564c5034 100644 --- a/english/python-java/aspose_barcode.recognition/pdf417extendedparameters/_index.md +++ b/english/python-java/aspose_barcode.recognition/pdf417extendedparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "Pdf417ExtendedParameters Class" +title: "Pdf417ExtendedParameters" linktitle: "Pdf417ExtendedParameters" -articleTitle: "Pdf417ExtendedParameters" second_title: "Aspose.BarCode for Python via Java" description: "Stores a MacroPdf417 metadata information of recognized barcode. This sample shows how to get Macro Pdf417 metadata" type: docs @@ -21,25 +20,174 @@ Stores a MacroPdf417 metadata information of recognized barcode. This sample sho | Name | Description | | --- | --- | -| [__init__](./pdf417extendedparameters/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [__eq__](./__eq__/) | `bool` | No | Returns a value indicating whether this instance is equal to a specified Pdf417ExtendedParameters value. | -| [__hash__](./__hash__/) | `int` | No | Returns the hash code for the current instance. | -| [__str__](./__str__/) | `str` | No | Returns a human-readable string representation of this Pdf417ExtendedParameters. | -| [is_code128_emulation](./is_code128_emulation/) | `bool` | No | | -| [is_linked](./is_linked/) | `bool` | No | | -| [is_reader_initialization](./is_reader_initialization/) | `bool` | No | | -| [macro_pdf417_terminator](./macro_pdf417_terminator/) | `bool` | No | | -| [macro_pdf_417_addressee](./macro_pdf_417_addressee/) | `Optional[str]` | No | | -| [macro_pdf_417_checksum](./macro_pdf_417_checksum/) | `Optional[int]` | No | | -| [macro_pdf_417_file_id](./macro_pdf_417_file_id/) | `Optional[str]` | No | | -| [macro_pdf_417_file_name](./macro_pdf_417_file_name/) | `Optional[str]` | No | | -| [macro_pdf_417_file_size](./macro_pdf_417_file_size/) | `Optional[int]` | No | | -| [macro_pdf_417_segment_id](./macro_pdf_417_segment_id/) | `int` | No | | -| [macro_pdf_417_segments_count](./macro_pdf_417_segments_count/) | `int` | No | | -| [macro_pdf_417_sender](./macro_pdf_417_sender/) | `Optional[str]` | No | | -| [macro_pdf_417_time_stamp](./macro_pdf_417_time_stamp/) | `Optional[datetime]` | No | | +| [__eq__](#__eq__) | `bool` | No | Returns a value indicating whether this instance is equal to a specified Pdf417ExtendedParameters value. | +| [__hash__](#__hash__) | `int` | No | Returns the hash code for the current instance. | +| [__str__](#__str__) | `str` | No | Returns a human-readable string representation of this Pdf417ExtendedParameters. | +| [is_code128_emulation](#is_code128_emulation) | `bool` | No | | +| [is_linked](#is_linked) | `bool` | No | | +| [is_reader_initialization](#is_reader_initialization) | `bool` | No | | +| [macro_pdf417_terminator](#macro_pdf417_terminator) | `bool` | No | | +| [macro_pdf_417_addressee](#macro_pdf_417_addressee) | `Optional[str]` | No | | +| [macro_pdf_417_checksum](#macro_pdf_417_checksum) | `Optional[int]` | No | | +| [macro_pdf_417_file_id](#macro_pdf_417_file_id) | `Optional[str]` | No | | +| [macro_pdf_417_file_name](#macro_pdf_417_file_name) | `Optional[str]` | No | | +| [macro_pdf_417_file_size](#macro_pdf_417_file_size) | `Optional[int]` | No | | +| [macro_pdf_417_segment_id](#macro_pdf_417_segment_id) | `int` | No | | +| [macro_pdf_417_segments_count](#macro_pdf_417_segments_count) | `int` | No | | +| [macro_pdf_417_sender](#macro_pdf_417_sender) | `Optional[str]` | No | | +| [macro_pdf_417_time_stamp](#macro_pdf_417_time_stamp) | `Optional[datetime]` | No | | + +### Pdf417ExtendedParameters Constructor {#constructor} + +```python +__init__(self, _java_class) -> def +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `_java_class` | `` | | + +### Pdf417ExtendedParameters.__eq__ {#__eq__} + +```python +__eq__(self, Pdf417ExtendedParameters other) -> bool +``` + +Returns a value indicating whether this instance is equal to a specified Pdf417ExtendedParameters value. + +| Parameter | Type | Description | +| --- | --- | --- | +| `other` | `Pdf417ExtendedParameters` | | + +**Return Type:** `bool` — True if obj has the same value as this instance, otherwise False. + +### Pdf417ExtendedParameters.__hash__ {#__hash__} + +```python +__hash__(self) -> int +``` + +Returns the hash code for the current instance. + +**Return Type:** `int` — A hash code for the current object. + +### Pdf417ExtendedParameters.__str__ {#__str__} + +```python +__str__(self) -> str +``` + +Returns a human-readable string representation of this Pdf417ExtendedParameters. + +**Return Type:** `str` — A string that represents this Pdf417ExtendedParameters. + +### Pdf417ExtendedParameters.is_code128_emulation {#is_code128_emulation} + +```python +is_code128_emulation(self) -> bool +``` + +**Return Type:** `bool` + +### Pdf417ExtendedParameters.is_linked {#is_linked} + +```python +is_linked(self) -> bool +``` + +**Return Type:** `bool` + +### Pdf417ExtendedParameters.is_reader_initialization {#is_reader_initialization} + +```python +is_reader_initialization(self) -> bool +``` + +**Return Type:** `bool` + +### Pdf417ExtendedParameters.macro_pdf417_terminator {#macro_pdf417_terminator} + +```python +macro_pdf417_terminator(self) -> bool +``` + +**Return Type:** `bool` + +### Pdf417ExtendedParameters.macro_pdf_417_addressee {#macro_pdf_417_addressee} + +```python +macro_pdf_417_addressee(self) -> Optional[str] +``` + +**Return Type:** `Optional[str]` + +### Pdf417ExtendedParameters.macro_pdf_417_checksum {#macro_pdf_417_checksum} + +```python +macro_pdf_417_checksum(self) -> Optional[int] +``` + +**Return Type:** `Optional[int]` + +### Pdf417ExtendedParameters.macro_pdf_417_file_id {#macro_pdf_417_file_id} + +```python +macro_pdf_417_file_id(self) -> Optional[str] +``` + +**Return Type:** `Optional[str]` + +### Pdf417ExtendedParameters.macro_pdf_417_file_name {#macro_pdf_417_file_name} + +```python +macro_pdf_417_file_name(self) -> Optional[str] +``` + +**Return Type:** `Optional[str]` + +### Pdf417ExtendedParameters.macro_pdf_417_file_size {#macro_pdf_417_file_size} + +```python +macro_pdf_417_file_size(self) -> Optional[int] +``` + +**Return Type:** `Optional[int]` + +### Pdf417ExtendedParameters.macro_pdf_417_segment_id {#macro_pdf_417_segment_id} + +```python +macro_pdf_417_segment_id(self) -> int +``` + +**Return Type:** `int` + +### Pdf417ExtendedParameters.macro_pdf_417_segments_count {#macro_pdf_417_segments_count} + +```python +macro_pdf_417_segments_count(self) -> int +``` + +**Return Type:** `int` + +### Pdf417ExtendedParameters.macro_pdf_417_sender {#macro_pdf_417_sender} + +```python +macro_pdf_417_sender(self) -> Optional[str] +``` + +**Return Type:** `Optional[str]` + +### Pdf417ExtendedParameters.macro_pdf_417_time_stamp {#macro_pdf_417_time_stamp} + +```python +macro_pdf_417_time_stamp(self) -> Optional[datetime] +``` + +**Return Type:** `Optional[datetime]` + diff --git a/english/python-java/aspose_barcode.recognition/pdf417extendedparameters/is_code128_emulation/_index.md b/english/python-java/aspose_barcode.recognition/pdf417extendedparameters/is_code128_emulation/_index.md deleted file mode 100644 index 72cf98380..000000000 --- a/english/python-java/aspose_barcode.recognition/pdf417extendedparameters/is_code128_emulation/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Pdf417ExtendedParameters.is_code128_emulation" -linktitle: "is_code128_emulation" -articleTitle: "is_code128_emulation" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/pdf417extendedparameters/is_code128_emulation/ ---- - -## Pdf417ExtendedParameters.is_code128_emulation - -```python -is_code128_emulation(self) -> bool -``` - - -**Return Type:** `bool` - diff --git a/english/python-java/aspose_barcode.recognition/pdf417extendedparameters/is_linked/_index.md b/english/python-java/aspose_barcode.recognition/pdf417extendedparameters/is_linked/_index.md deleted file mode 100644 index 7cf3e29a7..000000000 --- a/english/python-java/aspose_barcode.recognition/pdf417extendedparameters/is_linked/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Pdf417ExtendedParameters.is_linked" -linktitle: "is_linked" -articleTitle: "is_linked" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/pdf417extendedparameters/is_linked/ ---- - -## Pdf417ExtendedParameters.is_linked - -```python -is_linked(self) -> bool -``` - - -**Return Type:** `bool` - diff --git a/english/python-java/aspose_barcode.recognition/pdf417extendedparameters/is_reader_initialization/_index.md b/english/python-java/aspose_barcode.recognition/pdf417extendedparameters/is_reader_initialization/_index.md deleted file mode 100644 index 1a3d56a91..000000000 --- a/english/python-java/aspose_barcode.recognition/pdf417extendedparameters/is_reader_initialization/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Pdf417ExtendedParameters.is_reader_initialization" -linktitle: "is_reader_initialization" -articleTitle: "is_reader_initialization" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/pdf417extendedparameters/is_reader_initialization/ ---- - -## Pdf417ExtendedParameters.is_reader_initialization - -```python -is_reader_initialization(self) -> bool -``` - - -**Return Type:** `bool` - diff --git a/english/python-java/aspose_barcode.recognition/pdf417extendedparameters/macro_pdf417_terminator/_index.md b/english/python-java/aspose_barcode.recognition/pdf417extendedparameters/macro_pdf417_terminator/_index.md deleted file mode 100644 index cdf0580a1..000000000 --- a/english/python-java/aspose_barcode.recognition/pdf417extendedparameters/macro_pdf417_terminator/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Pdf417ExtendedParameters.macro_pdf417_terminator" -linktitle: "macro_pdf417_terminator" -articleTitle: "macro_pdf417_terminator" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/pdf417extendedparameters/macro_pdf417_terminator/ ---- - -## Pdf417ExtendedParameters.macro_pdf417_terminator - -```python -macro_pdf417_terminator(self) -> bool -``` - - -**Return Type:** `bool` - diff --git a/english/python-java/aspose_barcode.recognition/pdf417extendedparameters/macro_pdf_417_addressee/_index.md b/english/python-java/aspose_barcode.recognition/pdf417extendedparameters/macro_pdf_417_addressee/_index.md deleted file mode 100644 index f3762f554..000000000 --- a/english/python-java/aspose_barcode.recognition/pdf417extendedparameters/macro_pdf_417_addressee/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Pdf417ExtendedParameters.macro_pdf_417_addressee" -linktitle: "macro_pdf_417_addressee" -articleTitle: "macro_pdf_417_addressee" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/pdf417extendedparameters/macro_pdf_417_addressee/ ---- - -## Pdf417ExtendedParameters.macro_pdf_417_addressee - -```python -macro_pdf_417_addressee(self) -> Optional[str] -``` - - -**Return Type:** `Optional[str]` - diff --git a/english/python-java/aspose_barcode.recognition/pdf417extendedparameters/macro_pdf_417_checksum/_index.md b/english/python-java/aspose_barcode.recognition/pdf417extendedparameters/macro_pdf_417_checksum/_index.md deleted file mode 100644 index 48098711b..000000000 --- a/english/python-java/aspose_barcode.recognition/pdf417extendedparameters/macro_pdf_417_checksum/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Pdf417ExtendedParameters.macro_pdf_417_checksum" -linktitle: "macro_pdf_417_checksum" -articleTitle: "macro_pdf_417_checksum" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/pdf417extendedparameters/macro_pdf_417_checksum/ ---- - -## Pdf417ExtendedParameters.macro_pdf_417_checksum - -```python -macro_pdf_417_checksum(self) -> Optional[int] -``` - - -**Return Type:** `Optional[int]` - diff --git a/english/python-java/aspose_barcode.recognition/pdf417extendedparameters/macro_pdf_417_file_id/_index.md b/english/python-java/aspose_barcode.recognition/pdf417extendedparameters/macro_pdf_417_file_id/_index.md deleted file mode 100644 index 505f1924d..000000000 --- a/english/python-java/aspose_barcode.recognition/pdf417extendedparameters/macro_pdf_417_file_id/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Pdf417ExtendedParameters.macro_pdf_417_file_id" -linktitle: "macro_pdf_417_file_id" -articleTitle: "macro_pdf_417_file_id" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/pdf417extendedparameters/macro_pdf_417_file_id/ ---- - -## Pdf417ExtendedParameters.macro_pdf_417_file_id - -```python -macro_pdf_417_file_id(self) -> Optional[str] -``` - - -**Return Type:** `Optional[str]` - diff --git a/english/python-java/aspose_barcode.recognition/pdf417extendedparameters/macro_pdf_417_file_name/_index.md b/english/python-java/aspose_barcode.recognition/pdf417extendedparameters/macro_pdf_417_file_name/_index.md deleted file mode 100644 index ab5a186d8..000000000 --- a/english/python-java/aspose_barcode.recognition/pdf417extendedparameters/macro_pdf_417_file_name/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Pdf417ExtendedParameters.macro_pdf_417_file_name" -linktitle: "macro_pdf_417_file_name" -articleTitle: "macro_pdf_417_file_name" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/pdf417extendedparameters/macro_pdf_417_file_name/ ---- - -## Pdf417ExtendedParameters.macro_pdf_417_file_name - -```python -macro_pdf_417_file_name(self) -> Optional[str] -``` - - -**Return Type:** `Optional[str]` - diff --git a/english/python-java/aspose_barcode.recognition/pdf417extendedparameters/macro_pdf_417_file_size/_index.md b/english/python-java/aspose_barcode.recognition/pdf417extendedparameters/macro_pdf_417_file_size/_index.md deleted file mode 100644 index 2cd783166..000000000 --- a/english/python-java/aspose_barcode.recognition/pdf417extendedparameters/macro_pdf_417_file_size/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Pdf417ExtendedParameters.macro_pdf_417_file_size" -linktitle: "macro_pdf_417_file_size" -articleTitle: "macro_pdf_417_file_size" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/pdf417extendedparameters/macro_pdf_417_file_size/ ---- - -## Pdf417ExtendedParameters.macro_pdf_417_file_size - -```python -macro_pdf_417_file_size(self) -> Optional[int] -``` - - -**Return Type:** `Optional[int]` - diff --git a/english/python-java/aspose_barcode.recognition/pdf417extendedparameters/macro_pdf_417_segment_id/_index.md b/english/python-java/aspose_barcode.recognition/pdf417extendedparameters/macro_pdf_417_segment_id/_index.md deleted file mode 100644 index 3156e13b0..000000000 --- a/english/python-java/aspose_barcode.recognition/pdf417extendedparameters/macro_pdf_417_segment_id/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Pdf417ExtendedParameters.macro_pdf_417_segment_id" -linktitle: "macro_pdf_417_segment_id" -articleTitle: "macro_pdf_417_segment_id" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/pdf417extendedparameters/macro_pdf_417_segment_id/ ---- - -## Pdf417ExtendedParameters.macro_pdf_417_segment_id - -```python -macro_pdf_417_segment_id(self) -> int -``` - - -**Return Type:** `int` - diff --git a/english/python-java/aspose_barcode.recognition/pdf417extendedparameters/macro_pdf_417_segments_count/_index.md b/english/python-java/aspose_barcode.recognition/pdf417extendedparameters/macro_pdf_417_segments_count/_index.md deleted file mode 100644 index 3f707fccc..000000000 --- a/english/python-java/aspose_barcode.recognition/pdf417extendedparameters/macro_pdf_417_segments_count/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Pdf417ExtendedParameters.macro_pdf_417_segments_count" -linktitle: "macro_pdf_417_segments_count" -articleTitle: "macro_pdf_417_segments_count" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/pdf417extendedparameters/macro_pdf_417_segments_count/ ---- - -## Pdf417ExtendedParameters.macro_pdf_417_segments_count - -```python -macro_pdf_417_segments_count(self) -> int -``` - - -**Return Type:** `int` - diff --git a/english/python-java/aspose_barcode.recognition/pdf417extendedparameters/macro_pdf_417_sender/_index.md b/english/python-java/aspose_barcode.recognition/pdf417extendedparameters/macro_pdf_417_sender/_index.md deleted file mode 100644 index 6b9ee5272..000000000 --- a/english/python-java/aspose_barcode.recognition/pdf417extendedparameters/macro_pdf_417_sender/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Pdf417ExtendedParameters.macro_pdf_417_sender" -linktitle: "macro_pdf_417_sender" -articleTitle: "macro_pdf_417_sender" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/pdf417extendedparameters/macro_pdf_417_sender/ ---- - -## Pdf417ExtendedParameters.macro_pdf_417_sender - -```python -macro_pdf_417_sender(self) -> Optional[str] -``` - - -**Return Type:** `Optional[str]` - diff --git a/english/python-java/aspose_barcode.recognition/pdf417extendedparameters/macro_pdf_417_time_stamp/_index.md b/english/python-java/aspose_barcode.recognition/pdf417extendedparameters/macro_pdf_417_time_stamp/_index.md deleted file mode 100644 index 710b3ba74..000000000 --- a/english/python-java/aspose_barcode.recognition/pdf417extendedparameters/macro_pdf_417_time_stamp/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Pdf417ExtendedParameters.macro_pdf_417_time_stamp" -linktitle: "macro_pdf_417_time_stamp" -articleTitle: "macro_pdf_417_time_stamp" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/pdf417extendedparameters/macro_pdf_417_time_stamp/ ---- - -## Pdf417ExtendedParameters.macro_pdf_417_time_stamp - -```python -macro_pdf_417_time_stamp(self) -> Optional[datetime] -``` - - -**Return Type:** `Optional[datetime]` - diff --git a/english/python-java/aspose_barcode.recognition/pdf417extendedparameters/pdf417extendedparameters/_index.md b/english/python-java/aspose_barcode.recognition/pdf417extendedparameters/pdf417extendedparameters/_index.md deleted file mode 100644 index 735412d56..000000000 --- a/english/python-java/aspose_barcode.recognition/pdf417extendedparameters/pdf417extendedparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Pdf417ExtendedParameters" -linktitle: "Pdf417ExtendedParameters" -articleTitle: "Pdf417ExtendedParameters" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/pdf417extendedparameters/pdf417extendedparameters/ ---- - -## Pdf417ExtendedParameters Constructor - -```python -__init__(self, _java_class) -> def -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `_java_class` | `` | | diff --git a/english/python-java/aspose_barcode.recognition/qrextendedparameters/__eq__/_index.md b/english/python-java/aspose_barcode.recognition/qrextendedparameters/__eq__/_index.md deleted file mode 100644 index 64920dc7e..000000000 --- a/english/python-java/aspose_barcode.recognition/qrextendedparameters/__eq__/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "QRExtendedParameters.__eq__" -linktitle: "__eq__" -articleTitle: "__eq__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns a value indicating whether this instance is equal to a specified QRExtendedParameters value." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/qrextendedparameters/__eq__/ ---- - -## QRExtendedParameters.__eq__ - -```python -__eq__(self, QRExtendedParameters other) -> bool -``` - - -Returns a value indicating whether this instance is equal to a specified QRExtendedParameters value. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `other` | `QRExtendedParameters` | | - -**Return Type:** `bool` — True if obj has the same value as this instance otherwise False. - diff --git a/english/python-java/aspose_barcode.recognition/qrextendedparameters/__hash__/_index.md b/english/python-java/aspose_barcode.recognition/qrextendedparameters/__hash__/_index.md deleted file mode 100644 index ba5fff675..000000000 --- a/english/python-java/aspose_barcode.recognition/qrextendedparameters/__hash__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "QRExtendedParameters.__hash__" -linktitle: "__hash__" -articleTitle: "__hash__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns the hash code for the current instance." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/qrextendedparameters/__hash__/ ---- - -## QRExtendedParameters.__hash__ - -```python -__hash__(self) -> int -``` - - -Returns the hash code for the current instance. - - -**Return Type:** `int` — A hash code for the current object. - diff --git a/english/python-java/aspose_barcode.recognition/qrextendedparameters/__str__/_index.md b/english/python-java/aspose_barcode.recognition/qrextendedparameters/__str__/_index.md deleted file mode 100644 index 9b0dd940c..000000000 --- a/english/python-java/aspose_barcode.recognition/qrextendedparameters/__str__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "QRExtendedParameters.__str__" -linktitle: "__str__" -articleTitle: "__str__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns a human-readable string representation of this QRExtendedParameters." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/qrextendedparameters/__str__/ ---- - -## QRExtendedParameters.__str__ - -```python -__str__(self) -> str -``` - - -Returns a human-readable string representation of this QRExtendedParameters. - - -**Return Type:** `str` — A string that represents this QRExtendedParameters. - diff --git a/english/python-java/aspose_barcode.recognition/qrextendedparameters/_index.md b/english/python-java/aspose_barcode.recognition/qrextendedparameters/_index.md index 8b2093247..329ea2d42 100644 --- a/english/python-java/aspose_barcode.recognition/qrextendedparameters/_index.md +++ b/english/python-java/aspose_barcode.recognition/qrextendedparameters/_index.md @@ -1,7 +1,6 @@ --- -title: "QRExtendedParameters Class" +title: "QRExtendedParameters" linktitle: "QRExtendedParameters" -articleTitle: "QRExtendedParameters" second_title: "Aspose.BarCode for Python via Java" description: "Stores a QR Structured Append information of recognized barcode. This sample shows how to get QR Structured Append data" type: docs @@ -21,25 +20,174 @@ Stores a QR Structured Append information of recognized barcode. This sample sho | Name | Description | | --- | --- | -| [__init__](./qrextendedparameters/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [__eq__](./__eq__/) | `bool` | No | Returns a value indicating whether this instance is equal to a specified QRExtendedParameters value. | -| [__hash__](./__hash__/) | `int` | No | Returns the hash code for the current instance. | -| [__str__](./__str__/) | `str` | No | Returns a human-readable string representation of this QRExtendedParameters. | -| [error_level](./error_level/) | `int` | No | | -| [is_empty](./is_empty/) | `bool` | No | | -| [micro_qr_version](./micro_qr_version/) | `int` | No | | -| [qr_error_level](./qr_error_level/) | `int` | No | | -| [qr_structured_append_mode_barcode_index](./qr_structured_append_mode_barcode_index/) | `int` | No | | -| [qr_structured_append_mode_barcodes_quantity](./qr_structured_append_mode_barcodes_quantity/) | `int` | No | | -| [qr_structured_append_mode_parity_data](./qr_structured_append_mode_parity_data/) | `int` | No | | -| [qr_version](./qr_version/) | `int` | No | | -| [rect_micro_qr_version](./rect_micro_qr_version/) | `int` | No | | -| [structured_append_mode_barcode_index](./structured_append_mode_barcode_index/) | `int` | No | | -| [structured_append_mode_barcodes_quantity](./structured_append_mode_barcodes_quantity/) | `int` | No | | -| [structured_append_mode_parity_data](./structured_append_mode_parity_data/) | `int` | No | | -| [version](./version/) | `int` | No | | +| [__eq__](#__eq__) | `bool` | No | Returns a value indicating whether this instance is equal to a specified QRExtendedParameters value. | +| [__hash__](#__hash__) | `int` | No | Returns the hash code for the current instance. | +| [__str__](#__str__) | `str` | No | Returns a human-readable string representation of this QRExtendedParameters. | +| [error_level](#error_level) | `int` | No | | +| [is_empty](#is_empty) | `bool` | No | | +| [micro_qr_version](#micro_qr_version) | `int` | No | | +| [qr_error_level](#qr_error_level) | `int` | No | | +| [qr_structured_append_mode_barcode_index](#qr_structured_append_mode_barcode_index) | `int` | No | | +| [qr_structured_append_mode_barcodes_quantity](#qr_structured_append_mode_barcodes_quantity) | `int` | No | | +| [qr_structured_append_mode_parity_data](#qr_structured_append_mode_parity_data) | `int` | No | | +| [qr_version](#qr_version) | `int` | No | | +| [rect_micro_qr_version](#rect_micro_qr_version) | `int` | No | | +| [structured_append_mode_barcode_index](#structured_append_mode_barcode_index) | `int` | No | | +| [structured_append_mode_barcodes_quantity](#structured_append_mode_barcodes_quantity) | `int` | No | | +| [structured_append_mode_parity_data](#structured_append_mode_parity_data) | `int` | No | | +| [version](#version) | `int` | No | | + +### QRExtendedParameters Constructor {#constructor} + +```python +__init__(self, _java_class) -> def +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `_java_class` | `` | | + +### QRExtendedParameters.__eq__ {#__eq__} + +```python +__eq__(self, QRExtendedParameters other) -> bool +``` + +Returns a value indicating whether this instance is equal to a specified QRExtendedParameters value. + +| Parameter | Type | Description | +| --- | --- | --- | +| `other` | `QRExtendedParameters` | | + +**Return Type:** `bool` — True if obj has the same value as this instance otherwise False. + +### QRExtendedParameters.__hash__ {#__hash__} + +```python +__hash__(self) -> int +``` + +Returns the hash code for the current instance. + +**Return Type:** `int` — A hash code for the current object. + +### QRExtendedParameters.__str__ {#__str__} + +```python +__str__(self) -> str +``` + +Returns a human-readable string representation of this QRExtendedParameters. + +**Return Type:** `str` — A string that represents this QRExtendedParameters. + +### QRExtendedParameters.error_level {#error_level} + +```python +error_level(self) -> int +``` + +**Return Type:** `int` + +### QRExtendedParameters.is_empty {#is_empty} + +```python +is_empty(self) -> bool +``` + +**Return Type:** `bool` + +### QRExtendedParameters.micro_qr_version {#micro_qr_version} + +```python +micro_qr_version(self) -> int +``` + +**Return Type:** `int` + +### QRExtendedParameters.qr_error_level {#qr_error_level} + +```python +qr_error_level(self) -> int +``` + +**Return Type:** `int` + +### QRExtendedParameters.qr_structured_append_mode_barcode_index {#qr_structured_append_mode_barcode_index} + +```python +qr_structured_append_mode_barcode_index(self) -> int +``` + +**Return Type:** `int` + +### QRExtendedParameters.qr_structured_append_mode_barcodes_quantity {#qr_structured_append_mode_barcodes_quantity} + +```python +qr_structured_append_mode_barcodes_quantity(self) -> int +``` + +**Return Type:** `int` + +### QRExtendedParameters.qr_structured_append_mode_parity_data {#qr_structured_append_mode_parity_data} + +```python +qr_structured_append_mode_parity_data(self) -> int +``` + +**Return Type:** `int` + +### QRExtendedParameters.qr_version {#qr_version} + +```python +qr_version(self) -> int +``` + +**Return Type:** `int` + +### QRExtendedParameters.rect_micro_qr_version {#rect_micro_qr_version} + +```python +rect_micro_qr_version(self) -> int +``` + +**Return Type:** `int` + +### QRExtendedParameters.structured_append_mode_barcode_index {#structured_append_mode_barcode_index} + +```python +structured_append_mode_barcode_index(self) -> int +``` + +**Return Type:** `int` + +### QRExtendedParameters.structured_append_mode_barcodes_quantity {#structured_append_mode_barcodes_quantity} + +```python +structured_append_mode_barcodes_quantity(self) -> int +``` + +**Return Type:** `int` + +### QRExtendedParameters.structured_append_mode_parity_data {#structured_append_mode_parity_data} + +```python +structured_append_mode_parity_data(self) -> int +``` + +**Return Type:** `int` + +### QRExtendedParameters.version {#version} + +```python +version(self) -> int +``` + +**Return Type:** `int` + diff --git a/english/python-java/aspose_barcode.recognition/qrextendedparameters/error_level/_index.md b/english/python-java/aspose_barcode.recognition/qrextendedparameters/error_level/_index.md deleted file mode 100644 index ad8712f0a..000000000 --- a/english/python-java/aspose_barcode.recognition/qrextendedparameters/error_level/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "QRExtendedParameters.error_level" -linktitle: "error_level" -articleTitle: "error_level" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/qrextendedparameters/error_level/ ---- - -## QRExtendedParameters.error_level - -```python -error_level(self) -> int -``` - - -**Return Type:** `int` - diff --git a/english/python-java/aspose_barcode.recognition/qrextendedparameters/is_empty/_index.md b/english/python-java/aspose_barcode.recognition/qrextendedparameters/is_empty/_index.md deleted file mode 100644 index 1598745f7..000000000 --- a/english/python-java/aspose_barcode.recognition/qrextendedparameters/is_empty/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "QRExtendedParameters.is_empty" -linktitle: "is_empty" -articleTitle: "is_empty" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/qrextendedparameters/is_empty/ ---- - -## QRExtendedParameters.is_empty - -```python -is_empty(self) -> bool -``` - - -**Return Type:** `bool` - diff --git a/english/python-java/aspose_barcode.recognition/qrextendedparameters/micro_qr_version/_index.md b/english/python-java/aspose_barcode.recognition/qrextendedparameters/micro_qr_version/_index.md deleted file mode 100644 index 66c8822ec..000000000 --- a/english/python-java/aspose_barcode.recognition/qrextendedparameters/micro_qr_version/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "QRExtendedParameters.micro_qr_version" -linktitle: "micro_qr_version" -articleTitle: "micro_qr_version" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/qrextendedparameters/micro_qr_version/ ---- - -## QRExtendedParameters.micro_qr_version - -```python -micro_qr_version(self) -> int -``` - - -**Return Type:** `int` - diff --git a/english/python-java/aspose_barcode.recognition/qrextendedparameters/qr_error_level/_index.md b/english/python-java/aspose_barcode.recognition/qrextendedparameters/qr_error_level/_index.md deleted file mode 100644 index 106a64bb9..000000000 --- a/english/python-java/aspose_barcode.recognition/qrextendedparameters/qr_error_level/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "QRExtendedParameters.qr_error_level" -linktitle: "qr_error_level" -articleTitle: "qr_error_level" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/qrextendedparameters/qr_error_level/ ---- - -## QRExtendedParameters.qr_error_level - -```python -qr_error_level(self) -> int -``` - - -**Return Type:** `int` - diff --git a/english/python-java/aspose_barcode.recognition/qrextendedparameters/qr_structured_append_mode_barcode_index/_index.md b/english/python-java/aspose_barcode.recognition/qrextendedparameters/qr_structured_append_mode_barcode_index/_index.md deleted file mode 100644 index e654793d4..000000000 --- a/english/python-java/aspose_barcode.recognition/qrextendedparameters/qr_structured_append_mode_barcode_index/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "QRExtendedParameters.qr_structured_append_mode_barcode_index" -linktitle: "qr_structured_append_mode_barcode_index" -articleTitle: "qr_structured_append_mode_barcode_index" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/qrextendedparameters/qr_structured_append_mode_barcode_index/ ---- - -## QRExtendedParameters.qr_structured_append_mode_barcode_index - -```python -qr_structured_append_mode_barcode_index(self) -> int -``` - - -**Return Type:** `int` - diff --git a/english/python-java/aspose_barcode.recognition/qrextendedparameters/qr_structured_append_mode_barcodes_quantity/_index.md b/english/python-java/aspose_barcode.recognition/qrextendedparameters/qr_structured_append_mode_barcodes_quantity/_index.md deleted file mode 100644 index 242634748..000000000 --- a/english/python-java/aspose_barcode.recognition/qrextendedparameters/qr_structured_append_mode_barcodes_quantity/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "QRExtendedParameters.qr_structured_append_mode_barcodes_quantity" -linktitle: "qr_structured_append_mode_barcodes_quantity" -articleTitle: "qr_structured_append_mode_barcodes_quantity" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/qrextendedparameters/qr_structured_append_mode_barcodes_quantity/ ---- - -## QRExtendedParameters.qr_structured_append_mode_barcodes_quantity - -```python -qr_structured_append_mode_barcodes_quantity(self) -> int -``` - - -**Return Type:** `int` - diff --git a/english/python-java/aspose_barcode.recognition/qrextendedparameters/qr_structured_append_mode_parity_data/_index.md b/english/python-java/aspose_barcode.recognition/qrextendedparameters/qr_structured_append_mode_parity_data/_index.md deleted file mode 100644 index 36b646420..000000000 --- a/english/python-java/aspose_barcode.recognition/qrextendedparameters/qr_structured_append_mode_parity_data/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "QRExtendedParameters.qr_structured_append_mode_parity_data" -linktitle: "qr_structured_append_mode_parity_data" -articleTitle: "qr_structured_append_mode_parity_data" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/qrextendedparameters/qr_structured_append_mode_parity_data/ ---- - -## QRExtendedParameters.qr_structured_append_mode_parity_data - -```python -qr_structured_append_mode_parity_data(self) -> int -``` - - -**Return Type:** `int` - diff --git a/english/python-java/aspose_barcode.recognition/qrextendedparameters/qr_version/_index.md b/english/python-java/aspose_barcode.recognition/qrextendedparameters/qr_version/_index.md deleted file mode 100644 index 41883a52f..000000000 --- a/english/python-java/aspose_barcode.recognition/qrextendedparameters/qr_version/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "QRExtendedParameters.qr_version" -linktitle: "qr_version" -articleTitle: "qr_version" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/qrextendedparameters/qr_version/ ---- - -## QRExtendedParameters.qr_version - -```python -qr_version(self) -> int -``` - - -**Return Type:** `int` - diff --git a/english/python-java/aspose_barcode.recognition/qrextendedparameters/qrextendedparameters/_index.md b/english/python-java/aspose_barcode.recognition/qrextendedparameters/qrextendedparameters/_index.md deleted file mode 100644 index 9cd9c2af9..000000000 --- a/english/python-java/aspose_barcode.recognition/qrextendedparameters/qrextendedparameters/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QRExtendedParameters" -linktitle: "QRExtendedParameters" -articleTitle: "QRExtendedParameters" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/qrextendedparameters/qrextendedparameters/ ---- - -## QRExtendedParameters Constructor - -```python -__init__(self, _java_class) -> def -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `_java_class` | `` | | diff --git a/english/python-java/aspose_barcode.recognition/qrextendedparameters/rect_micro_qr_version/_index.md b/english/python-java/aspose_barcode.recognition/qrextendedparameters/rect_micro_qr_version/_index.md deleted file mode 100644 index cc16397ff..000000000 --- a/english/python-java/aspose_barcode.recognition/qrextendedparameters/rect_micro_qr_version/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "QRExtendedParameters.rect_micro_qr_version" -linktitle: "rect_micro_qr_version" -articleTitle: "rect_micro_qr_version" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/qrextendedparameters/rect_micro_qr_version/ ---- - -## QRExtendedParameters.rect_micro_qr_version - -```python -rect_micro_qr_version(self) -> int -``` - - -**Return Type:** `int` - diff --git a/english/python-java/aspose_barcode.recognition/qrextendedparameters/structured_append_mode_barcode_index/_index.md b/english/python-java/aspose_barcode.recognition/qrextendedparameters/structured_append_mode_barcode_index/_index.md deleted file mode 100644 index 566e756df..000000000 --- a/english/python-java/aspose_barcode.recognition/qrextendedparameters/structured_append_mode_barcode_index/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "QRExtendedParameters.structured_append_mode_barcode_index" -linktitle: "structured_append_mode_barcode_index" -articleTitle: "structured_append_mode_barcode_index" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/qrextendedparameters/structured_append_mode_barcode_index/ ---- - -## QRExtendedParameters.structured_append_mode_barcode_index - -```python -structured_append_mode_barcode_index(self) -> int -``` - - -**Return Type:** `int` - diff --git a/english/python-java/aspose_barcode.recognition/qrextendedparameters/structured_append_mode_barcodes_quantity/_index.md b/english/python-java/aspose_barcode.recognition/qrextendedparameters/structured_append_mode_barcodes_quantity/_index.md deleted file mode 100644 index f6a2e8de8..000000000 --- a/english/python-java/aspose_barcode.recognition/qrextendedparameters/structured_append_mode_barcodes_quantity/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "QRExtendedParameters.structured_append_mode_barcodes_quantity" -linktitle: "structured_append_mode_barcodes_quantity" -articleTitle: "structured_append_mode_barcodes_quantity" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/qrextendedparameters/structured_append_mode_barcodes_quantity/ ---- - -## QRExtendedParameters.structured_append_mode_barcodes_quantity - -```python -structured_append_mode_barcodes_quantity(self) -> int -``` - - -**Return Type:** `int` - diff --git a/english/python-java/aspose_barcode.recognition/qrextendedparameters/structured_append_mode_parity_data/_index.md b/english/python-java/aspose_barcode.recognition/qrextendedparameters/structured_append_mode_parity_data/_index.md deleted file mode 100644 index deeaaf129..000000000 --- a/english/python-java/aspose_barcode.recognition/qrextendedparameters/structured_append_mode_parity_data/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "QRExtendedParameters.structured_append_mode_parity_data" -linktitle: "structured_append_mode_parity_data" -articleTitle: "structured_append_mode_parity_data" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/qrextendedparameters/structured_append_mode_parity_data/ ---- - -## QRExtendedParameters.structured_append_mode_parity_data - -```python -structured_append_mode_parity_data(self) -> int -``` - - -**Return Type:** `int` - diff --git a/english/python-java/aspose_barcode.recognition/qrextendedparameters/version/_index.md b/english/python-java/aspose_barcode.recognition/qrextendedparameters/version/_index.md deleted file mode 100644 index 03613885f..000000000 --- a/english/python-java/aspose_barcode.recognition/qrextendedparameters/version/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "QRExtendedParameters.version" -linktitle: "version" -articleTitle: "version" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/qrextendedparameters/version/ ---- - -## QRExtendedParameters.version - -```python -version(self) -> int -``` - - -**Return Type:** `int` - diff --git a/english/python-java/aspose_barcode.recognition/quadrangle/__eq__/_index.md b/english/python-java/aspose_barcode.recognition/quadrangle/__eq__/_index.md deleted file mode 100644 index bd288033a..000000000 --- a/english/python-java/aspose_barcode.recognition/quadrangle/__eq__/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "Quadrangle.__eq__" -linktitle: "__eq__" -articleTitle: "__eq__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns a value indicating whether this instance is equal to a specified Quadrangle value." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/quadrangle/__eq__/ ---- - -## Quadrangle.__eq__ - -```python -__eq__(self, Quadrangle other) -> bool -``` - - -Returns a value indicating whether this instance is equal to a specified Quadrangle value. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `other` | `Quadrangle` | | - -**Return Type:** `bool` — true if obj has the same value as this instance otherwise, false. - diff --git a/english/python-java/aspose_barcode.recognition/quadrangle/__hash__/_index.md b/english/python-java/aspose_barcode.recognition/quadrangle/__hash__/_index.md deleted file mode 100644 index 565c61ae4..000000000 --- a/english/python-java/aspose_barcode.recognition/quadrangle/__hash__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "Quadrangle.__hash__" -linktitle: "__hash__" -articleTitle: "__hash__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns the hash code for the current instance." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/quadrangle/__hash__/ ---- - -## Quadrangle.__hash__ - -```python -__hash__(self) -> int -``` - - -Returns the hash code for the current instance. - - -**Return Type:** `int` — A hash code for the current object. - diff --git a/english/python-java/aspose_barcode.recognition/quadrangle/__str__/_index.md b/english/python-java/aspose_barcode.recognition/quadrangle/__str__/_index.md deleted file mode 100644 index 2c4756f2a..000000000 --- a/english/python-java/aspose_barcode.recognition/quadrangle/__str__/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "Quadrangle.__str__" -linktitle: "__str__" -articleTitle: "__str__" -second_title: "Aspose.BarCode for Python via Java" -description: "Returns a human-readable string representation of this Quadrangle." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/quadrangle/__str__/ ---- - -## Quadrangle.__str__ - -```python -__str__(self) -> str -``` - - -Returns a human-readable string representation of this Quadrangle. - - -**Return Type:** `str` — A string that represents this Quadrangle. - diff --git a/english/python-java/aspose_barcode.recognition/quadrangle/_index.md b/english/python-java/aspose_barcode.recognition/quadrangle/_index.md index f8303a55b..1d58c4926 100644 --- a/english/python-java/aspose_barcode.recognition/quadrangle/_index.md +++ b/english/python-java/aspose_barcode.recognition/quadrangle/_index.md @@ -1,7 +1,6 @@ --- -title: "Quadrangle Class" +title: "Quadrangle" linktitle: "Quadrangle" -articleTitle: "Quadrangle" second_title: "Aspose.BarCode for Python via Java" description: "Stores a set of four Points that represent a Quadrangle region." type: docs @@ -21,28 +20,185 @@ Stores a set of four Points that represent a Quadrangle region. | Name | Description | | --- | --- | -| [__init__](./quadrangle/) | Initializes a new instance of the Quadrangle structure with the describing points. | +| [__init__](#constructor) | Initializes a new instance of the Quadrangle structure with the describing points. | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [__eq__](./__eq__/) | `bool` | No | Returns a value indicating whether this instance is equal to a specified Quadrangle value. | -| [__hash__](./__hash__/) | `int` | No | Returns the hash code for the current instance. | -| [__str__](./__str__/) | `str` | No | Returns a human-readable string representation of this Quadrangle. | -| [bounding_rectangle](./bounding_rectangle/) | `RectLike` | No | | -| [contains](./contains/) | `bool` | No | | -| [contains_point](./contains_point/) | `bool` | No | | -| [contains_quadrangle](./contains_quadrangle/) | `bool` | No | | -| [contains_rectangle](./contains_rectangle/) | `bool` | No | | -| [empty](./empty/) | `Quadrangle` | Yes | Represents a Quadrangle structure with its properties set to (0,0). | -| [is_empty](./is_empty/) | `bool` | No | | +| [__eq__](#__eq__) | `bool` | No | Returns a value indicating whether this instance is equal to a specified Quadrangle value. | +| [__hash__](#__hash__) | `int` | No | Returns the hash code for the current instance. | +| [__str__](#__str__) | `str` | No | Returns a human-readable string representation of this Quadrangle. | +| [bounding_rectangle](#bounding_rectangle) | `RectLike` | No | | +| [contains](#contains) | `bool` | No | | +| [contains_point](#contains_point) | `bool` | No | | +| [contains_quadrangle](#contains_quadrangle) | `bool` | No | | +| [contains_rectangle](#contains_rectangle) | `bool` | No | | +| [empty](#empty) | `Quadrangle` | Yes | Represents a Quadrangle structure with its properties set to (0,0). | +| [is_empty](#is_empty) | `bool` | No | | ## Properties | Name | Type | Description | | --- | --- | --- | -| [left_bottom](./left_bottom/) | `PointLike` | | -| [left_top](./left_top/) | `PointLike` | | -| [right_bottom](./right_bottom/) | `PointLike` | | -| [right_top](./right_top/) | `PointLike` | | +| [left_bottom](#left_bottom) | `PointLike` | | +| [left_top](#left_top) | `PointLike` | | +| [right_bottom](#right_bottom) | `PointLike` | | +| [right_top](#right_top) | `PointLike` | | + +### Quadrangle Constructor {#constructor} + +```python +__init__(self, PointLike left_top, PointLike right_top, PointLike right_bottom, PointLike left_bottom) -> def +``` + +Initializes a new instance of the Quadrangle structure with the describing points. + +| Parameter | Type | Description | +| --- | --- | --- | +| `left_top` | `PointLike` | | +| `right_top` | `PointLike` | | +| `right_bottom` | `PointLike` | | +| `left_bottom` | `PointLike` | | + +### Quadrangle.__eq__ {#__eq__} + +```python +__eq__(self, Quadrangle other) -> bool +``` + +Returns a value indicating whether this instance is equal to a specified Quadrangle value. + +| Parameter | Type | Description | +| --- | --- | --- | +| `other` | `Quadrangle` | | + +**Return Type:** `bool` — true if obj has the same value as this instance otherwise, false. + +### Quadrangle.__hash__ {#__hash__} + +```python +__hash__(self) -> int +``` + +Returns the hash code for the current instance. + +**Return Type:** `int` — A hash code for the current object. + +### Quadrangle.__str__ {#__str__} + +```python +__str__(self) -> str +``` + +Returns a human-readable string representation of this Quadrangle. + +**Return Type:** `str` — A string that represents this Quadrangle. + +### Quadrangle.bounding_rectangle {#bounding_rectangle} + +```python +bounding_rectangle(self) -> RectLike +``` + +**Return Type:** `RectLike` + +### Quadrangle.contains {#contains} + +```python +contains(self, Union[PointLike, Quadrangle, RectLike, tuple[int, int]] obj) -> bool +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `obj` | `Union[PointLike, Quadrangle, RectLike, tuple[int, int]]` | | + +**Return Type:** `bool` + +### Quadrangle.contains_point {#contains_point} + +```python +contains_point(self, int x, int y) -> bool +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `x` | `int` | | +| `y` | `int` | | + +**Return Type:** `bool` + +### Quadrangle.contains_quadrangle {#contains_quadrangle} + +```python +contains_quadrangle(self, Quadrangle quad) -> bool +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `quad` | `Quadrangle` | | + +**Return Type:** `bool` + +### Quadrangle.contains_rectangle {#contains_rectangle} + +```python +contains_rectangle(self, RectLike rect) -> bool +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `rect` | `RectLike` | | + +**Return Type:** `bool` + +### Quadrangle.empty (static) {#empty} + +```python +empty() -> Quadrangle +``` + +Represents a Quadrangle structure with its properties set to (0,0). + +**Return Type:** `Quadrangle` + +### Quadrangle.is_empty {#is_empty} + +```python +is_empty(self) -> bool +``` + +**Return Type:** `bool` + +### Quadrangle.left_bottom {#left_bottom} + +**Type:** `PointLike` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `PointLike` | | + +### Quadrangle.left_top {#left_top} + +**Type:** `PointLike` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `PointLike` | | + +### Quadrangle.right_bottom {#right_bottom} + +**Type:** `PointLike` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `PointLike` | | + +### Quadrangle.right_top {#right_top} + +**Type:** `PointLike` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `PointLike` | | + diff --git a/english/python-java/aspose_barcode.recognition/quadrangle/bounding_rectangle/_index.md b/english/python-java/aspose_barcode.recognition/quadrangle/bounding_rectangle/_index.md deleted file mode 100644 index bd2c6f11e..000000000 --- a/english/python-java/aspose_barcode.recognition/quadrangle/bounding_rectangle/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Quadrangle.bounding_rectangle" -linktitle: "bounding_rectangle" -articleTitle: "bounding_rectangle" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/quadrangle/bounding_rectangle/ ---- - -## Quadrangle.bounding_rectangle - -```python -bounding_rectangle(self) -> RectLike -``` - - -**Return Type:** `RectLike` - diff --git a/english/python-java/aspose_barcode.recognition/quadrangle/contains/_index.md b/english/python-java/aspose_barcode.recognition/quadrangle/contains/_index.md deleted file mode 100644 index 005e056cf..000000000 --- a/english/python-java/aspose_barcode.recognition/quadrangle/contains/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "Quadrangle.contains" -linktitle: "contains" -articleTitle: "contains" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/quadrangle/contains/ ---- - -## Quadrangle.contains - -```python -contains(self, Union[PointLike, Quadrangle, RectLike, tuple[int, int]] obj) -> bool -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `obj` | `Union[PointLike, Quadrangle, RectLike, tuple[int, int]]` | | - -**Return Type:** `bool` - diff --git a/english/python-java/aspose_barcode.recognition/quadrangle/contains_point/_index.md b/english/python-java/aspose_barcode.recognition/quadrangle/contains_point/_index.md deleted file mode 100644 index f7a8cc9e4..000000000 --- a/english/python-java/aspose_barcode.recognition/quadrangle/contains_point/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: "Quadrangle.contains_point" -linktitle: "contains_point" -articleTitle: "contains_point" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/quadrangle/contains_point/ ---- - -## Quadrangle.contains_point - -```python -contains_point(self, int x, int y) -> bool -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `x` | `int` | | -| `y` | `int` | | - -**Return Type:** `bool` - diff --git a/english/python-java/aspose_barcode.recognition/quadrangle/contains_quadrangle/_index.md b/english/python-java/aspose_barcode.recognition/quadrangle/contains_quadrangle/_index.md deleted file mode 100644 index a370da9b1..000000000 --- a/english/python-java/aspose_barcode.recognition/quadrangle/contains_quadrangle/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "Quadrangle.contains_quadrangle" -linktitle: "contains_quadrangle" -articleTitle: "contains_quadrangle" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/quadrangle/contains_quadrangle/ ---- - -## Quadrangle.contains_quadrangle - -```python -contains_quadrangle(self, Quadrangle quad) -> bool -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `quad` | `Quadrangle` | | - -**Return Type:** `bool` - diff --git a/english/python-java/aspose_barcode.recognition/quadrangle/contains_rectangle/_index.md b/english/python-java/aspose_barcode.recognition/quadrangle/contains_rectangle/_index.md deleted file mode 100644 index 50bba964c..000000000 --- a/english/python-java/aspose_barcode.recognition/quadrangle/contains_rectangle/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "Quadrangle.contains_rectangle" -linktitle: "contains_rectangle" -articleTitle: "contains_rectangle" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/quadrangle/contains_rectangle/ ---- - -## Quadrangle.contains_rectangle - -```python -contains_rectangle(self, RectLike rect) -> bool -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `rect` | `RectLike` | | - -**Return Type:** `bool` - diff --git a/english/python-java/aspose_barcode.recognition/quadrangle/empty/_index.md b/english/python-java/aspose_barcode.recognition/quadrangle/empty/_index.md deleted file mode 100644 index 049e3ebc0..000000000 --- a/english/python-java/aspose_barcode.recognition/quadrangle/empty/_index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "Quadrangle.empty" -linktitle: "empty" -articleTitle: "empty" -second_title: "Aspose.BarCode for Python via Java" -description: "Represents a Quadrangle structure with its properties set to (0,0)." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/quadrangle/empty/ ---- - -## Quadrangle.empty - -```python -empty() -> Quadrangle -``` - - -Represents a Quadrangle structure with its properties set to (0,0). - - -**Return Type:** `Quadrangle` - diff --git a/english/python-java/aspose_barcode.recognition/quadrangle/is_empty/_index.md b/english/python-java/aspose_barcode.recognition/quadrangle/is_empty/_index.md deleted file mode 100644 index 515dfeeb7..000000000 --- a/english/python-java/aspose_barcode.recognition/quadrangle/is_empty/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Quadrangle.is_empty" -linktitle: "is_empty" -articleTitle: "is_empty" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/quadrangle/is_empty/ ---- - -## Quadrangle.is_empty - -```python -is_empty(self) -> bool -``` - - -**Return Type:** `bool` - diff --git a/english/python-java/aspose_barcode.recognition/quadrangle/left_bottom/_index.md b/english/python-java/aspose_barcode.recognition/quadrangle/left_bottom/_index.md deleted file mode 100644 index 261e7a4f4..000000000 --- a/english/python-java/aspose_barcode.recognition/quadrangle/left_bottom/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "Quadrangle.left_bottom" -linktitle: "left_bottom" -articleTitle: "left_bottom" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/quadrangle/left_bottom/ ---- - -## Quadrangle.left_bottom - -**Type:** `PointLike` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `PointLike` | | diff --git a/english/python-java/aspose_barcode.recognition/quadrangle/left_top/_index.md b/english/python-java/aspose_barcode.recognition/quadrangle/left_top/_index.md deleted file mode 100644 index 6731c8410..000000000 --- a/english/python-java/aspose_barcode.recognition/quadrangle/left_top/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "Quadrangle.left_top" -linktitle: "left_top" -articleTitle: "left_top" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/quadrangle/left_top/ ---- - -## Quadrangle.left_top - -**Type:** `PointLike` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `PointLike` | | diff --git a/english/python-java/aspose_barcode.recognition/quadrangle/quadrangle/_index.md b/english/python-java/aspose_barcode.recognition/quadrangle/quadrangle/_index.md deleted file mode 100644 index 7013b29ce..000000000 --- a/english/python-java/aspose_barcode.recognition/quadrangle/quadrangle/_index.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "Quadrangle" -linktitle: "Quadrangle" -articleTitle: "Quadrangle" -second_title: "Aspose.BarCode for Python via Java" -description: "Initializes a new instance of the Quadrangle structure with the describing points." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/quadrangle/quadrangle/ ---- - -## Quadrangle Constructor - -```python -__init__(self, PointLike left_top, PointLike right_top, PointLike right_bottom, PointLike left_bottom) -> def -``` - - -Initializes a new instance of the Quadrangle structure with the describing points. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `left_top` | `PointLike` | | -| `right_top` | `PointLike` | | -| `right_bottom` | `PointLike` | | -| `left_bottom` | `PointLike` | | diff --git a/english/python-java/aspose_barcode.recognition/quadrangle/right_bottom/_index.md b/english/python-java/aspose_barcode.recognition/quadrangle/right_bottom/_index.md deleted file mode 100644 index fc7e9d5fe..000000000 --- a/english/python-java/aspose_barcode.recognition/quadrangle/right_bottom/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "Quadrangle.right_bottom" -linktitle: "right_bottom" -articleTitle: "right_bottom" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/quadrangle/right_bottom/ ---- - -## Quadrangle.right_bottom - -**Type:** `PointLike` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `PointLike` | | diff --git a/english/python-java/aspose_barcode.recognition/quadrangle/right_top/_index.md b/english/python-java/aspose_barcode.recognition/quadrangle/right_top/_index.md deleted file mode 100644 index b34091639..000000000 --- a/english/python-java/aspose_barcode.recognition/quadrangle/right_top/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "Quadrangle.right_top" -linktitle: "right_top" -articleTitle: "right_top" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/quadrangle/right_top/ ---- - -## Quadrangle.right_top - -**Type:** `PointLike` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `PointLike` | | diff --git a/english/python-java/aspose_barcode.recognition/qualitysettings/_index.md b/english/python-java/aspose_barcode.recognition/qualitysettings/_index.md index 9d4af4507..9ba714633 100644 --- a/english/python-java/aspose_barcode.recognition/qualitysettings/_index.md +++ b/english/python-java/aspose_barcode.recognition/qualitysettings/_index.md @@ -1,7 +1,6 @@ --- -title: "QualitySettings Class" +title: "QualitySettings" linktitle: "QualitySettings" -articleTitle: "QualitySettings" second_title: "Aspose.BarCode for Python via Java" description: "QualitySettings allows to configure recognition quality and speed manually. You can quickly set up QualitySettings by embedded presets: HighPerformance, NormalQ" type: docs @@ -21,25 +20,124 @@ QualitySettings allows to configure recognition quality and speed manually. You | Name | Description | | --- | --- | -| [__init__](./qualitysettings/) | | +| [__init__](#constructor) | | ## Methods | Name | Return Type | Static | Description | | --- | --- | --- | --- | -| [high_performance](./high_performance/) | `QualitySettings` | Yes | | -| [high_quality](./high_quality/) | `QualitySettings` | Yes | | -| [max_quality](./max_quality/) | `QualitySettings` | Yes | | -| [normal_quality](./normal_quality/) | `QualitySettings` | Yes | | +| [high_performance](#high_performance) | `QualitySettings` | Yes | | +| [high_quality](#high_quality) | `QualitySettings` | Yes | | +| [max_quality](#max_quality) | `QualitySettings` | Yes | | +| [normal_quality](#normal_quality) | `QualitySettings` | Yes | | ## Properties | Name | Type | Description | | --- | --- | --- | -| [allow_incorrect_barcodes](./allow_incorrect_barcodes/) | `bool` | | -| [barcode_quality](./barcode_quality/) | `BarcodeQualityMode` | | -| [complex_background](./complex_background/) | `ComplexBackgroundMode` | | -| [deconvolution](./deconvolution/) | `DeconvolutionMode` | | -| [inverse_image](./inverse_image/) | `InverseImageMode` | | -| [minimal_x_dimension](./minimal_x_dimension/) | `int` | | -| [x_dimension](./x_dimension/) | `XDimensionMode` | | +| [allow_incorrect_barcodes](#allow_incorrect_barcodes) | `bool` | | +| [barcode_quality](#barcode_quality) | `BarcodeQualityMode` | | +| [complex_background](#complex_background) | `ComplexBackgroundMode` | | +| [deconvolution](#deconvolution) | `DeconvolutionMode` | | +| [inverse_image](#inverse_image) | `InverseImageMode` | | +| [minimal_x_dimension](#minimal_x_dimension) | `int` | | +| [x_dimension](#x_dimension) | `XDimensionMode` | | + +### QualitySettings Constructor {#constructor} + +```python +__init__(self, _java_class) -> def +``` + +| Parameter | Type | Description | +| --- | --- | --- | +| `_java_class` | `` | | + +### QualitySettings.high_performance (static) {#high_performance} + +```python +high_performance() -> QualitySettings +``` + +**Return Type:** `QualitySettings` + +### QualitySettings.high_quality (static) {#high_quality} + +```python +high_quality() -> QualitySettings +``` + +**Return Type:** `QualitySettings` + +### QualitySettings.max_quality (static) {#max_quality} + +```python +max_quality() -> QualitySettings +``` + +**Return Type:** `QualitySettings` + +### QualitySettings.normal_quality (static) {#normal_quality} + +```python +normal_quality() -> QualitySettings +``` + +**Return Type:** `QualitySettings` + +### QualitySettings.allow_incorrect_barcodes {#allow_incorrect_barcodes} + +**Type:** `bool` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `bool` | | + +### QualitySettings.barcode_quality {#barcode_quality} + +**Type:** `BarcodeQualityMode` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `BarcodeQualityMode` | | + +### QualitySettings.complex_background {#complex_background} + +**Type:** `ComplexBackgroundMode` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `ComplexBackgroundMode` | | + +### QualitySettings.deconvolution {#deconvolution} + +**Type:** `DeconvolutionMode` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `DeconvolutionMode` | | + +### QualitySettings.inverse_image {#inverse_image} + +**Type:** `InverseImageMode` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `InverseImageMode` | | + +### QualitySettings.minimal_x_dimension {#minimal_x_dimension} + +**Type:** `int` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `int` | | + +### QualitySettings.x_dimension {#x_dimension} + +**Type:** `XDimensionMode` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `XDimensionMode` | | + diff --git a/english/python-java/aspose_barcode.recognition/qualitysettings/allow_incorrect_barcodes/_index.md b/english/python-java/aspose_barcode.recognition/qualitysettings/allow_incorrect_barcodes/_index.md deleted file mode 100644 index 87bb43b9d..000000000 --- a/english/python-java/aspose_barcode.recognition/qualitysettings/allow_incorrect_barcodes/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "QualitySettings.allow_incorrect_barcodes" -linktitle: "allow_incorrect_barcodes" -articleTitle: "allow_incorrect_barcodes" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/qualitysettings/allow_incorrect_barcodes/ ---- - -## QualitySettings.allow_incorrect_barcodes - -**Type:** `bool` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `bool` | | diff --git a/english/python-java/aspose_barcode.recognition/qualitysettings/barcode_quality/_index.md b/english/python-java/aspose_barcode.recognition/qualitysettings/barcode_quality/_index.md deleted file mode 100644 index 9654e1098..000000000 --- a/english/python-java/aspose_barcode.recognition/qualitysettings/barcode_quality/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "QualitySettings.barcode_quality" -linktitle: "barcode_quality" -articleTitle: "barcode_quality" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/qualitysettings/barcode_quality/ ---- - -## QualitySettings.barcode_quality - -**Type:** `BarcodeQualityMode` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `BarcodeQualityMode` | | diff --git a/english/python-java/aspose_barcode.recognition/qualitysettings/complex_background/_index.md b/english/python-java/aspose_barcode.recognition/qualitysettings/complex_background/_index.md deleted file mode 100644 index 480194230..000000000 --- a/english/python-java/aspose_barcode.recognition/qualitysettings/complex_background/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "QualitySettings.complex_background" -linktitle: "complex_background" -articleTitle: "complex_background" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/qualitysettings/complex_background/ ---- - -## QualitySettings.complex_background - -**Type:** `ComplexBackgroundMode` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `ComplexBackgroundMode` | | diff --git a/english/python-java/aspose_barcode.recognition/qualitysettings/deconvolution/_index.md b/english/python-java/aspose_barcode.recognition/qualitysettings/deconvolution/_index.md deleted file mode 100644 index 3995fbc9d..000000000 --- a/english/python-java/aspose_barcode.recognition/qualitysettings/deconvolution/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "QualitySettings.deconvolution" -linktitle: "deconvolution" -articleTitle: "deconvolution" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/qualitysettings/deconvolution/ ---- - -## QualitySettings.deconvolution - -**Type:** `DeconvolutionMode` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `DeconvolutionMode` | | diff --git a/english/python-java/aspose_barcode.recognition/qualitysettings/high_performance/_index.md b/english/python-java/aspose_barcode.recognition/qualitysettings/high_performance/_index.md deleted file mode 100644 index 92558a993..000000000 --- a/english/python-java/aspose_barcode.recognition/qualitysettings/high_performance/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "QualitySettings.high_performance" -linktitle: "high_performance" -articleTitle: "high_performance" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/qualitysettings/high_performance/ ---- - -## QualitySettings.high_performance - -```python -high_performance() -> QualitySettings -``` - - -**Return Type:** `QualitySettings` - diff --git a/english/python-java/aspose_barcode.recognition/qualitysettings/high_quality/_index.md b/english/python-java/aspose_barcode.recognition/qualitysettings/high_quality/_index.md deleted file mode 100644 index 0c6b54092..000000000 --- a/english/python-java/aspose_barcode.recognition/qualitysettings/high_quality/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "QualitySettings.high_quality" -linktitle: "high_quality" -articleTitle: "high_quality" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/qualitysettings/high_quality/ ---- - -## QualitySettings.high_quality - -```python -high_quality() -> QualitySettings -``` - - -**Return Type:** `QualitySettings` - diff --git a/english/python-java/aspose_barcode.recognition/qualitysettings/inverse_image/_index.md b/english/python-java/aspose_barcode.recognition/qualitysettings/inverse_image/_index.md deleted file mode 100644 index 2ff341c8c..000000000 --- a/english/python-java/aspose_barcode.recognition/qualitysettings/inverse_image/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "QualitySettings.inverse_image" -linktitle: "inverse_image" -articleTitle: "inverse_image" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/qualitysettings/inverse_image/ ---- - -## QualitySettings.inverse_image - -**Type:** `InverseImageMode` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `InverseImageMode` | | diff --git a/english/python-java/aspose_barcode.recognition/qualitysettings/max_quality/_index.md b/english/python-java/aspose_barcode.recognition/qualitysettings/max_quality/_index.md deleted file mode 100644 index 1032a310d..000000000 --- a/english/python-java/aspose_barcode.recognition/qualitysettings/max_quality/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "QualitySettings.max_quality" -linktitle: "max_quality" -articleTitle: "max_quality" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/qualitysettings/max_quality/ ---- - -## QualitySettings.max_quality - -```python -max_quality() -> QualitySettings -``` - - -**Return Type:** `QualitySettings` - diff --git a/english/python-java/aspose_barcode.recognition/qualitysettings/minimal_x_dimension/_index.md b/english/python-java/aspose_barcode.recognition/qualitysettings/minimal_x_dimension/_index.md deleted file mode 100644 index 722fca26a..000000000 --- a/english/python-java/aspose_barcode.recognition/qualitysettings/minimal_x_dimension/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "QualitySettings.minimal_x_dimension" -linktitle: "minimal_x_dimension" -articleTitle: "minimal_x_dimension" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/qualitysettings/minimal_x_dimension/ ---- - -## QualitySettings.minimal_x_dimension - -**Type:** `int` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `int` | | diff --git a/english/python-java/aspose_barcode.recognition/qualitysettings/normal_quality/_index.md b/english/python-java/aspose_barcode.recognition/qualitysettings/normal_quality/_index.md deleted file mode 100644 index eba552c30..000000000 --- a/english/python-java/aspose_barcode.recognition/qualitysettings/normal_quality/_index.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "QualitySettings.normal_quality" -linktitle: "normal_quality" -articleTitle: "normal_quality" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/qualitysettings/normal_quality/ ---- - -## QualitySettings.normal_quality - -```python -normal_quality() -> QualitySettings -``` - - -**Return Type:** `QualitySettings` - diff --git a/english/python-java/aspose_barcode.recognition/qualitysettings/qualitysettings/_index.md b/english/python-java/aspose_barcode.recognition/qualitysettings/qualitysettings/_index.md deleted file mode 100644 index 3720564b3..000000000 --- a/english/python-java/aspose_barcode.recognition/qualitysettings/qualitysettings/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "QualitySettings" -linktitle: "QualitySettings" -articleTitle: "QualitySettings" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/qualitysettings/qualitysettings/ ---- - -## QualitySettings Constructor - -```python -__init__(self, _java_class) -> def -``` - - -| Parameter | Type | Description | -| --- | --- | --- | -| `_java_class` | `` | | diff --git a/english/python-java/aspose_barcode.recognition/qualitysettings/x_dimension/_index.md b/english/python-java/aspose_barcode.recognition/qualitysettings/x_dimension/_index.md deleted file mode 100644 index 0c8d6644a..000000000 --- a/english/python-java/aspose_barcode.recognition/qualitysettings/x_dimension/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "QualitySettings.x_dimension" -linktitle: "x_dimension" -articleTitle: "x_dimension" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/qualitysettings/x_dimension/ ---- - -## QualitySettings.x_dimension - -**Type:** `XDimensionMode` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `XDimensionMode` | | diff --git a/english/python-java/aspose_barcode.recognition/recognitionabortedexception/_index.md b/english/python-java/aspose_barcode.recognition/recognitionabortedexception/_index.md index 7cbe8b8a8..18295d88d 100644 --- a/english/python-java/aspose_barcode.recognition/recognitionabortedexception/_index.md +++ b/english/python-java/aspose_barcode.recognition/recognitionabortedexception/_index.md @@ -1,7 +1,6 @@ --- -title: "RecognitionAbortedException Class" +title: "RecognitionAbortedException" linktitle: "RecognitionAbortedException" -articleTitle: "RecognitionAbortedException" second_title: "Aspose.BarCode for Python via Java" description: "Exception raised when barcode recognition is aborted." type: docs @@ -23,10 +22,32 @@ Exception raised when barcode recognition is aborted. | Name | Description | | --- | --- | -| [__init__](./recognitionabortedexception/) | Initializes a new instance of the RecognitionAbortedException class with specified recognition abort message. | +| [__init__](#constructor) | Initializes a new instance of the RecognitionAbortedException class with specified recognition abort message. | ## Properties | Name | Type | Description | | --- | --- | --- | -| [execution_time](./execution_time/) | `int` | | +| [execution_time](#execution_time) | `int` | | + +### RecognitionAbortedException Constructor {#constructor} + +```python +__init__(self, Optional[str] message, Optional[int] executionTime) +``` + +Initializes a new instance of the RecognitionAbortedException class with specified recognition abort message. + +| Parameter | Type | Description | +| --- | --- | --- | +| `message` | `Optional[str]` | The error message of the exception. | +| `executionTime` | `Optional[int]` | The execution time of current recognition session. | + +### RecognitionAbortedException.execution_time {#execution_time} + +**Type:** `int` + +| Parameter | Type | Description | +| --- | --- | --- | +| `value` | `int` | | + diff --git a/english/python-java/aspose_barcode.recognition/recognitionabortedexception/execution_time/_index.md b/english/python-java/aspose_barcode.recognition/recognitionabortedexception/execution_time/_index.md deleted file mode 100644 index edb6fbb53..000000000 --- a/english/python-java/aspose_barcode.recognition/recognitionabortedexception/execution_time/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "RecognitionAbortedException.execution_time" -linktitle: "execution_time" -articleTitle: "execution_time" -second_title: "Aspose.BarCode for Python via Java" -description: "" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/recognitionabortedexception/execution_time/ ---- - -## RecognitionAbortedException.execution_time - -**Type:** `int` - - -### Set - - -| Parameter | Type | Description | -| --- | --- | --- | -| `value` | `int` | | diff --git a/english/python-java/aspose_barcode.recognition/recognitionabortedexception/recognitionabortedexception/_index.md b/english/python-java/aspose_barcode.recognition/recognitionabortedexception/recognitionabortedexception/_index.md deleted file mode 100644 index 560a48915..000000000 --- a/english/python-java/aspose_barcode.recognition/recognitionabortedexception/recognitionabortedexception/_index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: "RecognitionAbortedException" -linktitle: "RecognitionAbortedException" -articleTitle: "RecognitionAbortedException" -second_title: "Aspose.BarCode for Python via Java" -description: "Initializes a new instance of the RecognitionAbortedException class with specified recognition abort message." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/recognitionabortedexception/recognitionabortedexception/ ---- - -## RecognitionAbortedException Constructor - -```python -__init__(self, Optional[str] message, Optional[int] executionTime) -``` - - -Initializes a new instance of the RecognitionAbortedException class with specified recognition abort message. - - -| Parameter | Type | Description | -| --- | --- | --- | -| `message` | `Optional[str]` | The error message of the exception. | -| `executionTime` | `Optional[int]` | The execution time of current recognition session. | diff --git a/english/python-java/aspose_barcode.recognition/xdimensionmode/_index.md b/english/python-java/aspose_barcode.recognition/xdimensionmode/_index.md index 0cc3141e1..08c6e901a 100644 --- a/english/python-java/aspose_barcode.recognition/xdimensionmode/_index.md +++ b/english/python-java/aspose_barcode.recognition/xdimensionmode/_index.md @@ -1,7 +1,6 @@ --- -title: "XDimensionMode Enum" +title: "XDimensionMode" linktitle: "XDimensionMode" -articleTitle: "XDimensionMode" second_title: "Aspose.BarCode for Python via Java" description: "Recognition mode which sets size (from 1 to infinity) of barcode minimal element: matrix cell or bar. This sample shows how to use XDimension mode" type: docs @@ -21,8 +20,48 @@ Recognition mode which sets size (from 1 to infinity) of barcode minimal element | Name | Value | Description | | --- | --- | --- | -| [AUTO](./auto/) | `0` | Value of XDimension is detected by AI (SVM). At this time the same as Normal | -| [LARGE](./large/) | `3` | Detects barcodes with large XDimension with quality from BarcodeQuality captured with high-resolution cameras. | -| [NORMAL](./normal/) | `2` | Detects barcodes with classic XDimension in 2 pixels or more with quality from BarcodeQuality or high quality barcodes. | -| [SMALL](./small/) | `1` | Detects barcodes with small XDimension in 1 pixel or more with quality from BarcodeQuality | -| [USE_MINIMAL_X_DIMENSION](./use_minimal_x_dimension/) | `4` | Detects barcodes from size set in MinimalXDimension with quality from BarcodeQuality | +| [AUTO](#auto) | `0` | Value of XDimension is detected by AI (SVM). At this time the same as Normal | +| [LARGE](#large) | `3` | Detects barcodes with large XDimension with quality from BarcodeQuality captured with high-resolution cameras. | +| [NORMAL](#normal) | `2` | Detects barcodes with classic XDimension in 2 pixels or more with quality from BarcodeQuality or high quality barcodes. | +| [SMALL](#small) | `1` | Detects barcodes with small XDimension in 1 pixel or more with quality from BarcodeQuality | +| [USE_MINIMAL_X_DIMENSION](#use_minimal_x_dimension) | `4` | Detects barcodes from size set in MinimalXDimension with quality from BarcodeQuality | +### XDimensionMode.AUTO {#auto} + +**Type:** `int` + +**Value:** `0` + +Value of XDimension is detected by AI (SVM). At this time the same as Normal + +### XDimensionMode.LARGE {#large} + +**Type:** `int` + +**Value:** `3` + +Detects barcodes with large XDimension with quality from BarcodeQuality captured with high-resolution cameras. + +### XDimensionMode.NORMAL {#normal} + +**Type:** `int` + +**Value:** `2` + +Detects barcodes with classic XDimension in 2 pixels or more with quality from BarcodeQuality or high quality barcodes. + +### XDimensionMode.SMALL {#small} + +**Type:** `int` + +**Value:** `1` + +Detects barcodes with small XDimension in 1 pixel or more with quality from BarcodeQuality + +### XDimensionMode.USE_MINIMAL_X_DIMENSION {#use_minimal_x_dimension} + +**Type:** `int` + +**Value:** `4` + +Detects barcodes from size set in MinimalXDimension with quality from BarcodeQuality + diff --git a/english/python-java/aspose_barcode.recognition/xdimensionmode/auto/_index.md b/english/python-java/aspose_barcode.recognition/xdimensionmode/auto/_index.md deleted file mode 100644 index 786c7cd2a..000000000 --- a/english/python-java/aspose_barcode.recognition/xdimensionmode/auto/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "XDimensionMode.AUTO" -linktitle: "AUTO" -articleTitle: "AUTO" -second_title: "Aspose.BarCode for Python via Java" -description: "Value of XDimension is detected by AI (SVM). At this time the same as Normal" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/xdimensionmode/auto/ ---- - -## XDimensionMode.AUTO - -**Type:** `int` - - -**Value:** `0` - - -Value of XDimension is detected by AI (SVM). At this time the same as Normal - diff --git a/english/python-java/aspose_barcode.recognition/xdimensionmode/large/_index.md b/english/python-java/aspose_barcode.recognition/xdimensionmode/large/_index.md deleted file mode 100644 index 6d6d95130..000000000 --- a/english/python-java/aspose_barcode.recognition/xdimensionmode/large/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "XDimensionMode.LARGE" -linktitle: "LARGE" -articleTitle: "LARGE" -second_title: "Aspose.BarCode for Python via Java" -description: "Detects barcodes with large XDimension with quality from BarcodeQuality captured with high-resolution cameras." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/xdimensionmode/large/ ---- - -## XDimensionMode.LARGE - -**Type:** `int` - - -**Value:** `3` - - -Detects barcodes with large XDimension with quality from BarcodeQuality captured with high-resolution cameras. - diff --git a/english/python-java/aspose_barcode.recognition/xdimensionmode/normal/_index.md b/english/python-java/aspose_barcode.recognition/xdimensionmode/normal/_index.md deleted file mode 100644 index d9711b787..000000000 --- a/english/python-java/aspose_barcode.recognition/xdimensionmode/normal/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "XDimensionMode.NORMAL" -linktitle: "NORMAL" -articleTitle: "NORMAL" -second_title: "Aspose.BarCode for Python via Java" -description: "Detects barcodes with classic XDimension in 2 pixels or more with quality from BarcodeQuality or high quality barcodes." -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/xdimensionmode/normal/ ---- - -## XDimensionMode.NORMAL - -**Type:** `int` - - -**Value:** `2` - - -Detects barcodes with classic XDimension in 2 pixels or more with quality from BarcodeQuality or high quality barcodes. - diff --git a/english/python-java/aspose_barcode.recognition/xdimensionmode/small/_index.md b/english/python-java/aspose_barcode.recognition/xdimensionmode/small/_index.md deleted file mode 100644 index a70171fb1..000000000 --- a/english/python-java/aspose_barcode.recognition/xdimensionmode/small/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "XDimensionMode.SMALL" -linktitle: "SMALL" -articleTitle: "SMALL" -second_title: "Aspose.BarCode for Python via Java" -description: "Detects barcodes with small XDimension in 1 pixel or more with quality from BarcodeQuality" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/xdimensionmode/small/ ---- - -## XDimensionMode.SMALL - -**Type:** `int` - - -**Value:** `1` - - -Detects barcodes with small XDimension in 1 pixel or more with quality from BarcodeQuality - diff --git a/english/python-java/aspose_barcode.recognition/xdimensionmode/use_minimal_x_dimension/_index.md b/english/python-java/aspose_barcode.recognition/xdimensionmode/use_minimal_x_dimension/_index.md deleted file mode 100644 index b7c83bd37..000000000 --- a/english/python-java/aspose_barcode.recognition/xdimensionmode/use_minimal_x_dimension/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "XDimensionMode.USE_MINIMAL_X_DIMENSION" -linktitle: "USE_MINIMAL_X_DIMENSION" -articleTitle: "USE_MINIMAL_X_DIMENSION" -second_title: "Aspose.BarCode for Python via Java" -description: "Detects barcodes from size set in MinimalXDimension with quality from BarcodeQuality" -type: docs -weight: 10 -url: /python-java/aspose_barcode.recognition/xdimensionmode/use_minimal_x_dimension/ ---- - -## XDimensionMode.USE_MINIMAL_X_DIMENSION - -**Type:** `int` - - -**Value:** `4` - - -Detects barcodes from size set in MinimalXDimension with quality from BarcodeQuality -