Gets or sets a value indicating whether AREA tags are generated for table cells.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public bool AreasForTableCells { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AreasForTableCells As Boolean |
true to create AREA tags for table cells; otherwise, false. The default is false.
RemarksIf 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