class TableCellBuilder

Parents

object

Brief

The class for building table cells.

Static Public Methods

New

Creates a new instance of TableCellBuilder.

Public Methods

ApplyStyle

Applies a style to the table cell.

ClearContent

Removes all elements added to the table cell.

GetTag

Gets the tag object of the table cell.

SetBackColor

Sets the background color for the table cell.

SetBold

Sets the bold font style for the table cell.

SetBorder

Sets the border stroke style, width and color for the table cell.

SetBorder

Sets the table cell border by a configuration action.

SetBorder

Sets the border stroke style and color for the table cell.

SetBorder

Sets the border stroke style for the table cell or resets the border settings to default if used without the parameter.

SetBorderColor

Sets the table cell border color.

SetBorderColor

Sets the color for each side of the table cell border.

SetBorderStroke

Sets the border stroke style for the table cell.

SetBorderStroke

Sets the stroke style for each border side of the table cell.

SetBorderWidth

Sets the table cell border width.

SetBorderWidth

Sets the width for each side of the table cell border.

SetCellIndex

Sets the index of the table cell.

SetColSpan

Sets the colspan for the table cell.

SetFont

Sets the font for the table cell.

SetFontColor

Sets the font color for the table cell.

SetFontName

Sets the font name for the table cell.

SetFontSize

Sets the font size for the table cell.

SetHorizontalAlignment

Sets the horizontal alignment for the table cell.

SetInnerTableStyle

Sets the style for tables in the table cell.

SetItalic

Sets the italic font style for the table cell.

SetOblique

Sets the oblique font style for the table cell.

SetOverflowAction

Sets the text overflow action for the table cell.

SetPadding

Sets the left, top, right and bottom paddings for the table cell.

SetPadding

Sets the paddings for the table cell.

SetPadding

Sets the the same left, top, right and bottom paddings for the table cell.

SetPadding

Sets horizontal and vertical paddings for the table cell.

SetParagraphStyle

Sets the style for paragraphs in the table cell.

SetRowIndex

Sets the index of the table row.

SetRowSpan

Sets the rowspan for the table cell.

SetStrikethrough

Sets the strikethrough stroke style and color for the table cell.

SetStrikethrough

Sets the font style for the table cell to strikethrough.

SetStrikethroughColor

Sets the strikethrough color for the table cell.

SetStrikethroughStroke

Sets strikethrough stroke style for the table cell.

SetTag

Sets a tag object for the table cell.

SetUnderline

Sets the underline stroke style and color for the table cell.

SetUnderline

Sets the font style for the cell to underline.

SetUnderlineColor

Sets the underline color for the table cell.

SetUnderlineStroke

Sets the underline stroke style for table cell.

SetVerticalAlignment

Sets the vertical alignment for the table cell.

ToArea

Changes the current fluent context to RepeatingAreaBuilder.

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