class BarcodeInlineBuilder

Parents
object
IParagraphElementBuilder

Brief

Provides methods for configuring barcodes and QR codes added to paragraphs.

Public Methods

SetBorder

Configures the barcode border by a configuration action.

SetBorder

Sets the stroke style, color, and width for the barcode border.

SetBorder

Sets the color and style for the barcode border.

SetBorder

Sets the barcode border stroke style.

SetBorderColor

Sets the barcode border color.

SetBorderStroke

Sets the barcode border stroke style.

SetBorderWidth

Sets the barcode border width.

SetHeight

Sets the barcode height.

SetMarginBottom

Sets the barcode bottom margin.

SetMarginLeft

Sets the barcode left margin.

SetMarginRight

Sets the barcode right margin.

SetMargins

Sets all barcode margins to the same value.

SetMargins

Sets the barcode left, top, right, and bottom margins.

SetMarginTop

Sets the barcode top margin.

SetPaddingBottom

Sets the barcode bottom padding.

SetPaddingLeft

Sets the barcode left padding.

SetPaddingRight

Sets the barcode right padding.

SetPaddings

Sets all barcode paddings to the same value.

SetPaddings

Sets the barcode left, top, right, and bottom paddings.

SetPaddingTop

Sets the barcode top padding.

SetWidth

Sets the barcode width.

ToArea

Returns the instance of RepeatingAreaBuilder to which the barcode was added.

ToCell

Returns the instance of TableCellBuilder to which the barcode was added.

ToDocument

Returns the instance of DocumentBuilder to which the barcode was added.

ToParagraph

Returns the instance of ParagraphBuilder to which the barcode was added.

ToRow

Returns the instance of TableRowBuilder to which the barcode was added.

ToSection

Returns the instance of SectionBuilder to which the barcode was added.

ToTable

Returns the instance of TableBuilder to which the barcode was added.

back