NXOpen.UF.Draw.TabnotParams Structure

NXOpen.UF.Draw.TabnotParams is an alias for NXOpen.UF.DrawTabnotParams_Struct

class NXOpen.UF.DrawTabnotParams_Struct

Bases: object

Refer to UF_DRAW_tabnot_params_s for documentation.

Fields

NXOpen.UF.DrawTabnotParams_Struct.Position Position of upper left corner of tabular note
NXOpen.UF.DrawTabnotParams_Struct.RangeStart Cell at start of tabular note range.
NXOpen.UF.DrawTabnotParams_Struct.RangeEnd Cell at end of tabular tabular note range.
NXOpen.UF.DrawTabnotParams_Struct.TitleCell Cell used to represent the table’s title, if any.
NXOpen.UF.DrawTabnotParams_Struct.UgAspectRatio UG text aspect ratio
NXOpen.UF.DrawTabnotParams_Struct.BorderType Type of table border to use
NXOpen.UF.DrawTabnotParams_Struct.BorderWidth Width of table border if table_border_type is set to UF_DRAW_tabnot_ b order_type_double
NXOpen.UF.DrawTabnotParams_Struct.UseTitleCell If TRUE, display title_cell as the title
NXOpen.UF.DrawTabnotParams_Struct.UseGridLines If TRUE, display grid lines between cells
NXOpen.UF.DrawTabnotParams_Struct.UseVertGridLines If TRUE, display vertical grid lines between columns
NXOpen.UF.DrawTabnotParams_Struct.UseHorizGridLines If TRUE, display horizontal grid lines between rows
NXOpen.UF.DrawTabnotParams_Struct.UseRowHdrGridLines If TRUE, display a grid line between row header and body of table
NXOpen.UF.DrawTabnotParams_Struct.UseColHdrGridLines If TRUE, display a grid line between column header and body of tbl
NXOpen.UF.DrawTabnotParams_Struct.AutoSizeCells If TRUE, automatically size row heights and column widths to fit tallest/widest text strings in cells