Inherits asposebarcode.Assist.BaseJavaClass.
|
| def | __init__ (self, javaClass) |
| |
| def | init (self) |
| |
| def | getBackColor (self) |
| |
| def | setBackColor (self, hexValue) |
| |
| def | getResolution (self) |
| |
| def | setResolution (self, value) |
| |
| def | getRotationAngle (self) |
| |
| def | setRotationAngle (self, value) |
| |
| def | getCaptionAbove (self) |
| |
| def | setCaptionAbove (self, value) |
| |
| def | getCaptionBelow (self) |
| |
| def | setCaptionBelow (self, value) |
| |
| def | getAutoSizeMode (self) |
| |
| def | setAutoSizeMode (self, value) |
| |
| def | getImageHeight (self) |
| |
| def | setImageHeight (self, value) |
| |
| def | getImageWidth (self) |
| |
| def | setImageWidth (self, value) |
| |
| def | getBarcode (self) |
| |
| def | setBarcode (self, value) |
| |
| def | getBorder (self) |
| |
| def | getJavaClass (self) |
| |
| def | setJavaClass (self, javaClass) |
| |
| def | getJavaClassName (self) |
| |
| def | isNull (self) |
| |
| def | printJavaClassName (self) |
| |
◆ __init__()
| def asposebarcode.Generation.BaseGenerationParameters.__init__ |
( |
|
self, |
|
|
|
javaClass |
|
) |
| |
◆ getAutoSizeMode()
| def asposebarcode.Generation.BaseGenerationParameters.getAutoSizeMode |
( |
|
self | ) |
|
◆ getBackColor()
| def asposebarcode.Generation.BaseGenerationParameters.getBackColor |
( |
|
self | ) |
|
◆ getBarcode()
| def asposebarcode.Generation.BaseGenerationParameters.getBarcode |
( |
|
self | ) |
|
◆ getBorder()
| def asposebarcode.Generation.BaseGenerationParameters.getBorder |
( |
|
self | ) |
|
◆ getCaptionAbove()
| def asposebarcode.Generation.BaseGenerationParameters.getCaptionAbove |
( |
|
self | ) |
|
◆ getCaptionBelow()
| def asposebarcode.Generation.BaseGenerationParameters.getCaptionBelow |
( |
|
self | ) |
|
◆ getImageHeight()
| def asposebarcode.Generation.BaseGenerationParameters.getImageHeight |
( |
|
self | ) |
|
◆ getImageWidth()
| def asposebarcode.Generation.BaseGenerationParameters.getImageWidth |
( |
|
self | ) |
|
◆ getResolution()
| def asposebarcode.Generation.BaseGenerationParameters.getResolution |
( |
|
self | ) |
|
◆ getRotationAngle()
| def asposebarcode.Generation.BaseGenerationParameters.getRotationAngle |
( |
|
self | ) |
|
◆ init()
| def asposebarcode.Generation.BaseGenerationParameters.init |
( |
|
self | ) |
|
◆ setAutoSizeMode()
| def asposebarcode.Generation.BaseGenerationParameters.setAutoSizeMode |
( |
|
self, |
|
|
|
value |
|
) |
| |
◆ setBackColor()
| def asposebarcode.Generation.BaseGenerationParameters.setBackColor |
( |
|
self, |
|
|
|
hexValue |
|
) |
| |
◆ setBarcode()
| def asposebarcode.Generation.BaseGenerationParameters.setBarcode |
( |
|
self, |
|
|
|
value |
|
) |
| |
◆ setCaptionAbove()
| def asposebarcode.Generation.BaseGenerationParameters.setCaptionAbove |
( |
|
self, |
|
|
|
value |
|
) |
| |
◆ setCaptionBelow()
| def asposebarcode.Generation.BaseGenerationParameters.setCaptionBelow |
( |
|
self, |
|
|
|
value |
|
) |
| |
◆ setImageHeight()
| def asposebarcode.Generation.BaseGenerationParameters.setImageHeight |
( |
|
self, |
|
|
|
value |
|
) |
| |
◆ setImageWidth()
| def asposebarcode.Generation.BaseGenerationParameters.setImageWidth |
( |
|
self, |
|
|
|
value |
|
) |
| |
◆ setResolution()
| def asposebarcode.Generation.BaseGenerationParameters.setResolution |
( |
|
self, |
|
|
|
value |
|
) |
| |
◆ setRotationAngle()
| def asposebarcode.Generation.BaseGenerationParameters.setRotationAngle |
( |
|
self, |
|
|
|
value |
|
) |
| |
◆ barcodeParameters
| asposebarcode.Generation.BaseGenerationParameters.barcodeParameters = None |
|
static |
◆ borderParameters
| asposebarcode.Generation.BaseGenerationParameters.borderParameters = None |
|
static |
◆ captionAbove
| asposebarcode.Generation.BaseGenerationParameters.captionAbove = None |
|
static |
◆ captionBelow
| asposebarcode.Generation.BaseGenerationParameters.captionBelow = None |
|
static |