class QRCodesUserAPI

Parents
object

Brief

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

Static Public Methods

AddQRCode

Adds a QR code with specified error correction level, version, scale multiplier, color, and background color, with or without a quiet zone, to the section and returns an instance of BarcodeBuilder.

AddQRCode

Adds a QR code with specified error correction level, version, and scale multiplier to the section and returns an instance of BarcodeBuilder.

AddQRCode

Adds a QR code with specified error correction level, version, scale multiplier, color, and background color, with or without a quiet zone, to the repeating area and returns an instance of BarcodeBuilder.

AddQRCode

Adds a QR code with specified error correction level, version, and scale multiplier to the repeating area and returns an instance of BarcodeBuilder.

AddQRCode

Adds a QR code with specified error correction level, version, scale multiplier, color, and background color, with or without a quiet zone, to the paragraph and returns an instance of BarcodeInlineBuilder.

AddQRCode

Adds a QR code with specified error correction level, version, and scale multiplier to the paragraph and returns an instance of BarcodeInlineBuilder.

AddQRCode

Adds a QR code with specified error correction level, version, scale multiplier, color, and background color, with or without a quiet zone, to the table cell and returns an instance of BarcodeBuilder.

AddQRCode

Adds a QR code with specified error correction level, version, and scale multiplier to the table cell and returns an instance of BarcodeBuilder.

AddQRCodeToCell

Adds a QR code with specified error correction level, version, scale multiplier, color, and background color, with or without a quiet zone, to the table cell and returns the TableCellBuilder.

AddQRCodeToCell

Adds a QR code with specified error correction level, version, and scale multiplier to the table cell and returns the TableCellBuilder.

AddQRCodeToParagraph

Adds a QR code with specified error correction level, version, scale multiplier, color, and background color, with or without a quiet zone, to the paragraph and returns the ParagraphBuilder.

AddQRCodeToParagraph

Adds a QR code with specified error correction level, version, and scale multiplier to the paragraph and returns the ParagraphBuilder.

AddQRCodeToRepeatingArea

Adds a QR code with specified error correction level, version, scale multiplier, color, and background color, with or without a quiet zone, to the repeating area and returns the RepeatingAreaBuilder.

AddQRCodeToRepeatingArea

Adds a QR code with specified error correction level, version, and scale multiplier to the repeating area and returns the RepeatingAreaBuilder.

AddQRCodeToSection

Adds a QR code with specified error correction level, version, scale multiplier, color, and background color, with or without a quiet zone, to the section and returns the SectionBuilder.

AddQRCodeToSection

Adds a QR code with specified error correction level, version, and scale multiplier to the section and returns the SectionBuilder.

AddQRCodeUrl

Adds a QR code with a URL and with a specified scale multiplier to the section and returns an instance of BarcodeBuilder.

AddQRCodeUrl

Adds a QR code with a URL with specified scale multiplier, color, and background color, with or without a quiet zone, to the section and returns an instance of BarcodeBuilder.

AddQRCodeUrl

Adds a QR code with a URL with a specified scale multiplier to the repeating area and returns an instance of BarcodeBuilder.

AddQRCodeUrl

Adds a QR code with a URL with specified scale multiplier, color, and background color, with or without a quiet zone, to the repeating area and returns an instance of BarcodeBuilder.

AddQRCodeUrl

Adds a QR code with a URL with a specified scale multiplier to the paragraph and returns an instance of BarcodeInlineBuilder.

AddQRCodeUrl

Adds a QR code with a URL with specified scale multiplier, color, and background color, with or without a quiet zone, to the paragraph and returns an instance of BarcodeInlineBuilder.

AddQRCodeUrl

Adds a QR code with a URL with a specified scale multiplier to the table cell and returns an instance of BarcodeBuilder.

AddQRCodeUrl

Adds a QR code with a URL with specified scale multiplier, color, and background color, with or without a quiet zone, to the table cell and returns an instance of BarcodeBuilder.

AddQRCodeUrlToCell

Adds a QR code with a URL with a specified scale multiplier to the table cell and returns the TableCellBuilder.

AddQRCodeUrlToCell

Adds a QR code with a URL with specified scale multiplier, color, and background color, with or without a quiet zone, to the table cell and returns the TableCellBuilder.

AddQRCodeUrlToParagraph

Adds a QR code with a URL with a specified scale multiplier to the paragraph and returns the ParagraphBuilder.

AddQRCodeUrlToParagraph

Adds a QR code with a URL with specified scale multiplier, color, and background color, with or without a quiet zone, to the paragraph and returns the ParagraphBuilder.

AddQRCodeUrlToRepeatingArea

Adds a QR code with a URL and a specified scale multiplier to the repeating area and returns the RepeatingAreaBuilder.

AddQRCodeUrlToRepeatingArea

Adds a QR code with a URL with specified scale multiplier, color, and background color, with or without a quiet zone, to the repeating area and returns the RepeatingAreaBuilder.

AddQRCodeUrlToSection

Adds a QR code with a URL with a specified scale multiplier to the section and returns the SectionBuilder.

AddQRCodeUrlToSection

Adds a QR code with a URL with specified scale multiplier, color, and background color, with or without a quiet zone, to the section and returns the SectionBuilder.

back