A B C D E F G H I L M N O P Q R S T U

S

save(String) - Method in class com.aspose.barcode.BarCodeBuilder

Saves the barcode image to file

save(String, String) - Method in class com.aspose.barcode.BarCodeBuilder

Saves the barcode image to file

save(File, String) - Method in class com.aspose.barcode.BarCodeBuilder

Saves the barcode image to file

setAustraliaPostFormatControlCode(int) - Method in class com.aspose.barcode.BarCodeBuilder
 
setAutoSize(boolean) - Method in class com.aspose.barcode.BarCodeBuilder

Sets whether auto sizing the barcode image or not.

setAztecErrorLevel(int) - Method in class com.aspose.barcode.BarCodeBuilder
Sets Aztec barcode's error correction level
setBackColor(Color) - Method in class com.aspose.barcode.BarCodeBuilder

Sets the background color of the barcode image, default to white

setBarHeight(float) - Method in class com.aspose.barcode.BarCodeBuilder

Sets the bar's height for 1D barcodes, measured in com.aspose.barcode.GraphicsUnit

setBorderColor(Color) - Method in class com.aspose.barcode.BarCodeBuilder

Sets border's color of the barcode image

setBorderVisible(boolean) - Method in class com.aspose.barcode.BarCodeBuilder

Sets whether to draw the border or not

setBorderWidth(float) - Method in class com.aspose.barcode.BarCodeBuilder

Sets border's width of x barcode image.

setBottom(float) - Method in class com.aspose.barcode.Margins
Sets the bottom area of x barcode image
setCaptionAbove(Caption) - Method in class com.aspose.barcode.BarCodeBuilder

Sets the CaptionAbove of the barcode image.

setCaptionBelow(Caption) - Method in class com.aspose.barcode.BarCodeBuilder

Sets the caption below the barcode image

setCodabarStartSymbol(int) - Method in class com.aspose.barcode.BarCodeBuilder

Sets the start symbol for codabar types of barcode

setCodabarStopSymbol(int) - Method in class com.aspose.barcode.BarCodeBuilder

Sets the stop symbol of codabar types of barcode

setCode128Set(int) - Method in class com.aspose.barcode.BarCodeBuilder

Sets code set for code128 types of barcode

setCodeText(String) - Method in class com.aspose.barcode.BarCodeBuilder

Sets the code text of the barcode, code text is the data encoded into the barcode image If code text is null or empty, exception will be thrown.

setCodeTextColor(Color) - Method in class com.aspose.barcode.BarCodeBuilder

Sets the human readable code text's color

setCodeTextFont(Font) - Method in class com.aspose.barcode.BarCodeBuilder

Sets the code text's font of x barcode.

setCodeTextVisible(boolean) - Method in class com.aspose.barcode.BarCodeBuilder

Sets whether or not to show the human readable code text, some symbologies of barcode may ignore this setting

setColor(Color) - Method in class com.aspose.barcode.Caption
Sets the caption's color
setDataMatrixMode(int) - Method in class com.aspose.barcode.BarCodeBuilder
Sets Datamatrix barcode's encode mode
setDpi(int) - Method in class com.aspose.barcode.Resolution
Sets the dot per inch on both x axis and y axis.
setDpi(int, int) - Method in class com.aspose.barcode.Resolution
Sets the dot per inch on both x axis and y axis.
setDpiX(int) - Method in class com.aspose.barcode.Resolution
Sets the dot per inch of the y axis
setDpiY(int) - Method in class com.aspose.barcode.Resolution
Sets the dot per inch of the y axis
setEnableChecksum(boolean) - Method in class com.aspose.barcode.BarCodeBuilder

Sets wether checksum is enabled.

setFont(Font) - Method in class com.aspose.barcode.Caption
Sets the caption's font
setForeColor(Color) - Method in class com.aspose.barcode.BarCodeBuilder

Gets the foreground color of the barcode image, if it's for web servlet render caption's color and code text's color may be all reduced to one color

setGraphicsUnit(int) - Method in class com.aspose.barcode.BarCodeBuilder

Sets the measurement of graphics unit, default to millimeter

setHeight(float) - Method in class com.aspose.barcode.BarCodeBuilder

Sets the height of x barcode image, if auto size is set to true, Width and Height settings will be ignored

SetHints(RecognitionHints) - Method in class com.aspose.barcoderecognition.BarCodeReader
Sets the Hints for reading
setImageQuality(int) - Method in class com.aspose.barcode.BarCodeBuilder

Sets the image quality of the barcode image, it's not recommended to use the anti alias setting, that will make the barcode image harder to read by machine

setITF14BorderType(int) - Method in class com.aspose.barcode.BarCodeBuilder

