|
border
|
|
|
Access
|
read-write
|
|
Returns
|
int
|
|
borderThickness
|
|
|
Access
|
read-write
|
|
Returns
|
fLength
|
|
option1
|
|
|
Access
|
read-write
|
|
Returns
|
int
|
|
option2
|
|
|
Access
|
read-write
|
|
Returns
|
int
|
|
option3
|
|
|
Access
|
read-write
|
|
Returns
|
int
|
|
outputText
|
|
|
Access
|
read-write
|
|
Returns
|
boolean
|
|
stream
|
|
|
Access
|
read-write
|
|
Returns
|
fStream
|
|
type
|
|
|
Access
|
read-write
|
|
Returns
|
int
|
|
whitespace
|
|
|
Access
|
read-write
|
|
Returns
|
fLength
|
|
fBarcode type option1 option2 border borderThickness whitespace outputText stream
|
|
|
Parameters
|
int type
[optional] The type of barcode to generate. Possible values are in fBarcode.BarcodeTypes.
int option1
[optional] Optional parameter, depending on barcode type, as specified in the documentation.
int option2
[optional] Optional parameter, depending on barcode type, as specified in the documentation.
int border
[optional] Specifies whether a border should be drawn around the barcode. Possible values are in fBarcode.BarcodeBorders.
fLength borderThickness
[optional] The thickness of the border to draw.
fLength whitespace
[optional] The amount of space to leave empty on the left and right of the barcode.
boolean outputText
[optional] Specifies whether the text should be output, depending on the barcode type.
fStream stream
[optional] The stream that contains formatting information for any text output in the barcode.
|
|
Returns
|
fBarcode. A new object of class fBarcode.
|
|
readResolve obj
|
|
|
Parameters
|
Object obj
The serialized representation.
|
|
Returns
|
fBarcode. The object corresponding to the serialized representation.
|