class ImageBuilder

Parents

object

Brief

The class for configuring image settings.

Static Public Methods

New

Creates a new instance of ImageBuilder.

Public Methods

ApplyStyle

Applies a style to the image.

BuildToSection

Builds the image to a section.

SetAlignment

Sets the image horizontal alignment.

SetBorder

Sets the image border by a configuration action.

SetBorder

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

SetBorder

Sets the image border stroke style and color.

SetBorder

Sets the image border stroke style.

SetBorderColor

Sets the image border color.

SetBorderColor

Sets the color for each image border side.

SetBorderStroke

Sets the image border stroke style.

SetBorderStroke

Sets the stroke style for each image border side.

SetBorderWidth

Sets the image border width.

SetBorderWidth

Sets the width for each image border side.

SetData

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

SetFile

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

SetHeight

Sets the image height in pixels.

SetKeepWithNext

Defines whether the image should be rendered with the element next to it.

SetMarginBottom

Sets the image bottom margin.

SetMarginLeft

Sets the image left margin.

SetMarginRight

Sets the image right margin.

SetMargins

Sets all image margins to the same value.

SetMargins

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

SetMarginTop

Sets the image top margin.

SetPaddingBottom

Sets the image bottom padding.

SetPaddingLeft

Sets the image left padding.

SetPaddingRight

Sets the image right padding.

SetPaddings

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

SetPaddings

Sets all image paddings to the same value.

SetPaddingTop

Sets the image top padding.

SetPageBreak

Sets the page break for the image.

SetScale

Sets the image scaling mode.

SetSize

Sets the image height and width in pixels.

SetSize

Sets the image size in pixels.

SetWidth

Sets the 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.

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