|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cete.dynamicpdf.PageElement com.cete.dynamicpdf.pageelements.TaggablePageElement com.cete.dynamicpdf.pageelements.barcoding.Dim2Barcode com.cete.dynamicpdf.pageelements.barcoding.Pdf417 com.cete.dynamicpdf.pageelements.barcoding.MacroPdf417
public class MacroPdf417
Represents a MacroPdf417 bar code. This class can be used to generate more than one PDF417 bar codes by taking input from the file.
Licensing:
This class is a DynamicPDF Generator Enterprise Edition
feature. One of the following licenses is required for non-evaluation usage:
Constructor Summary | |
---|---|
MacroPdf417(byte[] value,
float x,
float y,
int columns,
float xDimension)
Creates a new instance of MacroPdf417 . |
|
MacroPdf417(byte[] value,
float x,
float y,
int columns,
int rows,
float xDimension)
Creates a new instance of MacroPdf417 . |
|
MacroPdf417(java.lang.String value,
float x,
float y,
int columns,
float xDimension)
Creates a new instance of MacroPdf417 . |
|
MacroPdf417(java.lang.String value,
float x,
float y,
int columns,
int rows,
float xDimension)
Creates a new instance of MacroPdf417 . |
Method Summary | |
---|---|
void |
draw(PageWriter writer)
Draws the barcode to the given PageWriter object. |
java.lang.String |
getAddress()
Returns included address in the macro PDF417 bar code. |
java.lang.String |
getFileName()
Returns included file name in macro PDF417 bar code. |
MacroPdf417 |
getOverflowMacroPdf417()
Gets a new instance of MacroPdf417 object. |
MacroPdf417 |
getOverflowMacroPdf417(float x,
float y)
Gets a new instance of MacroPdf417 object. |
java.lang.String |
getSender()
Returns included sender in the macro PDF417 bar code. |
float |
getSymbolHeight()
Gets required height for drawing macro PDF417 bar code. |
float |
getSymbolWidth()
Gets required width for drawing macro PDF417 bar code. |
void |
includeCheckSum(boolean flag)
Specifies whether check sum should be included in macro PDF417 bar code or not. |
void |
includeFileSize(boolean flag)
Specifies whether file size should be included in macro PDF417 bar code or not. |
void |
includeTimeStamp(boolean flag)
Specifies whether time stamp should be included in macro PDF417 bar code or not. |
void |
setAddress(java.lang.String address)
Sets address to be included in the macro PDF417 bar code. |
void |
setFileId(int fileId)
Sets the file ID for the macro PDF417 bar code. |
void |
setFileId(int[] fileId)
Sets the file ID using an array of base 900 numbers (0 to 899). |
void |
setFileName(java.lang.String fileName)
Sets file name to be included in the macro PDF417 bar code. |
void |
setSender(java.lang.String sender)
Sets sender to be included in the macro PDF417 bar code. |
Methods inherited from class com.cete.dynamicpdf.pageelements.barcoding.Pdf417 |
---|
getCompaction, getCompactPdf417, getErrorCorrectionLevel, getValue, getXDimensionMilliMeters, getXDimensionMils, getYDimension, getYDimensionMilliMeters, getYDimensionMils, getYDimensionsPerCentiMeter, getYDimensionsPerInch, setCompaction, setCompactPdf417, setErrorCorrection, setValue, setXDimensionMilliMeters, setXDimensionMils, setYDimension, setYDimensionMilliMeters, setYDimensionMils, setYDimensionsPerCentiMeter, setYDimensionsPerInch |
Methods inherited from class com.cete.dynamicpdf.pageelements.barcoding.Dim2Barcode |
---|
getAngle, getColor, getPixelsPerXDimension, getX, getXDimension, getXDimensionsPerCentiMeter, getXDimensionsPerInch, getY, setAngle, setColor, setPixelsPerXDimension, setX, setXDimension, setXDimensionsPerCentiMeter, setXDimensionsPerInch, setY |
Methods inherited from class com.cete.dynamicpdf.pageelements.TaggablePageElement |
---|
getTag, getTagOrder, setTag, setTagOrder |
Methods inherited from class com.cete.dynamicpdf.PageElement |
---|
getRequiredLicenseLevel, getStrID, setRequiredLicenseLevel, setStrID |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MacroPdf417(java.lang.String value, float x, float y, int columns, float xDimension)
MacroPdf417
.
value
- The string to be encoded.x
- The X coordinate of the macro PDF417 bar code.y
- The Y coordinate of the macro PDF417 bar code.columns
- columns of the macro PDF417 bar code.xDimension
- The XDimension of the macro PDF417 bar code.public MacroPdf417(java.lang.String value, float x, float y, int columns, int rows, float xDimension)
MacroPdf417
.
value
- The string to be encoded.x
- The X coordinate of the macro PDF417 bar code.y
- The Y coordinate of the macro PDF417 bar code.columns
- columns of the macro PDF417 bar code.rows
- rows of the macro PDF417 bar code.xDimension
- The XDimension of the macro PDF417 bar code.public MacroPdf417(byte[] value, float x, float y, int columns, float xDimension)
MacroPdf417
.
value
- byte array to be encoded.x
- The X coordinate of the macro PDF417 bar code.y
- The Y coordinate of the macro PDF417 bar code.columns
- columns of the macro PDF417 bar code.xDimension
- The XDimension of the macro PDF417 bar code.public MacroPdf417(byte[] value, float x, float y, int columns, int rows, float xDimension)
MacroPdf417
.
value
- byte array to be encoded.x
- The X coordinate of the macro PDF417 bar code.y
- The Y coordinate of the macro PDF417 bar code.columns
- columns of the macro PDF417 bar code.rows
- rows of the macro PDF417 bar code.xDimension
- The XDimension of the macro PDF417 bar code.Method Detail |
---|
public java.lang.String getFileName()
public void setFileName(java.lang.String fileName)
fileName
- string file name to be included in macro PDF417 bar code.public java.lang.String getSender()
public void setSender(java.lang.String sender)
sender
- string sender to be included in macro PDF417 bar code.public java.lang.String getAddress()
public void setAddress(java.lang.String address)
address
- string address to be included in macro PDF417 bar code.public void includeFileSize(boolean flag)
flag
- boolean value specifies whether fie size should be included or not in macro PDF417 bar code.public void includeCheckSum(boolean flag)
flag
- boolean value specifies whether check sum should be included or not in macro PDF417 bar code.public void includeTimeStamp(boolean flag)
flag
- boolean value specifies whether time stamp should be included or not in macro PDF417 bar code.public void draw(PageWriter writer)
draw
in class Pdf417
writer
- PageWriter object to receive the page element's output.PageWriter
public float getSymbolHeight()
getSymbolHeight
in class Pdf417
public float getSymbolWidth()
getSymbolWidth
in class Pdf417
public void setFileId(int fileId)
fileId
- The file ID of the macro PDF417 bar code.public void setFileId(int[] fileId)
fileId
- The file ID of the macro PDF417 bar code provided as an array of base 900 numbers (0 to 899).public MacroPdf417 getOverflowMacroPdf417()
MacroPdf417
object. View Example
MacroPdf417
object.public MacroPdf417 getOverflowMacroPdf417(float x, float y)
MacroPdf417
object. View Example
x
- The X coordinate of the macro PDF417 bar code.y
- The Y coordinate of the macro PDF417 bar code.
MacroPdf417
object.
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |