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
itemCollectionCollectionTableFieldBasesThe collection of table fields.
TableFieldRtf(CollectionTableFieldBases, int)
Creates and inserts an RTF field at the specified index.
public TableFieldRtf(CollectionTableFieldBases itemCollection, int index)
Parameters
itemCollectionCollectionTableFieldBasesThe collection of table fields.
indexintThe index at which the field will be inserted.
Properties
ConditionalFormatter
[JsonInclude]
public CollectionConditionalFormatterItems ConditionalFormatter { get; }
Property Value
Contents
Gets or sets the RTF contents (CRLF normalized to {}).
public string Contents { get; set; }
Property Value
ExportAsPicture
Gets or sets whether the field is rendered as a raster image.
public string ExportAsPicture { get; set; }
Property Value
Filling
Gets the filling definition (background, gradients, bitmap, etc.).
[JsonInclude]
public override PropertyFillingWithBitmap Filling { get; }
Property Value
FixedHeight
Gets or sets the fixed height (0 = auto grow).
public string FixedHeight { get; set; }
Property Value
Font
[JsonInclude]
public PropertyFontExt Font { get; }
Property Value
Frame
Gets the frame formatting for the field.
[JsonInclude]
public override PropertyFrameExt Frame { get; }
Property Value
OutputFormatter
[JsonInclude]
public PropertyOutputFormatterBase OutputFormatter { get; }