Sets ITF14 barcode's border type

setLeft(float) - Method in class com.aspose.barcode.Margins
Sets the marginal area at the left of the barcode image
setLicense(String) - Method in class com.aspose.barcode.License
Licenses the component.
setLicense(InputStream) - Method in class com.aspose.barcode.License
Licenses the component.
setMacroPDF417FileID(int) - Method in class com.aspose.barcode.BarCodeBuilder
Sets macro pdf417 barcode's file ID.
setMacroPDF417LastSegment(boolean) - Method in class com.aspose.barcode.BarCodeBuilder
Getswhether this macro pdf417 barcode is the last segment.
setMacroPDF417SegmentID(int) - Method in class com.aspose.barcode.BarCodeBuilder
Sets macro pdf417 barcode's segment ID, which starts from 0, to MacroPdf417SegmentCount - 1.
setMargins(Margins) - Method in class com.aspose.barcode.BarCodeBuilder

Sets the marginal size of an barcode image, the area around the barcode.

setPDF417AspectRatio(float) - Method in class com.aspose.barcode.BarCodeBuilder
Sets PDF417 barcode's module height to width ratio
setPDF417Columns(int) - Method in class com.aspose.barcode.BarCodeBuilder
Sets columns of PDF417 barcode, illegal settings will be ignored
setPDF417CompactMode(int) - Method in class com.aspose.barcode.BarCodeBuilder
Sets compaction mode of PDF417 barcode, available modes are PDF417CompactMode.AUTO, PDF417CompactMode.BINARY, PDF417CompactMode.NUMERIC, PDF417CompactMode.TEXT
setPDF417ErrorLevel(int) - Method in class com.aspose.barcode.BarCodeBuilder

Sets error correction level of PDF417 barcode, from LEVEL0 to LEVEL8, LEVEL 0 for no error correction, LEVEL8 for max error correction.

setPDF417Rows(int) - Method in class com.aspose.barcode.BarCodeBuilder
Sets rows of PDF417 barcode, illegal settings will be ignored
setPDF417Truncated(boolean) - Method in class com.aspose.barcode.BarCodeBuilder
Sets whether PDF417 barcode is truncated.
setPlanetShortBarHeight(float) - Method in class com.aspose.barcode.BarCodeBuilder
Sets the short bar's height of Planet type of barcode, to set up tall bar's height, use setBarHeight and getBarHeight.
setPostnetShortBarHeight(float) - Method in class com.aspose.barcode.BarCodeBuilder
Sets the short bar's height of Postnet type of barcode, to set up tall bar's height, use setBarHeight and getBarHeight method.
setQRErrorLevel(int) - Method in class com.aspose.barcode.BarCodeBuilder
Sets QR barcode's error correction level.
setResolution(Resolution) - Method in class com.aspose.barcode.BarCodeBuilder

Sets the resolution of the barcode image

setRight(float) - Method in class com.aspose.barcode.Margins
Sets the marginal area at the right of the barcode image
setRotationAngle(float) - Method in class com.aspose.barcode.BarCodeBuilder

Sets the rotation angle of the barcode image, default to 0 degree, if rotation angle not not equal to 0, 90, 180 or 270, the barcode maybe jagged, setImageQuality to anti-alias to solve this problem

setSupplementSpace(float) - Method in class com.aspose.barcode.BarCodeBuilder
Sets the space between main barcode and the supplement barcode
setSupplementText(String) - Method in class com.aspose.barcode.BarCodeBuilder
Sets the supplement barcode's code text.
setSymbology(long) - Method in class com.aspose.barcode.BarCodeBuilder

Sets the symbology of BarCodeBuilder.

setText(String) - Method in class com.aspose.barcode.Caption
Sets the caption's text
setTextAlign(int) - Method in class com.aspose.barcode.Caption
Sets the text alignment
setTimeout(int) - Method in class com.aspose.barcoderecognition.BarCodeReader
Sets the timeout value in millisecond.
setTop(float) - Method in class com.aspose.barcode.Margins
Sets the top area of the barcode image
setVisible(boolean) - Method in class com.aspose.barcode.Caption
Sets whether caption is visible
setWideNarrowRatio(float) - Method in class com.aspose.barcode.BarCodeBuilder

Sets wide bars to narrow bars ratio for some types of one dimensional barcode, default to 3.0

setWidth(float) - Method in class com.aspose.barcode.BarCodeBuilder

Sets the width of x barcode image, if auto size is set to true, Width and Height settings will be ignored

setXDimension(float) - Method in class com.aspose.barcode.BarCodeBuilder

Sets the width of x smallest bar, or the smallest module's width of 2D barcodes measured in GraphicsUnit

