包含Maxicode條碼數據的對象接口。 更多...
公開方法(Public Methods) | |
MaxicodeModeEnum | GetMode () |
用於說明條碼數據格式的模式。請參見MaxicodeModeEnum以獲取支持的模式。 更多... | |
void | SetMode (MaxicodeModeEnum mode) |
String | GetData () |
條碼數據,包括要編碼在條碼中的主要讯息和次要讯息。 更多... | |
包含Maxicode條碼數據的對象接口。
String com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeData.GetData | ( | ) |
條碼數據,包括要編碼在條碼中的主要讯息和次要讯息。
實作於 com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructuredOpenSystemStandard, com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructured, com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsg, com.UniPRT.Sdk.LabelMaker.TSPL.MaxicodeMsgStructuredOpenSystemStandard, com.UniPRT.Sdk.LabelMaker.PGL.MaxicodeMsgStructured, com.UniPRT.Sdk.LabelMaker.PGL.MaxicodeMsgStructuredOpenSystemStandard, 及 com.UniPRT.Sdk.LabelMaker.TSPL.MaxicodeMsgStructured.
MaxicodeModeEnum com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeData.GetMode | ( | ) |
用於說明條碼數據格式的模式。請參見MaxicodeModeEnum以獲取支持的模式。
實作於 com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructuredOpenSystemStandard, com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeMsgStructuredOpenSystemStandard, com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsg, 及 com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeMsgStructured.
被參考於 com.UniPRT.Sdk.LabelMaker.TSPL.MaxicodeBarcode.toString().
void com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeData.SetMode | ( | MaxicodeModeEnum | mode | ) |