接口 IDataMatrix
- 所有超级接口:
IBarcode
DataMatrix barcode is a high density, two-dimensional barcode with square modules typically arranged in a square or a rectangular matrix pattern.
-
方法概要
修饰符和类型方法说明Gets the size of the ECC000-140 symbol.Gets the ECC200 encoding mode.Gets the size of the ECC200 symbolGets the ECC mode.int
Gets the file identifier of a related group of structured append symbols.boolean
Gets a value indicating whether the current symbol is part of structured append symbols.int
Gets the structure number of current symbol within the structuerd append symbols.从接口继承的方法 com.grapecity.documents.excel.IBarcode
getBackgroundColor, getCodeType, getColor, getQuietZoneBottom, getQuietZoneLeft, getQuietZoneRight, getQuietZoneTop, getValue
-
方法详细资料
-
getEccMode
EccMode getEccMode()Gets the ECC mode. -
getEcc200SymbolSize
String getEcc200SymbolSize()Gets the size of the ECC200 symbol -
getEcc200EndcodingMode
String getEcc200EndcodingMode()Gets the ECC200 encoding mode. -
getEcc00140SymboleSize
String getEcc00140SymboleSize()Gets the size of the ECC000-140 symbol. -
getStructureAppend
boolean getStructureAppend()Gets a value indicating whether the current symbol is part of structured append symbols. Remarks: Structured append is only supported by ECC200. -
getStructureNumber
int getStructureNumber()Gets the structure number of current symbol within the structuerd append symbols. Remarks: The structure number will only be used when ECC mode is DataMatrixEccMode.ECC200. -
getFileIdentifier
int getFileIdentifier()Gets the file identifier of a related group of structured append symbols. Remarks: The valid file indentifier value should be within [1,254], set file identifier to 0 lets the file identifier of the symbols calculated automatically.
-