UF_TABNOT_add_column (查看源代码)
定义在: uf_tabnot.h
概述
Add a column to a tabular note
返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number
环境
Internal and External
需要许可证(S)
drafting
int UF_TABNOT_add_column
(
tag_t tabular_note,
tag_t column,
int index
)
| tag_t (tag_t类型) | tabular_note | Input(输入) | Tabular note |
| tag_t (tag_t类型) | column | Input(输入) | Column |
| int (整数型) | index | Input(输入) | Index of position for column or UF_TABNOT_APPEND to append to the end |
UF_TABNOT_add_header_row (查看源代码)
定义在: uf_tabnot.h
概述
Add a header row to a tabular note
返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number
环境
Internal and External
需要许可证(S)
drafting
int UF_TABNOT_add_header_row
(
tag_t tabular_note,
tag_t row,
int index
)
UF_TABNOT_add_row (查看源代码)
定义在: uf_tabnot.h
概述
Add a row to a tabular note
返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number
环境
Internal and External
需要许可证(S)
drafting
int UF_TABNOT_add_row
(
tag_t tabular_note,
tag_t row,
int index
)
| tag_t (tag_t类型) | tabular_note | Input(输入) | Tabular note |
| tag_t (tag_t类型) | row | Input(输入) | Row |
| int (整数型) | index | Input(输入) | Index of position for row or UF_TABNOT_APPEND to append to the end |
UF_TABNOT_ask_cell_at_row_col (查看源代码)
定义在: uf_tabnot.h
概述
Get a cell at the intersection of a row and column
返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number
环境
Internal and External
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)
int UF_TABNOT_ask_cell_at_row_col
(
tag_t row,
tag_t column,
tag_t * cell
)
UF_TABNOT_ask_cell_prefs (查看源代码)
定义在: uf_tabnot.h
概述
Get the cell preferences of a cell
返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number
环境
Internal and External
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)
int UF_TABNOT_ask_cell_prefs
(
tag_t cell,
UF_TABNOT_cell_prefs_p_t cell_prefs
)
UF_TABNOT_ask_cell_text (查看源代码)
定义在: uf_tabnot.h
概述
Get the defining text of a cell
返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number
环境
Internal and External
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)
int UF_TABNOT_ask_cell_text
(
tag_t cell,
char * * cell_text
)
| tag_t (tag_t类型) | cell | Input(输入) | Cell |
| char * * | cell_text | Output to be freed 输出并释放 | Cell text |
UF_TABNOT_ask_column_head_cfw (查看源代码)
定义在: uf_tabnot.h
概述
Get the color/font/width settings for the line at the column head
返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number
环境
Internal and External
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)
int UF_TABNOT_ask_column_head_cfw
(
tag_t column,
tag_t section,
int cfw [ 3 ]
)
UF_TABNOT_ask_column_of_cell (查看源代码)
定义在: uf_tabnot.h
概述
Get the column of a cell
返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number
环境
Internal and External
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)
int UF_TABNOT_ask_column_of_cell
(
tag_t cell,
tag_t * column
)
UF_TABNOT_ask_column_sort_data (查看源代码)
定义在: uf_tabnot.h
概述
Ask the sort data of a column
返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number
环境
Internal and External
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)
int UF_TABNOT_ask_column_sort_data
(
tag_t column,
UF_TABNOT_sort_data_p_t sort_data
)
UF_TABNOT_ask_column_width (查看源代码)
定义在: uf_tabnot.h
概述
Get the width of a column
返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number
环境
Internal and External
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)
int UF_TABNOT_ask_column_width
(
tag_t column,
double * width
)
UF_TABNOT_ask_default_cell_prefs (查看源代码)
定义在: uf_tabnot.h
概述
Retrieves the default cell preferences
返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number
环境
Internal and External
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)
int UF_TABNOT_ask_default_cell_prefs
(
UF_TABNOT_cell_prefs_p_t cell_prefs
)
UF_TABNOT_ask_default_section_prefs (查看源代码)
定义在: uf_tabnot.h
概述
Retrieves the default section preferences
返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number
环境
Internal and External
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)
int UF_TABNOT_ask_default_section_prefs
(
UF_TABNOT_section_prefs_p_t section_prefs
)
UF_TABNOT_ask_evaluated_cell_text (查看源代码)
定义在: uf_tabnot.h
概述
Get the evaluated text from a tabular note cell
返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number
环境
Internal and External
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)
int UF_TABNOT_ask_evaluated_cell_text
(
tag_t cell,
char * * evaluated_text
)
| tag_t (tag_t类型) | cell | Input(输入) | Tabular note cell |
| char * * | evaluated_text | Output to be freed 输出并释放 | Evaluated cell text |
UF_TABNOT_ask_merge_info (查看源代码)
定义在: uf_tabnot.h
概述
Get information about merged cells. If the specified cell is a merge
parent (meaning it is the cell in the range of merged cells that contains
the text), returns the start and end rows and columns of the range.
返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number
环境
Internal and External
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)
int UF_TABNOT_ask_merge_info
(
tag_t cell,
tag_t * start_row,
tag_t * start_column,
tag_t * end_row,
tag_t * end_column
)
UF_TABNOT_ask_nm_columns (查看源代码)
定义在: uf_tabnot.h
概述
Get the number of columns in a tabular note
返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number
环境
Internal and External
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)
int UF_TABNOT_ask_nm_columns
(
tag_t tabnote,
int * nm_columns
)
| tag_t (tag_t类型) | tabnote | Input(输入) | Tabular note |
| int * (整数型指针) | nm_columns | Output(输出) | Number of columns |
UF_TABNOT_ask_nm_header_rows (查看源代码)
定义在: uf_tabnot.h
概述
Get the number of header rows in a tabular note
返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number
环境
Internal and External
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)
int UF_TABNOT_ask_nm_header_rows
(
tag_t tabnote,
int * nm_header_rows
)
| tag_t (tag_t类型) | tabnote | Input(输入) | Tabular note |
| int * (整数型指针) | nm_header_rows | Output(输出) | Number of header rows |
UF_TABNOT_ask_nm_rows (查看源代码)
定义在: uf_tabnot.h
概述
Get the number of rows in a tabular note
返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number
环境
Internal and External
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)
int UF_TABNOT_ask_nm_rows
(
tag_t tabnote,
int * nm_rows
)
| tag_t (tag_t类型) | tabnote | Input(输入) | Tabular note |
| int * (整数型指针) | nm_rows | Output(输出) | Number of rows |
UF_TABNOT_ask_nm_rows_in_section (查看源代码)
定义在: uf_tabnot.h
概述
Get the number of rows in a section
返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number
环境
Internal and External
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)
int UF_TABNOT_ask_nm_rows_in_section
(
tag_t section,
int * nm_rows
)
| tag_t (tag_t类型) | section | Input(输入) | Tabular note section |
| int * (整数型指针) | nm_rows | Output(输出) | Number of rows |
UF_TABNOT_ask_nm_sections (查看源代码)
定义在: uf_tabnot.h
概述
Get the number of sections in a tabular note
返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number
环境
Internal and External
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)
int UF_TABNOT_ask_nm_sections
(
tag_t tabnote,
int * nm_sections
)
| tag_t (tag_t类型) | tabnote | Input(输入) | Tabular note |
| int * (整数型指针) | nm_sections | Output(输出) | Number of sections |
UF_TABNOT_ask_nth_column (查看源代码)
定义在: uf_tabnot.h
概述
Get the nth column in a tabular note
返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number
环境
Internal and External
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)
int UF_TABNOT_ask_nth_column
(
tag_t tabnote,
int index,
tag_t * column
)
UF_TABNOT_ask_nth_header_row (查看源代码)
定义在: uf_tabnot.h
概述
Retrieves the nth header row
返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number
环境
Internal and External
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)
int UF_TABNOT_ask_nth_header_row
(
tag_t tabnote,
int index,
tag_t * row
)
UF_TABNOT_ask_nth_row (查看源代码)
定义在: uf_tabnot.h
概述
Get the nth row in a tabular note
返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number
环境
Internal and External
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)
int UF_TABNOT_ask_nth_row
(
tag_t tabnote,
int index,
tag_t * row
)
UF_TABNOT_ask_nth_row_in_section (查看源代码)
定义在: uf_tabnot.h
概述
Get the nth row in a section
返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number
环境
Internal and External
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)
int UF_TABNOT_ask_nth_row_in_section
(
tag_t section,
int index,
tag_t * row
)
UF_TABNOT_ask_nth_section (查看源代码)
定义在: uf_tabnot.h
概述
Get the nth section in a tabular note
返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number
环境
Internal and External
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)
int UF_TABNOT_ask_nth_section
(
tag_t tabnote,
int index,
tag_t * section
)
UF_TABNOT_ask_relative_column (查看源代码)
定义在: uf_tabnot.h
概述
Get a column at a position relative to the given column
返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number
环境
Internal and External
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)
int UF_TABNOT_ask_relative_column
(
tag_t column,
int position,
tag_t * relative_column
)
| tag_t (tag_t类型) | column | Input(输入) | Column |
| int (整数型) | position | Input(输入) | Relative position. If position is less than zero, the column retrieved will be to the left of given column; if position is greater than zero, the column retrieved will be to the right of the given column. |
| tag_t * (tag_t型的指针) | relative_column | Output(输出) | Relative column |
UF_TABNOT_ask_relative_row (查看源代码)
定义在: uf_tabnot.h
概述
Get a row at a position relative to the given row
返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number
环境
Internal and External
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)
int UF_TABNOT_ask_relative_row
(
tag_t row,
int position,
tag_t * relative_row
)
| tag_t (tag_t类型) | row | Input(输入) | Row |
| int (整数型) | position | Input(输入) | Relative position. If position is less than zero, the row retrieved will be above the given row; if position is greater than zero, the row retrieved will be below the given row. |
| tag_t * (tag_t型的指针) | relative_row | Output(输出) | Relative row |
UF_TABNOT_ask_row_head_cfw (查看源代码)
定义在: uf_tabnot.h
概述
Get the color/font/width settings for the line at the row head
返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number
环境
Internal and External
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)
int UF_TABNOT_ask_row_head_cfw
(
tag_t row,
int cfw [ 3 ]
)
| tag_t (tag_t类型) | row | Input(输入) | Row |
| int (整数型) | cfw [ 3 ] | Output(输出) | Color/font/width of row head |
UF_TABNOT_ask_row_height (查看源代码)
定义在: uf_tabnot.h
概述
Get the height of a row
返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number
环境
Internal and External
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)
int UF_TABNOT_ask_row_height
(
tag_t row,
double * height
)
UF_TABNOT_ask_row_of_cell (查看源代码)
定义在: uf_tabnot.h
概述
Get the row of a cell
返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number
环境
Internal and External
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)
int UF_TABNOT_ask_row_of_cell
(
tag_t cell,
tag_t * row
)
UF_TABNOT_ask_section_of_row (查看源代码)
定义在: uf_tabnot.h
概述
Get the section of a row
返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number
环境
Internal and External
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)
int UF_TABNOT_ask_section_of_row
(
tag_t row,
tag_t * section
)
UF_TABNOT_ask_section_prefs (查看源代码)
定义在: uf_tabnot.h
概述
Get the section preferences of a tabular note section
返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number
环境
Internal and External
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)
int UF_TABNOT_ask_section_prefs
(
tag_t section,
UF_TABNOT_section_prefs_p_t section_prefs
)
UF_TABNOT_ask_tabular_note_of_column (查看源代码)
定义在: uf_tabnot.h
概述
Get the tabular note of a column
返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number
环境
Internal and External
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)
int UF_TABNOT_ask_tabular_note_of_column
(
tag_t column,
tag_t * tabular_note
)
UF_TABNOT_ask_tabular_note_of_section (查看源代码)
定义在: uf_tabnot.h
概述
Get the tabular note of a section
返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number
环境
Internal and External
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)
int UF_TABNOT_ask_tabular_note_of_section
(
tag_t section,
tag_t * tabular_note
)
UF_TABNOT_convert_to_non_spreadsheet_tabnote (查看源代码)
定义在: uf_tabnot.h
概述
Convert a tabular note that references a spreadsheet to
one for which every cell is an ordinary cell.
返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number
环境
Internal and External
需要许可证(S)
drafting
int UF_TABNOT_convert_to_non_spreadsheet_tabnote
(
tag_t tabular_note
)
UF_TABNOT_create (查看源代码)
定义在: uf_tabnot.h
概述
Create a tabular note
Note: Use the functions UF_DRF_ask_origin and UF_DRF_ask_associative_origin
to retrieve the origin of a tabular note section. Use the functions
UF_DRF_set_origin and UF_DRF_set_associative_origin to set the origin
of a tabular note section.
返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number
环境
Internal and External
需要许可证(S)
drafting
int UF_TABNOT_create
(
UF_TABNOT_section_prefs_p_t prefs,
double origin [ 3 ] ,
tag_t * tabular_note
)
UF_TABNOT_create_column (查看源代码)
定义在: uf_tabnot.h
概述
Create a tabular note column
返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number
环境
Internal and External
需要许可证(S)
drafting
int UF_TABNOT_create_column
(
double width,
tag_t * column
)
UF_TABNOT_create_from_template (查看源代码)
定义在: uf_tabnot.h
概述
Create a tabular note from a template
Note: Use the functions UF_DRF_ask_origin and UF_DRF_ask_associative_origin
to retrieve the origin of a tabular note section. Use the functions
UF_DRF_set_origin and UF_DRF_set_associative_origin to set the origin
of a tabular note section.
返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number
环境
Internal and External
需要许可证(S)
drafting
int UF_TABNOT_create_from_template
(
char * template_name,
double origin [ 3 ] ,
tag_t * tabular_note
)
| char * (字符型指针) | template_name | Input(输入) | Name of template part |
| double (实数型) | origin [ 3 ] | Input(输入) | Origin of the tabular note to create |
| tag_t * (tag_t型的指针) | tabular_note | Output(输出) | New tabular note |
UF_TABNOT_create_row (查看源代码)
定义在: uf_tabnot.h
概述
Create a tabular note row
返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number
环境
Internal and External
需要许可证(S)
drafting
int UF_TABNOT_create_row
(
double height,
tag_t * row
)
UF_TABNOT_import_spreadsheet_cell (查看源代码)
定义在: uf_tabnot.h
概述
Import a spreadsheet cell into a tabular note cell
返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number
环境
Internal and External
需要许可证(S)
drafting
int UF_TABNOT_import_spreadsheet_cell
(
tag_t spreadsheet,
int sheet_number,
int row_number,
int column_number,
tag_t cell
)
| tag_t (tag_t类型) | spreadsheet | Input(输入) | Tag of NX spreadsheet object |
| int (整数型) | sheet_number | Input(输入) | Sheet number in spreadsheet |
| int (整数型) | row_number | Input(输入) | Row number in spreadsheet |
| int (整数型) | column_number | Input(输入) | Column number in spreadsheet |
| tag_t (tag_t类型) | cell | Input(输入) | Cell in a tabular to import into |
UF_TABNOT_merge_cells (查看源代码)
定义在: uf_tabnot.h
概述
Merge tabular note cells
返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number
环境
Internal and External
需要许可证(S)
drafting
int UF_TABNOT_merge_cells
(
tag_t start_cell,
tag_t end_cell
)
UF_TABNOT_remove_column (查看源代码)
定义在: uf_tabnot.h
概述
Remove a column from a tabular note. Note that this does not delete the column. To
delete the column, use UF_OBJ_delete_object.
返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number
环境
Internal and External
需要许可证(S)
drafting
int UF_TABNOT_remove_column
(
tag_t column
)
UF_TABNOT_remove_row (查看源代码)
定义在: uf_tabnot.h
概述
Remove a row from a tabular note. Note that this does not delete the row. To
delete the row, use UF_OBJ_delete_object.
返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number
环境
Internal and External
需要许可证(S)
drafting
int UF_TABNOT_remove_row
(
tag_t row
)
UF_TABNOT_set_cell_prefs (查看源代码)
定义在: uf_tabnot.h
概述
Set the cell preferences of a cell
返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number
环境
Internal and External
需要许可证(S)
drafting
int UF_TABNOT_set_cell_prefs
(
tag_t cell,
UF_TABNOT_cell_prefs_p_t cell_prefs
)
UF_TABNOT_set_cell_text (查看源代码)
定义在: uf_tabnot.h
概述
Set the defining text of a cell
返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number
环境
Internal and External
需要许可证(S)
drafting
int UF_TABNOT_set_cell_text
(
tag_t cell,
const char * cell_text
)
UF_TABNOT_set_column_head_cfw (查看源代码)
定义在: uf_tabnot.h
概述
Set the color/font/width settings for the line at the column head
返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number
环境
Internal and External
需要许可证(S)
drafting
int UF_TABNOT_set_column_head_cfw
(
tag_t column,
tag_t section,
int cfw [ 3 ]
)
UF_TABNOT_set_column_sort_data (查看源代码)
定义在: uf_tabnot.h
概述
Set the sort data of a column. A subsequent call to UF_TABNOT_sort
will apply the sort data.
返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number
环境
Internal and External
需要许可证(S)
drafting
int UF_TABNOT_set_column_sort_data
(
tag_t column,
UF_TABNOT_sort_data_p_t sort_data
)
UF_TABNOT_set_column_width (查看源代码)
定义在: uf_tabnot.h
概述
Set the width of a column
返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number
环境
Internal and External
需要许可证(S)
drafting
int UF_TABNOT_set_column_width
(
tag_t column,
double width
)
UF_TABNOT_set_default_cell_prefs (查看源代码)
定义在: uf_tabnot.h
概述
Sets the default cell preferences
返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number
环境
Internal and External
需要许可证(S)
drafting
int UF_TABNOT_set_default_cell_prefs
(
UF_TABNOT_cell_prefs_p_t cell_prefs
)
UF_TABNOT_set_default_section_prefs (查看源代码)
定义在: uf_tabnot.h
概述
Sets the default section preferences
返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number
环境
Internal and External
需要许可证(S)
drafting
int UF_TABNOT_set_default_section_prefs
(
UF_TABNOT_section_prefs_p_t section_prefs
)
UF_TABNOT_set_row_head_cfw (查看源代码)
定义在: uf_tabnot.h
概述
Set the color/font/width settings for the line at the row head
返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number
环境
Internal and External
需要许可证(S)
drafting
int UF_TABNOT_set_row_head_cfw
(
tag_t row,
int cfw [ 3 ]
)
| tag_t (tag_t类型) | row | Input(输入) | Row |
| int (整数型) | cfw [ 3 ] | Input(输入) | Color/font/width of row head |
UF_TABNOT_set_row_height (查看源代码)
定义在: uf_tabnot.h
概述
Set the height of a row
返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number
环境
Internal and External
需要许可证(S)
drafting
int UF_TABNOT_set_row_height
(
tag_t row,
double height
)
UF_TABNOT_set_section_prefs (查看源代码)
定义在: uf_tabnot.h
概述
Set the section preferences of a tabular note section
返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number
环境
Internal and External
需要许可证(S)
drafting
int UF_TABNOT_set_section_prefs
(
tag_t section,
UF_TABNOT_section_prefs_p_t section_prefs
)
UF_TABNOT_sort (查看源代码)
定义在: uf_tabnot.h
概述
Sort the tabular note or parts list after the sort data is set
(using UF_TABNOT_set_column_sort_data) on all the columns.
返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number
环境
Internal and External
需要许可证(S)
drafting
int UF_TABNOT_sort
(
tag_t tabnote_tag
)
UF_TABNOT_unmerge_cells (查看源代码)
定义在: uf_tabnot.h
概述
Unmerge tabular note cells
返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number
环境
Internal and External
需要许可证(S)
drafting
int UF_TABNOT_unmerge_cells
(
tag_t cell
)
UF_TABNOT_update (查看源代码)
定义在: uf_tabnot.h
概述
Force a tabular note to update
返回
Return code :
= 0 : successful
> 0 : failing error number
< 0 : failing error number
环境
Internal and External
int UF_TABNOT_update
(
tag_t tabular_note
)