MindFusion.Wpf Pack Programmer's Guide
HtmlBuilder.AreasForTableCells Property
See Also
 





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

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 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

HtmlBuilder Members
HtmlBuilder Class
MindFusion.Diagramming.Wpf Namespace
Table.Cell.HyperLink Property