Table of Contents

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

itemCollection CollectionTableFieldBases

TableFieldHtml(CollectionTableFieldBases, int)

Creates and inserts an HTML field at the specified index.

public TableFieldHtml(CollectionTableFieldBases itemCollection, int index)

Parameters

itemCollection CollectionTableFieldBases
index int

Properties

ContentType

Gets or sets the content type (0=text, other values engine specific).

public string ContentType { get; set; }

Property Value

string

Contents

Gets or sets the HTML contents (depending on ContentType may be plain text or file reference).

public string Contents { get; set; }

Property Value

string

ExportAsPicture

Gets or sets whether the HTML is rasterized for export.

public string ExportAsPicture { get; set; }

Property Value

string

FitToObject

Gets or sets whether content is scaled to the object size.

public string FitToObject { get; set; }

Property Value

string

Height

Gets or sets the object height.

public string Height { get; set; }

Property Value

string