table_child#

class ansys.cfx.core.generated.post_processing.settings_261.table_child.table_child(name: str | None = None, parent=None)#

Bases: Group

‘child_object_type’ of table.

Attributes

Attribute

Summary

export_table_only

Whether or not to export the table within the context of a complete HTML document, or to just export the table itself as a section of HTML.

table_default_case_name

Specifies the case on which to do the expression evaluation when not explicitly set as part of a cell expression.

table_exists

‘table_exists’ child.

table_export_format

What to export the table to.

table_export_html_border_width

Specifies the width of the border around the exported HTML table. If ‘0’ is specified, then no borders are shown around the table, nor between the cells.

table_export_html_caption

Specifies a caption for the table to give a description of the contents of the table.

table_export_html_caption_position

Specifies whether or not to show the caption specified in the Table Export Caption parameter.

table_export_html_cell_padding

Specifies the padding between the cell data and the borders around the cell. Specified as a percentage.

table_export_html_cell_spacing

Specifies the spacing between the cells in the exported HTML table. This may not be supported by all HTML browsers.

table_export_html_title

Specifies the HTML Table title to give to the HTML document This only applies to HTML Export when the Export Table Only parameter is ‘False’.

table_export_lines

Specifies which lines to show between the cells of the table. This applies to HTML and Text export.

table_export_separator

Specifies the separator to use between each table cell when exporting to Text.

table_export_trailing_separators

Specifies whether to show trailing separators when exporting to CSV or Text files.

table_cells

Definition of the TABLE object.

object_report_options

Defines options for the Report, specific to each object.

Methods

Method

Summary

suspend

Suspend immediate update for the object.

unsuspend

Restore immediate update for the object.

Included in:

Parent

Summary

table

‘table’ child.