|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.pdf.barcode.pdfbarcode
public class pdfbarcode
represents a base class for all barcode types.
constructor summary | |
---|---|
pdfbarcode()
initializes a new instance of the class. |
|
pdfbarcode(java.lang.string text)
initializes a new instance of the class. |
method summary | |
---|---|
pdfrgbcolor |
getbackcolor()
gets the back color of the barcode. |
pdfrgbcolor |
getbarcolor()
gets the bar color of the barcode. |
float |
getbarheight()
gets the bar height. |
java.awt.geom.rectangle2d |
getbounds()
gets the rectangular area occupied by the barcode. |
java.lang.string |
getextendedtext()
gets the barcode text. |
java.awt.geom.point2d |
getlocation()
gets the location to render barcode in the pdf document. |
float |
getnarrowbarwidth()
gets the narrow bar width. |
pdfbarcodequietzones |
getquietzone()
gets the empty area which is to be allocated around the barcode. |
java.awt.geom.dimension2d |
getsize()
gets the size of the barcode. |
java.lang.string |
gettext()
gets the barcode text. |
pdfrgbcolor |
gettextcolor()
gets the text color of the barcode text. |
void |
setbackcolor(pdfrgbcolor value)
sets the back color of the barcode. |
void |
setbarcolor(pdfrgbcolor value)
sets the bar color of the barcode. |
void |
setbarheight(float value)
sets the bar height. |
void |
setbounds(java.awt.geom.rectangle2d bounds)
sets the rectangular area occupied by the barcode. |
void |
setextendedtext(java.lang.string value)
sets the barcode text. |
void |
setlocation(java.awt.geom.point2d value)
sets the location to render barcode in the pdf document. |
void |
setnarrowbarwidth(float value)
sets the narrow bar width. |
void |
settext(java.lang.string value)
sets the barcode text. |
void |
settextcolor(pdfrgbcolor value)
sets the text color of the barcode text. |
constructor detail |
---|
public pdfbarcode()
public pdfbarcode(java.lang.string text)
text
- set the barcode text.method detail |
---|
public pdfrgbcolor getbackcolor()
public void setbackcolor(pdfrgbcolor value)
public pdfrgbcolor getbarcolor()
public void setbarcolor(pdfrgbcolor value)
public pdfrgbcolor gettextcolor()
public void settextcolor(pdfrgbcolor value)
public float getnarrowbarwidth()
public void setnarrowbarwidth(float value)
public java.lang.string gettext()
public void settext(java.lang.string value)
public java.awt.geom.point2d getlocation()
public void setlocation(java.awt.geom.point2d value)
public pdfbarcodequietzones getquietzone()
public float getbarheight()
public void setbarheight(float value)
public java.awt.geom.dimension2d getsize()
public java.awt.geom.rectangle2d getbounds()
public void setbounds(java.awt.geom.rectangle2d bounds)
public java.lang.string getextendedtext()
public void setextendedtext(java.lang.string value)
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |