public class CellsQRCodeSignature extends QRCodeSignature
Describes QR-Code Signature of Cells Documents.
Constructor and Description |
---|
CellsQRCodeSignature()
Initialize Cells QR-Code Signature with default values.
|
CellsQRCodeSignature(QRCodeType encodeType,
String text)
Initialize Cells QR-Code Signature with specified Encode Type and text.
|
getData, getData, getEncodeType, getText, setEncodeType, setText
public CellsQRCodeSignature()
Initialize Cells QR-Code Signature with default values.
public CellsQRCodeSignature(QRCodeType encodeType, String text)
Initialize Cells QR-Code Signature with specified Encode Type and text.
encodeType
- Encode type of QR-Code.text
- QR-Code text property.Copyright © 2019. All rights reserved.