Class TableFieldHtml
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
HTML table field supporting inline or external HTML content with optional scaling.
public class TableFieldHtml : TableFieldBase
- Inheritance
-
TableFieldHtml
- Inherited Members
Constructors
TableFieldHtml(CollectionTableFieldBases)
Creates and appends an HTML field.
public TableFieldHtml(CollectionTableFieldBases itemCollection)
Parameters
itemCollectionCollectionTableFieldBases
TableFieldHtml(CollectionTableFieldBases, int)
Creates and inserts an HTML field at the specified index.
public TableFieldHtml(CollectionTableFieldBases itemCollection, int index)
Parameters
itemCollectionCollectionTableFieldBasesindexint
Properties
ContentType
Gets or sets the content type (0=text, other values engine specific).
public string ContentType { get; set; }
Property Value
Contents
Gets or sets the HTML contents (depending on ContentType may be plain text or file reference).
public string Contents { get; set; }
Property Value
ExportAsPicture
Gets or sets whether the HTML is rasterized for export.
public string ExportAsPicture { get; set; }
Property Value
FitToObject
Gets or sets whether content is scaled to the object size.
public string FitToObject { get; set; }
Property Value
Height
Gets or sets the object height.
public string Height { get; set; }