class %ZEN.Report.Display.barcode
extends childrenNode, tableOutput
property barcodeNamespacePrefix
as %ZEN.Datatype.string [ InitialExpression = "barcode" ];
The namespace prefix for BarCode4J barcode elements in namespace http://barcode4j.krysalis.org/ns
property barcodeOrientation
as %ZEN.Datatype.string(VALUELIST=",0,90,-90,180,-180,270,-270") [ InitialExpression = "0" ];
property barcodeType
as %ZEN.Datatype.string(VALUELIST=",intl2of5,itf-14,codabar,code39,code128,upc-a,upc-e,ean-13,ean-8,ean-128,postnet,royal-mail-cbc,usps4cb,pdf417,datamatrix") [ InitialExpression = "code39" ];
See http://barcode4j.sourceforge.net/2.1/barcode-xml.html for more information about barcode types
property field
as %ZEN.Datatype.string;
if non-null xpath expression refering to barcode message that will be rendered
property group
as %ZEN.Datatype.string(XMLPROJECTION="NONE");
property removeEmpty
as %ZEN.Datatype.boolean(XMLPROJECTION="NONE") [ InitialExpression = 0 ];
property value
as %ZEN.Datatype.string;
value contains the barcode message that will be rendered, used only if field is non-null