public class PageBarcodeArea extends PageArea
Constructor and Description |
---|
PageBarcodeArea(String value,
String codeTypeName,
Page page,
Rectangle rectangle)
Initializes a new instance of the
PageBarcodeArea class. |
Modifier and Type | Method and Description |
---|---|
String |
getCodeTypeName()
Gets the name of the barcode type.
|
String |
getValue()
Gets the barcode value.
|
getPage, getRectangle, setRectangle
public PageBarcodeArea(String value, String codeTypeName, Page page, Rectangle rectangle)
PageBarcodeArea
class.value
- The value of the barcode.codeTypeName
- The type name of the barcode.page
- The page that contains the barcode area.rectangle
- The rectangular area that contains the barcode area.