class BarcodesUserAPI
Parents | |
object |
Brief
Provides methods for adding barcodes to sections, repeating areas, paragraphs, and table cells.
Static Public Methods | |
Adds a barcode with specified width and height to cut to the paragraph and returns an instance of BarcodeInlineBuilder. |
|
Adds a barcode with default settings to the paragraph and returns an instance of BarcodeInlineBuilder. |
|
Adds a barcode with specified width, height to cut, color, and background color to the paragraph and returns an instance of BarcodeInlineBuilder. |
|
Adds a barcode with specified color and background color to the paragraph and returns an instance of BarcodeInlineBuilder. |
|
Adds a barcode with the specified width and height to cut to the section and returns an instance of BarcodeBuilder. |
|
Adds a barcode with default settings to the section and returns an instance of BarcodeBuilder. |
|
Adds a barcode with specified width, height to cut, color, and background color to the section and returns an instance of BarcodeBuilder. |
|
Adds a barcode with specified color and background color to the section and returns an instance of BarcodeBuilder. |
|
Adds a barcode with specified width and height to cut to the repeating area and returns an instance of BarcodeBuilder. |
|
Adds a barcode with default settings to the repeating area and returns an instance of BarcodeBuilder. |
|
Adds a barcode with specified color and background color to the repeating area and returns an instance of BarcodeBuilder. |
|
Adds a barcode with specified width, height to cut, color, and background color to the repeating area and returns an instance of BarcodeBuilder. |
|
Adds a barcode with specified width and height to cut to the table cell and returns an instance of BarcodeBuilder. |
|
Adds a barcode with defult settings to the table cell and returns an instance of BarcodeBuilder. |
|
Adds a barcode with specified width, height to cut, color, and background color to the table cell and returns an instance of BarcodeBuilder. |
|
Adds a barcode with specified color and background color to the table cell and returns an instance of BarcodeBuilder. |
|
Adds a barcode with specified width and height to cut to the table cell and returns the TableCellBuilder. |
|
Adds a barcode with default settings to the table cell and returns the TableCellBuilder. |
|
Adds a barcode with specified width, height to cut, color, and background color to the table cell and returns the TableCellBuilder. |
|
Adds a barcode with specified color and background color to the table cell and returns the TableCellBuilder. |
|
Adds a barcode with specified width and height to cut to the paragraph and returns the ParagraphBuilder. |
|
Adds a barcode with default settings to the paragraph and returns the ParagraphBuilder. |
|
Adds a barcode with specified width, height to cut, color, and background color to the paragraph and returns the ParagraphBuilder. |
|
Adds a barcode with specified color and background color to the paragraph and returns the ParagraphBuilder. |
|
Adds a barcode with specified width and height to cut to the repeating area and returns the RepeatingAreaBuilder. |
|
Adds a barcode with default settings to the repeating area and returns the RepeatingAreaBuilder. |
|
Adds a barcode with specified width, height to cut, color, and background color to the repeating area and returns the RepeatingAreaBuilder. |
|
Adds a barcode with specified color and background color to the repeating area and returns the RepeatingAreaBuilder. |
|
Adds a barcode with specified width and height to cut to the section and returns the SectionBuilder. |
|
Adds a barcode with default settings to the section and returns the SectionBuilder. |
|
Adds a barcode with specified width, height to cut, color, and background color to the section and returns the SectionBuilder. |
|
Adds a barcode with specified color and background color to the section and returns the SectionBuilder. |