Table of Contents

Class TableFieldRtf

Namespace
combit.Reporting.Dom
Assembly
combit.ListLabel31.CrossPlatform.dll

RTF table field capable of rendering rich text with optional fixed height or picture export.

public class TableFieldRtf : TableFieldBase
Inheritance
TableFieldRtf
Inherited Members

Constructors

TableFieldRtf(CollectionTableFieldBases)

Creates and appends an RTF field.

public TableFieldRtf(CollectionTableFieldBases itemCollection)

Parameters

itemCollection CollectionTableFieldBases

The collection of table fields.

TableFieldRtf(CollectionTableFieldBases, int)

Creates and inserts an RTF field at the specified index.

public TableFieldRtf(CollectionTableFieldBases itemCollection, int index)

Parameters

itemCollection CollectionTableFieldBases

The collection of table fields.

index int

The index at which the field will be inserted.

Properties

ConditionalFormatter

[JsonInclude]
public CollectionConditionalFormatterItems ConditionalFormatter { get; }

Property Value

CollectionConditionalFormatterItems

Contents

Gets or sets the RTF contents (CRLF normalized to {}).

public string Contents { get; set; }

Property Value

string

ExportAsPicture

Gets or sets whether the field is rendered as a raster image.

public string ExportAsPicture { get; set; }

Property Value

string

Filling

Gets the filling definition (background, gradients, bitmap, etc.).

[JsonInclude]
public override PropertyFillingWithBitmap Filling { get; }

Property Value

PropertyFillingWithBitmap

FixedHeight

Gets or sets the fixed height (0 = auto grow).

public string FixedHeight { get; set; }

Property Value

string

Font

[JsonInclude]
public PropertyFontExt Font { get; }

Property Value

PropertyFontExt

Frame

Gets the frame formatting for the field.

[JsonInclude]
public override PropertyFrameExt Frame { get; }

Property Value

PropertyFrameExt

OutputFormatter

[JsonInclude]
public PropertyOutputFormatterBase OutputFormatter { get; }

Property Value

PropertyOutputFormatterBase