Gets or sets a value indicating whether AREA tags are generated for table cells.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# 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.
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.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |