public class BarcodeGenerationParams extends Object
| Constructor and Description |
|---|
BarcodeGenerationParams() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCaption() |
int |
getCellSize() |
int |
getEccLevel() |
int |
getErrorCorrection() |
int |
getGrowthFlags() |
double |
getHeight() |
int |
getNumCodeWordCol() |
int |
getNumCodeWordRow() |
int |
getResolution() |
String |
getSymbology() |
int |
getVersion() |
double |
getWidth() |
int |
getXSymbolHeight() |
int |
getXSymbolWidth() |
void |
setCaption(String caption) |
void |
setCellSize(int cellSize) |
void |
setEccLevel(int eccLevel) |
void |
setErrorCorrection(int errorCorrection) |
void |
setGrowthFlags(int growthFlags) |
void |
setHeight(double height) |
void |
setNumCodeWordCol(int numCodeWordCol) |
void |
setNumCodeWordRow(int numCodeWordRow) |
void |
setResolution(int resolution) |
void |
setSymbology(String symbology) |
void |
setVersion(int version) |
void |
setWidth(double width) |
void |
setXSymbolHeight(int symbolHeight) |
void |
setXSymbolWidth(int symbolWidth) |
public String getSymbology()
public void setSymbology(String symbology)
public int getVersion()
public void setVersion(int version)
public double getWidth()
public void setWidth(double width)
public double getHeight()
public void setHeight(double height)
public int getResolution()
public void setResolution(int resolution)
public String getCaption()
public void setCaption(String caption)
public int getGrowthFlags()
public void setGrowthFlags(int growthFlags)
public int getCellSize()
public void setCellSize(int cellSize)
public int getErrorCorrection()
public void setErrorCorrection(int errorCorrection)
public int getXSymbolWidth()
public void setXSymbolWidth(int symbolWidth)
public int getXSymbolHeight()
public void setXSymbolHeight(int symbolHeight)
public int getNumCodeWordCol()
public void setNumCodeWordCol(int numCodeWordCol)
public int getNumCodeWordRow()
public void setNumCodeWordRow(int numCodeWordRow)
public int getEccLevel()
public void setEccLevel(int eccLevel)
Copyright © 2010 - 2020 Adobe. All Rights Reserved