setYDimension(float) - Method in class com.aspose.barcode.BarCodeBuilder

Sets the height of x smallest module of 2D barcodes.

SSCC18 - Static variable in class com.aspose.barcode.Symbology
SSCC18 type of barcode
SSCC18 - Static variable in class com.aspose.barcoderecognition.BarCodeReadType
SSCC18 barcode type
Standard - Static variable in class com.aspose.barcode.AustraliaPostFormatControlCode
Standard Customer BarCode
STANDARD2OF5 - Static variable in class com.aspose.barcode.Symbology
Standard 2 of 5 type of barcode
Standard2of5 - Static variable in class com.aspose.barcoderecognition.BarCodeReadType
Standard2Of5 barcode type not supported
Supplement - Static variable in class com.aspose.barcoderecognition.BarCodeReadType
2 or 5 digits as Supplement in UPCA/EAN13
Switch(int) - Method in class com.aspose.barcode.Code128CodeBuilder
 
Symbology - Class in com.aspose.barcode

Type of barcode specification

Symbology() - Constructor for class com.aspose.barcode.Symbology
This class serves the purpose of hosting constants, never meant to be initiated.
SYMBOLOGY_CODABAR - Static variable in class com.aspose.barcode.BarCodeBuilder
Specifies Codabar type of barcode
SYMBOLOGY_CODE11 - Static variable in class com.aspose.barcode.BarCodeBuilder
Specifies Code11 type of barcode
SYMBOLOGY_CODE39EXTENDED - Static variable in class com.aspose.barcode.BarCodeBuilder
Specifies Code39 Extended type of barcode
SYMBOLOGY_CODE39STANDARD - Static variable in class com.aspose.barcode.BarCodeBuilder
Specifies Code39 Standard type of barcode
SYMBOLOGY_CODE93EXTENDED - Static variable in class com.aspose.barcode.BarCodeBuilder
Specifies Code93 Extended type of barcode
SYMBOLOGY_CODE93STANDARD - Static variable in class com.aspose.barcode.BarCodeBuilder
Specifies Code93 Standardtype of barcode
SYMBOLOGY_DATAMATRIX - Static variable in class com.aspose.barcode.BarCodeBuilder
Specifes Datamatrix type of barcode
SYMBOLOGY_EAN128 - Static variable in class com.aspose.barcode.BarCodeBuilder
Specifes Ean128 type of barcode
SYMBOLOGY_EAN13 - Static variable in class com.aspose.barcode.BarCodeBuilder
Specifies EAN13 type of barcode
SYMBOLOGY_EAN14 - Static variable in class com.aspose.barcode.BarCodeBuilder
Specifies EAN14 type of barcode
SYMBOLOGY_EAN8 - Static variable in class com.aspose.barcode.BarCodeBuilder
Specifies EAN8 type of barcode
SYMBOLOGY_INTERLEAVED2OF5 - Static variable in class com.aspose.barcode.BarCodeBuilder
Specifies Interleaved 2 of 5 type of barcode
SYMBOLOGY_ITF14 - Static variable in class com.aspose.barcode.BarCodeBuilder
Specifes ITF14 type of barcode
SYMBOLOGY_MSI - Static variable in class com.aspose.barcode.BarCodeBuilder
Specifies MSI type of barcode
SYMBOLOGY_ONECODE - Static variable in class com.aspose.barcode.BarCodeBuilder
Specifies USPS OneCode type of barcode
SYMBOLOGY_PDF417 - Static variable in class com.aspose.barcode.BarCodeBuilder
Specifies PDF417 type of barcode
SYMBOLOGY_PLANET - Static variable in class com.aspose.barcode.BarCodeBuilder
Specifies Planet type of barcode
SYMBOLOGY_POSTNET - Static variable in class com.aspose.barcode.BarCodeBuilder
Specifies Postnet type of barcode
SYMBOLOGY_QR - Static variable in class com.aspose.barcode.BarCodeBuilder
Specifies QR type of barcode
SYMBOLOGY_SSCC18 - Static variable in class com.aspose.barcode.BarCodeBuilder
Specifies SSCC18 type of barcode
SYMBOLOGY_STANDARD2OF5 - Static variable in class com.aspose.barcode.BarCodeBuilder
Specifies Standard 2 of 5 type of barcode
SYMBOLOGY_UPCA - Static variable in class com.aspose.barcode.BarCodeBuilder
Specifies UPCA type of barcode
SYMBOLOGY_UPCE - Static variable in class com.aspose.barcode.BarCodeBuilder
Specifies UPCE type of barcode

A B C D E F G H I L M N O P Q R S T U