class InlineImageBuilder

Parents

object

Gehtsoft.PDFFlow.Builder.IParagraphElementBuilder

Brief

The class for configuring inline images.

Static Public Methods

New

Creates a new instance of InlineImageBuilder.

Public Properties

Style

The style applied to the inline image.

Public Methods

ApplyStyle

Applies a style to the inline image.

SetBorder

Sets the inline image border by a configuration action.

SetBorder

Sets the inline image border color, stroke style, and width.

SetBorder

Sets the inline image border color and stroke style.

SetBorder

Sets the inline image border stroke style.

SetBorderColor

Sets the inline image border color.

SetBorderStroke

Sets the inline image border stroke style.

SetBorderWidth

Sets the inline image border width.

SetData

Sets the byte presentation of the image for the inline image object content.

SetFile

Sets the path to the file from which the inline image object is to be loaded.

SetHeight

Sets the inline image height in pixels.

SetMarginBottom

Sets the inline image bottom margin.

SetMarginLeft

Sets the inline image left margin.

SetMarginRight

Sets the inline image right margin.

SetMargins

Sets all inline image margins to the same value.

SetMargins

Sets the inline image left, top, right, and bottom margins.

SetMarginTop

Sets the inline image top margin.

SetPaddingBottom

Sets the inline image bottom padding.

SetPaddingLeft

Sets the inline image left padding.

SetPaddingRight

Sets the inline image right padding.

SetPaddings

Sets the inline image left, top, right, and bottom paddings.

SetPaddings

Sets all inline image paddings to the same value.

SetPaddingTop

Sets the inline image top padding.

SetScale

Sets the inline image scaling mode.

SetSize

Sets the inline image height and width in pixels.

SetSize

Sets the inline image size in pixels.

SetWidth

Sets the inline image width in pixels.

ToArea

Changes the current fluent context to RepeatingAreaBuilder.

ToCell

Changes the current fluent context to TableCellBuilder.

ToDocument

Changes the current fluent context to DocumentBuilder.

ToParagraph

Changes the current fluent context to ParagraphBuilder.

ToRow

Changes the current fluent context to TableRowBuilder.

ToSection

Changes the current fluent context to SectionBuilder.

ToTable

Changes the current fluent context to TableBuilder.

back