class BarcodesUserAPI

Parents
object

Brief

Provides methods for adding barcodes to sections, repeating areas, paragraphs, and table cells.

Static Public Methods

AddBarcode

Adds a barcode with specified width and height to cut to the paragraph and returns an instance of BarcodeInlineBuilder.

AddBarcode

Adds a barcode with default settings to the paragraph and returns an instance of BarcodeInlineBuilder.

AddBarcode

Adds a barcode with specified width, height to cut, color, and background color to the paragraph and returns an instance of BarcodeInlineBuilder.

AddBarcode

Adds a barcode with specified color and background color to the paragraph and returns an instance of BarcodeInlineBuilder.

AddBarcode

Adds a barcode with the specified width and height to cut to the section and returns an instance of BarcodeBuilder.

AddBarcode

Adds a barcode with default settings to the section and returns an instance of BarcodeBuilder.

AddBarcode

Adds a barcode with specified width, height to cut, color, and background color to the section and returns an instance of BarcodeBuilder.

AddBarcode

Adds a barcode with specified color and background color to the section and returns an instance of BarcodeBuilder.

AddBarcode

Adds a barcode with specified width and height to cut to the repeating area and returns an instance of BarcodeBuilder.

AddBarcode

Adds a barcode with default settings to the repeating area and returns an instance of BarcodeBuilder.

AddBarcode

Adds a barcode with specified color and background color to the repeating area and returns an instance of BarcodeBuilder.

AddBarcode

Adds a barcode with specified width, height to cut, color, and background color to the repeating area and returns an instance of BarcodeBuilder.

AddBarcode

Adds a barcode with specified width and height to cut to the table cell and returns an instance of BarcodeBuilder.

AddBarcode

Adds a barcode with defult settings to the table cell and returns an instance of BarcodeBuilder.

AddBarcode

Adds a barcode with specified width, height to cut, color, and background color to the table cell and returns an instance of BarcodeBuilder.

AddBarcode

Adds a barcode with specified color and background color to the table cell and returns an instance of BarcodeBuilder.

AddBarcodeToCell

Adds a barcode with specified width and height to cut to the table cell and returns the TableCellBuilder.

AddBarcodeToCell

Adds a barcode with default settings to the table cell and returns the TableCellBuilder.

AddBarcodeToCell

Adds a barcode with specified width, height to cut, color, and background color to the table cell and returns the TableCellBuilder.

AddBarcodeToCell

Adds a barcode with specified color and background color to the table cell and returns the TableCellBuilder.

AddBarcodeToParagraph

Adds a barcode with specified width and height to cut to the paragraph and returns the ParagraphBuilder.

AddBarcodeToParagraph

Adds a barcode with default settings to the paragraph and returns the ParagraphBuilder.

AddBarcodeToParagraph

Adds a barcode with specified width, height to cut, color, and background color to the paragraph and returns the ParagraphBuilder.

AddBarcodeToParagraph

Adds a barcode with specified color and background color to the paragraph and returns the ParagraphBuilder.

AddBarcodeToRepeatingArea

Adds a barcode with specified width and height to cut to the repeating area and returns the RepeatingAreaBuilder.

AddBarcodeToRepeatingArea

Adds a barcode with default settings to the repeating area and returns the RepeatingAreaBuilder.

AddBarcodeToRepeatingArea

Adds a barcode with specified width, height to cut, color, and background color to the repeating area and returns the RepeatingAreaBuilder.

AddBarcodeToRepeatingArea

Adds a barcode with specified color and background color to the repeating area and returns the RepeatingAreaBuilder.

AddBarcodeToSection

Adds a barcode with specified width and height to cut to the section and returns the SectionBuilder.

AddBarcodeToSection

Adds a barcode with default settings to the section and returns the SectionBuilder.

AddBarcodeToSection

Adds a barcode with specified width, height to cut, color, and background color to the section and returns the SectionBuilder.

AddBarcodeToSection

Adds a barcode with specified color and background color to the section and returns the SectionBuilder.

back