QrExtCodetextBuilder
Inheritance: java.lang.Object, com.aspose.barcode.generation.ExtCodetextBuilder
public class QrExtCodetextBuilder extends ExtCodetextBuilder
Extended codetext generator for 2D QR barcodes for ExtendedCodetext Mode of QrEncodeMode Use TwoDDisplayText property of BarcodeGenerator to set visible text to removing managing characters. This sample shows how to use FNC1 first position in Extended Mode: QrExtCodetextBuilder lTextBuilder = new QrExtCodetextBuilder(); lTextBuilder.addFNC1FirstPosition(); lTextBuilder.addPlainCodetext(“000%89%%0”); lTextBuilder.addFNC1GroupSeparator(); lTextBuilder.addPlainCodetext(“12345
Constructors
Constructor | Description |
---|---|
QrExtCodetextBuilder() |
Methods
Method | Description |
---|---|
addECICodetext(int ECIEncoding, String codetext) | Adds codetext with Extended Channel Identifier |
addFNC1FirstPosition() | Adds FNC1 in first position to the extended codetext items |
addFNC1GroupSeparator() | Adds Group Separator (GS - ‘\\u001D’) to the extended codetext items |
addFNC1SecondPosition(String codetext) | Adds FNC1 in second position to the extended codetext items |
addPlainCodetext(String codetext) | Adds plain codetext to the extended codetext items |
clear() | Clears extended codetext items |
equals(Object arg0) | |
getClass() | |
getExtendedCodetext() | Generates Extended codetext from the extended codetext list. |
hashCode() | |
isNeedToShieldItemFromPrevECI(int Index) | Checks necessity to shield previous item by “\000000” |
notify() | |
notifyAll() | |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
QrExtCodetextBuilder()
public QrExtCodetextBuilder()
addECICodetext(int ECIEncoding, String codetext)
public void addECICodetext(int ECIEncoding, String codetext)
Adds codetext with Extended Channel Identifier
Parameters:
Parameter | Type | Description |
---|---|---|
ECIEncoding | int | Extended Channel Identifier |
codetext | java.lang.String | Codetext in unicode to add as extended codetext item with Extended Channel Identifier |
addFNC1FirstPosition()
public void addFNC1FirstPosition()
Adds FNC1 in first position to the extended codetext items
addFNC1GroupSeparator()
public void addFNC1GroupSeparator()
Adds Group Separator (GS - ‘\\u001D’) to the extended codetext items
addFNC1SecondPosition(String codetext)
public void addFNC1SecondPosition(String codetext)
Adds FNC1 in second position to the extended codetext items
Parameters:
Parameter | Type | Description |
---|---|---|
codetext | java.lang.String | Value of the FNC1 in the second position |
addPlainCodetext(String codetext)
public void addPlainCodetext(String codetext)
Adds plain codetext to the extended codetext items
Parameters:
Parameter | Type | Description |
---|---|---|
codetext | java.lang.String | Codetext in unicode to add as extended codetext item |
clear()
public void clear()
Clears extended codetext items
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getExtendedCodetext()
public String getExtendedCodetext()
Generates Extended codetext from the extended codetext list.
Returns: java.lang.String - Extended codetext as string
hashCode()
public native int hashCode()
Returns: int
isNeedToShieldItemFromPrevECI(int Index)
public boolean isNeedToShieldItemFromPrevECI(int Index)
Checks necessity to shield previous item by “\000000”
Parameters:
Parameter | Type | Description |
---|---|---|
Index | int | Index in m_List |
Returns: boolean - Necessity to shield
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |