class FormattedTextElementBuilder

Parents

object

Gehtsoft.PDFFlow.Builder.IParagraphElementBuilder

Gehtsoft.PDFFlow.Models.Shared.IFont

Brief

The class for configuring formatted text elements.

Public Properties

BackgroundColor

The background color.

Font

The font of the text element.

Public Methods

ApplyStyle

Applies a style to the text element.

SetBackColor

Sets the background color for the text element.

SetBold

Sets the font style for the text element to bold.

SetFont

Sets the font for the text element.

SetFont

Sets the font name and font size for the text element.

SetFontColor

Sets the font color for the text element.

SetFontEncodingName

Sets the font encoding for the text element.

SetFontName

Sets the font name for the text element.

SetFontSize

Sets the font size for the text element.

SetItalic

Sets the font style for the text element to italic.

SetOblique

Sets the font style for the text element to oblique.

SetStrikethrough

Sets font style for the text element to strikethrough.

SetStrikethrough

Sets the strikethrough stroke style and color for the text element.

SetStrikethroughColor

Sets the strikethrough color for the text element.

SetStrikethroughStroke

Sets the strikethrough stroke style for the text element.

SetUnderline

Sets the text font style to underline.

SetUnderline

Sets the underline stroke style and color for the text element.

SetUnderlineColor

Sets the underline color for the text element.

SetUnderlineStroke

Sets the underline stroke style for the text element.

ToArea

Changes the current fluent context to RepeatingAreaBuilder.

ToCell

Changes the current fluent context to

ToDocument

Changes the current fluent context to

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