public class TemplateBarcode extends TemplateItem
Constructor and Description |
---|
TemplateBarcode(Rectangle rectangle,
String name)
Initializes a new instance of the
TemplateBarcode class. |
TemplateBarcode(Rectangle rectangle,
String name,
Integer pageIndex)
Initializes a new instance of the
TemplateBarcode class. |
Modifier and Type | Method and Description |
---|---|
Rectangle |
getRectangle()
Gets the rectangular area that contains the template barcode field.
|
getName, getPageIndex
public TemplateBarcode(Rectangle rectangle, String name)
TemplateBarcode
class.rectangle
- The rectangular area that contains the template barcode field.name
- The barcode field name.public TemplateBarcode(Rectangle rectangle, String name, Integer pageIndex)
TemplateBarcode
class.rectangle
- The rectangular area that contains the template barcode field.name
- The barcode field name.pageIndex
- An integer value that represents the index of the page where the template item is located; null
if the template item is located on any page.Copyright © 2022. All rights reserved.