class TableRowBuilder

Parents

object

Brief

The class for building table rows.

Static Public Methods

New

Creates a new instance of TableRowBuilder.

Public Properties

Index

The index of the table row.

RowType

The type of the table row.

Public Methods

ApplyStyle

Applies a style to the table row.

GetTag

Gets the tag of the table row.

SetBackColor

Sets the background color for the table row.

SetBold

Sets the bold font style for the table row.

SetBorder

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

SetBorder

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

SetBorder

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

SetBorder

Sets the table row border by a configuration action.

SetBorder

Sets the table row border.

SetBorderColor

Sets the border color for the table row.

SetBorderColor

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

SetBorderStroke

Sets the border stroke style for the table row.

SetBorderStroke

Sets the stroke style for each side the table row border.

SetBorderWidth

Sets the border width for the table row.

SetBorderWidth

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

SetFont

Sets the table row font.

SetFont

Sets the font for the table row.

SetFontColor

Sets the font color for the table row.

SetFontName

Sets the font name for the table row.

SetFontSize

Sets the table row font size.

SetHeight

Sets the table row height.

SetHorizontalAlignment

Sets the table row horizontal alignment.

SetItalic

Sets the italic font style for the table row.

SetMinHeight

Sets the table row minimum height.

SetOblique

Sets the oblique font style for the table row.

SetRowIndex

Sets the index of the table row.

SetRowType

Sets the type of the table row (header, content or footer).

SetStrikethrough

Sets the table row strikethrough stroke style and color.

SetStrikethrough

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

SetStrikethroughColor

Sets the strikethrough color for the table row.

SetStrikethroughStroke

Sets the strikethrough color for the table row.

SetTag

Sets a tag for the table row.

SetTextOverflowAction

Set the text overflow action for the table row.

SetUnderline

Sets the underline stroke and color for the table row.

SetUnderline

Sets that font style for the table row to underline.

SetUnderlineColor

Sets the underline color for the table row.

SetUnderlineStroke

Sets the underline stroke style for the table row.

SetVerticalAlignment

Sets the table row vertical alignment.

ToArea

Changes the current fluent context to RepeatingAreaBuilder.

ToDocument

Changes the current fluent context to DocumentBuilder.

ToSection

Changes the current fluent context to SectionBuilder.

ToTable

Changes the current fluent context to TableBuilder.

back