Search
HtmlBuilder.AreasForTableCells Property
See Also
 





Gets or sets a value indicating whether AREA tags are generated for table cells.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool AreasForTableCells { get; set; }

Visual Basic  Copy Code

Public Property AreasForTableCells As Boolean

 Property Value

true to create AREA tags for table cells; otherwise, false. The default is false.

 Remarks

If disabled, there is a single <AREA> created for each table, corresponding to the table's bounding rectangle. If enabled, each cell of a table has a corresponding <AREA> tag created and one <AREA> is created for the table's caption bar rectangle.

 See Also